/*
Theme Name: The Themepod
Description: Travel Site WordPress Theme
Author: ChiQ Montes
Author URI: http://www.wpthemedesigner.com/
*/

* {
	margin: 0; padding: 0;
}
li {
 list-style: none;
}

ul {
 list-style: none;
}
body {
	text-align: center;
	font: 12px Verdana;
	color: #808074;
	background: #ce6106;
}
a {
	text-decoration: none;
	color: #889800;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 0px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	width: 1250px;
	margin-left:0px;
		margin-top:0px;
		position:relative;
	text-align: left;
}
/** END wrapper **/

/** BEGIN header **/
#header {     
		position: absolute;
    width:385px;
		right:0px;
		z-index:9999;
		top:5px;
 
 
	}
	#header ul {
		list-style-type: none;
	}
		#header ul li {
			float: left;
			text-transform: uppercase;
			font-weight: bold;
			font-size: 0.8em;
			padding-left: 0px;
			background: url(images/divider.gif) no-repeat 0 center;
		}
			#header ul li.f {
				background: none;
			}
		#header ul li a {
			color: #ffffff;
			display: block;
			padding: 6px 8px;
		}
			#header ul li.f a {
				padding-left: 0;
			}
	#header .logo {
		clear: both;
		float: left;
		padding: 25px 0 20px;
	}
		#header .logo h1 {
			font-size: 2.8em;
		}
			#header .logo h1 a {
				color: #A2A254;
			}
			#header .logo h1 a:hover {
				text-decoration: none;
			}
		#header .logo p {
			text-transform: uppercase;
			font-weight: bold;
			font-size: 1.1em;
			padding: 2px 0 0 5px;
		}
	#header .ad468x60 {
		float: right;
		padding: 25px 0 20px;
	}
/** END header **/

/** BEGIN content **/
#content {
	clear: both;
	width: 900px;
	float: left;
	position:relative;
	padding: 0px;
	margin-top: 0px;
}
#content2 {
	width: 350px;
	float: right;
	position:relative;
	padding: 0px;
	margin-top: 0px;
}  
	#content .post {
		clear: both;
		padding-bottom: 40px;
	}
		#content .post a {
			text-decoration: underline;
		}
		#content .post h2 {
			font-size: 2em;
			font-family: Georgia;
			margin-bottom: 5px;
		}
			#content .post h2 a {
				color: #808074;
				text-decoration: none;
			}
		#content .post .date {
			font-family: Arial;
		}
		#content .post p {
			line-height: 1.4em;
			margin-bottom: 15px;
		}
		#content .post ul, #content .post ol {
			list-style-position: inside;
			margin-bottom: 15px;
		}
		#content .post li {
			line-height: 1.4em;
		}
		#content .post blockquote {
			line-height: 1.4em;
			margin-bottom: 15px;
			padding: 10px 10px 0;
			background-color: #eeeeee;
			border-width: 1px 0;
			border-color: #e0e0e0;
			border-style: solid;
		}
		#content .post h3, #content .post h4, #content .post h5, #content .post h5 {
			font-size: 1.4em;
			margin-bottom: 5px;
		}
		#content .post .details {
			padding-top: 0px;
			font-family: Arial;
			clear: both;
		}
			#content .post .details p {
				margin-bottom: 5px;
			}
	#content .postnav {
		clear: both;
		padding: 20px 0;
	}
		#content .postnav ul {
			list-style-type: none;
			border: 0 !important;
		}
			#content .postnav ul li {
				float: left;
			}
			#content .postnav ul li a {
				display: block;
				padding: 5px 8px;
				color: #ffffff;
				background-color: #000000;
				font-weight: bold;
				font-size: 0.9em;
				margin: 2px;
				border: 0 !important;
			}
			#content .postnav ul li a:hover {
				background-color: #808074;
				text-decoration: none;
			}
			#content .postnav .page_info {
				padding: 5px 8px;
				color: #ffffff;
				background-color: #000000;
				font-weight: bold;
				font-size: 0.9em;
				margin: 0 2px 2px;
			}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 240px;
	float: right;
	margin-top:50px;
	padding-bottom: 40px;
}
	#sidebar h2 {
		background-color: #000000;
		font-size: 0.9em;
		text-transform: uppercase;
		color: #ffffff;
		padding: 5px 10px;
		margin-bottom: 8px;
	}
	#sidebar ul {
		list-style-type: none;
		border: 5px solid #b45303;
		background-color: #ffffff;
		padding: 12px;
		margin-bottom: 10px;
	}
		#sidebar ul li {
			padding: 2px 0;
			 list-style: none;
			line-height: 1.4em;
		}
		#sidebar ul li a {
			color: #000000;
			 list-style: none;
		}
	#sidebar .flickr {
		border: 5px solid #E4E4D7;
		background-color: #ffffff;
		padding: 5px;
		margin-bottom: 10px;
	}
	#sidebar .video {
		border: 5px solid #E4E4D7;
		background-color: #ffffff;
		padding: 5px;
		margin-bottom: 10px;
		width: 250px;
		overflow: hidden;
	}
	#sidebar form {
		width: 260px; height: 29px;
		background: url(images/search.gif) no-repeat 0 0;
		border: 5px solid #E4E4D7;
		margin-bottom: 10px;
	}
		#sidebar form input {
			border: 0;
			margin: 4px 3px 4px 2px;
			font-size: 1.3em;
			font-family: Arial;
			float: left;
			width: 188px;
		}
		#sidebar form button {
			border: 0;
			float: left;
			height: 29px;
			font-size: 1em;
			font-family: Verdana;
			font-weight: bold;
			font-size: 0.9em;
			color: #ffffff;
			width: 67px;
			background-color: transparent;
		}
	#sidebar .tags {
		border: 5px solid #E4E4D7;
		margin-bottom: 10px;
		padding: 10px;
		background-color: #ffffff;
	}
		#sidebar .tags a {
			color: #808080;
		}
		#sidebar .tags a:hover {
			color: #ffffff;
			text-decoration: underline;
		}
	#sidebar .l {
		float: left;
	}
	#sidebar .r {
		float: right;
	}
	#sidebar .l h2, #sidebar .r h2 {
		background-color: transparent;
		padding: 0;
		color: #ffffff;
		font-size: 1em;
	}
	#sidebar .l ul, #sidebar .r ul {
		padding: 0;
		border: 0;
		background-color: transparent;
		margin-bottom: 15px;
	}
		#sidebar .l ul li, #sidebar .r ul li {
			font-size: 0.9em;
			padding: 4px;
			line-height: 1.4em;
		}
		#sidebar .l ul li a, #sidebar .r ul li a {
			
		}
		#sidebar .l ul li a:hover, #sidebar .r ul li a:hover {
			color: #ffffff;
		}
/** END sidebar **/

/** BEGIN footer **/
/*#footer {
	clear: both;
	background-color: #889800;
	text-align: center;
	color: #ffffff;
}
	#footer a {
		color: #ffffff;
		text-decoration: underline;
	}
	#footer div {
		width: 980px;
		margin: auto auto;
		text-align: left;
		padding: 20px 0;
	}
	#footer p {
		padding: 0 20px 10px;
		font-family: Arial;
	}
/** END footer **/

/** BEGIN miscellaneous **/
#comments {
	
}
	#comments h2 {
		margin: 20px 0 5px;
		font-size: 1.3em;
		
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#comments form {
		padding-top: 20px;
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input {
			margin-right: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 260px;
			border: 1px solid #cccccc;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		#comments form button {
			border: 1px solid #a0a0a0;
			font-size: 1em;
			font-family: Verdana;
			padding: 2px 6px;
no-repeat 0 0;
			width: 150px; height: 34px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
h2.title {
	font-size: 1em !important;
	text-transform: uppercase;
	padding-bottom: 20px;
	color: #808080;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}
/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments ol li {
		padding: 10px;
		border: 1px solid #e0e0e0;
		margin-bottom: 10px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 10px 0 20px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #cccccc;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
#comments .says {
	display: none;
}
#Layer-3 {  
 	background:url(performing.jpg) no-repeat;
	left: 0px;
	margin-top: 0px;
	width: 900px;
	height: 442px;
	z-index: 3;
}
#Layer-gallery {
	left: 0px;
	top: 0px;
	width: 900px;
	height: 442px;
	z-index: 3;
}
#gallery {  
	position:absolute;
	left: 0px;
	top: 0px;
	width: 619px;
	height: 442px;
	z-index: 3;

}

#Layer-32 {  
 	background:url(performing.jpg) no-repeat;
	left: 0px;
	margin-top: 0px;
	width: 900px;
	height: 442px;
	z-index: 3;

}
.layer3pic {  
	margin-top: 65px;
	margin-left: 6px;
}
#Layer-5 {
	position: absolute;
	background:url(Layer-5.png) no-repeat;
	left: 0px;
	top: 0px;
	width: 900px;
	height: 445px;
	z-index: 200;
}
#Layer-5-2 {
	position: absolute;
	background:url(Layer-4-2.png) no-repeat;
	left: 0px;
	top: 0px;
	width: 900px;
	height: 445px;
	z-index: 200;
}
#Layer-0 {
	left: 0px;
	top: 0px;
	width: 900px;
	height: 445px;
	z-index: 200;
}
#Layer-00 {
	left: 0px;
	top: 0px;
	width: 900px;
	height: 395px;
	z-index: 200;
}
#video {
	left: 0px;
	top: 0px;
	height: 445px;
}


    #player4 {
	position: absolute;
	top: 305px;
	left: 300px;
	z-index: 100;
	width: 360px;
	height: 73px;
	font-size: 22px;
	color: #FFC616;
}
    #flashPlayer {
	position: absolute;
	top: 50px;
	left: 675px;
	z-index: 100;
	width: 250px;
}

#player3 {
	position: absolute;
	top: 520px;
	left: 1px;
	z-index: 100;
	width: 900px;
	height: 51px;
}
#player {
	position: absolute;
	top: 380px;
	left: 665px;
	z-index: 100;
	width: 312px;
	height: 73px;
}
#press {
	position: absolute;
	background:url(press-bg.png) no-repeat;
	top:100px;
	right: 130px;
	z-index: 100;
	width: 254px;
}
#press ul{
list-style:none;
width:205px;
}
#press li{
margin-bottom:-3px;

}
/*#icons{
	position: absolute;
	top: 35px;
	left: 685px;
	z-index: 9999;
	width:315px;
 	text-align:left;
}
#icons ul{
list-style:none;
}
#icons li{
list-style:none;
display: inline; 
width:75px;
margin:0 auto;
text-align:center;
}   */
 #album2{
	position: absolute; 
	top: 124px;
	right: 232px;
	z-index: 9999;
 	text-align:center;
}
#album2 ul{
list-style:none;

}
#album2 li{
list-style:none;
display: inline;
margin-top:0px; 
margin-left:-5px;
 	text-align:right;
} 
 #album{
	position: absolute; 
	top: 100px;
	right: 30px;
	z-index: 9999;
 	text-align:center;
}
#buy-icons ul{
list-style:none;

}
#album li{
list-style:none;
display: inline;
margin-top:0px; 
margin-left:-5px;
 	text-align:right;
} 
.album{
margin-left:8px;
} 
#buy-icons{
 	background:url(line.png) no-repeat;
	position: absolute; 
	bottom: 18px;
	left: 0px;
	z-index: 9999;
  padding-top:5px;
 	text-align:left;
}
#buy-icons ul{
list-style:none;
}
#buy-icons li{
list-style:none;
display: inline; 
width:200px;
margin:0 auto;
text-align:center;
} 
.buy-icons{
margin-left:40px;
} 
#buy-icons2{
 	background:url(line.png) no-repeat;
  padding-top:5px;
 	text-align:left;
}
#buy-icons2 ul{
list-style:none;
}
#buy-icons2 li{
list-style:none;
display: inline; 
width:200px;
margin:0 auto;
text-align:center;
} 
.buy-icons{
margin-left:40px;
} 
  

#player2 {
	position: absolute;
	top: 300px;
	left: 0px;
	z-index: 400;
	width: 350px;
	height: 167px;
}
#bio{
color:white;
font-size:1.3em;
font-family: Arial;
}
#Layer-2 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 648px;
	height: 492px;
	z-index: 2;
}
#contact-form {
	position: absolute;
	right: 40px;
	top: 166px;
	width: 300px;
	height: 450px;
	z-index: 2;
	color:black;
}
.contact-submit {
margin-top:3px;
}



/* Footer */

#footer {
	clear: both;
	width: 850px;
	margin: 0 auto;
	padding: 100px 0 0 0;
	overflow: auto;
}

#footer p {
	padding: 20px 0 0 0;
	background: url(images/img4.gif) repeat-x;
	text-align: center;
	color: #8A8A8A;
}
 #jukebox{
	position: fixed;
	bottom: 0px;
	right:0px;
	height: 78px;
	width: 73px;
}

#footer-fixed {
	width: 100%;
	position: fixed;
	z-index: 5;
	bottom: 0px;
	left:0px;
	min-width: 1024px;
    _width: 1024px; /* This property is only read by IE6, which gives a fixed width */
	background:url(hover.gif) top left repeat-x;
	height: 30px;
}
#footer-container {
	width: 100%;
	position:relative;
	}

#details{
	padding: 0px;
	margin-top: 0px;
	margin-right:0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}
#details li{
	display: block;
	float: left;
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: 0.7em;
	color:white;
	padding-left: 1em;
}
#details a {
	text-decoration:underline;
}
#details a:hover {
	text-decoration:underline;
}
.right{
	position:absolute;
	right:0px;
	margin-bottom: 5em;
 	text-align:right;
}
#flash{
	position:absolute;
	right:0;
	float:right;
	height:30px;
	}
	#bachplayer{
		z-index: 6;
	}

.white{
	color:#FFF;
	}
#icons{
	float:right;
	width:300px;
	margin-left:30px;
	height:30px;
	padding-top:1px;
 	text-align:left;
}
.icon{
	width:30px;
	height:30px;}
	
#counter-container{
	float:right;
	background: url(visitor.png);
	width:270px;
	margin-top:5px;
	height:20px;
}
#counter{
	float:right;
	width:133px;
	height:20px;

}

#counter-header{
	float:right;
	width:150px;
	margin-top:5px;
	height:20px;

}
