/*
Theme Name: Guitar Chords v1.0


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

Body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-image: url(images/bg_stretch.jpg);
	background-repeat: repeat-x;
	background-color: #0A5A9B;
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
    line-height:1.125em;
}

#wrapmaster {
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
	}
	
#header {
	width: 1000px;
	height: 303px;
	background-image: url(images/topbanner.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	}
	
#header_top {
	float: right;
	position: relative;
	right: 75px;
	top: 2em;
	margin: 0px;
	padding: 0px;
	}
	
#header_top h1 {
	font-size: 1em;
	margin: 0px;
	}
	
#header_top h1 a {
	text-decoration: none;
	color: #FFFFFF;
	}
	
#header_mid {
	width: 900px;
	height: 95px;
	position: relative;
	top: 60px;
	left: 10px;
	margin: 0px auto;
	padding: 25px 0px 0px 0px;
	}
	
#header_mid p {
	color: #FFFFFF;
	font-size: 0.750em;
	margin: 5px 0px;
	}
	
#header_btm {
	width: 900px;
	height: 100px;
	position: relative;
	top: 60px;
	left: 10px;
	margin: 0px auto;
	}
	
#header_btm p {
	color: #FFFFFF;
	font-size: 0.875em;
	margin: 15px 0px 0px 0px;
	}
	
#header_btm_interior {
	width: 900px;
	height: 100px;
	position: relative;
	top: 80px;
	left: 10px;
	margin: 0px auto;
	}
	
#header_btm_interior p {
	color: #FFFFFF;
	font-size: 0.875em;
	margin: 15px 0px 0px 0px;
	}

#wrap {
	width: 1000px;
	height: 700px;
	background-image: url(images/bg_main.jpg);
	background-repeat: no-repeat;
	}
	
#content {
	width: 500px;
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
	top: 50px;
	left: 85px;
	}
	
#sidebar {
	float: right;
	width: 350px;
	position: relative;
	right: 80px;
	top: 50px;
	}
	
#sidebar_box {
	width: 302px;
	margin: 0px auto;
	}
	
#sidebar_box h2 {
	font-size: 0.875em;
	color: #FFFFFF;
	margin: 5px 0px;
	}
	
#sidebar_box p {
	margin: 2px 0px;
	color: #FFFFFF;
	}
	
#sidebar_box ul {
	margin: 0px;
	padding: 0px;
	font-size: 0.875em;
	list-style-type: none;
	}
	
#sidebar_box ul li a {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#sidebar_box ul li a:hover {
	text-decoration: underline;
	}
	
#sidebar_box_top {
	background-image: url(images/box_side_rounded_top.gif);
	background-repeat: 	no-repeat;
	width: 302px;
	height: 14px;
	}
	
#sidebar_box_inner {
	background-color: #000433;
	width: 282px;
	margin: -5px 0px -2px 0px;
	padding: 0px 10px;
	}
	
#sidebar_box_btm {
	background-image: url(images/box_side_rounded_btm.gif);
	background-repeat: 	no-repeat;
	width: 302px;
	height: 14px;
	}
	
#footer {
	width: 861px;
	margin: 0px auto;
	}
	
/*-----------Classes--------------*/

.post {
	padding: 0px;
	width: 450px;
	position: relative;
	bottom: 10px;
	}
	
.post_top {
	background-image: url(images/box_rounded_top.gif);
	background-repeat: no-repeat;
	width: 470px;
	height: 15px;
	}
	
.post_btm {
	background-image: url(images/box_rounded_btm.gif);
	background-repeat: no-repeat;
	width: 470px;
	height: 15px;
	margin: 0px 0px 10px 0px;
	}
	
.post h2 {
	font-size: 0.750em;
	text-align: right;
	margin: 5px 10px 0px 0px;
	}
	
.interior_post h3 {
	color: #FFFFFF;
	font-size: 0.875em;
	margin: 5px 10px 0px 0px;
	}
	
.post h2 a {
	color: #FFFFFF;
	text-decoration: none;
	}
	
.post h2 a:hover {
	text-decoration: underline;
	}
	
.post img {
	float: left;
	width: 121px;
	height: 115px;
	margin: -22px 0px 0px 0px;
	padding: 0px 0px 0px 4px;
	position: relative;
	}
	
.post p {
	font-size: 0.625em;
	margin: 2px 0px;
	padding: 0px 0px 0px 5px;
	color: #FFFFFF;
	}
	
.entry {
	background-color: #000433;
	width: 470px;
	margin: -5px auto -3px auto;
	clear: both;
	}
	
.entry a {
	color: #0066FF;
	text-decoration: none;
	font-weight: bold;
	}
	
.entry a:hover {
	text-decoration: underline;
	}
	
.edit {
	float: right;
	position: relative;
	bottom: 10px;
	right: 10px;
	}
	
.edit a {
	color: #FFFFFF;
	font-size: 0.625em;
	text-decoration: none;
	}
	
.alignleft {
	float: left;
	}
	
.alignright {
	float: right;
	}
	
.more {
	font-size: 0.625em;
	padding: 0px 10px 5px 0px;
	text-align: right;
	}
	
/*-----------Interior--------------*/

.interior_post {
	padding: 0px;
	width: 500px;
	position: relative;
	bottom: 10px;
	}
	
.interior_post h1 {
	font-size: 1em;
	margin: 5px 10px 0px 0px;
	}
	
.interior_post h1 a {
	color: #FFFFFF;
	text-decoration: none;
	}
	
.interior_post h2 {
	font-size: 0.875em;
	color: #FFFFFF;
	margin: 5px 10px 0px 0px;
	}
	
.interior_post h2 a:hover {
	text-decoration: underline;
	}
	
.interior_post p {
	font-size: 0.750em;
	margin: 12px 0px;
	padding: 0px;
	color: #FFFFFF;
	}
	
.interior_post ul {
	font-size: 0.750em;
	color: #FFFFFF;
	}
	
.interior_post ol {
	font-size: 0.750em;
	color: #FFFFFF;
	}
	
.interior_post a {
	color: #CCCCCC;
	text-decoration: none;
	}
	
.interior_post a:hover {
	text-decoration: underline;
	}
	
.interior_post .edit_link a {
	font-size: 0.875em;
	text-decoration: none;
	color: #CCCCCC;
	}
	
/*-----------Comments--------------*/

#comments h3 {
	color: #FFFFFF;
	font-size: 0.875em;
	}
	
h3#respond {
	color: #FFFFFF;
	font-size: 0.875em;
	}
	
#comment_box {
	width: 400px;
	height: 125px;
	}
	
.comment_stats p {
	color: #FFFFFF;
	font-size: 0.875em;
	}
	
.logged {
	color: #FFFFFF;
	font-size: 0.750em;
	}
	
.logged a {
	color: #CCCCCC;
	text-decoration: none;
	}