/*  
Theme Name: Michael Boggs
Author: Mellowtown
Author URI: http://mellowtown.com/
*/


/* ----------  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: 0px;
	padding: 0px;
	border: 0px;
	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;
}


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

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #C1B60C;
	margin: 0;
	background: #1D1502 url(images/bg-main.png) repeat-x;
}
p {
	margin-bottom: 1.2em;
	line-height: 130%;
}
h1 {
	font-family: Arial;
	font-size: 36px;
	color: #3C3B61;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 22px;
}

h2 {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #3C3B61;
	padding-bottom: 4px;
	margin-bottom: 14px;
}

a {
	color: #302E76;
	text-decoration: none;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
}
a:hover {
	text-decoration: underline;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
.clr {
	clear: both;
}









/* ----------  DESIGN AND MENU  ---------- */

#wrapper {
	width: 854px;
	margin: 26px auto 0;
}
#leftcol {
	width: 602px;
	float: left;
}
#rightcol {
	width: 238px;
	float: right;
}
#gallery {
	border: 3px #2A2A2A solid;
	margin-top: 12px;
}
#video {
	display: none;
}

#audiolink {
	background: url(images/launch-music.png) no-repeat;
	width: 238px;
	height: 65px;
	text-indent: -99999px;
}
#audiolink:hover {
	background-position: 0 -65px;
}
#videolink {
	background: url(images/launch-video.png) no-repeat;
	width: 238px;
	height: 65px;
	text-indent: -99999px;
}
#videolink:hover {
	background-position: 0 -65px;
}
#booking {
	background: url(images/booking.png) no-repeat;
	width: 238px;
	height: 60px;
	text-indent: -99999px;
}
#booking:hover {
	background-position: 0 -60px;
}


.sidebutton {
	margin: 4px 0;
	display: block;
	width: 238px;
}
#twitter {
	width: 238px;
	background: url(images/bg-twitter.png) no-repeat;
	padding: 13px 8px 8px 15px;
}
#tweet {
	height: 92px;
}
#tweet li {
	list-style: none;
	padding-right: 18px;
}
#tweet a {
	color: #FFFFFF;
}
#tweet .widgettitle {
	display: none;
}
#twitterfollow {
	padding: 4px 0; 
}


/* ----------  CONCERT LIST  ----------


li#gigpress {
	list-style: none;
}
li#gigpress h2.widgettitle {
	margin-top: 20px;
	text-indent: -99999px;
	background: url(images/showdates.png) no-repeat;
	width: 134px;
	height: 20px;
}
.gigpress-date {
	width: 150px;
	display: block;
	float: left;
}
.summary {
	width: 150px;
	display: block;
	float: left;
}
.location {
	width: 150px;
	display: block;
	float: left;
}
.vevent {
	clear: both;
}

*/


#tourDates {
	margin-top: 20px;
}


/* GigPress Styles */
.gigpress-table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.gigpress-header {
	color: #F1E41E;
}

.gigpress-row {
	color: #6E7070;
}

.gigpress-info {
        display: none;
}

/* ----------  LINKS MENU  ---------- */

#linksmenu {
	width: 238px;
	height: 158px;
	background: url(images/bg-links.png) no-repeat;
	padding-top: 68px;
}
#linksmenu a {
	display: block;
	margin: 0 auto 10px auto;
	width: 148px;
	height: 37px;
}

#myspacelink {
	width: 148px;
	height: 74px;
	background: url(images/link-myspace.png) no-repeat;
	text-indent: -99999px;
}
#myspacelink:hover {
	background-position: 0 -37px;
}
#facebooklink {
	width: 148px;
	height: 74px;
	background: url(images/link-facebook.png) no-repeat;
	text-indent: -99999px;
}
#facebooklink:hover {
	background-position: 0 -37px;
}
#twitterlink {
	width: 148px;
	height: 74px;
	background: url(images/link-twitter.png) no-repeat;
	text-indent: -99999px;
}
#twitterlink:hover {
	background-position: 0 -37px;
}
