/*   
Theme Name: Drawne
Theme URI: http://drawne.com
Description: Drawne's Blog
Author: Andy Feliciotti
Author URI: http://drawne.com
*/
html,body { height:100%; }

body {
	background-color: #FFFFFF;
	background-image: url(bg.png);
	background-repeat: repeat-x;
	background-position: right top;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	color: #CC6600;
	position: relative;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: -10px;
	margin-top: 10px;
	font-size: 32px;
	letter-spacing: -1px;
	line-height: 100%;
}

h2 a{
	color: #CC6600;
	text-decoration: none;
	font-size: 36px;
}

h3 {
	margin-bottom: 0px;
}

h4 {
	font-size: 16px;
	margin: 0px;
}

h4 a {
	text-decoration: none;
}

a {
	color: #d3643b;
}

p {
	line-height: 180%;
}

code {
	font-size: 12px;
	font-weight: normal;
	background-color: #EFEFEF;
	border: 1px solid #CDCDCD;
	display: block;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.topnav {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 880px;
	height: 104px;
	text-align: center;
}

li.current-cat {
	text-decoration: underline;
}

li.current-cat a {
	
}

.topnav img{
	vertical-align: middle;
}

.topnav ul{
	list-style-type: none;
	display: inline;
	letter-spacing: 1px;
}

.topnav li{
	display: inline;
	padding-left: 30px;
}

.topnav a {
	text-decoration: none;
	color: #94c7b6;
	font-weight: bold;
	font-size: 24px;
}

.sidebar {
	font-size: 16px;
	font-weight: normal;
	float: right;
	width: 200px;
	display: block;
	margin-right: 115px;
	background-color: #545454;
	margin-bottom: 25px;
	height: 100%;
	margin-top: 16px;
	color: #FFFFFF;
	padding: 10px;
	position: relative;
}

.sidebar ul {
	margin-top: 0px;
	list-style-type: none;
	padding-left: 15px;
	margin-left: 0px;
}

.sidebar li {
	padding-left: 0px;
	margin-bottom: 6px;
}

.sidebar a {
	text-decoration: none;
}

.sidebar a:hover {
	text-decoration: underline;
}

.comment {
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0px !important;
}
.comment-alt {
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.commentauthor {
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.commentauthor .commentbox  {
	background-color: #f3fdff;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
}
.comment-alt .commentbox  {
	background-color: #e5e5e5;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
}
.commentbox {
	background-color: #f1f1f1;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
}
#commentmetadata {
	color: #000000;
	font-weight: bold;
}
#commentmetadata a {
	color: #000000;
}
.commentlist {
	list-style: none;
	padding: 0px;
}

.commentavatar {
	position: relative;
	left: -13px;
	top: -13px;
	float: left;
}
.commentavatar img{
	border: 0px !important;
}
.commenttext {
	width: 470px;
	margin-left: 38px;
	padding: 8px;
	color: #333333;
}
.commentauthor .commenttext {
	width: 470px;
	margin-left: 38px;
	padding: 8px;
	color: #000000;
}

#sheets {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(sheets.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 635px;
	width: 1240px;
	float: none;
}

.header {
	background-image: url(header.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 104px;
	z-index: 2;
}

.main {
	background-image: url(main.png);
	background-repeat: repeat-y;
	background-position: center;
	z-index: -1;
	float: left;
	width: 1240px;
}

.trans {
	background-image: url(header-flush.png);
	height: 22px;
	width: 1240px;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 5;
	float: left;
	clear: both;
}

.footer {
	background-image: url(bottom.png);
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
	clear: both;
}

.container {
	width: 1150px;
	margin: 0px;
}

.post {
	margin-bottom: 5px;
	margin-left: 200px;
	width: 613px;
	float: left;
}

.posttop {
	background-repeat: no-repeat;
	background-image: url(post-bg-top.png);
	background-position: center top;
	padding-top: 15px;
	width: 613px;
	display: block;
}

.postcontent {
	background-repeat: no-repeat;
	background-image: url(post-bg.png);
	background-repeat: repeat-y;
	background-position: center;
	font-size: 12px;
	background-color: #333333;
	line-height: 22px;
	padding-top: 5px;
}

.postbottom {
	background-repeat: no-repeat;
	background-image: url(post-bg-bottom.png);
	background-position: center bottom;
	min-height: 125px;
	padding-bottom: 25px;
	padding-left: 35px;
	padding-right: 35px;
}

.postcontent img {
	border: 10px solid #EEEEEE; 
	margin: 3px;
	clear: both;
}

.postmetadata {
	color: #999999;
	padding-bottom: 5px;
	padding-left: 20px;
	width: 390px;
	font-size: 14px;
	letter-spacing: -1px;
}

.readmore {
	background-image: url(read-more.png);
	background-repeat: no-repeat;
	float: right;
	height: 42px;
	width: 114px;
	padding-top: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.readmore a{
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}


.shadow {
	position: absolute;
	font: 14pt arial;  
	top: 1px; 
	left: 1px;
	color: gray
}

.textshadow {
	position: relative;
	color: black;
	font: 14pt arial
}

.download {
	text-align: center;
	font-size: 24px;
	background-image: url('downloadbg.png');
	width: 525px;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	-webkit-border-radius: 0.6em;
	-moz-border-radius: 0.6em;
	border-radius: 0.6em;
}

.download:hover {
	background-image: url('downloadbg2.png');
}

.download a {
	color: #FFFFFF;
	padding-top: 20px;
	width: 525px;
	height: 40px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	text-shadow: #666666 0.1em 0.1em 0.1em
}

.author {
	background: #ececec;
	color: #3d3d3d;
	padding: 8px;
	margin: 15px 0 12px 0;
	-moz-border-radius: 0.6em;
	-webkit-border-radius: 0.6em;
	border-radius: 0.6em;
	overflow: auto;
}

.author img{
	border: 0px;
}

.author-avatar {
	float: left;
	margin: 0 6px 0 0;
}

.author p{
	margin: 5px;
}