body
{
	background: #271D21;
	font-family: Century Gothic, sans-serif;
	font-size: 12px;
	color: #000;
}

h2, a
{
	color: #E3007B;
}

#sidebar a {color: #000;}

pre, code {white-space: normal;}


#top
{

	text-align: right;
	height: 40px;
}

#top img {
	position: relative;
	top: 2px;
	left: 0px;
}

#top .menu
{
	padding-top: 7px;
}

#top .menu li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

#top .menu a
{
	text-decoration: none;
	color: #fff;
}

#top .menu a:hover
{
	color: #E3007B;
}

#contenttop
{
	background: transparent url('images/topbg.png') no-repeat 0 0;
	height: 37px;
}

#contentwrapper
{
	background: transparent url('images/contentbg.png') repeat-y 0 0;

}

#header
{
	height: auto;
	padding: 0px 0px 0px 2px;
}

#header #title
{
	
}

#header #title .logo
{
	float: left;
	margin: 0px 40px 0px 0px;
}

#header #title #blogtitle
{
	margin-left: 68px;
}

#header #title h1
{
	font-size: 15px;
	color: #000;
	line-height: 22px;
	padding: 20px 0px 0px 0px;
	margin: 0px;
}

#header #searchbar
{
	margin-top: 20px;
}

#introcontainer
{
	margin-top: 30px;
}

#intro
{
	
	width: 860px;
	height: 197px;
	overflow: hidden;
	background: #E3007B;
	margin: 0px 0px 0px 5px;
}


#intro #introtext
{
	width: 860px;
	height: 197px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}


#intro #introtext h1
{
	font-size: 18px;
	color: #00599d;
	padding: 0px;
	margin: 0px;
}

.post
{
	background: #fafafa;
	border: solid 1px #eeeeee;
	margin: 40px 5px 20px 5px;	
	padding: 15px;	
	_padding: 7px;
}

.post .postheader .commentcount
{
	width: 27px;
	line-height: 12px;
	float: left;
	text-align: center;
	padding-right: 10px;
}

.post .postheader .commentcount a
{
	text-decoration: none;
	color: #E3007B;
}

.post .postheader .posttitle
{
	
	line-height: 26px;
}

.post .postheader .posttitle h2
{
	font-size: 20px;
	padding: 0;
	margin: 0;
}

.post .postheader h2 a
{
	text-decoration: none;
}

.post .postheader .posttitle .postmeta
{
	font-size: 11px;
}

.post .postcontent
{
	margin-top: 20px;
	line-height: 19px;
}

.post .postcontent p
{
	margin-bottom: 10px;
}

.post .posttags, .post .posttags a
{
	color: #000;
	clear:both;
	margin-top: 20px;
	text-align: left;
}

.commentbox
{
	background: #fff;
	border: solid 1px #eeeeee;
	margin: 10px 5px 20px 5px;
	padding: 15px;
	_padding: 7px;
}

.commentmeta .avatar
{
	float: left;
	padding-right: 6px;
	_padding-right: 3px;
}

.commenttext
{
	clear: both;
	margin-top: 10px;
}

.commentform input
{
	padding: 0;
	margin: 0;
	line-height: 0;
}

#commentform .text {
	width: 300px;
    margin: 0 0 15px 0;
}

#commentform textarea
{
    width:450px;
    height:150px;
    margin:0;
    padding:5px;
}

.navlinks
{
	margin: 0px 5px 40px 5px;	
}

.navlinks a
{
	text-decoration: none;
}

.navlinks img
{
	margin-right: 5px;
}

#sidebar #wrapbox
{
	background: #fafafa;
	border: solid 1px #eeeeee;	
	padding: 17px;
	margin: 40px 5px 20px 5px;
	_margin: 40px 0px 20px 0px;
}

#sidebar .sidebarbox
{
	line-height: 18px;
	margin: 0px 0px 30px 0px;
	font-size: 12px;
}

#sidebar .sidebarbox h3
{
	font-size: 14px;
	color: #E3007B;
	margin-bottom: 10px;
}

#sidebar .sidebarbox h3 a {color: #E3007B;}

#sidebar .sidebarbox h3 a img, .twitter-avatar {visibility: hidden; display: none;}

#sidebar .sidebarbox a
{
	text-decoration: none;
}

#sidebar .sidebarbox a:hover {color: #E3007B;}

#sidebar .sidebarbox ul
{
	list-style-type: none;
}

#sidebar .sidebarbox li
{
	margin: 0px 0px 4px 0px;
}

#footer
{
	height: 52px;
	background: url('images/bottombg.png') no-repeat 0 0;
}



.searchform #searchbox
{
	float: left;
	background: #fff;
	border: solid 1px #e3e3e3;
	width: 120px;
	height: auto;
	font-size: 12px;
	margin: 0px 0px 0px 40px;
	padding-right: 0px !important;
}

.searchform #searchbutton
{
	height: 21px;
	width: 18px;
	margin-left: 6px;
	border: none;
	cursor: pointer;
	background: url('images/searchbutton.jpg') no-repeat 0 3px;
}

/*** Wordpress ***/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 0 10px 10px 0;
}

.alignright {
   float: right;
   margin: 0 0 10px 10px;
}

.wp-caption {
   background: #fafafa;
   border: solid 1px #eeeeee;
   text-align: center;
   padding-top: 4px;
}

.wp-caption img {
   float: none;
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0px;
   margin: 0px;
}

input, textarea {
	border: 1px solid #afb0b3;
	background: #fff;
	padding: 4px;
	margin: 0px 0px 4px 0px;
	font-family: Century Gothic, sans-serif;
	font-size: 12px;
	color: #e3007b;
}

input:focus, textarea:focus {background: #fef2f8;}

#sidebar ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#sidebar ul li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.from-meta, .in-reply-to-meta {font-size: 11px; font-weight: bold; line-height: 16px;}

#sidebar #twitter-3 ul li {margin: 0px 0px 16px 0px; word-wrap: break-word;}

a.more-link {
	font-size: 13px;
	font-weight: normal;
	color: #E3007B;
	background: #000;
	padding: 4px 10px;
	text-align: center;
	text-transform: uppercase;
	float: none;
	display: block;
	width: 80px;
	position: relative;
	top: 10px;
	left: 0px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

a.more-link:hover {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

p.info {
	color: #E3007B;
	font-size: 12px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	line-height: 20px;
}

p.info .leave-comment {
	background: url(images/arrow-share-thoughts.png) no-repeat right 4px;
	padding: 0px 12px 0px 0px;
}

img.blog-gap {
	width: 100%;
	height: 1px;
	clear: both;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	display: block;
	overflow: hidden;
}
