/*
Theme Name: Crudus
Version: 2.0 - raster
Author: Gallusz Abaligeti
*/



/* General */
 

a  {
	color: #cd3100;
	text-decoration: none;
}

li {
	list-style: url(images/sidebar/jel.png);
	margin: 0 0 5px 0;
}

body {
	background-color: #444444;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	}
	
small {
	color: inherit;
	font-size: 11px;
}

.wrapper{
	width: 1050px;
}

.entry {
	line-height: 16px;
}

.post a {
	color: #cd3100;
}

.entry h3 {
	margin: 0 0 10px 0;
}

.entry p {
	margin: 0 0 10px 0;
}

.sidebar {
	float: left;
	width: 250px;
}

/* Footer */

#footer {
	background: url(images/footer_bg.png) no-repeat #444444;
	color: #aaaaaa;
	padding: 15px auto 0 auto;
	height: 70px;
	width: 1050px;
	clear: both;

}

#footer a {
	color: #777777;
}

#footer p {
	margin: 0;
	padding-top: 40px;
	text-align: center;
	}

/* Home */

.wrapper.home {
	background: url(images/flowchart/home_bg.jpg) no-repeat;
	height: 655px;
}

.wrapper.home a, .wrapper.home p {
	position: absolute;
}

.wrapper.home p {
	color: #bbb;
	font-size: 13px;
	left: 43px;
	margin: 0;
	width: 200px;
}

.wrapper.home a {
	color: #aaa;
}

.wrapper.home a span{
	color: #111111;
	font-size: 12px;
	display: block;
	padding: 30px 9px 11px 10px;
}

.wrapper.home a:hover span {
	color: white;
}

#what {
	top: 192px;
}

#why {
	top: 287px;
}

#who {
	top: 382px;
}

.home #phone {
	font-family: "Century Gothic", "URW Gothic L", arial;
	font-size: 13px;
	left: 122px;
	top: 466px;
}

.home #mail {
	font-family: "Century Gothic", "URW Gothic L", arial;
	font-size: 13px;
	left: 122px;
	top: 488px;
}

.home a:hover, .home a:hover {
	color: #ff6600;
}

#aboutus {
	background: url(images/flowchart/aboutus.jpg);
	left:316px;
	top:160px;
	width:133px;
	height:89px;
}

#services {
	background: url(images/flowchart/services.jpg);
	left:524px;
	top:160px;
	width:162px;
	height:89px;
}

#references {
	background: url(images/flowchart/references.jpg);
	left:743px;
	top:160px;
	width:134px;
	height:89px;
}

#help {
	background: url(images/flowchart/help.jpg);
	left:532px;
	top:355px;
	width:147px;
	height:88px;
}

#blog {
	background: url(images/flowchart/blog.jpg);
	left:316px;
	top:374px;
	width:133px;
	height:88px;
}

#project {
	background: url(images/flowchart/project.jpg);
	left:731px;
	top:404px;
	width:146px;
	height:88px;
}

#preload_aboutus {
	background: url(images/flowchart/aboutus_f2.jpg);
	visibility: hidden;
}

#preload_services {
	background: url(images/flowchart/services_f2.jpg);
	visibility: hidden;
}

#preload_blog {
	background: url(images/flowchart/blog_f2.jpg);
	visibility: hidden;
}

#preload_references {
	background: url(images/flowchart/references_f2.jpg);
	visibility: hidden;
}

#preload_project {
	background: url(images/flowchart/project_f2.jpg);
	visibility: hidden;
}

#preload_help {
	background: url(images/flowchart/help_f2.jpg);
	visibility: hidden;
}

#aboutus:hover {
	background: url(images/flowchart/aboutus_f2.jpg);
}

#services:hover {
	background: url(images/flowchart/services_f2.jpg);
}

#references:hover {
	background: url(images/flowchart/references_f2.jpg);
}

#help:hover {
	background: url(images/flowchart/help_f2.jpg);
}

#blog:hover {
	background: url(images/flowchart/blog_f2.jpg);
}

#project:hover {
	background: url(images/flowchart/project_f2.jpg);
}


/* End Home */

/* Sidebar */

#sidebar_left li, #sidebar_right li {
	list-style: url(images/sidebar/jel.png);
}

#sidebar_left {
	float: left;
	display: block;
	margin: 0 30px 0 24px;
}

#sidebar_left li a, #sidebar_right li a {
	color: inherit;
}

#sidebar_left li a:hover, #sidebar_right li a:hover {
	text-decoration: underline;
}

#sidebar_left ul {
	background: url(images/sidebar/sidebar_bg.png) repeat-y;
	margin: 0;
	padding: 5px 3px;
}

#sidebar_left ul li {
	margin: 3px 10px 3px 25px;
}

#sidebar_left span {
	background: url(images/sidebar/border_bottom.png) no-repeat;
	display: block;
	height: 6px;
	width: inherit;
}

#news {
	background: url(images/sidebar/posts.png) no-repeat;
	display: block;
	padding-top: 60px;
	width: 191px;
}

#comments {
	background: url(images/sidebar/comments.png) no-repeat;
	display: block;
	padding-top: 58px;
	width: 191px;
}

#facebook {
	background: url(images/sidebar/facebook.png) no-repeat;
	padding-top: 61px;
	width: 191px;
}

#facebook ul {
	padding: 0 4px;
}

#sidebar_right {
	float: left;
	margin: 150px 0 0 25px;
	width: 185px;
}

#sidebar_right ul {
	display: block;
	margin: 0 0 30px 0;
	padding: 40px 0 0 0;
	width: inherit;
}

#sidebar_right ul li {
	display: list-item;
	margin: 2px 0 2px 30px;
}

#categories {
	background: url(images/blog/categories.png) no-repeat;
}

#archives {
	background: url(images/blog/archives.png) no-repeat;
}

/* Header */

#header {
	margin: 0;
	padding: 0;
	height: 106px;
	width: inherit;
	}
	
.page-5 {
	background: url(images/header/services_head.png) no-repeat;
}

.page-19 {
	background: url(images/header/help_head.png) no-repeat;
}

.page-13 {
	background: url(images/header/project_head.png) no-repeat;
}

.page-16 {
	background: url(images/header/references_head.png) no-repeat;
}

.page-2 {
	background: url(images/header/aboutus_head.png) no-repeat;
}
	
#header #phone, #header #mail, #header #rss {
	color: #aaaaaa;
	font-family: "Century Gothic", "URW Gothic L", arial;
	font-size: 14px;
	position: absolute;
	top: 3px;
}

#header #phone {
	left: 641px;
}
	
#header #mail {
	left: 793px;
}

#header #rss {
	left: 930px;
}

#header #phone:hover, #header #mail:hover, #header #rss:hover{
	color: #ff6600;
}

#preload {
	visibility: hidden;
}

#preload #pre_home {
	background: url(images/header/home_f2.png);
}

#preload #pre_services {
	background: url(images/header/services_f2.png);
}

#preload #pre_help {
	background: url(images/header/help_f2.png);
}

#preload #pre_project {
	background: url(images/header/project_f2.png);
}

#preload #pre_references {
	background: url(images/header/references_f2.png);
}

#preload #pre_aboutus {
	background: url(images/header/aboutus_f2.png);
}

#preload #pre_blog {
	background: url(images/header/blog_f2.png);
}

#menu {
	display: block;
	height: 182px;
	width: 900px;
	top: 65px;
	left: 215px;
	position: absolute;
}

#menu ul {
	display: inline-block;
	margin: 9px 0 0 31px;
}

#menu li {
	position: absolute;
	list-style: none;
	outline: none;
	top: 0px;
}

.page_item a span {
	display: block;
	height: 167px;
	visibility: hidden;
}

.current_page_item, .current_page_parent, .current_page_ancestor  {
	z-index: 99;
}

.page-item-3 {
	background: url(images/header/home.png) no-repeat;
	left: 0px;
	width: 126px;
}

.page-item-3:hover {
	background: url(images/header/home_f2.png) no-repeat;
}

.page-item-5 {
	background: url(images/header/services.png) no-repeat;
	left: 122px;
	width: 126px;
}

.page-item-5:hover {
	background: url(images/header/services_f2.png) no-repeat;
}

.page-item-5.current_page_item, .page-item-5.current_page_parent, .page-item-5.current_page_ancestor  {
	background: url(images/header/services-active.png) no-repeat;
	width: 134px;
}

.page-item-19 {
	background: url(images/header/help.png) no-repeat;
	left: 248px;
	width: 90px;
}

.page-item-19:hover {
	background: url(images/header/help_f2.png) no-repeat;
}

.page-item-19.current_page_item, .page-item-19.current_page_parent, .page-item-19.current_page_ancestor  {
	background: url(images/header/help-active.png) no-repeat;
	width: 100px;
}

.page-item-13 {
	background: url(images/header/project.png) no-repeat;
	left: 338px;
	width: 127px;
}

.page-item-13:hover {
	background: url(images/header/project_f2.png) no-repeat;
}

.page-item-13.current_page_item, .page-item-13.current_page_parent, .page-item-13.current_page_ancestor  {
	background: url(images/header/project-active.png) no-repeat;
	width: 136px;
}

.page-item-16 {
	background: url(images/header/references.png) no-repeat;
	left: 465px;
	width: 110px;
}

.page-item-16:hover {
	background: url(images/header/references_f2.png) no-repeat;
}

.page-item-16.current_page_item, .page-item-16.current_page_parent, .page-item-16.current_page_ancestor  {
	background: url(images/header/references-active.png) no-repeat;
	width: 117px;
}

.page-item-2 {
	background: url(images/header/aboutus.png) no-repeat;
	left: 575px;
	width: 105px;
}

.page-item-2:hover {
	background: url(images/header/aboutus_f2.png) no-repeat;
}

.page-item-2.current_page_item, .page-item-2.current_page_parent, .page-item-2.current_page_ancestor {
	background: url(images/header/aboutus-active.png) no-repeat;
	width: 113px;
}

.page-item-11 {
	background: url(images/header/blog.png) no-repeat;
	left: 680px;
	width: 74px;
	}
	
.page-item-11:hover {
	background: url(images/header/blog_f2.png) no-repeat;
}
	
.page-item-11.current_page_item, .page-item-11.current_page_parent, .page-item-11.current_page_ancestor {
	background: url(images/header/blog-active.png) no-repeat;
	width: 125px;
	}

/* Page */

.page, .blog {
	background: url(images/raster_paper_masked.png) repeat-y;
	background: url(images/papper.png) repeat-y;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.page #content {
	display: block;
	float: left;
	margin: 142px 0 0 0;
	width: 720px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	}
	
.post p {
	line-height: 18px;
}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

#content.aboutus, #content.help {
	-webkit-column-count: 1;
	-moz-column-count: 1;	
}

.help form, .project form {
	width: inherit;
}

.help hr {
	border: 1px solid #555;
	margin-bottom: 5px;
}

.help p {
	display: inline-block;
	margin: 3px 0;
}

.help input, .help select {
	margin-right: 5px;
	width: 140px;
}

.help input, .project input {
	border: 1px solid #555;
	height: 17px;
}

.help submit, .project submit {
	margin: 20px auto;
} 

.aboutus .post, .help .post, .project_page .post {
	margin: 0 20px 0 0;
	width: 370px;
	float: left;
}

#team, #help_form, #project_form {
	color: #959595;
	background: rgba(11,11,11,0.85);
	float: left;
	height: 400px;
	width: 290px;
	padding: 15px;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 5px 5px 5px rgba(3,3,3,.7);
	-moz-border-radius: 10px;
	-moz-box-shadow: 5px 5px 5px rgba(3,3,3,.7);
}

#project_form.offer {
	width: 680px;
	height: auto;
}


#project_form ol li {
	list-style: decimal;
}

#project_form ol li ul {
	margin: 10px auto;
}

#project_form ol li ul li {
	list-style: square;
}

.member {
	display: block;
	height: 96px;
	width: inherit;
	margin: 0 0 5px 0;
}

.member h2, .help h2, .project h2 {
	color: #5a5a5a;
	font-family: "Century Gothic", "URW Gothic L", arial;
	font-size: 23px;
	font-weight: normal;
	margin: 0px 0 10px 0;
}

.member h2 {
	margin-bottom: 2px
}

.member_info, .member_photo {
	float: left;
}

.member_info hr {
	margin: 0 0 3px 0;
	border: 1px solid #5a5a5a;
	width: 195px;
}

.clear {
	clear: both;
}

.abstract {
	background: rgba(255,255,255,.5);
	display: block;
	font-weight: bolder;
	margin-bottom: 8px;
	border-bottom: 2px solid black;
	border-top: 2px solid black;
	padding: 8px 10px;
}

/* Blog */

.blog #header {
	background: url(images/header/blog_head.png) no-repeat;
}

.blog #content {
	display: block;
	float: left;
	margin: 142px 0 0 0;
	width: 500px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
}

.blog .entry {
	display: block;
	margin: 10px 0px 0px 0;
}

.blog h3 {
	font-weight: bolder;
}

.thumb_border {
	background: white;
	border: 1px solid #999;
	margin-right: 10px;
}

.post_title {
	display: block;
	font-size: 23px;
	font-weight: normal;
	margin: 10px 0 20px 0;
	width: inherit;
}

.post_title a {
	display: inline-block;
	color: #333;
}

.post_title a:hover {
	color: #cd3100;
}

.post_head {
	background: url(images/blog/post_head.png) no-repeat;
	border-bottom: 2px solid rgba(1,1,1,0.2);
	color: #333;
	display: block;
	height: 105px;
	font-size: 11px;
	line-height: 14px;
}

.photo {
	margin: 4px 4px 10px 4px;
}

.pagetitle {
	color: #444;
	font-size: 25px;
	font-weight: normal;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


/* End Entry Lists */



/* Begin Form Elements */

textarea {
	border: 1px solid #555;
}

select {
	background: rgb(230,230,230);
	border: none;
	height: 20px;
}

#submit {
	background: rgb(230,230,230);
	border: none;
	font-weight: bold;
	height: 20px;
	width: 100px;
	margin: 30px auto 0 auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
}

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
#respond {
	color: #959595;
	background: rgba(11,11,11,0.85);
	padding: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: 5px 5px 5px rgba(3,3,3,.7);
	-moz-box-shadow: 5px 5px 5px rgba(3,3,3,.7);
}	

#respond h3 {
	color: #5a5a5a;
	font-family: "Century Gothic", "URW Gothic L", arial;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 10px 0;
}	
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/

#comments_title {
	background: url(images/blog/comments_title_bg.png);
	display: block;
	width: inherit;
	height: 61px;
	margin: 0;
}

.commentlist {
	margin: 0 25px;
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 5px 0px 5px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
.comment.odd {
	background: url(images/blog/comment_pos.png) no-repeat;
}

.comment.even {
	background: url(images/blog/comment_odd_head.png) no-repeat;
}

.commentmetadata {
	color: #333;
	margin: 12px 20px 0 20px;
	display: inline-block;
	height: 68px;
	width: 410px;
	}
	
.comment-author {
	float: left;
}

.comment-author .photo {
	height: 48px;
	width: 41px;
}

.comment-author .photo.avatar {
	height: 48px;
	width: 48px;
}

.comment-author.info p {
	margin: 2px 0;
}

.comment_text {
	display: inline-block;
	line-height: 18px;
	padding: 0 20px;
	width: 410px;
}

.comment_text p {
	text-align: left;
	margin: 8px 0;
}

.even .comment_text {
	background: url(images/blog/comment_odd_body.png);
}

.even .comment_foot {
	background: url(images/blog/comment_neg_foot.png);
	display: block;
	height: 11px;
	width: 450px;
}

.fn {
	display: block;
	font-size: 16px;
	margin: 3px 0 7px 0;
}

/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin: 10px 0 10px 0;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #999;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

