/*  
Theme Name: NLA
Theme URI: http://www.nlarchitecture.com/
Author: Textfield
Author URI: http://www.textfield.org/
*/

/* body styles */

body {
	background: #fff;
  	margin-top: 20px; 
  	margin-left: 30px;
  	margin-right: 0px; 
  	margin-bottom: 0px;
  	font-family: 'Optima', 'Tahoma', 'Skia', 'Gill Sans', 'Lucida Grande', 'Lucida Console', 'Geneva', 'Verdana', 'Arial', 'Helvetica', sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	color: #000; 
}

/* main layout divs */

#wrapper {
	width: 870px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: left;
}


#header {
	width: 870px;
	margin-bottom: 20px;
	padding: 0px;
	text-align: left;
}

#navigation {
	width: 760px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: left;
}

#content {
	width: 870px;
	height: 440px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: left;
}

#footer {
	width: 870px;
	margin-bottom: 0px;
	padding: 0px;
	clear: both;
	text-align: left;
}

/* content layout divs */

#post {
	width: 870px;
	height: 365px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: left;
}

#post p { /* removes p spacing in post content */
	margin: 0px 0px; 
	padding: 0px 0px;
}

#topleft { 
	width: 440px;
	height: 330px;
	float: left;
	margin-bottom: 0px;
	padding: 0px;
	text-align: left;
}

#topright { 
	width: 430px;
	height: 330px;
	float: right;
	margin-bottom: 0px;
	padding: 0px;
	text-align: left;
}

#left { 
	width: 440px;
	float: left;
	margin-bottom: 0px;
	padding: 0px;
	text-align: left;
}

#right { 
	width: 430px;
	float: right;
	margin-bottom: 0px;
	padding: 0px;
	text-align: left;
}

#paginate {
	float: left;
	clear: both;
	margin-bottom: 0px;
	padding: 0px;
	text-align: left;
}

/* list styles */

ul {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	white-space: nowrap;
}

ul #navlist  {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
	white-space: nowrap;
}

li {
	display: inline;
	list-style-type: none;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

/* table default */

table {
	width: 870px;	
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}

/* td default */

td {
	vertical-align:top; text-align:left;
}

/* links default */

a:link {
	color: #666;
	text-decoration: none;
}
	
a:visited {
	color: #666;
	text-decoration: none;
}

a:active {
	color: #000;
	text-decoration: none; 
}

a:hover {
	color: #000;
	text-decoration: none;
}

/* links navigation */

a.navigation:link {
	color: #666;
	background-color: none;
	text-decoration: none;
	text-transform: uppercase;
	font-variant: none;
	letter-spacing: 1px;
}
	
a.navigation:visited {
	color: #666;
	background-color: none;
	text-decoration: none;
	text-transform: uppercase;
	font-variant: none;
	letter-spacing: 1px;
}

a.navigation:active {
	color: #000; 
	background-color: none;
	text-decoration: none;
	text-transform: uppercase;
	font-variant: none;
	letter-spacing: 1px;
}

a.navigation:hover {
	color: #000;
	background-color: none;
	text-decoration: none;
	text-transform: uppercase;
	font-variant: none;
	letter-spacing: 1px;
}

/* wp contact form styles */

.contact-form{
	width:320px;
	position:static;
	margin-top:0;
	padding:0;
	overflow:hidden;
	}

.contact{
	width:320px;
	float:left;
	display:block;
	margin-top:0;
	margin-bottom:2px;
	padding:0;
	text-align:left;
	}

.contact-submit{
	width:320px;
	float:left;
	display:block;
	margin-top:5px;
	margin-bottom:0;
	padding:0;
	text-align:left;
	}
	
.contact-text{
	color:#333;
	}
	
/*
.contact-success{
	margin-top:0px;
	color:#333;
	}
*/

.contact-success{
	float:left;
	width:320px;
	border:1px dotted #ddd;
	background:#e9f7ff;
	padding:5px;
	margin-bottom:10px;
	}
	
#contact-error{
	border:1px dotted #ddd;
	background:#ffefef;
	padding:5px;
	margin-bottom:10px;
	}			

.contact-error{
	color:#ff3333;
	}

/* text styles */

.navheader {
	text-transform: uppercase;
	letter-spacing: 2px;
}

.notfound {
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.paginate {
	font-family: 'Hoefler Text', 'Georgia', 'Skia', 'Book Antiqua', 'Times', 'Times New Roman', serif;
	font-size: 30px;
	line-height: 32px;
}

.overview {
	font-size: 11px;
	line-height: 22px;
}

.caption {
	color: #000;
}

.footer {
	text-transform: uppercase;
	letter-spacing: 2px;
}

.bullet {
	letter-spacing: 1px;
}

/* default image borders */

img {
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
}




