/*  
Theme Name: Ocean Club Apartments
Theme URI: http://www.lyonoceanclub.com
Description:  Ocean Club Apartments
Version: 1.0
Author: ETA Advertising
Author URI: http://www.etaadvertising.com/

*/

/* basic style formatting */

html {
	height: 100%;
}
body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl,hr, p form{
	margin: 0;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	color: #443f26;
	background-color: #fafaf3;

}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #335d86;
}
a:link{
	text-decoration: none;
	color: #335d86;
}
a:visited{
	text-decoration: underline;
	color: #9dd9e7;
}
a:hover{
	text-decoration: underline;
	color: #9dd9e7;
}
p{
	padding: 10px 0 0 10px;
}
img {
	border:0px;
	padding:0px;
	max-width: 100%; /* not working in IE6*/
	/*height: auto;*/ /* you can enable this.*/
}

/* widths & floats */

#wrapper{
	margin: 0 auto 0 auto;
	width: 800px;
	text-align: left;
	background-color: #ffffff;
}
#header{
	float: left;
	width: 800px;
	height: 135px;
	background-color: #9dd9e7;
	background-image: url(http://www.lyonoceanclub.com/img/ocean_01.jpg);
	background-repeat: repeat-x;
}
#container{
	float: left;
	width: 550px;
	background-color: #fafaf3;
}
.post{
	padding: 40px 0 0 40px;
}
.post h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px
	text-transform: uppercase;
	color: #335d86;
	text-transform: uppercase;
	font-size: 14px;
}
.entry{
	line-height: 18px;
}
p.postmetadata{
	border-bottom: 1px solid #ccc;
	margin: 10px 0 0 0;
}
.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

/* sidebar */

.sidebar{
	float: left;
	width: 250px;
	padding: 40px 0 0 0;
	display: inline;
}
.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}
.sidebar ul li{
	padding: 10px 0 10px 0;
}
.sidebar ul li h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: capitalize;
}
.sidebar ul ul li{
	padding: 0;
	line-height: 24px;
}
table#wp-calendar{
	width: 100%;
}


/* comments */

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* footer */

#footer{
	clear: both;
	float: left;
	width: 800px;
	height: 39px;
	background: #fafaf3;
	color: #443f26;
	font-size: 10px;
	text-transform: uppercase;
	padding: 5px 0 10px 0;
	vertical-align: bottom;
}
#footer p{
	text-align: center;
}

