/*
Theme Name: One Financial Markets Theme
Theme URI: http://www.onefinancialmarkets.com/
Description: This theme is developed for One Financial Markets News section as a blog.
Version: 1.0
Author: John Evans
Author URI: http://www.onefinancialmarkets.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Typography & Colors */

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

/*HEADER*/


/*MAIN*/


ul.keyLinks{

	list-style: none;
  	margin: 0px 4px;
  	padding: 0px;
	
}

li.keyLinkItem a{
	display: block;
	font-size:12px;
	width:212px;
	
	height: 37px;
	line-height:37px;
	

	padding: 0px 10px;
	margin-bottom:3px;
	text-decoration: none;
	color:#16315b ;
}

li.keyLinkItem a:hover{
	color:#ffffff ;
}

a.keyLiveAccount{
	background: transparent url(images/btnLiveAccount.gif) no-repeat 0px 0px;
}
a:hover.keyLiveAccount{
	background: transparent url(images/btnLiveAccount.gif) no-repeat 0px -37px;
}

a.keyCFDAccount{
	background: transparent url(images/btnCFDDemo.gif) no-repeat 0px 0px;
}
a:hover.keyCFDAccount{
	background: transparent url(images/btnCFDDemo.gif) no-repeat 0px -37px;
}
a.keyContact{
	background: transparent url(images/contact-us.gif) no-repeat 0px 0px;
}
a:hover.keyContact{
	background: transparent url(images/contact-us.gif) no-repeat 0px -37px;
}
a.keyFund{
	background: transparent url(images/btnFund.gif) no-repeat 0px 0px;
}
a:hover.keyFund{
	background: transparent url(images/btnFund.gif) no-repeat 0px -37px;
}

a.keyLiveSupport{
	background: transparent url(images/btnLiveChat.gif) no-repeat 0px 0px;
}
a:hover.keyLiveSupport{
	background: transparent url(images/btnLiveChat.gif) no-repeat 0px -37px;
}

a.keyTradingPlatform{
	background: transparent url(images/btnTradingPlatform.gif) no-repeat 0px 0px;
}
a:hover.keyTradingPlatform{
	background: transparent url(images/btnTradingPlatform.gif) no-repeat 0px -37px;
}


li.linkListItem a:hover{
	
	text-decoration: underline;
	color:#831f25 ;
}

h1, h2, h3 {
	
	font-weight: bold;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */




/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/*--------------------*/

#commentform textarea {
	width: 100%;
}

.entry p {
	font-size: 1.05em;
	}

.entry {
	line-height: 1.4em;
	}

.postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
.tw{
	background: transparent url(images/one-financial-twitter.png) no-repeat 180px 0px;
	height:47px;}

.tw h2, .rss h2{	line-height:45px;
		font-size:14px;
		text-align:center;
		
}
.rss{
	background: transparent url(images/rss-feed.png) no-repeat 5px -1px;
	height:47px;}

.sidebar {
	width: 198px;
	
}

.sidebar a {
	text-decoration:none;
}

.sidebar a:hover {
}

.sidebar ul li h3 {
	width:180px;
	height:25px;
	line-height:25px;
	font-size:14px;
	
	margin-top:0px;
	font-weight:normal;
	padding-left:10px;
}

.sidebar ul li div {
	padding: 5px;
	line-height: 1.4em;
	font-size: 11px;
}
/***********************************************/
.sidebar ul {
	padding: 0px;
	margin-left:1px;
	list-style:none;
}
.sidebar ul li{
	padding: 0px; list-style:none;
}
.sidebar ul ul {
	padding-bottom: 10px;
	padding-top:2px;
	padding-left:10px;
	list-style:none;
}

.sidebar ul ul ul {
	padding: 5px;
	border: 0;
	list-style:none;
}

.sidebar ul li ul li {
	display: block;
	background: url(images/leftChevron.gif) no-repeat;
	background-position: left 8px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	list-style:none;
}

.sidebar ul li ul li a {
	
}

.sidebar ul li ul li a:hover {
}
ul.dropdown { 
	position: relative; 
	z-index:100;
	margin:0px ;
	padding:0px;
	
}
ul.sub_menu, ul.sub_menu ul{
	z-index:100;
	margin:0px ;
	padding:0px;
}
ul.dropdown li  { 
	display:inline;
	list-style:none;
	margin:0px;
	padding:0px;
	font-size:12px;
	width:138px;
	position: relative; 
	float: left; 
	
	/*background: #ccc; */
}
ul.dropdown ul.sub_menu li a:hover{
	
	color:#ffffff;
	text-decoration:none;
	
	
}

ul.dropdown a:active  { 
	color: #cccccc; 
}
ul.dropdown ul.sub_menu li a { 
	color:#16315b;
	text-decoration:none;
	
	padding:2px 5px;
	
}
/*ul.dropdown li:last-child a { 
	border-right: none; 
}*/ /* Doesn't work in IE */
ul.dropdown li.hover, ul.dropdown li:hover { 
	/*background: #F3D673; 
	color: black; */
	
	position: relative; 
}
ul.dropdown li.hover a { 
	/*background: black; */
}
/* 
	LEVEL TWO
*/
ul.dropdown ul { 
	width: 214px; 
	visibility: hidden; 
	position: absolute; 
	top: 100%; 
	left: 0; 
	
	font-size:11px;
	
	
}
ul.dropdown ul li { 
	font-weight: normal; 
	
	line-height:21px;
	height:21px;
	
	color: #122d57; 
	
	float: none; 
}
				
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a { 
	border-right: none; 
	color:#16315b;
	width: 205px; 
	display: inline-block; 
	line-height:21px;
	height:21px;
	
	
} 
ul.dropdown ul li a:hover{ 
	border-right: none; 
	color:#16315b;
	width: 205px; 
	display: inline-block; 
	line-height:21px;
	height:21px;
	
	
}

