@charset "utf-8";
/* CSS Document */

html 
{
    height:100%;
}


body {
	font-size:13px;
	font-family:Trebuchet MS, Arial, Sans-Serif;
	color:#404040;
	background:#ffffff url(images/clearsky_bg.jpg) no-repeat top center;
	margin:0px;
	padding:0px;
	height:100%;
	
}


#container {
	width:725px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	vertical-align:top;
	border-top:1px solid #FFFFFF;
}

#homeLink {	
	width:225px;
	height:80px;
	float:left;
	}
	
	
	
#navigationTop {
	position:relative;
	width:460px;
	float:right;
	top:23px;
	text-align:right;
	vertical-align:top;
	border:1px hidden #00FF00;
	}
	
	
#navigationTop ul{
	float:right;
	display: inline
	text-align:right;	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	position:relative;
	margin:0;
	padding:0;
}

#navigationTop li{
	text-decoration:none;
	list-style:none;
	display:inline;
	padding:6px 0 0 13px;
	margin:0;
	}	
	
#navigationTop a{
	text-decoration:none;
	color:#404040;
	}

#navigationTop a:hover{
	color:#c00505;
	}
	



#navigationTop ul li ul { 
	display: none;
	margin:0;
	padding:0;
	padding-top:0px;
	text-indent:none;
	position:absolute;
	
	
}

#navigationTop ul li ul li { 
	display:block;
	padding:2px 0 0 0;
	margin:0px;
	text-indent:none;
	width:200px;
}

#navigationTop ul li ul li a {
  display: block;
  text-decoration: none;  
  padding: 5px 10px 5px 10px;
  margin:0px;
  margin-left: 38px;
  background:#eeeeee;
  white-space: nowrap;
 
}

#navigationTop ul li:hover ul {
  display: block;
  position: absolute;
}
#navigationTop ul li:hover ul li {
  float: none;
  text-align: center;
  margin:0px;
}

#navigationTop ul li:hover ul li a:hover { 
	
	background:#cccccc;
	color:#c00505;
	text-decoration:none;
	display:block;
}




	
	
	
#sectionTop {
	width:703px;
	margin-top:83px;
	border:11px solid #f3f3f3;
	background-color:#ffffff;
	min-height:220px;
	
	}
	
#sectionLower {
	width:617px;
	margin-top:15px;
	border:1px solid #f3f3f3;
	background:url(images/lowersection_bg.gif) no-repeat center top #b2def7;
	padding-left:53px;
	padding-right:53px;
	padding-top:25px;
	padding-bottom:20px;
	text-align:justify;
}


#sectionFooter {
	margin-top:20px;
	margin-bottom:20px;
	font-size:10px;
	text-align:center;
}

h1{
	font: 1.66em Georgia, Times, serif;
	color:#202020;
}

h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#202020;
}


h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#202020;
}


a {
	color:#c00505;
	}
	
a:hover {
	color:#0066CC;
	}

#frontPageTitle {
	text-align:center;
	
	}
	


#sectionTop h1 {
	padding-left:50px;
	margin-top:95px;
	text-transform:none;
	font: 1.88em Georgia, Times, serif;
	}

.sectionAbout {
	height:220px;
	background:url(images/clearsky_about2.jpg) no-repeat top center;
	color:#404040;
}

.sectionAbout h1 {
	color:#ffffff;
	}
	
	
.sectionRates {
	height:220px;
	background:url(images/clearsky_rates.jpg) no-repeat top center;
}

.sectionRates h1 {
	color:#ffffff;
}

.sectionBlog {
	height:220px;
	background:url(images/clearsky_blog.jpg) no-repeat top center;
}

.sectionBlog h1 {
	color:#ffffff;
}


.sectionContact {
	height:220px;
	background:url(images/clearsky_contact.jpg) no-repeat top center;
	
}

.sectionContact h1 {
	color:#ffffff;
}

.sectionWeddings {
	height:220px;
	background:url(images/clearsky_weddings.jpg) no-repeat top center;
	
}

.sectionContact h1 {
	color:#ffffff;
}

#sectionLower.blogMain {
	background-image:none;
	width:677px;
	padding-left:23px;
	padding-right:23px;
	min-height:1000px;
	}
	
.post {
	/*display:inline;
	float:left;*/
	width:450px;
	padding-right:10px;
	border-right:1px solid #d1ebfa;
	}	
		
#blogSide {
	display:inline;
	float:right;
	width:200px;
	height:100%;
	margin-left:10px;
	margin-bottom:10px;
	margin-top:50px;
	}
	
#blogSide ul {
	text-indent:0;
	margin-left:0px;
	padding-left:0px;
	list-style:none;
	}

#blogSide li {
	margin-top:20px;
	}
		
#blogSide li li {
	margin-top:2px;
	}
		
#blogSide ul ul {
	text-indent:0;
	margin-top:-10px;
	margin-left:0px;
	padding-left:25px;
	list-style:circle;
	}


.post img {
	border:8px solid #ffffff;
	margin-bottom:5px;
	margin-top:5px;
	}


.postmetadata {
		color:#333333;
		margin-top:30px;
		border-top:1px solid #666666;
		padding-top:10px;
		margin-bottom:40px;
		padding-left:10px;
		padding-right:10px;
		}
		
#monoSlideshow {
	background-color: #000;
	}		
		
