/*
Theme Name: Travel Myrtle Beach 2
Theme URI: http://ellev.com
Description: Theme for travel website.
Version: 2.0
Author: William Scheer
Author URI: http://ellev.com/
Tags: blue, tropic, travel, custom header, fixed width, three columns, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
/* ======= Yahoo css reset ============================================================ */
body,div,dl,dt,dd,/*ul,ol,li,*/h1,h2,h3,h4,h5,h6,img,pre,form,fieldset,input,textarea,p,blockquote,tbody/*th,td*/ { 
	margin:0;
	padding:0;
}

table {
	/*border-collapse:collapse;
	border-spacing:0;*/
	display:block;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}
/* ===== End Yahoo css reset ========================================================== */

/* ===== Structure ==================================================================== */
body {
	padding: 0;
	margin: 0;
	background: #fff url(images/main_bg.jpg) no-repeat center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	width: 100%;
	display: table;
	color:#666;
}

#wrapper {
	width: 978px;
	margin:0 auto;
}

#header {
	width: 100%;
	height: 150px;
}

.header_cell {
	width: 151px;
	float:left;
}

.header_cell_wide {
	width:676px;
	float:left;
}

#nav {
	width: 963px;
	height: 72px;
	margin: 0 auto;
	padding-left:15px;
	background:url(images/nav_bg.png) no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*border: 1px #FF0000 solid;*/
}

#pixopoint_menu1_wrapper { width:600px; float:left; }

#sub_nav {
	clear:both;
	width: 963px;
	padding-left:15px;
	margin: 0 auto;
	line-height:250%;
}

#sub_nav a {
	color: #fff;
	text-decoration:none;
	padding-right:15px;
	font-size:13px;
}

#sub_nav a:hover {
	color: #000;
}

#sub_nav_content {
	height: 20px;
	float:left;
	width:918px;
}

#sub_nav_content a {
	font-family:Arial, Helvetica, sans-serif;
	/*line-height: 125%;*/
	
	color: #fff;
	text-decoration: none;
	margin-right: 20px;
}

#sub_nav_content a:hover {
	text-decoration:underline;
}


#adsense {
	width: 976px;
	height: 60px;
}

#nav_clear {
	width: 100%;
	height: 15px;
	clear:both;
}

#left_column { 
	width:647px;
	float:left;
	/*background: #FFFFFF;*/
}

#left_column li {
list-style:none;
}

#container_left { 
	width:316px;
	float:left;
}

#container_left_inner {
	padding:15px;
	text-align:justify;
}

#container_middle {
	width:316px;
	margin-left:15px;
	float:left;
}

#container_middle_inner {
	padding:15px;
	text-align:justify;
}

#right_column { 
	float:left;
	margin-left:15px;
	width:316px;
}

#right_column_adsense {
	/*float:right;*/
	padding:15px 35px 15px 35px;
}
#adsense_page {
	float:left;
	padding: 0 15px 15px 0;
}




#footer {
	clear:both;
	padding: 0;
	margin: 0;
	/*background: url(images/footer_bg.jpg) no-repeat center top;*/
	background-color: #34A2E1;
	width: 100%;
	display: table;
	color:#FFFFFF;

}

#footer_container {
	width: 948px;
	margin:0px auto;
	padding:15px;

}

.footer_cell {
	width:296px;
	text-align:justify;
	padding:15px;
	float:left;
}

/* === End Structure ================================================================== */

/* ===== Headers ====================================================================== */
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
}

.headline {
	background-color:#34A2E1;
	color:#fff;
	padding:5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
}
.post h2 {
	/*margin-top: 15px;*/
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
h4 {}
h5 {}
h6 {}
/* === End Headers ==================================================================== */

/* ===== text ========================================================================= */
p {
	line-height:150%;
	margin-bottom: 15px;
}

a {
	color: #246E9D;
}

a:hover {
	color: #333333;
}

.footer_cell a {
	font-weight:bold;
	color:#FFFFFF;
}

.footer_cell a:hover {
	color:#333333;
}


.postmetadata {
	padding:15px 0 15px 0;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
}

.post {
	/*text-align:justify;*/

}

/* for alternating bg colors */
 .odd{background-color: #DAEBFC;}
 .even{background-color: white;}

/* === End text ======================================================================= */


/* ===== Images ======================================================================= */
.entry img {
	padding: 0 15px 15px 0;
}

#container_left_inner img, #container_middle_inner img {
	float:left;
	padding: 0 15px 15px 0;
}

.footer_cell img {
	padding: 0 23px 15px 0;
}

.floatleft {
	float:left;
}
.floatright {
	float:right;
}
/* === End Images ===================================================================== */

/* ===== Forms ======================================================================== */
input, textarea {
	border:1px #333333 solid;
	margin: 5px 5px 5px 0;
}
/* === End Forms ====================================================================== */


/* ===== Lists ======================================================================== */
/* === End Lists ====================================================================== */

/* ===== Comments ===================================================================== */
/* === End Comments =================================================================== */

/* ===== Weather ====================================================================== */
.weather_info {
	padding: 15px;
	background: url(images/weather_bg.png);
}

.weather_info img {
	float: right;
}
/* === End Weather ==================================================================== */


/* ===== Slider ======================================================================= */
#slide_wrapper{
width: 647px;
margin-top: 15px;
}

#slider {
margin: 0 auto;
position: relative;
}

.scroll {
width: 647px;
overflow: auto;
overflow-x: hidden;
position: relative;
background:#fff;
}

.scrollContainer div.panel {
padding: 15px;
width: 617px;
}

.format_text.featured_media{
margin-right: 1em;
float: left;
}

.format_text.featured_media a img{
/*width: 15em;
height: 12em;*/
}

.format_text.featured_text{
font-size: 1em;
float: left;
width: 35.5em;
}

.format_text.featured_text div.format_text.entry-content p{
margin-bottom: 0;
padding-bottom: 0;
}

#shade {
display:none;
background: #000;
height: 9em;
border-top: 1px solid #333;
}

#shade.tall-shade {
background: #000;
height: 12em;
border-top: 1px solid #333;
}

ul.navigation {
list-style: none;
margin: 0;
padding: 0;
padding-bottom: 0.9em;
}

ul.navigation li {
display: inline;
margin-right: 0.8em;
}

ul.navigation a {
padding: 0.9em;
color: #000;
text-decoration: none;
float: left;
font-size: 1.25em;
}

ul.navigation a:hover {
background: url(images/arrow_down.png) no-repeat 50% 0%;

}

ul.navigation a.selected {
background: url(images/arrow_down.png) no-repeat 50% 0%;
}

ul.navigation a:focus {
outline: none;
}

.scrollButtons {
position: absolute;
top: 130px;
cursor: pointer;
}

.scrollButtons.left {
left: -13px;
z-index: 100;
display: none;
visibility: hidden;
}

.scrollButtons.right {
right: -13px;
z-index: 101;
display: none;
visibility: hidden;
}

.hide {
display: none;
}

span.thumbtitle{
display: block;
font-size: 1.3em;
text-align: center;
display:none;
}

img.scroller-thumb{
padding: 0.3em 0.4em;
border: 0.1em solid #2b2b2b;
width: 13.3em;
}

img.scroller-thumb-big{
padding: 0.3em 0.4em;
border: 0.1em solid #2b2b2b;
}

a.selected img.scroller-thumb{
}


/* === End Slider ===================================================================== */
.entry {
	padding:15px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#orbitz {
float:left;
margin-bottom:15px;
margin-top:15px;
}
#orbitz img {
margin:0px;
padding:0px;
}
#orbitz table {
margin:0px;
}
#box1, #box2, #box3 {
margin:0px;
}

/* comments */
ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	}

.commentlist cite {
	padding: 7px;
	display:block;
	font-style:normal;
	/*background:url(http://www.yoursite.com/images/bg_comments2_cite.gif);*/
	border-top:1px solid #34A2E1;
	border-bottom:1px solid #34A2E1;
	color:#000;
	}	

.commentlist a:link, .commentlist a:visited {
	color:#000;
	}

.commentlist a:hover, .commentlist a:active {
	color:#000;
	}

.commentlist cite img {
	padding:1px;
	border:1px solid #34A2E1;
	float:left;
	margin-right:9px;
	}

.commentlist .author {
	font: small-caps bold 1.2em Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	}

.commentlist .time {
	/*background: url(http://www.yoursite.com/images/bg_clock.gif) no-repeat 1px;*/
	/*padding-left:13px;*/
	}

.commenttext {
	background: #34A2E1;
	border-top:1px solid #34A2E1;
	padding: 0 20px 10px 20px;
	color:#fafcf6;
	}
	
.ratingblock {
	clear:both;
}

#description img {
	display:none;
	}
