/*
--------------------------------------------------
RobWeychert.com Global Styles
--------------------------------------------------
Revised 04 April 2007
--------------------------------------------------
*/
/*
--------------------------------------------------
Basic Elements
--------------------------------------------------
*/


body	{
	color: #000;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 13px;
	line-height: 1.6em;
	text-align: center;
	background-color: #fff;
	padding: 0;
	margin: 0;
	}
	
/*  main content entry headline  */

h1	{
	clear: left;
	color: #003;
	font-size: 1.6em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.2em;
	}

h1 a:link, h1 a:visited	{
	color: #003;
	text-decoration: none;
	border: none;
	}

h1 a:hover	{
	color: #003;
	border-bottom: 1px solid #003;
	}

/*  main content entry datestamp  */

h2	{
	color: #933;
	font-size: 1em;
	font-weight: bold;
	}

/*  main content entry subhead  */

h3	{
	font-size: 1em;
	font-weight: normal;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #003;
	padding-bottom: .2em;
	border-bottom: 1px solid #ccccd6;
	margin: 1em 0 1em 0;
	}

/*  main content entry footer  */

h4	{
	clear: both;
	font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size: .8em;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	padding: .2em 0 .3em 0;
	border-top: 1px dashed #000;
	border-bottom: 1px solid #000;
	margin: 2em 0;
	}

/*  main content entry comment author  */

h5	{
	font-size: 1em;
	font-weight: bold;
	color: #003;
	margin-bottom: 1em;
	}

/*  page footer  */

h6	{
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size: .8em;
	font-weight: normal;
	text-align: center;
	line-height: 1.5em;
	color: #003;
	width: 725px;
	clear: both;
	background-image: url(/images/footer_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding: 1.5em 0 2em 0;
	border-top: 1px solid #003;
	border-bottom: 20px solid #003;
	margin: 0;
	}

p	{
	margin: 0;
	text-indent: 2em;
	}

h1+p, h2+p, h3+p, h4+p, h5+p, h6+p	{
	text-indent: 0;
	}

a:link	{
	color: #c60;
	text-decoration: none;
	border-bottom: 1px dotted #c60;
	}

a:visited	{
	color: #c93;
	text-decoration: none;
	border-bottom: 1px dotted #c93;
	}

a:hover	{
	color: #c33;
	text-decoration: none;
	border-bottom: 1px solid #c33;
	}

a:active	{
	color: #003;
	border-bottom: 1px solid #003;
	}

em, cite	{
	font-style: italic;
	}

strong	{
	font-weight: bold;
	}

blockquote, pre	{
	display: block;
	clear: both;
	background-color: #eaeefb;
	padding: 1em 2em;
	margin: 1em 0;
	border-top: 1px dashed #ccccd6;
	border-bottom: 1px dashed #ccccd6;
	}

blockquote	{
	color: #7f7f99;
	font-style: italic;
	}

blockquote p	{
	text-indent: 0;
	margin-bottom: 1em;
	}

code, pre	{
	color: #933;
	font-family: Monaco,"Courier New",Courier,monospace;
	}

code	{
	font-size: .85em;
	}

pre	{
	overflow: auto;
	line-height: 1.6em;
	}

ul, ol, dl	{
	padding: 0;
	margin: .5em 0 2em 0;
	}

ul	{
	list-style-type: none;
	}

ul li, dd	{
	background-image: url(/images/bullet.gif);
	background-position: 2px .5em;
	background-repeat: no-repeat;
	padding-left: 15px;
	}

li, dd	{
	margin: 0;
	}

dt	{
	text-transform: lowercase;
	font-variant: small-caps;
	letter-spacing: .1em;
	}

img	{
	display: inline;
	padding: 0;
	border: 0;
	}

form	{
	margin: 0;
	}

form p	{
	text-indent: 0;
	}

fieldset	{
	display: inline;
	padding: 0;
	border: none;
	margin: 0;
	}

input	{
	display: inline;
	vertical-align: middle;
	}



/*
--------------------------------------------------
Basic Page Layout
--------------------------------------------------
*/


#globalwrap	{
	width: 725px;
	padding: 0;
	margin: auto;
	}

#header	{
	line-height: 0;
	width: 100%;
	padding: 0;
	border-top: 8px solid #003;
	margin: 0;
	}

#logo	{
	display: block;
	position: relative;
/*	clear: both;
	float: left;
	width: 725px;	*/
	height: 80px;
	z-index: 2;
	text-indent:-9999px;
	background: url(../images/header2.gif) no-repeat;
	padding: 0;
	border-width: 0;
	margin: 0 0 -5px 0;
	}

#nav	{
	position: relative;
	z-index: 1;
	text-align: center;
	line-height: 0;
	background: url(../images/nav_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 4px;
	border-bottom: 1px solid #003;
	margin: 0;
	}

#content	{
	float: left;
	text-align: left;
	background-image: url(/images/content_bg.gif);
	margin: 15px 0 20px 0;
	}

#primary	{
	float: left;
	width: 454px;
	background-color: #fff;
	margin-right: 11px;
	}

#secondary	{
	font-family: "Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
	font-size: .85em;
	line-height: 1.6em;
	float: right;
	width: 250px;
	background-color: #fff;
	border-bottom: 1px solid #000;
	margin: 0 0 0 10px;
	}



/*
--------------------------------------------------
Header & Navigation
--------------------------------------------------
*/


#header a	{
	border: none;
	}

#nav li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	background-image: none;
	}

#nav a	{
	text-decoration: none;
	border: none;
	}

#nav a:hover img	{
	background-color: #fbedca;
	}



/*
--------------------------------------------------
Primary Content
--------------------------------------------------
*/


.caps	{
	font-variant: small-caps;
	letter-spacing: .1em;
	text-transform: lowercase;
	}

.warning	{
	color: #c00;
	padding: 1em 0;
	}

#blognav	{
	float: right;
	color: #003;
	font-variant: small-caps;
	text-transform: lowercase;
	text-align: right;
	margin: .35em 0 0 10px;
	}

#blognav a:link, p.categories a:link	{
	color: #003;
	text-decoration: none;
	border-bottom: 1px dotted #003;
	}

#blognav a:visited, p.categories a:visited	{
	color: #003;
	text-decoration: none;
	border-bottom: 1px dotted #ccccd6;
	}

#blognav a:hover, p.categories a:hover	{
	color: #c33;
	text-decoration: none;
	border-bottom: 1px solid #c33;
	}

#blognav a:active, p.categories a:active	{
	color: #c33;
	}

.post	{
	padding-top: .5em;
	}

.post h1	{
	padding-bottom: .5em;
	border-bottom: 2px solid #000;
	margin: 0 0 .5em 0;
	}

.post h1.archive	{
	font-size: 1.3em;
	border-bottom: 1px dashed #000;
	}

.post ul, .post ol	{
	margin: 1em 2em;
	}

.post img	{
	padding: 4px;
	border: 1px solid #ccccd6;
	margin: 0 0 .5em 0;
	}

.post img.inset	{
	float: left;
	clear: both;
	margin-right: 10px;
	}

.post p+img	{
	margin-top: 1em;
	}

.post .video	{
	display: block;
	padding: 4px;
	border: 1px solid #ccccd6;
	margin: 1em 0;
	
	}

p.categories, p.responsibilities	{
	color: #7f7f99;
	font-variant: small-caps;
	letter-spacing: .1em;
	text-align: center;
	text-transform: lowercase;
	text-indent: 0;
	margin: 1em 0;
	}


/*
--------------------------------------------------
Comments
--------------------------------------------------
*/


h4.commentheader	{
	font-weight: bold;
	letter-spacing: .2em;
	color: #933;
	margin-bottom: 0;
	}

.datestamp	{
	font-weight: normal;
	}

a:link.datestamp, a:visited.datestamp	{
	color: #c60;
	font-weight: normal;
	border-bottom: 1px dotted #c60;
	}

a:hover.datestamp	{
	color: #c33;
	border-bottom: 1px solid #c33;
	}

a:active.datestamp	{
	color: #003;
	border-bottom: 1px solid #003;
	}

#postcomment	{
	display: block;
	clear: both;
	padding: 1em 0;
	}

#postcomment label, #previewheader	{
	font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size: .8em;
	color: #7f7f99;
	letter-spacing: .1em;
	text-transform: uppercase;
	}

.commentfield	{
	display: block;
	width: 170px;
	}

#commentform	{
	clear: both;
	float: left;
	width: 185px;
	border-right: 1px solid #ccccd6;
	margin-bottom: 1em;
	}

.inputbutton, .submitbutton	{
	padding: 0 .1em;
	margin: .75em 0;
	}

.submitbutton	{
	color: #fff;
	font-variant: small-caps;
	letter-spacing: .1em;
	text-transform: lowercase;
	text-align: center;
	background-color: #ccccd6;
	}

#commentpreview	{
	margin-left: 200px;
	}

.guidelines	{
	clear: both;
	font-style: italic;
	text-indent: 0;
	padding-top: 1em;
	border-top: 1px dashed #ccccd6;
	margin-top: 1.5em;
	}

.guidelines code	{
	font-style: normal;
	}


/*
--------------------------------------------------
Secondary Content
--------------------------------------------------
*/


#secondary h1	{
	margin: 0;
	}

#secondary h2	{
	margin: .5em 0;
	}

#secondary h2, #secondary caption	{
	font-weight: bold;
	color: #003;
	text-align: left;
	text-transform: uppercase;
	border-bottom: 2px solid #003;
	}

#secondary h2	{
	padding: 0 0 .2em .2em;	
	}

#secondary caption	{
	background-image: url(/images/bullet.gif);
	background-position: 2px .5em;
	background-repeat: no-repeat;
	padding: 0 0 .2em 15px;
	margin-bottom: 1em;
	}

#secondary p	{
	text-indent: 0;
	}

#calendar	{
	margin: .5em 0 2em 0;
	}

#secondary table	{
	font-size: 1em;
	text-align: center;
	width: 100%;
	border: 1px solid #ccccd6;
	margin: .5em 0;
	}

#secondary th	{
	font-weight: normal;
	color: #933;
	}

#secondary td	{
	padding: .2em;
	border: 1px solid #ccccd6;
	background-color: #eaeefb;
	}

#secondary td.post {
	background-color: #fbedca;
	}

#secondary td.empty	{
	background-color: #fff;
	}


/*
--------------------------------------------------
Search Form
--------------------------------------------------
*/


#search	{
	background-color: #eaeefb;
	padding: 10px;
	border-top: 1px dashed #ccccd6;
	border-bottom: 1px dashed #ccccd6;
	margin-bottom: 1em;
	}

#search p	{
 	display: inline;
 	}

input.query	{
	width: 65%;
	}

input.submit	{
	width: 30%;
	color: #fff;
	font-variant: small-caps;
	letter-spacing: .1em;
	text-transform: lowercase;
	background-color: #ccccd6;
	}

h5#disclaimer, h5#disclaimer a	{
		font: italic 14px Georgia,"Times New Roman",Times,serif;
		color: #fff;
		}
		
		
/*
--------------------------------------------------
Disclaimer
--------------------------------------------------
*/


h5#disclaimer	{
		text-align: center;
		background: #000;
		margin: 0;
		padding: 10px;
		}

h5#disclaimer a	{
		text-decoration: none;
		border-bottom: 1px solid #999;
		}
