

/* Begin Typography & Colors */
body {
	/*font-size: 62.5%;*/ /* Resets 1em to 10px */
	color: #ccc;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #505050;
}


#content {
	font-size: 1.2em;
}


.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

/* End Typography & Colors */



/* Begin Structure */


.post {
	margin: 20px 0 50px;
	text-align: left;
	}

.post hr {
	display: block;
	}


.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}



.postmetadata {
	text-align: left;
	font-size: 1em;
	clear: both;
	background: #000;
	color: #ccc;
	padding: 1em;
	font-style: italic;
}
.postmetadata strong {
	color: #c90101;
	font-weight: normal;
}

.postmetadata a:link, .postmetadata a:visited {
	color: #fff;
	text-decoration: none;
}

.postmetadata a:hover {
	color: #c90101;
	text-decoration: none;
}

.postmetadata a:active {
	color: #c90101;
	text-decoration: none;
}

.clear {
	clear: both;
}
/* End Structure */





/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: .5em 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: left;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h1, h2, h3 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #fff;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #ddd;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li, .entry ul li {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */




/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 130px;
	}

#commentform input.inputtext {
	width: 170px;
	padding: 2px;
	background: #fff;
	border: 1px solid #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	}

#commentform textarea {
	width: 98%;
	padding: 2px;
	background: #fff;
	border: 1px solid #999;
	}

/* End Form Elements */



/* Begin Comments*/
h3#comments {
	margin-bottom: 2em;
}
h3#respond {
	margin-bottom: 1em;
}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	border-top: 2px solid #000;
	padding-top: 10px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin-bottom: 1em;
	}

.nocomments {
	text-align: left;
	margin: 0;
	padding: 0;
	}

.commentlist p.commentmetadata {
	margin: 0;
	display: block;
	font-size: 0.9em;
	padding: 0;
}

.commentlist li, #commentform textarea {
	font-size: 1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
	

.alt {
	/*background-color: #555;*/
}

/* End Comments */






/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: left;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
	
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font-size: 1.3em;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: left;
	margin-bottom: 60px;
	clear: both;
	height: 30px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: left;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */













/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html {
	/*background: #ccc;*/
	background: #505050 url('images/blog_bg.png') repeat-x 50% 0;
	background-attachment:fixed;
	margin: 10px;
}

body {
	position: relative;
}


body,#bg,#bg table,#bg td,#cont {width:100%;height:100%;}
body {font-size:10px;cursor:default;background:url('loading.gif');text-align: left;}


#cont { position: relative; margin: 0 auto; z-index:70; width:100%;}

.box { position: relative; top: 80px; text-align: left; padding-bottom: 90px; overflow:auto; width: 700px; margin: 0 auto;}


a img {
	border: none;
}

a {
	cursor: pointer;
}




/***Positioning***/


.floatleft {
float: left;
clear: right;
}

.post img {
	background: transparent url('images/banner_bg.png');
	padding: 5px 3px;
	
}






/***Font Styles***/

p {
font-size: 1.3em;
line-height: 1.5em;
font-family: Georgia, "Times New Roman", Times, serif;
margin: 0;
padding: 0;
margin-bottom: 1em;
}

li {
	list-style: none;
}

h1 {
font-size: 2.5em;
font-family: Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-weight: 200;
color:#000;
padding: 0;
}

h2 {
font-size: 2.5em;
font-family: Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-weight: 200;
color:#fff;
margin-bottom: .3em;
padding: 0;
}

h3 {
font-size: 1.25em;
font-family: Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-weight: 200;
color:#000;
padding: 0;

}

h5 {
	font-size: 1em;
	line-height: 1.5em;
	color: #fff;
	border-top: 6px solid black;
	padding-top: .5em;
	font-style: italic;
	font-weight: bold;
	display: inline;
}

.red, .date {
color:#fff;
}


h2 a:link, h2 a:visited {
color:#fff;
text-decoration: none;
}

h2 a:hover {
color:#fff;
text-decoration: underline;
}

h2 a:active {
color:#000;
text-decoration: none;
}

p.tags {
	font-size: 1em;
}








/***Main Menu***/

#mainmenu {
position: fixed;
top: 10px;
right: 10px;
z-index: 900;
height: 35px;
background: transparent url('images/nav_bg-24bit.png') repeat-x 0 0;
width: 96%;
}

li#logo {
	position: fixed;
	left: 10px;
	top:10px;
width: 96px;
height: 35px;
}

li#logo a {

width: 96px;
height: 35px;
margin: 0;
padding: 0;
}

li#backbutton {
position: absolute;
left: 100px;
top: 12px;
height: 35px;
z-index: 950;
}








/*** subnav ***/

#subnav {
	z-index: 955;
	position: fixed;
	top: 0;
	left: 106px;
	text-align: left;
}

#subnav li {
	position: relative;
	top: 10px;
	font-size: 13px;
	display: block;
	float: left;
	margin: 0;
	margin-left: 0;
	/*background: transparent url('images/nav_bar_buttons.png') no-repeat 0 0;*/
	height: 32px;
	border-right: 1px solid #000;
	overflow:hidden;
}

#subnav li a {
	display: block;
	padding: 8px 10px;
	font-weight: normal;
	font-style: italic;
}

#subnav li a:link, #subnav li a:visited{
	color:#ccc;
	text-decoration: none;
}

#subnav li a:hover  {
	color:#c90101;
	text-decoration: none;
}

#subnav li a:active {
	color:#c90101;
	text-decoration: none;
}

#subnav li.current a:link, #subnav li.current a:visited {
	color:#c90101;
	text-decoration: none;
}

#subnav li#search {
	background: none;
}




/*** Search Form ***/

#searcharea {
	z-index: 955;
	position: fixed;
	top: 0;
	right: 10px;
	text-align: right;
}

#searcharea li {
	position: relative;
	top: 10px;
	font-size: 11px;
	display: block;
	float: right;
	margin: 0;
	margin-left: 0;
	/*background: transparent url('images/nav_bar_buttons.png') no-repeat 0 0;*/
	height: 32px;
	/*border-left: 1px solid #000;*/
	overflow:hidden;
}



#searchform {
	position: relative;
	top: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 5px;
	padding-left: 5px;
}

#searchform #s {
	width: 140px;
	padding: 2px;
	background: #eee;
	color: #000;
	border: 1px solid #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	
}

input.submit {
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	/*background: transparent url('images/nav_bar_buttons.png') no-repeat 0 0;*/
	background: transparent;
	padding: 6px 4px;
	border: none;
	font-size: 13px;
	cursor: pointer;
}










/*** Links ***/

a:focus {outline-style: none;}

a:link, a:visited {
color:#fff;
font-family:Georgia, "Times New Roman", Times, serif;
text-decoration:underline;
}

a:hover {
color:#fff;
font-family:Georgia, "Times New Roman", Times, serif;
text-decoration:none;
}

a:active {
color:#fff;
font-family:Georgia, "Times New Roman", Times, serif;
text-decoration:none;
}


