/*RESET*/ html, body, div, span, p, blockquote, pre, a, em, small, strike, strong, dl, dt, dd, ol, ul, li { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; } /* remember to define focus styles! */ :focus { outline: 0; } body { line-height: 1; color: black; background: white; } ol, ul { list-style: none; } /* tables still need 'cellspacing="0"' in the markup */ table { border-collapse: separate; border-spacing: 0; } caption, th, td { text-align: left; font-weight: normal; } blockquote:before, blockquote:after, q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; }

/*GENERAL*/
	* {
		margin: 0;
		padding: 0;
	}
	body {
		font-size: 62.5%;
	}
	a, a:link, a:visited, a:active {
		text-decoration: none;
		color: #5b3900;
		font-weight: bold;
	}
		a:hover {	
			color: white;
			background-color: #1c232b;
		} 	
	.small {
		font-size: .9em;
	}
	.left {
		float: left;
	}
	.right {
		float: right;
	}
	.clear {
		clear: both;
	}
	
/*wrapper*/
	#wrapper {
		width: 800px;
		margin: 0 auto;
		font-family: helvetica, century gothic, arial, sans-serif;		
	}	

	/*header*/
		#header {
			background: transparent url(images/logo_corner_coffeestain.png) no-repeat top left;
			height: 200px;		
			width: 800px;
			margin: 0 auto;
			
		}
			#header h1 {
				display: none; /*only used for SEO purposes*/		
			}
			
		/*header menu*/
			#menubar {
				margin-top: 160px;
				margin-right: 40px;
				font-family: "times new roman", serif;
				height: 2em;
			}
			#menubar li {
				float: left;
				margin-left: 25px;
			}
				#menubar li a {
					color: black;
					font-size: 2.3em;
					font-weight: normal;
					position: relative;
				}						
					#menubar li a:hover {
						border-bottom: 3px solid white;	
						border-top: 3px solid white;
						background: transparent;
					}
					#menubar a.active {
						border-bottom: 3px solid #5b3900; 	
						border-top: 3px solid #5b3900;
					}
						#menubar a.active:hover {
							border-bottom: 3px solid #5b3900; 	
							border-top: 3px solid #5b3900;
						}	
	
	/*midheader*/
		#midheader {
			width: 100%;
			color: #494949; /*#1c232b;*/
			margin-top: 20px;
			margin-bottom: 20px;
			background-color: #e6e6e6;
			width: 100%;
		}
		#midheader h2 {
			font-size: 2.6em;
			font-weight: normal;
			text-transform: lowercase;
		}
		
	/*midcontainer*/	
		#midcontainer {
			float: left;

		}
			#midcontainer a {
				font-weight: bold;
			}
				#midcontainer a.active {
						color: white;
						background-color: #1c232b;
					}
		/*middle content*/
			#content {
				width: 590px;
				font-size: 1.6em;
				line-height: 1.6em;
			}			
				.container {
					width: 550px;
					float: right;
				}
					.container a {
						border: none;
					}
				#content h3,
				#content h4 {
					padding-top: 30px;
					margin-bottom: 10px;					
					font-weight: normal;
				}
				#content h3 {					
					font-size: 1.6em;					
				}			
					#content h3.nomargin {
						padding-top: 0;
					}
				#content h4 {
					font-size: 1.4em;
					margin-left: 50px;
				}
				#content p {
					margin-left: 50px;					
				}
					#content p.img {
						margin-left: 170px;
					}
				#content img {
					float: left;
					margin-left: 50px;
					border: 3px solid #e6e6e6;					
				}
					#content img:hover {
						border: 3px solid #1c232b;
						-moz-box-shadow: 3px 3px 3px #666;
						-webkit-box-shadow: 3px 3px 3px #666;
						box-shadow: 3px 3px 3px #666;
					}			
						#content img.flat:hover {
							border: 3px solid #e6e6e6;
							-moz-box-shadow: 0 0 0;
							-moz-box-shadow: 0 0 0;
							-moz-box-shadow: 0 0 0;
						}
				#content a {
					font-weight: bold;
				}	
					#content a.next {
						font-weight: normal;
						font-size: .8em;
					}
					#content a.portfolio,
					#content a.template {
						text-indent: -10000em; /* hide the link text */
						border: 1px solid #969696;
						float: left;
						margin-left: 50px;
					}
						#content a.portfolio {
							width: 500px;
							height: 277px;
						}
							#content a.portfolio:hover,
							#content a.template:hover {
								background-position: top center;
								border: 1px solid #B7B7B7;
								-moz-box-shadow: 3px 3px 3px #666;
								-webkit-box-shadow: 3px 3px 3px #666;
								box-shadow: 3px 3px 3px #666;
							}
								#content a.chw {
									background: transparent url(images/chw_sprite.png) no-repeat bottom center;
								}
								#content a.psi {
									background: transparent url(images/psitt_sprite.png) no-repeat bottom center;
								}
								#content a.cbc {
									background: transparent url(images/cbc_sprite.png) no-repeat bottom center;
								}
								#content a.itb {
									background: transparent url(images/itb_sprite.png) no-repeat bottom center;
								}
								#content a.past {
									background: transparent url(images/past_sprite.png) no-repeat bottom center;
								}
								#content a.djm {
									background: transparent url(images/djm_sprite.png) no-repeat bottom center;
								}
								#content a.lrs {
									background: transparent url(images/lrs_sprite.png) no-repeat bottom center;
								}
						#content a.template {
							width: 350px;	
						}
							#content a.standard {
								height: 232px;
								background: transparent url(images/temp_standard.png) no-repeat bottom center;
							}
							#content a.summer {
								height: 216px;
								background: transparent url(images/temp_summer.png) no-repeat bottom center;
							}
							#content a.winter {
								height: 180px;
								background: transparent url(images/temp_winter.png) no-repeat bottom center;
							}
							#content a.night {
								height: 180px;
								background: transparent url(images/temp_night.png) no-repeat bottom center;
							}
							#content a.class {
								height: 215px;
								background: transparent url(images/temp_class.png) no-repeat bottom center;
							}	
						#content a.last {
							margin-bottom: 30px;
						}										
					
				#content ul {
					margin-left: 75px;
				}
				#content ul li {
					list-style-type: circle;
				} 				

			form {
				padding: 5px;
				margin-bottom: 15px;
			}		
				.container form {
					margin-top: 40px;
				}
			
		/*middle sidebar*/
			#sidebar {
				width: 210px;
				font-size: 1.6em;
				line-height: 1.6em;
			}
					#sidebarlinks li {
						width: 210px;
					}
						#sidebarlinks li a {
							display: block;
							padding: 7px 5px;							
							text-transform: lowercase;	
							font-weight: normal;
						}
							
	/*footer*/
		#footer {
			font-size: 1.2em;
			line-height: 3em;
			background-color: #e6e6e6;
			width: 100%;
			margin-top: 40px;
		}
				#footer ul li {
					float: left;
					margin-left: 25px;
				}

/*clicky*/
	.clicky {
		text-align: center;
		padding-top: 10px;
	}
