/*
Theme Name: Graphic Omelette
Theme URI: http://graphicomelette.com/
Description: First incarnation of the Graphic Omelette web layout.
Version: 1.0
Author: Seth Wright
Tags: original layout, variable width, two columns, widgets

WordPress Theme by Seth Wright @ http://graphicomelette.com
*/


/* Page Layout */
body {
background:url(images/go_bg.png) repeat-x;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.8em;
margin:0px;
padding:0px;
}

#shell {
margin-left:auto;
margin-right:auto;
width:800px;
}

#yolk {
background:url(images/go_white.png);
float:left;
width:600px;
}

#white {
background:url(images/go_desk.png) no-repeat top center;
float:right;
padding-top:100px;
text-align:center;
width:200px;
}

#header {
background:url(images/go_banner.png) no-repeat;
height:170px;
padding-left:140px;
}

#navigation {
padding:20px 0px 0px 50px;
}

#content {
padding:0px 50px 25px 50px;
}

#footer {
clear:both;
text-align:center;
}



/* Typography */
a {
color:#ff6600;
text-decoration:none;
}

a:hover {
color:#ff9900;
}

img {border:none;}

img.alignleft {
float:left;
margin;0px 5px 5px 0px;
}

img.alignright {
float:right;
margin:0px 0px 5px 5px;
}

img.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}

.meta {font-size:0.8em;}