/* 
  SITE: Ocean-Blue-Condo.com
  AUTHOR: Quentin James
  LAST UPDATED: 05-01-2010
----------------------------------*/

/* COLORS
  HEX COLOR      	 DESCRIPTION
  
  ---MAIN COLORS---
  #FFE9B7         	Pale Orange (logo)
  #FFB537			Bright Orange (logo)
  #FFE9B7         	Sand Background Color

  ---MISC COLORS---
  
  #0A5E97			Navigation Bar Blue
  #01336F			Text Dark Blue
     
----------------------------------*/

/* TABLE OF CONTENTS
  ALL SECTIONS OF THE CSS SHOULD BE NUMBERED FOR EASY REFERENCE AND SEARCHING
  
  =01 GENERIC
  =02 HEADER
  =03 NAVIGATION
  =04 MAIN IMAGE
  =05 CONTAINER
  =06 THREE BUCKETS
  =07 FOOTER

----------------------------------*/

/* CSS STRUCTURE
  DEFINES THE ORDER OF CSS TAGS WITHIN ELEMENTS TO KEEP THINGS CONSISTENT
  
  - positioning (with coordinates) styles
  - float/clear styles
  - display/visibility styles
  - spacing (margin, padding, border) styles
  - dimensions (width, height) styles
  - typography-related (line-height, color, etc.) styles
  - miscellaneous (list-style, cursors, etc.) styles  

----------------------------------*/

/*---------------------------------
 =01 GENERIC 
 
 NOTES:
----------------------------------*/


/* PNG FIX */
 img, div { behavior: url(http://www.sky-blue-condo.com/css/iepngfix.htc) }
/* CF2007 last modified 17.04.2008  */


body {
	padding: 0px;
	margin: 0px;
	border: 0px;
 	background: url("../images/backgrounds/background_sky_blue_condo.jpg") #FFE9B7;
 	background-position: top center;
  	background-repeat: no-repeat;
}

#wrapper 
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

p
{
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, Arial, sans-serif;
	font-size: 12px;
	line-height: 150%;
	font-weight: normal;
	text-align: left;
	color: #01336F;
	padding: 10px 0px;
	margin: 0;
}


a:link
{
	color: #01336F;
	text-decoration: underline; 
}


a:visited
{
	color: #01336F;
	text-decoration: underline; 
}


a:hover
{
	color: #FFB537;
	text-decoration: underline; 
}


.clear {
	clear: both;
}


.clear_footer {
	clear: both;
}




/*---------------------------------
 =02 HEADER 
 
 NOTES:
----------------------------------*/

#header 
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 980px;
	height: 150px;
}


#header h1
{
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	color: #FFFFFF;
	padding: 50px 20px 10px 20px;
	margin: 0;
}


#header a:link
{
	color: #FFF;
	text-decoration: underline; 
}


#header a:visited
{
	color: #FFF;
	text-decoration: underline; 
}


#header a:hover
{
	color: #FFB537;
	text-decoration: underline; 
}


/*---------------------------------
 =03 NAVIGATION
 
 NOTES:
----------------------------------*/

#navigation
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 980px;
	height: 35px;
	background: url("../images/navigation/navigation_background_condo.jpg") #0A5E97;
 	background-position: top center;
  	background-repeat: repeat-x;
}


#navigation div
{
	float: left;
	padding: 0px;
	margin: 0px;
	border: 0px;
}


/*---------------------------------
 =04 MAIN IMAGE
 
 NOTES:
----------------------------------*/

#main_image
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 980px;
	height: 240px;
	background: #FFFFFF;
}


/*---------------------------------
 =05 CONTAINER
 
 NOTES:
----------------------------------*/

#container
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 980px;
	height: 100%;
	background: url("../images/container/footer_myrtle_beach_container.gif") #FFFFFF;
 	background-position: bottom center;
  	background-repeat: no-repeat;
}


#container div
{
	float: left;
	padding: 0px 5px 0px 10px;
	margin: 0px;
	width: 310px;
	background: #FFFFFF;
}


#container div.last
{
	padding: 0px 0px 0px 10px;
}

#container div.wide
{
	width: 635px;
	padding: 0px 0px 0px 10px;
}


#container div.full
{
	width: 960px;
	padding: 0px 0px 0px 10px;
}


#container h1
{
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	color: #01336F;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}


#container h2
{
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	color: #FFB537;
	padding: 10px 0px 5px 0px;
	margin: 0px;
}


#container h3
{
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	color: #01336F;
	padding: 10px 0px 5px 0px;
	margin: 0px;
}


#container h4
{
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	color: #FFF;
	background: #FFB537;
	padding: 10px;
	margin: 0px;
}


#container h5
{
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	color: #FFF;
	background: #01336F;
	width: 940px;
	padding: 10px;
	margin: 30px 0px 0px 0px;
}


#container ul
{
	padding: 10px 10px;
	margin: 0px;
}


#container li
{
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, Arial, sans-serif;
	font-size: 12px;
	line-height: 120%;
	font-weight: normal;
	text-align: left;
	color: #01336F;
	padding: 3px 0px;
	margin-left: 0.8em;
}


#container .rate_tables
{
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, Arial, sans-serif;
	font-size: 12px;
	line-height: 230%;
	font-weight: normal;
	text-align: left;
	color: #01336F;
 	border-collapse: collapse;
  	border-spacing: 0px;
  	margin-bottom: 15px;
  	margin-top: 10px;
  	width: 635px;
}


#container .rate_tables th{
	background:#01336F;
	color: #FFF;
  	padding: 3px 5px 3px 5px;
 	font-weight: bold;
  	text-align: left;
}


#container .rate_tables td{
  	border-bottom: 1px solid #01336F;
  	padding: 3px 5px 3px 5px;
  	text-align: left;
  	vertical-align: text-top;
}


#container .rate_tables tr.even{
  	background:#FFE9B7;
}


#container .rate_tables .last{
  	border-right: 0;
}




#container .rate_table
{
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, Arial, sans-serif;
	font-size: 12px;
	line-height: 150%;
	font-weight: normal;
	text-align: left;
	color: #01336F;
 	border-collapse: collapse;
  	border-spacing: 0px;
  	margin-bottom: 15px;
  	margin-top: 10px;
  	width: 635px;
}


#container .rate_table th{
	background:#01336F;
	color: #FFF;
  	padding: 3px 5px 3px 5px;
 	font-weight: bold;
  	text-align: left;
}


#container .rate_table td{
  	border-bottom: 1px solid #01336F;
  	padding: 3px 5px 3px 5px;
  	text-align: left;
  	vertical-align: text-top;
}


#container .rate_table tr.even{
  	background:#FFE9B7;
}


#container .rate_table .last{
  	border-right: 0;
}


#container img
{
	line-height: 150%;
	padding: 0px 0px 5px 0px;
}


#container form
{
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, Arial, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #01336F;
	text-decoration: none;
	padding: 10px 0px;
	margin: 0px;
	border: 0px;
}

#container label
{
	float: left;
	width: 200px;
}



#container .photo_table
{
 	border-collapse: collapse;
  	border-spacing: 0px;
  	margin-bottom: 0px;
  	margin-top: 0px;
  	width: 960px;
}


#container .photo_table td{
  	padding: 10px;
  	text-align: center;
}



/*---------------------------------
 =06 THREE BUCKETS
 
 NOTES:
----------------------------------*/

#three_buckets
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 980px;
}


#three_buckets div.first
{
	float: left;
	padding: 0px 25px 0px 0px;
	margin: 0px;
	width: 310px;
}


#three_buckets div.second
{
	float: left;
	padding: 0px 25px 0px 0px;
	margin: 0px;
	width: 310px;
}


#three_buckets div.third
{
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	border: 0px;
	width: 310px;
	background: url("../images/three_buckets/myrtle_beach_weather_background.gif");
 	background-position: top center;
  	background-repeat: no repeat;
}

.weather_table
{
 	height: 200px;
	width: 310px;
  	margin: 0px;
  	padding: 0px;
}


/*---------------------------------
 =07 FOOTER
 
 NOTES:
----------------------------------*/

#footer
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 980px;
}

#footer p
{
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, Arial, sans-serif;
	font-size: 11px;
	line-height: 150%;
	font-weight: normal;
	text-align: center;
	padding: 0px 10px 10px 10px;
	margin: 0;
}
