/*
Theme Name: Travel Myrtle Beach
Theme URI: http://ellev.com
Description: Theme for travel website.
Version: 1.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,th/*,td*/ { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
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:"Times New Roman", Times, serif;
	font-size:16px;
	width: 100%;
	display: table;
}

#wrapper {
	width: 978px;
	margin:0 auto;
}

#header {
	width: 100%;
	height: 236px;
}

.header_cell {
	width: 244px;
	float:left;
}

#nav {
	width: 978px; /* the nav end caps + suckerfishnav width = this */
	margin: 0 auto;
	/*border: 1px #FF0000 solid;*/
}
#sub_nav {
	width: 948px;
	margin: 0 auto;
	margin-top:-4px;
}

#sub_nav_content {
	height: 20px;
	float:left;
	width:918px;
	background: url(images/sub_nav_bg.png) repeat-x top;
}

#sub_nav_content a {
	font-family:Arial, Helvetica, sans-serif;
	/*line-height: 125%;*/
	font-size:14px;
	color: #fff;
	text-decoration: none;
	margin-right: 20px;
}

#sub_nav_content a:hover {
	text-decoration:underline;
}


#adsense {
	width: 976px;
	height: 60px;
}

#nav_clear {
	width: 976px;
	height: 60px;
}

#left_column { 
	width:713px;
	float:left;
	/*background: #FFFFFF;*/
}

#left_column li {
list-style:circle;
}

#container_left { 
	width:349px;
	float:left;
}

#container_left_inner {
	padding:15px;
	text-align:justify;
}

#container_middle {
	width:349px;
	margin-left:15px;
	float:left;
}

#container_middle_inner {
	padding:15px;
	text-align:justify;
}

#right_column { 
	float:left;
	margin-left:15px;
	padding-top:15px;
	width:250px;
}

#right_column_adsense {
	float:right;
	padding-bottom:15px;
}
#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: #143B7C;
	width: 100%;
	min-height:118px;
	display: table;
	color:#FFFFFF;

}

#footer_container {
	width: 978px;
	margin:90px auto;

}

.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:#216892;
	color:#fff;
	padding:5px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	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: #FFDDB0;
}

.footer_cell a {
	font-weight:bold;
	color:#FFFFFF;
}

.footer_cell a:hover {
	color:#FFDDB0;
}


.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 ======================================================================= */
/* FEATURED CONTENT SLIDER STYLES */

#slide_wrapper{
width: 713px;
border: 1px solid #ABD7F2;
margin-bottom: 32px;
float:left;
}

#slider {
margin: 0 auto;
position: relative;
}

.scroll {
width: 713px;
overflow: auto;
overflow-x: hidden;
position: relative;
/*background: #0e0e0e;*/
}

.scrollContainer div.panel {
padding: 16px;
width: 713px;
}

.format_text.featured_media{
margin-right: 16px;
float: left;
}

.format_text.featured_media a img{
/*width: 240px;
height: 192px;*/
}

.format_text.featured_text{
/*font-size: 16px;*/
float: left;
width: 455px;
text-align:justify;
/*border:1px #003399 solid;*/
}

.format_text.featured_text div.format_text.entry-content p{
margin-bottom: 0;
padding-bottom: 0;
}

#shade {
/*background: #000;*/
height: 94px;
border-top: 1px solid #ABD7F2;
}

#shade.tall-shade {
/*background: #000;*/
height: 192px;
border-top: 1px solid #ABD7F2;
}

ul.navigation {
list-style: none;
margin: 0;
padding: 0;
padding-bottom: 14px;
}

ul.navigation li {
display: inline;
margin-right: 13px;
}

ul.navigation a {
padding: 14px;
color: #000;
text-decoration: none;
float: left;
/*font-size: 20px;*/
}

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: 21px;
text-align: center;
display:none;
}

img.scroller-thumb {
padding: 5px 6px;
border: 2px solid #ABD7F2;
/*width: 13.3em;*/
}

img.scroller-thumb-big {
padding: 5px 6px;
border: 2px solid #ABD7F2;
}

a.selected img.scroller-thumb {
}

h2.entry-title, h2.entry-title a {
	text-transform: uppercase;
	text-decoration:none;
	/*font-size: 2em;*/
	}

.entry-title.format_text.entry-content h3 {
	margin: 0;
	padding: 0;
	/*font-size: 1.1em;*/
	border-bottom: none;
	}

.entry-title h3 a.subtitle {
	color: #ddd;
	}

.entry-title a {
	color: #246E9D;
	}

.entry-title a:hover {
	color: #FFDDB0;
	text-decoration:underline;
	}

/* === End Slider ===================================================================== */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

