/*
Theme Name: Freelance Theme 1
Theme URI: http://ideaanarchy.com
Description: A WordPress Framework for Idea Anarchy Sites
Version: 1
Author: J. D. Bentley
Author URI: http://ideaanarchy.com
Tags: clean, basic, framework
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";


/*  Basic Page Settings */

body{
	font-family: Helvetica, Arial, sans-serif;
	color: #151515;
	background: #fefef2 url(style/images/bg.jpg) no-repeat top center;
	margin-top: 100px;
}

fieldset{
	padding:20px;
	border:thin solid #151515;
	margin-bottom:30px;
}

legend{
	font-size:1.3em;
	font-weight: bold;
}

.pricebox{
	float: left;
	text-align: center;
}

.pricebox{
	padding: 20px;
	width: 150px;
	height: 60px;
	border: thin solid #8f8f8f;
	background-color: #efefef;
	font-size: 4.0em;
	margin-top: 40px;
	float: left;
	text-align: center;
	
}

.subdetails{
	float: right;
	padding-left: 50px;
	width: 450px;
	margin-top: -100px;
}

.detailtext{
	font-size: 0.7em;
	line-height: 1.8em;
}

.clear{
	clear: both;
}

a, a:visited{
	color: #151515;
}

a:hover{
	color: #978c7f;
}

#page-wrap{
	margin: 0 auto;
	width: 960px;
	padding: 20px;
}

/* ---------------------------------------------------- */



/* Header */

#header{
	width: 920px;
	height: 100px;
	padding: 20px;
}

#header img{
	float:left;
}

#header h1{
	float: left;
	font-size: 1.8em;
	margin-top: 40px;
}

#header h1 a, #header h1 a:visited{
	text-decoration: none;
	color: #978c7f;
}

#header h1 a:hover{
	color: #151515;
}

#header p{
	float: right;
	margin-top: 30px;
	font-size: 1.3em;
	text-transform: lowercase;
	display: none;
}

/* ---------------------------------------------------- */



/* Navigation */

#nav{
	background: #151515 url(style/images/gradient-bg.jpg) repeat-x;
	width: 930px;
	height: 10px;
	padding: 15px;
	font-size: 1.2em;
	text-transform:lowercase;
	margin-top:80px;
}

#nav ul{
	margin-top: -5px;
}

#nav ul li{
	display: inline;
	margin-right: 40px;
}

#nav ul li a, #nav ul li a:visited{
	text-decoration: none;
	color: #ffffff;
}

#nav ul li a:hover{
	color: #777777;
}

/* ----------------------------------------------------- */


/*  Homepage */

#featured-image1{
	width: 638px;
	height:295px;
	float:left;
	background: transparent url(style/images/featuredimage.jpg) no-repeat;
	padding: 0px;
	margin-top: 0px;
}

#featured-image2{
	width: 638px;
	height:295px;
	float:left;
	background: transparent url(style/images/levivideopromo.jpg) no-repeat;
	padding: 0px;
	margin-top: 0px;
}

#carousel{
	z-index: 999;
}

#featured-text{
	margin-top: -295px;
	width: 282px;
	float:right;
	height: 274px;
	background: transparent url(style/images/newsletterbg.jpg) repeat-x;
	color:#151515;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	text-align: right;
	font-size: 0.8em;
	border-right: thin solid #959595;
	border-bottom: thin solid #959595;
}

.input-group input{
	float: right;
}

#featured-text h3{
	font-size: 2.0em;
}

#featured-text p{
	text-align: justify;
	font-size: 0.8em;
}

#featured-content{
	background-color: transparent;
	min-height: 130px;
	padding: 20px;
	margin-top: 10px;
	float:left;
}

#featured-content h3{
	font-size: 1.8em;
	margin-bottom: 10px;
}

#featured-content p{
	text-align: justify;
	font-size: 0.8em;
}

#featured-left{
	float:left;
	width: 450px;
	padding-right: 30px;
	border-right: thin dotted #151515;
}

#featured-left span{
	font-size: 0.8em;
	float: right;
	margin-top: 2px;
}

#featured-left a{
	font-size: 0.9em;
}

#featured-left hr, #featured-right hr, #tour-posts-column hr{
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0px;
	background-color: transparent;
	border-bottom: thin dotted #151515;
	padding: 0px;
}

#featured-right{
	float: right;
	width: 400px;
	padding-left: 30px;
}

#featured-right span{
	float: right;
}

#linktovenue{
	font-size: 0.8em;
}

.tourpagelisting{
	float: right;
	margin-top: 15px;
}

.music-image{
	float: left;
}

.lyrics{
	float: left;
	padding-left: 20px;
}

#songlist{
	width: 220px;
}
/* Posts Column */

#posts-column{
	float:left;
	width: 650px;
	margin-top: 20px;
	background-color: #ffffff;
	padding: 20px;
	min-height: 480px;
	-webkit-border-radius:5px;
	-moz-border-radius-topleft: 5px;
}

#tour-posts-column{
	float:left;
	width: 920px;
	margin-top: 20px;
	background-color: #ffffff;
	padding: 20px;
	min-height: 480px;
	-webkit-border-radius:5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;

}

#tour-posts-column h2{
	font-size: 1.8em;
}

.left-venue{
	float: left;
 	font-size: 1.2em;
 	margin-top: 10px;
 }
 
.post{
	margin-bottom: 50px;
}

.post img{
	padding:5px;
}

.post h2{
	font-size: 1.8em;
}

.post h2 a, .post h2 a:visited{
	color: #978c7f;
	text-decoration: none;
}

.post h2 a:hover{
	color: #151515;
}

.post p{
	text-align: justify;
	margin-bottom: 10px;
	line-height: 1.4em;
	font-size: 0.8em;
}

.meta{
	height: 15px;
	background-color: transparent;
	border-top: thin solid #151515;
	border-bottom: thin solid #151515;
	padding-top: 10px;
	padding-bottom: 10px;
}

.meta-left{
	float: left;
}

.meta-right{
	float: right;
}

.post-category{
	text-transform: uppercase;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
}

.post-category a:hover{
	color: #151515;
}

#older-entries{
	float: left;
}

#newer-entries{
	float: right;
}

.forms input{
	width:400px;
	height:25px;
	background-color:#ffffff;
	border: thin solid #151515;
	font-size:1.3em;
}

.screenReader {
	left: -9999px;
	position: absolute;
	top: -9999px;
}
/* ---------------------------------------------------- */


/* Sidebar Column */

#sidebar{
	float: right;
	margin-top: 20px;
	background: #151515 url(style/images/gradient-bg.jpg) repeat-x;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-radius: 5px;
	padding: 20px;
	width: 229px;
	color:#ffffff
}

#sidebar h2{
	font-size: 1.2em;
	color: #ffffff;
	margin-top: 10px;
}

#sidebar a, #sidebar a:visited{
	margin-left: 10px;
	font-size: 0.9em;
	color:#777777;
}

#sidebar a:hover{
	color:#ffffff;
}

#sidebar img{
	margin-left: -12px;
	margin-bottom: 10px;
}

#twtr-profile-widget{
	margin-left: -3px;
}

/* --------------------------------------------------- */


/* Footer */

#footer{
	text-align: center;
	background: transparent url(style/images/gradient-bg.jpg) repeat-x;
	padding: 5px;
	margin-top: 20px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	height:20px;
}

#footer ul li{
	display: inline;
	font-size:0.8em;
	margin-right: 40px;
}

#footer ul li a, #footer ul li a:visited{
	color: #777777;
}

#footer ul li a:hover{
	color:#ffffff;
}

#footer p{
	font-size: 0.7em;
}

/* ------------------------------------------------- */