/*
Theme Name: Northeast Editing, Inc.
Theme URI: http://www.ne-edit.com
Description: A custom WordPress-as-a-CMS theme custom designed and developed for the official website of Northeast Editing, Inc.
Version: 1.0
Author: Derek Traver of Javaleaf
Author URI: http://www.javaleaf.com
*/

/* Imports */  
@import url("css/reset.css");  
@import url("css/typography.css");

body{
	background: #0f4e70 url(images/body_bg.jpg) top center no-repeat;
}

/* header
****************************************/

#header{
	background: url(images/header_bg.jpg) no-repeat;
	height: 154px;
	margin: 0 auto;
	position: relative;
	width: 960px;
}

#header #logo{
	display: block;
	height: 95px;
	text-indent: -9999px;
	width: 340px;
	position: absolute;
	left: 0;
	bottom: 0;
}

#header address{
	color: #fff;
	font-style: normal;
	text-align: right;
	margin: 0;
	position: absolute;
	right: 25px;
	bottom: 12px;
}

/* navigation
****************************************/

#nav{
	background: url(images/nav_bg.jpg) repeat-x;
	height: 51px;
	list-style-type: none;
	margin: 0 auto;
	width: 960px;
}

#nav li{
	float: left;
}


#nav li a{
	border-left: 1px solid #e2e3e3;
	border-right: 1px solid #fff;
	color: #777;
	display: block;
	font: bold 14px/14px Arial, Helvetica, sans-serif;
	float: left;
	height: 14px;
	padding: 18px 34.25px;
	text-decoration: none;
}

#nav li a:hover, #nav li.active a{
	border-color: #7db2ce;
	background: #7db2ce;
	color: #fff;
	padding-bottom: 19px;
}

#nav li.last a{
	border-right: 0;
	padding-right: 34.75px;
}

/* main
****************************************/

#main{
	background: #7db2ce;
	margin: 0 auto;
	padding: 10px 0;
	width: 960px;
}

#content{
	background: url(images/default_bg.png) no-repeat;
	height: 523px;
	overflow: hidden;
	margin: 0 auto;
	padding: 15px;
	width: 917px;
}

#leftcolumn{
	float: left;
	width: 170px;
}

#leftcolumn img{
	display: block;
	margin: 21px auto;
}

#rightcolumn{
	float: right;
	height: 440px;
	overflow: auto;
	padding: 25px 190px 25px 0;
	width: 520px;
}

/* footer
****************************************/

#footer{
	background: #0c4a6b url(images/footer_bg.jpg) bottom no-repeat;
	color: #fff;
	width: 910px;
	margin: 0 auto 25px auto;
	overflow: hidden;
	padding: 15px 25px;
}

#footer ul{
	display: block;
	float: left;
	list-style: none;
	margin: 0;
}

#footer ul li{
	display: inline;
}

#footer ul a{
	border-right: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	margin-right: 10px;
	padding-right: 10px;
}

#footer ul a:hover{
	text-decoration: underline;
}

#footer ul li.last a{
	border: 0;
	margin: 0;
	padding: 0;
}

#footer p{
	float: right;
	margin: 0;
	text-align: right;
}

/* forms */

form{
	margin: 0 auto;
	width: 80%;
}

form p{
	margin: 0;
}

label{
	display: block;
	margin-bottom: 3px;
}

input.txtfield{
	margin-bottom: 8px;
	margin-top: -20px;
}

/* WordPress stuff
****************************************/

/* news section */

.post{
	margin-bottom: 42px;
}

p.meta{
	font-size: 10px;
	margin-bottom: 7px;
	margin-top: -10px;
}

/* images */

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	border: 1px solid #7e8a35;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	border: 1px solid #7e8a35;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	border: 1px solid #7e8a35;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
	
/* captions */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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;
}
.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;
}