/*
Theme Name: The Themepod
Description: Travel Site WordPress Theme
Author: ChiQ Montes
Author URI: http://www.wpthemedesigner.com/
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	color: #333333;
	background-color:#FFFFFF;
	
	}
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	width: 980px;
	margin: auto auto;
	text-align: left;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	
}
	#header ul {
		font-size:14px;
list-style-type:none;
margin-top:40px;
width:700px;
			}
		#header ul li {
			float: left;
			text-transform: uppercase;
			font-weight: bold;
			font-size: 0.9em;
			padding-left: 1px;
			background: url(images/divider.gif) no-repeat 0 center;
		}
			#header ul li.f {
				background: none;
			}
		#header ul li a {
			
			display: block;
			padding: 6px 15px;
		}
			#header ul li.f a {
				padding-left: 0;
				color:#CC0000;
			}
	#header .logo {
		clear: both;
		float: left;
		margin-left:48px;
margin-top:24px;
	}
		#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 **/

#login {
width:278px;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FDFDFD none repeat scroll 0 0;
border:1px solid #F1F1F1;
margin:15px 10px;
padding:5px 10px 20px;
}
/** BEGIN content **/
#content {
	clear: both;
	width: 600px;
	float: left;
	border: 0px solid #E4E4D7;
	background-color: #ffffff;
	
	margin-bottom: 40px;
}
	#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 {
			text-decoration: none;
			color:#CC0000;
			font-size:18px;
			border-bottom:1px solid #EBEBEB;
			color:#CC0000;
		font-family:Georgia,"Times New Roman",Times,serif;
		}
		#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: 10px;
			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: #889800;
				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: #889800;
				font-weight: bold;
				font-size: 0.9em;
				margin: 0 2px 2px;
			}
			
/** END content **/
#nav {
	position: absolute;
	clear: both;	
	margin: 0; padding: 0;		
	height: 35px;
	margin-left:68px;
	left: 0;	top: 35px;	
	z-index: 99999;
}
#nav ul {
	float: left;
	list-style: none;
	width: 900px;		
	height: 35px;
	text-transform: uppercase;
	margin: 0;	padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	float: left;
	margin: 0;
	padding: 0 10px;
	font: bold 15px/35px "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: -0.3px;
	color: #000000;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #CC0000;
	background: none;
	border: none;
}
#nav ul li#current a {
	color: #CC0000;
}

/** BEGIN sidebar **/
#sidebar {
	width: 270px;
	float: right;
	padding-bottom: 40px;
}
	#sidebar h2 {
		background-color: #889800;
		font-size: 0.9em;
		
		color: #ffffff;
		padding: 5px 10px;
		margin-bottom: 8px;
	}
	#sidebar ul {
		list-style-type: none;
		border: 5px solid #E4E4D7;
		background-color: #ffffff;
		padding: 12px;
		margin-bottom: 10px;
	}
		#sidebar ul li {
			padding: 2px 0;
			line-height: 1.4em;
		}
		#sidebar ul li a {
			color: #68645A;
		}
	#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 td {
border:1px solid #EDEDED;
padding-left:11px;
padding-right:11px;
}
	#sidebar form {
		width: 260px; height: 29px;
		margin-bottom: 10px;
		height:85px;
	}
		#sidebar form input {
			
			margin: 4px 3px 4px 2px;
			font-size: 1.3em;
			font-family: Arial;
			background:#FFFFFF none repeat scroll 0 0;
border-color:#D4D4D4 #EBEBEB #EBEBEB #D4D4D4;
border-style:solid;
border-width:1px;
			
		}
		
		#sidebar input , select{
		color:#CC0000;
font-family:Verdana,sans-serif;
font-size:1em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding:4px; }
		#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;
			
		}
	#sidebar .tags {
		border: 5px solid #E4E4D7;
		margin-bottom: 10px;
		padding: 10px;
		background-color: #ffffff;
	}
		#sidebar .tags a {
			color: #808080;
		}
		#sidebar .tags a:hover {
			color: #889800;
			text-decoration: underline;
		}
	#sidebar .l {
		float: left;
	}
	#sidebar .r {
		float: right;
	}
	#sidebar .l h2, #sidebar .r h2 {
		background-color: transparent;
		padding: 0;
		color: #CC0000;
		font-size: 1.3em;
	}
	#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: 2.3em;
			background:transparent url(images/dots.gif) repeat-x scroll left bottom;
			
			
		}
		#sidebar .l ul li a, #sidebar .r ul li a {
			
		}
		#sidebar .l ul li a:hover, #sidebar .r ul li a:hover {
			color: #cc0000;
		}
		.style5 {
color:#000000;
font-size:12px;
}
.style4 {
color:#000000;
}
#sidebar ul.sidemenu li a {
background-color:transparent;
background-image:none;
border:medium none;
color:#000000;
font-family:"Trebuchet MS",Tahoma,Helvetica,Arial,Sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
}
#sidebar ul.sidemenu li a span {
color:#989898;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:0.8em;
font-style:italic;
font-weight:normal;
}
/** END sidebar **/

/** BEGIN footer **/
/* footer */
#footer-wrap {
	position: relative;
	clear: both;
	padding: 1em 0 2.5em 0;
	margin-top: 30px;
	font: normal 1em 'Trebuchet MS', Tahoma, sans-serif;
	background: #ECF8FE;
	color: #777;
	width: 900px;
	float: left;
	background-color: #FFFFFF;
}
#footer-wrap h3 {
	font: normal 1.6em/1.6em 'Trebuchet MS', Tahoma, sans-serif;
	text-transform: none;
	letter-spacing: 0;
	margin-left: 0;	
	color: #666666;	
}
#footer-content {	
	margin: 0 auto;		
	width: 880px;
	text-align: left;	
}
#footer-content a{
		color: #CC0000;
		}
#footer-content a:hover{
		color: #CC0000;
		text-decoration:none;
		border-bottom:1px dotted #CC0000;
	}
#footer-content ul.col-list {
	background: url(dots.gif) repeat-x left top;
	list-style: none;
	margin: 5px 0 0 5px; padding: 0;	
	width: 98%;
}
#footer-content ul.col-list li {
	background: url(dots.gif) repeat-x left bottom;
}
#footer-content ul.col-list li a {
	display: block;
	line-height: 2em;
	font-weight: bold;
	padding: 4px 0 4px 8px;
	width: 98%;	
	color: #777;
	border: none;
}
#footer-content ul.col-list li a:hover {
	color: #333;
	text-decoration: none;
}
#footer-content ul.col-list li a span {
	color: #989898;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer-content .col {
	width: 280px;
	padding: 0 0 30px 0;			
	display: inline;
}
#footer-content .space-sep {
	margin-right: 12px;
}
#footer-content .col2 {
	width: 285px;
	padding: 0 0 30px 0;	
	display: inline;	
}


/** 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;
}
/** END wordpress 2.7 comments **/

