/* @override 
	http://localhost:8888/FabMusic2/public_html/css/wordpress.css
	http://fabmusic.com/css/wordpress.css
*/

/*
	SEARCH FORM
*/
div#wordPress_search{
	background: url(../images/blog/blogSearchBG_OLD.png) no-repeat;
	height: 33px;
	width: 332px;
	position: relative;
	top: -7px;
	z-index: 900;
}

div#wordPress_search input#searchsubmit{
	margin: 1px 0 0 0;
	padding: 0 0 3px 0;
	height: 18px;
	width: 50px;
	float: left;
	cursor: pointer;
	background: #251f0f;
	color: #c0d7d7;
	font-family: verdana;
	border: none;
	border-style: none;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

div#wordPress_search input#searchquery{
	width: 68%;
	float: left;
	height: 18px;
	margin: 0 5px 0 25px;
	border: 1px;
	border-style: inset;
	font-family: verdana;
}

/*
	Fabmusic Logo
*/

img#HomePageLogo{
	position:relative;
	left:-15px;
	width: 350px;
	top: -40px;
}

/*
	POSTS
*/
div.post{
	font-size: 1.1em;
}

h2.postTitle a{
	font-size: 1em;
}

h2.postTitle a:hover{
	color: white;
}

h2.postTitle{
	font-size: 1.5em;
	float: left;
	margin: 5px;
}

div.blogMeta{
	background: url(../images/blog/blogMetaHeader.png) no-repeat;
	width: 530px;
	height: 21px;
	display: block;
	padding-left: 10px;
	line-height: 1.1.2;
	font-size: .9em;
	float: left;
}

span.blogMetaContent{
	float: left;
	color: white;
}

span.comment-link{
	float: right;
	margin-right: 5px;
}

span.comment-link a{
	color: #ccc;
	text-decoration: none;
}

span.comment-link a:hover{
	color: white;
}

div.post-content{
	padding: 0px 5px 50px 5px;
	width: 530px;
	line-height: 1.3;
	font-size: 1.2em;
}

div.post-content p img{
	border: solid 4px #938369;
	margin: 15px 0 15px 15px;
}

.alignright{
	float: right;
}

.alignleft{
	float: left;
}

div.post-content img{
	margin: 10px;
	border: solid 8px white;
}

/*
	COMMENTS
*/

div#comment-wrapper h3{
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0;
}

div#comment-wrapper{
	width: 480px;
}

div#comment-wrapper input{
	display: block;
	float: left;
	margin: 5px;
	height: 15px;
}

div#comment-wrapper label{
	margin: 5px;
	display: block;
	height: 15px;
	float: left;
}

textarea#comment{
	width: 480px;
	display: block;
	margin-bottom: 10px;
}

div#comment-wrapper ol{
	margin: 10px 0 50px 20px;
}

div#comment-wrapper ol li{
	margin: 0 0 40px 0;
	border-bottom: solid 1px #666;
	padding: 0 0 10px 0;
}

div#comment-wrapper ol li div.blogMeta{
	width: 365px;
}

div.avatar{
	float: left;
	width: 10%;
	
}

div.comment-body{
	float: left;
	width: 90%;
}

div.comment-content-wrapper{
	float: left;
	width: 100%;
}

div.comment-content-wrapper a{
	color: #666;
	text-decoration: none;
}

div.comment-content-wrapper a:hover{
	color: white;
}

div.comment-text p{
	display: inline;
}

div.comment-text{
	padding: 10px 0 0 10px;
	font-size: 1.2em;
	line-height: 1.6;
}

cite.author{
	color: brown;
}

cite.author a{
	text-decoration: none;
	font-size: 1.2em;
	color: #666;
}

div.comment-meta{
	color: brown;
	padding: 15px 0 0 0px;
}

h2.searchResults{
	font-size: 1.7em;
}

#commentform #submit{
	height: 25px;
	padding: 5px;
	background-color:transparent;
}

div.wordtube{
	margin: 10px 0 0 0;
	text-align: center;
}