@charset "UTF-8";
/* CSS Document */

/*
///////////////////////////////////////////////////////////////////
                    derekvanhorne.com styles
                     © 2008 Derek Van Horne
///////////////////////////////////////////////////////////////////
*/
/* ----------------------------------------------------------------- UNDO -- */

* {	margin: 0; padding: 0; }
:link,:visited { text-decoration: none; }
a img, :link img, :visited img { border: none; }
ul, ol { list-style: none; }

/* --------------------------------------------------------------- LAYOUT -- */

body {
	background-color: #D0E9D5;
	font-family: Times, Times New Roman, serif;
}

img, :link img, :visited img { 
	color: #333;
	border: none; 
	background: none;
}
	

#content {
	text-align: left;
	width: 830px;
	margin: 30px auto;
	padding-left: 25px;
	padding-top: 17px;
	padding-bottom: 25px;
	background-color: #F7F1EC;
}

#menu {
	float: left;
	text-align: left;
	margin-right: 15px;
	margin-bottom: 20px;
	width: 145px;
}

#main {
	float: left;
	text-align: left;
	margin-right: 25px;
	margin-bottom: 20px;
	width: 640px;
	border-bottom: 3px double #AAABAB;
}

#logo {
	padding-bottom: 5px;
	margin: 0px;
	border: 0px;
}

#alt {
	padding-top: 7px;
	border-top: 3px double #AAABAB;
}

.pics { 
	clear: both; 
	background-color: #F7F1EC;
}

.pics img {
	background-color: #F7F1EC;
	padding: 2px 1px 8px 0px;
	overflow: visible; 
}

.pics_blog { 
	clear: both; 
	background-color: #F7F1EC;
}

.pics_blog img {
	background-color: #F7F1EC;
	padding: 8px 1px 3px 0px;
	overflow: visible; 
}

.pics_flash { 
	clear: both; 
	background-color: #F7F1EC;
}

.pics_flash img {
	background-color: #F7F1EC;
	padding: 8px 1px 3px 0px;
	overflow: visible; 
}
	
.clear { 
	clear: both; 
	height: 1px; 
}

/* ----------------------------------------------------------- TYPOGRAPHY -- */

p {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	width: 640px;
	margin-top: 8px;
	margin-bottom: 7px;
	line-height: 1.2em;
	letter-spacing: 0em;
}

p a:link, a:visited {
	color:#666666;
	text-decoration: underline;
}

p a:hover, a:active {
	color: #E56D1A;
	text-decoration: underline;
	
}

strong { 
	font-weight: bold;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

#menu a, a:link, a:visited {
	text-decoration: none;
	color: #333333;
}

#menu a:hover, a:active {
	color: #E56D1A;
	text-decoration: none;
}

h1 {
	font-size: 10px;
	line-height: 15px;
	color: #333;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	margin-right: 0;
}

h2 {
	text-align: left;
	font-size: 21px;
	line-height: 21px;
	letter-spacing: -.05em;
	font-weight: 100;
	font-style: italic;
	color: #E56D1A;
	padding-top: 5px;
	padding-bottom: 3px;
	margin-top: 4px;
	border-top: 3px double #AAABAB; 
	border-bottom: 1px solid #AAABAB;
}

h3 {
	text-align: left;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: -.03em;
	font-weight: normal;
	color: #333333; 
	padding-top: 3px;
	padding-bottom: 8px;
	margin-top: 4px;
	border-bottom: 3px double #AAABAB;
}

h4 {
	text-align: left;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: -.05em;
	font-weight: 100;
	font-style: italic;
	color: #666666; 
	padding-top: 4px;
	padding-bottom: 6px;
}

h4 a:link, a:visited {
	color: #666666;
}

h4 a:hover {
	color: #E56D1A;
}

h5 {
	text-align: right;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: -.01em;
	margin-top: -18px;
	font-weight: 100;
	color: #666666; 
	
}

h5 a:link, a:visited {
	color: #666666;
}

h5 a:hover {
	color: #E56D1A;
}

h6 {
	text-align: right;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: -.01em;
	font-weight: 100;
	color: #666666; 
	padding-bottom: 3px;
	padding-top: 2px;
}

#lighter {
	padding-top: 35px;
	padding-bottom: 0px;
	color: #999999;
}



