/* Begin Typography & Colors */
body {
	font-size: 75%; /* Resets 1em to 10px */
	height:100%;
	}

#page {
	text-align: left;
	}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-image:url("images/sidebarbg.png");
}
.thread-even {
	background-image:url("images/homesidebarbg.png");
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
	
.post small{
	color:#777777;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

h1, h2, h3 {
	font-family: "Droid Serif", Georgia, Times, Serif;
	font-weight: normal;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 23px;
	}
.post h2{
	font-size:30px;
}

h2.pagetitle {
	font-size: 2.1em;
	color:#ececec;
	}
	


#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #a39f84;
	
	}

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;
	
	font-family:"Droid Serif", Georgia,Times,serif;
	
	}
	


.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.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;
	}

a {
	color: #f0efe5;
	}

a:hover, h2 a:hover, h3 a:hover {
	color: #ffffff;
	text-decoration: none;
}


a.whitelink,a.whitelink:visited,a.whitelink:active{
	color:#ffffff;
	text-decoration:underline;
	font-weight:bold;
}

a.whitelink:hover{
	text-decoration:none;
}

#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;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}
/*
#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}


#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}
	*/

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

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

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



.post hr{
	display: block;
	color:#444444;
	height:1px;
	background-color:#444444;
	border:0 none;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 0px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



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

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

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

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar 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 {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



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

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

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

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

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

#commentform p {
	margin: 5px 0;
	}

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

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


/* 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;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.pagenavigation {
	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 */

















a{
	outline:none;
}

#container{
	width:992px;
	margin-left:0;
	margin-right:auto;
	background-image:url("images/header.jpg");
	background-repeat:no-repeat;
	background-position:top left;
}

#navbar{
	height:67px;
}

#socialicons{
	padding-left:59px;
}

#pagecontent{
	padding:10px;
	padding-top:14px;
	text-align:left;
}

#leftcolumn{
	float:left;
	width:677px;
	margin-right:11px;
}
#rightcolumn{
	width:280px;
	float:left;
}

.corner{
	padding: 10px;
}

.sidebar{
	padding:14px;
	margin-bottom:11px;
}

/*  postmetadiv  (Comments(?) | Share)   */
.postmetadiv{
	
}
.postmetadiv a{
	color:#ececec;
	font-size:12px;
	text-decoration:underline;
}
.postmetadiv a:hover{
	text-decoration:none;
}

 a.addthis_button_compact, a:visited.addthis_button_compact, a:hover.addthis_button_compact, a:active.addthis_button_compact{
	color:#222222;
}








/*  Tour Dates / Shows styling */
.show{
	padding:10px;
	background-image:url("images/homesidebarbg.png");
	margin-bottom:6px;
	line-height:20px;
}
.show2{
	margin-bottom:12px;
	margin-top:12px;
	background-image:url("images/sidebarbg.png");
}
.showdetails{
	margin-top:-5px;
	padding:5px;
	padding-bottom:15px;
	background-image:url("images/sidebarbg.png");
	display:none;
}
.showdate{
	font-size:14px;
}
.showcity{
	font-size:15px;
	color:#d2d0c3;
}









/* Twitter Juitter Styling */
.juitterAvatar{
	border:2px solid #ec6d78;
	width:31px;
	height:31px;
}

.tweetheader, .tweetheader2{
	margin-top:20px;
	margin-bottom:6px;
	font-size:16px;
}
	span.tweetheader{
		color:#a39f84
	}
	span.tweetheader2{
		color:#c6c5c1;
	}

.tweet {

  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #f1f0f0; }
  
  .tweet .tweet_list {
    -webkit-border-radius: 0em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: none; }
    .tweet .tweet_list li {
      overflow: auto;
      padding: 0em;
      padding-top: 0.9em;
      text-align:left; }
      .tweet .tweet_list li.tweet_first{
		padding: 0em;
      }
      .tweet .tweet_list li a {
        color: #98947b;
        font-weight:bold;
        text-decoration:underline; }
      .tweet .tweet_list li a:hover{
		color:#ffffff;
      }
    .tweet .tweet_list .tweet_even {
      background-color: none; }
    .tweet .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; }
    .tweet .tweet_list .tweet_avatar img{
      width:31px;
      height:31px;
      border:1px solid #6c685b;
      vertical-align: middle; }





/* Email Sign up box */
.sidebarheader{
	font-size:18px;
	color:#a39f84;
	font-family: "Droid Serif", Georgia, Times, serif;
	text-align:center;
	margin-bottom:9px;
}

.subscriberollover{
width:90px;height:24px;background-image:url(images/subscribesprite.png);background-repeat:no-repeat;background-attachment:scroll;background-position:0 0;display:block;
}
.subscriberollover:hover{
	background-position:0px -24px;
}

.emaillabel{
	color:#dddcda;
	font-size:11.3px;
}
.submittd{
padding-top:3px;
padding-bottom:3px;
}







/* Flickr Photos */
.flickrphoto{
	padding-right:1px;
	padding-bottom:1px;
}
.thumbs{
	text-align:center;
}

#tinybox {position:absolute; display:none; padding:10px; background:#fff url(images/preload.gif) no-repeat 50% 50%; border:10px solid #444444; z-index:2000}
#tinymask {position:absolute; display:none; top:0; left:0; height:100%; width:100%; background:#000; z-index:1500}
#tinycontent {background:#000}

.photobox{
	width:530px;
	height:393px;
	overflow:hidden;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.photobox .imgbox{
	width:500px;
	height:333px;
	overflow:hidden;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}





#logos{
	margin-top:20px;
	padding-left:30px;
}
#logos div{
	margin-top:8px;
	float:left;
}
#logos div.ord{
	margin-right:15px;
	margin-top:12px;
}




































body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	background-image:url(images/bg.jpg);
	background-position:top left;
	background-attachment:scroll;
	background-repeat:repeat;
}
body,td,th {
	font-family: "Droid Serif", Georgia, Times, serif;
	font-size: 12px;
	color: #a39f84;
}

.posttext{
	color:#f0efe5;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#page{
	margin-right:auto;
	margin-left:0;
	margin-top:0px;
}

#container{
	height:470px;
}

#headertext{
	display:none;
}

#topad{
	height:219px;
	padding-top:23px;
	width:970px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
}

#logotitle{
	padding-left:9px;
	padding-top:316px;
}

/* Navigation Links */
.nl{
	float:left;
	background-image:url("images/ns.png");
	background-repeat:no-repeat;
	height:31px;
	margin-top:23px;
}
.nl a img{
	width:100%;
	height:100%;
	display:block;
	}
	#nav_home{
		width:58px;
		float:left;
		margin-top:21px;
	}

	#nav_news{
		width:97px;
		background-position:0px 0px;
	}
		#nav_news:hover{
			background-position:0px -50px;
		}

	#nav_blog{
		width:90px;
		background-position:11px -100px;
	}
		#nav_blog:hover{
			background-position:11px -150px;
		}
		
	#nav_tourdates{
		width:190px;
		background-position:11px -200px;
	}
		#nav_tourdates:hover{
			background-position:11px -250px;
		}
		
	#nav_media{
		width:116px;
		background-position:12px -300px;
	}
		#nav_media:hover{
			background-position:12px -350px;
		}
		
	#nav_contact{
		width:145px;
		background-position:13px -400px;
	}
		#nav_contact:hover{
			background-position:13px -450px;
		}
		
	#nav_store{
		width:105px;
		background-position:13px -500px;
	}
		#nav_store:hover{
			background-position:13px -550px;
		}
		
/* Credit Logos */
.cl{
	float:right;
	background-image:url("images/credits.png");
	background-repeat:no-repeat;
	height:43px;
}
	.cl a img{
		width:100%;
		height:100%;
		display:block;
	}
	#credit_ord{
		background-position:0px 0px;
		width:121px;
		height:43px;
		margin-top:10px;
		margin-right:25px;
	}
	#credit_ord:hover{
		background-position:0px -50px;
	}
	
	#credit_bec{
		background-position:0px -100px;
		width:50px;
		height:43px;
	}
	
	#credit_bec:hover{
		background-position:0px -150px;
	}
	
/* Continue Reading */
.continuereading{
	width:162px;
	height:40px;
	float:left;
	background-image:url("images/continue.png");
	background-repeat:no-repeat;
	background-position:top left;
}	
	.continuereading a img{
		height:100%;
		width:100%;
		display:block;
	}
	
	.continuereading:hover{
		background-position:0px -50px;
	}
	
/* Comments Link */
a.commentlink{
	text-decoration:none;
	height:18px;
}
a.commentlink img{
	vertical-align:middle;
}
span.commentlink1{
	text-decoration:underline;
	font-size:14px;
	color:#a29a7b;
}
span.commentlink2{
	text-decoration:underline;
	font-size:14px;
	color:#c0b99d;
}
span.commentlink1:hover,span.commentlink2:hover{
	color:#ffffff;
}

#body{
	margin-left:0;
	margin-right:auto;
	background-image:url(images/homesidebartop.png);
	background-repeat:repeat-x;
	background-position:top left;
}
#page{
	background-image:url(images/topbg.png);
	background-repeat:repeat-x;
	background-position:top left;
}

#navbar a{
	outline:none;
}

#footer{
	height:129px;
	background-image:url(images/footerbg.png);
	background-position:top left;
	background-repeat:repeat-x;
}
	#footer table{
		height:129px;
		width:925px;
		margin-left:59px;
	}
	
	div.footernav a:link,div.footernav a:active,div.footernav a:visited{
		text-decoration:none;
		font-size:18px;
		color:#8a877c;
		margin-right:6px;
	}
	div.footernav a:visited{
		text-decoration:underline;
	}
	div.footernav a:hover{
		text-decoration:underline;
		color:#ffffff;
	}

	
	#copyright{
		font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
		font-size:12px;
		color:#525046;
		margin-top:5px;
	}
.padmain{
	padding-top:44px;
}
.padsidebar{
	padding:20px;
}
#box_sidebar{
	background-image:url(images/sidebarbg.png);
	background-position:top left;
	background-repeat:repeat;
	width:245px;
	min-height:1000px;
	margin-left:739px;
}
	#box_sidebar form {
		margin: 0;
	}
	.sidepad{
		text-align:center;
		padding-left:10px;
		padding-right:10px;
	}
	
	#box_tweets, #box_updates, #box_facebook, #box_flickr{
		margin-top:30px;
	}
	#box_facebook{
		height:268px;
	}
	#box_tweets div.boxheader a{
		text-decoration:none;
	}
	
	#box_updates{
		height:33px;
		background-image:url(images/receivebg.png);
		background-position: top left;
		background-repeat:no-repeat;
		text-align:center;
	}
		#box_updates span{
			line-height:28px;
		}
		
		#box_updates a:hover{
			color:#ffffff;
		}


#home_column_left{
	width:400px;
	position:absolute;
	left:59px;
}

#home_column_right{
	position:absolute;
	left:494px;
	width:245px;
	background-image:url(images/homesidebarbg.png);
	min-height:800px;
}
#home_sidebar_top{
	height:43px;
	background-image:url(images/homesidebartop.png);
	background-repeat:repeat-x;
}
#box_sidebar_top{
	height:43px;
	background-image:url(images/homesidebartop.png);
	background-repeat:repeat-x;
}

#box_blog{
	margin-bottom:50px;
	margin-top:44px;
}

#box_news{
	margin-bottom:50px;
}

#box_upcomingtour{
	margin-bottom:50px;
}

.boxcontent{
}
.boxheader{
	font-size:18px;
	color:#dcdcdc;
	margin-bottom:9px;
}

.post .boxheader{ font-size:19px; }





.news .entry{
	margin-bottom:30px;
	margin-top:10px;
	line-height:20px;
}

.news .entry a, .newsrss a{
	text-decoration:underline;
}
.news .entry a:hover, .newsrss a:hover{
	text-decoration:none;
}

.posted_date{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#e0dece;
	padding:7px;
	margin-bottom:11px;
	margin-top:7px;
	border-top:1px solid #5a574a;
	background-image:url("images/underposted.png");
}

.news_date{
	color:#cfcdc2;
	font-size:15px;
	margin-top:44px;
}
	.news_date.home{
		margin-top:16px;
	}
	.news_date.first{
		margin-top:0;
	}
.news_link a{
	color:#a39f84;
	font-size:14px;
	text-decoration:underline;
}
	.news_link a:hover{
		color:#ffffff;
	}


#home_box_ad, #box_sidebar_ad{
	margin-bottom:27px;
}

#home_box_flickr{
	margin-bottom:27px;
}

	#home_box_flickr .header{
		font-size:18px;
		text-align:center;
		color:#a39f84;
		margin-bottom:9px;
	}

	#home_box_flickr .thumbs{
		margin-bottom:9px;
	}

	#home_box_flickr .link, #box_updates a{
		text-align:center;
		font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
		font-size:13px;
	}
		#home_box_flickr .link a{color:#f0efe5;}
		#home_box_flickr .link a:hover{color:#ffffff;}

#box_main{
	position:absolute;
	left:59px;
	width:641px;
}

.post .entry{
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:14px;
	color:#f0efe5;
	line-height:20px;
}
.post .entry.page strong{
	color:#f7f7f7;
	font-size:14px;
}
.post .entry.page{
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:13px;
	color:#A39F84;
	line-height:20px;
}



#dsq-content input{
	color:#f7f7f7;
}

.dsq-trackback-url{
	width:280px;
	font-size:11px;
}
