/* Eldesign 2009 - Main CSS */
body {
	background:#161213;
	margin:0; padding:0;
	font-family:'lucida sans', arial, verdana;
	font-size:12px;
	color:#fff;
}

.left {float:left;}
.center {margin:0 auto;}
.right {float:right;}
.clear {clear:both;}

a {color:#fff; text-decoration:none;}
a:hover {border-bottom:1px dotted #fff;}

img {border:none;}

p {margin:0; padding:0;}

input, textarea {
	outline:none;
}

/*____________ 'page' Divs ___________*/
.outer {
	width:100%; height:100%;
	min-width:1000px; min-height:600px;
	position:absolute;
}
#home {
	background:#161213 url('../images/background.jpg') no-repeat;
	top:0; left:0;
}
#about {
	background:#161213 url('../images/background_about.jpg') no-repeat;
	top:0; left:1440px;
}
#portfolio {
	background:#161213 url('../images/background_pfolio.jpg') no-repeat;
	top:0; left:2880px;
}
#contact {
	background:#161213 url('../images/background_pfolio.jpg') no-repeat;
	top:0; left:4320px;	
	padding:0 0 0 70px;
}
.pnav {
	width:320px; height:34px;
	margin:30px 0 0 610px;
}
	.pnav div {color:#fff; padding:18px 0 5px 0; width:80px; height:30px; text-align:center; float:left;}
	.pnav div:hover {background:#326ecc;}
	.pactive {background:#BCADE8;}
	
/*____________ HOME PAGE _____________*/
#h_portfoliocont, #h_contactcont {
	width:280px;
	margin:20px 0 0 10px;
}
#h_aboutcont {
	width:280px;
	margin:20px 0 0 80px;
}
#logo {
	width:726px; height:318px;
	background:url('../images/logo-home.png');
}
.linkabout, .linkportfolio, .linkcontact {
	background:#000;
	height:150px;
}
#h_about {
	background:url('../images/about-link.gif');
	height:74px;
}
#h_portfolio {
	background:url('../images/portfolio-link.gif');
	height:74px;
}
#h_contact {
	background:url('../images/contact-link.gif');
	height:74px;
}

/*____________ ABOUT PAGE _____________*/
#about_text {
	width:894px; height:413px;
	margin:40px 0 0 40px;
	background: url('../images/about_text.png') no-repeat;
	
}
	#about_text p.hidden {
		display:none;
	}

/*____________ PORTFOLIO PAGE ____________*/
#portfolio_container {
	width:950px;
	margin:15px 0 0 70px;
}
	#portfolio_title {
		background:url('../images/portfolio_title.png') no-repeat;
		width:317px; height:92px;
	}
	#portfolio_sidebar {
		width:261px;
		margin:20px 20px 0 0;
		padding:0;
	}
		.portfolio_sidebar_inside {
			background:#161213;
			opacity: 0.5;
			margin:0; padding:0;
		}
			.portfolio_sidebar_inside ul {
				margin:0; padding:5px;
				list-style:none;
				text-align:right;
			}
			.portfolio_sidebar_inside li {
				padding:5px 0 5px 0;
			}
		#portfolio_sidebar .stitle {
			background: url('../images/portfolio_sidebar_title_bg.gif') no-repeat;
			width:261px; height:32px;
			text-align:right;
			color:white;
		}
			#portfolio_sidebar .stitle div {
				padding:5px 0 0 5px; margin:0;
			}
		#portfolio_sidebar h1 {
			margin:0; padding:0;
		}
		#portfolio_sidebar a {
			border:none;
		}
	#portfolio_featured {
		width:620px;
		margin:20px 0 0 0;
	}
		#portfolio_featured .ftitle {
			background:url('../images/portfolio_featured_bg.gif') no-repeat;
			width:620px; height:32px;
			margin:0 0 5px 0;
		}
			#portfolio_featured .ftitle div {
				padding:5px 0 0 8px;
			}
			#portfolio_featured .ftitle h1 {
				margin:0; padding:0;
			}
.altfont, .altfontl {
	font-size:17px;
}
#pcontent {
	height:400px; width:620px;
	overflow:hidden;
	position:relative;
}
	#pcontent ul {
		list-style:none;
		margin:0; padding:0;
	}
	.section {
		width:8900px;
		position:relative;
		clear:both;
	}
		.section .sub {
			position: relative;
			width: 620px; height:400px;
			float:left;
			margin:0 10px 0 0;
		}
		.sub .imgs {
			text-align:center;
		}
		.sub .imgs img {
			margin:0 15px 0 0;
			border:1px solid #ffd4ff;
			padding:1px;
		}
		.casefont {
			width:280px;
			height:40px;
		}
		.caseifont {
			width:280px;
			height:25px;
		}
		.sub .casename {
			width:290px;
			margin:0 30px 0 0;
			text-align:right;
		}
		.section li.featured {
			text-align:center;
		}
			.section li.featured img {
				border:1px solid #ffd4ff;
				padding:1px;
			}
		
/*____________ CONTACT US PAGE ____________*/
#contactus_title {
	background:url('../images/contactus_title.png') no-repeat;
	width:232px; height:82px;
}
#contact_form {
	margin:0 0 0 20px;
}
input.ctext {
	background:url('../images/input_back.gif') no-repeat;
	width:242px; height:40px;
	border:none;
	color:white; font-size:15px;
	padding:15px 10px 0 10px;
}
	input.ctext:focus {
		background:url('../images/input_back_focus.gif') no-repeat;
	}
textarea#ctextarea {
	background:url('../images/textfield_back.gif') no-repeat;
	border:none;
	padding:10px;
	color:#fff; font-family:arial;
	width:393px; height:154px;
}
	textarea#ctextarea:focus {
		background:url('../images/textfield_back_focus.gif') no-repeat;
	}
input.csubmit {
	background:url('../images/input_submit_back.gif') no-repeat;
	width:115px; height:37px;
	border:none;
	margin:5px 0 0 4px;
}
	input.csubmit:hover {
		background:url('../images/input_submit_back_hover.gif') no-repeat;
	}
	input.error {
		color:#D5001B;
	}
.label {
	margin:10px 0 0 2px;
	width:75px;
}
#mailtext, #nametext {margin:0 0 0 5px; position:absolute; left:430px; z-index:3000; display:none;}
#msgtext {margin:0; position:absolute; left:510px; top:320px; z-index:3000; display:none;}
.error {
	color:#fff;
}
#cstory, #mailtext, #nametext, #msgtext {
	opacity:0.7;
	background:#000;
	border:1px solid #c7adee;
	padding:10px;
}
#cstory {margin:0 0 0 152px;}
	#cstory p {
		width:300px;
	}
.error {
	border:1px solid #7B0002;
}
.succes {
	border:1px solid #4290B0;
}
#cmsg {
	opacity:0.8;
	position:absolute;
	top:20%; left:25%;
	width:400px; height:100px;
	display:none;
	background:#000;
	border:1px solid #C8DEFF;
	display:none;
	padding:20px;	
}

/*____________ SIFR STYLES ______________ */

.sIFR-flash { visibility: visible !important; margin: 0; }
.sIFR-replaced { visibility: visible !important;}
span.sIFR-alternate { position: absolute; left: 0; top: 0; width: 0; height: 0; display: block; overflow: hidden;}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] { display: none !important; }

