/*
THEME NAME: Soccer2010
THEME URI: http://www.redfactory.nl/themes/soccer2010/
DESCRIPTION: Soccer2010 Theme template for all your World Championship '10 pleasures
VERSION: 1.0
AUTHOR: Red Factory
AUTHOR URI: http://www.redfactory.nl
*/
@import "reset.css";
@font-face {
 	font-family: 'League Gothic Regular';
 	src: url("font/league_gothic.eot");
}
@font-face {
 	font-family: 'League Gothic Regular';
 	src: url("font/league_gothic.ttf");
}

body {
	background: #fff url("images/body_bg.gif") 50% 0% repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #585858;
}
select {
	border: #BBB 1px solid;
	padding:5px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
}
.wpcf7-submit {
	color:#fff;
	padding:5px;
	background: #9B0800;
	border: #731100 1px solid;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	width:50px;
	cursor:pointer;
	display: block;
    font-weight: 700;
    text-align: center;
    width: 80px;
}
.wpcf7-submit:hover {
	background: #00579C;
	border: #00579C 1px solid;
	color:#fff;
}
em   { 
	font-style: italic;
}
a {
	color: #464646;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
strong {
	font-weight: 700;
}
hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}
blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}
#slider {
	width: 100%;
	height: 360px;
	position: relative;
}
#slider_shadow{
	z-index: 1;
	position: absolute;
	background: url("images/slider-shadow.png") 50% 0% no-repeat;
	height: 96px;
	width: 100%;
	top: 490px;
	left: 0px;
}
#wrapper {
	width: 980px;
	margin: 0 auto;
}
#header {
	z-index: 5;
	position: relative;
	overflow: hidden;
	width: 960px;
	/*height: 540px;*/
	height: 510px;
	margin: 0 auto;
	/*background: url("images/header_bg.png") 20px 0px no-repeat;*/
	background: url("images/header_bg.png") 55px 0px no-repeat;
}
#header1 {
	z-index: 5;
	position: relative;
	overflow: hidden;
	width: 960px;
	height: 140px;
	margin: 0 auto;
	/*background: url("images/header_bg.png") 20px 0px no-repeat;*/
	background: url("images/header_bg.png") 55px 0px no-repeat;
}
.breadcrumb {
    font-size:0.85em;
	margin: 5px 0 10px 10px;
	word-spacing: 0.2em;
}
.breadcrumb a {
        color: #00579C !important;
	text-decoration: none;
}
.breadcrumb a:hover {
	color: #9B0800 !important;
    text-decoration: underline;
}
#header-spacer {
	height: 2px;
	width: 100%;
	background: url("images/spacer.png") 25px 0px no-repeat;
	margin-top: 5px;
}
#subheader {
	width: 100%;
	margin: 15px 0 0 0;
	height: 80px;
	display: inline-block;
	overflow: hidden;
	position: relative;
	z-index: 10;
}
#social-icons {
	float: right;
	position: absolute;
	top: 30px;
	right: 0px;
	height: auto;
	width: auto;
}
#social-icons img {
	display: inline-block;
	margin: 0 0 0 8px;
}
#logo-img {
	display: inline-block;
	margin: 0 10px 0 0;
	float: left
}
#logo-text {
	display: inline-block;
	float: left;
}
#logo {
	font-size: 400%;
	font-family: League Gothic Regular, Helvetica, Arial, sans-serif;
	line-height: 0.8em;
	text-transform: uppercase;
	vertical-align: bottom;
	font-weight:normal;
}
#logo a {
	color: #fff;
        text-shadow: black 0.1em 0.1em 0.2em;
}
#logo a:hover {
	text-decoration:none;
}
#description {
	font-size: 200%;
	color: #fff;
	text-transform: uppercase;
	font-family: League Gothic Regular, Helvetica, Arial, sans-serif;
	vertical-align: bottom;
	text-shadow: black 0.1em 0.1em 0.2em;
}
#menu { 
	width: 960px;
	height: 57px;
}
#menu ul {
	width: 960px;
	height: 57px;
	margin: 10px 0 0 0;
	color: #fff;
	display: inline-block;
}
#menu ul li {
	float: left;
	text-transform: uppercase;
	font-size: 90%;
	height: 35px;
	background: url('images/menu_bg.png');
	position: relative;
	z-index: 10;
}
#menu ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 10px;
}
#menu ul li a:hover {
	color: #FDDB00 !important;
	background: #000;
}
#menu ul li ul {
	display: none;
	position: absolute;
	width: 200px;
	top: 25px;
}
#menu ul li:hover ul {
	display: block;
	color: #FDDB00 !important;
}
#menu ul li ul li {
	clear: both;
	height: auto;
	width: 100%;
}
#menu ul li:hover ul li a, #menu ul li ul li a {
	color: #fff;
	padding: 10px;
	display: block;
	border-bottom: #000 1px solid;
}
#menu ul li.current_page_item a {
	color: #FDDB00 !important;
}
#container {
	width: 960px;
	overflow: hidden;
	margin: 25px auto 0 auto;
	padding: 0 0 25px 0;
}
#content {
	float: left;
	width: 620px;
}
#content-full-width {
	float: left;
	width: 960px;
}
.post-spacer {
	display: block;
	height: 1px;
	width: 100%;
	margin: 25px 0 25px 0;
}
.post-title {
    text-transform: uppercase;
	font-size: 300%;
	line-height: 1.2;
	font-weight: normal;
	font-family: 'League Gothic Regular', Helvetica, Arial, sans-serif;
}
.post-title a {
	color: #9b0800;
}
.post-title a:hover {
	color: #bb0800;
}
.post-title a:active {
	color: #9b0800;
}
.tablehead { color:#000000; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10px; font-style:normal; }
.table.statCont { float:left; margin:-3px 4px 0 0; padding-top:0; width:320px; }
.gamehead { color:#FFFFFF; font-weight:bold; text-align:center; text-transform:uppercase; }
.gamehead { background:url("http://assets.espn.go.com/i/gamepackage/tablehead_bg.gif") repeat-x scroll 0 0 #424242; }
.colhead.playerStatSub  { color:#333333; font-weight:normal; text-align:center; }
.oddrow.playerStats { color:#333333; font-family:helvetica,arial,san-serif; font-size:22px; font-weight:bold; text-align:center; }
.tablehead{border-collapse:separate!important;border-spacing:1px;margin:0;padding:0;width:100%;}.tablehead a{color:#225fb2;}.tablehead th,.tablehead td{padding:3px 6px;font-size:11px;font-family:Verdana,Arial,Helvetica,sans-serif;vertical-align:middle;}.colhead td{background:#e8e8e8 url(http://a2.espncdn.com/prod/assets/module_subheader_gradient.gif) repeat-x scroll 0 0;border-bottom:1px #C2C2C2 solid;font-weight:700;color:#444;font-size:11px;}.colhead a:link{color:#444;text-decoration:underline;}.mod-table .mod-content .colhead a:visited,.colhead a:visited{color:#444!important;text-decoration:underline;}.mod-table .mod-content .colhead a:hover,.colhead a:hover{color:#777;text-decoration:none;}.stathead td{border-bottom:1px solid #C2C2C2;font-size:13px;margin:0 7px;padding:4px 8px;position:relative;background:#FFF!important;font-weight:700;font-family:helvetica,arial,sans-serif;}.oddrow{background-color:#FFF;}.evenrow td{background-color:#F1F1F1;}.sortcell{background-color:#ddd!important;font-weight:700;}
.page-subtitle {
	font-weight: 700;
	color: #999;
	font-size: 110%;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
}

h1.category-name {
	font-weight: 700;
	color: #999;
	font-size: 110%;
	text-transform: uppercase;
	display:inline;
}
.post-meta {
	font-size: 85%;
	color: #999;
	/*margin: 5px 0 30px 0;*/
	margin: 5px 0 0px 0;
	line-height: 16px;
}
.post-meta a {
	color: #9b0800;
}
.post-meta1 {
	font-size: 85%;
	color: #999;
	margin: 1px 0 0 0;
}
.post-meta1 a {
	color: #00579C;
}
.post-meta1 a:hover {
	color: #9b0800;
}
.post-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}
.post-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
}
.post-comments a:hover {
	color: #FFFFFF;
}
.post-content {
	margin: 15px 0 15px 0;
	overflow:hidden; /* IE 6-7 */
}
.post-content h2 {
	font-size: 140%;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}
.post-content h3 {
	font-size: 26px;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px; 
}                 		
.post-content h3 a {
	color: #9B0800 !important; 
}                  		
.post-content h3 a:hover {
	color: #00579C !important; 
}
.post-content a {
	color: #00579C;
}
.post-content a:hover {
	color: #bb0800;
}
.post-content a:active {
	color: #9b0800;
}
.post-content p {
	line-height: 1.5;
	margin-bottom: 15px;
}
.avatar {display: inline;
         float: left;
         padding: 1px;
         border: 0px solid #efefe7;
         margin: 0;
}
.avatar-blog {display: inline;
         float: left;
         padding: 1px;
         border: 0px solid #efefe7;
         margin: 1px 10px 0 0;
}
.front-image {
	background: #FFF;
	border: 1px solid #EFEFEF;
	padding: 10px;
	width: 568px;
	height: auto;
}
.post-content img.alignnone {
	background: #FFF;
	border: 1px solid #EFEFEF;
	padding: 10px;
}
.front-image {
	margin: 0 0 10px 0;
}
.post-content img.alignleft {
	float: left;
	background: #FFF;
	border: 1px solid #EFEFEF;
	padding: 10px;
	margin: 0 25px 15px 0;
}
.post-content img.alignright {
	float: right;
	background: #FFF;
	border: 1px solid #EFEFEF;
	padding: 10px;
	margin: 0 0 15px 25px;
}
.post-content img.aligncenter {
	float:none;
	background: #FFF;
	border: 1px solid #EFEFEF;
	padding: 10px;
	margin: 0 auto 20px auto;
	display:block;
	text-align:center;
/*overflow:hidden;  IE 6-7 
	position:relative;
	clear:both;*/
}
img.aligncenter {
	float:none;
	background: #FFF;
	border: 1px solid #EFEFEF;
	padding: 10px;
	margin: 0 auto 20px auto;
	display:block;
	text-align:center;
/*overflow:hidden;  IE 6-7 
	position:relative;
	clear:both;*/
}
.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}
.post-content ul {
	list-style: outside;
}
.post-content ol {
	list-style: decimal;
}
.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 10px;
	margin-top: 10px;
}
.more-link {
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	font-weight: 700;
	display: block;
	width: 80px;
	margin-top: 15px;
	padding: 5px;
	color: #fff !important;
	background: #9b0800 !important;
	border: #731100 1px solid;
    text-align:center;
}
.more-link:hover {
	background: #00579C !important;
        border: #00579C 1px solid;
	text-decoration: none;
}
.more-link:active {
	background: #00579C !important;
}
.section-title {
    font-size: 190%;
    font-family: 'League Gothic Regular', Helvetica, Arial, sans-serif;
    margin: 40px 0 10px 0;
    text-transform: uppercase;
}
.navleft {
	float: left;
	margin: 0 15px 15px 0;
}
.navright {
	float: right;
	margin: 0 0 15px 15px;
}
.navleft a, .navright a {
	text-transform: uppercase;
	font-family: 'League Gothic Regular', Helvetica, Arial, sans-serif;
	color: #585858;
}
.navigation div a {
	font-size: 200%;
}
#comments ol li {
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}
.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 3px;
}
.comment-data {
	float: left;
	width: 500px;
}
.comment-data p {
	margin-bottom: 6px;
	line-height: 1.5;
}
.comment-author {
	font-weight: 900;
	margin-bottom: 5px;
}
.comment-meta {
	color: #666;
	margin-bottom: 5px;
	font-size: 85%;
}
.unapproved {
	font-style: italic;
}
#respond {
	margin-top: 30px;
}
#respond #input {
	font-weight: 700;
	padding: 10px;
	color: #fff;
	background: #9b0800;
	border: #731100 1px solid;
}
#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}
#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}
#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}
#comment-form textarea {
	width: 495px;
	height: 100px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 10px 5px 10px 5px;
	border: #BBBBBB 1px solid;
	color: #888;
	-moz-border-radius: 3px 3px 3px 3px; }
#comment-form input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 10px 5px 10px 5px;
	border: #BBBBBB 1px solid;
	color: #888;
	-moz-border-radius: 3px 3px 3px 3px; }
#comment-user-details { 
        margin: -26px 1px 10px 125px;
}
#comment-user-details-top { 
        margin: 10px 10px 20px 1px;
}
#sidebar {
	float: right;
	width: 300px;
	padding: 5px 0 0 0;
}
.sidepanel {
	margin-bottom: 30px;
}
.sidepanel h3 {
	text-transform: uppercase;
	border-bottom: 1px solid #EFEFEF;
	padding: 0 0 7px 0;
	color: #9b0800;
	font-weight: normal;
	font-size: 220%;
	font-family: 'League Gothic Regular', Helvetica, Arial, sans-serif;
}
.sidepanel ul li {
	border-bottom: 1px solid #EFEFEF;
	padding: 7px 0;
	line-height: 1.2;
}
.sidepanel p {
	margin-top: 8px;
	line-height: 1.3;
}
.sidepanel .ads  {
	background: #FFF;
	border: 1px solid #EFEFEF;
	padding: 5px;
	width: 125px;
	height: 125px;
	margin: 0 10px 10px 0;
	display: inline-block;
}
#sidebar select#cat.postform {
	width: 100%;
	margin: 10px 0 -20px 0;
}
#searchform #s {
	padding: 10px 5px 10px 5px;
	border: #ececec 1px solid;
	color: #888;
}
#searchform #s:focus, #sidebar #s:hover {
	border: #ccc 1px solid;
}
#searchform #s:focus, #sidebar #s:hover {
	border: #ccc 1px solid;
}
.screen-reader-text {
	position: absolute;
	margin: -5px 0 0 0;
}
#q {
	width:230px;
	padding:5px;
	-webkit-border-radius:3px 3px 3px 3px;
	-moz-border-radius:3px 3px 3px 3px;
	height:20px;
}
#submit {
	padding: 4px 4px 4px 4px;
	color: #fff;
	cursor: pointer;	
}
#sidebar #s {
	padding: 5px 5px 5px 5px;
	border: #C8C8C8 1px solid;
	color: #888;
	width: 200px;
	margin-top: 15px;
	margin-right: 10px;
}
#sidebar #s:focus, #sidebar #s:hover {
	border: #ccc 1px solid;
}
#sidebar #searchsubmit {
	padding: 4px;
	color: #fff;
	background: #9b0800;
	border: #731100 0px solid;
	cursor: pointer;
	font-size: 1em;	
	width:50px;
}
#sidebar #searchsubmit:hover {
	background: #ab0800;
}
#sidebar #searchsubmit:active {
	background: #9b0800;
}
#footer-container {
	width: 100%;
	height: auto;
	text-align: center;
	background: #191919;
	border-top: 1px solid #ddd;
}
#footer {
	text-align: left;
	margin: 0 auto;
	width: 990px;
	height: auto;
	padding: 35px 0 10px 10px;
	color: #c0c0c0;
	display: inline-block;
}
#footer-sidebar {
	height: auto;
	width: 100%;
	margin: 0 0 30px 0;
	color: #888;
	display: inline-block;
}
#footer-sidebar #twitter {
	float: right;
	heigth: 200px;
	display: inline-block;
}
#footer-sidebar a {
	color: #888;
}
#footer-sidebar a:hover {
	color: #c0c0c0;
}
#footer-sidebar .sidepanel {
	height: auto;
	width: 225px;
	display: inline-block;
	margin: 0 10px 0 10px;
	vertical-align: top;
	float: left;
}
#footer-sidebar .sidepanel h3 {
	border-bottom: 1px solid #353535;
	color: #c0c0c0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 90%;
}
#footer-sidebar .sidepanel ul li {
	border-bottom: 1px solid #353535;
}
#footer-sidebar .sidepanel ul li ul li {
	border-bottom: 0px solid #353535;
	padding: 5px 0 0 10px;
}
#footer-links {
	list-style: none;
	margin: 0 0 0 20px;
}
#footer-links a {
	color: #888;
	font-size: 90%;
	text-transform: uppercase;
}
#footer-links a:hover {
	color: #9b0800;
	text-decoration: none;
}
#footer-links li {
	float: left;
	margin-right: 15px;
}
.sep {
	color: #CCC;
	margin: 0 8px;
}
.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}
.tweetmeme_button {
	width: 60px;
	float: right; 
	display: inline-block;
	text-align: right;
	margin: 30px 5px;
}
/* Darko test */
.sprite-fantasy-football { background: url("images/fantasy-football-sprite.png") no-repeat scroll 0 0 transparent; width: 300px; height: 100px; cursor:pointer;
display:inline-block; margin-left:100px;} 
.sprite-fantasy-football:hover { background: url("images/fantasy-football-sprite.png") no-repeat scroll 0 -150px transparent; width: 300px; height: 100px; cursor:pointer;
display:inline-block; } 
.sprite-fantasy-football .text-in-image {
position: relative;
    height: auto;
    width: auto;
    left: 195px;
    top: 20px;
    font-size:32px;
    font-family: League Gothic Regular, Helvetica, Arial, sans-serif;
    text-transform:uppercase;
    font-weight:bold;
}
.sprite-fantasy-football .text-in-image a {
color:#A8A8A8;
text-decoration:none;
display:block;
width:300px;
height:100px;
}
.sprite-fantasy-football .text-in-image a:hover {
color:#2C7A29;
text-decoration:none;
display:block;
width:300px;
height:100px;
}
/* WP Tree */
.dtree {
	vertical-align: middle;
        line-height:22px;
}
#sidebar .nodeSel {
color:#00579C;
font-weight:bold;
text-decoration:underline;
}
/* WP Custom Avatars */
#comment-avatars-select-wrapper {
	padding:									4px;
}
#comment-avatars-select-wrapper input {
	display:									none;
}
#comment-avatars-select-wrapper img.selected {
	border:										4px solid #abf;
	margin:										0;
}
#comment-avatars-select-wrapper img,
#comment-avatars-select-wrapper img.nothing {
	margin:										4px;
}
#comment-avatars-select-wrapper.comment-avatars-deselect-link input {
	display:									inline;
}
/* WP Custom Avatars */
/* Contact Form 7 */
div.wpcf7 {
	margin: 0;
	padding: 0;
}
input.wpcf7-text {
	border: #BBB 1px solid;
	padding: 5px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
}
input.wpcf7-text {
border: #BBB 1px solid;
padding: 5px;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
}
input.wpcf7-form-control-wrap captcha-545 {
	border: #BBB 1px solid;
	padding: 5px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
}
div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}
div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}
div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}
div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}
div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}
span.wpcf7-form-control-wrap {
	position: relative;
}
textarea#comment { 
	border: #BBB 1px solid;
	padding: 5px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
}
#captcha { 
	border: #BBB 1px solid;
	padding: 5px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
}
input.posalji {
background: #9B0800;
border: #731100 1px solid;
-webkit-border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
}
span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}
span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}
span.wpcf7-list-item {
	margin-left: 0.5em;
}
.wpcf7-display-none {
	display: none;
}
div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}
div.wpcf7 .watermark {
	color: #888;
}
/* Contact Form 7 */
/* Post Page associator */
/* The container with the associated posts */
.associated-posts {
}
/* The container with ONE associated post */
.associated-posts .associated-post {
}
/* The header element with the title of the post */
.associated-posts .associated-post .post-title {
}
/* The link element inside the header with the title of the post */
.associated-posts .associated-post .post-title a {
}
/* The element which contains the post thumbnail image element */
.associated-posts .associated-post .thumb-frame {
}
/* The post thumbnail image element itself */
.associated-posts .associated-post .thumb-frame img {
}
/* The element which contains the post excerpt. (Only if you set up 'show an excerpt of the posts.') */
.associated-posts .associated-post .post-excerpt {
}
/* The clearing element. You can use it if you want. */
.associated-posts .clear {
  clear: both;
}
/* Post Page associator */
/* TDO Mini forms */
/* You can modify the appearance of the form here. In later versions you will
   be able to modify this from within Wordpress and possible chose from a 
   number of defaults. */
.tdomf_form {
}
.tdomf_form fieldset {
 border: 0px;
}
.tdomf_form label {
 }
.tdomf_form .required {
 font-weight: bold;
}
.tdomf_form fieldset {
 text-align: left;
 width: 100%;
 padding-top: 5px;
 padding-bottom: 5px;
}
.tdomf_form fieldset legend {
  font-weight: bold;
  padding-bottom: 10px;
  padding-left: 0px;
  margin-left: 0px;
}
.tdomf_form_preview {
 border: 1px dotted black;
 padding: 5px;
 margin: 5px;
 margin-bottom: 20px;
}
.tdomf_form_preview p {
 margin-left: 15px;
}
.tdomf_form_message {
 padding: 5px;
 margin: 5px;
 margin-bottom: 20px;
 text-align: left;
}
#tdomf_upload_inline_form {
 text-align: left;
 background-color: white;
 width: 100%;
 height: 100%;
}
#tdomf_upload_inline_form .required {
 font-weight: bold;
}
.tdomf_upload_inline_errors {
 color: red;
}
ul.tdomf_category_checklist, ul.tdomf_category_children {
 list-style-type: none; 
}
.tdomf_buttons {
  text-align: left;
}
.tdomf_buttons td {
 width: 10px;
}
/* Formatting the QuickTag toolbar */
#ed_toolbar input {
 /*padding: 0px;
 margin: 2px;
 margin-bottom: 0px;
 margin-top: 10px;*/
}
#ed_toolbar input:hover {
 /*padding: 0px;*/
}
#ed_bold {
 font-weight:bold;
}
#ed_italic {
 font-style:italic;
}
#ed_link, #ed_ext_link {
 color:blue;
 text-decoration: underline;
}
#ed_under {
 text-decoration: underline;
}
#ed_strike {
 text-decoration: line-through;
}
/* Required for AJAX progress display */
.tdomf_shadow {
    background: black;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 15px;
}
.hidden {
    display: none;
}
.progress {
    position: absolute;
    display: block;
    background: #f9fcfe;
    padding: 5px;
}
/* TDO Mini forms */
/* Live Prenos */
span#cntdwn {
     font-size:24px;
     color:#555 !important;
font-family:arial;
margin-bottom:10px;
}
/* Post Avatar */
.postavatar {
	float: left; padding: 10px;
}
.postavatar img {
	border: 5px solid #000;
}
a.pa {
	border: none;
}
/* CSS for admin pages. Please do not edit below here
/* still a lot to do... */
fieldset#postavatarfield {
}
fieldset#postavatarfield h3.dbx-handle {
}
/* Post Avatar */
#wp-calendar caption {width: 300px; text-align: center; background: #efefef; color: #585858; padding: 5px 0 5px 0;}
#wp-calendar { border-collapse:collapse; width: 300px; text-align: center;}
#wp-calendar thead th {padding: 5px 0 5px 10px; font-weight: bold;}
#wp-calendar tbody td, #wp-calendar #prev {padding: 5px 0 5px 10px;}
#wp-calendar #today, #wp-calendar tbody td:hover, #wp-calendar #prev:hover {color: #000; background: #eee;padding: 5px 0 5px 10px;}
#wp-calendar a {padding: 2px 0; font-weight: bold;}
#wp-calendar tfoot td {padding: 3px 0;}
#calendar_wrap {display: block; width: 300px; padding: 0 1px 1px 0; margin: 5px 0 0 0;}
#wp-calendar a:hover {background: #eee;color: #fff;}
#wp-calendar #next {text-align: right; color: #000; padding: 5px 10px 5px 0;}
#wp-calendar #next:hover {color: #000; background: #eee;padding: 5px 10px 5px 0;}
#wp-calendar #prev {text-align: left;}



/* Ankete u Post */

.anketa-nova {
	background: none repeat scroll 0 0 #EEE;
	margin-left: 20px;
	padding: 20px;
	width: 550px;
	margin-top: 30px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	padding: 20px;
	margin-bottom:20px;
}

.anketa-nova strong {
	font-size:18px;
	font-weight: bold;
}

.wp-polls img, .wp-polls label, .wp-polls input, .wp-polls-loading img, .wp-polls-image img {
    border: 0 none;
    display: inline;
    font-size: 11px;
    line-height: 30px;
    margin: 5px 0 0;
    padding: 1px;
}
.wp-polls-ans {
    margin-top: 10px;
    opacity: 1;
    width: 100%;
}
.wp-polls .Buttons {
	-moz-border-radius:3px 3px 3px 3px;
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-border-radius:3px 3px 3px 3px;
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
	background:url("images/bg-shop-button.png") repeat-x scroll 0 0 #9B0800 !important;
	border:0 none;
	color:#FFFFFF;
	cursor:pointer;
	display:inline-block;
	font-size:14px;
  	margin: 0 0;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}
.wp-polls .Buttons:hover{
	background:none repeat scroll 0 0 #00579C !important;
	color:#FFFFFF;
}
ul#arhivaankete {
	text-align:center;
}

/* Ankete u Post */
#sidebar .wp-polls img, #sidebar .wp-polls label, #sidebar .wp-polls input, #sidebar .wp-polls-loading img, #sidebar .wp-polls-image img {
    border: 0 none;
    display: inline;
    font-size: 14px;
    line-height: 30px;
    margin: 5px 0 0;
    padding: 1px;
	border-bottom:none !important;
}

.wp-polls ul li, .wp-polls-ul li, .wp-polls-ans ul li {
text-align: left;
background-image: none;
display: block;
	border-bottom:none !important;
}
#sidebar .wp-polls {
    margin-top: 10px;
    opacity: 1;
    width: 100%;
}
#sidebar .wp-polls .Buttons {
	-moz-border-radius:3px 3px 3px 3px;
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-border-radius:3px 3px 3px 3px;
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
	background:url("images/bg-shop-button.png") repeat-x scroll 0 0 #BB096B;
	border:0 none;
	color:#FFFFFF;
	cursor:pointer;
	display:inline-block;
	font-size:14px;
  	margin: 0 0;
    padding: 1px;
    text-align: center;
    vertical-align: middle;
}
#sidebar .wp-polls .Buttons:hover{
	background:none repeat scroll 0 0 #770444;
	color:#FFFFFF;
}
#sidebar ul#arhivaankete {
	text-align:center;
}
.wp-polls {
background: none repeat scroll 0 0 #F6F6F6;
padding-bottom: 20px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
-border-radius: 10px 10px 10px 10px;
padding-top: 10px !important;
}

.wp-polls ul li, .wp-polls-ul li, .wp-polls-ans ul li {
text-align: left;
background-image: none;
display: block;
margin-left: 35px;
}

.wp-polls-form strong {
	margin:20px;
}
