@charset "utf-8";

html, body { background:#FFFFFF; font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif; }

h1 { background:#FFFFFF; color:#becf4d; font-size:36px; }
h3 { color:#becf4d; }
blockquote { background:#f8f8f2; color:#a98951; margin:10px 0px; padding:20px; }

#top_bar { background:#333333; border-bottom:3px double #FFFFFF; height:15px; }
#logo { margin-left:10px; margin-top:25px; position:relative; }

#navigation
{
	border-bottom:1px dashed #333333; border-top:1px dashed #333333; display:inline; height:30px; line-height:30px;
	margin:10px 10px 35px 10px; padding:5px 0; position:relative; z-index:999;
}

#navigation ul { height:30px; line-height:30px; list-style-type:none; margin:0; padding:0; z-index:999; }
#navigation li { margin:0 20px 0 0; padding:0; text-align:center; z-index:999; }
#navigation li.omega { margin:0; }

#navigation a,
#navigation a:visited,
#navigation a:link
{
	color:#333333; display:block; font-size:17px; margin:0; padding:0; text-decoration:none;
	text-transform:uppercase; z-index:999;
}

#navigation a:hover, #navigation a:active { background:#333333; color:#FFFFFF; z-index:999; }
#navigation li.current a { background:#333333; color:#FFFFFF; }

article header { background:url("/img/dots.png") repeat-x bottom; display:block; }
article header h1 { color:#e32; font-size: 190%; line-height:35px; margin-bottom:0; padding-bottom:0; }
article header p.published { color:#1e1e1e; font-size:12px; letter-spacing:.001em;  padding-bottom:10px; }

.addthis_toolbox { float:right; padding-bottom:25px; }