/*
Theme Name: Soft and Sweet White Blue Big Header
Theme URI: http://www.domainname.com
Description: Theme is suitable to make a Web site, Directoy - Portal, Web site with Blog or a Squeeze page.
Author: Richard OBrien
Author URI: http://www.domainname.com
*/

/* standard elements */

@import 'make-changes-here.css';
@import 'typography.css';
@import 'layout.css';

/* Top Elements */
* { margin: 0; padding: 0; border: 0 }

body {
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	text-align: center;
	margin: 15px 0;
}

/* links */
a, a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 		
}
h1 { font-size: 150%;	font-weight: normal; }
h2, .sidebar-title { font-size: 130%; text-transform: uppercase; margin-top:15px; }
h3 { font-size: 130%;	}
h1, h2, h3, h4, h5, p { padding: 10px; margin: 0; }
/* ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
} */

/* img */
img {
	background: #FAFAFA;
   border: 1px solid #DCDCDC;
	padding: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: url(img/post.jpg);
	border: 1px solid #E0DBC9;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 25px;  
	font: bold 1.3em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;

}


/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	background: #93BC0C url(img/nav.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #E8E8E8;
	border-bottom: 1px solid #DFDFDF;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* form elements */
form {
	margin:10px; padding: 5px 5px;
	border: 1px solid #D5D5D5; 
	background-color: #ffffff; 	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #cccccc;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}

input:hover, textarea:hover { border:1px solid #666666;}

textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #cccccc;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url(img/nav.jpg) repeat-x 0 0;
	border: none;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 5px 0 0 0;	
	width: 95%;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox, .postform{ 
	width: 220px;
	color: #777; 
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 100px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

#no-border { border:none;}


/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 1000px;

	margin: 0 auto;
	text-align: left;
}
#top-bg {
   position: absolute;
	width: 1000px;
	height: 19px;
	top: 0; left: 0;
	z-index: 2;	
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 1000px;	
	padding: 0; 	
	border-bottom: 2px solid #E8E8E8;
	margin-left: 15px;	
	display: inline;
}
#header {
	padding: 0;	
	color: #FFF;
	width: 1000px;
	margin: 0 auto;

}
#header h1#logo-text a {
	margin: 0; padding: 0;
	font: bold 36px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	color: #AEAAAA;
	text-transform: none;
	text-decoration: none;
	text-indent:30px;

}

#header h2#slogan {

	margin: 0;
	padding: 0;
	font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	text-indent:95px;
}

/* header links */
#header #header-links {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #FFFFFF;
	font-size: 10px;
}
#header #header-links a {
	color: #FFFFFF;
	text-decoration: none;
}
#header #header-links a:hover {
	color: #444;		
}

/* header-photo */
#header-photo {
	clear: both;
	height: 190px;
	width: 1000px;
	margin: 0 auto;
	background: #FFF url(images/header.jpg) no-repeat center center;
}

#gap {
background:#F8F8F8;
clear:both;
height:1px;
margin:0pt auto;
width:100%;
}

/* Navigation */
#nav {
	clear: both;	
	padding: 10px 0 0 0 ;		
}
#nav ul {
	float: left;
	list-style: none;
	background: url(img/nav.jpg) repeat-x;	
	width: 970px;		
	text-transform: uppercase;
	margin: 0 0 0 15px;
	padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 8px;
	border-bottom: none;
	font: bold 13px/2.8em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
}
#nav ul li a:hover, #nav ul li a:active, #nav ul li.current_page_item a{
	background: url(img/nav-hover.jpg) repeat-x;	
}



/* Main Column */
#main {
	float: left;
	width: 55%;
	padding: 0; margin: 0 0 0 10px;
	display: inline;
}
#full-page {
	float: left;
	width: 93%;
	padding: 0; margin: 10px 0 0 10px;
	display: inline;
}

#main h1 {
	margin-top: 10px;
	font: normal 1.6em 'Trebuchet MS', Tahoma, Sans-serif;
	padding: 5px 0 5px 5px; 		
}




#main ul li { list-style-image: url(bullet.gif); margin: 0 40px; }

.post-footer {
	background: url(img/post.jpg);
	padding: 5px;
	margin: 20px 10px 0 10px;
	font-size: 95%;
	color: #666666;
	border: 1px solid #E0DBC9;
}
.post-footer .date{
	margin: 0 10px 0 5px;	
}
.post-footer a.comments {
	margin: 0 10px 0 5px;	
}
.post-footer a.readmore {
	margin: 0 10px 0 5px;	
}

/*side bar */

#sidebar li { margin:0; padding:0; list-style:none; }
	
#sidebar { float: right; width: 38%; padding: 0 10px 0 0; margin: 00 0 0;		
}	
#sidebar h2 { margin-top: 10px; padding: 5px 5px;  font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif; }

#sidebar ul li{ text-align: left; margin: 7px 4px 8px 0; padding: 0; text-decoration: none;	background: url(img/dots.jpg) repeat-x left top; }
#sidebar ul li { list-style: none; 	background: url(img/dots.jpg) repeat-x left bottom; padding: 4px 0 4px 5px; 	margin: 0 2px; }
* html body #sidebar ul li { height: 1%; }
#sidebar ul li a { text-decoration: none; background-image: none;}

#left-sidebar, #right-sidebar {
clear:none;
width:45%;
padding:0;
margin: 0 auto;
}

#left-sidebar {
float:left;
}

#right-sidebar {
float:right;
}



/* footer */
#footer-wrap {
	clear: both;
	width: 1000px;
	font-size: 95%;	
	text-align: left;
	padding: 15px 0;
}
#footer-wrap a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap p {
	padding:10px 0;
}
#footer-wrap h2 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
}

#footer-columns {
	color: #888;
	margin: 0 auto; 
	padding: 0;	
	width: 940px;		
}
#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0; 
	padding: 0;	
	background: url(img/footer-dots.jpg) repeat-x left top;
}
#footer-columns li {
	background: url(img/footer-dots.jpg) repeat-x left bottom;		
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 3px 0 3px 10px;
	width: 96%;
}
#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #666;	
	margin: 0 auto; 
	width: 1000px;
	padding: 10px 0;
	text-align: center;
}

/* alignment classes */
.alignright {float:right; clear:none; margin: 0 5px;}
.alignleft {float:left; clear:none; margin: 0 5px;}

/* display and additional classes */
.clear { clear: both; margin: 2px 0; }


a.more:hover { background:#FFFFFF none repeat scroll 0%; color:#666666; text-decoration:none;

}

a.more { background:#FFFFFF url(img/more.jpg) repeat-x  0pt 100%; border:1px solid #DFDFDF; color:#287CB8; text-decoration:none; }
a.more {float:right; }

a.more { cursor:pointer; font-size:12px; padding:3px 8px; margin-bottom:10px; }

a.more a:hover { background:#D0D0D0; }

a.add-your-listings { margin: 0 0 0 50px; font-size:18px; padding:20px 0 10px 0 ; line-height:24px;}

div#more-line { clear:both; width:100%; border-top:2px solid #DFDFDF; padding-top:8px; }



#promo-area1, #promo-area2 {
height:238px;
width::984px;
margin:0 auto;
font-size:24px;
font-weight:bold;
}

#promo-area1 { background:#FFF url(images/page-1.jpg) no-repeat center center; }
#promo-area2 { background:#FFF url(images/page-2.jpg) no-repeat center center; }


.clearfix {
display:block;
}


.inline-h1 {

margin:10px 0 0 40px;
font-size:23px;
line-height:30px;
}





.inline {
display:inline;
}

promo-area-action {
margin-top:20px;
}
#promo-area-action {
line-height:1.3;
margin:10px 0 0 70px;
line-height:1.3;
width:50%;

}

#promo-area-action ul {
	font-size:15px;
	}

ul.checkboxen { 
	margin-left:0pt;
	padding: 0 0 10px 0;
	}



ul.checkboxen li {
background:transparent url(img/tick.jpg) no-repeat 0 0 ;
line-height:17px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left:0pt;
padding-bottom:5px;
padding-left:25px;
}

#promo-area-action ul {
font-size:15px;
}

em.uc {
font-style:normal;
}

.uc {
text-transform:uppercase;
}

#hide {
	display:none;
}
}
