/* 
	Theme Name: Wyngate Commons
	Theme URL: http://wyngatecommons.com/
	Description: Customised WordPress Theme for <a href="http://wyngatecommons.com/">Wyngate Commons</a>.
	Author: Milan Kaneria
	Author URI: http://efficienttips.com/
	Version: 1.0
		
*/


body
{
	margin: 0px auto 0px auto;
	padding: 0px;
	color: #ffffff;
	background: #6B6A68 url(images/body-bg.jpg) center top repeat;
	font-family: 'Century Gothic', Arial, Sans-Serif;
	font-size: 13px;
	line-height: 1.3;
}

#wraper
{
	width: 860px;
	margin: 0px auto 0px auto;
	overflow: hidden;
}

#header
{
	height: 335px;
	padding-top: 50px;
	background: url(images/header-bg.gif) center bottom no-repeat;
}

#header-wraper
{
	height: 23px;
	background: #A3A3A2;
	overflow: hidden;
}

#header-menu
{
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
}

#header-menu a:link, #header-menu a:visited
{
	float: left;
	width: 112px;
	height: 22px;
	margin: 0px 5px 0px 0px;
	padding: 1px 0px 0px 8px;
	background: url(images/header-menu-bg.jpg) left top no-repeat;
	color: #ffffff !important;
}

#header-search
{
	float: right;
}

#search input
{
	padding: 0px;
	font-size: 12px;
}

#search input.submit
{
	padding: 0px;
	font-size: 9px !important;
}


#page
{
	height: 100%;
	padding: 12px 15px;
	background: url(images/page-bg.jpg) center top repeat-y;
	overflow: hidden;
}


#home
{
	margin-top: 100px;
}

#home-logo
{
	width: 388px;
	height: 137px;
	background: url(images/home-logo-bg.gif) center top no-repeat;
}

#home-box
{
	width: 388px;
	height: 222px;
	margin: 10px 0px;
	padding-top: 17px;
	background: url(images/home-box-bg.gif) center top no-repeat;
}

#home-box img
{
	border: none;
}

#home-text a
{
	color: #ffffff;
	font-size: 24px;
	font-weight: normal;
}

#home-text a:hover
{
	color: orange !important;
}

#home-footer
{
	margin: 10px 0px 100px;
}


#sidebar-l
{
	float: left;
	width: 157px;
}

#sidebar-menu
{
	float: left;
	margin-bottom: 20px;
	color: #585858;
	font-size: 15px;
	font-weight: bold;
}

#sidebar-menu ul
{
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#sidebar-menu li
{
	display: block;
	width: 141px;
	height: 23px;
	margin: 0px 0px 2px 0px;
	padding: 4px 8px 0px;
	background: url(images/sidebar-menu-bg.jpg) left top no-repeat;
	list-style: none;
}

#sidebar-menu a:link, #sidebar-menu a:visited
{
	color: #585858 !important;
}

#sidebar-menu a:hover, #sidebar-menu a:focus, #sidebar-menu a:active
{
	color: #ffffff !important;
}

#sidebar-menu li.current_page_item
{
	background: url(images/sidebar-menu-bg-active.jpg) left top no-repeat;
}

#sidebar-menu li.current_page_item a:link, #sidebar-menu li.current_page_item a:visited
{
	color: #ffffff !important;
}


#content
{
	float: left;
	width: 635px;
	margin: 0px 14px;
	padding: 0px 0px 0px;
	color: #000000;
}

.posttitle
{
	height: 24px;
	margin: 0px;
	padding: 0px 8px;
	color: #6f6f6f;
	background: #D8D8D8;
	font-size: 18px;
}

.posttitle a
{
	color: #6f6f6f !important;
}

.postmeta
{
	padding: 10px 0px 0px;
	font-weight: bold;
}

.postcontent
{
	padding: 0px 0px 10px;
}

blockquote
{
	width: 90%;
	margin: 0px auto 10px auto;
	padding: 10px;
	border: 1px solid #87C825;
	font-style: italic;
}

#page-nav-prev
{
	float: left;
	margin: 0px;
	padding: 0px 0px 20px;
}

#page-nav-next
{
	float: right;
	margin: 0px;
	padding: 0px 0px 20px;
}


#sidebar
{
	float: left;
	width: 225px;
}

#sidebar-info
{
	height: 100%;
	margin-bottom: 10px;
	background: #9B9999;
	font-size: 10px;
	overflow: hidden;
}

#sidebar-info span
{
	float: left;
	padding: 4px;
}

#sidebar-info img
{
	float: right;
}

#sidebar-info a
{
	float: left;
	padding: 4px 8px;
	color: #ffffff;
	background: #C0DF8B;
	font-size: 12px;
}

#sidebar-gallery
{
	margin-bottom: 10px;
	padding: 0px 0px 20px;
	background: #B0AFAF;
}

#sidebar-gallery-header
{
	padding: 0px 0px 5px 10px;
	font-size: 18px;
	font-weight: bold;
}

object#ngg_slideshow2
{
	border: 3px solid #87C825;
}

.sidebar-widget
{
	width: 225px;
}

.sidebar-header
{
	margin-bottom: 15px;
	padding: 2px 8px;
	color: #ffffff;
	background: #9FD34B;
	font-size: 15px;
	font-weight: bold;
}

.sidebar-content
{
	padding: 0px 10px 10px;
	color: #6f6f6f;
}

.sidebar-widget ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.sidebar-widget li
{
	padding: 0px 0px 5px 0px;
	list-style: none;
}



#footer
{
	clear: both;
	height: 100%;
	padding: 50px 0px 50px;
	background: url(images/footer-bg.gif) center top no-repeat;
	font-size: 13px;
	font-weight: bold;
	overflow: hidden;
}

#footer-text
{
	float: left;
	width: 68%;
	padding: 3px 0px 3px 2%;
	background: #848281;
}

#footer-info
{
	float: left;
	width: 28%;
	padding: 3px 0px 3px 2%;
	background: #98CD42;
}


a, a:link, a:visited
{
	color: #87C825;
/*	color: #A2D74F;*/
	text-decoration: none;
	font-weight: bold;
}
	
a:hover, a:focus, a:active
{
	color: #567F18 !important;
	outline: none;
}


img, a img
{
	border: 3px solid #87C825;
}


form
{
	margin: 0px;
	padding: 0px;
}

input, textarea, select
{
	padding: 2px 4px;
	border: 3px solid #0000;
	color: #000000;
	background: #B8DB7C;
	font-family: 'Century Gothic', Arial, Sans-Serif;
	font-weight: bold;
}

input.submit
{
	padding: 0px 3px;
	font-weight: bold;
	cursor: pointer;
}
