/*
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: 11px Tahoma;
	color: #808074;
	background: #1F4C00 url(images/bg.jpg) repeat-x center 0px;
}
a {
	text-decoration: none;
	color: #3333cc;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.social {
	float: left;
	margin:4px 5px 5px 2px;
        display:block;
}
.alignleft {
	float: left;
	margin:10px 20px 15px 0px;
        display:block;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
display: block;
margin:0 auto;
vertical-align:middle;
}
.aligncenter p {
text-align:center;
}
.aligncenter img{
margin:10px auto 10px;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	width: 1006px;
	margin: 0 auto;
	text-align: left;
	background: transparent url(images/shading.png) repeat-y fixed center 0px;
}
/** END wrapper **/

/** BEGIN header **/
#header {
    background: url(images/header.png) no-repeat center 0;
    width: 1006px;
    height:218px;
    margin: 0 auto;	
}
	
	#header .logo {
		clear: both;
		float: left;

	}
		#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;
	}

#header .nav_buttons ul li.current_page_item a
{
color: #3333CC;
}

#header .nav_buttons ul li.current_page_item ul a {color: White;}
#header .nav_buttons ul li.current_page_item ul a:hover {color: #3333CC;}

#header .nav_buttons {
   float:left;
   width:100%;
   position:absolute;
}
#header .nav_buttons ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:117px 0 0 20px;

   text-align:left;
}

#header .nav_buttons ul ul {
    padding: 4px;
    margin: 8px 0 0 0px;
    background-color: #92BC27;
    border: 1px solid white;
    border-top: 1px solid #333333;
    position: absolute;
    display: none;
    top: 24px;
    }

#header .nav_buttons ul li:hover ul {display: block;}

#header .nav_buttons ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position: relative;
}


#header .nav_buttons ul ul li {display: block; float: none; }

#header .nav_buttons ul li a {
   display:block;
   margin:0 0 0 1px;
   padding:3px 54px 13px 0;
   color:#fff;
   text-decoration:none;
   font: 15px Tahoma;
   font-weight: bold;
}

#header .nav_buttons ul ul li a {
    padding: 4px;
    font-size: 13px;
    line-height: 140%;
    color: White;
    display:block;
    }
    
#header .nav_buttons ul li a:hover {
   color:#3333CC;
  
}



/** END header **/

/** BEGIN content **/
.content .bloghead {
    width: 688px;
    background: transparent url(images/header_bar.png) no-repeat scroll 0 0;
    float:right;
    height:34px;
    padding:11px 0 0;
}
.content, #content {
	width: 688px;
	float: right;
	margin: 0px 0 30px 0;
        padding: 0 20px 0 0;
}
	.content .post, #content .post {
		clear: both;
                background: #fff; 
                padding: 20px;
	}
           .content .post_bottom, .details {
		clear: both;
                background: transparent url(images/content_bg.png) no-repeat scroll bottom left; 
                height: 35px;
                width: 688px;
                margin: -15px 0 40px 0;
	   }
		 .post a {
			text-decoration: underline;
                        color: #3333cc;
		}
               .content  h2 {
                        font-size:1.6em;
                        margin: 19px 0 40px 0;
                        font-weight: normal;
                        display: inline;
		}
			.content h2 a {
				color: #fff;
				text-decoration: none;
                                padding: 0 0 0 10px;
                                text-transform: uppercase;
                                margin: 3px 0 0 0;
			}
		.date {
                        text-align: right;
                        text-transform: uppercase;
                        color: #fff;
                        margin: -17px 20px 0 0;
		}
		.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;
	}
		.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 **/

/** BEGIN sidebar **/
#sidebar {
  float:left;
  margin: 0 0 20px 20px;
  width:260px;
}
.blogroll, #sidebar ul{
  background: transparent url(images/sidebar_bg.png) no-repeat scroll bottom right;
  margin: 0 0 30px 0;
  padding: 10px 10px 15px 10px;
}



.blogroll li, #sidebar ul li{
    list-style-type:none;
    background: url(images/golfball.png) no-repeat;
    background-position: left;
    font-size: 14px;
    color: #BFBFAE;
    list-style-position: inside;
    padding: 4px 0 8px 30px;
}
.blogroll li a, #sidebar ul li a{
    font-size: 14px;
    color: #BFBFAE;
    text-decoration:underline;
}
.linklist{
  font-size: 14px;
  line-height:24px; 
  margin: 10px 0 10px 20px;
}
.linklist a{
  text-decoration:underline; 
  font-size: 14px;
  color: #808074;
}
.textwidget{
  background: transparent url(images/sidebar_bg.png) no-repeat scroll bottom right;
  margin: 0 0 30px 0;
  padding: 10px;
}

#sidebar {color: #BFBFAE;}

	#sidebar h2 {
		font-size: 14px;
		text-transform: uppercase;
		color: #ffffff;
		padding: 10px 0 0 83px;
	}
            #sidebar .links_head{
                background: transparent url(images/link_bar.png) no-repeat scroll 0 0;
                height: 35px
	}
            #sidebar .links_head h2{
                text-align: left !important;
	}
	
		#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: #889800;
			text-decoration: underline;
		}
	#sidebar .l {
		float: left;
	}
	#sidebar .r {
		float: right;
	}
	#sidebar .l h2, #sidebar .r h2 {
		background-color: transparent;
		padding: 0;
		color: #889800;
		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: #889800;
		}
/** END sidebar **/

/** BEGIN miscellaneous **/
#comments {
	margin: 50px 0 0 0;
}
	#comments h2 {
		margin: 20px 0 5px;
		font-size: 1.5em;
		color: #fff;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#comments form {
		padding-top: 20px;
	}
	#comments form p {
		margin: 5px 0 5px 0;
                color: #fff;
	}
		#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:0px;
}

/** 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;
                background: #fff;
	}
	#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;
}

/** BEGIN footer **/
#footer {
   clear:both;
   color:#FFFFFF;
   text-align:center;
}
	#footer a {
		color: #ffffff;
		text-decoration: underline;
	}
	#footer_left {
		float: left;
                height:30px;
                margin:-20px 0 0 0;
                padding:0;
                text-align:left;
                width:450px;
	}
	#footer_right {

                float: right;
                height:30px;
                margin:-20px 0 0 0;
                padding:0 20px 0 0;
                text-align:right;
                width:450px;
	}
	#footer p {
		padding: 0 20px 10px;
		font-family: Arial;
	}
/** END footer **/