#toc_container ul,#toc_container li {
	margin:0;
	padding:0;
}

#toc_container.no_bullets ul,
#toc_container.no_bullets li,
#toc_container.no_bullets ul li,
.toc_widget_list.no_bullets,
.toc_widget_list.no_bullets li {
	background:none;
	list-style-type:none;
	list-style:none;
}

#toc_container.have_bullets li {
	padding-left:12px;
}

#toc_container ul ul {
	margin-left:1.5em;
}

#toc_container {
	background:#f9f9f9;
	border:1px solid #aaa;
	padding:10px;
	margin-bottom:1em;
	width:auto;
	display:table;
	font-size:95%;
}

#toc_container.toc_light_blue {
	background:#edf6ff;
}

#toc_container.toc_white {
	background:#fff;
}

#toc_container.toc_black {
	background:#000;
}

#toc_container.toc_transparent {
	background:none transparent;
}

#toc_container p.toc_title {
	text-align:center;
	font-weight:700;
	margin:0;
	padding:0;
}

#toc_container.toc_black p.toc_title {
	color:#aaa;
}

#toc_container span.toc_toggle {
	font-weight:400;
	font-size:90%;
}

#toc_container p.toc_title + ul.toc_list {
	margin-top:1em;
}

.toc_wrap_left {
	float:left;
	margin-right:10px;
}

.toc_wrap_right {
	float:right;
	margin-left:10px;
}

#toc_container a {
	text-decoration:none;
	text-shadow:none;
}

#toc_container a:hover {
	text-decoration:underline;
}

.toc_sitemap_posts_letter {
	font-size:1.5em;
	font-style:italic;
}/*
+----------------------------------------------------------------+
|																							|
|	WordPress Plugin: WP-PostRatings								|
|	Copyright (c) 2012 Lester "GaMerZ" Chan									|
|																							|
|	File Written By:																	|
|	- Lester "GaMerZ" Chan															|
|	- http://lesterchan.net															|
|																							|
|	File Information:																	|
|	- Post Ratings CSS File															|
|	- wp-content/plugins/wp-postratings/postratings-css.css			|
|																							|
+----------------------------------------------------------------+
*/


.post-ratings {
	width:100%;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	/* background-color: #ffffff; */
}
.post-ratings-loading {
	display: none;
	height: 16px;
	text-align: left;
}
.post-ratings-image {
	border: 0px;
}
.post-ratings IMG, .post-ratings-loading IMG, .post-ratings-image IMG {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.post-ratings-text {
}
.post-ratings-comment-author {
	font-weight: normal;
	font-style: italic;
}/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}


/* Flytonic Buttons */
a.flybutton{
    background:#0795ED; /* for non-css3 browsers */
 	color:#FFF !important;
 	border-radius:5px;
	-moz-border-radius: 5px;
 	line-height:1em;
 	padding:9px 11px 10px 11px;
 	border-width: 1px;
 	border-style: solid;
 	text-align: center;
 	text-shadow: 0 1px 1px #666;
	text-decoration: none !important;
	box-shadow: 0px -1px 0px rgba(255, 255, 255, 0.3) inset, 0px 1px 2px rgba(0, 0, 0, 0.2);
	background-image: -moz-linear-gradient(bottom, #097bc2 0%, #2ba6f3 100%);
	background-image: -webkit-linear-gradient(bottom, #097bc2 0%, #2ba6f3 100%);
	display: inline-block;
	margin:0 .5em 1em .5em;
	border-color:#0795ED;
}


a.flybutton.red {
	background:#B00303; /* for non-css3 browsers */
	border-color: #990303;
	background-image: -moz-linear-gradient(bottom, #B00303 23%, #DE0D0D 69%);
	background-image: -webkit-linear-gradient(bottom, #B00303 23%, #DE0D0D 69%);
}


a.flybutton.yellow {
	background:#D1AE00;/* for non-css3 browsers */
	border-color:#C2A40F;
	background-image: -moz-linear-gradient(bottom, #D1AE00 23%, #F5C800 69%);
	background-image: -webkit-linear-gradient(bottom, #D1AE00 23%, #F5C800 69%);
}

a.flybutton.green {
	background:#4bcc0a;/* for non-css3 browsers */
	border-color:#42b807;
	background-image: -moz-linear-gradient(bottom, #4ACC0A 0%, #54F205 69%);
	background-image: -webkit-linear-gradient(bottom, #4ACC0A 0%, #54F205 69%);
}

a.flybutton.gray {
	background:#eee;/* for non-css3 browsers */
	border-color:#ccc;
	background-image: -moz-linear-gradient(bottom, #eeeeee 23%, #f3f3f3 69%);
	background-image: -webkit-linear-gradient(bottom, #eeeeee 23%, #f3f3f3 69%);
}

a.flybutton.orange {
	background:#f7ad25;/* for non-css3 browsers */
	border-color:#d68204;
	background-image: -moz-linear-gradient(bottom, #ED9405 0%, #F7AD25 100%);
	background-image: -webkit-linear-gradient(bottom, #ED9405 0%, #F7AD25 100%);
}

a.flybutton.purple{
	background:#831CE3;/* for non-css3 browsers */
	border-color:#5b09a8;
	background-image: -moz-linear-gradient(bottom, #6807B8 22%, #831CE3 73%);
	background-image: -webkit-linear-gradient(bottom, #6807B8 22%, #831CE3 73%);
}

a.flybutton.teal{
	background:#06cfcf;/* for non-css3 browsers */
	border-color:#07bdbd;
	background-image: -moz-linear-gradient(bottom, #06CFCF  0%, #05EDED 69%);
	background-image: -webkit-linear-gradient(bottom, #06CFCF 0%, #505EDED 69%);
}

a.flybutton.black{
	background:#252525;/* for non-css3 browsers */
	border-color:#111;
	background-image: -moz-linear-gradient(bottom, #222222 23%, #353535 69%);
	background-image: -webkit-linear-gradient(bottom, #222222 23%, #353535 69%);
}

a.flybutton.lg {  
	font-size:1.4em; 
	padding:13px 15px 14px 15px;
	font-weight:600;
}

a.flybutton.sm { 
	font-size:.9em;
 	padding:7px 9px 8px 9px;
 }
a.flybutton.med {
	font-size:1.2em; 
	padding:10px 12px 11px 12px;
	font-weight:600;
}

a.flybutton.drk { 
	color:#333 !important; 
	text-shadow: 0 1px 3px #fff;
}

a.flybutton.lgt { 
	color:#fff !important; 
}

a.flybutton:hover, 
a.flybutton:active, 
a.flybutton:visited {
	opacity: 0.85; 
	box-shadow:none;
}


span.flyspan.darrow { 
	background:url(../wp-content/themes/tradingtheme/includes/css/images/downarrow.png) no-repeat left center transparent; 
	padding-left:20px; 
}


span.flyspan.info { 
	background:url(../wp-content/themes/tradingtheme/includes/css/images/info.png) no-repeat left center transparent; 
	padding-left:20px; 
}


span.flyspan.error { 
	background:url(../wp-content/themes/tradingtheme/includes/css/images/error.png) no-repeat left center transparent; 
	padding-left:20px; 
}

span.flyspan.check { 
	background:url(../wp-content/themes/tradingtheme/includes/css/images/check.png) no-repeat left center transparent; 
	padding-left:20px; 
}

span.flyspan.warning { 
	background:url(../wp-content/themes/tradingtheme/includes/css/images/warn.png) no-repeat left center transparent; 
	padding-left:20px; 
}

/* Flytonic Boxes */

.fly_box {
	margin:0 .5em 1.6em .5em;
	padding:10px 50px;
	border-top:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
}

.fly_box.info {
	background:#f8f8f8 url(../wp-content/themes/tradingtheme/includes/css/images/info.png) no-repeat scroll 20px  45%;
}

.fly_box.alert {
	background:#fbf5d9 url(../wp-content/themes/tradingtheme/includes/css/images/warn.png) no-repeat scroll 20px  45%;
	border-top:1px solid #eddd98;
	border-bottom:1px solid #eddd98;
}

.fly_box.error {
	background:#ffd8d2 url(../wp-content/themes/tradingtheme/includes/css/images/error.png) no-repeat scroll 20px  45%;
	border-top:1px solid #feaeaa;
	border-bottom:1px solid #feaeaa;
}

.fly_box.download {
	background:#f3ffdf url(../wp-content/themes/tradingtheme/includes/css/images/downarrow.png) no-repeat scroll 20px  45%;
	border-top:1px solid #d4eeaa;
	border-bottom:1px solid #d4eeaa;
}

.fly_box.check {
	background:#f8f8f8 url(../wp-content/themes/tradingtheme/includes/css/images/check.png) no-repeat scroll 20px  45%;
}/*
Theme Name: Financial Trading Theme
Theme URI: http://www.flytonic.com/product/financial-trading-theme/
Description: Custom Financial trading theme brought to you by Flytonic Theme Framework For Wordpress!
Author: Flytonic
Author URI: http://www.flytonic.com/
Version: 1.4
Tags: flytonic, broker, forex, financial trading theme, wordpress

License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

/* Table of Contents

	1. HTML Reset
	
	2. Defaults
		- Typography
		- Headings
		- Other Objects
	3. Site Layout and Structure
	4. Common Classes
		-Excerpts
		-Comments
	5. Header
		-Site Header
		-Navigation
	6. Content Area
		-Shortcodes
		-Review Pages
	7. Sidebar
		-Widgets
	8. Footer
	9. Media Queries
	
*/

/* 1. HTML Reset
 
   normalize.css v2.1.2 | MIT License | git.io/normalize
   ----------------------------------------------------------------------------*/


article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace, serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:\201C \201D \2018 \2019}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}body,figure{margin:0}
legend,button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}


/* 2. Defaults
   ----------------------------------------------------------------------------*/


html {
	font-size: 10px; /* 10px browser default */
}

body {
	
	background-image: url(../wp-content/themes/tradingtheme/casino-betsbackr.jpg);
	background-size:   cover;
	background-repeat: no-repeat;
	background-position: center center;
        background-attachment: fixed;
	background-color:#fff;
	color: #444;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1em; 
}

a {
	color:#2669a8;
	text-decoration: none;
}

a:hover {
	color: #999;
	text-decoration: underline;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 20px 0;
	padding:0;
}

img {
	border:0;
}

.clearboth {
	clear:both;
}

span.hilite, td.bonus {
	color:#508c0b;
}

/* Headings
   -----------------------------------------*/


h1,
h2,
h3,
h4,
h5,
h6 {
	color: #111;
	font-weight: bold;
	line-height: 1.1em;
	margin: 0 0 20px;
}

h1 {
	font-size:1.7em;
	margin: 0 0 28px;
	padding:0 0 5px 0; 
	border-bottom:1px solid #e2e1dd; 

}

h2 {
	font-size:1.7em;
	padding:0 0 5px 0; 
	border-bottom:1px solid #e2e1dd; 
}

h3 {
	font-size:1.6em;
	font-weight:normal;
}

h4 {
	font-size:1.4em;
	font-weight:normal;
}

h5 {
	font-size:1.2em;
	font-weight:normal;
}

h6 {
	font-size:1.1em;
	font-weight:normal;
}

h1.entry-title, 
h2.entry-title  {
	margin-bottom:8px;
}


/* 3. Site Layout and Structure
   ----------------------------------------------------------------------------*/

#outerwrap {
	width:1000px;
	margin:0 auto;
}

.wrap {
	width:1000px;
	overflow:hidden;
	margin:0 auto;
}

/* 4. Common Classes
   ----------------------------------------------------------------------------*/
   
 /* Flytonic Buttons */

a.button_link {
    background:#266aa9; /* for non-css3 browsers */
 	color:#FFF !important;
	border-radius:5px;
	-moz-border-radius:5px;
 	line-height:1em;
 	padding:7px 12px;
 	border-width: 1px;
 	border-style: solid;
 	text-align: center;
	text-decoration: none !important;
	background-image: -moz-linear-gradient(top, #2f89dd 33%, #266aa9 100%);
	background-image: -webkit-linear-gradient(top, #2f89dd 33%, #266aa9 100%);
	display: inline-block;
	margin:0 .5em 0 .5em;
	border-color:#547a9e;
	font-size:13px !important;
}

a.visbutton {
    background:#266aa9; /* for non-css3 browsers */
 	color:#FFF !important;
	border-radius:5px;
	-moz-border-radius:5px;
 	line-height:1em;
 	padding:7px 12px;
 	border-width: 1px;
 	border-style: solid;
 	text-align: center;
	text-decoration: none !important;
	background-image: -moz-linear-gradient(top, #2f89dd 33%, #266aa9 100%);
	background-image: -webkit-linear-gradient(top, #2f89dd 33%, #266aa9 100%);
	display: inline-block;
	margin:0 .5em 0 .5em;
	border-color:#547a9e;
	font-size:13px !important;
}

a.visbutton.green {
	background:#6fa826; /* for non-css3 browsers */
	border-color: #5a8f1f;
	background-image: -moz-linear-gradient(top, #a3e25b 33%, #6fa826 100%);
	background-image: -webkit-linear-gradient(top, #a3e25b 33%, #6fa826 100%);
}  

a.visbutton.red {
	background:#c74816; /* for non-css3 browsers */
	border-color: #ae3e12;
	background-image: -moz-linear-gradient(top, #e95319 33%, #c74816 100%);
	background-image: -webkit-linear-gradient(top, #e95319 33%, #c74816 100%);
}  
   
a.visbutton.size1 {
	padding:7px 0;
	width:80px;
	margin:0!important;
}

a.visbutton.size2 {
	width:80px;
	margin:0 0 5px 0;
	padding:7px 3px;
}   
   

a.visbutton.lg {
	padding:10px 0;
	font-weight:bold;
	display:block;
	margin:5px 5px 0 0;
	width:130px;
	font-size:16px !important;
} 

a.visbutton.sm {
	padding:5px 10px;
	font-size:12px !important;
	margin:5px 5px 0 0;
} 

a.visbutton.cent {
	margin:0 auto;
	text-align:center;
	display:block;
} 
   
a.visbutton:hover, 
a.visbutton:active, 
a.visbutton:visited {
	opacity: 0.85; 
	box-shadow:none;
} 

a.visbutton.marb {
	margin-bottom:6px!important;
}

a.visbutton.fright {
	margin:0!important;
	float:right;
} 

 /* Excerpts */


.excerptlist{ 
	margin:0 0 25px 0; 
	line-height:1.4em; 
	overflow:hidden; 
}

.excerptlist h2{ 
	padding-left: 10px;
}

.excerptlist .articleexcerpt{ 
	background:#f1f1f1; 
	margin-bottom:15px;
	padding:10px 25px 10px 0; 
	border:1px solid #e2e1dd;  
	overflow:hidden;
}

.excerptlist .articleexcerpt img{ 
	float:left;
	 margin: 5px 15px 5px 15px;
}
.excerptlist .articleexcerpt:hover{ 
	border:1px solid #333;
	background:#fff;
}

.textbox{ 
	float:left;
	max-width:355px;
	display:inline;
}

.linkbox{ 
	float:right;
	max-width:140px;
	display:inline;

}

a.visbutton1{
	background:#266aa9; /* for non-css3 browsers */
 	color:#FFF !important;
	border-radius:5px;
	-moz-border-radius:5px;
 	line-height:1em;
 	padding:7px 12px;
 	border-width: 1px;
 	border-style: solid;
 	text-align: center;
	text-decoration: none !important;
	display: inline-block;
	margin:1em .5em 0 .5em;
	border-color:#333;
	font-size:13px !important;
	background:#266aa9; /* for non-css3 browsers */
	border-color: #333;
}
a.visbutton1:hover, 
a.visbutton1:active, 
a.visbutton1:visited {
	opacity: 0.85; 
	box-shadow:none;
} 

.excerptlist .articleexcerpt h3{ 
	margin:0 0 10px 0; 
	padding:0; 
	color:#111;
	 font-size:1.3em;
}

.excerptlist .more a{
	color:#777; 
}

.excerptlist .more a:hover{ 
	color:#777; 
	text-decoration:underline;
}


 /* Other Common Classes */


.bylines{ 
	font-size:.85em; 
	margin-bottom:20px; 
	color:#999;
}

.bylines2{ 
	font-size:.85em;
	 margin:-12px 0 5px 0; 
	 color:#999;
}

blockquote {
	 margin:10px 100px 10px 30px; 
	 padding: 10px 10px 0px 10px; 
	 border-left: 4px solid #999;  
	 font-family:Georgia, "Times New Roman", Times, serif;
	  color:#555;  
	 background:#f5f5f5; font-style:italic; 
 }

blockquote p {	
	margin: 0; 
}

.main-content .bannerwidget{
	display: block; 
	margin:20px auto; 
	float:none; 
	text-align:center;  
}

.breadcrumb{ 
	margin-bottom:10px; 
	font-size:1.1em;
	padding:10px; 
	color:#999; 
	background:#FFF; 
	border:1px solid #ccc;	
}

.current_crumb{
	font-weight:normal;
}

/** Author Bios **/

.authorbio{
	padding:15px; 
	background:#F9F9F9; 
	border:1px solid #E5E5E5;  
	margin:30px 0; 
	overflow:hidden; 
}

.authorbio h3{ 
	margin:0 0 5px 0 !important; 
	font-size:14px!important;
}

.authorbio img{ 
	float:left; 
	margin:0 12px 0 0;
	border:2px solid #DDD;
}

.authorbio span{ 
	font-size:.9em; 
	font-style:italic;
}

.authorbio p{ 
	padding:0 0 5px 0 !important;
}

/** Pagination **/

.pagination {
	clear:both;
	padding:30px 0;
	line-height:13px; 
	margin:0 0 15px 0;
}

.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 7px 2px 0;
	padding:9px 9px 9px 9px;
	text-decoration:none;
	width:auto;color:#2669a8;
	background: #fff; 
	text-decoration:none; 
	border-radius:4px; 
	-moz-border-radius:4px;
}

.pagination a:hover{
	color:#fff;
	background: #2669a8;
}

.pagination .current{
	padding:9px 9px 9px 9px;
	background: #2669a8;
	color:#fff;
}

.pagination a.last{ 
	background:#999; 
	color:#FFF;
}

.pagination a.last:hover{ 
	background:#333; 
	color:#FFF;
}


/* Images */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	margin: 5px 20px 5px 0;
}

img.alignright {
	margin: 5px 0 5px 20px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.main-content img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
	 max-width: 100%;
}

.main-content img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	vertical-align:top;
}

/* Captions */

.wp-caption {
	margin-bottom:20px;
	border:1px solid #ccc;
	max-width: 96%;
	
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}


.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}


.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #666;
	font-size: 12px;
	font-weight: 300;
	background:#f5f5f5;
	padding:10px 20px;
	margin:0;
	border-top:1px solid #ddd;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
	list-style-position: inside;
}



.gallery {
   margin:0 0 20px 0;
	overflow:hidden;
}

.gallery-item {
   float: left;
   padding:0 12px 5px 12px;
   text-align: center;

}

.gallery-columns-4 .gallery-icon img {
 	width:120px;
	height:120px;
}

.gallery-columns-1 .gallery-icon img, .gallery-columns-2 .gallery-icon img  {
 	width:260px;
	height:195px;
}

 
.gallery .gallery-caption {
	border:0;
	padding:2px;
	background:#f1f1f1;
	font-style:italic;
	font-size:11px;
	margin:0;
}
 
.gallery .gallery-icon img {
	border: 1px solid #ccc;
	padding:4px;
}


/******************* Flytonic Comments ****************************************/

#comments { padding-top:50px; }
#respond{padding:15px 15px 15px 15px; background:#f8f8f8; }	 
#respond:after { content: ".";  display: block; height: 0; clear: both; visibility: hidden;	}
#commentform {padding:10px 0 0 0; margin:0;}
#commentform input, #commentform textarea, #commentform .rateinput {width: 200px; padding: 5px; margin:0;	border:2px solid #DDD; color:#888; display:block; font-size:11px; }
#commentform textarea {	width: 95%;	}
#commentform label { color:#555; font-weight:bold; font-size:11px; }	
#commentform label span { font-weight:normal; color:#777;}
ol.commentlist {border-top:solid 1px #ddd; margin:0 0 35px 0 !important; padding:0 !important;}
ol.commentlist li {position:relative !important;;min-height:50px !important;; padding: 10px 10px 10px 82px!important;list-style: none !important; border-bottom:1px solid #ddd !important;;	}
ol.commentlist li .avatar{padding:4px;text-align:center;background:#fff;border:solid 1px #ccc;position:absolute;left:10px;top:10px;}
ol.commentlist li span.avatar img{margin:5px;}
ol.commentlist ul.children{margin:10px 0 0 0 !important;border-top:solid 1px #ddd; padding:0;}
ol.commentlist .thread-odd{background:#f8f8f8;}
ol.commentlist .thread-even .even{background:#fff;}
ol.commentlist .thread-even .odd{background:#f8f8f8}
ol.commentlist .thread-odd .odd{background:#fff;}
ol.commentlist .thread-odd .even{background:#f8f8f8}
.bypostauthor { border-top:2px solid #026698; }
ol.commentlist .bypostauthor  span.avatar { border:solid 2px #2669a8;}
.nocomments {text-align: center; margin: 0; padding: 0;	}
div.comment-author { font-size:1.1em; line-height:1em;  }
b.fn {font-weight:normal;}
span.says { display:none;}
div.comment-metadata{ font-size:.8em; margin-bottom:10px;color:#888;}
div.comment-metadata a, div.comment-metadata a:visited {color:#888;}
div.comment-metadata a:hover {color:#000;}
.reply {text-align:right;}

/** Comment Buttons **/

div.reply a.comment-reply-link, div.reply a.comment-reply-link:visited { 
	background:#2669a8; 
	color:#fff; 
	padding:4px; 
	font-size:.8em; 
	font-family:Arial, Helvetica, sans-serif; 
}

div.reply a.comment-reply-link:hover {
	background:#999; 
	color:#fff; 
}

#commentform #submit { 
	background:#2669a8; 
	color:#fff; 
	border:0; 
	padding:8px;  
	text-align:center; 
	display:block;  
	width:100px; 
	font-size:12px; 
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;  
}

#commentform #submit:hover { 
	background:#999;
	cursor:pointer; 
}


/* 5. Header
   ----------------------------------------------------------------------------*/
   

header.main-header { 
	width:100%;
	padding:15px 0 0 0; 
	overflow:hidden;  
}

.header-logo { 
	float:left;  
	padding: 15px 15px 25px 0;
	}
	
	.header-logo h1 { 
		line-height:1.1em; 
		font-size:2.4em; 
		margin:0; 
		padding:0;
		text-transform:uppercase;
		border:0;
	}
	
	.header-logo h3 { 
		margin:0 0 0 15px; 
		color:#BBB; 
		font-size:1.4em; 
		line-height:1.3em; 
	}

.headerwidgets {
	overflow:hidden;
	padding:0 0 15px 0;
	}
	
	.headerwidgets .widget {
	float:right;
	padding:5px 5px;
	}

.headerwidgets .bannerwidget {
	float:right;
	margin-top:5px;
	padding:5px 5px;
}


/* Navigation
   ------------------------------*/

nav.navbar {
	overflow:hidden;
	background:#AAAAAA; /* for non-css3 browsers */
	background-image: -moz-linear-gradient(top, #82ce2a 33%, #75ba25 100%);
	background-image: -webkit-linear-gradient(top, #82ce2a 33%, #75ba25 100%);
	border-bottom:1px solid #589018; 
	border-top:1px solid #589018;
	clear:both;
	padding:0;
	margin-bottom:10px;
} 


.nav {
	height:34px;
	display: block; 

	margin:0; 
		float:left;
}

.nav,
.nav ul {
    line-height:22px;
	margin:0; 
	padding:0; 
	list-style: none;
 }
 
.nav li {
	float: left;
 	font-size:1.1em; 
	margin:0;
	font-weight:bold;
	text-transform:uppercase;	
}

.nav li a,.nav li a:visited {
	color:#FFF; 
	display:block; 
	padding:6px 10px 6px 10px; 
	border-right:1px solid #6aa822;
}
 
.nav li a:hover, .nav li a:active {
	color:#333;  
	background:#FFF;
}	

.nav li ul {
	position: absolute; 
	left: -999em; 
	width:160px; 
	margin:0 0 0 -1px; 
	line-height: 17px; 
	background:#FFF; 
	border-left:1px solid #589018; 
	border-right:1px solid #589018; 
	border-bottom:1px solid #589018; 
}

.nav li li { 
	width: 160px; margin:0; 
	border-bottom:1px solid #EEE; 
	font-size:1.0em; 
	font-weight:normal; 
	
}

.nav li li a, .nav li li a:visited {
	color:#2669a8; 
	background:none; 
	border-right:0;
}

.nav li li a:hover, .nav li li a:active {
	background:#F5F5F5;  
}

.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li.sfhover ul, .nav li li.sfhover ul, .nav li li li.sfhover ul {
left: auto; 
}

.nav li.current-menu-item a, .nav li.current-menu-parent a {
	color:#333;
}

.nav li.current-menu-item, .nav li.current-menu-parent {
	color:#2669a8; 
	background-color:#FFF; 
}

.nav li.current-menu-item a:hover, .nav li.current-menu-parent a:hover {
	background:#FFF;
	color:#666;
}
	
.nav li.current-menu-item li, .nav li.current-menu-parent li { }	

.nav li.current-menu-item li a, .nav li.current-menu-parent li a {
	color:#2669a8; 
	background:none; 
}	

.nav li.current-menu-item li a:hover, .nav li.current-menu-parent li a:hover {
	background:#F5F5F5;
	color:#2669a8; 
}	

.nav li.current-menu-item ul {
	margin-top:-1px;
}	

.nav li li ul,  .nav li.current_menu_item li ul, .nav li.current_menu_parent li ul{ 
	margin: -30px 0 0 160px; 
	border-top:1px solid #CCC;  
	visibility:hidden; 
	font-size:1.0em;
}
.nav li li:hover ul { 
	visibility:visible;
}

.nav li.dropdn{ 
	background-image:url(../wp-content/themes/tradingtheme/images/arrowdn.png); 
	background-position: right center; 
	background-repeat: no-repeat;
 }

.nav li.dropdn a,.nav li.dropdn a:visited {
	padding:6px 20px 6px 12px;
 }

.nav li ul li.dropdn{ 
	background:url(../wp-content/themes/tradingtheme/images/rarrow.png) right center no-repeat; 
}

.selectnav { 
	display: none; 
}


/* 6. Content Area
   ----------------------------------------------------------------------------*/

.container {
	overflow:hidden;
	 margin:0 auto 20px auto; 
	 clear:both; 
}

.main-content {
	background:#fff;
	float:left;
	width:616px;
	padding:15px;
	font-size:1.3em;
	line-height: 1.7em;
	width:720px;  
	border:1px solid #ccc;
}

.leftside .main-content {
	float:right;
}

.container .fullwidth{width:968px; }

.main-content ul{
	margin: 0;  
	padding: 0 0 0 15px;  
}

.main-content li{
	padding: 0 0 4px 0; 
	margin: 0px 0px 4px 0; 
	list-style:url(https://www.online-casinos24.com/wp-content/themes/tradingtheme/images/arrow.png) inside;    
}


.main-content h2.title{ 
	margin:20px 0 12px 0;
}


/**Featured Table **/

.featured { 
	margin:0 0 25px 0; 
	padding:8px; 
	border:1px solid #1B84DA;   
	line-height:1.4em; 
	overflow:hidden; 
	background:#EEF8FD; 
}

.featured .left{
	float:left; 
	width:50%;
}

.featured .left img{
	float:left; 
	margin:0 8px 0 0;
}

.featured .right{
	float:left; 
	width:48%; 
	margin-left:2%; 
	font-size:.9em; 
	line-height:1.1em;
}

.featured .right ul{ 
	margin:0 0 0 12px;
}

.featured .right li{ 
	list-style:url(../wp-content/themes/tradingtheme/images/greenbullet.png) outside; 
	margin:0 0 6px 0;
}

/** Comparison Table **/

.comptable{ 
	margin:0 0 25px 0; 
	border:1px solid #555; 
	font-size:.9em; 
	line-height:1.1em;
	width:100%;  
	border-collapse:separate;
	border-spacing: 0;
}

.comptable th{ 
	font-weight:normal; 
	color:#FFF; 
	background:#3E3E40; 
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	padding:6px 2px
}

.comptable tr:hover td{ 
	border-top:1px solid #666;
	border-bottom:1px solid #666;
}

.comptable th.bright{
	background:#3E3E40;
	border-right:none;
}

.comptable th.bleft{
	background:#3E3E40; 
	border-left:none;
}

.comptable td{ 
	border-right:1px solid #d9d9d9; 
	border-bottom:#d9d9d9 1px solid; 
	text-align:center; 
	font-size:1.1em; color:#666; 
	line-height:1.1em; 
	padding:6px; 
	margin-bottom:1px;
}

.comptable td.blue{
	color:#000; 
	font-weight:bold; 
}	
	
.comptable td.blueh{ 
	background:#EEF8FD;
}

.comptable td.bright{
	border-right:none;
}
	
.comptable td span{
	font-weight:bold; 
	color:#000;
}

/** Review Table **/


.review{ 
	overflow:hidden; 
	margin:0 0 25px 0; 
	border:1px solid #1B84DA;  
	background:#EEF8FD; 
	padding:10px;
}

.topreview {
	overflow:hidden;
	margin-bottom:20px;
}

.topreview .left{ 
	width:170px; 
	float:left; 
	margin:0 20px 0 0; 
	line-height:1.4em; 
	font-size:1.1em;
}

.topreview .right{
	width:400px; 
	float:left;  
	line-height:1.5em;
}

.topreview .right h3{
	margin:0 0 10px 0 !important; 
	padding:0; font-size:1.3em !important;
	font-weight:bold;
}

.topreview .left span{
	font-size:1.2em; 
	font-weight:bold;
}

.topreview .left img{ 
	margin-bottom:10px;
}

.screenshots img {
	width:40%;
}

.reviewsummary{ 
	margin:0 0 25px 0; 
	width:100%;
	border:1px solid #e5e5e5; 
	font-size:.9em; 
	color: #333;
	border-collapse: collapse; 
	border-spacing: 0; 
}

.reviewsummary th{ 
	text-align:left;  
	background:#FaFaFa; 
	border-right:1px solid #E5E5E5;  
	border-bottom:1px solid #DDD;
	padding:5px;
	width:36%;
}

.reviewsummary td{ 
	background:#FFF; 
	border-bottom:1px solid #EEE; 
	padding:5px;
	width:64%;
}

.reviewsummary td.bonus{ 
	font-size:1.3em; 
	font-weight:bold; 
	
}

ul.pros li{
	list-style:none; 
	background:url(../wp-content/themes/tradingtheme/images/greenbullet.png) left center no-repeat; 
	margin:0 0 10px 0; 
	padding-left:20px; 
	line-height:1.2em; 
}

ul.cons li{
	list-style:none; 
	background:url(../wp-content/themes/tradingtheme/images/xbullet.png) left center no-repeat; 
	margin:0 0 10px 0; 
	padding-left:20px; 
	line-height:1.2em; 
}

ul.pros, ul.cons{ 
	margin:0 0 20px 10px;
}


/* 7. Sidebar
   ----------------------------------------------------------------------------*/


.sidebar { 
	float:left;
	font-size:1.2em; 
	margin-left:20px; 
	width:227px;
}

.leftside .sidebar {
	margin:0 20px 0 0;
}

.sidebar h2 { 
	margin:0;
	font-size:1.2em;   
	padding:12px 6px 12px 19px;  
	color:#111; 
	background:#f1f1f1; 
	text-transform:uppercase; 
	border-bottom:1px solid #ddd;   
	margin:-8px -8px 10px -8px;
}

.sidebar h2.blue{
	background:#04045E;
}

.sidebar ul{
	margin: 0; 
	padding: 5px 0px 0px 0px;  
}

.sidebar ul li{
	padding: 0 0 8px 0; 
	margin: 0px 0px 8px 0; 
	list-style:none; 
	background:url(../wp-content/themes/tradingtheme/images/dotted.gif) bottom repeat-x;    
}

.sidebar ol{
	margin: 0;  
	padding: 5px 0px 0px 20px; 
 }

.sidebar ol li{
	padding:0;
	margin: 0px 0px 10px 0; 
	list-style:decimal; 
	background:none;   
}

.sidebar .block {    
	margin:0 0 25px 0;
	background:none;
}

.pays{
	
	width:235px;
	margin-bottom:25px;
}

.pays img{
	margin-right: 5px; 
	float:left;
	display:inline;
}
.pays img:hover{
	border:1px solid #333;
}
.pays h3{
	float:left;
	border-bottom:1px solid #333;
	width:118px;
	font-size:1.2em;
	font-weight:normal;
	
}
.pays ul{
	list-style:none;
	display:inline;
}
.pays p{
	color: #111;
	line-height: 16px;
}
.pays ul li{
	padding-top:5px;
	margin: 5px;
	height: auto;
}

.pays ul li:hover{
	background:#f1f1f1;
}

.faq {
	width:235px;
	background:#fff;
}

.faq ul li {
	line-height: 20px;
	margin:8px 8px 8px 4px;
	padding:5px;
	border-radius:8px;  
 	border:1px solid #333; 
	background:#fff;
}

.faq a {
	display: block;
	max-height:100%;
	color:#111;
}


.sidebar .block .faq a:hover {
	font-weight: bold;
	color:#fff;
}


.sidebar .block .faq li:hover {
	background:#f1f1f1; 
	font-weight: bold;
	color:#fff;
}

.sidebar .bannerAd{
	margin:10px auto; 
	text-align:center; 
	display:block;
}

.textwidget,
.tagcloud {
	margin-bottom:0;
}

.sidebar .widget {
	margin-bottom:25px;
}

/* Calendar Widget */

#wp-calendar {
	margin:0 auto;

}

#wp-calendar caption {
	font-size: 14px;
	margin: 0;
}

#wp-calendar th,
#wp-calendar td {
	padding: 5px;
	text-align: center;
}

/* Social Media Widget */

ul.smedia {
	padding:0;
	margin:0;
	overflow:hidden;
}

ul.smedia li {
	display:block; 
	float:left;
	padding:6px;
	list-style:0;
	background:0;
	margin:0;
}
/** Startseite **/

.startbox{
	float:left;
	width:227px;
	margin: 0 12px 0 0;

}

.startbox ul li{
	list-style:none;

}
.startbox ul li:hover{
	background:#f1f1f1; 
	border:1px solid #333; 
	max-width: 92%;

}

.startp{
	max-width: 92%;
	margin-left:10px;
	margin-top:-20px;
	margin-bottom:10px;
	border-bottom:1px solid #333; 
}

.startbanner{
	float:left;
	width:100%;
	margin-bottom: 20px;
	margin-top: 20px;
	display:block;

}
.clearer{
	float:left;
	width:100%;
	line-height:0.1em;
	display:block;

}


/** Sidebar Widget **/

.topsitesblock{ 
	margin:-10px -8px; 
}

.topsites{ 
	background:url(../wp-content/themes/tradingtheme/images/toproomsbg.gif) top repeat-x; 
	overflow:hidden; 
	padding:10px;
}

.topsites .left { 
	float:left; 
	width:125px; 
	line-height:1.3em;
}

.topsites .right{ 
	float:left; 
	width:170px; 
	margin-left:10px; 
	color:#999; 
	line-height:1.3em;
}

.topsites .right span{
	font-weight:bold; 
	font-size:1.1em; 
}


/** Sidebar Widget 2 **/

.toproomsblock { 
	margin:-10px -8px -8px -8px; 
	font-size:1.1em; 
	border-collapse: collapse; 
	border-spacing: 0; 
}

.toprooms {
	width:100%;  
	border-collapse:separate;
	border-spacing: 0;
}

.toprooms td{ 
	background:url(../wp-content/themes/tradingtheme/images/toproomsbg.gif) top repeat-x; 
	padding:8px 5px;
	text-align:center;
}

.toprooms td.rankcol {
	width:9%;
}
.toprooms td.iconcol {
	width:16%;
}

.toprooms td.sitecol {
	width:37%;
	text-align:left;
}

.toprooms td.reviewcol {
	width:38%;
	
}

.toprooms .rank{ 
	color:#000;  
	font-weight:bold; 
}

/* Newsletter Widget */

.newsletter {
	padding:10px 10px 0 10px;
}

.newsletterform { 
	margin:10px 0 0 0;
	overflow:hidden;
	
	clear:both;
}

.newsletter .newsimage {
	float:right;
	margin:0 0 15px 12px;
}

.newsletter span{ 
	line-height:1.2em;
	font-size:12px;
	font-weight:bold;
}

.newsletter p.counter {
	margin:0 0 15px 0;
	padding:0;
}

.newsletterform .newsletterinput { 
	background:#f6f7f9; 
	border:1px solid #d7dbde; 
	color:#b0b0b0; 
	padding:10px; 
	margin:0 auto 15px auto; 
	width:264px; 
	display:block;
	font-size:12px;
}

.newsletterform .submitbutton { 
	 background:#2f89dd; /* for non-css3 browsers */
 	color:#FFF !important;
	border-radius:5px;
	-moz-border-radius:5px;
 	line-height:1em;
 	padding:9px 20px;
 	border-width: 1px;
 	border-style: solid;
 	text-align: center;
 	text-shadow: 1px 0 0 rgba(0, 0, 0, 0.3);
	text-decoration: none !important;
	background-image: -moz-linear-gradient(top, #2f89dd 33%, #266aa9 100%);
	background-image: -webkit-linear-gradient(top, #2f89dd 33%, #266aa9 100%);
	display:block;
	margin:0 0 15px 0;
	border-color:#547a9e;
	font-weight:600;
	font-size:14px !important;
}

.newsletterform .submitbutton:hover{
	filter: alpha(opacity=80);
	opacity: 0.8;
	color:#FFF !important; 
	text-decoration:none;
	cursor:pointer;
}

.newsletter .nlimage {
	float:right;
	margin:0 0 10px 15px;
}


/* Search Widget */

.searchform { 
	margin:0; 
	overflow:hidden;  
}

.searchinput {
	background:#f5f5f5; 
	border:1px solid #b3b3b3; 
	color:#a8a8a8; 
	padding:8px; 
	margin:0; 
	width:190px; 
	display:block;
	float:left;
}

.searchsubmit {
     background:#2f89dd; /* for non-css3 browsers */
 	color:#FFF !important;
 	line-height:33px !important;
	border-radius:5px;
	-moz-border-radius:5px;
 	padding:0 20px;
	height:33px;
 	border-width: 1px;
 	border-style: solid;
 	text-align: center;
 	text-shadow: 1px 0 0 rgba(0, 0, 0, 0.3);
	text-decoration: none !important;
	background-image: -moz-linear-gradient(top, #2f89dd 33%, #266aa9 100%);
	background-image: -webkit-linear-gradient(top, #2f89dd 33%, #266aa9 100%);
	display:inline-block;
	margin:0 0 0 10px;
	border-color:#547a9e;
	font-weight:600;
	font-size:14px !important;
	float:left;
}	

/* 8. Footer
   ----------------------------------------------------------------------------*/


footer.main-footer {
	width:100%; 
	line-height:1.3em; 
	background:#FFF; 
	border-top:6px solid #ddd;  
}

.main-footer a {
	color:#777; 
	text-decoration:underline; 
}

.main-footer a:hover {
	color:#777; 
	text-decoration:none; 
}

.topfooter { 
	padding:20px 10px 5px 10px; 
	overflow:hidden; 
	font-size:1.1em;  
}

.footerwidget { 
	float:left; 
	width:22%; 
	padding:10px 3% 10px 0; 
	color:#777; 
	font-size:12px;
}

.footerwidget h2{ 
	margin:0 0 9px 0; 
	padding:0 0 4px 0; 
	border-bottom:1px solid #AAA; 
	font-size:1.1em; 
	color:#333;
}

.topfooter ul{ 
	padding-bottom:15px;
}

.topfooter li{ 
	list-style:none;
	margin:0 0 8px 0;
}

.footerwidget a{
	color:#777; 
	text-decoration:none;
}

.footerwidget a:hover{
	color:#777; 
	text-decoration:underline;
}

.bottomfooter{
	width:100%;
	text-align:center;
	padding:15px 0;  
	font-size:11px;
	color:#333;
	line-height:1.5em;
}

.bottomfooter a, 
.bottomfooter a:visited {
	color:#333;
}

.midfooter{ 
	padding:0; 
	margin:10px 0; 
	overflow:hidden;
}

.midfooter img{ 
	float:left; 
	margin:10px 1.5%;
}

/* 9. Media Queries
   ----------------------------------------------------------------------------*/


@media screen and (min-width:481px) and (max-width:768px) {

#outerwrap {
	width:96%;
	padding:0 2%;
}

.startbox-layer{
	max-width:480px;
	margin: 0 12px 0 0;
	display:inline-block;

}

.container,
.wrap {
	width:100%;
}

.headerwidgets .bannerwidget img {
	width:100%;
}

#sidebar1 {
	display:none;
}

.main-content {
	float:none;
	width:94%;
	padding:25px 2.7%;
}

.header-logo  {
	float:none;
	margin:0 auto;
	text-align:center;
	width:96%;
	padding:0 2% 5px 0;
}

nav.navbar {
	float:none;
	padding:0;
}


/* Navigation */

.js #nav { 
	display: none; 
}

.js .selectnav { 
	display: block; 
}

.js .selectnav { 
	display: block; 
	width:97%; 
	margin:5px 1.5% 5px 1.5%; 
	padding:3px 10px; 
	font-size:14px; 
	color:#333;  
	text-transform:uppercase;
	background:#f5f5f5;
	border:2px solid #e6e6e6; 

}

.topreview .left{ 
	float:none; 
	width:100%; 
	margin:0 auto;
}

.topreview .right{ 
	float:none; 
	width:100%; 
	margin:10px auto 0 auto;
}

/* Footer */


.footerwidget {
	width:44%;
	padding:10px 3%;
	float:left;
}


}

@media screen and (min-width: 1px) and (max-width:480px){


#outerwrap,
.container,
.wrap {
	width:100%;
}

.headerwidgets .bannerwidget img {
	width:100%;
}

#sidebar1 {
	display:none;
}

.main-content {
	float:none;
	width:92%;
	padding:25px 4%;
	border-left:0;
	border-right:0;
}

.header-logo  {
	float:none;
	margin:0 auto;
	text-align:center;
	width:96%;
	padding:0 2% 5px 0;
}

nav.navbar {
	float:none;
	padding:0;
}

.linkbox{ 
	float:left;
	max-width:100%;
	display:inline;

}

.excerptlist .articleexcerpt img{ 
	float:left;
	margin: 0 15px 5px 33%;
}
/* Navigation */

.js #nav { 
	display: none; 
}

.js .selectnav { 
	display: block; 
}

.js .selectnav { 
	display: block; 
	width:97%; 
	margin:5px 1.5% 5px 1.5%; 
	padding:3px 10px; 
	font-size:16px; 
	color:#333;  
	text-transform:uppercase;
	background:#f5f5f5;
	font-weight:bold;
	border:2px solid #e6e6e6; 
}

.topreview .left{ 
	float:none; 
	width:100%; 
	margin:0 auto;
}

.topreview .right{ 
	float:none; width:100%; 
	margin:10px auto 0 auto;
}

/* Footer */

.main-footer .widgetarea {
	width:95%;
	float:none;
	padding:0 2.5%;
	margin-bottom:20px;
}

.main-footer .rightfooter {
	width:95%;
	float:none;
	padding:0 2.5%;
}

.footerwidget {
	width:100%;
	padding:15px 0;
	float:none;
}
.startbox{
	width:100%;
	margin: 0 12px 0 0;
	diplay:inline;

}
.startbox-layer{
	max-width:480px;
	margin: 0 12px 0 0;
	display:inline-block;

}

.hideme {
	display:none;
}

}/* Basic Style Settings */

/* Button Settings */

/* Header Settings */
nav.navbar{ background: #0564b7; background-image: -moz-linear-gradient(top, #1f74bf 0%, #0564b7 100%);background-image: -webkit-linear-gradient(top, #1f74bf 0%, #0564b7 100%);border-color:#045092;} .nav li a,.nav li a:visited {border-color:#045092;}.nav li ul {border-color:#045092;} .nav li li a, .nav li li a:visited {border-right:0;}  
/* Footer Settings */

/* Background Settings */

/* Typography Settings */

/* Custom */



/* LAYOUT OPTIONS */