/*
Theme Name: Veterans Real Estate
Theme URI: http://www.mxdn.net/
Description: The Custom Theme for Veterans Real Estate.
Version: 1.6
Author: Junaid Ahmed
Author URI: http://www.mxdn.net
Tags: blue, custom header, fixed width, three columns, widgets
*/



/* Begin Typography & Colors */
body 
{
	font-size: 12px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #EBEBEB;
	color: #000;
	text-align: center;
}

*
{
	padding:0px;
	margin:0px;
}

h2
{
	font-size:18px;
	font-weight:900;
	color:#B80C0C;
}

ul
{
	list-style:none;
}

img
{
	border:none;
}

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

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

a:visited
{
	color:#000;
	text-decoration:underline;
}

input[type="text"]
{
	border:1px solid #9E9E9E;
}

input[type="submit"]
{
	margin:5px;
	background:#000;
	border:2px solid #375375;
	color:#fff;
	font-weight:bold;
	text-align:center;
}

#page
{
	width:900px;
	margin:0px auto;
	text-align:left;
	background:#fff url(images/page_bg.jpg) repeat-y;
}

#headernav
{
	height:42px;
	background:#000000 url(images/header_navigation.jpg) repeat-x;
}

#currenttime
{
	text-align:center;
	color:#eaff00;	
	font-weight:bold;
	padding-top:5px;
}

#currenttime div
{
	
}

#headernav ul
{
	margin-left:30px;
	list-style: none;
}	

#headernav ul li
{
	float: left;
	margin:10px;
	margin-bottom:0px;
	margin-top:0px;
	font-weight:bold;
	color:#fff;
}

#headernav ul li a
{
	color:#fff;
}

#headernav ul li a:hover
{
	color:#9AA0AA;
}

#sidebar_1
{
	width:180px;
	float:left;
}


#sidebar_2
{
	width:160px;
	float:left;
}

div.border-space
{
	padding:8px;
}

#sidebar_2 ul li
{
	padding:2px;
}

#sidebar_2 ul li ul
{
	margin-left:13px;
	margin-top:5px;
	margin-bottom:5px;
}

#sidebar_2 ul li ul li
{
	padding:0px;
}

#sidebar_2 input[type="text"]
{
	width:130px;
}

#sidebar_2 h2
{
	font-size:16px;
}


#content
{
	width:560px;
	float:left;
}

#intro_site
{
	font-size:10px;
	color:#666666;
	border:2px solid #ebebeb;
	margin-bottom:15px;
}

#intro_site p
{
	padding:20px;
}

#content div.border-space
{
	padding:15px;
	width:530px;
	overflow:hidden;

}

#content ul, #content ol
{
	margin:15px;
	line-height:100%;
}

div.post
{
	margin-bottom:15px;
}

div.post h2 a
{
	text-decoration:underline;
}

.postmetadata
{
	margin:5px;
}

.sidebar-posting
{
	font-size:9px;
	text-transform:lowercase;
	line-height:150%;
}

.widgetbox
{
	margin-top:7px;
	margin-bottom:7px;	
}


#footer
{
	background:#375382 url(images/footer.jpg) no-repeat;
	min-height:50px;
	padding-top:15px;
}

#footer_note
{
	font-family:Tahoma;
	padding:30px;
	text-align:center;	
	font-size:11px;
	font-weight:normal;
	color:#fff;
	line-height:120%;
}

#footer_note div
{
	width:680px;
	/*text-align:left;*/
	margin:0px auto;
}

#footernav
{
	height:20px;
	background:#000000;
}

#footernav ul
{
	margin-left:30px;
}	

#footernav ul li
{
	float:left;
	margin:12px;
	margin-top:2px;
	margin-bottom:0px;
	font-weight:900;
	color:#fff;
}

#footernav ul li a
{
	color:#fff;
}

#footer_links_other
{
	text-align:center;
}

#footer_links_other ul, #footer_links_other ul li
{
	display:inline;
}

#footer_links_other ul li 
{
	padding-left:10px;
	padding-right:10px;
}

div#validation
{
	padding:15px;
}

div#validation ul
{
	float:right;
}

div#validation ul li
{
	display:inline;
	padding-left:15px;
	padding-right:15px;	
	color:#fff;
}

div#validation ul li a
{
	color:#fff;
}

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

.alignright 
{
	float: right;
}

.alignleft 
{
	float: left
}
	
/**************** comments *******************/
textarea#comment
{
	width:500px;
	height:150px;
}

