
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	font-size: 62.5%;
	background-color: #fff;
	color: #333;
}

hr {
	display: none;
}

img {
	vertical-align: middle;
}


#wrapper {
	width: 100%;
}



#header {
	background: #01152A url('http://etrading-currency.com/templates//images/bg.jpg');
	width: 100%;
  height:90px;
}




#logo {
	float: left;
	padding: 5px 0 0 5px;
}

#logo h1 {
	height: 86px;
	font-size: 100%;
  padding-top: 10px;
}

#logo h1 a {
	display: block;
  font-size: 50px;
  font-weight: bold;
  color: #e5391a;
  text-decoration: none;
}




#navbar {
	margin: 59px 0 0 0;
	float: right;
}

#navbar ul {
	list-style-type: none;
}

#navbar li {
	font-size: 1.3em;
	margin: 0 2px 0 0;
	background: url('http://etrading-currency.com/templates//images/nav-normal-right.gif') no-repeat right top;
	float: left;
}

#navbar a {
    padding: 8px 10px 7px 10px;
	display: block;
	background: url('http://etrading-currency.com/templates//images/nav-normal-left.gif') no-repeat left top;
	text-decoration: none;
	color: #fff;
}

#navbar a:hover {
	color: #85D2EC;
}

#navbar #current-page {
	background-image: url('http://etrading-currency.com/templates//images/nav-active-right.gif');
	font-weight: bold;
}

#navbar #current-page a {
   	background-image: url('http://etrading-currency.com/templates//images/nav-active-left.gif');
	color: #294058;
}

#hot #navbar .hot,
#queue #navbar .queue,
#users #navbar .users,
#new #navbar .new 
{
	background-image: url('http://etrading-currency.com/templates//images/nav-active-right.gif');
	font-weight: bold;
	cursor: default;
}

#hot #navbar .hot a,
#queue #navbar .queue a,
#users #navbar .users a,
#new #navbar .new a 
{
   	background-image: url('http://etrading-currency.com/templates//images/nav-active-left.gif');
	color: #294058;
	cursor: default;
}

#navbar #spacer {
	background: none;
	margin: .5em 1em 0 4em;
}

#navbar #sign-in {
	font-size: 1.2em;
	background: none;
	margin: .5em 1em 0 0;
}

#navbar #sign-in a {
	padding: 0;
	border-bottom: 1px dotted #85D2EC;
	background: none;
	color: #85D2EC;
}

#navbar #sign-in a:hover {
   	border-bottom: 1px solid #85D2EC;
}



#site-presentation {
	margin: 1.5em 0 0 1.5em;
	padding: 1.5em;
	width: 69%;
	float: left;
	clear: both;
	border: 1px solid #E0EBF0;
	background: #fff url('http://etrading-currency.com/templates//images/bg-post.gif') repeat-x;
}

#site-presentation h2 {
	margin: 0 0 .5em 0;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	font-size: 2em;
	color: #294058;
}

#site-presentation p {
	font-family: "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	font-size: 1.6em;
	line-height: 1.4em;
	color: #255A85;
	font-weight: normal;
}

#site-presentation ul {
	margin: 1em 0 0 1em;
	font-size: 1.3em;
	list-style-type: none;
}

#site-presentation li {
	background: transparent url('http://etrading-currency.com/templates//images/tick.jpg') no-repeat 0 50%;
	margin: .5em 0 .5em 0;
	padding: 0 0 0 1.8em;
	color: #255A85;
}

#site-presentation a {
	text-decoration: none;
	border-bottom: 1px dotted #0072B7;
	color: #255A85;
}

#site-presentation a:hover {
	border-bottom: 1px solid #0072B7;
}



#content {
	width: 72.5%;
	margin: 1.5em 0 0 1.5em;
	float: left;
	clear: both;
}

#content h2 {
	margin: .5em 0 .5em 0;
	padding: 0 0 .2em 0;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	font-size: 2.8em;
	letter-spacing: -1px;
	border-bottom: 1px dotted #E3E3E3;
	color: #294058;
}

#content h3 {
	margin: .5em 0 .5em 0;
	padding: 0 0 .2em 0;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	font-size: 2.4em;
	letter-spacing: -1px;
	color: #294058;
}

#content small {
	margin: .5em 0 1em 0;
	font-size: 1.2em;
	display: block;
}

#content p {
	margin: .5em 0 .5em 0;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #333;
}

#content a {
	text-decoration: none;
	border-bottom: 1px dotted #0072B7;
	color: #0072B7;
}

#content a:hover {
	border-bottom: 1px solid #0072B7;
}

#content form {
	width: 90%;
}

#content form.sign-in {
	width: 30%;
}

#content form.sign-in label {
	margin: 0;
}

#content label {
	margin: .5em 0 .5em 2em;
	width: 10em;
	font-size: 1.2em;
	float: left;
	display: block;
}

#content label#display_date {
    width: 215px;
    border: solid 1px #A4B97F;
    vertical-align: middle;
	margin: .5em .2em .5em 0;
	padding: .3em 1em .3em .3em;
	color: #333;
	font-family: Monaco, "Courier New", fixed;
	font-size: 1.2em;
	background: #eee;
}

#content form img{
	margin: .5em 0 .5em 14.5em;
}

#content form img#cal_trigger{
	cursor: pointer;
	margin: 1em 0 .5em .5em;
}

#content input {
	margin: .5em .2em .5em 0;
	padding: .3em;
	color: #333;
	font-family: Monaco, "Courier New", fixed;
	font-size: 1.2em;
	vertical-align: middle;
}

#content textarea {
	padding: .3em;
	color: #333;
	font-family: Monaco, "Courier New", fixed;
	font-size: 1.2em;
	vertical-align: top;
}

#content select {
	padding: .1em;
	color: #333;
	font-family: Monaco, "Courier New", fixed;
	font-size: 1.2em;
}

#content p {
	margin: .5em 0 .5em 2em;	
}

#content p.tip {
	margin: 0 0 1em 13em;
	font-size: 1.1em;
}

#content p.tip#caltip {
	margin: .5em 0 1em 13em;
	font-size: 1.1em;
}

#content input.sign-in {
	border-top:1px solid #E3E3E3;
	padding: .5em 0 0 5em;
}

#content input.submit {
	margin: .5em 0 .5em 2em;
	font-size: 1.2em;
	
}

#content ul {
	font-size: 1.2em;
	margin: 0 0 0 3em;
}

#content li {
	margin: .5em 0 .5em 0;
	line-height: 1.5em;
}



#posts {
	margin: 1.5em 0 0 1.5em;
	width: 72.5%;
	float: left;
	clear: both;
}

#posts img {
    margin: 0 0 1em 1em;
    border: 0;
}

#posts h3 {
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	font-size: 2.8em;
	letter-spacing: -1px;
	display: inline;
	color: #294058;
}

#posts p {
	margin: .5em 0 .5em 0;
	font-size: 1.3em;
	color: #333;
}

#posts .search-by-tags {
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}

#posts .search-by-tags a {
	text-decoration: none;
	border-bottom: 1px dotted #A01D21;
	color: #A01D21;
}

#posts .search-by-tags a:hover {
	border-bottom: 1px solid #A01D21;
}



#posts .post {
	margin: 1em 0 1em 0;
	
	border: 0px solid #E0EBF0;
	
}

#posts .post h4 {
	margin-top: 0.5em;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	font-size: 2em;
	color: #104E8B;
}

#posts .post img.post-picture {
    margin: 2em 0 2em 0;
    float: right;
    vertical-align: middle;
}

#posts .post span.date-posted {
	margin: 0 .5em 0 .5em;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	font-size: .8em;
	color: #000;
}

#posts .post span.expired {
	margin: 0 1em 0 2em;
	font-size: .6em;
	letter-spacing: 1px;
	color: red;
}

#posts .post p {
	margin: .5em 0 .5em 0;
	font-size: 1.3em;
	color: #333;
}

#posts .post a {
	text-decoration: none;
	border-bottom: 1px dotted #104E8B;
	color: #104E8B;
}

#posts .post a:hover {
	border-bottom: 1px solid #104E8B;
	
}



#posts .post .post-rank {
	margin: 1em 1em 1em 1.5em;
	float: left;
	border: 1px solid #E3E3E3;
	padding: .5em;
}

#posts .post .post-rank ul {
	list-style-type: none;
}

#posts .post .post-rank li {
	margin: 0;
	padding: .4em;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	font-size: 2.4em;
	letter-spacing: -1px;
	color: #333;
	background-color: #FBC103; 
	border-right: 1px solid #EB5F14; 
	border-bottom: 1px solid #E5391A; 
	text-align: center;
}

#posts .post .post-rank .votearrows {
  padding:5px;
}

#posts .post .post-rank .votearrows a {
  text-decoration:none;
  border: none;
	margin: 0;
}

#posts .post .post-rank .votearrows img {
  text-decoration:none;
  border: none;
	margin: 0;
}

.discussion {
  padding-left: 10px;
}

#posts .post .post-rank li.vote  {
	margin: 0;
	font-family: "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	font-size: 1em;
	background: none;
	border: 0;
}

#posts .post .post-rank li.vote a {
	text-decoration: none;
	border: none;
	margin: 0;
}

#posts .post .post-rank li.vote a:hover {
	border: none;
}

#posts .post .post-rank li.vote a img {
    cursor: pointer;
}

#posts .post .post-rank img {
	border: none;
    padding: 0;
    margin: 0 .3em;
}

#posts .post .post-rank img:hover {
	border: none;
}



#posts .post-comments {
	padding: .5em;
}

#posts .post-comments h4 {
	margin-top: 0.5em;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	font-size: 2em;
	color: #104E8B;
}

#posts .post-comments h3 {
	margin: .5em;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	font-size: 1.8em;
	color: #104E8B;
}

#posts .post-comments p {
	margin: .5em .5em .5em 1em;
	font-size: 1.3em;
	color: #333;
}

#posts .post-comments textarea {
	margin: .5em .5em .5em 1em;
	padding: .3em;
	color: #333;
	font-family: Monaco, "Courier New", fixed;
	font-size: 1.2em;
	vertical-align: top;
}

#posts .post-comments input.submit {
	margin: 0 0 .5em 1em;
}

#posts .post-comments a {
	text-decoration: none;
	border-bottom: 1px dotted #0072B7;
	color: #255A85;
}

#posts .post-comments a:hover {
	border-bottom: 1px solid #0072B7;
}

#posts .post-comments .comment{
    margin: 1em 25em 2em 1em;
    
    background: transparent url("/images/bg-post-horizontal-left.jpg") repeat-y;
    
    border-bottom: solid 1px #EAF4FD; 
}

#posts .post-comments .comment a {
	text-decoration: none;
	border-bottom: 1px dotted #0072B7;
	color: #0072B7;
}

#posts .post-comments .comment a:hover {
	border-bottom: 1px solid #0072B7;
}

#posts .post-comments .comment p {
	margin: 0 0 1em 0;
	padding: .5em 1em .5em 1em;
}

#posts .post-comments .comment p.info {
	margin: 0 .5em 0 1em;
	padding: .5em .5em .5em 0;
	border-top: 1px solid #E3E3E3;
	color: #104E8B; 
	font-size: 1.1em;
}

#posts .post-comments .comment span.quote-symbol {
    float: right;
	color: #E3E3E3;
	font-size: 6em;
}



#posts .post .post-information {
	margin: 1em 0 0 0;
	padding: .5em .5em .5em 1em;
	clear: both;
	border-top:1px dotted #E3E3E3;
}

#posts .post .post-information img {
    margin: 0 0 .2em 0;    
}

#posts .post .post-information p {
	font-size: 1.2em;
	color: #333;
}

#posts .post .post-information a {
	text-decoration: none;
	border-bottom: 1px dotted #0072B7;
	color: #0072B7;
}

#posts .post .post-information a:hover {
	border-bottom: 1px solid #0072B7;
}



#sidebar {
	margin: 1em 1.5em 0 77%;
}

#sidebar h3 {
	padding: .5em;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #294058;
	border-bottom: 1px solid #DFDFDF;
}

#sidebar h3 b {
	font-size: 1.1em;
	color: #255A85;
}

#sidebar p {
	margin: .5em 0 .5em 0;
	font-size: 1.3em;
}

#sidebar ul {
	font-size: 1.2em;
	margin: 1em 0 0 0;
	list-style-type: none;
}

#sidebar li {
	margin: 1em 0 1em 0;
	line-height: 1.7em;
	border-bottom: 1px solid #DFDFDF;
}

#sidebar a {
	text-decoration: none;
	color: #0072B7;
}



#sidebar .box {
	background: #fff url('http://etrading-currency.com/templates//images/bg-post.gif') repeat-x;
	margin: 1em 1.5em 1.5em 0;
	border: 1px solid #E0EBF0;
}

#sidebar .box h3 {
	text-align: center;
	color: #294058;
	border-bottom: 1px solid #DEE9EE;
}

#sidebar .box p {
	padding: 1em;
	font-size: 1em;
	line-height: 2em;
}

#sidebar .box ul {
	margin: .5em .5em .5em 1.5em;
	font-size: 1.2em;
}

#sidebar .box li {
	line-height: 1.9em;
}

#sidebar .box .morelink {
	margin: 0 .5em;
	text-align: right;
	color: #A01D21;
}

#sidebar .box .morelink li {
    line-height: 1em;
    border: none;
}

#sidebar .box .morelink a {
	border-bottom: 1px dotted #B35600;
	color: #A01D21;
}

#sidebar .box .morelink a:hover {
	border-bottom: 1px solid #B35600;
}

#sidebar .box a img {
    border: none;
}

#sidebar .box a {
	text-decoration: none;
	border-bottom: 1px dotted #0072B7;
	color: #0072B7;
}

#sidebar .box a:hover {
	border-bottom: 1px solid #0072B7;
}

#sidebar .box a span {
	font-size: .8em;
	color: #A01D21;
}

#sidebar .box a.rss-icon {
    border: none;
}


#sidebar .google-sidebar-ad {
	
	margin: 1em 1.5em 1.5em 2.5em;
	
	
}



#footer {
	width:100%;
	margin: 3em 0 0 0;
	float: left;
	clear: both;
	background-color: #01152A;
	
	color: #fff;
}

#footer a {
	text-decoration: none;
	border-bottom: 1px dotted #85D2EC;
	color: #85D2EC;
}

#footer a:hover {
	border-bottom: 1px solid #85D2EC;
}

#footer p.copyright {
	padding: 1.5em 0 1.5em 2em;
	font-size: 1.2em;
	clear: both;
}



#footer .mini-section {
	margin: 1em 0 2em 2em;
	width: 20em;
	float: left;
	
}

#footer .mini-section h4 {
	margin: .5em 0 .5em 0;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	font-size: 1.5em;
	color: #fff;
}

#footer .mini-section p {
	font-size: 1.2em;
}

#footer .mini-section ul {
	list-style-type: square;
	margin: 0 0 0 2.5em;
	font-size: 1.2em;
}

#footer .mini-section li {
	margin: .5em 0 .5em 0;
	line-height: 1.5em;
}



.clear {
	clear: right;
}



.mini-box {
	margin: 1em 0 1em 0;
	padding: 1em;
	border-top: 1px dotted #E3E3E3;
	clear: both;
}

.mini-box h4 {
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	font-size: 1.5em;
	color: #294058;	
}

.mini-box p {
	font-size: 1.2em;
}                              

.mini-box a {
	text-decoration: none;
	border-bottom: 1px dotted #B35600;
	color: #A01D21;
	margin: 0 .1em 0 .1em;
}

.mini-box a:hover {
	border-bottom: 1px solid #B35600;
}



#content .search-form {
	margin: 1em 0 1em 0;
	padding: 0;
	clear: both;
}

#content #users-list {
	margin: 1em 0 1em 2.3em;
	padding: 0;
	clear: both;
}

#content #users-list p {
	margin: 1em 0 1em 0;
	font-size: 1.2em;
}

#content #users-list .pagination {
	margin: .5em 0 1em 0;
	padding: 0;
	clear: both;
}

#content #users-list .pagination p {
	margin: 0;
	font-size: 1.2em;
}                              

#content #users-list .pagination a {
	text-decoration: none;
	border-bottom: 1px dotted #B35600;
	color: #A01D21;
	margin: 0 .1em 0 .1em;
}

#content #users-list .pagination a:hover {
	border-bottom: 1px solid #B35600;
}

#content #users-list table {
	padding: 0;
	margin: 0;
	font-size: 1.2em;
	border: 1px solid #2A4057;
}                              

#content #users-list table thead {
	background: #2A4057; 
	font-weight: bold;
}

#content #users-list th {
}

#content #users-list th a {
    display: block;
    color: #fff;
    border: none;
    padding: .5em 2.5em;
    background: url(../images/navDividerBlack.gif) repeat-y left top;
}

#content #users-list th a:hover {
    color: #ccc; 
}

#content #users-list th a.first {
    background: none;
    padding: .5em 5em;
}

#content #users-list th.sortup {
    background: #132031 url("/images/uparrow.gif") right 50% no-repeat;
}

#content #users-list th.sortdown {
    background: #132031 url("/images/downarrow.gif") right 50% no-repeat;
}

#content #users-list th.loading {
    background: #132031 url("/images/indicator-small2.gif") right 50% no-repeat;
}

#content #users-list tr.odd {
    background: #F9FAFC;
}

#content #users-list td {
    padding: .3em 1em;
    border-top: 1px solid #E0EBF0;
    border-left: 1px solid #E0EBF0;
    text-align: center; 
}

#content #users-list td.first {
    text-align: left;
    border-left: 0; 
}



.tag-cloud {
	padding: 1em 1em 1em 0;
	background: #fff url('http://etrading-currency.com/templates//images/bg-post.gif') repeat-x;
	border: 1px solid #E0EBF0;
}

.tag-cloud a {
	line-height: 1.5em;
}

.tag-cloud a:hover {
	color: #fff !important;
	background-color: #0072B7;
}



a.tag-x-small {
	font-size: .9em;
}

a.tag-small {
	font-size: 1.2em;
}

a.tag-medium {
	font-size: 1.4em;
}

a.tag-large {
	font-size: 1.6em;
}

a.tag-x-large {
	font-size: 1.8em;
}

a.tag-xx-large {
	font-size: 2.0em;
}



.cat-cloud {
	padding: 1em 1em 1em 0;
	background: #fff url('http://etrading-currency.com/templates//images/bg-post.gif') repeat-x;
	border: 1px solid #E0EBF0;
}

.cat-cloud .clear {
    clear: both;
}

.cat-cloud ul {
    width: 95%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cat-cloud li {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0;
}

.cat-cloud a {
	padding: 0 .2em;
	line-height: 1.4em;
}

.cat-cloud a:hover {
	color: #fff !important;
	background-color: #0072B7;
}



#notice {
	margin: 1em 0 0 2em;
	padding: .2em 1em .2em 1em;
	width: 65%;
	float: left;
	clear: both;
	border: 2px solid green;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	font-size: 1.8em;
	color: green;
    text-align: center;
}

#error {
	margin: 1em 0 0 2em;
	padding: .2em 1em .2em 1em;
	width: 65%;
	float: left;
	clear: both;
	border: 2px solid red;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	font-size: 1.8em;
    color: red;
    text-align: center;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

.openid {
  background: url('http://etrading-currency.com/templates//images/openid.gif') no-repeat;
  background-position 0 50%;
  padding: 2px;
  padding-left: 25px;
}

#about_openid {
  border: 1px solid black;
  position: absolute;

}

.persont {
  font-size: 9px;
  color: #69b964;
  float:right;
}

.entrycontent {
  font-size: 60%;
}

.entrycontent p {
  font-size: 10px;
}
