/*
Theme Name: Falkirk 2010
Theme URI: http://soundsoffalkirk.com
Description: The 2010 version of the Falkirk website.
Version: 1
Author: Tim Fullerton
Author URI: http://foryoudesign.com

*/



/* Begin Standard Styles */

*{
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	font-family: 'Helvetica', Verdana, Arial, Sans-Serif;
	color: #e5e5e5;
	background-color: #000000;
	background-image: url('images/bg.jpg');
	background-position: top;
	background-repeat: no-repeat;
}

a:link, a:visited{
	color: #67a0d8;
	text-decoration: none;
}

a:hover{
	color: #d5d5d5;
}

#page {
	background-color: #000;
	border: 1px solid #959596;
	text-align: left;
}

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

#logo {
	margin: 20px 0 0 23px;
	float: left;
}

#nav{
	margin: 45px 28px 0 0;
	padding: 0 0 0 0;
	float: right;
}

#nav ul{
	list-style-type: none;
	padding: 10px 0 0 10px;
}

#nav li{
	float: left;
	margin: 8px 15px 0 0;
	color: #dfdfdf;
	font-size: 18px;
}

#nav a:link, #nav a:visited{
	color: #f4f4f4;
	text-decoration: none;
	font-weight: bold;
}

#nav a:hover{
	text-decoration: none;
	color: #88d1ff;
}

#wrapper{
	width: 100%;
}

#container{
	width: 950px;
	margin: 0 auto;
	padding: 0;
}

#slideshow{
	margin: 15px 0 0 0;
}

#content{
	padding: 5px 0 0 0;
}

#leftCol{
	width: 500px;
	float: left;
}

#rightCol{
	width: 400px;
	height: 700px;
	background: url('images/bg_sidebar.png') repeat-y;
	background-position: center;
	float: right;
	margin: 0 0 0 15px;
	padding: 0 0 0 8px;
}

.sidebarBox{
	margin: 20px 0 0 0;
	background: url('images/bg_sidebar_box.png') repeat-y;
	height: 160px;
}

.sidebarBox .header{
	margin: 5px 0 0 5px;
}

.contentBox{
	width: 526px;
	margin: 0 0 4px 0;
}

.post-info{
	font-size: 10px;
	text-transform: uppercase;
}

.contentBox p{
font-size: 16px;
	margin: 2px 8px 8px 10px;
	line-height: 18px;
}

.contentBoxPostOptions{
	clear: both;
	height: 42px;
	background: url('images/bgFooterPost.jpg') no-repeat;
	margin: 0 0 0 10px;
	width: 518px;
}

#subContent{
	padding: 20px 5px 0 5px;
	background-image: url('images/bg_black.png');
}

#subContent .contentBoxPostOptions{
	clear: both;
	height: 42px;
	background: url('images/bgFooterPostLg.jpg') no-repeat;
	margin: 0 0 20px 0;
	width: 900px;
}

.postmeta{
	float: left;
	margin: 10px 8px 5px 8px;
}

#content .postmeta{
	float: left;
	margin: 11px 8px 5px 8px;
}

.viewAllBtn{
	float: right;
	margin: 5px 10px 0 0;
	background: url('images/btnViewEntries.jpg') no-repeat;
	width: 141px;
	height: 35px;
}

.viewAllBtn:hover{
	background: url('images/btnViewEntriesOver.jpg') no-repeat;
}

.contentBoxSmall{
	width: 260px;
	margin: 4px 4px 4px 0;
	float: left;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

h1, h2, h3 {
	font-family: 'Helvetica', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h1{
	font-size: 18px;
	text-align: left;
	color: #88d1ff;
	padding: 5px;
	margin: 1px 3px 4px 3px;
	font-weight: normal;
}
	
.contentBox h1 a:link, .contentBox h1 a:visited{
	color: #fff;
	font-weight: bold;
	background: url('images/bg_h1.png');
	padding: 8px;
	display: block;
}


h3 {
	font-size: 1.3em;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #88d1ff;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

.entry p a:visited {
	color: #b85b5a;
}

.commentlist li, #commentform input, #commentform textarea {
	font-family: 'Helvetica', Verdana, Arial, Sans-Serif;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps{
	font-size: 0.9em;
	letter-spacing: .07em;
}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

/*Homepage Styles */

#mp3{
	text-align: center;
	margin: 0 0 0 15px;
}

#twitterBox, #showBox{
	
}

#twitterBox ul, #showBox ul, #twitter-link{
 list-style-type: none;
 margin: 10px 20px 0 20px;
}

#follow a, #follow a:visited{
	padding: 0 0 0 5px;
}

#follow .links{
	margin: 10px 0 0 20px;
}

#showBox{
	font-size: 12px;
}

#showBox p{
	margin: 4px 0 0 8px;
}

#showBox .dtstart{
	float: left;
	margin: 0 5px 0 0;
}

#showsPage{
	width: 100%;
}

/* Show page styles */
#subContent .gigpress-table upcoming{
	margin: 0 0 20px 0;
}

#subContent th.gigpress-heading, #subContent tr.gigpress-tour td {
	background-color: #333;
}

#subContent span.gigpress-info-item {
	color: #f4f4f4;
	
}

#subContent .gigpress-date{
	width: 120px;
}

/* Begin Structure */

#page {
	background-color: #000;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.postmeta{
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	clear: both;
	
}

#footer-right{
	margin: 0 auto;
	width: 900px;
	text-align: right;
	padding: 0 10px 0 0;
}

#footer-right span{
	display: block;
	padding: 5px 0 0 0;
}

#footer p {
	margin: 0;
	padding: 20px;
	color: #d5d5d5;
}
/* End Structure */



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

img.centered {
	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
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

.sidebarBox ul, .sidebarBox ul ol {
	margin: 0;
	padding: 0;
}

.sidebarBox ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

.sidebarBox ul p, .sidebarBox ul select {
	margin: 5px 0 8px;
}

.sidebarBox ul ul, .sidebarBox ul ol {
	margin: 5px 0 0 10px;
	}

.sidebarBox ul ul ul, .sidebarBox ul ol {
	margin: 0 0 0 10px;
	}

ol li, .sidebarBox ul ol li {
	list-style: decimal outside;
	}

.sidebarBox ul ul li, .sidebarBox ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0px 0 10px 0;
	width: 300px;
	margin: 10px 0 0 15px;

}

#sidebar form {
	margin: 0;
}

#sidebar p, #sidebar div, #sidebar h3{
	margin: 10px 0 0 8px;
}

#sidebar div{
	font-size: 12px;
}

/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
