/*
	Theme Name: noosatraining.com
	Theme URL: http://noosatraining.com/
	Description: Customised WordPress Theme by <a href="mailto:milanmk@yahoo.com">Milan Kaneria</a>.
	Author: Milan Kaneria
	Author URI: mailto:milanmk@yahoo.com
	Version: 1.0
*/


body
{
	margin: 0px auto 0px auto;
	padding: 0px;
	color: #666666;
	background: url(images/background.jpg) repeat-x;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
}

#wraper
{
	width: 950px;
	margin: 0px auto 0px auto;
	background: #ffffff;
	overflow: hidden;
}


#header
{
	height: 300px;
	background: url(images/header-bg.jpg) 0px 87px repeat-x;
	overflow: hidden;
}

#header-box
{
	height: 101px;
	overflow: hidden;
}

#header-logo a
{
	float: left;
}

#header-links
{
	float: right;
	margin: 50px 8px 0px 0px;
	text-align: right;
}

#header-links span
{
	color: #999999;
	font-size: 11px;
}

#header-image
{
	height: 199px;
}

#page
{
	height: 100%;
	padding: 13px 0px 0px;
	background: url(images/page-bg.jpg) center top no-repeat;
	overflow: hidden;
}

#content, .content-alt
{
	float: left;
	width: 550px;
	margin: 0px;
	padding: 27px 0px 0px;
}

.content-alt
{
	width: 750px !important;
}

.posttitle
{
	margin: 0px;
	padding: 0px 30px 0px;
	color: #036EAB;
	font-size: 25px;
}

.postmeta
{
	padding: 4px 30px 0px;
	font-size: 11px;
}

.posttitle a, .postmeta a
{
	color: #036EAB !important;
}

.postcontent
{
	margin: 0px;
	padding: 0px 30px 20px;
	font-size: 12px;
	line-height: 1.6;
}

.postcontent .header
{
	font-size: 15px;
}
.postcontent .subheading
{
	font-size: 15px;
font-weight: normal;
color: #036eab;
}
.postcontent .big
{
	font-size: 14px;
font-weight: bold;
color: #036eab;
}
.postfooter
{
	width: 100%;
	height: 1px;
	color: #CCE0F5;
}

blockquote
{
	width: 90%;
	margin: 0px auto 10px auto;
	padding: 10px;
	border: 1px solid #005996;
	font-style: italic;
}

#page-nav-prev
{
	float: left;
	margin: 0px;
	padding: 0px 30px 20px;
}

#page-nav-next
{
	float: right;
	margin: 0px;
	padding: 0px 30px 20px;
}


#sidebar-l
{
	float: left;
	width: 185px;
	min-height: 330px;
	height: auto !important;
	height: 330px;
	padding: 27px 0px 0px 15px;
	background: url(images/sidebar-l-bg.jpg) center top no-repeat;
}

#sidebar-r
{
	float: left;
	width: 200px;
	padding-top: 27px;
}

.sidebar-widget
{
	width: 185px;
	margin-bottom: 25px;
	border-top: 3px solid #036EAB;
	background: #F2F7FC;
}

.sidebar-header
{
	padding: 8px;
	color: #036EAB;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 18px;
}

.sidebar-content
{
	padding: 0px 10px 10px;
	font-size: 11px;
}

.sidebar-content p
{
	margin: 0px;
	padding: 0px;
}

.sidebar-content-upcoming p
{
	margin: 0px 0px 10px !important;
}

.sidebar-widget ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.sidebar-widget li
{
	padding: 0px;
	list-style: none;
}

.sidebar-content a, .sidebar-content a:link, .sidebar-content a:visited
{
/*	color: #666666;*/
}

.sidebar-widget hr
{
	height: 1px;
	color: #C2DAF2;
	background: #C2DAF2;
}


#sidebar-menu
{

}

#sidebar-menu ul
{
	margin: 0px;
	padding: 0px;
}

#sidebar-menu ul ul
{
	display: none;
}

#sidebar-menu li ul
{
	margin: 5px 0px 0px 0px;
}

#sidebar-menu li.current_page_item ul, #sidebar-menu li.current_page_parent ul
{
	display: block;
}

#sidebar-menu li
{
	display: block;
	margin: 0px 0px 1px 0px;
	padding: 2px 0px 2px 15px;
	background: url(images/sidebar-li.jpg) left top no-repeat;
	list-style: none;
}

#sidebar-menu li.current_page_item, #sidebar-menu li.current_page_parent, #sidebar-menu li:hover
{
	background: url(images/sidebar-li-a.jpg) left top no-repeat;
}

#sidebar-menu li ul li
{
/*	background: none !important;*/
}


#footer
{
	clear: both;
	height: 100%;
	padding: 15px;
	color: #0066cc;
	background: url(images/footer-bg.jpg) center top repeat-x;
	font-size: 10px;
	overflow: hidden;
}

#footer-copyright
{
	float: left;
}

#footer-menu
{
	float: right;
	width: 450px;
	text-align: right;
}

#footer-menu ul
{
	margin: 0px;
	padding: 0px;
}

#footer-menu li
{
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#footer-menu a
{
	color: #0066cc !important;
}


a, a:link, a:visited
{
	color: #005996;
	text-decoration: none;
}

a:hover, a:focus, a:active
{
	color: #005996 !important;
	text-decoration: underline;
	outline: none;
}

a img
{
	border: none;
}

form
{
	margin: 0px;
	padding: 0px;
}

input, textarea, select
{
	padding: 2px 4px;
	border: 1px solid #999999;
	background: #ffffff;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
}

input.submit
{
	border: none;
	color: #ffffff;
	background: #999999;
	font-weight: bold;
	cursor: pointer;
}



/*.wpsc_container*/
#products_page_container
{
	width: 435px !important;
}