/* 
	Theme Name: Ace - Blue
	Theme URL: http://www.example.com/
	Description: Customised WordPress Theme for <a href="http://www.example.com/">example</a>.
	Author: Milan Kaneria
	Author URI: http://efficienttips.com/
	Version: 1.0
		
*/


body
{
	margin: 0px auto 0px auto;
	padding: 0px;
	color: #333333;
	background: #97A7C9;
	font-family: 'Times New Roman', Arial, Sans-Serif;
	font-size: 13px;
	line-height: 1.3;
}

#wraper
{
	width: 670px;
	margin: 40px auto 0px auto;
	padding-bottom: 40px;
	overflow: hidden;
}

#header
{
	height: 135px;
	background: url(images/header-bg.jpg) center top no-repeat;
	overflow: hidden;
}

#header-text
{
	height: 80px;
	padding: 20px 0px 0px 180px;
	font-size: 26px;
}

#header-text span
{
	font-size: 18px;
}

#header-menu
{
	margin: 0px 0px 0px 0px;
	color: #ffffff;
	font-size: 15px;
}

#header-menu ul
{
/*	height: 100%;*/
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#header-menu li
{
	float: left;
	display: block;
	height: 26px;
	margin: 0px;
	padding: 4px 30px 0px;
	background: url(images/header-menu-bg.jpg) left center no-repeat;
	list-style: none;
}

#header-menu li.alt
{
	background: none;
}

#header-menu a:link, #header-menu a:visited
{
	color: #eeeeee !important;
}

#header-menu a:hover, #header-menu a:focus, #header-menu a:active
{
	color: #eeeeee !important;
}

#header-menu li.current_page_item
{
	background: #1D212C;
}

#page
{
	height: 100%;
	background: #ffffff;
	overflow: hidden;
}

#content
{
	float: left;
	width: 355px;
	padding: 260px 25px 0px;
	border-right: 1px solid #BECAD6;
	background: url(images/content-bg.jpg) left top no-repeat;
	text-align: justify;
}

.posttitle
{
	margin: 0px;
	padding: 0px 0px 1px 2px;
	color: #0064CA;
	background: url(images/posttitle-bg.jpg) left bottom no-repeat;
	font-size: 21px;
	font-weight: normal;
}

.posttitle a, .postmeta a
{
	color: #0064CA !important;
}

.postmeta
{
	padding: 10px 0px 0px;
	font-size: 12px;
	font-weight: bold;
}

.postcontent
{
	padding: 0px 0px 10px;
}

blockquote
{
	width: 90%;
	margin: 0px auto 10px auto;
	padding: 10px;
	border: 1px solid #0064CA;
	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: 264px;
}

.sidebar-widget
{
	width: 264px;
	border-bottom: 1px solid #92B2D4;
	background: #F6F7FA;
}

.sidebar-header
{
	height: 26px;
	margin-bottom: 10px;
	color: #0064CA;
	background: url(images/sidebar-header-bg.jpg) center top repeat-x;
	font-size: 18px;
	text-align: center;
}

.newsletter .sidebar-header
{
	height: 26px;
	background: url(images/sidebar-newsletter-bg.jpg) left top no-repeat;
}

.sidebar-content
{
	padding: 0px 10px 10px;
}

.sidebar-content a
{
	color: #333333 !important;
}

.sidebar-widget ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.sidebar-widget li
{
	padding: 0px 0px 5px 15px;
	background: url(images/sidebar-li.jpg) 0px 5px no-repeat;
	list-style: none;
}



#footer
{
	clear: both;
	height: 100%;
	padding: 0px 5px 0px;
	background: #ffffff url(images/footer-bg.jpg) center bottom no-repeat;
	overflow: hidden;
}

.footer-widget
{
	float: left;
	width: 33.2%;
	padding: 0px 0px 15px;
/*	border-left: 1px solid #BCCCDB;
	border-right: 1px solid #BCCCDB;*/
	background: url(images/footer-widget-bg.jpg) center top repeat-x;
}

.footer-header
{
	height: 25px;
	color: #0064CA;
	font-size: 18px;
	text-align: center;
}

.footer-content
{
	padding: 15px 15px 0px;
	text-align: justify;
}

.footer-content a
{
	color: #333333 !important;
}

.footer-widget ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.footer-widget li
{
	margin: 0px;
	padding: 0px 0px 0px 15px;
	background: url(images/sidebar-li.jpg) 0px 5px no-repeat;
	list-style: none;
}



a, a:link, a:visited
{
	color: #0064CA;
	text-decoration: none;
}
	
a:hover, a:focus, a:active
{
	color: #8C8FE5 !important;
	outline: none;
}

a img
{
	border: none;
}


form
{
	margin: 0px;
	padding: 0px;
}

input, textarea, select
{
	padding: 2px 4px;
	border: 1px solid #BBBBBB;
	font-family: 'Times New Roman', Arial, Sans-Serif;
}

input.submit
{
	width: 63px;
	height: 17px;
	padding: 0px;
	border: none;
	color: #333333;
	background: url(images/form-submit-bg.jpg) center top no-repeat;
	font-size: 10px;
	cursor: pointer;
}
