/*  
Theme Name: GivMusic Theme 2.0
Description: Customized Theme
Author: SparkWeb Interactive
*/
@charset "UTF-8";

/* ----------  RESET  ------------ */

html, body, div, span,applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var,dd, dl, dt, li, ol, ul,fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
a img, :link img, :visited img { border: 0px; }
table { border-collapse: collapse; border-spacing: 0px; }
ol, ul { list-style: none; margin: 0; padding: 0;  }
a { outline-color: -moz-use-text-color; outline-style: none; outline-width: 0; }


/* ----------  STICKY FOOTER  ------------ */
html, body, #wrap { margin: 0; padding: 0; height: 100%;}
body > #wrap {height: auto; min-height: 100%;}
#main {padding-bottom: 63px;}
#footer {margin-top: -63px; height: 63px; clear:both; position: relative;} 
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */





/* ----------  BASIC SETUP  ------------ */


body {
	background-color: #ECEDED;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #363020;
	font-size: 12px;
}
p {
	margin-bottom: 1.2em;
}
h1 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 9px;
	font-weight: normal;
	color: #838383;
}

h2 {
	font-size: 26px;
	margin-bottom: 9px;
	color: #838383;
}
h3 {
	margin-bottom: 5px;
	font-size: 22px;
	color: #4F8AB2;
}
h3.widgettitle {
	text-align: center;
}
h4 {
	margin-bottom: 5px;
	font-size: 16px;
	color: #4F8AB2;
	font-weight: bold;
}

a {
	color: #D07D12;
	text-decoration: none;
}
a:hover {
	color: #DD1A21;
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.clr {
	clear: both;
}
.alignright {
	float: right;
}
.browntext {
	color: #6A5D51;
}
.topContent ul, .topContent ol {
	padding-bottom: 14px;
}
blockquote {
	margin-left: 25px;
}

.topContent ul li {
	list-style: disc outside;
	margin-left: 35px;
	padding-left: 1px;
	margin-bottom: 4px;
}
.topContent ol li {
	list-style: decimal outside;
	margin-left: 35px;
	padding-left: 1px;
	margin-bottom: 4px;
}

.topContent label {
	clear: both;
	float: left;
	width: 125px;
	margin-bottom: 5px;
	margin-top: 2px;
}
.topContent input[type=text], .topContent input[type=file], .topContent textarea {
	float: left;
	width: 250px;
	margin-bottom: 5px;
	font-family: Arial;
	font-size: 13px;
	padding: 2px;
}
.required {
	font-weight: bold;
	color: red;
}
iframe {
	border: 1px solid #ECEDED;
}



/* ----------  DESIGN  ------------ */

.wrapper {
	width: 900px;
	margin: 0 auto;
	position: relative;
}
#header {
	height: 37px;
	background: url(images/bg-header.png) repeat-x;
	position: relative;
}
#topcontent {
	background-color: #DBDBDB;
	border-bottom: 1px solid #C6C6C6;
	padding: 10px 0;
}
#footer {
	background: #D0D1D2 url(images/bg-footer.png) repeat-x;
}









/* ----------  HEADER  ------------ */

#logo {
	background: url(images/giv-logo.png) no-repeat;
	width: 149px;
	height: 30px;
	text-indent: -99999px;
	float: left;
	display: block;
}
#lovemusiclovepeople {
	background: url(images/lovemusiclovepeople.png) no-repeat;
	width: 188px;
	height: 30px;
	text-indent: -99999px;
	position: absolute;
	left: 250px;
}
#topnav {
	float: right;
	width: 281px;
}
#topnav li {
	float: left;
}
#topnav li a {
	text-indent: -99999px;
	height: 32px;
	display: block;
}
a#nav-cause {
	width: 84px;
	background: url(images/nav-cause.png) no-repeat;
}
a#nav-cause:hover, a#nav-cause.current {
	background-position: 0 -32px;
}
a#nav-artist {
	width: 84px;
	background: url(images/nav-artist.png) no-repeat;
}
a#nav-artist:hover, a#nav-artist.current {
	background-position: 0 -32px;
}
a#nav-aboutgiv {
	width: 93px;
	background: url(images/nav-about.png) no-repeat;
}
a#nav-aboutgiv:hover {
	background-position: 0 -32px;
}
a#nav-givblog {
	width: 78px;
	background: url(images/nav-blog.png) no-repeat;
}
a#nav-givblog:hover {
	background-position: 0 -32px;
}
a#nav-contactgiv {
	width: 108px;
	background: url(images/nav-contact.png) no-repeat;
}
a#nav-contactgiv:hover {
	background-position: 0 -32px;
}




/* ----------  DROPDOWN MENUS  ------------ */

.dropdownmenu {
	position: absolute;
	top: 37px;
	width: 217px;
	background: url(images/bg-dropdowntop.png) no-repeat;
	padding-top: 8px;
	display: none;
	z-index: 150;
}
.dropdownmenu div {
	background: url(images/bg-dropdownbottom.png) no-repeat left bottom;
	padding: 0 5px 8px 10px;
}
.dropdownmenu li a {
	font-weight: bold;
	color: #B8B4AA;
	padding: 3px 0;
	display: block;
}
#dropdown-artist {
	left: 453px;
}
#dropdown-cause {
	left: 536px;
}






/* ----------  MAIN CONTENT  ------------ */

#adboxtop {
	padding-bottom: 10px;
	border-bottom: 1px solid #C0C0C0;
}
.tribox {
	margin-left: 10px;
	float: left;
	width: 293px;
}
.tribox:first-child {
	margin-left: 0;
}
.leftcol {
	float: left;
	width: 500px;
	margin-top: 12px;
	padding-bottom: 15px;
}
.rightcol {
	float: right;
	width: 375px;
	margin-top: 12px;
	padding-bottom: 15px;
}

.skinnysidebar .leftcol {
	width: 640px;
}
.skinnysidebar .rightcol {
	width: 240px;
}



.sidebarbox {
        margin-bottom: 10px;
	width: 240px;

}
#relatedartists {
	background: url(images/bg-relatedartists.gif) no-repeat;
	float: left;
}
#relatedcauses {
	background: url(images/bg-relatedcauses.gif) no-repeat;
	float: right;
}
.relatedbox {
	width: 312px;
	height: 202px;
	margin-top: 10px;
	padding-top: 24px;
}
.relatedbox div {
	overflow: auto;
	height: 192px;
	padding-left: 8px;
	padding-top: 10px;
}
.relatedbox a {
	 float: left;
	 margin: 0 0 10px 10px;
}
.relatedbox a img {
	border: 1px solid #AAAAAA;
}

#twitterbox {
	background: #5089B1 url(images/bg-bluefadebottom.jpg) no-repeat left bottom;
}
#twitterboxtop {
	background: url(images/bg-twittertop.png) no-repeat;
	height: 25px;
	position: relative;
}
#twitterboxtop a {
	position: absolute;
	top: 3px;
	left: 105px;
	display: block;
	background: url(images/twitterfollow.gif) no-repeat;
	width: 128px;
	height: 18px;
	text-indent: -99999px;
}
#twitterboxtop a:hover {
	background-position: 0 -18px;
}
#twitter_update_list li {
	color: #CFD4DE;
	padding: 8px;
}
#twitter_update_list li a {
	color: #FFFFFF;
}



#blogbox {
	background: #5089B1 url(images/bg-bluefadebottom.jpg) no-repeat left bottom;
	min-height: 157px;
}
#blogboxtop {
	height: 37px;
}
#bloglink {
	text-indent: -99999px;
	width:131px;
	height: 37px;
	float: left;
	background: url(images/blog-link.png) no-repeat;
}
#blogrss {
	text-indent: -99999px;
	width:109px;
	height: 37px;
	float: left;
	background: url(images/blog-rss.png) no-repeat;
}
#blogbox li a {
	background: url(images/arrow-white.png) no-repeat 0 12px;
	margin: 2px 14px 2px 14px;
	border-bottom: 1px solid #81A1BC;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px;
	display: block;
}


#signupbox {
	height: 59px;
	background: url(images/bg-signup.jpg) no-repeat;
	position: relative;
}
#signupbox a {
	position: absolute;
	top: 29px;
	left: 11px;
	display: block;
	background: url(images/signup.gif) no-repeat;
	width: 149px;
	height: 22px;
	text-indent: -99999px;
}
#signupbox a:hover {
	background-position: 0 -22px;
}
#signupboxpopup {
	top: 55px;
	left: 11px;
	height: 106px;
	display: none;
	z-index: 100;
}



#main {
	padding-top: 15px;
}


#widgetcol {
	width: 365px;
	float: right;
	padding-bottom: 15px;
}
#aboutartistcol {
	width: 520px;
	float: right;
	padding-top: 7px;
	padding-bottom: 15px;
}









/* ----------  CONTENT AREA (TABS)  ------------ */
.ui-tabs .ui-tabs-hide {
     display: none;
}
#tabs {
	margin-top: 25px;
	width: 640px;
	background: #DBDBDB url(images/bg-contentareabottom.png) no-repeat 0 bottom;
}
#tabs ul#tabnav1 {
	background: url(images/bg-contentareatop.png) no-repeat;
	height: 23px;
	border-bottom: #959595 1px solid;
}
#tabs ul#tabnav1 li {
	float: left;
}
#tabs ul#tabnav1 li a {
	display: block;
	padding: 3px 16px 0;
	font-size: 14px;
	font-weight: bold;
	color: #8E8E8E;
	height: 23px;
	background: url(images/bg-contentareasplitter.png) no-repeat right 0;
}
#tabs ul#tabnav1 li a:hover, #tabs ul#tabnav1 li.ui-tabs-selected a {
	color: #3B485E;
	text-decoration: none;
}
.ui-tabs-panel {
	padding: 10px;
}
#showShare {
	margin-top: 14px;
}
.halfcol {
	width: 47%;
	padding-right: 4px;
	float: left;
}
.ui-tabs-panel .halfcol li {
	margin-bottom: 6px;
}





/* ----------  GRAB BAG  ------------ */

#grabbag {
	position: relative;
	overflow: hidden;
}
#grabbagtop {
	background: url(images/bg-downloadtop.gif) no-repeat;
	width: 240px;
	height: 7px;
}
#grabbagbottom {
	background: url(images/bg-downloadbottom.gif) no-repeat;
	width: 240px;
	height: 7px;
}
#grabbagbody {
	min-height: 150px;;
	background: #FFFFFF url(images/bg-downloadbody.gif) repeat-x 0 35px;
}
#grabbagtitle {
	text-align: center;
	padding-bottom: 13px;
}
#grabbagbody li {
	border-bottom: 1px solid #DBDBDB;
	margin: 0 3px;
	padding: 4px;
}
#grabbagdownload {
	background-color: #FFFFFF;
	padding: 5px 0;
}
#grabbagdownload a {
	display: block;
	background: url(images/download.gif) no-repeat;
	width: 216px;
	height: 24px;
	text-indent: -99999px;
	margin: 0 auto;
}
#grabbagdownload a:hover {
	background-position: 0 -24px;
}
.downloadinfo {
	position: absolute;
	top: 250px;
	left: 10px;
	height: 135px;
	width: 210px;
	background-color: #DBDBDB;
	padding: 5px;
	font-size: 12px;
}
.downloadinfo input {
	margin-bottom: 5px;
	font-size: 12px;
}
.downloadfooter {
	font-size: 11px;
	font-style: italic;
	padding-top: 3px;
}



/* ----------  FOOTER  ------------ */

#footer {
	height: 63px;
	background: url(images/bg-footer.png) repeat-x;
}

#givlogo {
	float: left;
	width: 133px;
	height: 25px;
	margin-top: 22px;
	background: url(images/giv-logo-footer.png) no-repeat;
	text-indent: -99999px;
}

#footernav {
	margin-top: 8px;
	float: right;
	width: 450px;
}
#footernav li {
	float: left;
}
#footernav li a {
	text-indent: -99999px;
	height: 48px;
	display: block;
}
a#facebook {
	width: 106px;
	background: url(images/facebook.gif) no-repeat;
}
a#facebook:hover {
	background-position: 0 -48px;
}

a#twitter {
	width: 110px;
	background: url(images/twitter.gif) no-repeat;
}
a#twitter:hover {
	background-position: 0 -48px;
}

a#youtube {
	width: 100px;
	background: url(images/youtube.gif) no-repeat;
}
a#youtube:hover {
	background-position: 0 -48px;
}

a#myspace {
	width: 110px;
	background: url(images/myspace.gif) no-repeat;
}
a#myspace:hover {
	background-position: 0 -48px;
}


/* ----------  FORM  ------------ */
div span.wpcf7-list-item {
	clear:left;
	display:block;
}
label.wide {
	width: 100%;
}
