/*  
Theme Name: deSilvaMusic
Theme URI: http://www.stsolhouse.com
Description: Widget ready and tested on WP 2.7
Version: 1.0
Author: StSol House
Author URI: http://www.stsolhouse.com/
*/

body {
	background: url(images/bg.jpg) repeat-x #E0CEBE;

	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	/*text-align: justify;*/
	color: #000000;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	
	font-weight: normal;
	color: #000000;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

ul, ol {
	margin: 0 0 1em 0;
	/*text-align: justify;*/
	line-height: 26px;
}
p {
	line-height: 20px;
}

a:link {
	color: #000000;
}

a:hover, a:active {
	text-decoration: none;
	color: #000000;
}

a:visited {
	color: #000000;
}

img {
	border: none;
}

img.alignleft {
	float: left;
	margin-right: 15px;
}

img.alignright {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

#banner {
	width: 806px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat left top;
	height: 160px;
}

#banner #img_home{
	float:left;
	width:300px;
	height:60px;
	position:absolute;
	/*background:#CCCCCC;*/
	text-decoration:none;
}

#header_text {
	float:right;
	color: white;
	text-align:right;
	margin: 0 auto;
	padding-top: 58px;
	padding-right: 15px;
	line-height: 22px;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
}
#header_text #latest_album {
	text-decoration: none;
	color: #CCCCCC;
}
#banner #img_latest{
	width:170px;
	height:143px;
	/*position:absolute;*/
	margin: 0px 20px 0px 0px;
	float:right;
	/*background:#00FFFF;*/
	text-decoration:none;
/*left:700px;
top:20px;*/
}
/* Header */

#header {
	width: 806px;
	margin: 0px auto;
	height: 48px;
	background: url(images/header_top.jpg) no-repeat left top;
}
#header #img_latest_top{
	width:170px;
	height:33px;
	/*position:absolute;*/
	margin: 15px 20px 0px 0px;
	float:right;
	/*background:#00FFFF;*/
	text-decoration:none;
/*left:700px;
top:20px;*/
}
/* Menu */

#menu {
	float: left;
	width: auto;
	height: 48px;
	background: url(images/header_top.jpg) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 1px;
	padding: 25px 10px 8px 10px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

#menu a:hover { 
	/*background: #AA330F url(images/img04.gif) repeat-x;*/
	color: #8098b7;
	background-image:url(images/menubg.jpg);
	background-position: 0px 12px;
	background-repeat:no-repeat;
}


#menu .current_page_item a {
	/*background: #AA330F url(images/img04.gif) repeat-x;*/
	color: #1F7AB4;
}
#menu .current-cat a {
	/*background: #AA330F url(images/img04.gif) repeat-x;*/
	color: #1F7AB4;
}

/** LOGO */

#logo {
	width: 806px;
	height: 60px;
	margin: 0 auto;
	padding: 20px 0 0 30px;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 0;
	line-height: normal;
}

#logo h1 {
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#logo h1 a {
	text-decoration: none;
	color: #000000; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	float: left;
	padding-left: 15px;
	padding-top: 10px;
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #897B7B; 
}

#logo p a {
	text-decoration: none;
	color: #8BD80E;
}

#logo p a:hover { text-decoration: underline; }



/* Page */

#page {
	width: 776px;
	margin: 0 auto;
	padding: 0px 0px 0px 30px;
	background: #FFFFFF;
}

/* Content */

#content {
	float: left;
	width: 520px;
	padding-top: 20px;
	
}

/* Post */

.post {
	padding: 0px 0px 20px 0px;
	margin-bottom: 0px;
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	/*padding-left: 10px;
	border-left: 8px solid #B8120B;*/
	border-bottom: 1px solid #8098B7;
	color: #8e2500;
	font-weight:bold;
}

.post .title a {
	text-decoration: none;
}

.post h1 {
	padding: 0px 0 0 0px;
	font-size: 24px;
	color: #000000;
}

.post h2 {
	padding: 0px 0 0 0px;
	font-size: 22px;
	color: #000000;
}

.post .entry {
}

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

.post .meta p {
	margin: 0;
	padding-top: 15px;
	line-height: normal;
	color: #000000;
}

.post .meta .links {
	float: left;

}
.post .byline {
	border-left: 8px solid #B8120B;
	margin-top: -20px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-size: 10px;
	color: #897B7B;
}

.post .meta .links {
	float: left;
}

.post .meta .more {
}

.post .meta .comments {
	padding-left: 5px;
}

.post .meta b {
	display: none;
}


/* Sidebar */

#sidebar {
	background-image:url(images/right_bg.jpg);
	background-repeat:no-repeat;
	width: 250px;
	float: right;
	margin: 0;
	padding: 20px 0px 0px 0px;
}

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

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding-left: 63px;
}

#sidebar li li a{
	color: #8098B7;
	text-decoration: none;
}

#sidebar h2 {
	width: 175px;
	margin-bottom: 10px;
	padding-left: 0px;
	margin-left: 60px; 
	/*border-left: 8px solid #B8120B;*/
	font-size: 12px;
	font-weight: bold;
	/*color: #8098B7;*/
	color: #8E2500;
	border-bottom: 1px solid #8098B7;
}
#sidebar .side_bar_title {
	width: 175px;
	margin-bottom: 0px;
	padding-left: 0px;
	margin-left: 0px; 
	/*border-left: 8px solid #B8120B;*/
	font-size: 12px;
	/*font-weight: bold;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #8098B7;
}
/* Search */

#search {
	margin-left: 62px;
	width: 168px;
}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 165px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	float: right;
}

#x {
	background-image:url(images/search.jpg);
	background-repeat:no-repeat;
	background-position: 0px 7px ;
	border: 0px;
	background-color: #FFFFFF;
	width: 70px;
	padding: 0 0 0 20px;
	float: right;
	margin: 0px;
	font-weight: bold;
	text-align:right;
}
#QS_user_email_tt {
	width: 165px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	float: right;
}
/*#quick_subscribe_form > input #QS_user_email_tt*/
#quick_subscribe_button {
	background-image:url(images/envelope.jpg);
	background-repeat:no-repeat;
	background-position: 0px 7px ;
	border: 0px;
	background-color: #FFFFFF;
	width: 70px;
	padding: 0 0 0 20px;
	float: right;
	margin: 0px;
	font-weight: bold;
	text-align:right;
}
#rss {
	margin-left: 62px;
	width: 175px;
	text-align: center;
	border-top: 1px dashed #8098B7;
	padding-top:3px;
}

.rss {
	width: 175px;
	margin-bottom: 0px;
	padding-left: 0px;
	margin-left: 0px; 
	font-size: 12px;
	/*font-weight: bold;*/
}
.rss a,.rss a.hover,.rss a:hover {
	/*border-left: 8px solid #B8120B;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #8098B7;
	text-decoration:none;
}
#gia {
	margin-left: 55px;
	width: 175px;
	text-align: left;
	margin-bottom: 0px !important;
}
#gia_txt{
	width: 175px;
	border-top: 1px dashed #8098B7;
	padding-top:3px;
	margin-left: 8px;

}
.gia {
	width: 175px;
	padding-left: 0px;
	margin-left: 0px; 
	font-size: 12px;
	/*font-weight: bold;*/
	z-index: 1000;
}
.gia a, .gia a.hover, .gia a:hover {
	/*border-left: 8px solid #B8120B;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #8098B7;
	text-decoration:none;
}

/* Boxes */

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #000000;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */
#footer-wrap {
}

#footer {
	width: 806px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	background: url(images/img03.gif) no-repeat;
}

html>body #footer {
	height: auto;
}

#footer p {
	font-size: 11px;
}

#legal {
	clear: both;
	text-align: center;
	color: #000000;
}

#legal a {
	font-weight: normal;
	color: #000000;
}

#comment {
	width: 400px;
	height: 100px;
}

.date {
	padding-left: 10px;
	float:right;
	margin-top: -40px;
	margin-bottom: 20px;
	font-size: 11px;
	color: #897B7B;
}