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

/*   
Theme Name: Ocean View Estates
Theme URI: http://www.oceanviewestates.com.au
Description: Theme for OVE
Author: Kille Creative
Author URI: http://www.kille.com.au/
.
Your theme can be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/




body {
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background: #930f3e;
	font-size: 10px;
	}

#wrapper {
	text-align: left;
	margin: 0 auto;
	padding: 0px;
	border: 0;
	width: 800px;
	background: #930f3e;
	}


/*---------  HEADER  ----------*/

#header {
	margin: 0px;
	width: 800px;
	height: 210px;
	position: relative;
	background-image: url(images-unwind/header.jpg);
	display: block;
	vertical-align:bottom;
	}
	
	
/*---------  HOME PAGE  ----------*/	
	
#home_container {
	margin: 0px;
	width: 800px;
	position: relative;
	float:inherit;
	display: block;
	}
	
#home_navigation {
	width: 200px;
	height: 210px;
	position: relative;
	font: 24px Verdana, Arial, Helvetica, sans-serif;
	float: left;
	margin-top: 750px;
	}
	
	#home_navigation ul {
		list-style: none;
		margin-left: 20px;
		margin-top: 30px;
		padding: 0;
		}
	#home_navigation li {
		padding-bottom: 15px;
		border-bottom: 1px solid #ffffff;
		margin-bottom: 20px;
		padding-left: 20px;
		}
	#home_navigation li a {
		
		}	
		
	#home_navigation li a:link, #home_navigation li a:visited {
		display: inline;
		text-decoration: none;
		}
		
	#navigation li a:hover {
		}


	
	
	
/*---------  CONTAINER  ----------*/


#container {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 800px;
	position: relative;
	background: url(images-unwind/container_bg.gif) repeat-y;
	}
	
	
	/*---------  NAVIGATION  ----------*/
	
	#navigation {
		float: left;
		width: 170px;
		margin-top: 15px;
		margin-left: 30px;
		display:inline;
		text-align: center;
		font: 24px Verdana, Arial, Helvetica, sans-serif;
		}
					
		#navigation ul {
			list-style: none;
			margin: 0;
			padding: 0;
			}
		#navigation li a {
			border-bottom: 1px #999999 solid;
			text-decoration: none;
			}	
			
		#navigation li a:link, #navigation li a:visited {
			color: #930f3e;
			display: block;
			padding-top:20px;
			padding-bottom:20px;
			}
			
		#navigation li a:hover {
			color: #c60751;
			padding-top:20px;
			padding-bottom:20px;
			}
		
		
		
	/*---------  CONTENT  ----------*/
	
	#content {
		float: right;
		width: 540px;
		margin: 15px 30px 10px 0px;
		border-width: 0px;
		position: relative;
		display:inline;
		}
		
		
		/*---------  TYPOGRAPHY  ----------*/
		
		h1, h2, h3, h4, h5, h6, p  {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-weight:normal;
			}
		
		#content h1	{
			font-size: 30px;
			color: #930f3e;
			}
		
		#content h2	{
			font-size: 24px;
			color: #4e8abe;
			margin-top:50px;
			}
		
		#content h3	{
			}
		
		#content h4	{
			}
		
		#content h5	{
			}
		
		#content h6	{
			}
		
		#content p	{
			font-size: 1.3em;
			line-height: 1.6em;
			color: #444;
			}
			
		#content a:link, a:visited, a:active {
			color: #4e8bbe;
			text-decoration:none;
			}
			
		#content a:hover {
			color: #a41146;
			}

		
		
		.alignright {float:right; margin-left: 10px; margin-bottom: 15px;}
		.alignleft {float:left; margin-right: 10px; margin-bottom: 15px;}

	
	
	
	
/*---------  FOOTER  ----------*/
	
#footer {
	margin: 0 0 0 0;
	width: 800px;
	height: 79px;
	font: 8px Verdana, Arial, Helvetica, sans-serif;
	background-color: #930f3e;
	text-align: center;
	color: #FFF;
	}
	
	#footer a:link, #footer a:visited, #footer a:active {
		color: #FFF;
		text-decoration: none;
		}
	#footer a:hover {
		color: #FFF;
		text-decoration: underline;
		}
	
	
	
