/*  
Theme Name: Yellow Alert
Theme URI: http://rant.sparrowheart.ca/yellowalert/
Description: The default Yellow Alert theme
Version: 1.0
Author: Jeff Dawson
Author URI: http://sparrowheart.ca/

	This theme was designed and built by Jeff Dawson,
	whose blog you will find at http://rant.sparrowheart.ca/

/* Begin Typography & Colors & Images*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	background: #152008 url("images/bgnd_grass.jpg");
	color: #1b190f;
	text-align: center;
	}

#page {
	text-align: left;
	}

#page_below {
	background: #e2b629 url("images/bgnd_metal.jpg") repeat-y top;
}

#header {
	background: #e2b629 url("images/header.jpg") no-repeat;
	}



#pages {
	margin: 0;
	padding: 154px 0 0 126px;
}
#pages ul {
	margin: 0;
	padding: 0;
}

/* IE hack */

#pages li {
	display: inline-block;
}
#pages li {
	_display: inline;
	padding-top: 5px;
}

/* Gecko hack */
html>body #pages li {
	display: table-cell; display: inline-table; display: inline-block;
	padding:0;
}


#pages li {
	list-style-type: none;
	background: url("images/bgnd_tab.jpg") no-repeat top left;
	margin: 0;
	width: 92px;
	height: 26px;
	text-align: center;
	vertical-align: middle;	
}
#pages a {
	color: #1b190f;
}
#pages a:hover {
	text-decoration: underline;
}
/*.current_page_item a, .current_page_item a:hover {
	color: #fff !important;
}*/



.post {
	background: url("images/bgnd_post.jpg") no-repeat top;
}


#content {
	font-size: 12px;
	}
/*
.widecolumn .entry p {
	font-size: 1.05em;
	}

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

.widecolumn {
	line-height: 1.6em;
	}
*/	
.narrowcolumn .postmetadata, .widecolumn .postmetadata {
	text-align: center;
	}
/*
.alt {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}
*/
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 1em;
	padding-bottom: 3px;
	}

h2, h3 {
	font-family: 'Arial Black', Helvetica, Sans-Serif;
	font-weight: normal;
}
h3 {
	font-size: 12px;
	color: #1b190f;
	font-variant:small-caps;
}
/*h2.pagetitle {
	font-size: 1.6em;
	}*/

#sidebar h2 {
	/*font-family: 'Arial Black', Helvetica, Sans-Serif;*/
	font-size: 13px;
	}

a, a:visited {
	color: white;
	text-decoration: none;
}
a:hover, h2 a:hover {
	text-decoration: underline;
}
h2, h2 a, h2 a:hover, h2 a:visited {
	color: white;
	font-size: 17px;
	font-variant:small-caps;
	text-decoration: none;
}

#sidebar a, .postmetadata a { /*, a:hover, h2 a:hover {*/
	font-size: 11px;
	font-variant:normal;
	text-decoration: none;	
	color: #1b190f;
}
#sidebar a:hover, .postmetadata a:hover {
	text-decoration: underline;
}


/*
#sidebar h2, #wp-calendar caption, cite {
	
	}
.entry p a:visited {
	color: #b85b5a;
	}
*/

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Helvetica, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

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

#commentform p {
	font-family: Arial, Helvetica, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 11px Arial, Helvetica, Sans-Serif;
	line-height: 13px;
	background: url("images/bgnd_menu.jpg") no-repeat top left;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, strike {
	color: white;
	}
blockquote {
	color: #1b190f;
}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

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

	
#wp-calendar #prev a {
	font-size: 10px;
	}

#wp-calendar a {
	color: white;
	}

#wp-calendar caption {
	font: 11px "Arial Black", Helvetica, Sans-Serif;
	color: white;
	text-align: left;
	font-variant:small-caps;
	}

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



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	height: 285px;
	width: 800px;
	}

.narrowcolumn {
	position: relative;
	top: -105px;
	float: left;
	padding: 0 0 0 71px;
	/*margin: 0;*/
	width: 550px;
	}

.widecolumn {
	position: relative;
	top: -105px;
	float: left;
	padding: 0 0 0 71px;
	/*margin: 0;*/
	width: 550px;
	}
	
.post {
	padding: 12px 26px 0 71px;
	margin: 0 0 26px 0;
	text-align: justify;
	/*width: 550px;*/
	/*height: 300px;*/
	}
.post p img {
	margin-left: -47px;
}
.post p {
	margin: 0;
	padding: 0 0 8px 0;
}
.post h2 {
	margin: 0;
	padding: 0;
}
.post h3 {
	margin: 0;
	padding: 4px 0 8px 0;
}

.entry {
	padding-top: 28px;
	font-size: 12px;
}

.entrytext {
	padding: 28px 0 30px;
	font-size: 12px;
}


/*	
.post h2, .post p {
	margin: 0 23px 0 71px;
}	
.post img {
	margin: 0 23px 0 27px;
}
*/

/*
.widecolumn .post {
	margin: 0;
	}
*/
/* .narrowcolumn .postmetadata {*/
p.postmetadata {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 1em;
	padding: 15px 30px 20px;
	/*margin-top: 30px;*/
	}

/*
.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 {
	clear: left;
}

#sidebar {
	padding: 17px 0 0 10px;
	margin: 0 0 0 620px;
	position: relative;
	top: -105px;
	width: 122px;
	height: 706px;
	}
	
/*
floatbox {
  float: left;
  width: 100px;
  }
p {
  margin-left: 110px;
  }
 */
/* Hide from IE5-mac. Only IE-win sees this. \*/
/* 
* html #floatbox {
  margin-right: 10px;
  }
* html p {
  height: 1%;
  margin-left: 0;
  }
*/ 
/* End hide from IE5/mac */
	
#sidebar form {
	margin: 0;
	}

#footer {
	clear: both;
	padding: 0;
	margin: 0 auto;
	height: 371px;
	width: 800px;
	background: url("images/bgnd_footer.gif") no-repeat bottom;
	}

#footer p {
	margin: 0;
	padding: 300px 0 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h2 {
	margin: 0;
	padding: 0;
	}

#sidebar h2 {
	margin: 0;
	padding: 0;
	}

/* End Headers */



/* Begin Images */
div.entry img {
	padding: 5px 0 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 {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
*/
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0; /* 16px; */
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 12px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 0;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0 0 0 8px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 8px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 1px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0px; /* auto;*/
	padding: 5px 3px; 
	/*text-align:center;*/
	width: 90px;
	}

#sidebar #searchform #s {
	width: 90px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	font-size: 11px;
	padding: 1px;
	height: 20px;
	width: 60px;
	}

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

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 0;
	}

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

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	background-color: #e2b629;
	border: 1px white solid;
	}

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

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 1px;
	width: 100px;
	}

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

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

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	/*text-align: center;*/
	/*width: 100%;*/
	}

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

/* Doesn't work in IE */
/*
#wp-calendar td.pad:hover { 
	background-color: #fff; }
*/
/* End Calendar */



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

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

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

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

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

h2.pagetitle, .navigation {
	height: 24px;
	background: url("images/bgnd_nextprev.jpg") no-repeat top left;
	padding: 8px 26px 0;
	margin-bottom: 5px;
	font-family: 'Arial Black', Helvetica, Sans-Serif;
	font-size: 12px;
	font-variant: small-caps;
	color: #1b190f;
	}
.navigation a {
	color: #1b190f;
}	
	
/* End Various Tags & Classes*/
