/*
Theme Name: Frank Yoke Theme
Description: Custom theme for Frank Yoke's site.
Version: 1
Author: Daniel Valenzuela
*/


body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
	margin: 0; padding: 0; border: 0;
}

body {
	background: #f0e3cb url(images/khakimediumer.jpg)  no-repeat left top scroll;
	background-size: cover !important;;
	font-family: Georgia, Serif; color: #555; line-height: 24px;
}

a {
	color: #88230b; text-decoration: none;
}
a:hover {
	color: #651705;
}

#wrapper {
	padding: 0 0 0 0;
}

#container {
	width: 1000px; margin: 0 auto; overflow: hidden;
	background: url(images/greensash.jpg) 0 0 repeat-y;
}

#nav {
	width: 304px; 
	float: left; 
}

#nav #logo
{
margin-left:17px;
}
		
#nav ul {
	margin-top:-11px;
	margin-left:19px;
	list-style: none;
}		
#nav li {
	display:inline-block;
	width:135px;
	height:136px;
}

#header-banner{
	margin-top:32px;
	margin-left:18px;
}

a:focus { outline: 1px dotted; overflow: hidden; }
a, a:hover, a:active { outline: none; }
#content-wrapper{
	width:612px; 
	margin-left:322px; 
	margin-top:19px; 
	padding: 26px 23px 20px 42px;
}

#content-title{
	font-size: 35px;
	letter-spacing: -1px;
	color: #A11E22;
	font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
	font-weight: bold;
	margin-bottom:27px;
}

#content-content{
	font-size: 14px;
	color: #525151;
	font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
	vertical-align:top;
}

#content-content h2{
	font-size: 14px;
	color: #A11E22;
	font-weight: bold;
	margin-bottom:10px;
}

#content-column1{
	width:306px;
	display:inline-block;
	vertical-align:top;
	line-height: 1.2;
}

#content-column2{
	width:297px;
	display:inline-block;
	vertical-align:top;
	line-height: 1.2;
	margin-left: 4px;
}
 
 #content-content a{
	line-height: 1.4;
	font-size: 15px;
	color: #A11E22;
	font-style: normal;
	font-weight: bold;
 }
 #content-content a:hover{
	color: #ED1C24;
	font-style: normal;
	font-weight: bold;
 }

/* Wordpress Alignment Stuff */

.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
	margin-left: 15px;
}

.alignleft {
	float: left;
	margin-right: 15px;
}
