/*
Theme Name: Northland*/
* {
	margin: 0;
	padding: 0;
}

body {
	background: #000;
}

body, input, textarea, select {
	font: normal small Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0px auto;
}

h1, h2, h3 {
	margin-bottom: 1em;
	font-weight: normal;
	color: #579700;
}

h1 {
	font-weight: bold;
	font-size: 2.2em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

p, blockquote, ul, ol, form {
	margin-bottom: 1.5em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {	
	margin: 5px 5px 0px 5px;
	padding: 0px 5px 0px 35px;
	background: transparent url(images/blockquote.gif) no-repeat ;
	font-style: italic;}

ul {
	list-style-type: square;
}

a {
	color: #579700;
}

a:hover {
	text-decoration: none;
}

/* Wrapper */

#wrapper {
	width: 761px;
	margin: 0 auto;
	margin-top: 25px;
	border: 0;
	background-color: #000;
}

/* Header */


#header {
	height: 67px;
	position: relative;
	background: #000 url(images/blue_header_bckgrd.gif) no-repeat;
	margin: 0px auto;
}

#header h1, #header h2 {
}

#header h1 {
	position: absolute;
	top: 102px;
	left: 10px;  
	font-size: 3em;
	letter-spacing: -3px;
}

#header h2 {
	position: absolute;
	top: 140px;
	left: 10px;  
	font-weight: bold;
	font-size: 1em;
}

#header a {
	text-decoration: none;
	color: #FFF;
}

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

#header ul{
	margin: 25px 0px 25px 215px;
	position:absolute;
}

#header li
{
	padding: 0px;
	display: inline;
}

#header li a
{
	color: #b2411a;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	padding: 0px 15px 0px 10px;
	border-right:1px solid #000000 ;
}

.header_end
{
	color: #b2411a;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	padding: 0px 15px 0px 10px;
}

#header li a.active
{
	background: transparent url(images/trans.png);
}

#header li a:hover
{
	color:#000000;
	background: transparent url(images/trans.png);
}

#home_header {
	height: 67px;
	position: relative;
	background: #000 url(images/home_header_bckgrd.gif) no-repeat;
	margin: 0px auto;
}

#home_header h1 {
	position: absolute;
	top: 102px;
	left: 10px;  
	font-size: 3em;
	letter-spacing: -3px;
}

#home_header h2 {
	position: absolute;
	top: 140px;
	left: 10px;  
	font-weight: bold;
	font-size: 1em;
}

#home_header a {
	text-decoration: none;
	color: #FFF;
}

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

#home_header ul{
	margin: 25px 0px 25px 215px;
	position:absolute;
}

#home_header li
{
	padding: 0px;
	display: inline;
}

#home_header li a
{
	color: #b2411a;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	padding: 0px 15px 0px 10px;
	border-right:1px solid #000000 ;
}

#home_header li a.active
{
	background: transparent url(images/trans.png);
}

#home_header li a:hover
{
	color:#000000;
	background: transparent url(images/trans.png);
}


/* Design header */


#design_header {
	height: 67px;
	position: relative;
	background: #000 url(images/home_header_bckgrd.gif) no-repeat;
	margin: 0px auto;
}

#design_header h1 {
	position: absolute;
	top: 102px;
	left: 10px;  
	font-size: 3em;
	letter-spacing: -3px;
}

#design_header h2 {
	position: absolute;
	top: 140px;
	left: 10px;  
	font-weight: bold;
	font-size: 1em;
}

#design_header a {
	text-decoration: none;
	color: #FFF;
}

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

#design_header ul{
	margin: 25px 0px 25px 215px;
	position:absolute;
}

#design_header li
{
	padding: 0px;
	display: inline;
}

#design_header li a
{
	color: #b2411a;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	padding: 0px 15px 0px 10px;
	border-right:1px solid #000000 ;
}

#design_header li a.active
{
	background: transparent url(images/trans.png);
}

#design_header li a:hover
{
	color:#000000;
	background: transparent url(images/trans.png);
}

/* Marketing */
#body_marketing {
	background-color: fff;
	padding: 0px 0px 0px 0px;
	height: 67px;
	width: 761px
}


/* Menu */

#menu
{
	width: 850px;
	position: absolute;
	margin: -250px 0;
}

#menu ul
{
	list-style: none;
	text-align: right;
	padding: 215px 0px 10px 0px;
	margin: 0;
}

#menu li
{
	padding: 5px 5px 15px 5px;
	display: inline;
}

#menu li a
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;

	border: 1px dotted #FFFFFF;}

#menu li a.active
{
	border: 1px solid #FFFFFF;
	background: transparent url(images/trans.png);
}

#menu li a:hover
{
	border: 1px solid #FFFFFF;
	background: transparent url(images/trans.png);
}

/* Content */

#home_content {
	background: #cdd8e0 url(images/home_footer_bckgrd.gif) bottom left no-repeat;
	margin: 0px auto;
	padding-bottom:18px;
	width: 761px;
}

#about_content {
	background: #cdd8e0 url(images/about_footer_bckgrd.gif) bottom left no-repeat;
	margin: 0px auto;
	padding-bottom:18px;
	width: 761px;
}

#team_content {
	background: #cdd8e0 url(images/team_footer_bckgrd.gif) bottom left no-repeat;
	margin: 0px auto;
	padding-bottom:18px;
	width: 761px;
}

#contact_content {
	background: #cdd8e0 url(images/contact_footer_bckgrd.gif) bottom left no-repeat;
	margin: 0px auto;
	padding-bottom:18px;
	width: 761px;
}

#design_content {
	background: #FFF url(images/design_footer_bckgrd.gif) bottom left no-repeat;
	margin: 0px auto;
	padding-bottom:18px;
	width: 761px;
}

#design_content_tan {
	background: #eee6c6 url(images/design2_footer_bckgrd.gif) bottom left no-repeat;
	margin: 0px auto;
	padding-bottom:18px;
	width: 761px;
}

/* gallery tabs */

#gallery_tabs {
	background: #000;
	width:650px;
	height:32px;
	padding:0px;
	margin-left:130px;
	margin-top: 27px;
	margin-bottom:0px;
	text-align:center;
}

#gallery_tabs img {
	border:0px;
}


#gallery_tabs a {
	text-decoration:none;
	border-style: none;
	color:#000000
}


/* Blog */

#home_blog {
	background: #eee6c6;
	float: right;
	width: 529px !important;
	width: 526px;  /* IE6 3px problem */
	margin: 0px auto;
	padding: 10px 20px 0px 10px;
}

#white_blog {
	background: #fff;
	float: right;
	width: 529px !important;
	width: 526px;  /* IE6 3px problem */
	margin: 0px auto;
	padding: 10px 20px 0px 10px;
}

#blog {
	background: #cdd8e0;
	float: right;
	width: 529px !important;
	width: 526px;  /* IE6 3px problem */
	margin: 0px auto;
	padding: 10px 20px 0px 10px;
}

/* Post */

.post {
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
}



#title {
	height: 37px;
	text-transform: uppercase;
	font-size: small;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
}

.maintitle {font-size: 1.6em;}

#home_titlepage {

	color: 	#000;
	height: 37px;
	font-size: 24px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	padding: 5px 5px 5px 0px;
	background: #eee6c6;
}

#titlepage_port {
	z-index:100;
	color: 	#FFF;
	margin-left:-227px;
	width: 761px;
	height: 37px;
	font-size: 24px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	padding: 10px 5px 5px 285px;
	background-image:url('./images/title_bkgrd_port.png');
    background-repeat:no-repeat;
}

#titlepage_key {
	z-index:100;
	color: 	#fff;
	width: 761px;
	height: 37px;
	margin-left:-227px;
	left: 0px;
	font-size: 24px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	padding: 10px 5px 5px 285px;
	background-image:url('./images/title_bkgrd_key.png');
    background-repeat:no-repeat;
}

#titlepage_contact {
	z-index:100;
	color: 	#fff;
	width: 761px;
	height: 37px;
	margin-left:-227px;
	left: 0px;
	font-size: 24px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	padding: 10px 5px 5px 285px;
	background-image:url('./images/title_bkgrd_contact.png');
    background-repeat:no-repeat;
}

#titlepage_about {
	z-index:100;
	color: 	#fff;
	width: 761px;
	height: 37px;
	margin-left:-227px;
	left: 0px;
	font-size: 24px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	padding: 10px 5px 5px 285px;
	background-image:url('./images/title_bkgrd_about.png');
    background-repeat:no-repeat;
}

#titlepage_team {
	z-index:100;
	color: 	#fff;
	width: 761px;
	height: 37px;
	margin-left:-227px;
	left: 0px;
	font-size: 24px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	padding: 10px 5px 5px 285px;
	background-image:url('./images/title_bkgrd_team.png');
    background-repeat:no-repeat;
}

#titlepage {
	color: 	#000;
	height: 37px;
	font-size: 24px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	padding: 5px 5px 5px 0px;
	background: #cdd8e0;
}

#white_titlepage {
	color: 	#000;
	height: 37px;
	font-size: 24px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	padding: 5px 5px 5px 10px;
	background: #fff;
}

#white_titlepage_button {
	padding-left:25px;
}



#title a {
	text-decoration: none;
}

#title a:hover {
	text-decoration: none;
	border-bottom: 2px dotted #579700;
}

#title #date {
	text-align: left;
	font-size: 13px;
	padding: 4px 0px 0px 1px;
	color: #579700;
	float:right;
	width:55px;
	margin:0;
}

#date .mo{color:#539ff3;}
#date .day{color:white;}



.post .entry {
	width: 350px;
	padding: 10px 15px 10px 50px;
	line-height: 1.35em;
}

.post p {
	padding-left:10px;
}

.post .meta {
	padding: 0px 15px 8px 10px;
	line-height: 0.85em;
	color: #333;
	

	
}

.entry h1, .entry h2 {
	color: #333;
}

.entry h3{
	font-size:16px;
	font-weight:bold;
	padding-left:10px;
	color:#3B6E8F;
}

#content_home {
	padding-left:0px;
}


/* Sidebar */


#design_sidebar {
	background: #eee6c6;
	float: left;
	width: 190px;
	padding: 70px 0px 0px 10px;
}


#sidebar {
	background: #CCD6D;
	float: left;
	width: 190px;
	padding: 70px 0px 0px 10px;
}


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

#sidebar li {
	
	height:25px;
	margin-bottom: 0px;
}

#sidebar a{

}

#sidebar li ul {
	line-height: 1em;
	list-style-type: none;
	padding-left: 10px;
}

#sidebar li li {
	margin: 0;
	color: #white;
}

#sidebar h2 {
	height: 10px;
	text-transform: uppercase;
	color: #3B6E8F;
	font-size: .9em;
	font-weight: bold;
	text-align: left;
}

#sidebar a {
	font-size: 12px;
	text-decoration: none;
	color: #3B6E8F;
	font-weight: bold;
	padding-left: 0px;
	padding-right: 4px;
}

#sidebar a:hover {
	text-decoration: none;
	color: black;
	font-weight: bold;
}


#calendar {
	background: #539ff3;
	font-size: 0.85em;
	font-weight: bold;
	text-align:center;
	color: white;}

#calendar a:hover {
	font-weight: bold;
	background: #216ec4;
	color: white;
}

#calendar td {
height:12px;
padding:  0px 2px 0px 2px}

#calendar a {
	background: #539ff3;
	color: white;
	padding:  0px 2px 0px 2px;	display:block;
	text-decoration:none;
	line-height:12px;
	border-bottom: 1px dotted white;
}

caption{font-size: 1.2em;}

#today {padding:  0px 0px 0px 2px;	background: white;
	font-weight: bold;
	color: #539ff3;}

#rss a{	border-bottom: 0px;
	background: transparent;
	overflow: hidden;}
#rss a:hover {	border-bottom: 0px;
	background: transparent;
	overflow: hidden;}
#rss img:hover {	border-bottom: 0px;
	background: transparent;
	overflow: hidden;}

#searchbg {
background: transparent url(images/searchbg.gif) no-repeat center center;
height:25px;
margin-bottom:20px;}

#s {
width: 110px;
height: 15px;
color: #539ff3;
font-weight: bold;
border: 0px;
}

#go {
	background: transparent;
	color: #539ff3;
	font-weight: bold;
	border: 0px;
	font-size: 1.25em;
	outline: none;
	height: 15px;}


/* Footer */

#footer{
	font-size: 0.7em;
	background: black url(images/contact_footer_bckgrd.gif);
	margin: 0px auto;
	padding: 10px 10px;
	text-align: center;}


/* Comments Styling */
#comment {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
font: Trebuchet MS, Verdana, Sans-Serif;
}

#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
background: #ffffff;
width: 280px;
}

#commentform textarea {
background: #ffffff;
	border-top: 1px solid #b3f872;
	border-left: 1px solid #b3f872;
	border-bottom: 1px solid #579700;
	border-right: 1px solid #579700;
width: 280px;
}
#commentform textarea:hover {
	background: white;
	border-top: 1px solid #579700;
	border-left: 1px solid #579700;
	border-bottom: 1px solid #b3f872;
	border-right: 1px solid #b3f872;
}
#commentform textarea:focus {
background: white;
	border-top: 1px solid #579700;
	border-left: 1px solid #579700;
	border-bottom: 1px solid #b3f872;
	border-right: 1px solid #b3f872;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #ffffff;
	border-top: 1px solid #b3f872;
	border-left: 1px solid #b3f872;
	border-bottom: 1px solid #579700;
	border-right: 1px solid #579700;
	width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
	font-size: 1.1em;
	background: white;
	border-top: 1px solid #579700;
	border-left: 1px solid #579700;
	border-bottom: 1px solid #b3f872;
	border-right: 1px solid #b3f872;
	width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
	font-size: 1.1em;
	background: white;
	border-top: 1px solid #579700;
	border-left: 1px solid #579700;
	border-bottom: 1px solid #b3f872;
	border-right: 1px solid #b3f872;
	width: 280px;
}
#commentform input{
margin-bottom: 3px;
}

.submit1{
	width: 280px;
	cursor:hand;
	font-size:1.10em;
	background: #ffffff;
	border-top: 1px solid #b3f872;
	border-left: 1px solid #b3f872;
	border-bottom: 1px solid #579700;
	border-right: 1px solid #579700;}

.submit1:hover, .submit1:focus{
	background: white;
	border-top: 1px solid #579700;
	border-left: 1px solid #579700;
	border-bottom: 1px solid #b3f872;
	border-right: 1px solid #b3f872;}
