/*
Theme Name: Gaby V Theme
Theme URI: http://TOBEDEFINED
Description: Gaby V Music Theme
Version: 1.0
Author: 2KW
Author URI: http://www.2000dollarwebsite.com
Tags: Gaby V, Music, 2KW
*/

@import "style/css/reset.css";

html {}

body {
	background: #19231c url(images/body-bg.png) repeat 0 0;
	font: 12px/1.5 Arial, Helvetica, Verdana, sans-serif;
	color: #3e3e40;
	}

#page, #header, #footer {
	margin: 0 auto;
	width: 952px;
	}
	
a:link, a:visited {
	color: #06892f;
	text-decoration: none;
	padding: 0 2px;
	}

a:hover, a:active {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #62a326;
	color: #fff;
	}

.left { float: left; }
.right { float: right; }
.clear { clear: both; }

.split-left {
	float: left;
	width: 48%;
	}
	
.split-right {
	float: right;
	width: 48%;
	}

/* LINK CORRECTIONS */
#home-header-body a {
	padding: 0;
	}

li#online a {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 0;
	}


/* HEADER */
#header {
	background: url(images/banner.jpg) no-repeat 0 0;
	height: 183px;
	width: 952px;
	}

#header h1 a {
	background: url(images/logo.png) no-repeat 0 0;
	display: block;
	height: 163px;
	text-indent: -9999px;
	width: 310px;
	}

#home-featured {
	margin-bottom: 8px;
	}

#home-header {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	height: 366px;
	width: 690px;
	}

#home-header-body {
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-radius: 10px 0 0 10px;
	background: url(images/trans-bg.png) repeat 0 0;
	height: 318px;
	padding: 24px 0 24px 34px;
	position: relative;
	width: 43%;
	}

#home-header h2 {
	margin-bottom: 36px;
	position: relative;
	}

#home-header-body h2 a {
	color: #f09304;
	font-size: 60px;
	text-transform: uppercase;
	}

#home-header-body h2 a:hover, #home-header-body h2 a:active {
	background: none;
	}

#home-header-body h2 span {
	display: block;
	line-height: 52px;
	}

#home-header-body h2 small {
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	}
	
#home-header-body small span {
	background: url(images/header-arrow.png) no-repeat right 0;
	padding-right: 26px;
	line-height: normal;
	display: inline;
	}

#home-header-body img {
	right: -72px;
	bottom: 2px;
	position: absolute;
	}

#home-header-body p {
	color: #fff;
	font-size: 11px;
	width: 170px;
	margin-bottom: 10px;
	}
	
a#listen-now {
	background: url(images/listen-now.png) no-repeat 0 0;
/*	display: block; */
	display: none;
	height: 53px;
	width: 193px;
	text-indent: -9999px;
	}

a#itunes-btn img {
	left: 0;
	bottom: -20px
	}

a#buy-now {
	background: url(images/buynow.png) no-repeat 0 0;
	display: block;
	height: 53px;
	width: 193px;
	text-indent: -9999px;	
	}

#page {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #f6f5f6;
	border: 1px solid #8c918e;
	border-radius: 6px;
	overflow: hidden;	
	padding: 10px 0;
	width: 950px;
	}

#content {
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	border-radius: 10px;
	border: 2px solid #d8d8d8;
	float: right;
	margin-right: 34px;
	min-height: 710px;
	padding: 8px;
	width: 674px;
	}

#home #content {
	border: none;
	margin-right: 38px;
	padding: 0;
	width: 690px;
	}



/* SIDEBAR */
#sidebar {
	float: left;
	width: 222px;
	}

#sidebar li.widget {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #c5c2c2;
	background-color: #fff;
	font-size: 11px;
	line-height: 12px;
	margin: 0 14px 10px 27px;
	width: 179px;
	}

#sidebar div.textwidget {
	padding: 6px 10px;
	}

h3.widgettitle {
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	background-color: #62a326;
	color: #fff;
	font-size: 14px;
	margin: 2px;
	margin-bottom: 6px;
	padding: 4px 8px;
	text-transform: uppercase;
	}

#sidebar li.widget_pages {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: none;
	margin: 0;
	}

/* Main Nav */
#sidebar li.widget_pages {
	background: url(images/nav-bg.png) no-repeat -2px 0;
	height: 348px;
	padding: 25px 0 0 28px;
	width: 222px;
	}

li.widget_pages h3 {
	display: none;
	}
	
li.widget_pages li {
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	}

li.widget_pages li a {
	display: block;
	height: 30px;
	padding-left: 45px;
	}

li.widget_pages li a:link, li.widget_pages li a:visited {
	color: #3e3e40;
	}

li.widget_pages li a:hover, li.widget_pages li:active, li.current_page_item a {
	background: url(images/nav-hover.png) no-repeat 0 4px;
	color: #96be0e !important;
	}

/* Tour Dates */
li#text-4 li {
	height: 56px;
	padding: 2px 10px;
	}

li#text-4 div.textwidget {
	padding: 0;
	}

li#text-4 li.even {
	background: url(images/tour-even.png) no-repeat 0 0;
	padding-top: 6px;
	}

li#text-4 h4 {
	color: #96be0e;
	font-weight: bold;
	margin-bottom: 4px;
	}

/* Mailing List */
li#text-2 a img {
	width: 100%;
	}

li#text-5 h3.widgettitle {
	background-color: #26392a;
	}

li#text-5 form {
	margin-top: 6px;
	}

p#fields input {
	background-color: #f4f6d9;
	border: 2px solid #e0e9b0;
	color: #3e3e40;
	font: 12px Arial, Helvetica, Verdana, sans-serif;
	padding: 2px;
	width: 151px;
	}
	
p#subscribe-btns {
	margin-top: 4px;
	}

p.mailing-note {
	margin-top: 4px;
	}
	


/* HOMEPAGE */
#home .entry {
	overflow: hidden;
	}

li#snapshot {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #62a326;
	float: left;	
	padding-top: 10px;
	width: 330px;
	}

li#snapshot h2 {
	background: url(images/snapshot-logo.png) no-repeat right 0;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	margin: 0 auto;
	width: 315px;
	}

li#snapshot a, li#snapshot a:hover, li#snapshot a:active {
	color: #fff;
	background: none;
	font-size: 11px;
	padding: 0 0 2px 8px;
	}

.photoslider {
	width: 330px;
	}

.photoslider_nav {
	position: relative;
	overflow: hidden;
	height: 78px;
	width: 315px;
	margin: auto;
}

.photoslider_thumbBar {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
}

.photoslider_thumb {
	position: relative;
	width: 57px;
	height: 57px;
	float: left;
	margin: 0 3px;
	cursor: pointer;
	-moz-border-radius: 5px;
}

.photoslider_thumb img {
	height: 57px;
	width: 57px;
	}

.photoslider_clear {
	clear: both;
}

.photoslider_main  {
	position: relative;
	margin: 0 auto;
	width: 314px;
	margin-bottom: 5px;
}

.photoslider_main img {
	position: relative;
	display: block;
	margin: auto;
	width: 314px;
}

.photoslider_caption {
	display: none;
	font-weight: bold;
	text-align: center;
}

.photoslider_control {
	display: none;
	text-align: center;
	font-weight: bold;
	padding-top: 4px;
	margin: 0 auto;
	height: 18px;
	width: 57px;
}

.photoslider_play, .photoslider_stop {
	width: 19px;
	height: 18px;
	margin: auto;
	cursor: pointer;
	text-align: center;
	float: left;
}

.photoslider_play {
	margin-right: 19px;
	}

.photoslider_play {
	background: url(images/slideshow-controls.png) no-repeat 0px 0px;
}

.photoslider_stop {
	background: url(images/slideshow-controls.png) no-repeat -19px 0px;
}

.photoslider_play.slideshow_disabled {
	background: url(images/slideshow-controls-active.png) no-repeat 0px 0px;
}

.photoslider_stop.slideshow_disabled {
	background: url(images/slideshow-controls-active.png) no-repeat -19px 0px;
}

/* RECENT NEWS / ONLINE */
li#home-right {
	float: right;
	width: 338px;
	}
	
li#home-right h2 {
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 4px 12px;
	text-transform: uppercase;
	}
	
li#home-right h2 span {
	text-transform: none;
	}
	
li#recent-news, li#online {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #fff;
	}

li#recent-news {
	margin-bottom: 8px;
	}
	
li#recent-news p {
	margin: 0;
	}
	
li#recent-news h2 { background-color: #62a326; margin: 0; }
li#online h2 { background-color: #26392a; }

li#recent-news { font-size: 11px; }

li#recent-news small {
	font-size: 11px;
	text-transform: uppercase;
	}

li#recent-news li {
	background: url(images/divider-l.png) no-repeat 0 0;
	overflow: hidden;
	padding: 8px 6px;
	}

li#recent-news li a {
	color: #06892f;
	float: right;
	padding: 0 2px;
	}

li#recent-news h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: -4px;
	margin-bottom: 0;
	text-transform: uppercase;
	}

li#recent-news h3 a {
	float: none;
	color: #266031;
	}
	
li#recent-news h3 a:hover, li#recent-news h3 a:active, li#recent-news li a:hover, li#recent-news li a:active {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 0 2px;
	color: #fff;
	background-color: #62a326;
	}
	
li#online ul {
	overflow: hidden;
	padding: 4px 19px;
	}

li#online ul li {
	float: left;
	width: 150px;
	}

li#online a {
	background-position: top left;
	display: block;
	height: 58px;
	margin: 0 auto;
	text-indent: -9999px;
	}

li#online a:hover, li#online a:active {
	background-position: bottom left;
	}

a#facebook { background-image: url(images/facebook.png); width: 140px; }
a#flickr	 { background-image: url(images/flickr.png); width: 100px; }
a#ilike 	 { background-image: url(images/ilike.png); width: 80px; }
a#myspace  { background-image: url(images/myspace.png); width: 123px; }
a#twitter  { background-image: url(images/twitter.png); width: 100px; }
a#youtube	 { background-image: url(images/youtube.png); width: 100px; }
a#reverb	 { background-image: url(images/reverb.png); width: 73px; }


/* SECONDARY PAGES (Including some styles for Blog/Tour) */
h2.page-title {
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	background-color: #26392a;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 4px 12px;
	text-transform: uppercase;
	overflow: hidden;
	}

h2.page-title a.archives-link {
	color: #fff;
	float: right;
	font-size: 12px;
	line-height: 27px;
	padding: 0 2px;
	text-transform: none;
	}
	
h2.page-title span { float: left; }

#blog h2.page-title, #tour h2.page-title { overflow: hidden; }
	
h2.page-title a.archives-link:hover, h2.page-title a.archives-link:active {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #62a326;
	}

h1 { font-size: 50px; }
h2 { font-size: 25px; margin-bottom: 4px; }
h3 { font-size: 16px; margin-bottom: 6px; }
h4 { font-size: 12px; margin-bottom: 8px; }
h5 { font-size: 11px; }
h6 { font-size: 10px; }

p { margin-bottom: 15px; }
address { font-style: italic; }

div.entry ul, ol { margin: 0 0 15px 30px; }
div.entry ul li { list-style-type: disc; }
div.entry ol li { list-style-type: decimal; }

blockquote {
	border-left: 10px solid #ccc;
	padding: 0 0 0 10px;
	}

blockquote, blockquote p {
	font-style: italic;
	}

h2.post-title, h2.post-title a { color: #266031; }

h2.post-title a:hover, h2.post-title a:active {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 0 2px;
	color: #fff;
	background-color: #62a326;
	}

div.hentry {
	background: url(images/divider-l.png) no-repeat 0 bottom;
	padding: 4px 0 10px 0;
	}

.hentry small {
	font-size: 11px;
	text-transform: uppercase;
	}
	
.hentry a {
	color: #06892f;
	padding: 0 2px;
	}

.hentry a:hover, .hentry a:active {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 0 2px;
	color: #fff;
	background-color: #62a326;
	}

p.postmetadata { margin: 0; }



/* COMMENTS */
#commentform {
	line-height: 1.5;
	}

#commentform label {
	background: #26392a;
	color: white;
	padding: 2px 6px; cursor: pointer;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	}
	
#commentform input[type=text] {
	border: 2px solid #26392a;
	padding: 4px; width: 182px;
	display: block;
	margin: 0 0 10px 0;
	}

#commentform input[type=submit] {
	background: #26392a;
	color: white;
	border: none;
	padding: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}

#commentform input[type=submit]:hover	{ background: #62a326; }

#commentform textarea {
	border: 2px solid #26392a;
	padding: 4px; width: 303px;
	display: block;
	margin: 0 0 10px 0;
	height: 122px;
	font: 11px/1.5 Arial, Helvetica, Verdana, sans-serif	;
	}

ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li.comment { border-bottom:1px dotted #666; padding:1em; }

ol.commentlist li div.vcard { font:normal 16px georgia,times,serif; }
ol.commentlist li div.vcard cite.fn { font-style:normal; }
ol.commentlist li div.vcard img.avatar { border:5px solid #ccc; float:right; margin:0 0 1em 1em; }

ol.commentlist li div.comment-meta { font-size:10px; }
ol.commentlist li div.comment-meta a { color: #3e3e40; padding: 0 2px; }
ol.commentlist li div.comment-meta a:hover, ol.commentlist li div.comment-meta a:active,
cite a.url:hover, cite a.url:active {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color:#62a326;
	color: #fff;
	padding: 0 2px;
	}

cite a.url {
	color: #06892f;
	padding: 0 2px;
	}

ol.commentlist li p { font-size:11px; margin:0 0 1em; }
ol.commentlist li ul { font-size:11px; list-style:square; margin:0 0 1em 2em; }

ol.commentlist li div.reply { font-size:11px; }
ol.commentlist li div.reply a { font-weight:bold; }

ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li.depth-2 { border-left:5px solid #555; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-3 { border-left:5px solid #999; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-4 { border-left:5px solid #ccc; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-5 { border-left:5px solid #eee; margin:0 0 .25em .25em; }

ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#f6f6f6; }
ol.commentlist li.pingback { border-bottom:1px dotted #666; padding:1em; }

a.comment-reply-link, a.comment-reply-link:visited {
	padding: 4px 6px;
	background: #26392a; color: white;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}

a.comment-reply-link:hover { background: #62a326; text-decoration: none; }

.cancel-comment-reply { margin: 8px 0; }

a#cancel-comment-reply-link {
	padding: 2px 6px;
	background: #62a326;
	color: white;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}

a#cancel-comment-reply-link:hover {
	background-color: #26392a;
	text-decoration: none;
	}

#respond { width: 536px; }
#comment-writer-info { width: 220px; float: left; }
#comment-writer-info a {
	color: #06892f;
	padding: 0 2px;
	}

#comment-writer-info a:hover, #comment-writer-info a:hover {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color:#62a326;
	color: #fff;
	}

#comment-writer-comment { width: 316px; float: right; background: url(images/taguse.png) 130px 1px no-repeat; }
#comment-writer-submit { text-align: right;  font: 10px Courier, Monospace; }

#commentform .subscribe-to-comments {
	font-size: 10px;
	padding: 0 0 0 222px;
	position: relative;
	top: -25px;
	width: 185px;
	}

#commentform .subscribe-to-comments label{
	background: none;
	color: #666;
	font-size: 10px;
	padding: 0;
	}

/* ARCHIVES */
#archives #content h3 {
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	background-color: #62a326;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 4px 12px;
	text-transform: uppercase;
	}

#archives #content {
	font-size: 13px;
	}
	
#archives form#searchform {
	margin-bottom: 10px;
	}

#archives #content ul { margin: 0 0 15px 30px; }
#archives #content ul li { list-style-type: disc; }

#archives #content a {
	color: #06892f;
	padding: 0 2px;
	}

#archives #content a:hover, #archives #content a:active {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #62a326;
	color: #fff;
	}
	

/* SEARCH RESULTS */

/* PHOTOS PAGE */
#photos .entry a {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: none;
	padding: 0;
	}

/* FOOTER */
#footer {
	color: #d9d8d9;
	font-size: 11px;
	overflow: hidden;
	padding: 0 6px;
	width: 940px;
	}

#footer a {
	color: #f09304;
	}
	
#footer a:hover, #footer a:active {
	background: none;
	}




#play-now {
	background: url(images/playbutton.png) no-repeat 0 0;
	display: block;
	text-indent: -9999px;
	width: 100px;
	height: 103px;
	margin: 0 auto;
	}
