/* Author : Riley Onyon
 * Date : February 2010
 * Client : The 5 Browns
 *
 */

/*--------------global resets-------------------*/
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*----------tag definitions-------------*/
a:link {
	text-decoration: none;
	color: #0393de;
}
a:visited {
	text-decoration: none;
	color: #065680;
}
a:hover{
	text-decoration: underline;
}
input:focus {
	border: 2px solid #0393de;
}
li{
	list-style:none;
}
h1 {

}
h2 {
	font-size:1.2em;
	font-style:italic;
	text-shadow: #b5b5b5 1px 1px 0px;
}
h3 {
	font-weight:bold;
	font-style:italic;
	text-shadow: 1px 1px 0px #dbdbdb;
}
small {
	font-size:.75em;
	opacity: 0.5;
	text-shadow:none;
}
p {
	margin: 0 15px 10px;
}
/*-----------common styles--------------*/
.clear {
	clear:both;
}

.right, .alignright {
	float:right;
}
.left, .alignleft {
	float:left;
}
.center, .aligncenter {
	text-align:center;
}
.gold {
	color: #e6b00a;
}
.blue {
	color: #0393de;
}
.bold {
	font-weight:bold;
}
.border_div {
	padding-bottom:10px;
	margin-bottom:15px;
	border-bottom: 1px dotted #999;
}
/*-----------styles-------------*/
body{
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #fff url(images/bg_pattern.gif);
	font-size: 12px;
	line-height: 16px;
	color: #3d3d3d;
}
#bg {
	width: 100%;
	height:770px;
	min-width:1024px;	
}

#wrapper, #wrapper_bottom, #footer {
	margin: 0 auto 0 auto;
	width: 992px;
	padding: 0 15px 0 16px;
}
#wrapper {
	background: url(images/wrapper_background.png) repeat-y;
}
#wrapper_bottom {
	background: url(images/wrapper_bottom.png) no-repeat;
	height:19px;
}

#header{
	width: 993px;
	height: 433px;
	background: #fff url(images/header.jpg) no-repeat 0% 100%;
}
.logo {
	background: #fff url(images/logo.png) no-repeat;
	height:76px;
	width:993px;
	position: absolute;
	text-indent: -5000px;
	z-index:100;
	margin-top:25px;
}
#header_shadow {
	position:absolute;
	height: 433px;
	width: 993px;
	background: url(images/header_shadow.png) repeat-x 0% 100%;
	z-index: 10;
}

#navigation {
 background: #e1e1e1 url(images/post_head_background.png) repeat-x;
 height: 56px;
 width:994px;
}

#main{
	float: left;
	width: 661px;
	min-height: 333px;
	padding: 0 15px 0 15px;
	background: #fdfdfd url(images/main_background.gif) repeat-x;
}

#footer{
	font-size: .8em;
	font-family: "arial", sans-serif;
	padding-bottom:25px;
	text-align:center;
}
#footer .spacer {
	display:inline;
	padding: 0 5px;
}
/*--------------navigation----------------*/
#navigation ul {
	margin-left:15px;
}
#navigation ul li {
	float:left;
	margin:20px 17px 0px;
}
#navigation ul li a {
	font-size: 1.1em;
	font-weight:bold;
	font-style:italic;
	color: #fff;
	text-shadow: #000 1px 1px 0px;
	margin-bottom: 7px;
}
#navigation ul li a:hover {
	text-shadow: #0393de 1px 1px 0px;
	text-decoration:none;
	margin-bottom:3px;
}
.hang_left {
	background: transparent url(images/nav_hang_left.png) no-repeat;
	width: 83px;
	height: 70px;
	float:left;
	margin-left:-83px;
}
.hang_right {
	background: transparent url(images/nav_hang_right.png) no-repeat;
	width: 83px;
	height: 70px;
	float:right;
	margin-right:-83px;
}

/*------------post-------------*/
.entry {
	margin-top: 15px;
	line-height: 20px;
}
.entry img {
	padding:10px;
	border: 1px solid #dbdbdb;
	background: #fff;
}
.entry .alignleft {
	margin: 0 30px 15px 0;
}
.entry .aligncenter {
	margin: 0 0 15px 0;
}
.entry .alignright {
	margin: 0 0 15px 30px;
}
.navigation {
	height:20px;
	margin-bottom:15px;
}
/*------------sidebar----------*/
.sidebar {
	float: right;
	width: 270px;
	background: #f0f0f0 url(images/sidebar_background.gif) repeat-x;
	border-left: 1px solid #535353;
	padding: 15px;
	min-height:333px;
}
.sidebar h2{
	text-align: center;
	padding-bottom: 25px;
	margin-bottom: 10px;
	background: transparent url(images/hrule_sidebar.png) no-repeat 50% 100%;
}
.sidebar li {
	margin-bottom: 15px;
}
#albums img {
	width: 125px;
	padding:10px;
	background: #fff;
	border: 1px solid #dbdbdb;
	display: block;
	margin: 0 auto;
}
.album_title {
	display:block;
	text-align:center;
	margin-bottom:3px;
}
/*------Post / Sidebar Head------*/
.post_head {
	height: 47px;
	margin: 0 -15px;
	padding: 10px 15px 20px;
	font-size:.8em;
	color: #8e8e8e;
	background: transparent url(images/hrule.png) no-repeat 50% 100%;
}
.post_head a {
	color: #0393de;
}
.post_head span {
	margin: 0 7px 0 10px;
}
.post_head span span {
	margin-left:3px;
}
.post_head h3, .post_head h3 a, .post_head h3 a:link, .post_head h3 a:visited,
.sidebar_head h3, .sidebar_head h3 a, .sidebar_head h3 a:link, sidebar_head h3 a:visited {
	font-size: 1.4em;
	font-weight:bold;
	font-style:italic;
	color: #666;
	margin-bottom: 7px;
}
.post_head h3 a:focus, .post_head h3 a:active, .post_head h3 a:hover,
.sidebar_head h3 a:focus, .sidebar_head h3 a:active, .sidebar_head h3 a:hover  {
	color: #0393de;
	margin-bottom:3px;
}
.postmetadata {
	margin-left:15px;
}
.post-edit-link {
	font-size:1.4em;
	position:absolute;
	font-style:italic;
	padding-left:17px;
	background: url(images/icons/quill.png) no-repeat 0% 50%;
	margin: 0px 0 0 625px;
}
a.post-edit-link , a.post-edit-link :hover {
	color: #333;
}
.post_head.static {
	height:30px;
}
/*---------comments-------*/
.avatar {
	border: 1px solid #333;
	float:left;
	clear:both;
}
h3#comments {
	margin-bottom:20px;
}
.comment {
	
}
.comment_data {
	margin-left:75px;
	padding:10px;
	border: 1px solid #999;
	background: #fff;
}
.commentmetadata{
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #999;
}
.comment_speech {
	background: url(images/comment_speech.png) no-repeat 0% 50%;
	position:absolute;
	height:17px;
	width:15px;
	margin-left:-25px;
}
.comment_text {
	
}
.commentlist {
	border-bottom: 1px dotted #666;
	margin-bottom:15px;
}
.comments-template h3 {
	margin-bottom: 10px;
}
.comments-template{
	border-top: 1px solid #999;
	background: #fdfdfd url(images/main_background.gif) repeat-x;
	padding: 15px;
	margin: 0 -15px;
}
.comments-template ol{
	padding: 0 0 15px;
	list-style: none;
}
.comments-template ol li{
	padding: 0 0 10px;
}
.comments-template li.alt {
	
}
.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}
.comments-template p.nocomments{
	
}
.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}
.comments-template input[type="submit"] {
	margin: 0 10px;
}
/*---------form elements---------*/
input.text, input[type="text"] {
	height:25px;
	margin: 10px;
}
input.submit, input[type="submit"] {
	margin: 10px;
}
label {
	font-weight:bold;
	font-style:italic;
	font-size:1.2em;
	text-shadow: #dbdbdb 1px 1px 0px;
}
textarea {
	margin:10px;
}

/*---------icons--------*/
.older {background: url(images/icons/arrow-curve-180.png) no-repeat 0% 50%;padding-left:17px;float:left;}
.newer {background: url(images/icons/arrow-curve-000-left.png) no-repeat 100% 50%;padding-right:17px;float:right;}

/*---------wordpress plugin styles------*/
/*-------twitter tools------*/
.aktt_tweets ul li {
	padding: 10px 5px 10px 20px;
	background: url(images/icons/balloon-twitter.png) no-repeat 0% 10px;
	margin: 0;
}
.aktt_tweet_reply {
	display:none;
}
.aktt_tweet_time {
	font-size:.75em;
}

/*-------social media----*/
.social {
	width:168px;
	margin:0 auto;
}
.social a.icon {
	width:32px;
	height:32px;
	float:left;
	margin: 0 5px;
	background-repeat:no-repeat;
	opacity: 0.5;
	-moz-opacity: 0.5;
}
.social a:hover.icon {
	opacity: 1.0;
	-moz-opacity: 1.0;
}
a.icon.myspace {
	background-image: url(images/social/myspace.png);
}
a.icon.facebook {
	background-image: url(images/social/facebook.png);
}
a.icon.youtube {
	background-image: url(images/social/youtube.png);
}
a.icon.flickr {
	background-image: url(images/social/flickr.png);
}
/*--------G-lock opt in-------*/
.opt-in {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding:15px 15px 5px 15px;
	margin: 15px -15px 0;
	background: #f0f0f0;
}
.opt-in h2 {
	display: inline;
	padding-right:10px;
}
/*------discography-----*/
.track_list {
	padding-left:30px;
}
.track_list li {
	list-style:decimal;
}
table.gigs th, table.gigs td {
        max-width:150px;
        padding-right: 10px!important;
}
table.gigs img, .buy {
        background: none!important;
}
.buy {
        background: none!important;
        padding: 0!important;
        border: none!important;
}