/*
Theme Name: Neekdesign
Description: An original design by <a href="http://neekdesign.com">neekdesign</a>.
*/

/***** GLOBAL FORMATTING *****/

* {
	padding: 0;
	margin: 0;
}

body {
	background: #fff;
	font-size: 12px;
	color: #fff;
	font-family: arial, sans-serif;
	padding: 10px 0 10px 0;
}

img {
	border: 0;
}

a {
	color: #505;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/***** PAGE STRUCTURE FORMATTING *****/

#wrapper {
	display: block;
	margin: 0 auto;
	width: 960px;
	position: relative;
	background: #fff url(images/contentBg2.gif) repeat-y;
}

#header {
	width: 960px;
	background: #fff top center no-repeat;
	height: 60px;
	margin-top: 0;
	color: #fff;
}

.title {
	padding: 5px 5px 5px 20px;
	color: #fff;
}

img.logo {
	position: absolute;
	top: 10px;
	left: 30px;
	width: 155px;
	height: 66px;
}

p.masthead {
	padding: 220px 0 7px 0;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	line-height: 110%;
	font-style: italic;
	margin-bottom: 0;
}

#Nav {
	display: block;
}

#content {
	float: right;
	width: 650px;
	color: #443;
	padding: 20px;
}

/*
#sidebarRight {
	width: 170px;
	float: right;
	color: #000;
	background: #dcddca;
	padding: 20px;
}

* html #sidebarRight {
	width: 170px;
}
*/

#sidebarLeft {
	float: left;
	width: 200px;
	color: #000;
	padding: 20px;
}

* html #sidebarLeft {
	width: 200px;
}

/***** NAVIGATION BAR FORMATTING *****/

ul#Nav {
	margin: 0;
	padding: 0 0 0 65px;
	list-style: none;
	width: 895px;
	float: left;
	background: #aae url(images/navOn.gif) repeat-x;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

ul#Nav li {
	float: left;
	padding-right: 25px;
}

ul#Nav li.first {
	border-left: none;
}

ul#Nav a {
	display: block;
	float: left;
	padding: 0 9px;
	line-height: 25px;
	text-decoration: none;
	color: #fff;
}

ul#Nav a:hover {
	background: #66e url(images/navOff.gif) repeat-x;
	text-decoration: none;
}

ul#Nav li.current_page_item a { 
	color: #fff; 
	background: url(images/navOff.gif) repeat-x; 
	text-decoration: none;
}

/***** GENERAL TEXT FORMATTING *****/

.post {
	margin-bottom: 20px;
}


blockquote {
	margin: 20px 0;
	padding: 0 20px 0 50px;
	color: #333;
	background: url('images/quote.png') no-repeat 10px 0;
	border: none;

}

p {
	margin-bottom: 15px;
	line-height: 1.6em;
}

p a {
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}

p a:hover {
	border-bottom: 2px solid #999;
	text-decoration: none;
}

p.center {
	text-align: center;
}

.postmeta {
	background: #e4e5d4;
	border: 1px solid #a0abb4;
	padding: 3px;
	font-size: 10px;
}

.postmeta a {
	border-bottom: none;
}

.postmeta a:hover {
	border-bottom: none;
}

.small {
	font-size: 10px;
}

code {
	font: 12px 'Courier New', Courier, Fixed;
}

h1 {
	font-size: 24px;
	color: #505;
	letter-spacing: -0.8px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 8px;
	font-family: arial, sans-serif;
}

h1.title {
	font-size: 45px;
	letter-spacing: -2.5px;
	font-weight: normal;
	padding: 10px 10px 10px 17px;
}

h4 {
	color: #443;
	margin: -5px 0 10px 0;
	padding: 0;
	font-weight: normal;
	font-size: 10px;
	color: #424040;
}

/***** LISTS FORMATTING *****/

html>body .post ul {
	margin-left: 0px;
	padding: 0 0 10px 30px;
	list-style-image: url(images/bullet.png);
	padding-left: 30px;
} 

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

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

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

/***** SIDEBAR FORMATTING *****/

h2 {
	font-size: 14px;
	letter-spacing: -0.8px;
	text-align: left;
	padding:  2px;
	text-transform: uppercase;
	font-weight: normal;
	color:  #600;
	border-bottom: 2px #fff solid;
	margin-bottom: 5px;
	font-family: arial, sans-serif;
}

#sidebarRight a {
	color: #505;
	text-decoration: none;
}

#sidebarRight a:hover {
	background: none;
	text-decoration: underline;
}

#sidebarLeft a {
	color: #505;
	text-decoration: none;
}

#sidebarLeft a:hover {
	background: none;
	text-decoration: underline;
}

/***** SIDEBAR LISTS FORMATTING *****/

.sidebarIcon ul, .sidebarIcon ol { 
	margin: 0 0 1em 0; 
	font-size: 11px;
}

.sidebarIcon ul { 
	list-style-image: url(images/tag.png);
	list-style-position: inside;
}

.sidebarIcon li { 
	margin: 0 0 0.2em 0; 
}

.sidebarIcon ul li ul, .sidebarIcon ul li ol, .sidebarIcon ol li ul, .sidebarIcon ol li ol { 
	margin: 0.5em 0 0.5em 5px; 
}

.sidebar ul, .sidebar ol { 
	margin: 0 0 1em 0; 
	font-size: 11px;
}

.sidebar ul { 
	list-style-type: none;
}

.sidebar li { 
	margin: 0 0 0.6em 0; 
}

.sidebar ul li ul, .sidebar ul li ol, .sidebar ol li ul, .sidebar ol li ol { 
	margin: 0.5em 0 0.5em 5px; 
}

/***** FOOTER FORMATTING *****/

div#footer
	{
	clear: both;
	width: 960px;
	font-family: arial, sans-serif;
	font-size: 11px;
	margin-top: 30px;
	border-top: 1px solid #998;
	padding: 8px 8px 12px 21px;
	clear: both;
	text-align: center;
	background: #fff;
	height: 33px;
	}

div#footer p
	{
	color: #998;
	font-size: 10px;
	padding-bottom: 5px;
	font-weight: bold;
	}

div#footer p.grayfooter a
	{
	text-decoration: none;
	color: #998;
	}

div#footer a:hover, div#footer p.grayfooter a:hover
	{
	text-decoration: underline;
	}

#footer a {
	color: #505;
	text-decoration: none;
	border-bottom: none;
}

#footer a:hover {
	background: none;
	border-bottom: none;
}

/***** IMAGE FORMATTING *****/

img.post {
	padding: 5px;
	border: 1px solid #000;
	margin: 10px;
	float: right;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 1px solid #000;
}

img.alignright {
	padding: 5px;
	border: 1px solid #000;
	background: #fff;
	margin: 10px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	border: 1px solid #000;
	margin: 8px;
	display: inline;
}
	
/***** MISCELLANEOUS FORMATTING *****/

.alignright {
	float: right;
}

.right {
	float: right;
	padding-left: 15px;
}

.alignleft {
	float: left
}

.left {
	float: left;
	padding-right: 15px;
}	

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.postspermonth {
	margin: 5px 0 10px 0;
	list-style: none;
	padding-left: 25px;
}
	
/***** COMMENTS FORMATTING *****/

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

#commentform textarea {
	width: 500px;
	padding: 5px;
	margin: 2px;
	border: 1px solid #49647d;
	font-family: arial, sans-serif;
	font-size: 12px;
}

#commentform #submit {
	margin: 0;
	float: right;
	border: 1px solid #49647d;
	font-family: arial, sans-serif;
}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 11px;
}

.commentlist li {
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: arial, sans-serif;
}

.commentmetadata {
	font-weight: normal;
	font-size: 10px;
	font-family: arial, sans-serif;
}

.alt {
	margin: 0;
	padding: 10px;
}

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

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

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

#commentform p {
	margin: 5px 0;
}

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

.commentmetadata {
	margin: 0;
	display: block;
}



/*NEEK*/
form
	{
	margin: 0;
	padding: 0;
	}

div#logo
	{
	padding: 5px 0 5px 0;
	width: 212px;
	height: 46px;
	}

/***** SEARCH FORM FORMATTING *****/

div#searchform
	{
	float: right;
	margin: 10px 5px 0 0;
	text-align: right;
	}

div#searchform p
	{
	padding-bottom: 6px;
	line-height: 10px;
	text-align: right;
	margin-right: 14px;
	}

div#searchform div
	{
	text-align: right;
	}
	
div#searchform div a
	{
	display: block;
	border-right: 1px solid #999;
	float: left;
	background: 0 2px no-repeat;
	width: 17px;
	padding: 2px 3px;
	margin: 0 3px;
	}

div#searchform div a:hover
	{
	text-decoration: none;
	}

div#searchform div a#house
	{
	background-image: url(images/masthead_icons/house_off17x9.gif);
	}
	
div#searchform div a#house:hover
	{
	background-image: url(images/masthead_icons/house_on17x9.gif);
	}
	
div#searchform div a#map
	{
	background-image: url(images/masthead_icons/map_off17x9.gif);
	}
	
div#searchform div a#map:hover
	{
	background-image: url(images/masthead_icons/map_on17x9.gif);
	}
	
div#searchform div a#hourglass
	{
	background-image: url(images/masthead_icons/hourglass_off17x9.gif);
	}
	
div#searchform div a#hourglass:hover
	{
	background-image: url(images/masthead_icons/hourglass_on17x9.gif);
	}
	
div#searchform div a#triangle
	{
	background-image: url(images/masthead_icons/triangle_off17x9.gif);
	}
	
div#searchform div a#triangle:hover
	{
	background-image: url(images/masthead_icons/triangle_on17x9.gif);
	}
	
div#searchform div a#envelope
	{
	background-image: url(images/masthead_icons/envelope_off17x9.gif);
	border-right: none;
	}
	
div#searchform div a#envelope:hover
	{
	background-image: url(images/masthead_icons/envelope_on17x9.gif);
	}
	
p#Text
	{
	position: absolute;
	top: 63px;
	right: 20px;
	z-index: 800;
	color: #ccc;
	font-size: 11px;
	}
	
div#topnav
	{
	float: left;
	width: 915px;
	height: 25px;
	background: url(images/navbar.gif) 0 0 repeat-x;
	text-transform: uppercase;
	padding-left: 45px;
	}

div#topnav a
	{
	display: block;
	color: #fff;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin: 0 10px;
	padding: 6px 10px 5px 10px;
	}
	
div#topnav a.active, div#topnav a:hover
	{
	text-decoration: none;
	color: #ccc;
	background: url(images/navbar_button.gif) 0 0 repeat-x;
	}

sup
	{
	font-size: 0.75em; line-height: 0.5em;
	}

input
	{
	border: 1px solid #999;
	margin: 0;
	font-size: 11px;
	color: #000;
	height: 12px;
	}

input.button
	{
	color: #fff;
	background: #a5a;
	font-size: 10px;
	width: auto;
	height: 16px;
	}