/**********************
BASIC RESET
***********************/
body {
	background: #fff url(images/body-bg.png) repeat-x 0 -88px;
	font-family: Arial, Helvetica, sans-serif;
}

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

.clear-floats {
	clear: both;
}

a:link, a:visited {
	color: #0032b2;
}

a:hover, a:active {
	text-decoration: none;
}

/**********************
CONTAINER
***********************/
#container {
	/*background: url(images/header-bg.png) top left no-repeat;*/
	margin: 0 auto;
	width: 1000px;
}

/**********************
NAVIGATION
***********************/
#nav {
        display: none;
}
#nav ul {
	height: 40px;
	float: right;
	list-style: none;
}

#nav ul li {
	border-right: 1px solid #aaa;
	float: left;
	font-size: 12px;
	margin-top: 13px;
	padding: 1px 10px;
}

#nav ul li a:link, #nav ul li a:visited {
	color: #aaa;
	text-decoration: none;
}

#nav ul li a:hover, #nav ul li a:active {
	color: #fff;
	text-decoration: none;
}

/**********************
HEADER
***********************/
#header {
        height: 50px;
        position: relative;
}
#header #site-name {
        color: #CF0000;
        font-family: Trebuchet MS, Arial;
        font-size: 34px;
        font-style: italic;
        font-weight: bold;
        letter-spacing: -3px;
        position: absolute;
        text-decoration: none;
        top: 11px;
}
/*a img#logo {
	float: left;
	margin-top: 18px;
	border: none;
}*/

/** SEARCH BAR **/
#search-bar {
	/*background: url(images/search-bg.png) top left repeat;
	border: 1px solid #000;*/
	float: right;
	height: 54px;
	margin-top: 2px;
	width: 290px;
}

#search-bar input#s {
	background: #fff;
	border: 1px solid #333;
	color: #666;
	float: left;
	font-size: 12px;
	margin:11px;
	padding:5px;
	width:195px;
}

#search-bar input#submit {
	/*background: #ccc;
	border: 1px solid #000;*/
	float: left;
	margin-top: 7px;
	padding: 5px;
}

#search-bar input#submit:hover {
	background: #efefef;
}

/**********************
BREADCRUMBS
***********************/
#breadcrumbs {
	border-left: 3px solid #777;
	color: #888;
	display: inline-block;
	font-size: 12px;
	margin-top: 20px;
	padding-left: 10px;
}

/**********************
CONTENT
***********************/
#content {
	float: left;
	width: 700px;
}


/**********************
SIDEBAR
***********************/
#sidebar {
	border-left: 1px solid #ccc;
	float: right;
        /*margin-top: 24px;*/
	text-align: center;
	width: 290px;
}

#sidebar a img {
	border: none;
}

#rss-box, #contact-box {
	background: #FFF79F;
	border: 1px solid #b2b2b2;
	list-style:none;
	margin: 20px auto 0;
	text-align: left;
	width: 90%;
}

#rss-box:hover, #contact-box:hover {
	background: #efefef;
}

#rss-box img, #contact-box img {
	float: left;
	margin: 10px;
}

#rss-box p {
	float: left;
	font-size: 15px;
	font-weight: bold;
	line-height: 22px;
	margin-top: 34px;
	width: 120px;
}

#rss-box h4, #contact-box h4 {
	color: #333;
	font-family: Georgia, Times New Roman;
	font-size: 23px;
	font-style: oblique;
	margin-left: 10px;
	margin-top: 10px;
	text-transform:lowercase;
}

#contact-box p {
	float: left;
	font-size: 15px;
	font-weight: bold;
	line-height: 22px;
	margin-top: 12px;
	width: 120px;
}

#rss-box a:link, #rss-box a:visited, #contact-box a:link, #contact-box a:visited {
	color: #333;
	text-decoration: underline;
}

#rss-box a:hover, #rss-box a:active, #contact-box a:hover, #contact-box a:active {
	color: #000;
	text-decoration: none;
}

#banners {
	margin-top: 30px;
}

#banners a img {
	border: 1px solid #aaa;
	margin: 5px;
}

.side-box {
	margin-top: 12px;
	text-align: left;
	width: 100%;
}

.side-box h3 {
	color: #696969;
	font-family: Arial, Verdana;
	font-size: 18px;
        font-weight: normal;
	margin-left: 5%;
	text-transform: capitalize;
}
.side-box ul {
        background: #fff;
        border-top: 3px solid #666;
        list-style: none;
        margin: 2px auto;
        text-align: left;
        width: 90%;
}
.side-box ul li {
	border-bottom: 1px solid #b2b2b2;
	color: #555;
        font-size: 13px;
	margin: 11px 10px 5px 10px;
	padding-bottom: 10px;
}
.side-box ul li a {
	color: #0054B2;
}
.side-box ul li a:hover {
	text-decoration: none;
}

/**********************
POST
***********************/
.post {
	margin: 28px 0 20px 0;
	width: 663px;
}

.post h2 a {
        border-bottom:1px solid #CCCCCC;
        color:#444;
        display:block;
        font-family:tahoma;
        font-size:26px;
        letter-spacing:-1px;
        padding-bottom:3px;
        text-decoration:none;
        text-transform:capitalize;
}

.post h2 a:hover {
	color: #000;
}

.post .date {
	background: url(images/arrow1.png) top left no-repeat;
	color: #888;
	float: left;
	font-size: 11px;
	margin-top: 6px;
	padding-left: 15px;
}

.post .invest {
	background: #e80000 url(images/tick.png) center left no-repeat;
	background-position: 3px;
	border: 1px solid #c30000;
	color: #FFBFBF;
	float: right;
	font-size: 13px;
	margin-top: 6px;
	padding: 2px 2px 2px 24px;
}

.post .invest strong {
	color: #fff;
	font-size: 14px;
}

.post img.thumb, .post img.single-thumb {
	border: 1px solid #ccc;
	float: left;
	margin-top: 16px;
	padding: 7px;
}

.post img.single-thumb {
	margin-right: 30px;
	margin-bottom: 20px;
}

.post .content {
        color: #666;
        float: left;
        font-size: 15px;
        line-height: 1.35;
        margin: 18px 0 0 33px;
        text-align: justify;
        width: 460px;
}
.post a.nComments:link, .post a.nComments:visited {
	color: #0054B2;
	float: right;
	font-size: 12px;
	margin-top: 6px;
	text-align: right;
}

.post a.nComments:hover {
	text-decoration: none;
}

/**********************
SINGLE POST
***********************/
#single-content {
	color: #666;
	font-size: 15px;
	line-height: 1.5;
	margin-top: 15px;
	text-align: justify;
}

#single-content h2 {
	color: #222;
	font-size: 19px;
	margin: 25px 0 8px;
	border-bottom: 1px solid #777;
}

#single-content ul {
	list-style-position: inside;
	margin-left: 15px;
}
#single-content p, #single-content ul {
	margin-bottom: 12px;
}
.post form {
	display: block;
	margin-top: 25px;
}

.post fieldset {
	border: none;
	width: 650px;
}

.post fieldset label {
	display: block;
	margin-top: 20px;
}

.post fieldset input, .post fieldset textarea {
	display: block;
}

input#contactsubmit {
	margin-top: 15px;
}

/**********************
OTHER POSTS
***********************/
#other-posts {
	background: #efefef;
	border: 1px solid #ccc;
	color: #4f4f4f;
	font-size: 14px;
	margin: 40px 0;
	padding: 10px;
}

#other-posts .day { /*"Other posts your may like" text*/
	color: #696969;
	font-family: Tahoma, Arial;
	font-size: 19px;
	font-style: italic;;
	font-weight: bold;
	text-transform: lowercase;
}

#other-posts ul {
	background: #e9e9e9;
	border: 1px solid #aaa;
	list-style: none;
	margin-top: 10px;
}

#other-posts ul li {
	border-left:2px solid #777;
	margin:15px;
	padding-left:10px;
}

#other-posts a {
	color: #000;
	font-size: 18px;
	margin-top: 10px;
}


/**********************
PAGINATION
***********************/
.wp-pagenavi {
	color: #fff;
	height: 40px;
	line-height: 15px;
	margin-top: 30px;

}
.wp-pagenavi .pages {
        border: none !important;
        color: #555555 !important;
        display: inline-block;
        font-size: 13px;
        font-weight: normal;
        margin-right: 15px;
}
.wp-pagenavi .current {
	background: #777 !important;
	border: none !important;
        color: #fff !important;
	display: inline-block;
	font-size: 14px;
	margin-left: 8px;
	padding: 5px;
}
.wp-pagenavi a {
	background: #0054B2 !important;
	border: none !important;
	color: #fff !important;
	display: inline-block;
	font-size: 13px;
        font-weight: bold;
	margin-left: 8px;
	padding: 5px;
	text-decoration: none;
}
.wp-pagenavi a:hover  {
	background: #fff !important;
	border: none !important;
        color: #0054B2 !important;
	display: inline-block;
}

/**********************
COMMENTS
***********************/
#respond {
	background: #FFF79F;
	border: 1px solid #b2b2b2;
	margin: 20px 0;
}

#respond h3 {
	margin: 20px 0 0 20px;
}

form#commentform {
	line-height: 3;
	margin: 10px;
}

form#commentform input, form#commentform input{
	height: 25px;
}

form#commentform input {
	font-size: 16px;
}

form#commentform textarea {
	width: 500px;
	font-size: 16px;
	margin-top: 10px;
}


/**********************
FOOTER
***********************/
#footer {
	border-top: 1px solid #ccc;
        color: #888;
        font-size: 14px;
	margin-top: 50px;
	padding: 15px 0;
}

#footer p {
        color: #222;
	float: left;
	font-size: 20px;
	width: 150px;
	display: inline;
}

#footer ul {
	float: right;
	list-style: none;
	margin-top: 5px;
}

#footer ul li {
	float: left;
	font-size: 12px;
	margin-left: 18px;
}

#footer ul li a {
	color: #666;
}

#footer ul li a:hover {
	color: #000;
}

/**********************
THREADED COMMENTS
***********************/

ol.commentlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style: none;
}
ol.commentlist li {
	background: #fff;
	border-left: 2px solid #ccc;
	color: #333;
}
ol.commentlist li.alt {}
ol.commentlist li.bypostauthor {
        background: #3F3F3F!important;
}
ol.commentlist li.byuser {
        background: #3F3F3F!important;
}
ol.commentlist li.comment-author-admin {
	background: #FFFFCC!important;
	border: 1px solid #EFE577!important;
	color: #333;
}
ol.commentlist li.comment {
	margin-top: 20px;
	padding: 8px;
}
ol.commentlist li.comment p {
        color: #555;
        font-size: 12px;
        line-height: 1.6;
        margin-bottom: 10px;
}
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard {}
ol.commentlist li.comment div.vcard cite.fn {
        font-family: Tahoma, Arial;
        font-style: normal;
        font-weight: bold;
	margin-top: 15px;
}
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {
	display: none;
}

ol.commentlist li.comment div.commentmetadata {
	font-size: 10px;
}

ol.commentlist li.comment div.comment-meta {
	display: inline;
}

ol.commentlist li.comment ul.children {
	list-style: none;
}

/*ol.commentlist li.even {
	background: #D9E7FB;
	border: 1px solid #2F6ABF;
}

ol.commentlist li.thread-even {
	background: #D9E7FB;
}*/


#stearms { width:640px; border: 1px dashed #000; color: #000; padding: 10px; }
#stearms h4 { color: #000; font-size: 1.4em; font-weight: bold; }
#stearms ul { color: #8F8F8F; list-style-type: none; padding: 0; }
#stearms ul li { display: inline; padding-right: 5px; }