/* CSS for Myrtle Beach Online Stories */

body  {
	margin: 0;
	padding: 0;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	background-color: #eeeeee;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}


#wrapper {
	margin-top: 15px;
}

a:link {
	color: #1b75bb;
	text-decoration: none;
}
a:visited {
	color: #1b75bb;
	text-decoration: none;
}
a:hover {
	color: #3b2314;
	text-decoration: underline;
}

ul { list-style: none; }

img { border: none; }

.clear { clear: both; }

{ outline: none; }

#pagecontainer {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 1100px;
	background-color: #FFFFFF;
}



#header {
	background-image: url(http://media.thesunnews.com/static/MBO/layout_graphics/logo_bar.gif);
	width: 1100px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	height: 90px;
	background-repeat: no-repeat;
}

#content_wrap {
	width: 1100px;
	float: left;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: right;
}

#contentarea {
	width: 1075px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
}


#primarycontent {
	width: 670px;
	padding-top: 0px;
	float: left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}

#mbo_footer {
	color: #FFFFFF;
	height: 90px;
	clear: both;
	background-image: url(http://media.thesunnews.com/static/MBO/layout_graphics/bottom_bar4.gif);
	background-repeat: repeat-x;
	padding-top: 10px;
	text-align: center;
	width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
#mbo_footer li {
	display: inline;
}
#mbo_footer li a {
	color: #FFF;
	text-decoration: none;
	display: inline;
	padding: 3px;
}
#mbo_footer li a:hover, #footer li a:active {
	color: #FFFF99;
	text-decoration:none;
	padding: 3px;
}

#secondarycontent {
	width: 305px;
	float: right;
	margin-bottom: 20px;
	overflow: hidden;
}

#weatherHeader {
	width: 300px;
	border-bottom: 1px dotted #000000;
	color: #000000;
	margin-bottom: 10px;
}
#weather {
	height: 250px;
	width: 300px;
	margin-bottom: 15px;
}
#topTen {
	margin-bottom: 5px;
	width: 275px;
	color: #666666;
	font: 8pt/11pt Verdana, Arial, Helvetica, sans-serif;
	padding-right: 25px;
	margin-right: 15px;
}
.topVacations a:link {
	color: #007FC3;
	font-size: 9pt;
	line-height: 11pt;
	font-weight: bold;
	text-decoration: none;
	list-style: none;
} .topVacations a:hover {
    color: #8BAC2D;
	font-size: 9pt;
	line-height: 11pt;
	font-weight: bold;
	text-decoration: none;
	list-style: none;
}

h1 {
	font-size:22px;
	color: #337C9C;
	line-height: normal;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	font-family: "Georgia", Times New Roman, Times, serif;
}


h2 {
	font-size:18px;
	color: #555555;
	line-height: normal;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	font-family: "Georgia", Times New Roman, Times, serif;
}

h3 {
	font-size:14px;
	color: #000000;
	line-height: normal;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	font-family: "Georgia", Times New Roman, Times, serif;
}

h4 {
	font-size:12px;
	color: #000000;
	line-height: normal;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	font-family: "Georgia", Times New Roman, Times, serif;
}

.advertisement {
	margin-bottom: 15px;
}


div.image img,div.image_highlight img {
	float: left;
	margin: 0 10px 0 0;
}

.bigcontent {
	margin: 0 0 10px;
	width: 670px;
}

#primarycontent .left_half {
	overflow:hidden;
	width: 420px;
	margin-top: 10px;
	padding-right: 0px;
	float: left;
}

#primarycontent .right_half {
	overflow:hidden;
	width: 220px;
	float: right;
	margin-top: 10px;
	margin-bottom: 0px;
}

/************************************* navigation bar */

#tooltip {
	height:0px;
	position:absolute;
	display: none;
}

#tooltip img{
	position: relative;
	z-index: 100;
	top:-40px;
	left: 565px;
}

#menu {
	margin-bottom: 0px;
	padding-bottom:0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 670px;
	float: left;
	margin-top: 2px;
	margin-left: 15px;
	background-color: #FFF;
}


#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}

#menu ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#menu ul.main {
	margin:0;	
	padding: 0;	
	width:100%;	
	background:none;
}


#menu ul.main li a {
	display: block;
	color: #444444;
	text-decoration: none;
	border-bottom: 4px solid #FFF;
	border-top: 4px solid #FFF;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: 3px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}

#menu ul.main li a.h {	
	margin-left: 2px;
}

#menu ul.main li a#l {	
	margin-right:2px;
}


#menu ul.main li a:hover {
	margin-bottom: 4px;
	border-bottom: 4px solid #337C9C;
	border-top: 4px solid #337C9C;
	color: #337C9C;
}

#menu ul.main li a.hx {	
	margin-left: 2px;
	margin-bottom: 4px;
	border-bottom: 4px solid #52add5;
	color: #52add5;
}

/************************************* end navigation bar */


/* These are standard sIFR styles... do not modify */



.sIFR-flash {

	visibility: visible !important;

	margin: 0;

}



.sIFR-replaced {

	visibility: visible !important;

}



span.sIFR-alternate {

	position: absolute;

	left: 0;

	top: 0;

	width: 0;

	height: 0;

	display: block;

	overflow: hidden;

}



/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */

.sIFR-flash + div[adblocktab=true] {

  display: none !important;

}



/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h2.sifrheader {

visibility: hidden;

line-height:29px;

padding-bottom:2px;

}



/************************************* Top Nav Bar menu */

.sIFR-hasFlash #topnav #menu ul.main li p.sifrnavbar {

visibility: hidden;

font-size:14px;

line-height:17px;

letter-spacing: 0px;

/* display: inline; */

margin: 0;

padding-bottom:0px;

}

#topnav #menu .sIFR-flash {

	margin: 0 3px 0 3px;

}

.sIFR-hasFlash #topnav #menu ul.main li p.f {

/* margin: 0 3px 0 0; */

}

.sIFR-hasFlash #topnav #menu ul.main li p.l {

/* margin: 0 0 0 3px; */

}

.sIFR-hasFlash #topnav #menu ul.main li p.seedo_navbar {

/* font-size:11px; */

}

/* END ************************************ Top Nav Bar menu */



/************************************* Clear Fix */

div:after,

.cf:after { content: "."; display: block; height: 0;  clear: both; visibility: hidden;  }

div,

.cf {  display: inline-table;  }

div,

.cf {  display: inline-block;  }



/* Hides from IE-mac \*/

* html div,

* html .cf { height: 1%;  }

div,

.cf { display: block;  }



/************************************* Clear Fix Ends */



#bigcontent {
	width: 670px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.image {
	float: left;
	margin-right: 7px;
	margin-bottom: 4px;
}


#bizfinderGL {
	margin-top: 15px;
	float: right;
	clear: both;
	width: 295px;
	margin-right: 10px;
}

#col2 {
	background-color: #FFFFFF;
	width: 670px;
	float: left;
}

#links {
	text-align: right;
}

.image thumbnail {
	float: left;
	margin-right: 2px;
	margin-bottom: 5px;
}

.trailer {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 3px;
}

.link_list {
	width: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
}

.leaderboard {
	padding-top:5px;
	padding-bottom:5px;
}
#close_window {
	color: #FFCC00;
	float: left;
	padding-left: 35px;
}


.sociallinks { float:right; margin-right:20px; }

/*** cci classes */
.bold {font-weight:bold;
}

.italic {font-style:italic;
}

.l_category {
    font-size:18px;
	color: #555555;
	line-height: normal;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	font-family: "Georgia", Times New Roman, Times, serif;
}
.l_category_sub {
    font-size:14px;
	color: #000000;
	line-height: normal;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	font-family: "Georgia", Times New Roman, Times, serif;
}

.subhead {
    font-size:14px;
	color: #000000;
	line-height: normal;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	font-family: "Georgia", Times New Roman, Times, serif;
}
