/*  
Theme Name: Westlawns
Theme URI: http://example.com/
Description: A new theme!
Version: 1.0
Author: James Maxwell
Author URI: http://www.decogekko.com/

*/

* {
margin:0;
padding:0;
}

.clear{
	clear:both;
}

a:link {
	color: #570220;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #570220;
}
a:hover {
	text-decoration: none;
	color: #570220;
}
a:active {
	text-decoration: none;
	color: #570220;
}

body {
	text-align:center;
	background-color:#80c13e;
}

#tillfooter{
	background-color:#f05f92;
	background-image:url(images/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#top_wrapper
{
	width:900px;
	height:100%;
	margin-right: auto;
	margin-left: auto;
	margin-top:0;
}

#header{
height:232px;
}

#menu{
height:58px;
width:900px;
text-align:center;
}

#titlehome{
width:900px;
height:74px;
background-image:url(images/title_home.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#titleparties{
width:900px;
height:74px;
background-image:url(images/title_parties.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#titleprofiles{
width:900px;
height:74px;
background-image:url(images/title_profiles.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#titlecontact{
width:900px;
height:74px;
background-image:url(images/title_contact.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#but1{
width:95px;
height:58px;
background-image:url(images/but_home_off.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	float:left;
}

#but1 a{
	display:block;  
	width:100%;  
	height:100%;  
	text-decoration:none;  
}

#but1 a:hover{
  text-decoration:none;
	background-image:url(images/but_home_on.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#but2{
height:58px;
width:137px;
	background-image:url(images/but_parties_off.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	float:left;
}

#but2 a{
	display:block;  
	width:100%;  
	height:100%;  
	text-decoration:none;  
}

#but2 a:hover{
  text-decoration:none;
	background-image:url(images/but_parties_on.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#but3{
height:58px;
width:141px;
	background-image:url(images/but_profiles_off.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	float:left;
}
#but3 a{
	display:block;  
	width:100%;  
	height:100%;  
	text-decoration:none;  
}

#but3 a:hover{
  text-decoration:none;
	background-image:url(images/but_profiles_on.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#but4{
height:58px;
width:123px;
	background-image:url(images/but_contact_off.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	float:left;
}

#but4 a{
	display:block;  
	width:100%;  
	height:100%;  
	text-decoration:none;  
}

#but4 a:hover{
  text-decoration:none;
	background-image:url(images/but_contact_on.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#but5{
height:58px;
width:141px;
	background-image:url(images/but_gallery_off.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	float:left;
}

#but5 a{
	display:block;  
	width:100%;  
	height:100%;  
	text-decoration:none;  
}

#but5 a:hover{
  text-decoration:none;
	background-image:url(images/but_gallery_on.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#main{
height:auto;
background-color:#f9e6ed;
text-align:left;
}

#footer{
height:114px;
background-image:url(images/footer.jpg);
background-position:top center;
background-repeat:no-repeat;
text-align:center;

}
#copyright{
height:20px;
width:900px;
	margin-right: auto;
	margin-left: auto;
	margin-top:0;
}
.footertext{
line-height:20px;
	color:#3f2c33;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:48px;
}
.maintext{
	font-weight:normal;
	color:#292929;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:0px 40px 10px 30px;
	line-height:18px;
}
.maintitle{
	font-weight:bold;
	color:#292929;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	padding:0px 40px 10px 30px;
	line-height:18px;
}
.profpic
{
width:900px;
height:214px;
}
.alignLeft { float:left; margin-right: 20px; }
.alignRight { float:right; margin-left: 20px; }

.contactform
{
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #87878b;
	font-weight:bold;
	padding-left:30px;
}
label{
float: left;
width: 140px;
}

input, select, textarea{
width: 250px;
margin-bottom: 8px;
}

.rad
{
width: 20px;
padding-left:20px;
}
.doubleh
{
margin-top: 8px;
margin-bottom: 10px;
}

textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 140px;
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}

em {
color:#cc9d00;
}
.toptext
{
vertical-align:middle;
}