/* efatland.com css */

/* reset browser defaults */ 
	* {margin:0;padding:0;border:none;}
	ul, li { list-style-type:none; }

/*general styles */
body {
	font-family: tahoma, helvetica, sans-serif;
	line-height:1.6em;
	}

a, a:link, a:visited {
    border-bottom: 1px solid #69c;
    text-decoration:none;
    color:#036;
    }
a:hover {
    border-color:#f96; 
    color: #a50;
    }
	
strong {
	font-weight:bold;
	color:#333;
	}
.clear {
	display:block;
	height:1px;
	clear:both;
	}

/* Page Layout */

#wrapper {
	margin-right:2em;
	width:950px;
	}		
	
#navigation {
	display:block;
	text-align:right;
	padding:20px 5px 3px 5px;
	margin-left:290px;
	background: url("../img/bg_pattern_solid.png") repeat; 
	}
	#navigation li {
		font-size:0.875em; 
		margin-right:1em;
		font-weight:bold;
		}
		#navigation li ul {
			font-weight:normal;
			}
			#navigation li ul li {
				margin-right:0;font-weight:normal;
				} 
	#navigation li,
	#navigation ul {
		display : inline; color:#666;
		}
	#navigation li.here a,
	#navigation li.here a:link,
	#navigation li.here a:visited,
	#navigation li.here a:hover {
		color:#000;
		border:none;
		}
	
/* Logo / Breadcrumb Navigation */ 
#logonav {	
	margin-top:25px;	
	margin-left:20px;
	border:1px solid white;
	}

#logonav li {
	display:block;
	float:left;	
	font-size:1.5em;	
	font-family:verdana,"trebuchet ms", tahoma, helvetica, arial, sans-serif;	
	color:#a30;	
	min-height:2em;
	}
	#logonav li h1 {
		font-size:1em;
		font-weight:normal;
		}
	#logonav .level1 a {		
		display:block;
		float:left;
		width:307px;
		height:46px;
		border:0;
		}
		
	#logonav .level1 a { background: url("../img/logo_blue.png") no-repeat top left; }
		#logonav .level1 a:hover { background: url("../img/logo_blue_hover.png") no-repeat top left; }
	
	#logonav .level1 h1 a { background: url("../img/logo.png") no-repeat top left; }	
		#logonav .level1 h1 a:hover {	background: url("../img/logo.png") no-repeat top left; }

	#logonav .level2 {
		margin-left:25px;
		border-left:1px solid #444; 
		padding-left:20px;
		}
		
#logonav a span {
	/* alt text - hide from visual browsers, not screen readers */
	position:absolute;
	top:-1000%;
	left:-1000%;
	}
#logonav h1 span {
	/* subheading */
	display:block;
	clear:left;
	font-size:0.7em;
	color:#666;
	font-weight:regular;
	}	
	
	
	.seperator {
		color:black;
		margin-right:10px;
		margin-left:10px;
	}
	
	
#content {		
	clear:both;
	padding-top:1em;	
	}	
	
#content hr {		
	clear:both;
	margin-bottom:2em;
	width:660px;
	height:1px;
	color:#fff;
	}

	#content .section {
		display:block;	
		margin-bottom:1em;
		clear:left;
		}
		.section .side_text {
			width:260px;
			display:block;
			float:left;		
			margin-left:20px;
			text-align:right;		
			font-family: "neue alphabet", "trebuchet ms", tahoma;
			color:#a30;		
			}
		.section .side_text h2 {
			 font-size: 1.125em;
			 font-weight: bold;
			}
		.section .copy {
			width:660px;
			font-size:0.875em;
			display:block;
			float:left;			
			margin-left:10px;			
			}
			.copy p {
				margin-bottom:1em;	
				}			
			.section .copy h2 {
				font-size:1.285em;
				font-weight:bold;
				}
			.copy ul {
				display : block;
				margin-bottom:1em;
				}
			.copy ul li {
				display:list-item;
				list-style-type:disc;
				margin-left:1.5em;
				}
			
			
			
	
/* INDIVIDUAL PAGE STYLES */	
/* front page */
#wrapper.frontpage {

	}
.frontpage #content {	
	padding-right:20px;
	float:left;
	}
	.frontpage .section .side_text h2 {
		font-size:1em;
		}
	.frontpage .section .copy {					
		width:380px;
		}

.frontpage #images {
	width:210px;	
	float:left;	
	margin-left:30px;	
	}		

.frontpage #content, .frontpage #images {
	padding-top:3em;
	}
	
	
	
/* PORTFOLIO */
.portfolio #content {
	
	}
.portfolio .section {
	margin-bottom:2em;
	}
	.portfolio .section .side_text h2 {
		font-size:1.125em;
		font-weight:normal;
		}
/*	.portfolio .section .side_text p {
		color:#666;
		font-weight:normal;
		font-size:0.75em;
		padding-left:33%;
		padding-top:0.6em;
		text-align:left;
		line-height:1.6em;
		} */
	
	.portfolio .section .copy {
		margin-right:-20px;
		}
	.portfolio .copy ul {
		display:block;		
		width:680px;		
		}
		.portfolio .copy li {
			/* background: url("../img/bg_pattern_solid.png") repeat; */
			display:block;		
			width:309px;
			margin:0px 10px 10px 0px;
			float:left;
			padding:8px;
			}
			.portfolio .copy li a {
				display:block;
				background-color:#fff;
				border:none;
				color:#000;
				min-height:150px;
				font-size:0.9em;
				padding:4px;
				}
				.portfolio .copy li a:hover {
					background-color:#ccc;					
					}
		.portfolio .copy li  img { 
			float:left;
			margin-right:10px;
			/* background: url("../img/bg_pattern_solid.png") repeat; */
			/* padding-left:	10px;*/
			}
		.portfolio .copy li  p { 
			background-color:#fff;
			font-size:10px;
			}
		.portfolio .copy li strong {
			
			display:block;		
			color:#357;
			font: bold 1.25em "neue alphabet", "trebuchet ms", tahoma;
			}

	.portfolio .endsection {
		clear:both;
		}

/* PORTFOLIO SUBPAGE - index pages for individual projects */ 
	
	.portfolio_sub #content {
		width:740px;
		float:left;
		margin-right:20px;
		}
	.portfolio_sub #content .copy {
		width:450px;
		}
		.portfolio_sub .copy {						
			/*  padding-left:26px;
			background: url("../img/bg_pattern_h15px.png") repeat-y left; */
			font-family:georgia;
			}
			
	.portfolio_sub #material {
		width:170px;
		float:left;
		background: url("../img/bg_pattern_solid.png");
		margin-top:3em;
		padding:10px 10px 0px 10px;
		}
		.portfolio_sub #material li {
			display:block;
			}
		.portfolio_sub #material li a {
			display:block;
			background-color:#fff;
			margin-bottom:10px;
			padding:9px;
			border:1px solid #666;
			text-align:center;
			}
			.portfolio_sub #material li a:hover {
				background-color:#ccc;
				border-color:#f96; 
				}			
				
			.portfolio_sub #material li strong {
				display:block;
				padding-top:5px;
				color:#357;				
				}
			.portfolio_sub #material li img {
				display:block;		
				width:150px;
				}
				
/* gallery */

.gallery .copy p {						
	font-family:georgia;
	}
.gallery .copy p.image {	
	display:block;
	padding:15px;
	text-align:center;
	background: url("../img/bg_pattern_solid.png") repeat; 
	}
.gallery .copy p.image img {
	padding:10px;
	background-color:#fff;	
	display:block;
	margin: 0 auto 0 auto;
	}

.copy blockquote p { padding-left:26px;
			background: url("../img/bg_pattern_h15px.png") repeat-y left;
			}
.copy blockquote p.source {
			background:transparent;
			text-align:right;
			}
	
/* BLOG */			
		
	
.blog #content{
	width:800px;
	margin-right:20px;
	float:left;	
	}
.blog .copy{	
	width:510px;	
	}
.blog #sidebar {
	float:left;
	width:110px;	
	padding:0.625em 10px 0 10px;	
	font-size:0.875em;
	background: url("../img/bg_pattern_solid.png") repeat; 
	}
	.blog #sidebar form {
		display:none;
		}
	.blog #sidebar h2 {
		font-size:1em;
	
		}
	.blog #sidebar ul {
		margin-bottom:1.7em;
		}
	.blog  #footer {
		clear:both;
		}
.blog  h3#comments {
	margin:3em 0 0 130px;
	}
.blog .section .comment {
	margin-left:130px;
	}
.blog .commentlist .side_text {
	font-size:0.875em;
	color:#000;
	}
	.blog .section .copy h2 .permalink {
		font-size:0.78em;
		margin-left:1em;
		font-weight:normal;
		}
	.blog #footer {
		margin-left:290px;
		font-size:0.75em;
		padding-top:0.5em;
		margin-top:1em;
		border-top:1px solid #666;
		text-align:center;
	}
	
	
	
			