body{
	background-color: rgba(232, 185, 103, .6);
 	background-image: url('../img/bg_pattern.gif');
	font-family: "Times";
}

#container{
	background-color: #fff;
	width: 910px;

	display: block;
	border: 1px solid #666;
	padding: 18px;
	color: #555;
	margin: 55px auto auto auto;
	
	font-family: 'Century Gothic', sans-serif;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	min-height: 450px;
}	
#desc a{
	padding-right: 12px;
	font-size: 85%;
	color:#666;
	font-weight: bold;
}
#desc a:hover{
	color: #333;
}


img{
	border: 0px;
}

#content{
	margin: 45px 0px 5px 0;
	font-size: 85%;
}

#top{
	height: auto;	
}

#header{
	display: block;
	position: relative;
}

#nav{
	text-transform: uppercase;
	margin: 1.3em 0 0 0;
	list-style: none;
}
#nav li{
	float: left;
	list-style: none;
}
.sub-nav {
 	display: none;
	text-transform: uppercase;
	margin: 0;
	text-align: center;
}
#nav a, .sub-nav a{
	padding-right: 12px;
	font-size: 85%;
	color:#aaa;
	text-decoration: none;
}
#nav a:hover, .sub-nav a:hover{
	color: #666;
}
#nav a.current{
	color: #666;
	font-weight: bold;
}

.sub-nav a{
	padding-right: 2px;
	font-size: 80%;
}

#admin_nav{
	margin: 25px auto -20px auto;
	text-align: center;
	padding: 5px;
	border: 1px solid black;
	min-width: 250px;
}

#admin_nav a{
	margin-left: 15px;
	color: #666;
	text-decoration: none;
}

#admin_nav a:hover{
	color: black;
	text-decoration: underline;
}

#footer{
	font-size: 80%;
	color: #444;
	width: 835px;
	margin: 15px auto auto auto;
	text-align: center;
}


h1{
	color: #C3505D;
	margin: 5px;
	margin-left: 0px;
	font-weight: lighter;
	
}

h2{
	color:#C3505D;
	margin: 5px 5px 5px 0px;
	margin-top: -5px;
	text-transform: uppercase;
	font-weight: 100;
}

h3{
	color: #aaa;
	text-transform: capitalize;
	font-weight: 100;

}

#header a{
	color: #C3505D;
	text-decoration: none;
}

#header h1{
	margin: -8px 0 -15px 20px;
	font-size: 300%;
	font-weight: 2;
	margin-bottom: -15px;
	font-family: "Times New Roman";
	font-variant: small-caps;
}

#header h3{
	color:#C3505D;
	margin: 4px 0 15px 28px;
	font-size: 105%;
	margin-bottom: -15px;
	font-family: Times;
	font-variant: small-caps;
	letter-spacing: 2.2em;
	width: 100%;
}

#chair{
	float:right;
	position: absolute;
	left: -.8em;
	top: 13px;
}
	
.right{
	float: right;
}
.left{
	float: left;
}
.clear{
	clear:both;
}
.none{
	display: none;
}
.center{
	text-align: center;
	width: 100%;
}

/* Home */
#slide img{
	margin: 0 auto;
}
#slide img:hover{
	cursor: pointer;
}


/* Project Page */
#project{

}

#project ul{
	list-style: none;
	padding: 0px;
	text-align: center;
	max-width: 400px;
	margin: 0 0 0px 0;
}
#project li{
	float: left;
	padding-right: 5px;	
}

#desc{
	width: 400px;
	display: block;
	font-weight: lighter;
}

#desc h3{
	color: #666;
	font-size: 140%;
	font-weight: 100;
	margin-bottom: -5px;
}

/* Press Page */
#press{
	list-style: none;
	padding: 0px;
	text-align: center;
	margin: 80px auto;
	width: 495px;	
}
#press li{
	float: left;
	padding-bottom: 8px;
	padding-left: 5px;
	padding-right: 5px;	
}

#press_desc{
	width: 410px;
	display: block;
}

#press_desc h3{
	margin-top: 0;
}

.contacts h2{
	padding-left: 45px;
	margin-bottom: 17px;
}

#image{
	position: relative;
	text-align: right;
	right: 35px;
}

#approach{
	margin: 20px 40px 40px;
}
#approach h2{
	text-align: center;
	font-weight: 100;
}

#testimonials{
	float: right;
	text-align: left;
}

#testimonials h2{
	text-align: center;
	font-weight: 100;
}
#testimonials ul{
	list-style: none;
}
#testimonials li{
	display: none;
	list-style: none;
	margin: 20px 0 40px;
}

.small{
	opacity: .5;
}
.small:hover{
	opacity: 1;
}

.small_text{
	font-size: smaller;
	color: #CCC;
}

.large{
}

#right_side{
	height: auto;
	
}

#other_projects{
	padding-top: 25px;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	display: table;
	text-align: left;
}

#other_projects ul{
	list-style: none;
	max-width: none;
	padding-left: 10px;
	display: inline;
	text-align:center;
	margin: 3px auto 0;
}
#other_projects li{
	float: left;
	padding: 0 2px;
	height: 53px;
	width: 118px;
}

#other_projects a{
	font-size: 100%;
	color: #aaa;
	text-decoration: none;
}

#other_projects a:hover{
	color: #666;
}
#other_projects a.current{
	color: #666;
	font-weight: bold;
}
#large_image{
	position: relative;
	width: 500px;
	text-align: center;
	height: auto;
	
}

.address{
	width: 473px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-right: 15px;
}

/* Forms */
label{ 
	float:left; 
	width: 90px; 
	text-align: right;
	padding-right: 8px;
	font-size: 110%;
	color: olive;
}

input{
	font-size: 100%;
	width: 300px;
}
textarea{
	width: 300px;
}
fieldset{
	padding: 18px;
	margin-bottom: 12px;
}

.prev{
	color: #555;
	text-decoration: none;
}

.next{
	color: #555;
	text-decoration: none;
	padding-left: 65px;
}


.submit{
	width: 15px;
	margin-top: 15px;
	float right;
	clear: both
}

.error-message{
	padding: 6px;
	margin-top: -5px;
	margin: 3px;
	margin-right: 0px;
	border: 1px dashed yellow;
	background-color: #EEE;
	color: #792a5b;
}

#paginator{
	width: 435px;
	margin-left: 20px;
	text-align: center;
}

.disabled{
	opacity: .2;
}

.hidden{
	display: none;
}
