/*
Theme Name: Shurebrothersband
Theme URI: http://www.shurebrothersband.com
Description: 
Version: 2.0.0
Author: Joel Karlsson
Author URI: http://www.shurebrothersband.com
Tags: 

	The CSS, XHTML and design is copyrigthed.

*/

body {
	padding: 0px;
	margin: 0px;
	font-size: 62.5%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	background: url('images/bg.jpg') repeat;
	}

#wrapper {
	width: 1000px;
	margin: 0px auto;
	}	

#shadow {
	width: 1000px;
	background: url('images/shadow.png') repeat-y;
	overflow: auto;
	}
	
#header {
	margin: 0px auto;
	width: 980px;
	height: 150px;
	background: #ccc;
	}

.inside_header_left {
	float: left;
	width: 690px;
	height: 150px;
	}	
	
.inside_header_right {
	float: right;
	width: 290px;
	height: 150px;
	background: url('images/headbanner_right.jpg') no-repeat;
	color: #fff;
	}	
	
#columncontainer {
	margin: 0px auto;
	width: 980px;
	}	
	
#leftcolumn {
	float: left;
	width: 240px;
	padding: 30px 0 0 0;
	background: url('images/leftcolumn_bg.jpg') no-repeat;
	}	
	
#maincolumn {
	float: left;
	width: 500px;
	padding: 30px 0 30px 0;
	background: url('images/maincolumn_bg.jpg') no-repeat;
	}	
	
#rightcolumn {
	float: left;
	width: 240px;
	padding: 30px 0 0 0;
	background: url('images/rightcolumn_bg.jpg') no-repeat;
	}	
	
#footer_shadow {
	clear: both;
	width: 1000px;
	background: url('images/shadow.png') repeat-y;
	padding: 20px 0 0 0;
	}	
	
#inside_footer {
	width: 800px;
	margin: 0px auto;
	padding-top: 20px;
	border-top: 1px dashed #ddd;
	text-align: center;
	}
	
#footer_bottom {
	width: 1000px;
	height: 100px;
	background: url('images/footer_bottom.png') repeat-y;
	}	
	
#footer_bottom2 {
	width: 1000px;
	height: 150px;
	}
	
/* Entry begins */

.entry_title {
	width: 450px;
	height: 22px;
	background: url('images/entry_h2_bg.jpg') no-repeat;
	padding: 5px 0 10px 10px;
	}
	
.entry_title a:link {
	font-size: 18px;
	font-family: Georgia, Times, Verdana, Arial, Sans-Serif;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	}	

.entry_title a:visited {
	font-size: 18px;
	font-family: Georgia, Times, Verdana, Arial, Sans-Serif;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	}		
	
.entry_title a:hover {
	font-size: 18px;
	font-family: Georgia, Times, Verdana, Arial, Sans-Serif;
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
	}	
	
.entry {
	width: 430px;
	font-size: 13px;
	line-height: 20px;
	padding: 10px 0 10px 10px;
	}	
	
.entry blockquote {
	background: #dfdfcc url("images/quote.jpg") no-repeat;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	}	
	
.entry a:link {
	font-size: 13px;
	color: #336699;
	text-decoration: none;
	}	
	
.entry a:visited {
	font-size: 13px;
	color: #336699;
	text-decoration: none;
	}	
	
.entry a:hover {
	font-size: 13px;
	color: #336699;
	text-decoration: underline;
	}	
	
.postmetadata {
	line-height: 18px;
	padding: 0 0 0 20px;
	overflow: auto;
	}	
	
.postmetadata a:link {
	color: #336699;
	text-decoration: none;
	}

.postmetadata a:visited {
	color: #336699;
	text-decoration: none;
	}	
	
.postmetadata a:hover {
	color: #336699;
	text-decoration: underline;
	}	
	
.entry_divider {
	width: 460px;
	height: 10px;
	background: url("images/divider.jpg") repeat-x;
	padding-bottom: 30px;
	}	

.postmetadata_alt {
	line-height: 15px;
	}
	
.postmetadata_alt a:link {
	font-size: 10px;
	color: #336699;
	text-decoration: none;
	}

h2 {	
	font-size: 18px;
	font-family: Georgia, Times, Verdana, Arial, Sans-Serif;
	font-weight: normal;
	color: #333;
	padding: 0px;
	margin: 0px;
	}
	
h3 {
	font-size: 16px;
	font-family: Georgia, Times, Verdana, Arial, Sans-Serif;
	font-weight: normal;
	color: #333;
	padding: 0px;
	margin: 0px;
	}

h3 a:link {
	font-size: 16px;
	font-family: Georgia, Times, Verdana, Arial, Sans-Serif;
	font-weight: normal;
	color: #336699;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	}	
	
h3 a:visited {
	font-size: 16px;
	font-family: Georgia, Times, Verdana, Arial, Sans-Serif;
	font-weight: normal;
	color: #336699;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	}		
	
h3 a:hover {
	font-size: 16px;
	font-family: Georgia, Times, Verdana, Arial, Sans-Serif;
	font-weight: normal;
	color: #336699;
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	}	
	
/* Entry ends */	
	
/* Sidebar begins */
#sidebar {
	padding-right: 20px;
	padding-bottom: 30px;
	/*border-left: 1px dashed #ddd;*/
	}

#sidebar ul {
	list-style: none;
	padding: 10px 0 10px 5px;
	margin: 0 0 0 0px;
	font-size: 11px;
	line-height: 20px;
	}	
	
#sidebar li {
	padding: 0 0 0 0;
	}	
	
#sidebar ul li {
	padding: 0 0 0 0px;
	}	
		
#sidebar ul li ul li ul li {
	padding: 0 0 0 0;
	}		
		
#sidebar h2 {
	font-size: 18px;
	font-family: Georgia, Times, Verdana, Arial, Sans-Serif;
	font-weight: normal;
	color: #fff;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 0px;
	margin: 0px;
	background: url('images/sidebar_h2_bg.jpg') no-repeat;
	}	
	
#sidebar a:link {
	font-size: 11px;
	color: #336699;
	text-decoration: none;
	}	
	
#sidebar a:visited {
	font-size: 11px;
	color: #336699;
	text-decoration: none;
	}	
	
#sidebar a:hover {
	font-size: 11px;
	color: #336699;
	text-decoration: underline;
	}	
	
.result_body {
	width: 180px;
	}	
	
/* Sidebar ends */	
	
/* Leftcolumn begins */
#kommande {
	width: 200px;
	padding-left: 10px;
	padding-top: 10px;
	line-height: 18px;
	}
	
#kommande h2 {
	font-size: 18px;
	font-family: Georgia, Times, Verdana, Arial, Sans-Serif;
	font-weight: normal;
	color: #fff;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 0px;
	margin: 0px;
	background: url('images/sidebar_h2_bg.jpg') no-repeat;
	}	
	
#kommande ul {
	padding: 10px 0 0 10px; /* första: toppen px | andra: höger px | tredje: botten px | fjärde: vänster px | PS. Tänk klockan DS. */
	margin: 0px;
	list-style: none;
	}	
	
#kommande a:link {
	padding: 0 0 0 10px;
	color: #336699;
	text-decoration: none;
	}
	
#kommande a:visited {
	padding: 0 0 0 10px;
	color: #336699;
	text-decoration: none;
	}
	
#kommande a:hover {
	padding: 0 0 0 10px;
	color: #336699;
	text-decoration: underline;
	}	
	
.guestbook {
	padding: 0 0 0 30px;
	font-size: 11px;
	}

.guestbook a:link {
	color: #336699;
	text-decoration: none;
	}

.guestbook a:visited {
	color: #336699;
	text-decoration: none;
	}

.guestbook a:hover {
	color: #336699;
	text-decoration: underline;
	}	
	
/* Leftcolumn ends */

/* Navigation begins */
.navigation {
	width: 460px;
	padding: 10px 0 20px 0;
	}

.navigation a:link {
	font-size: 12px;
	color: #336699;
	text-decoration: none;
	}
	
.navigation a:visited {
	font-size: 12px;
	color: #336699;
	text-decoration: none;
	}

.navigation a:hover {
	font-size: 12px;
	color: #336699;
	text-decoration: underline;
	}	
	
.alignleft {
	float: left;
	}
	
.alignright {
	float: right;
	}
/* Navigation ends */

/* Header Right begins */
.snabb_knappar {
	width: 270px;
	height: 90px;
	padding: 10px 0 0 20px;
	}

.search_form {
	width: 270px;
	height: 50px;
	padding: 0 0 0 20px;
	color: #fff;
	}
/* Header right ends */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.user_photo { /* MAX WIDTH 50px på bilden */
	float: left;
	padding: 0 5px 0 10px;
	}	
/* End Images */

/* Comments begins */
#commentform textarea {
	width: 460px;
	overflow: auto;
	}

#respond a:link {
	color: #336699;
	text-decoration: none;
	}

#respond a:visited {
	color: #336699;
	text-decoration: none;
	}	
	
#respond a:hover {
	color: #336699;
	text-decoration: underline;
	}	
	
ol.commentlist {
	list-style: none;
	}
	
ol.commentlist li {
	list-style: none;
	padding: 10px;
	}
	
ol.commentlist li.alt { /* nåt med första reply på första kommentarern */

	}

ol.commentlist li.bypostauthor { /* vet ej än, antagligen med oregistrerade användares kommentarer */
	
	}

ol.commentlist li.byuser {
	background: #fff; /* täcker hela commentblocket */
	}

ol.commentlist li.comment-author-admin {
	
	}

ol.commentlist li.comment { /* texten i kommentaren */
	color: #333;
	border-bottom: 1px dashed #ddd;
	}

ol.commentlist li.comment div.comment-author { /* text: användarnamn skriver: */
	color: #333;
	}

ol.commentlist li.comment div.vcard { /* bakgrunden till text: användarnamn skriver: */
	font-size: 11px;
	}

ol.commentlist li.comment div.vcard cite.fn { /* användarnamn bakgrund ev. text formatering */
	font-size: 16px;
	font-family: Georgia, Times, Verdana, Arial, Sans-Serif;
	font-weight: normal;
	color: #1e2546;
	}

ol.commentlist li.comment div.vcard cite.fn a.url { /* vet ej än */
	
	}

ol.commentlist li.comment div.vcard img.avatar { /* avatar formatering */
	border: 3px solid #d3d3d3;
	float: right;
	}

ol.commentlist li.comment div.vcard img.avatar-32 { /* avatar formatering */
	padding: 1px;
	}

ol.commentlist li.comment div.vcard img.photo { /* antagligen om folk kan lägga in egna bilder */
	border: 3px solid #d3d3d3;
	float: right;
	padding: 1px;
	}

ol.commentlist li.comment div.vcard span.says { /* bara ordet "skriver:" formatering */
	
	}

ol.commentlist li.comment div.commentmetadata { /* bakgrund och textformatering för metadata */
	font-size: 10px;
	}

ol.commentlist li.comment div.comment-meta {}

ol.commentlist li.comment div.comment-meta a {
	color: #336699;
	text-decoration: none;
	}

ol.commentlist li.comment em, p, em, strong, blockquote, ul, ol, {
	
	} 
	
ol.commentlist li.comment blockquote {
	background: #dfdfcc url("images/quote.jpg") no-repeat;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	}
	
ol.commentlist li.comment a:link {
	color: #336699;
	text-decoration: none;
	}

ol.commentlist li.comment a:visited {
	color: #336699;
	text-decoration: none;
	}	

ol.commentlist li.comment a:hover {
	color: #336699;
	text-decoration: underline;
	}	
	
ol.commentlist li.comment div.reply { /* text och bakgrundsformatering för "Svara" */
	padding: 5px;
	text-align: left;
	/*background: #eaeaea*/
	}

ol.commentlist li.comment div.reply a { /* länktext och bakgrundsformatering för "Svara" */
	font-size: 11px;
	padding: 5px;
	color: #336699;
	text-decoration: none;
	background: #eaeaea;
	}

ol.commentlist li.comment div.reply a:hover {
	padding: 5px;
	color: #336699;
	text-decoration: underline;
	width: 60px;
	background: #eaeaea;
	}	
	
ol.commentlist li.comment ul.children {}
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 {
	border-left: 3px solid #555; 
	}

ol.commentlist li.comment ul.children li.depth-3 {
	border-left: 3px solid #999; 
	}

ol.commentlist li.comment ul.children li.depth-4 {
	border-left: 3px solid #bbb;
	}


ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}

ol.commentlist li.even {}

ol.commentlist li.odd {
	background: #f6f6f6;
	}

ol.commentlist li.parent {}

ol.commentlist li.pingback {}
ol.commentlist li.pingback div.comment-author {}
ol.commentlist li.pingback div.vcard {}
ol.commentlist li.pingback div.vcard cite.fn {}
ol.commentlist li.pingback div.vcard cite.fn a.url {}
ol.commentlist li.pingback div.vcard span.says {}
ol.commentlist li.pingback div.commentmetadata {}
ol.commentlist li.pingback div.comment-meta {}
ol.commentlist li.pingback div.comment-meta a {}
ol.commentlist li.pingback * {} - (p, em, strong, blockquote, ul, ol, etc.)
ol.commentlist li.pingback div.reply {}
ol.commentlist li.pingback div.reply a {}
ol.commentlist li.pingback ul.children {}
ol.commentlist li.pingback ul.children li {}
ol.commentlist li.pingback ul.children li.alt {}
ol.commentlist li.pingback ul.children li.bypostauthor {}
ol.commentlist li.pingback ul.children li.byuser {}
ol.commentlist li.pingback ul.children li.comment {}
ol.commentlist li.pingback ul.children li.comment-author-admin {}
ol.commentlist li.pingback ul.children li.depth-2 {}
ol.commentlist li.pingback ul.children li.depth-3 {}
ol.commentlist li.pingback ul.children li.depth-4 {}
ol.commentlist li.pingback ul.children li.depth-5 {}
ol.commentlist li.pingback ul.children li.odd {}
ol.commentlist li.thread-alt {}
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

























	
	
	
	
	