/*
Theme Name: Northstar
Author: A Theme Adapted by Lostlogo for wordpress

*/



/* Begin Typography & Colors */
body{
	background:url(http://www.lostlogodesign.com/northstar/bg.jpg) top right fixed repeat;
	margin: 0px 0 0 0;
	font-family: "Arial", san serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

a:link{color:#666; }
a:hover{color:#000}
a:visited{color:#999}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.narrowcolumn { 
	float: left; 
	padding: 20px 30px 40px 45px;
	margin: 0px 0 0 0 ;
	width: 560px;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}
	
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

#sidebar form {
	margin: 0;
	}
	/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

 .clear{
 	clear:both;
 }		
 .left{
 	float:left;
 }
 .right{
 	float:right;
 }
 .left25{
 		margin-left:425px;
 }
 .left100{
 		margin-left:155px;
 }


h1,h2,h3,h4{
	font-family: "Trebuchet MS", san serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color:#9fb269;
	padding-left:20px;
	margin:0px;
	letter-spacing: -1px;
	line-height: 1.2em;}
	h1{
		font-size:26px;
	}
	h4{
		font-size:14px;
	}
ul{
	list-style:url(img/li.jpg);
}
li{
line-height:1.4em;
}	
blockquote{
	padding:10px 10px 10px 45px;
	border-bottom:1px solid #9fb269;
	font-family: "Trebuchet MS","Arial", san serif;
	font-style:italic;
	font-size:14px;
	background:url(img/quote.jpg) top left no-repeat;
}
	
:focus
{
  -moz-outline-style: none;
}

#wrapper {
	width: 814px;
	background: url(img/contentbg.png) repeat-y center;
	margin: 0px auto;
}

#logocontainter{
	width:814px;
	height: 88px;
	background: url(img/topbg.jpg) no-repeat bottom center;
}

#banner{
	width:814px;
	height: 164px;
	background: url(img/banner.jpg) no-repeat bottom center;
}
#logo h1{
	color:#000;
	padding-left:5px;
}
#browncontainer{
	width:814px;
}
	#browntop{
		width:814px;
		height:9px;
		background: url(img/browntop.jpg) no-repeat bottom center;
	}
	
	#browncontainer{
		width:814px;
		background: url(img/brownbg.jpg) repeat-y bottom center;
	}
	
	#brownbottom{
		width:814px;
		height:18px;
		background: url(img/brownbottom.jpg) no-repeat bottom center;
	}
	
#content{
	width:814px; 
	background: url(img/contentbg.png) repeat-y center; 

}

#footer{
	width:814px;
	margin:0px;
		height:63px;
		background: url(img/footer.png) no-repeat bottom center;
}

/*
template end
*/
#logo{
	float:left;
	margin: 20px 20px;
}
#logo h1{
	margin:0px;
	font-family: "Trebuchet MS", Helvetica, Arial, Helvetica, sans-serif;
	font-size:34px;
}
#slogan{
	display:block;
	margin-top:-10px;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Helvetica, Arial, Helvetica, sans-serif;
	padding-left:10px;
	
}



#browncontainer p{
	padding-left:25px;
	margin:5px;
	font-family: "Trebuchet MS", Helvetica, Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#fff;
		
}


#footer p{
	margin:0px;
	padding: 17px 20px;
	color:#fff;
}

h2{
	color:#8a9a5c;
	font-family: "Trebuchet MS", Helvetica, Arial, Helvetica, sans-serif;
	font-size:18px;
}
/*
content
*/
#maincontent{
float:left;
	width:550px;
	margin-right:20px; padding-left:20px
	}
#maincontent p{
	padding-left:20px;
	line-height:1.5em;
	
}
#maincontent h2{
	padding-left:20px;
	margin:0px;
	margin-top:15px;
	
}
#sidebar h2{
	padding-left:0px;
	margin:0px;
	margin-top:15px;
	margin-bottom:10px;
	
}

ul#offer_list {
	list-style:none;
}
#offer_list li{
	float:left;
	
}
	.offer_element a{
	display:block;
	background:url(img/offerbg.jpg) no-repeat top right #9fb269;
	margin:10px 5px;
	padding:10px 15px;
	text-decoration:none;
	color:#fff;
	}

	.offer_element a:hover{
	display:block;
	background:url(img/offerbghover.jpg) no-repeat top right #d7ac5a;
	}

	.offer_element h4{
	margin:0px 0px 10px 0px;
	padding-left:0px;
	font-weight: bold;
	color:#fff;
	font-size:18px;
	letter-spacing: -1px;
	}
 #sidebar
{
	padding: 0px 0 10px 0;
	margin-left: 595px;
	width: 200px;
	}

	#news ul{
		list-style:none;
		margin:0px;
		padding-left:5px;
	}
	#news li{
		padding:10px 0px;
		margin-bottom:10px;
		border-bottom:1px dotted #d9d9d9;
	}
	.newstitle{
		display:block;
		font-weight:bold;
	}
	.news{
		line-height:1.5em;
	}
	.newsdate{
		display:block;
		width:240px;
		text-align:right;
		font-size:10px;
		font-weight:normal;
		font-style:italic;
		
	}
a#sidebar{color: #C00; test-decoration:none}
	
#more{
	margin-left:700px;
margin-bottom:10px;
}

a#more{
	text-decoration:none;
	color:#000;
	display:block;
	text-decoration: none;
	height:32px;
	width:80px;
	font:600 18px "Trebuchet MS", Helvetica, Arial, Helvetica, sans-serif;
	background: url(img/more.jpg) no-repeat 0 -32px;
	text-indent:-9999px;
}
a:hover#more {
background: url(img/more.jpg) no-repeat ;
}
a#more2{
	text-decoration:none;
	color:#000;
	display:block;
	text-decoration: none;
	height:27px;
	width:75px;
	font:600 18px "Trebuchet MS", Helvetica, Arial, Helvetica, sans-serif;
	background: url(img/more2.jpg) no-repeat ;
	text-indent:-9999px;

}
a:hover#more2 {
background: url(img/more2.jpg) no-repeat 0 -27px ;
}


input{
	background:#fff;
	border:1px solid #9fb269;

}
input#email{
	padding:3px 6px;
}
input#add{
	padding:3px 6px;
	background:#9fb269;
	color:#fff;
	border:0px solid green;
}
label{
display:block;
	margin-bottom:15px;
	color:#000;
	font-size:12px;
	}
label span{
	display:block;
	float:left;
	padding-right:20px;
	width:120px;
	text-align:right;
	font-weight:normal;
}
/*
menu
*/

#menucont{
	float:right;
}
ul.menu {
	padding: 5px;
	margin: 20px 0;
	list-style: none;
	float: left;
}
ul.menu li {
	float: left;
}
 
ul.menu li a {
	float: left;
	text-decoration: none;
	color: #fff;
	padding: 8px 10px 0 0;
	margin-right: 8px;
	font: 900 14px "Arial", Helvetica, sans-serif;
	background: url("img/menu.jpg") no-repeat top right;
}

ul.menu li a span {
	float: left;
	padding-right: 10px;
	display: block;
	margin-top: -8px;
	height: 32px;
	background: url("img/menu.jpg") no-repeat top left;
}

ul.menu li a:hover {
 	color: #fff;
	background: url("img/menu1.jpg") no-repeat top right;
}
 
ul.menu li a:hover span {
	background: url("img/menu1.jpg") no-repeat top left;
}