/*   
Theme Name: Betting on Shorts version 3
Theme URI: 
Description: A Thematic Child Theme for Betting on Shorts.
Author: Sunday
Author URI: http://nextnode.net/
Template: thematic
Version: 1.0
Tags: Thematic, nextnode.net, boss
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/*Betting on Shorts*/
*{
	margin: 0px;
	padding: 0px;
}

html, body{
	height: 100%;
}

body{
	background: #f4f4f4  url(library/assets/bg_body_black.png) repeat-x;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #222;
}
a, a:visited{
	text-decoration: none;
	color :#111;
}

a:hover{
	text-decoration: none;
	color: #ff001b;
}

#wrapper{
	min-width: 955px;
	width: 100%;
}
/*header*/
#lang{
	width: 950px;
	height: 20px;
	text-align: right;
	margin: auto;
	overflow: hidden;
	padding-right: 55px;
}
#lang ul{
	text-indent: 0px;
	padding-left: 2px;
	margin-left:0px;

}
#lang ul li{
	list-style-type: none;
	text-indent: 1px;
	padding: 2px;
	margin:0px;
	display: inline;
}
#lang ul li a{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#lang ul li a:hover{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

#header{
	margin-top: 65px;
}

#branding{
	background: url(library/assets/logo.png) no-repeat;
	padding-top: 80px;
	
}
#blog-description{
	padding-left: 125px;
	font-weight: normal;
	font-style: normal;
	color:#bbb;
}
/*top menu*/
#kmenu-pre-top{
	width: 950px;
	height: auto;
	margin: auto;
	margin-top: -15px;
	padding: 0px;
	padding-left: 125px;	
}
#kmenu-list-pre-top ul{
	text-indent: 0px;
	padding-left: 2px;
	margin-left:0px;
}
#kmenu-pre-top ul li{
	list-style-type: none;
	text-indent: 2px;
	padding: 0px;
	margin:0px;
	margin-right: 16px;
	display: inline;
	font-size: .9em;
}
#kmenut-pre-top ul li a, #kmenu-pre-top ul li a:visited{
	text-decoration: none;
}
#kmenu-pre-top ul li a:hover{
	text-decoration: none;
}

#kmenu-top{
	width: 950px;
	height: auto;
	margin: auto;
	margin-top: 25px;
	padding-left:190px;}
#kmenu-list ul{
	text-indent: 0px;
	padding-left: 2px;
	margin-left:0px;
}
#kmenu-list ul li{
	list-style-type: none;
	text-indent: 0px;
	padding: 0px;
	margin:0px;
	margin-right: 9px;
	display: inline;
	font-size: .9em;
}
#kmenu-list ul li a, #kmenu-list ul li a:visited{
	color: #ccc;
	text-decoration: none;
}
#kmenu-list ul li a:hover{
	color: #fff;
	text-decoration: none;
}
/*content*/
#main{
	padding-top: 20px;
	
}
#content{
	margin-left: 110px;
	font-size: .9em;
}
#content a, #content a:visited{
	padding-right: 9px;
	margin-right: 6px;
	background: url(library/assets/bg_link.png) no-repeat right;
	text-decoration: none;
	color :#111;
}
#content a:hover{
	text-decoration: none;
	color:#ff001b;
}
#content span a, #content span a:visited,
#content span a img,#content span a:visited img,
#content a img.sociable-hovers,#content a:visited img.sociable-hovers,
#nav-below a, #nav-below a:visited,
#nav-below a img, #nav-below a:visited img{
	padding: 0px;
	margin: 0px;	
	background: transparent;
}
#content input,  #content textarea{
	border : 1px solid #CCC;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#home-news h1{
	font-size: 1.3em;
	text-transform: uppercase;
	display: block;
	padding-bottom: 8px;
	margin-bottom: 12px;
	border-bottom: 1px dotted #111;
	color:#ff001b;
}
.entry-title{
	font-size: 1.1em;
}
ul.child-pages{
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 100%;
}
ul.child-pages li.page-item{
	clear: both;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
	font-weight: bold;
}
/*sidebars*/
#primary, #secondary{
	border:none;
	margin: 0px;
	padding: 0px;
	width: 250px;
}


.main-aside h3.widgettitle{
	font-style: normal;
	font-size: .9em;
}
.main-aside .widget_execphp h3{
	color:  #fff;
	
}

#footer  h3.widgettitle{
	font-style: normal;
	font-size: 1.1em;
	color : #FFF;
	font-weight: bold;
	text-transform: uppercase;
}
#footer label{
	color: #FFF;
	font-weight: normal;
	font-size: 1em;
}
#footer input{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border: none;
	background-color: #939ba3;
	color: #fff;
	font-size: 1em;
}
#footer ul{
	text-indent: 0px;
	margin-left:  0px;
	padding-left: 0px;
}

#footer ul li{
	list-style-type: none;
	text-indent: 0px;
	margin-left:  0px;
	padding-left: 0px;
	margin-top: 8px;
}
#footer ul li a, #footer ul li a:visited{
	color: #FFF;
	text-decoration: none;
}
	
/*footer*/
#footer{
	background-color: #899097;
	width: 100%;
}
#siteinfo, #siteinfo a, #siteinfo a:visited, #siteinfo a:hover{
	color: #FFF;
	
}
/*votes*/
.gdmultitable tr.mtrow{
	margin-bottom: 8px;
	
}
.ratingmulti, .gdmultitable tr.mtrow,.gdmultitable tr.gdtblbottom, .row-odd, .row-even{
	background-color: transparent;
	border:  0px; 
	width: 100%;
	
}