/*  
Theme Name: simplyred.com
Description: Custom theme
Version: v1
Author: Byron Edwards
Author URI: http://www.byronedwards.com/

*/

#wrapper, #whiteout, #footer{min-width:966px;} 

#social, #header, #wrapper, #footercontainer{position:relative;
	left:0px;}

* {
	margin:0;
	padding:0;
	list-style-type: none;
}
html {
	min-height: 100%;
	margin-bottom: 1px;
}
body {
	color: #333333;
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	background: #9f0000 url(images/curve-bg.gif) no-repeat left top;
}

/* ---------------------------------------------------------------------------------------------------- anchors */



a {
	text-decoration:none;
	color:#236CB8;
	outline:none;
}
a:active {
	outline:none;
}

#content p a {
	text-decoration: underline;
}

/* ---------------------------------------------------------------------------------------------------- headings */


h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing:-1px;
	color: #333333;
	margin-bottom:0px;
	line-height:100%;
	
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	
	color:#900;
}
h1 {
	font-size:20px;
}
h2 {
	font-size:18px;
}

p.eventdate{color:#000!important;font-size:12px!important;font-weight:bold; letter-spacing:-1px;}

small{font-size:11px;font-family:helvetica, arial, sans-serif;}

h3, h4, h5, h6 {
	font-size:16px;
}
#content h1 {
	margin-top:5px;
	margin-bottom:12px
}
.post h2 {
	margin-top:5px;
}
.pagetitle {
	font-size:26px;
	text-shadow:0 2px 2px #C1C1C1; 
	
	color:#000;
}


.twitter h3 {
	font-size:16px!important;
	margin-top:10px;
	
}
.sideh2{margin-top:20px;padding-bottom:8px;}

.newstitle{padding-bottom:12px;}

/* ---------------------------------------------------------------------------------------------------- top menu */


/* menu */

#menu {float:right;
	position:relative;
	right:110px;
	top:17px;
}
#menu li ul {
	display:none;
}
#menu li {
	display:inline;
}
#menu li a {
	font-size: 12px;
	display:block;
	float:left;
	padding:2px 0;
	height:1%;
	margin-left:12px;
	text-decoration:none;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#menu li a:hover {border-bottom: 3px solid #990000!important;
}

/* ---------------------------------------------------------------------------------------------------- current page styling */

.current_page_item a,  .current_page_parent a,  #menu .current-cat a, #menu .current-cat-parent a {
	border-bottom: 3px solid #990000!important;	
}


/* ---------------------------------------------------------------------------------------------------- album bar */


#albumbar {/*position:absolute; top:280px;width:966px; overflow:visible;*/
	height:85px;
	clear:both;
}
#albumbar li {
	display:inline;
}
#albumbar li a {
	display:block;
	width:75px;
	height:75px;
	float:left;
	text-indent:-9999px;
	margin-right:6px;
	margin-top:5px;
}
#albumbar #pb a {
	background: url(images/bar/picturebookx.jpg) no-repeat center bottom;
}
#albumbar #mw a {
	background: url(images/bar/menandwomenx.jpg) no-repeat center bottom;
}
#albumbar #nf a {
	background: url(images/bar/newflamex.jpg) no-repeat center bottom;
}
#albumbar #s a {
	background: url(images/bar/starsx.jpg) no-repeat center bottom;
}
#albumbar #stay a {
	background: url(images/bar/stayx.jpg) no-repeat center bottom;
}
#albumbar #l a {
	background: url(images/bar/lifex.jpg) no-repeat center bottom;
}
#albumbar #gh a {
	background: url(images/bar/ghx.jpg) no-repeat center bottom;
}
#albumbar #blue a {
	background: url(images/bar/bluex.jpg) no-repeat center bottom;
}
#albumbar #rw a {
	background: url(images/bar/russianx.jpg) no-repeat center bottom;
}
#albumbar #h a {
	background: url(images/bar/homex.jpg) no-repeat center bottom;
}
#albumbar #simp a {
	background: url(images/bar/simplifiedx.jpg) no-repeat center bottom;
}
#albumbar #gh25 a {
	background: url(images/bar/25x.jpg) no-repeat center bottom;
}
#albumbar #love a {
	background: url(images/bar/lovex.jpg) no-repeat center bottom;
}
#albumbar li a:hover {
	background-position: center top!important;
	margin-top:0!important;
	-moz-box-shadow: 2px 2px 3px #969696;
	-webkit-box-shadow: 2px 2px 3px #969696;
	box-shadow: 2px 2px 3px #969696;
}

li#love a{margin-right:0!important;}

/* ---------------------------------------------------------------------------------------------------- construction divs  */

#social{color:#fff; width:960px; margin:0 auto; padding:5px 0; text-align:right;}
#social a{color:#fff;}
#social a:hover{text-decoration:underline;}

#header {
	position:relative;
	width:966px;
	margin:0 auto;
}

#toplogo {
	margin-top:10px;
	border-bottom:none;
	text-indent:-9999px;
	background: url(images/toplogo.gif) no-repeat left top;
	height:51px; width:230px;
	float:left;
}
#toplogo a {
	display:block;
	position:absolute;
	height:51px; width:230px;
	text-indent:-9999px;
}


#whiteout {
	background-color:#fff;
	padding-top:10px;
	border-top: 2px solid #620007;
	background-attachment: scroll;
	background-image: url(images/whiteout-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

#wrapper {
	border-top:5px solid #990000;
	width:966px;
	
	margin:0 auto;
	overflow : hidden;
	_height : 1%;
}

#crumbs {
color:#000;
	clear:both;
	padding:4px 10px 5px;
	background: #CCCCCC url(images/crumbs-bg.gif) repeat-x left top;
	margin:1px 0px 20px 0;
	border-top: 1px solid #A9A9A9;
	border-bottom: 1px solid #A9A9A9;
}
#crumbs a{
	color:#A1000B;
	text-decoration:underline;
}
#crumbs a:hover{color:#fff;}


div#video {
	width:560px;
	margin-bottom:20px;
	padding:0 10px;
	background: #DEDEDE;
	border: 1px solid #A9A9A9;
}

div#video embed, div#video object{width:100%; }

#content {
	padding-top:0px;
	width:600px;
	float:left;
	padding-bottom:0px;
}
#content * {/*
	margin-left:15px;
}
#content * * {
	margin-left:0;*/
}
#sidebar {
	width:300px;
	float:right;
	position:relative;
	padding-bottom:0px;
	margin-left:20px;
	
	
}
.padded {
	padding-right:15px;
}
#sidebar ul {
	margin-bottom:20px;
}
#footer {
	padding-bottom:100px;
	border-top:solid 20px #fff;
	padding-top:30px;
	background: url(images/footer-bg.png) repeat-x left top;	
}

#footercontainer {
	width:966px;
	padding-top:0px;
	margin:0 auto;
	overflow : hidden;
	_height : 1%;
}
#footer * {
	font-size:11px;
}

#footer .logo{float:right;}

/* ---------------------------------------------------------------------------------------------------- */

div.sociable {
	padding-top:8px; clear:both;
}


.page-id-439 div.sociable {
	padding-top:28px; clear:both;
}
.sociable_tagline {
	margin-bottom:7px;
}


/* ---------------------------------------------------------------------------------------------------- */


#searchform {
	margin-bottom:20px;
	position:relative;
}
#searchform #s {
	width:265px;
	border:1px solid #A9A9A9;
	padding:5px;
}
#searchform #s:focus {
	background-color:#FAE3E6;
	border-color: #A1000B;
}
#searchsubmit {
	position:absolute;
	top:2px;
	left:250px;
}
/* ---------------------------------------------------------------------------------------------------- */



#sidebar h3 {
	color: #6F78B5!important;
	margin-bottom:14px;
	padding-left:10px;
}
#footer h4 {
	font-size:16px;
	color: #FFFFFF;
}
p {
	margin:12px 0;
}
#content p {
	font-size: 12px;
	color: #40475A;
}
#content li p {
	font-size: 12px;
	color: #40475A;
	margin:12px 0;
}
#content li {
	font-size: 12px!important;
}
.postmetadata {
	font-size:11px!important;
}
blockquote {
	margin-left:0px;
	padding-left:20px;
	border-left:1px dotted gray;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
blockquote p {
	font-size: 13px!important;
	
}
.more-link {
	border-bottom:dotted 1px #236CB8;
	padding-bottom:1px;
	font-size:11px;
	text-decoration:none!important;
	font-style:italic;
}
#content ul {
	padding-left:0px;
	margin: 12px 0 0;
}
#content ul ul {
	padding-left:20px;
	margin: 0px 0 20px;
}
#content ul li {
	list-style-type:disc;
	font-size:1.1em;
	margin:3px;
}
#content ul li li {
	list-style-type:disc;
	font-size:1em;
	margin:3px;
}
#content ol {
	padding-left:24px;
	margin: 12px 0 0;
}
#content ol li {
	font-size:1.1em;
	margin:3px;
	list-style: decimal;
}





/* ---------------------------------------------------------------------------------------------------- comments */
.commentlist {
	padding-left:0!important;
}
.comment {
	border:dotted 1px gray;
	padding:10px;
	list-style-type:none!important;
	width:480px;
	background: #F5FDFD;
}
.comment .avatar {
	border:1px solid #E8E8E8;
	padding:5px;
	float:right;
	background-color:#fff;
}
/* ---------------------------------------------------------------------------------------------------- sidebar css */

.home div#video .sociable, #sidebar .sociable{display:none;}

#sidebar #submenu li {
	display:inline;
}
#sidebar #submenu li a {
	display:block;
	color:#132F48;
	padding:8px 8px 8px 40px;
	font-size: 11px;
	text-decoration:none;
	border: 1px solid #D1E3E8;
	height:1%;
	background: #DEF1F6 url(images/page.png) no-repeat 12px center;
	margin-bottom:5px;
	width:212px;
}
#sidebar .current_page_item a {
	background:  #6F78B5 url(images/page-on.png) no-repeat 12px center!important;
	color:#fff!important;
	cursor:default;
	display:block;
}
#sidebar #submenu li a:hover {
	background: #132F48;
	color: #FFFFFF;
	background:  #132F48 url(images/page.png) no-repeat 12px center;
}
#sidebar #submenu ul {
	margin-top:15px;
}
.navigation {
	height:30px;
	clear:both;
}
#comment {
	width:500px;
}

#sidebar embed, #sidebar object{width:100%;height:auto;}


/* ------------------------------------------------------------------------------------------------ float css  */


.flr {
	float:right;
}
.fll {
	float:left;
}
.noborder {
	border:none!important;
}
.entry {
	padding-bottom: 1px;
}
.clearer {
	clear:both;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}

/* ---------------------------------------------------------------------------------------------------- */


.address a {
	color:#bce3ed!important;
}
.address a:hover {
	color:#FFDE00!important;
}
.about {
	width:480px;
	color:#fff;
	padding-bottom:20px;
}

#googads{clear:both;}

/* ----------------------------------------------------------------------------------------------------post css */


.post {
	/*margin-bottom: 20px;*/
	padding-bottom:10px;
}
.postmetadata {
	padding-bottom:20px;
	border-bottom: 1px dotted #8A8A91;
	clear:both;
}

.single .postmetadata {
	padding:20px 0;
	border-bottom: 1px dotted #8A8A91;
	border-top: 1px dotted #8A8A91;
	clear:both;
}





form#contact input, form#contact textarea {
	margin-top:5px;
	padding:3px;
}
/* ----------------------------------------------------------------------------------------------------post images */

/* Begin Images */
 p img {
	padding: 0;
	max-width: 100%;
	
	
}
.entry p img {
	border:solid 1px #ccc;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.alignright {
	padding: 4px;
	margin: 0 0 2px 7px!important;
	display: inline;
}
.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0!important;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
a img {
	border:none;
}


.wp-caption {
	margin-top:5px;
}
.wp-caption-text {
	font-size:9px!important;
	margin-top:-1px;
	color: #999999!important;
}



/* ---------------------------------------------------------------------------------------------------- contact form  */

.wpcf7-form {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	margin-top:30px;
	padding:12px 30px 20px;
	background: #E9F7FB;
	border: 1px solid #DBE7EF;
}
.wpcf7-form p {
	font-size:11px!important;
}

/* ---------------------------------------------------------------------------------------------------- */



.credits a {
	color:#666666!important;
	font-size:10px!important;
	text-decoration:none;
}
.credits {
	padding-top:50px;
	clear:both;
}

#widgets li ul li {
	display:inline;
}
#widgets li ul li a {
	display:block;
	color:gray;
	padding: 4px 0;
	border-bottom:dotted 1px gray;
	font-size:11px;
}
#widgets li ul li a:hover {
	color:#122E48;
}
.related {
	margin-bottom:10px;
	margin-top:-20px;
}
.nodeLevel1 li a {
	padding-left:15px!important;
}
.haschildren {
	margin-top:0!important;
}
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dotted #999;
}



/* ----------------------------------------------------------------------------------------------------  rss feed */
div.rss a {
	display:block;
	padding:10px 0 10px 30px;
	background: url(images/rss-feed.png) no-repeat 3px center;
	color:gray;
}







/* ---------------------------------------------------------------- buy button ----- music sample player -- artwork jpeg */

.artwork {
	float:right;
	padding:5px;
	border:solid 1px gray;
}
.flashplayer {
	margin:5px 0 -15px -3px;
}

.purchaselink{
	display: block;
	margin-top:18px;
	height:31px;
	width:122px;
	text-indent:-9999px;
	background: url(images/purchase.png) no-repeat left top;
}

.purchaselink:hover{
	
	background: url(images/purchase.png) no-repeat left bottom;
}




/* ---------------------------------------------------------------------------------------------------- tracks css */


#alltrackslist li {
	font-size:16px!important;
	border-top:dotted 1px gray;
	padding-top:12px;
	font-weight:bold;
	font-family: Helvetica, Arial,  sans-serif;
}
#alltrackslist li ul li {
	font-size:12px!important;
	border-top:none;
	padding-top:2px;
	font-weight:normal;
	font-family: verdana, arial, san-serif!important;
}
#tracklisttitle {
	margin:12px 0 0;
}
#tracklist {
	margin-bottom:20px!important;
}
#alltrackslist li, #tracklist li {
	list-style-type:none!important;
}

#alltrackslist li ul li a{margin-left:-24px;}
#alltrackslist li ul li a, #tracklist li a {
	padding-left:24px;
	background: url(images/music.png) no-repeat left center;
	
}

/*.page-id-72 #tracklist li a {

	background: url(images/cd.png) no-repeat left center;
	
}*/


#alltrackslist li ul li a:hover, #tracklist li a:hover {text-decoration:underline;}



/* ----------------------------------------------------------------------------------------------------  Musicians page */

.page-id-75 #content h3 {
	
	border-top: dotted 1px gray;
	padding-top:20px;
	margin-top:12px;
}
.page-id-75 #content p {
	
}
.page-id-75 #content img {
	border:solid 1px gray;
}

/* ---------------------------------------------------------------------------------------------------- dotted h6 headings */

.entry h6 {
	border-top:1px dotted #8A8A91;
	padding-top:20px;
}
/* ----------------------------------------------------------------------------------------------------  tour page css */

h2#giglist {
}
h2#previousgigs {
	margin-top:30px;
}
.giglist {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
}
.giglist p {
	margin: 0;
	padding: 0;
}
/*.gigdate {
	color: #fff;
	background-color:#990000;
	display:inline;
	padding:2px;
}*/
.giglist {
	padding-bottom:8px;
	margin-bottom:20px;
	border-bottom: dotted 1px gray;
}

/* ----------------------------------------------------------------------------------------------------  side tweetsearch */

.meta, .tweet {
	border-top:dotted 1px gray;
}
.meta{padding:15px 0;}

.rss{padding-top:0px;}
.tweet h4, .tweet h4 a {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #236cb8;
	padding-top:5px;
	margin-bottom:-6px;
}
span.tweet_date {
	display:block;
}
.tweet p {
	font-size:11px;
	line-height:140%;
	color:#666666;
}
.tweet p b {
	font-weight:normal;
	color:#000;
	text-transform:capitalize;
}

.twitterlink{margin:12px 0 0px;
color:gray;
	padding-left:30px;
	background: url(images/twitter.png) no-repeat left center; display:block;
	
}
.twitid{font-style:italic;}
.twittLI {border-bottom:dotted 1px gray; padding:8px 0;font-size:11px!important; clear:both;}

.juitterAvatar{float:right;}
.twittLI b{text-transform:capitalize;}
.twittList{margin-bottom:0!important;}
.twitheading{border-top:dotted 1px gray; padding-top:12px;}



.newsletterlink{margin:12px 0 3px;
color:gray;
	padding-left:30px;
	background: url(images/news.png) no-repeat left center; display:block;
	
}


.joinus{padding-left: 5px; 
/*-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;



*/}
.joinus a{color:#990000!important;}


/* ----------------------------------------------------------------------------------------------------  offenders */

.silverBeatle, .sacredsongs, .Simplyred4x4, .AmigoBingoBonus, .rtogawa, .web2feed, .sydney_feed, .Gypsy_22_{display:none!important;}


/* ----------------------------------------------------------------------------------------------------  side tweetsearch */



.listtitle {
	
	padding:10px 0!important;
	
}
.secondlist {
	margin-top:20px!important;
}
.tagpagetitles a {
	
}

.meta li{font-size:11px;}


/* ----------------------------------------------------------------------------------------------------  newsletter forms */

.page-id-919 form *, #frmSS4 *{font-size:12px; color: #000;padding:5px;}

.review a{
	height:45px;
	width:358px;
	margin-bottom:22px;
	text-indent:-9999px;
	display:block;
	background: url(images/reviewbutton.png) no-repeat;
}