/*********************************************
	STYLES FOR BROWSER
	1. Developer, this is the individual 
	   css file for a web browser
	2. Please keep your code CLEAN. 
	3. Bring over ANY custom tags. 
	4. Make SURE to test the "Big 5" Browsers:
		-- IE7, IE8 - A MUST! 
		-- Firefox
		-- Chrome
		-- Safari
		-- Opera
*********************************************/
html, body{
	margin:0;
	padding:0;
}

body { /* Use both the px/em variable */
	font: 11px/1.3em Verdana, Geneva, sans-serif; 
	color: #000;
	background:#e4c093 url(/images/bg2.jpg) center top no-repeat;
}

		
a { /* default link styles*/
	color:#3397cd;
	text-decoration: none;
}
	
	a:hover{
		color:#F8A608;
		text-decoration: underline;
	}

.wrapper{ /* This is where you would change by default. A SAFE width is 320px */
	width: 1000px;
	margin:0 auto;
	position:relative;
}


/*********************************************
	STANDARD TAGS:
	These are our standard tags. YOU MUST
	USE THESE TO HAVE THE SITE WORK PROPERLY
	WITH MOBILE AND DEFAULT CSS
	1) .header
	2) .main-nav -- located in nav.css
	3) h1, h2, h3, h4, h5
	4) .breadcrumbs
	5) .content
		-- .col-1
		-- .col-2 
		-- .col-3
		-- Make more if needed.
	6) .footer
*********************************************/

.header { 
	z-index: 10;
	position: relative;
	margin:10px 0;
}

.header-title{
	background:url(/images/title-master.jpg);
	background-repeat:no-repeat;
}

.header-title{text-indent:-9999px; height:42px; margin:0 0 10px 0; }


/* graphic page titles */
h1.resort{background-position:0 0; width:264px;}
h1.news{background-position:0 -50px; width:325px;}
h1.arts{background-position:0 -100px; width:505px;}
h1.sports{background-position:0 -150px; width:475px;}
h1.local{background-position:0 -200px; width:243px;}
h1.forum{background-position:0 -250px; width:245px;}
h1.thanks{background-position:0 -300px; width:245px;}
h1.sitemap{background-position:0 -350px; width:190px;}
h1.contact{background-position:0 -400px; width:270px;}
h1.welcome{background-position:0 -450px; width:500px;}
h1.add{background-position:0 -500px; width:265px;}
h1.meet{background-position:0 -550px; width:440px;}
h1.advertise2{background-position:0 -600px; width:235px;}
h1.blogs{background-position:0 -650px; width:142px;}


.main-title{
	height:32px;
	background:#f68f07;
	margin:0 0 7px 0;
}


h2 {
	color:#3397cd;
	font-size:20px;
	margin:5px 0 0 0;
}

h2 a:hover{
	text-decoration:none;
}

h3, h4, h5 { /* Format as you need, use em's */
}

.breadcrumbs { /* Format as you need with your a tags, etc. */
	color: #3397cd;
	margin: 0 0 0 10px;
	font-size:8px;
	position:absolute;
	left:0;
	top:-4px;
	font-weight:normal;
}

.breadcrumbs a{
	color:#3397cd;
	text-transform:uppercase;
	
}

.content { /* Format as you need. Use em's where you can to keep consistent */
	background: #d8f1fc;
	position: relative;
	z-index: 9;
	font-family:Helvetica, Arial, sans-serif !important;
	line-height:16px !important;;
}

.inner-content{
	overflow:hidden; /* for equal height columns */
}

/* for equal height columns */
.col{
	float:left;
	margin-bottom:-3000px;
	padding-bottom:3000px;
}

	.col-1 { 
		width: 600px;
		float: left;
		border-right:1px solid #a4ddf8;
		padding:0 10px 0 0;
	}
	
	.col-2 { 
		width: 359px;
		padding:0 0 0 10px;
		float: right;
	}
	
	.content-box{
		background:#ffffff;
		border:1px solid #a4ddf8;
		margin:0 0 10px 0;
		color:#333333;
	}
	
	.content-box span{
		font-family:Helvetica, Arial, sans-serif !important;
		line-height:16px !important;
		font-size:11px !important; 
		color:#333333 !important;
	}
	
	
	.col-3 { 
		width: 100px;
		float: left;
	}
	
.footer { /* Format as you need. Set width if not contained in wrapper */
	background:#D1F1FE url(/images/bg-footer.jpg) repeat-x;
	margin:20px 0 20px 0;
	font-size:10px;
}
	.footer a {
		color: #3397cd;
		text-decoration: none;
	}
	
	.footer a:hover {
		color: #F8A608;
		text-decoration: underline;
	}
	
.footer-nav{
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	margin:10px 0 0 30px;
	color: #3397cd;
}

.footer-nav ul{
	list-style:none;
	padding:0;
	margin:0;
}

.enews input{
	font-size:10px;
}
.enews{
	margin:30px 0px 0 30px;
	border-left:1px dotted #067cbe;	
	border-right:1px dotted #067cbe;
	padding:0 40px;
	width:330px;
	min-height:120px;
  	height:auto !important;
  	height:120px;

}

.copy{
	margin:5px auto 10px auto;
	width:350px;
	color: #3397cd;
	text-align:center;
	color:#ffffff;
}

.copy a{
	color:#ffffff;
}
		
.footer-icons .link{
	background:url(/images/icon-set.png);
	display:block;
	float:left;
	margin:5px 5px 15px 0;
	width:32px;
	height:32px;
}

.fb{
	background-position:top left !important;
}

.tw{
	background-position: -32px top !important;
}

.el{
	background-position:-64px top !important;
}

.bm{
	background-position:-96px top !important;
}

.sh{
	background-position:-128px top !important;
}

.main-sprite, 
.a-sprite a,
a.social{background: url(/images/sprite2.png) left top no-repeat;
}


.lower-links{
	font-size:10px;
	background:#ffffff;
	padding:15px;
	
}

.lower-links strong{
	font-size:12px;
	font-weight:bold;
}

.lower-links strong a{
	color:#000000;
}

.lower-links ul{
	list-style:none;
	padding:0;
	margin:5px 0 10px 0;
}


/* Here is the explore network area */ 
	.hold-explore {
		width: 374px;
		height: 162px;
		background-position: -168px -660px;
		display: block;
	}
	
		.explore { float: left; height: 162px; display: block;  }
		.explore a{
			width: 174px;
			text-indent: -9999px;
			display: block; 
			float: left;
		}
	
		/* The links inside */
		a.oc { height: 74px;  margin: 32px 0 0 9px; background-position: -177px -368px; }
		a:hover.oc { background-position: -177px -530px; }
			
		a.hotels { height: 34px; margin: 6px 0 0 9px; background-position: -177px -448px; }
		a:hover.hotels {background-position: -177px -610px; }
			
		a.vacation { height: 34px;  margin: 32px 0 0 0; background-position: -357px -368px; }
		a:hover.vacation { background-position: -357px -530px; }
			
		a.mobile { height: 34px;  margin: 6px 0 0 0; background-position: -357px -408px; }
		a:hover.mobile { background-position: -357px -570px; }
			
		a.free {  height: 34px;  margin: 6px 0 0 0; background-position: -357px -448px; }
		a:hover.free { background-position: -357px -610px; }
			
			
		/* The membership network */
		.network-top {
			width: 375px;
			height: 30px;
			background: url(/images/ocean-city-membership.png) left top no-repeat;
			margin: 10px 0 0 0;
		}
		
		.network-mid {
			width: 355px;
			background: #4997df;	
			padding: 10px;
			font-weight: bold;
		}
		
		.network-bot {
			width: 375px;
			height: 17px;
			display: block;
			background: url(/images/network-bot.png) left bottom no-repeat; }
		
			ul.network { list-style: none; margin: 0; padding:0; }	
			ul.network li a { color: #fff; display: block; text-decoration: none; }
			ul.network li a:hover { color: #FF9; text-decoration: underline; display: block; text-indent: 2px; }
			
			
			
			
/*******************************************
	SITE SPECIFIC FORMATTING
	1. This is where you will test and put 
	   your site specific tags. 
********************************************/


.ad-holder-header{
	float:right;
	width:728px;
}

.icons-nav{
	width:728px;
	float:right;
}

.top-nav{
	width:500px;
	float:right;
	font-size:9px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	color:#067cbe;
	text-align:right;
	font-weight:bold;
}


.top-nav a{
	color:#fff;
	margin:0 5px;
}

.top-nav a:hover{
	color:#F8A608;
}




/*******************************************
	blog post css
********************************************/

.blog-content{
	margin:0 0 10px 0;
	
}
.blog-headings{
	background:#ffeaa4;
	margin:0 0 7px 0;
	height:10px;
}

.blog-headings img{
	margin:0 0 0 30px;
	padding:0 3px;
}

.posted{
	color:#5cc0e5;
	font-size:9px;
	text-transform:uppercase;
	margin:0 0 10px 0;
	font-weight:bold;

}



.share-bar{
	border-top:10px solid #ffeaa4;
	background:#ffffff;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:10px;
	font-weight:bold;

}

.comments{
	background: #ffeaa4;
	padding: 6px 10px;
	float:right;
	color:#F8A608;
}

.comments a{
	color:#F8A608;
}

.share-bar .link{
	background:url(/images/share-icons.jpg);
	display:block;
	float:left;
	margin:5px 5px 3px 0;
	width:16px;
	height:16px;
}

.face{
	background-position:top left !important;
}

.digg{
	background-position: -16px top !important;
}

.stum{
	background-position:-32px top !important;
}

.redd{
	background-position:-48px top !important;
}

.twit{
	background-position:-64px top !important;
}

.mail{
	background-position:-80px top !important;
}

.prin{
	background-position:-96px top !important;
}

.shar{
	background-position:-112px top !important;
}





.post-image{
	height:150px;
	width:150px;
	float:left;
	margin:5px 0;
}

.post-short{
	width:425px;
	float:right;
}

.post-wide{
	width:585px;
	float:left;
}

.end{
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}

.space{
	margin:20px 0;
}








/***********side bar css************/
.col-2 .content-box{
	margin:0 0 20px 0;
}
.side-header{
	border-bottom:#ceebfa solid 3px;

	padding: 0 0 6px 0;
	text-align:center;
}

.right-ad-box{
	text-align:center;
	margin: 0 0 20px 0;
	
}

.right-ad-box img{
	border:1px solid #a4ddf8;
}

.col-2 input{
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
}