/*   
Theme Name: Moorville Residential - Official Website -
Author: Macky - David McKinlay @ itsmacky.com
Version: Version - 1
*/

/**************************************************
General CSS
**************************************************/

body { 
	background: #eeeeee url("../../../../images/back.jpg") top center no-repeat;
	font-family: Lucida Sans Unicode, Lucida Grande, Helvetica, sans-serif;
	background-attachment: fixed;
	margin: 40px 0 30px 0;
	text-align: justify;
	line-height: 1.6em;
	font-size: 12px;
	color: #555454;
	padding: 0;
}

a { 
	text-decoration: none;
	font-weight: bold;
	color: #4b6d95;
}

a:hover { 
	text-decoration: underline;
	font-weight: bold;
	color: #4b6d95;
}

p {	
	margin: 0 0 10px 0;
	padding: 0;
}

h2 {
	background: #e6e6e6 url("../../../../images/bg_headers.jpg") repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 0.1em 0.1em #cecccc;
	border-bottom: 1px solid #cccccc;
	text-transform: uppercase;
	padding: 10px 0 9px 20px;
	font-weight: boldest;
	letter-spacing: 3px;
	margin: 0 0 10px 0;
	font-size: 14px;
	color: #a6a6a6;
	
}

h3 {
	font-family: 'Nevis', Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #cccccc;
	padding: 10px 0 6px 0;
	margin: 0 20px 0 20px;
	font-weight: boldest;
	letter-spacing: 2px;
	font-size: 14px;
	color: #3e5b7f;	
}

ul { 
	list-style: none;	
	padding: 0; 
	margin: 0; 
}

img { 
	border: 0;
}





/**************************************************
Divs : Top, Container, Header, Spacers
**************************************************/

#container { 
	behavior: url(border-radius.htc);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
	border-top: 1px solid #cecece;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	padding: 0 10px 10px 10px;
	background: #ffffff;
	margin: 0px auto; 
	width: 930px;
}

#top {
	background: url("../../../../images/top.jpg") left no-repeat;
	border-bottom: 5px #1d3348 solid;
	height: 74px;
	margin: 0;
}

#top .logo {
	background: url("../../../../images/top.jpg") left no-repeat;
	text-indent:-9999px;
	display: block;
	height: 74px;
}

#top .top_r  ul li {
	margin: 0 0px 10px 30px;
	float: left;
}

#top .top_r { 
	margin: 25px 10px 0 10px;
	letter-spacing: 2px;
	text-align: right;
	font-size: 10px;
	float: right; 
}

#top .top_l  ul li {
	margin: 0 0px 10px 30px;
	float: left;
}

#top .top_l {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 10px 0 30px;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: right; 
	font-size: 10px;
	float: left; 
}

#top a { 
	border-bottom: 1px #cccccc dotted;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 0 0 3px 0;
	font-weight: bold;
	color: #6c6c6c;
}

#top a:hover { 
	border-bottom: 1px #000000 dotted;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: bold;
	color: #1d3348;
}

#header {
	background: url("../../../../images/header.jpg") no-repeat;
	margin: 0 0 1px 0;
	padding: 0 0 0 0;
	height: 120px;
	width: 930px;
}

.tag {  
	font-family: Lucida Sans Unicode, Lucida Grande, Helvetica, sans-serif;
	text-shadow: 0.1em 0.1em #111111;
	margin: 47px 10px 0 220px;
	letter-spacing: 3px;
	font-weight: bold;
	text-align: center; 
	font-size: 14px;
	color: #ffffff;
	float: left; 
}

.contact-details {  
	font-family: Lucida Sans Unicode, Lucida Grande, Helvetica, sans-serif;
	margin: 25px 10px 0 150px;
	position: absolute;
	font-weight: bold;
	font-size: 10px;
	color: #666666;
	float: left; 
}





/**************************************************
Navigation
**************************************************/

.navigation {
	background: #4b6c95 url("../../../../images/bg_navigation.jpg");
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 20px 0px;
	letter-spacing: 3px;
	font-weight: bold;
	overflow: hidden;
	font-size: 10px;
	float: left;
	width: 100%;
	padding: 0;
}

.navigation li{ 
	display: inline;
}

.navigation li a {
	background: url("../../../../images/bg_navigation.jpg");
	text-shadow: 0.1em 0.1em #111111;
	border-right: 1px solid #3d5c81;
	padding: 15px 15px 15px 15px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	float: left;
}

.navigation li a:hover {
	background: #1d3348 url("../../../../images/bg_tri.png") bottom center no-repeat;
	text-shadow: 0.1em 0.1em #000000;
	border-right: 1px solid #3d5c81;
	text-decoration: none;
	color: #ffffff;
}




/**************************************************
Divs : Main, Left, Artists etc
**************************************************/

#main {
	margin: 0px 0 10px 0;
	width: 570px;
	float: right;
}

.main_div {
	background: #ffffff url("../../../../images/bg_div.jpg") bottom no-repeat;
	border: 1px solid #cccccc;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

.main_div p {
	padding: 12px 20px 10px 20px;
}
	
#left {
	margin: 0 0 10px 0;
	width: 350px;
	float: left;
}

.left_div {
	background: #ffffff url("../../../../images/bg_div.jpg") bottom no-repeat;
	border: 1px solid #cccccc;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}

.left_div p {
	padding: 20px 20px 20px 20px;
}

.clear {
	clear: both;
}





/**************************************************
Misc css - Artists font, Borders, 
**************************************************/

::selection {
	background: #304b68;
	color: #ffffff;
}
		
::-moz-selection {
	background: #304b68;
	color: #ffffff;
}

.icon {
	margin: 0 1.0em 1.0em 0;
	float: left;
}

.photo {
	margin: 0 1.0em 0.2em 0;
	float: left;
}

.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #cccccc;
	margin: 20px 20px 0 20px;
	padding: 0 0 6px 0;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 10px;
	color: #333333;
}

.datez {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 20px 10px 20px;
	padding: 20px 0 6px 0;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 10px;
	color: #333333;
}

.bullets {
	margin: 15px 0 15px 0;
	padding: 25px 0 25px 0;
	font-weight: bold;
	font-size: 10px;
	color: #333333;
}

.bull {
	margin: 0 20px 10px 20px;
	list-style: none;
	border: none;
}

.bull ul li {
	border-bottom: 1px solid #dadada;
	padding: 7px 0px 7px 0px;
}

.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 10px;
	color: #333333;
}

.stepping {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 35px 0 30px 0;
	letter-spacing: 2px;
	font-style: italic;
	font-size: 14px;
	color: #4b6b94;
}

.border {
	border: 1px solid #c6c6c6;
}

.border:hover {
	border: 1px solid #333333;
}

.more {
	background: url("../../../../images/bg_tabs.jpg");
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	text-decoration: none;
	padding-bottom: 8px;
	border-radius: 10px;
	letter-spacing: 1px;
	padding-right: 11px;
	padding-left: 11px;
	font-weight: bold;
	padding-top: 8px;
	font-size: 11px;
	color: #ffffff;
	border: none;
}

.more:hover {
	background: url("../../../../images/bg_tabs.jpg");
	-webkit-border-radius: 10px;
	text-decoration: underline;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-bottom: 8px;
	border-radius: 10px;
	letter-spacing: 1px;
	letter-spacing: 1px;
	padding-right: 11px;
	padding-left: 11px;
	font-weight: bold;
	padding-top: 8px;
	font-size: 11px;
	color: #ffffff;
	border: none;
}

a.more:link {
	background: url("../../../../images/bg_tabs.jpg");
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	text-decoration: none;
	padding-bottom: 8px;
	border-radius: 10px;
	letter-spacing: 1px;
	padding-right: 11px;
	padding-left: 11px;
	padding-top: 8px;
	font-size: 11px;
	color: #ffffff;
}

a.more:visited {
	background: url("../../../../images/bg_tabs.jpg");
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	text-decoration: none;
	padding-bottom: 8px;
	border-radius: 10px;
	letter-spacing: 1px;
	padding-right: 11px;
	padding-left: 11px;
	padding-top: 8px;
	font-size: 11px;
	color: #ffffff;
}

a.more:hover {
	background: url("../../../../images/bg_tabs.jpg");
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	text-decoration: underline;
	-moz-border-radius: 10px;
	padding-bottom: 8px;
	border-radius: 10px;
	letter-spacing: 1px;
	padding-right: 11px;
	padding-left: 11px;
	padding-top: 8px;
	font-size: 11px;
	color: #ffffff;
}

a.more:active {
	background: url("../../../../images/bg_tabs.jpg");
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	text-decoration: none;
	padding-bottom: 8px;
	border-radius: 10px;
	letter-spacing: 1px;
	padding-right: 11px;
	padding-left: 11px;
	padding-top: 8px;
	font-size: 11px;
	color: #ffffff;
}

.form {
	font-family: Lucida Sans Unicode, Lucida Grande, Helvetica, sans-serif; 
	border: solid #cccccc 1px;
	background-color: #eeeeee;
	font-size: 12px;
	color: #666666;
	height: 30px;
	width: 525px;	
}

.msg {
	font-family: Lucida Sans Unicode, Lucida Grande, Helvetica, sans-serif;
	border: solid #cccccc 1px;
	background-color: #eeeeee;
	font-size: 12px;
	color: #666666;
	height: 130px;
	width: 525px;
}





/**************************************************
Divs : Footer
**************************************************/

#footer {
	background: url("../../../../images/bg_footer.png") no-repeat;
	border-top: 0px solid #cccccc;
	height: 70px;
	clear: both;
}
	
#footer p {
	margin: 5px 15px 0 15px; 
	padding: 0 0 0 0;
	font-size: 10px;
	color: #ffffff;
}

#footer .boss {
	margin-right: auto;
	padding-top: 10px;
	margin-left: auto;  
	height: auto; 
	width: 920px;  
}

#footer .cop {
	overflow: hidden; 
	text-align: left;
	font-size: 10px;
	width: 700px;
	float: left; 
	height: auto;
}

#footer .cop ul li {
	margin: 0 20px 10px 20px;
	letter-spacing: 1px;
	float: left;
}

#footer .cop a {
	text-decoration: none;
	font-style: normal;
	color:#666666;
}

#footer .cop a:hover {
	text-decoration: underline;
	font-style: normal;
	color: #666666;
}

#footer .cre {
	text-align: right;
	width: 190px; 
	float: right; 
}

#footer .cre ul li {
	margin: 0 0px 10px 0px;
	float: right;
}

#footer .cre a { 
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: #4b6c95;
}

#footer .cre a:hover {
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;
	color: #4b6c95;
}