/*
Theme Name: No Silver Lining
Theme URI: http://dluxstudios.com
Description: Jquery portfolio accordion.
Version: this one
Author: Sean Gallagher
Author URI: http://dluxstudios.com/
Tags: Warm Grey Silver 

	This theme was designed and built by Sean Gallagher

	The CSS, XHTML and design is private © Sean Gallagher/ dluxstudios.com

*/

* {
	padding:0;
	margin:0;
	border:0;
}

:focus {
	outline:none;
}

body {
	background:url(images/bg-grey.png) #1f1c1c;
	font-family:Helvetica, Arial, Verdana, sans;
	font-size:13px;
color:#4c4541;
text-align:center;
}

p{
	margin:0 0 10px 0;
	line-height:18px;
	font-size:12px;
	
	}

a, a:link, a:visited, a:active {
	text-decoration:none;
	color:#625c58;
}

a:hover {
	color:#8f8b88;
}
h2{
	font-weight:normal;
	font-size:32px;
	line-height:32px;
	letter-spacing:1px;
}


h3 {
	font-weight:normal;
	font-size:14px;
	color:#8f8b88;
	
}

ul {
	list-style:none;
	margin:0 0 5px 0;
}

ul li {
	height:18px;
}

#wrapper{
	position:relative;
	width:940px;
	margin:0px auto 0px auto;
	text-align:left;
}	
	
	#seanis{
	width:450px;
	}


	#statement {
	position:relative;
	top:0px;
	width:640px;
	height:230px;
	border-top: 6px solid #4c4541;
	padding-top:20px;
	margin-bottom:30px;
}

#leftColumn{
	width:200px;
	position:relative;
	float:left;
	margin-right:100px;
	
	}
	
	#content{
		width:640px;
		float:left;
		}

#brand{
	background:url(images/icon-grey.png) bottom right no-repeat;
	text-align:right;
	width:200px;
	height:220px;
	position:relative;
	top:0px;
	left:0px;
	border-top: 6px solid #4c4541;
	padding-top:20px;
	margin-bottom:40px;
	}

#contact{
	width:inherit;
	position:absolute;
	bottom:0px;
	left:0px;
	}
	
#workLeft{
	text-align:right;
	width:200px;
	height:200px;
	border-top: 4px solid #4c4541;
	padding-top:20px;
	}
	
	#footer{
	position:relative;
	clear:both;
	border-top: 4px solid #4c4541;
	padding-top:20px;
	margin-bottom:30px;
	
	}

.sectionTitle{
		margin-bottom:20px;
		}
		
/*-------------------------------

ACCORDION

-------------------------------*/
#accordion{
	width:640px;
	height:auto;
	border-top: 4px solid #4c4541;
	margin-bottom:30px;
	padding-top:20px;
}
.panel h3{
	margin-bottom:5px;}
.panel p {
	color:#4c4541;
}
.panel{
	padding:10px 5px;
	margin-bottom:1px;
	vertical-align:middle;
	/*background:#150c05;*/
	}
	
.panel a:link, .panel a:visited, .panel a:active {
	letter-spacing:1px;
	text-decoration:none;
	margin:0;
	color:#625c58;
	}

.panel:hover {
background:#1b1818;
}

.content {
	position:relative;
	height:auto;
	padding:15px 5px;
	margin-bottom:5px;
	border-bottom: 4px solid #4c4541;

	
}

label {
	display:block;
	margin:0 0 5px 0;
}

label.error {
	color:#f30;
	width:300px;
}

input text {
	margin:0 0 5px 0;
	padding:2px;
	width:296px;
	background:#fff;
}

textarea {
	width:296px;
	padding:2px;
	font-family:"Lucida sans", Helvetica, Arial, Verdana, sans;
	font-size:11px;
	background:#fff;
}

input submit {
	margin:10px 0;
	padding:2px;
	width:100px;
	background:#fff;
}

.olderNav a:hover, .newerNav a:hover{
	/*background:#1b1818;*/
	
}
.olderNav a, .newerNav a{
	text-decoration:none;
display:block;
padding:5px;
height:42px;
}

.olderNav, .newerNav{
width:318px;
display:block;
}
.olderNav{
	poistion:absolute;
	top:0px;
	left:0px;
	}
	
	.newerNav{
		position:absolute;
		right:0px;
		top:0px;
		text-align:right;		
		}
		
.navigation{
	font-size: 32px;
line-height: 32px;
letter-spacing: 1px;
	position:relative;
	margin-bottom:30px;
	padding:0;
	width:640px;
	clear:both;
	
	}
	
	.alignright{
		float:right;}
		
		.alignleft{
			float:left;
		}
