@charset "utf-8";
/*-------------------------------------------------------------
Style Sheet 

Version: 1.1
Original Design by Alternet Solutions
email: webmaster@alternetsolutions.co.uk
website: http://www.alternetsolutions.co.uk/

Main Colours:

Red: #bd0000
Blue: #020c49 or #737db9 (lighter)
Green: #4c9043 or #309d21 (lighter)
-------------------------------------------------------------*/

/*Body*/

body {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small; /*for compliant browsers*/
	text-align: center;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	background: #020c49;
	}
html>body { /* be nice to Opera */
	font-size: small;
	}

#stars {
	float: left;
	width: 100%;
	background: url(../images/stars3.jpg) repeat-x;
}

#santa {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: url(../images/sleigh.png) no-repeat center top;
}
/****************************WRAP*************************************/

#wrap {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	}


/****************************HEADER***********************************/

#header {
	margin-top: 125px;
	width: 100%;
	height: 180px;
	background: url(../images/headBg.png) no-repeat left;
	}


/*****************NAV************************/

#navWrap {
	float: left;
	width: 880px;
	margin: 0;
	padding: 0px 0 0 80px;
	list-style: none;
	background: url(../images/navBg.jpg) no-repeat; /*was #bd0000*/
	}

/****************************GENERAL**********************************/

.bold {
	font-weight: bold;
	}

.marginTop {
	margin-top: 10px;
	}

h1 {
	margin: 0;
	padding: 0;
	font-size: 120%;
	color: #4c9043;
	}

/****************************TOOL TIPS - Pure CSS**********************************/



/****************************MAIN STRUCTURE**********************************/

#contentWrap {
	width: 100%;
	float: left;
	background: #f7f7f7;
	}

#altMainBody { /*Use With 2 Column Layout*/
	float: left;
	width: 100%;
	line-height: 1.5em;
	}
		
#mainBody { /*Use With 3 Column Layout*/
	float: left;
	width: 70%;
	line-height: 1.5em;
	}
	
#content { /*Use With 3 Column Layout*/
	float: right;
	width: 60%;
	line-height: 1.5em;
	}

#leftCol { /*Use With 3 Column Layout*/
	float: left;
	width: 230px;
	}

#rightCol { /*Use With 3 Column Layout*/
	float: right;
	width: 180px;
	}

#fullContent { /*to allow the DL feature on full.php to span the width of the page to give it lots of room!*/
	width: 930px;
	float: left;
	line-height: 1.5em;
	}
	
#altContent { /*Use With 2 Column Layout*/
	width: 700px;
	float: right;
	line-height: 1.5em;
	}

#sideBar { /*Use With 2 Column Layout*/
	width: 230px;
	float: left;
	line-height: 1.5em;
	}

#content .gutter, #leftCol .gutter, #altContent .gutter, #sideBar .gutter, #fullContent .gutter {
	padding: 15px;
	}

#rightCol .gutter { /*If we only have images in this col, we don't want any side padding as we lose width*/
	padding: 15px 0;
	}


/****************************HOME**************************************/

ul#summaryList {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#summaryList li {
	padding: 5px 0 5px 28px;
	background: url(../images/pressieIcon.jpg) no-repeat left;
	}

#searchBox {
	margin: 0;
	width: 200px; /*was 100% but switched to fixed for sidebar for better presentation across all browsers*/
	background: url(../images/searchBoxBg.jpg) no-repeat bottom left;
	float: left;
	}

#searchBox h2 {
	margin: 0;
  	padding: 6px 8px 4px 10px;
  	font-size: 130%;
  	color: #fff;
  	border-bottom: 1px solid #fff;
  	background: url(../images/searchBoxH2.jpg) no-repeat top left;
	}

#searchBox h5 {
	margin: 0;
	padding: 0 0 5px 0;
  	font-size: 110%;
	font-weight: 400;
	text-align: center;
	}
	
#searchBox h5 a {
  	color: #fff;
	}

#searchBox h5 a span {
	display: none;
	}

#searchBox a:hover span {
	display: block;
	position: absolute; 
	top: 380px; 
	left: 198px; 
	width: 190px;
    padding: 10px 5px; 
	margin: 10px; 
	z-index: 100;
    color: #fff; 
	background: #4c9043;
    font-size: 100%;
	text-align: center;
	}


#searchBox form {
	margin: 0;
	padding: 20px 0;
	float: left;
	}

#searchBox p {
	margin: 0;
	padding: 0;
	}

#searchBox form input {
	padding: 3px 0;
	margin-top: 4px;
	margin-left: 3px;
	float: left;
	width: 120px;
	}

#searchBox input#searchNow {
	width: 60px;
	margin: 0 0 0 5px;
	padding: 5px;
	border-top: 2px solid #020c49;
	border-right: 2px solid #020c49;
	border-bottom: 2px solid #020c49;
	border-left: 2px solid #020c49;
	background-color: #fff;
	color: #000;
	}

#searchBox input#searchNow:hover {
	background-color: #4c9043;
	color: #fff;
	text-decoration: underline;
	}


/****************************GUTTERS**************************************/

#content .gutter {
	padding: 15px;
	}

#sideBar .gutter, #sideBarLeft .gutter {
	padding: 15px;
	}
/*Full Page for Standard & Premium Listings*/

h1#santaTitle {
	color: #bd0000;
	padding-left: 10px;
	}

dl.santaInfo {	
	margin: 0;
    padding: 10px;
	}

dl.santaInfo:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

dl.santaInfo dt {
	margin: 0 0 .5em 0;
	font-size: 140%;
	color: #bd0000;
	}

dl.santaInfo dt img {
	float: left;
	margin: 0 15px 0 0;
	padding: 0 4px 4px 0;
	}

dl.santaInfo dd {
	margin-top:10px;
	margin-left: 220px;
	font-size: 90%;
	line-height: 1.5em;
	color: #000;
	}

/*Contact Info List on Side*/

ul#santaContactInfo {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#santaContactInfo li.contactTitle {
	color: #bd0000;
	font-size: 110%;
	font-weight: bold;
	}

#santaContactInfo li.pm {
	background: url(images/messageIcon.jpg) no-repeat 80% 0%;
	}
		
#santaContactInfo li {
	margin: 0;
	padding: 2px 0;
	}
	
/*All Forms EXCEPT for SEARCH BOX*/

#contactForm, #membersForm, #signupForm, #loginForm, #memberProfile {
	margin: 10px 0 0 0;
	padding: 15px;
	width: 120%;
	}

#contactForm p, #membersForm p, #signupForm p, #loginForm p, #memberProfile p {
	margin: 2px 0;
	}
	
#contactForm label.label {
	float: left;
	width: 70px;
	font-size: 100%;
    color: #000;
}

#memberProfile #contactWrap {
	width:70%;
}

#memberProfile label.label {
	float: left;
	width: 300px;
	font-size: 100%;
    color: #000;
}

#membersForm label.label, #signupForm label.label, #loginForm label.label {
	float: left;
	width: 130px;
	font-size: 100%;
    color: #000;
}

#contactForm label.labelBlock, #membersForm label.labelBlock, #signupForm label.labelBlock {
	display: block;
	}

#contactForm textarea, #membersForm textarea, #signupForm textarea {
	width: 90%;
	height: 100px;
	}

input#submit, input#cmdUpdateProfile {
	width: 100px;
	margin: 0;
	padding: 5px;
	border-top: 2px solid #020c49;
	border-right: 2px solid #020c49;
	border-bottom: 2px solid #020c49;
	border-left: 2px solid #020c49;
	background-color: #fff;
	color: #000;
	}

input#submit:hover, input#cmdUpdateProfile:hover {
	background-color: #4c9043;
	color: #fff;
	text-decoration: underline;
	}
/****************************FOOTER**************************************/

	
#footer {
	clear: both;
	padding: 5px 0;
	}
	
#footer p {
	margin: 0;
    padding: 0;
    text-align: center;
	font-size: 85%;
	}

#footer a {
	color: #000;
	}
	
/****************************NEW SANTA**************************************/


p#highlight {
	margin: 0;
	padding: 0;
	font-size: 90%;
	text-decoration: underline;
	}

.priceWrap {
	float: left;
	width: 670px;
	border: 1px solid #666655;
	background-color: #fff;
	color: #000;
	}

.features ul {
	float: left;
	width: 160px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 90%;
	color: #020c49;
	}

.features li, .plan li {
	padding: 5px;
	height: 20px;
	}

.plan li {
	text-align: center;
	}

.plan ul {
	float: left;
	width: 170px;
	margin: 0;
	padding: 0;
	list-style: none;
	}

/****************************NEW LISTING**************************************/

/*form#signup {
	width: 100%;
	float: left;
	}
	
label.label {
	float: left;
	width: 120px;
	text-align: left;
	font-size: 100%;
    color: #000;
}

label.labelWider {
	float: left;
	width: 98%;
	text-align: left;
	font-size: 100%;
	color: #000;
	}

#signup p {
	margin: 3px 0;
	font-size: 90%;	
	}

.formbox {
    width: 150px;
	float:left;
}
.formboxWide {
    width: 375px;
	float:left;
}

#signup fieldset.floatLeft {
	float: left;
	width: 120%;
	margin-left: 2px;
	}

p#clear {
	clear: both;
	text-align: center;
	width:120%;
	}

input#signupBtn {
	margin-left: 45%;
	margin-bottom: 5px;
	}

span.invalidEntryWhite {
	background-color: inherit;
	color: #fff;
	font-weight:bold;
	padding-left: 5px;
}

.invalidEntryRed {
	background-color: inherit;
	color: #ff0000;
	font-weight:bold;
	padding-left: 5px;
}
*/
/* edit listing form */

.formLabel {}

.maintTableRowNoBorder {
	font-size: 12px;
	font-weight: bold;
	width:98%;
	margin-top: 2px;
	padding:2px;
	float:left;
}
.listingMessage {
	color:#FF0000;
	background-color:#FFF;
	font-style:italic;
	font-size:90%;
}
#error {
	border:#CC0000 medium solid;
	margin-bottom:10px;
	text-align:center;
}	
#error h1 {
	font-weight:bold;
	font-size:120%;
	color:#CC0000;
}
#error p {
	font-weight:normal;
	font-size:80%;
	color:#CC0000;
}
#notify {
	border: #003300 medium solid;
	margin-bottom:10px;
	text-align:center;
}	
#notify h1 {
	font-weight:bold;
	font-size:120%;
	color:#003300;
}
#notify p {
	font-weight:normal;
	font-size:80%;
	color:#003300;
}

.listingRTELong {
	width:445px;
	height:300px;
}
.listingRTEShort {
	width:445px;
	height:150px;
}

.listingImage {
	border: 0;
	float:left;
	text-align:center;
	padding:10px;
}

/* Hide from IE/Mac \*/
#footer { height: 1%; }
/* End hide from IE/Mac */

/* Hide from IE/Mac \*/
* html #footer { height: 1%; }
/* End hide from IE/Mac */


