/*
Theme Name: ForexSB-BG
Theme URI: 
Description: A clean and streamlined theme that focuses on the content and not the distractions.
Version: 0.9
Author: Georgi Popov	
Author URI: http://forexsb.com/
Tags: simple, clean, single column

*/

/* -------------------------------- RESET ALL STYLES -------------------------------- */

html, body, div {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}


span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/*-------------------------------- GLOBAL STYLES -------------------------------- */

body {
	background: #fff;
	font: 62.5% constantia, palatino, "times new roman";
	color: #333;
}

strong {
	font-weight: bold;
}

a:link,
a:visited {
	color: #FF792B;
	text-decoration: none;
}

a:hover,
a:active {
	color: #00ABD5;
	text-decoration: none;
}

h1 {
	margin: 30px 0 20px 0;
	font-size: 3.5em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	word-spacing: 0.25em;
	color: #000;
}

a.title {
	color: #555;
}

h2 {
	font-size: 2.7em;
	color: #333;
	margin: 0 0 10px 0;
}

h3 {
	font-size: 2.3em;
	font-weight: normal;
	margin: 0 0 7px 0;
}

h4 {
	font-size: 2.1em;
	font-weight: normal;
	margin: 0 0 5px 0;
}	

h5 {
	font-size: 1.9em;
}

h5 abbr {
	display: inline-block;
	position: relative;
	margin: 0 auto;
	padding: 0 8px;
	background: #fff;
	top: 8px;
}

h6 {
	font-size: 1.7em;
	font-style: italic;
}

ul, ol {
	margin: 10px 7px;
}

ol li {
	list-style-type: decimal;
}

pre {
	font-size: 1.6em;
	margin-bottom: 20px;
}
	
/* -------------------------------- HEADER -------------------------------- */

#siteWrapper {
	width: 974px;
	margin: 0 auto; 
}

#header {
	width: 974px;
	line-height: 2.3em;
	text-align: center;
	margin: 0;
}

#siteDescription {
	font-size: 1.5em;
	padding: 0 0 0 100px;
	margin: 0;
	color: #999;
	font-style: italic;
	height: 50px;
}

.rssimg {
	float: right;
	width: 100px;
	height: 50px;
	padding-left: 20px;
	color: #f80 !important;
	display: inline;
	background-image: url("rssicon.png");
	background-repeat: no-repeat;
	background-position: 0 25px !important;
}

.rssimg:hover {
	background-position: 0 0 !important;
	color: #00ABD5 !important;
}

/* -------------------------------- MAIN NAVIGATION -------------------------------- */

#mainNav {
	margin-top: 0px;
	margin-bottom: 25px;
	padding: 5px;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	background: #F9F9F9;
}

#mainNav ul {
	margin: 0 auto;
	width: 954px;
	text-align: center;
}

#mainNav li {
	display: inline;
	margin-right: 20px;
	font-size: 1.6em;
	text-transform: uppercase;
}

#mainNav a:link,
#mainNav a:visited {
	color: #888;
}

#mainNav a:hover,
#mainNav a:active {
	text-decoration: none;
	color: #2E301C;
}

#mainNav .current_page_parent a:link,
#mainNav .current_page_parent a:visited,
#mainNav .current_page_item a:link,
#mainNav .current_page_item a:visited {
	font-weight: bold;
	color: #2A2D1A;
}

#mainNav .current_page_parent a:hover,
#mainNav .current_page_parent a:active,
#mainNav .current_page_item a:hover,
#mainNav .current_page_item a:active {
	color: #2E301C;
}

/* ----------------------------- MAIN CONTAINER ----------------------------- */

div.container {
	float: left;
	width: 649px;
}

.announcement {
	width: 649px;
	text-align: justify;
	margin-bottom: 10px;
	height: auto;
	font-size: 1.4em;
	line-height: 1.3em;
	color: #444;
}

a.softlinks {
	font-weight: bold;
}

a.softlinks:link,
a.softlinks:visited {
	color: #333;
}

a.softlinks:hover,
a.softlinks:active {
	color: #00ABD5;
}

.recentPost {
	font-size: 1.7em;
	margin-bottom: 0.4em;
}
a.recentLink {
	font-weight: bold;
}

a.recentLink:link ,
a.recentLink:visited {
	color: #045FB4;
}

a.recentLink:hover,
a.recentLink:active {
	color: #333;
}

h5.postDate {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
	font-family: "helvetica neue", helvetica, arial;
	font-size: 1.5em;
	color: #999;
	font-weight: normal;
	border-bottom: 1px solid #ddd;
	background: #fff;
}

div.postBody h3 {
	text-align: left;
	margin-bottom: 1em;
}

div.postBody h4 {
	text-align: left;
	font-weight: normal;
	margin-bottom: 1em;
}

h2.postTitle{
	text-align: center;
	font-size: 2.8em;
	font-weight: normal;
	margin: 0 0 7px 0;
}

h2.postTitle a:link,
h2.postTitle a:visited {
	color: #333;
}

h2.postTitle a:hover,
h2.postTitle a:active {
	text-decoration: none;
}

a.postTitle {
	color:#333;
}

a.postTitle:hover,
a.postTitle:visited {
	color:#111
}

div.post {
	margin-bottom: 30px;
}

div.author  {
	text-align: center;
	margin: 0.5em auto 2em auto;
}
div.author  a {
	color: #333;
	font-size: 1.5em;
	font-style: italic;
}

div.posttitle {
	margin-bottom: 2em;
}

div.content {
	margin-top: 10px;
}

div.content p {
	text-align: justify;
	font-size: 1.5em;
	line-height: 1.4em;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
}

div.content ul, ol {
	margin: 10px 7px;
}

div.content ol li {
	list-style-type: decimal;
}

div.content ol li ul li{
	list-style-type: disc;
}

div.content ol ol {
	margin: 0 0 0 2em;
}

div.content ol ol li {
	margin: 0;
	font-size: 1em;
}

div.content li {
	font-size: 15px;
	line-height: 19px;
	margin-left: 25px;
	margin-bottom: 10px;
	list-style-type: disc;
}

div.content blockquote {
	color: #7D7D7D;
	font-style: italic;
	line-height: 1.7em;
	margin: 0 20px 20px;
	padding-left: 10px;
	border-left: 3px solid #CCCCCC;
}

div.content img.alignright {
	float: right;
	margin: 0 0 0.4em 0.6em;
}

div.content img.alignleft {
	float: left;
	margin: 0 0.6em 0.4em 0;
}

div.content img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
div.content a img.alignright {
	float: right;
	margin: 0 0 0.4em 0.6em;
}

div.content a img.alignleft {
	float: left;
	margin: 0 0.6em 0.4em 0;
}

div.content a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.navigation {
	font-size: 1.6em;
	text-align: center;
	margin-bottom: 1.5em;
}

div.postmetadata {
	font-size: 1.5em;
	text-align: center;
	margin-bottom: 5px;
}

div.postmetadata a:link,
div.postmetadata a:visited {
	color:#333;
}

div.postmetadata a:hover,
div.postmetadata a:active {
	color:#111;
}

div.postEdit {
	font-size: 1.7em;
	text-align: center;
	margin-bottom: 5px;
}

.wpcf7-response-output {
	font-size: 1.6em;
}

/* ------------------------- SIDEBAR ------------------------------- */

div.sidebar {
	text-align: justify;
	float: right;
	width: 300px;
	margin-bottom: 25px;
	padding: 0;
	display: inline;
}

div.sidebar ul {
	margin: 0;
	margin-bottom: 1em;
}
div.sidebar ul ul {
	margin: 0;
}
div.sidebar ul ol {
	margin: 0;
}

div.sidebar ul ul ul li {
	margin-left: 1.5em;
}

div.sidebar li.widget {
	text-align: left;
	font-size: 1.6em;
	margin-bottom: 1em;
}

div.sidebar div.textwidget {
        background-color: #C3FFB0;
        text-align: left;
        font-size: 1em;
        color: #111;
}

h2.widgettitle {
	margin: 0 0 0.3em 0;
	padding-bottom: 0em;
	font-size: 1.2em;
	color: #888;
	border-bottom: 1px solid #ddd;
}

li.widget ul li {
	line-height: 1em;
	margin-left: 1em;
	margin-top: 0.5em;
	text-indent: -1em;
}

div.sidebar a:link {
	color: #045FB4;
}

div.sidebar a:hover,
div.sidebar a:active {
	color: #333;
}
div.sidebar a:visited {
	color: #045FB4;
}

#us_en_flag_link {
	padding-left: 28px;
	background-image: url(english.png); 
	background-repeat: no-repeat;
	background-position: center left;
	text-decoration: none;
	display: inline;
}

#us_bg_flag_link {
	padding-left: 28px;
	background-image: url(eng-bg.png); 
	background-repeat: no-repeat;
	background-position: center left;
	text-decoration: none;
	display: inline;
}

.textwidget {
	font-size: 90%;
	margin: 0;
	text-align: justify;
}

.imgwidget {
	width: 100px;
	height: 113px;
	float: left;
	display: inline;
	margin: 3px 6px 0 0;
}

#searchbox .textfield {
	padding-left: 20px;
	width: 280px;
	font-size: 1em;
	border: 1px solid #E4E4E4;
	background-image: url(search.png);
	background-position: 0 0 !important;
	background-repeat: no-repeat;
}

#searchbox .textfield:hover,
#searchbox .textfield:focus {
	border-color: #CCCCCC;
	background-position: 0 -21px !important;
}

#searchbox .searchtip {
	color: #777;
}


/* --------------------- Comments --------------------- */

.postComments p {
	font-size: 1.5em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

.comment {
	border-top: solid 1px #888;
	padding-top: 1em;
}

h2#comments {
	font-size: 1.7em;
}
h2#postcomment {
	font-size: 1.7em;
	margin-top: 1em;
	margin-bottom: 0.3em;
}
ol#commentlist {
	padding-bottom: 1em;
	border-bottom: solid 1px #888;
}

ol#commentlist li p {
	padding-top: 0.5em;
	padding-bottom: 0.3em;
	line-height: 1.3em;
	text-align: justify;
}
#commentform #author,
#commentform #email,
#commentform #url,
#commentform textarea {
	border: 1px solid #888;
	padding: 0.2em;
	padding-top: 0.5em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	margin-left: 8px;
	border: 1px dotted #ccc;
	padding: 2px;
}

/* --------------------- Footer --------------------- */
#fsb_footer {
 	clear: both;
	color: #456;
	border-top: solid 1px #bbb;
	padding: 0.3em 0 2em 0;
}
#fsb_footer p {
	font-size: 1.3em;
	text-align: center;
}

/* --------------------- Buttons --------------------- */
.button {
	display: inline-block;
	border: 1px solid #BBB;
	cursor: pointer;
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 2px 8px;
	background: #F2F2F2 url(white-grad.png) repeat-x scroll left top;
	color: #464646;
}
.button:hover {
	background: #21759B url(button-grad.png) repeat-x scroll left top;
	border-color: #298CBA !important;
	color: #FFFFFF !important;
}
a.button {
	margin: auto;
	padding: 5px 10px;
	color: #666;
}
