/*  
Theme Name: Itchy V1
Theme URI: http://www.itchy.ichabod1799.net
Description: This is my theme my blog.
Version: 1.0
Author: Matthew Wood
Author URI: http://www.ichabod1799.net http://www.mattwood.com.au

*/

body  {
	margin: -2px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #575447;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	background-attachment: scroll;
	background-color: #F7F1CF;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#container { 
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	background-color: #DDDDDD;
	background-image: url(images/itchy_02.jpg);
	background-repeat: no-repeat;
	height: 117px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	padding: 0 0 3px 0;
	color: #61605B;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;	
}


a {
	color: #E58B3D;
	text-decoration: none;
}
 a:hover {
	color: #415765;
 }



#navigation {
	background-image: url(images/itchy_04.jpg);
	height: 48px;
	background-color: #EA9F4E;
	letter-spacing: 1px;
}

#navigation ul
{
	margin: 0;
	padding: 0;
	white-space: nowrap;
	float: left;
}

#navigation li
{
	float: left;
	display: inline;
	list-style-type: none;
}

#navigation a {
	display: block;
	height: 16px;
	width: 75px;
	padding: 1em 0.9em;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #C87935;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #EFA250;
	font-size: 12px;
	top: auto;
}

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

#navigation a:hover
{
	background-color: #DD843C;
	text-decoration: none;
}


 #mainContent { 
	float: left;
	width: 500px;
	padding: 10px;
} 

.post{
	padding: 10px 0 10px 0;
}

.post h2{
	font-family: Georgia, Sans-serif;
	font-size: 18px;
	color: #E48D3E;
		letter-spacing: 1px;
}

.entry{
	line-height: 18px;
}


p.postmetadata{
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}


.sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #F6F6F6;
	border: thin solid #DADADA;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	display: inline;
}


.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 5px 0 5px;
}

.sidebar ul li{
	padding: 5px 0 5px 0;
}

.sidebar ul li h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	letter-spacing: 1px;
	color: #416372;
}

.sidebar ul ul li{
	padding: 0;
}

table#wp-calendar{
	width: 100%;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

 #footer {
	background-color: #F1A360;
	background-image: url(images/itchy_06.jpg);
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: no-repeat;
	height: 54px;
	clear: both;
	color: #895D31;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 26px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRtHdr #sidebar1 { width: 220px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRtHdr #sidebar1 { padding-top: 30px; }
.twoColFixRtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

