/*  
Apple Outsider v1.0.3
*/

html {
    height: 100%;
}

body {
	height:				100%;
    margin:             0;
    padding:            0;
    background-color:	#001C3B;
    color:				#f4f4f4;
    text-align:         left;
    font: 				normal 0.9em Helvetica,Verdana,Arial,sans-serif;
}


div {
	border-width: 0;
	border-style: solid;
}

img {
	border:			0;
	margin: 		0;
	padding:		0;
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    color: white;
    text-decoration: underline;
}

p > a {
    text-decoration: underline;
}

p > a:hover {
     background:	#656565;
}

li > a {
    text-decoration: underline;
}

li > a:hover {
     background:	#656565;
}

div#recipes {
	width: 		800px;
	text-align: center;
	margin:		0 auto 0 auto;
	padding:	60px 0 20px 0;
}

a.recipes {
	text-decoration: underline;
	font-weight: bold;
}

a.recipes:hover {
	background: #656565;
}

blockquote {
    font-style: italic;
}

/* Footnote support */

sup {
	font-size:		0.7em;
	letter-spacing: 1px;
}

/*
ol.footnote {
	list-style-type:lower-roman;
	margin:			40px 20px 0 0;
	font-size: 		0.8em;
}
*/

::-moz-selection{
	background:		#b3b3b3;
/* 	color:			white; */
}

::selection {
	background:		#b3b3b3;
}

/* Elements */

#container {
	position:		relative;
	min-height: 	100%;
}

#header {
    display:    	block;
    position:   	relative;
    top:        	0px;
    height:     	250px;
    width:      	100%;
	filter: 		progid:DXImageTransform.Microsoft.gradient(startColorstr='#101020', endColorstr='#001C3B'); /* for IE */
	background: 	-webkit-gradient(linear, left top, left bottom, from(#101020), to(#001C3B)); /* for webkit browsers */
	background: 	-moz-linear-gradient(top, #101020, #001C3B); /* for firefox 3.6+ */
}

#topnav {
	position:		relative;
	top:			80px;
	bottom:			0px;
	width:			720px;
	height:			120px;
	margin:			0 auto 0 auto;
	padding-left:	80px;
}

#logo {
	margin:			11px 0 0 0;
}

#main {
    position: 		relative;
    width: 			800px;
    height: 		auto;
    margin: 		0 auto 0 auto;
}

.navelement {
    font-size:      1.0em;
    font-weight:    bold;
    color:          #eeeeee;
    letter-spacing: 1px;
}

.date {
    position:       relative;
    margin-left:    20px;
    letter-spacing:	2px;
}

#menu {
	position:		absolute;
	top:			0;
	left:			580px;
}

#menu > ul {
	margin:			0 0 0 0;
	vertical-align: top;
	list-style-type:	none;
	text-align: 	right;
	line-height:	1.4em;
}

/* Article body content */

#articles {
    position:		relative;
    min-height:		300px;
    margin-bottom:	80px;
}

.article {
	position:		relative;
    width:      	575px;
    min-height:		50px;
    margin:    		0px auto 60px auto;
}

.article > h3 {
	font-size:		1.1em;
}

.articlebody {
	margin:			0px 10px 0 10px;
	font-weight:	normal;
    line-height:    1.5em;
}

/* Date separator row for multiple days per page */

.datebullet {
	font-size: 		0.6em;
	padding:		0 20px 0 20px;
}

.dateseparator {
	width:			100%;
	height:			50px;
	padding:		30px 0 0 0;
    font-size:      1.0em;
	font-weight:    normal;
    color:          #eeeeee;
    letter-spacing: 4px;
	text-align: 	center;
}


/* Footer, copyright, etc */

#footer {
    text-align:     center;
    color:          white;
	position:		relative;
    height:         120px;
	width:			800px;
	margin:			0 auto 0 auto;
    bottom:			0px;
}

#footer > #footernotice {
	width:			100%;
	text-align: 	center;
	position:		absolute;
	top:			30px;
	left:			0;
	font-size: 		0.8em;	
}

.content {
    margin-top:     10px;
}

/* Special styles for archives section */
.archivelisting {
	margin-left:	20px;
	font-size:		0.85em;
}

.archivecontent {
	width:  		500px;
	min-height:		300px;
	margin:			40px auto 0px auto;
}

.archiveentry {
	width:			575px;
	margin: 		0 auto 20px auto;
}

a.archivetitle {
	font-weight:	bold;
}

.archivepostdate {
	font-size:		0.75em;
}

.pagetitle {
	margin-left: 	80px;
}

a#contact {
	line-height:	1.4em;
	font-weight: 	bold;
	text-decoration: underline;
}

/* Error conditions / messages */

#errmsg {
	margin:			140px auto 0 auto;
	min-height:		200px;
	font-weight:	bold;
	text-align:		center;
}