/*  
Theme Name: American Flatbread
Theme URI: http://americanflatbread.com/
Description: Theme developed for <a href="http://americanflatbread.com/">American Flatbread Company</a>.
Version: 1.0
Author: Seth Wright
Author URI: http://graphicomelette.com/

This theme was based on the WordPress Kubrick theme.
*/



/* <<< TYPOGRAPHY >>> */

body {
font-size:80%;
font-family:Verdana, Arial, Sans-Serif;
}

#content {text-align:left;}

.nav {
font-weight:bold;
text-decoration:none;
}

a {color:#990000;}

a:hover {color:#ff0000;}

hr {clear:both;}

h1 {
margin:0px;
font-size:1.6em;
color:#990000;
}

h2 {
margin:5px 0px 0px 0px;
font-size:1.2em;
}

h3 {
margin:10px 0px 0px 0px;
font-size:1em;
color:#990000;
}

small {
font-size:0.9em;
font-style:italic;
}

ul {margin:0px;}

li {
margin-bottom:10px;
padding:0px;
}


/* <<< PAGE LAYOUT >>> */

/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 

html,body {
margin: 0;
padding: 0;
background-image:url(images/background_weave.gif);
}
		
#container {
margin-left:auto;
margin-right:auto;
width:800px; 
min-height:100%;
text-align:center;
position:relative;
background:url(images/div_bg.gif) repeat-y;
}
		
#header {
height:130px;
width:800px;
margin:0px;
}

#mainnav {
width:800px;
height:125px;
}

#home_main {
width:700px;
padding:10px 50px 25px 50px;
text-align:center;
position:relative;
}

.home_left {
float:left;
width:220px;
padding:0px 20px 10px 0px;
}

.home_right {
float:right;
width:220px;
padding:0px 0px 10px 20px;
}

#sidebar {
float:left;
width:160px;
padding:10px 10px 25px 40px;
position:relative;
/* background-color:#cccccc; */
}

.singlepost {
width:500px;
padding:10px 150px 25px 150px;
text-align:left;
position:relative;
}

.column {
float:right;
width:500px;
padding:10px 80px 25px 10px;
text-align:left;
position:relative;
/* background-color:#999999; */
}

#caption {
float:right;
max-width:165px;
padding:0px 0px 20px 20px;
text-align:center;
}

#notice {
background-color:#FFFFCC;
border-style:solid;
border-color:#990000;
border-width:1px;
padding:10px;
}

#homeintro {
width:700px;
margin:0px 50px;
text-align:left;
}
		
#footer	{
font-size:0.8em;
position:absolute;
bottom:0px;
left:0px;
width:740px;
margin:0px 30px;
padding:5px 0px;
height:40px;
}

#clearfooter {height:50px;width:800px;clear:both;}

#wheat {
background-image:url(images/wheat.gif);
background-repeat:no-repeat;
width:80px;
height:458px;
position:absolute;
top:240px;
left:-40px;
}

#peel {
background-image:url(images/peel.gif);
background-repeat:no-repeat;
width:72px;
height:440px;
position:absolute;
top:260px;
right:-25px;
}

div,p {margin-top:0px}

img {border-style:none;}

img.centered {
padding:5;
display:block;
margin-left:auto;
margin-right:auto;
}

img.alignright {
padding:4px;
margin:0px 0px 2px 7px;
display:inline;
}

img.alignleft {
padding:4px;
margin:0px 7px 2px 0px;
display:inline;
}

.alignright {float:right;}

.alignleft {float:left;}

.post {clear:both;}



/* <<< FORM ELEMENTS >>> */

#s {
margin:0px;
width:80px;
}