/*  
Theme Name: COTW1
Theme URI: http://www.creatureofthewheel.com
Description: Two Column YUI template based 750, 180 right sidebar.
Author: leon
Author URI: http://www.eddieshowcase.com
Version: 1.0
*/

/* **************************************************** */
/* Defaults: Affects main web document sections overall */
/* **************************************************** */
#doc {  /* 750px total width */
	margin: 0 auto;
	padding-bottom: 24px;
}
#doc2 {  /* 950px total width */
	margin: 0 auto;
}

body{
	/* font-family: verdana, sans-serif; */
	font-family: helvetica, verdana, sans-serif;
	background-color: #000000;
	color: #FFFFFF;
}

a, a:link {
	padding: 1px;
	color: #C62727;
	text-decoration: none;
}

a:hover {
	color: #C62727;
	text-decoration: underline;
	SP_HOVERLINK;
}

hr {
	margin: 10px 0px 10px 0px;
	height: 1px;
	background: #939598; 
}

h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
/* setting a consistent width, 160px; 
   control of type=file still not possible */
/* input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;} */

/* For floating things left/right like images in posts */
img.right { float: right; padding-bottom: 4px; margin: 0 0 2px 7px; clear: right;}
img.left { float: left; padding-bottom: 4px; margin: 0 7px 2px 0; clear: left; }

/* **************************************************** */
/* header */ 
/* **************************************************** */

#hd{
	/* background: url('images/header_950x132.jpg') no-repeat left top; */
	/* background: url('images/header_750x132.jpg') no-repeat left top; */
	background: url('images/newHeader_750x118.jpg') no-repeat left top;
	width: 750px;
	height: 118px;
	margin-top: 24px;
	/* margin-bottom: 24px; */

	border-top: 1px solid #939598;
	border-bottom: 1px solid #939598;
	/* border-left: 1px solid #939598; */
	/* border-right: 1px solid #939598; */

        /* hmmm: */
	float: left; /* If not here, header fugged up. why? */
	display: inline;
}

/* **************************************************** */
/* Top Navigation - Horizontal listamatic2 */
/* **************************************************** */

#navbar ul
{
	padding-left: 0;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 24px;

	background-color: #000000;
	float: left;
	width: 100%;
	/* width: 750px; */
	/* height: 26px; */
	
	/* Following accomplishes correct middle vertical text alignment */
	/* Match container height minus a few to fix IE7 and bottom border line */
	line-height: 24px;
	/* border-top: 1px solid #939598; */
	border-bottom: 1px solid #939598;
	letter-spacing: 1px;
	/* vertical-align: middle; */ /* doesn't do jack */
}

#navbar ul li { display: inline; }

#navbar ul li a {
	padding: 0.2em 1.5em;
	background-color: #000000;
	color: #C6C8CA;
        font-weight: bold;
	text-decoration: none;
	float: left;
	/* border-right: 1px solid #939598; */
}

#navbar ul li a:hover {
	background-color: #000000;
	color: #C62727;
}

#navlogin a {
	color: #C6C8CA;
	float: right;
}

/* **************************************************** */
/* search */
/* **************************************************** */

#header #searchform {
  float: right;
  margin-left: 0;
  }

#searchform {
  margin-left: 10px;
  width: 228px;
  padding-top: 7px;
  height: 28px;
  background: #C6C8CA;
  background: url(images/bgsearch.jpg) left 3px no-repeat;
  }

*:first-child+html #searchform { /* Filter for IE7 */
  padding: 5px 0;
  }

* html #searchform { /* Filter for IE6 */
  padding: 5px 0;
  }

#searchbox {
  margin-left: 8px;
  margin-bottom: 3px;
  width: 145px;
  background: none;
  border: none;
  }

#searchbutton {
  width: 50px;
  background: none;
  border: none;
  }

#searchbutton:hover {
  cursor: pointer;
  }

/* **************************************************** */
/* Menu: Blog */
/* **************************************************** */

#menu {
	padding:0;
	padding-bottom:10px;
	border:1px solid #939598;

	letter-spacing: 1px;
	text-transform: uppercase;
}
#menu ul {list-style:none; margin:0; padding:0; font-size:85%; }

/* HACK: Following display inline for IE6 bottom-spacing issue */
/*         (or add a bottom border works too) */
/* border-bottom:1px solid #FFFFFF; */
#menu ul li { display: inline; padding:0; margin:0; }

/* Following for child pages... */
#menu ul li ul { 
	margin-left: 15px; 
	background: #636466;
}

#menu ul li a {
	display:block;
	padding: 10px 2px 10px 15px;  /* top right bottom left */
	text-decoration:none;
	color: #C6C8CA;
}

#menu ul li a:hover { color: #C62727; background: #000000; }

.menuhead {
	display: block;
	color: #C6C8CA;
	border-top:1px solid #939598;
	border-bottom:1px solid #939598;
	background: #636466;
	padding: 6px;
}

#archivedropdown {
	margin-left: 12px;
	width: 150px;
}

/* **************************************************** */
/* Main: blog posts, comments */
/* **************************************************** */
.itemcontainer {

}
.item {
        padding: 10px; 
	text-align: left;
	border: 1px solid #939598;

        /* NOTE: bg color, fills transparency of png, breaks in IE6. */
        /* No gradient or make it a jpeg */

	/* background-color: #1A1A1A; */
	/* background-image: url(images/bg_gradient.png); */
	/* background-repeat: repeat-x; */
}

.item ul {
	list-style-type: disc;
	font-size: 80%;

	padding-left: 20px; 
        padding-bottom: 20px;
        /* text-indent: 15px; */
	margin-left: 10px;

}

.item ol{
	list-style-type: decimal;
	padding-left: 15px;
	margin-left: 10px;
	font-size: 80%;
}

.itemhead {
	padding-top: 5px;
	padding-bottom: 15px;     
	/* font-family: georgia; */
        font-weight: bold;
	font-size: 125%;	
}

.chronodata {
	display: inline;
	color: #939598;
	text-align: right;
	margin-left: 3em;
	font-size: 70%;
        font-weight: bold;
}


.itemhead h3{
	display: inline;
	font-weight: bold;
}

.flickrRSS img {
	padding: 2px;
	margin: 2px;
	border: 1px solid #939598;
}

input{
	font-size: 80%;
}

.metadata{
	display: block;
	color: #939598;
	/* border-top:1px solid #939598; */
	border-bottom:1px solid #939598;
	border-left:1px solid #939598;
	border-right:1px solid #939598;
	background: #636466;
	padding: 6px;

	line-height: 190%;
	font-size: 75%;
        font-weight: bold;

        margin-bottom: 20px; 
}

.profile {
	min-height: 155px;
        padding: 4px;
	border-top: 1px solid #939598;
}

/* **************************************************** */
/* footer */ 
/* **************************************************** */

#ft {
	/* nothing here right now */
}

.googleAds { text-align:center; }

