/*
Theme Name: LVA Branford (based on PRiNZ BranfordMagazine 3.0 theme)
Theme URI: http://www.der-prinz.com/wordpress-theme-im-magazin-stil-branfordmagazine-wordpress-magazine-style-theme-branfordmagazine-63
Description: A premium magazine-style layout for Wordpress with multiple functionalities inspired by the great themes of Brian Gardner and Darren Hoyt
Version: 0.01 (s: 26.09.2008)
Author: Vladimirs Ladins
Author URI: http://billiards.lv

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

Credits
=======

Thanks to Darren Hoyt and his "Mimbo" theme which has been a great inspiration
and a good source for lots of the code I used for this theme especially the intensive
use of custom fields. 

Thanks again to Darren for the timthumb script: http://www.darrenhoyt.com/2008/04/02/timthumb-php-script-released/
and thanks to SNIPPLR for the function to insert the images in a very easy way: http://snipplr.com/view/14280/get-wordpress-image-attachment-and-use-tim-thumb-to-crop/

Thanks to Brian Gardner and "Revolution" which inspired me to put the two additional
page layouts "Featured Page" and "3-Column-Page" into the theme.

Thanks to Patrick Griffiths who delivered the script for the dropdown menues. http://www.htmldog.com/articles/suckerfish/dropdowns/

I´d also like to thank Klaus Hartl (stilbuero.de) for the brilliant script I used 
for the tabbed section with the fade effect.

And last but not least my very special thanks go out to all of you out there
using the theme and sending me tons of emails telling me how great this theme is.

THANK YOU ALL!!!



/******************************************
*   HTML Elements                         
******************************************/

* {
	margin:0;
	padding:0;
	}

body,html { min-height:101%; }

body {
	background: #333;
/*        -moz-background-clip:border;
        -moz-background-inline-policy:continuous;
        -moz-background-origin:padding;
        background:transparent url(images/backgrounds/winterbackground1.gif) repeat fixed 0 0;*/
        background:transparent url(images/backgrounds/stripegreen.png) repeat fixed 0 0;
	color: #333;
	padding: 13px 0 25px 0;
	}

body, select, input, textarea {
	font: 12px Arial, Verdana, Sans-Serif;
/*	line-height:1.5em;     */
	line-height:1.4em;
	}
	
p {	margin: 15px 0;	}


hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 0.9em;
	/*padding:3px 6px;*/
	}

.sidebar_widget small {
	font-size: 8pt;
	/*padding:3px 6px;*/
	}


.ar {text-align: right;}
.al {text-align: left;}
.ac {text-align: center;}

.fr {float:right;}
.fl {float:left;}


#leftcol ul li, #leftcol ol li,
#leftcol1 ul li, #leftcol1 ol li,
#rightcol1 ul li, #rightcol1 ol li {
    margin-left: 20px;
    }

dt {
  font-weight: bolder;
}

/******* Hyperlinks ********************/

a[href $='.pdf'], a[href $='.PDF']  {
   padding-left: 18px;
   background: transparent url(images/pdf.png) no-repeat center left;
}

a[href $='.doc'], a[href $='.DOC']  {
   padding-left: 18px;
   background: transparent url(images/doc14.png) no-repeat center left;
}

a[href $='.xls'], a[href $='.XLS']  {
   padding-left: 18px;
   background: transparent url(images/xls14.png) no-repeat center left;
}

a.yt {
   padding-left: 18px;
   background: transparent url(images/yt14.png) no-repeat center left;
}



/* standard link behaviour */
a:link, a:active, a:visited {
	color:#333;
	text-decoration: underline;
	}
    a:active {outline:none;}
a:hover	{
	color:#333;
	text-decoration: none;
	}

.blogtitle a { text-decoration: none; }

/* Title area links */
.title:link, .title:active, .title:visited {
	color: #840000;
	text-decoration: none;
	}
.title:hover {
	color: #840000;
	text-decoration: underline;
	}

/* players link */
a.player_link {
  text-decoration: none;
   border-bottom: dotted black 1px;
 }

a.player_link:hover {
  text-decoration: none;
   border-bottom: none;
 }

/* HTML headline links */
h3 a:link, h3 a:active, h3 a:visited  {text-decoration:none;}
h3 a:hover {text-decoration:underline;}

h4 a:link, h4 a:active, h4 a:visited  {color:#840000; text-decoration:none;}
h4 a:hover {text-decoration:underline;}


/* Links in the sidebar */
.subnav li a:link, .subnav li a:visited { /* .subnav is the categories list */
	background: #fff;
	display:block;
	padding:4px 4px 4px 20px;
	border-bottom: 1px solid #999;
	}
		
.subnav li a:hover, .subnav li a:active {
	background: #F4F4EC;
	text-decoration:none!important;
	}

#sidelist a:link, #sidelist a:active, #sidelist a:visited {text-decoration:none;}
.ui-accordion-content a {text-decoration: underline !important}
.ui-accordion-content a:hover {text-decoration: none !important}

#qtranslate-chooser a:link, #qtranslate-chooser a:active, #qtranslate-chooser a:visited {text-decoration:none;}
#sidelist a:hover {text-decoration:underline;}
#qtranslate-chooser a:hover {text-decoration:underline;}
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#F4F4EC;
	color: #666;
	}
#sidelist .children li a:hover, #sidelist .children li a:active	{
	color:#000;
	text-decoration:none!important;
	}

/* Links in unordered lists */
.bullets li a { text-decoration:none!important;	}
.bullets li a:hover { text-decoration:underline!important;	}

/* How tags appear */
.tags a {text-decoration:none;}
.tags a:hover {text-decoration:underline;}

/* Links within comments metadata (date, Author etc.) */
.commentmetadata a:link, .commentmetadata a:active, .commentmetadata a:visited  {text-decoration:none;}
.commentmetadata a:hover {text-decoration:underline;}

/* Links in the footer */
#footer a {text-decoration: none;} 
#footer a:hover	{text-decoration: underline;}



/******************************************
*   Images                         
******************************************/

/*** default image behaviour ***/
/*img { border:1px solid #999; padding:1px; } */
img { border:0 solid #999; padding:1px; }

.post img, #sidebar img { border: none !important }


/*** WordPress specific image classes ***/
.aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignleft {
float: left;
margin: 4px 15px 5px 0;
}

.alignright {
float: right;
margin: 4px 0 5px 15px;
}

.wp-caption {
   text-align: center;
   background-color: #fff;
   margin-top:5px;
   margin-right: 15px;
   margin-bottom:0px;
}

.wp-caption img{
   padding:2px;
   border:1px solid #999;
}

.wp-caption img:hover{
   border:1px solid #333;
}

.wp-caption p.wp-caption-text {
   color:#666;
   font-size: 10px;
   line-height: 12px;
   padding: 7px 4px 2px 5px!important;
   margin: 0!important;
}



.post_tumb {
/*  border-top: solid #DDDDDD 1px;
  border-left: solid #DDDDDD 1px;*/
  	-moz-box-shadow:1px 2px 5px #666666;
	-webkit-box-shadow:1px 2px 5px #666666;
}

		
/******************************************
*   General Structure
******************************************/

#page { /*the main container*/
	width:880px;
	margin:0 auto;
	font-size:1em;
	background:#FFF;
	padding: 10px 25px 35px 25px;
	border:3px double #333;
	}

.post {
  overflow: hidden;
  	position: relative;
}

.magazinestyle {
/*  width: 302px;
  float: left;
  min-height: 190px;*/
  }

.magazinestyle {
background-color:#E6E3D3;
float:left;
margin:0 3px 5px;
min-height:250px;
padding:3px;
width:288px;

}
    .magazinestyle h4 a {
      color:#840000;
      padding: 0 5px 0 0;
    }

    .category-6 {
      width: 590px;
      padding: 3px 5px;
    }

        .cattour {
            background-color: #D4CFB3;
        }

        .catworld {
            background-color: #DDDDDD;
        }



                               /* header */
#branding {/*where the logo sits*/
	/*width:590px;*/
	width:650px;
  	height:90px;
	padding-bottom:15px;
/*	background:url(images/backgrounds/bg_branding.png) no-repeat;*/
	background:url(images/backgrounds/header_lrbf_625.png) no-repeat;
	background:url(images/headers/header_LRBF.png) no-repeat;
	}

.hsnooker {/*where the logo sits*/
	background:url(images/headers/header_LRBF_snooker.png) no-repeat !important;
	}

.hpool {/*where the logo sits*/
	background:url(images/headers/header_LRBF_pool.png) no-repeat !important;
	}


    div#header_l {
      /*background: url(images/headers/header1-snooker1.jpg) no-repeat transparent; */
    }


.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {/*you guessed it: it´s the sidebar container*/
	/*width: 250px; */
	width: 249px;
	float:right;
	}

#botom_columns {
    clear: both;
    overflow: hidden;
}



#leftcol {/*the left homepage column carrying the "Featured Article" section*/
	/*width:287px; */
	width:280px;
	border-right:1px solid #b6b6b6;
	padding-right:18px;
	}

#leftcol, #rightcol,
#leftcol1, #rightcol1 {
	margin-top:10px;
	float:left
	}

#rightcol {/*actually the column in the middle of the homepage (if the right column is the sidebar)*/
	width:277px;
	padding-left:18px;
	margin-top: -2px;
/*	text-align:justify;      */
	}

  #world_billiard {
      padding-top:30px;
      clear: both;
  }

  #world_billiard li {
    white-space: nowrap;
    overflow: hidden;
    list-style-type: square !important;
  }

#leftcol1 {
	width:280px;
	border-right:1px solid #b6b6b6;
	padding-right:18px;
}

#rightcol1 {
	width:277px;
	padding-left:18px;
}



  #index_word_tournaments {
      margin-top:20px;
      clear: both;
/*        column-count: 2;
        -moz-column-count:2;
        -webkit-column-count:2;*/
  }

    #index_word_tournaments ul li {
    float: left;
    height: 45px;
    list-style-type: none;
    margin: 5px 25px 5px 0;
    padding: 2px;
    width: 45%;
    }


/******************************************
*   Sidebar
******************************************/

ul.related-pages li.current_page_item a {
    color:#840000;
 }
/*ul#related-pages li.current_page_item a { background: none !important }*/

.subnav li {/*.subnav is mainly the categories list*/
	list-style:none;
	}

#sidelist li {
	list-style:none;
	}
	
.bullets li {
	margin:0 0 5px 15px;
	list-style:square;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	margin-left:22px;
	}

#sidelist .children {
	background:#F4F4EC;
	}

#sidelist .children li {
	background: #F4F4EC;
	list-style: none;
	margin-left:15px;
	padding-left:15px;
	border-bottom:1px solid #fff;
	}

#sidelist .feed li{
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/rss.gif) no-repeat;
	}


    ul.blogroll li {
      float: left;
      margin: 0 0px 10px 0;
      min-width: 124px;
      text-align:center;
    }

    .rss_widget li {
     text-align:left !important;
     height: 20px;
    }

    .rss {
      background: url(images/rss/rss_ico5.png) left no-repeat;
      padding-left: 22px;
      min-width: 102px !important;
    }


    ul.blogroll {
      height: auto;
      overflow: hidden;
      width: 100%;
    }

#ara_ca_mo2007 li,
#ara_ca_mo2008 li,
#ara_ca_mo2009 li,
#ara_ca_mo2010 li {
    margin-left: 20px;
}

    /* twitter */

    li .entry-content {
        clear: both;
        display: block;
        padding: 0 0 0 10px;
        text-align: justify;
        color: #0092BE;
    }

    li .entry-content a {
        color: #5BC6EF;
    }


    li .entry-meta {
      margin-bottom: 10px;
      color: #666666;
      display: block;
      text-align: right;
    }

    li .entry-meta a {
      color: #666666;
      }

    .time-meta, .from-meta {
      color: #666666;
    }


        /**  * Twitter Widget */
          .widget_twitter li {
              clear:both;
          }
          .widget_twitter li img {
              float:left;
              margin-right:.5em;
          }
          .widget_twitter li .clear {
              clear:both;
          }



/******************************************
*   Headlines
******************************************/

.blogtitle, .blogtitle a {
	color: #000;
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: regular;
	padding: 20px 0px 10px 0px;
	}

h1 {
	color: #840000;
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0px 10px 0px 0px;
	padding: 20px 0px 0px 10px;
	}
	
h2 {
	color: #840000;
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	padding-bottom:8px;
	border-bottom:1px solid #666;
	margin: 20px 0;
	}

h2.noborder {
	color: #840000;
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	padding-bottom:8px;
/*	border-bottom:1px solid #666;*/
border: none;
	margin: 20px 0;
	}

h3 {
	font: 0.9em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.3em;
	margin-bottom:4px;
	font-weight:bold;
	color:#840000;
	}

/*#sidebar h2, #sidebar h3 a {
	font: 0.9em Arial, Helvetica, sans-serif;
	letter-spacing:0.3em;
	text-transform:uppercase;
	margin-bottom:4px;
	font-weight:bold;
	color:#840000;
	}*/

#sidebar h2 {
	font: 0.9em Arial, Helvetica, sans-serif;
	letter-spacing:0.3em;
	text-transform:uppercase;
	margin-bottom:4px;
	font-weight:bold;
	color:#840000;
	}

#sidebar h3 a {
  color: white;
}

#sidebar h3, #sidebar h2 {
        background-color:#245634;
        border-top:3px double #FFFFFF;
        color:white;
        font-size:0.9em;
        margin:20px 0 8px;
        padding:5px 0 5px 8px;

            box-shadow: 3px 3px 3px #666;
            -webkit-box-shadow: 3px 3px 3px #666; /* Safari, Chrome */
            -moz-box-shadow: 3px 3px 3px #666; /* Firefox */
	}

    span.sidebarevents {
        display: block;
        font: 0.9em Arial, Helvetica, sans-serif;
        text-transform:uppercase;
        letter-spacing:0.3em;
        margin:14px 0 5px;
        font-weight:bold;
        color:#840000;

    }


    #sidebar h5 {
      padding-left: 2px;
    }


h3#respond {
	font-size:1.1em;
	border-top:1px solid #666;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h3 a:link, h3 a:visited {
	/*color: #666;*/
    color: #840000;
    font-size: 1.1em;
	}

h4 {
	margin-bottom:6px;
    font:bold 1.2em Georgia,"Times New Roman",Times,serif
	}


/******************************************
*   No SIDEBAR page
******************************************/

#nosidebarpage{
  	width: 100%;
}

/******************************************
*   UI TABS misc
******************************************/

#top_tabs div#related-posts ul {
  list-style-type: none;
}

#top_tabs div#related-posts {
  /*clear: none !important; */
  display: none !important
  }

/******************************************
*   Content
******************************************/

#content {
	width:605px;
	*width:600px;
	float:left
	}



.description {
	font-size: 1.3em;
	font-weight: bold;
	color:#999;
	}

div#aps {
background:transparent url(images/backgrounds/christmas_tree80.jpg) no-repeat scroll left center;
color:#045510;
font-size:18pt;
font-weight:bold;
height:80px;
line-height:1.1;
margin:20px 0 0;
padding-left:90px;
padding-top:2px;
text-align:center;
font-family: Georgia;
}


/* Featured Articles formatting "leftcol" */

.feature {
	background: url(images/backgrounds/bg_featured.jpg) repeat-x #F4F4EC;
	padding:15px;
	border: 1px solid #ccc;

/*      border-radius:15px 15px 0px 0px;
      -moz-border-radius: 15px 15px 0px 0px;
      -khtml-border-radius: 15px 15px 0px 0px;
      -webkit-border-radius: 15px 15px 0px 0px;*/

    overflow: hidden;
	}

/*div.feature_left:hover,
div.feature_right:hover {
  background-color: #DDDDDD;
}*/


.feature p, #rightcol p { margin:0;	}

#leftcol img, #rightcol img {
	padding:1px;
	/*border:1px solid #999; */
	}

#leftcol .feature {	margin-bottom: 15px; }

/* Formating of the Leadstory stuff in the tabbed section */

#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	padding:1px;
	border: 1px solid #999;
	}

.title, a.title {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.1em !important;
	font-weight:bold;
	color: #840000;
	letter-spacing:normal;
	}

.today_title, a.today_title  {
    	font-family: Verdana;
    	font-size: 0.9em;
        font-weight:bold;
    	color: #840000;
     letter-spacing:normal;
     }


#lead p {
	margin-bottom:10px;
	}

.read-on a { /* This can be used to format the "[...]" link in the lead story */
	color:#840000!important;
	text-decoration:none;
        border: 1px solid #999999;
        box-shadow: 1px 1px 2px #666666;
        padding: 3px 15px;
        background-color: #D4CFB3;
	}

.read-on { /* This can be used to format the "[...]" link in the lead story */
        display: block;
	}

.read-on a:hover {
	text-decoration:underline;
	}

/* Formating of "rightcol" which is the column in the homepage middle ;-) */

#rightcol img  {
	float:left;
	margin:3px 10px 4px 0;
	}

#leftcol img {
	/*float:left;*/
	margin:0px 0 3px 0;
    border:none;
	}

/*#leftcol img {
	margin-bottom: 4px;
	display:block
	}*/
	
#rightcol .clearfloat {
	/*border-bottom:1px solid #999; */
	padding:12px 0;
	}	



/* Post Formatting */

.entry {
	padding-bottom:28px;
	text-align:justify;
	}



.post blockquote {
	color:#666;
	background:#F4F4EC;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.post h2:hover {
    /*text-shadow:0 0 3px #888;*/
    }

    .post h2 {
        /*background:#ccc;*/
            text-align: center;
        color:#840000;
        text-shadow: -1px -1px white, 1px 1px #333;
    }


.post ul li {
	list-style:square;
	margin-bottom:5px;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;

	margin-left:48px;
	}




.entry h3 {
  margin-top:10px;
}


#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	}

.postmetadata {
	font-size:0.9em;
	margin:0 0 2px 0;
	padding:5px 10px;
	/*background:#F4F4EC;*/
	    background:#E6E6D3;
	border-top:1px solid #E6E3D3;
	border-bottom:1px solid #E6E3D3;
        clear:both;
	}

    .commentsmeta a {
      background: url(images/comment.png) no-repeat transparent;
      width: 25px;
      height: 25px;
      text-align: center;
        position: absolute;
        right:35px;

        text-decoration: none;
        font-weight: bolder;
    }

    .commentsmeta a:hover {
      background: url(images/comment_add.png) no-repeat transparent;
      color: green;
      }


.post .tour_details {

  margin-left: 74px;
  padding: 5px 5px 0 0;
  border-bottom: 1px solid #E6E3D3;
    /*background: #DDDDDD;*/
}


/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}


/*#searchform { 	padding:16px 5px 0 0; 	} */
#searchform { 	padding: 29px 0px 0 0; 	}
.sidebar_widget #searchform {
  text-align: right;
}


.button {
	padding: 1px;
	background:#333;
	color:#fff;
	border:none;
	}

.button:hover {
	background:#666;
	color:#FFF;
	text-decoration:none
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}


/* Subscribe form class='subscribe2lva' */
.subscribe2lva input[name='email']  {
  width: 99%;
  font-size: 1.3em;
  font-style: italic;
  color: #840000;
}

.subscribe2lva input[name='subscribe'],
.subscribe2lva input[name='unsubscribe']  {
  width: 49%;
  height: 20px;
}

.subscribe2lva .sbutton {
	padding-left: 3px;
    background: #333;
	color:#fff;
	border:none;
	}

/*    .subscribe2lva .sbutton:hover {
    	background:#666;
    	color:#FFF;
    	}*/





.subscribe2lva .sub {
  background: #333 url(images/mail_add.png) no-repeat scroll 5px center;

}
.subscribe2lva .sub:hover {
  background: #666 url(images/mail_add.png) no-repeat scroll 5px center;
  color:#FFF;
}

.subscribe2lva .uns {
  background: #333 url(images/mail_remove.png) no-repeat scroll 5px center;

}
.subscribe2lva .uns:hover {
  background: #666 url(images/mail_remove.png) no-repeat scroll 5px center;
  color:#FFF;
}

/*
.subscribe2lva .uns {
  background: #333 no-repeat transparent left center url(images/mail_remove.png);
}
.subscribe2lva .uns:hover {
  background: #fff no-repeat transparent left center url(images/mail_remove.png);
}
*/

p.comment {
    margin-left: 40px;
    background-color: #eee;
    padding: 10px;
}

span.modrules {
  font-style: italic;
  color: #840000;
}

p.comment:before {
    content: "“ ";
    font-weight: bold;
}

p.comment:after {
    content: " ”";
    font-weight: bold;
}

/* Comments*/

.commentlist {
	padding-left:30px;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#F4F4EC;
	border:1px solid #E6E3D3;
	}

.commentlist blockquote {
	color:#666;
	background:#fff;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}	

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#fff;
	border:1px solid #E6E3D3;
	}

div#respond {
  margin-top: 20px;
}

ol.commentlist { }
ol.commentlist li {list-style: none;}
ol.commentlist li.alt {}
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {
  background-color: #99CCFF;
}
ol.commentlist li.comment {}
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard {}
ol.commentlist li.comment div.vcard cite.fn {
  font-weight: bold;
}
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar {
    float: left;
    margin: 4px 15px 5px 0;
}
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta {}
ol.commentlist li.comment div.comment-meta a {}
ol.commentlist li.comment * {}
ol.commentlist li.comment div.reply {}
ol.commentlist li.comment div.reply a {}
ol.commentlist li.comment ul.children {}
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 {}
ol.commentlist li.comment ul.children li.depth-3 {}
ol.commentlist li.comment ul.children li.depth-4 {}
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even {}
ol.commentlist li.odd {}
ol.commentlist li.parent {}
ol.commentlist li.pingback {}
ol.commentlist li.pingback div.comment-author {}
ol.commentlist li.pingback div.vcard {}
ol.commentlist li.pingback div.vcard cite.fn {}
ol.commentlist li.pingback div.vcard cite.fn a.url {}
ol.commentlist li.pingback div.vcard span.says {}
ol.commentlist li.pingback div.commentmetadata {}
ol.commentlist li.pingback div.comment-meta {}
ol.commentlist li.pingback div.comment-meta a {}
ol.commentlist li.pingback * {}
ol.commentlist li.pingback div.reply {}
ol.commentlist li.pingback div.reply a {}
ol.commentlist li.pingback ul.children {}
ol.commentlist li.pingback ul.children li {}
ol.commentlist li.pingback ul.children li.alt {}
ol.commentlist li.pingback ul.children li.bypostauthor {}
ol.commentlist li.pingback ul.children li.byuser {}
ol.commentlist li.pingback ul.children li.comment {}
ol.commentlist li.pingback ul.children li.comment-author-admin {}
ol.commentlist li.pingback ul.children li.depth-2 {}
ol.commentlist li.pingback ul.children li.depth-3 {}
ol.commentlist li.pingback ul.children li.depth-4 {}
ol.commentlist li.pingback ul.children li.depth-5 {}
ol.commentlist li.pingback ul.children li.odd {}
ol.commentlist li.thread-alt {}
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}


/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	}	

.clearfloat {
	display:block;
	}



/* related posts */

div#related-posts {
    margin: 35px 0 15px;
    clear:both;
}


/* Players Page */

ul.playerspage img {
   	-moz-box-shadow:1px 2px 5px #666666;
	-webkit-box-shadow:1px 2px 5px #666666;
}


ul.playerspage li {
  float: left;
  /*padding-right: 15px; */
  width:260px;
  list-style: none !important;
}

ul.playerspage {
  list-style: circle !important;

}

/* EasyToolTip */

/******************************************
*   Footer
******************************************/

#footer {
	margin: 0 auto;
	width: 900px;
	font-size:0.9em;
	text-align:center;
	padding-top:15px;
	color:#FFF;
	}

#footer a {
	color:#ededed;
	}

    #footer_widgets {
        text-align: left;
        margin-bottom: 20px;
         }

    #footer_widgets h3 {
        color:#FBD702;
        font-size: 1.1em;
        padding-left: 10px; }


        #fw_1, #fw_2, #fw_3 {
            /*width: 280px;*/
            float: left;
            min-height: 150px;
            overflow: hidden;
             }

        #fw_1 { width: 350px;}
        #fw_2 { width: 290px;}
        #fw_3 { width: 200px;}

        #fw_1, #fw_2 {
        margin-right: 28px; }

        .footer_widget1, .footer_widget2, .footer_widget3 {
            margin-bottom: 15px;
         }


/*    .footer_widget1 h3 { background: url(images/reload.gif) 1px 2px no-repeat }
    .footer_widget2 h3 { background: url(images/arrow1_s.gif) 1px 2px no-repeat }
    .footer_widget3 h3 { background: url(images/loop.gif) 1px 2px no-repeat }*/

    #footer_widgets ul li {
      /*border-bottom: 1px solid #555;*/
      padding: 0 0 0 10px;
      white-space: nowrap;
      overflow: hidden;
      list-style: none; }

    #footer_widgets ul li a { }

    #footer_widgets ul li:hover {
      /*background: #999999 url(images/arrow1_sw.gif) 263px bottom no-repeat;*/
      /*background: #999999 url(images/arrow1_se.gif) 1px 1px no-repeat */ }  

    .footer_widget3 .cat-item {
/*      float:right; */
        text-align: right;
    }

    .footer_widget3 .cat-item a {
/*      float:left; */
        float: left;
    }


/******************************************
*   Accordion ratings
******************************************/

.ui-accordion-header {
  /*background-color: #E6E3D3;*/
  padding:3px 2px;
}

h4.ui-accordion-header,
h5.ui-accordion-header {
  /*margin-bottom: 2px !important;*/
  margin-top: 2px !important;
}

h4.ui-accordion-header a:hover,
h5.ui-accordion-header a:hover {
  text-decoration: none !important;
}


h4.ui-state-default,
h5.ui-state-default {
    background: #E6E3D3 right center url(images/arrow_down.png) no-repeat;
}

h4.ui-state-active,
h5.ui-state-active {
    /*background: #F7F2D4 bottom right url(images/arrow_up.png) no-repeat;*/
    background: #A1A1A1 right center url(images/arrow_up.png) no-repeat;
}

    h4.ui-state-active a,
    h5.ui-state-active a {
      color: #FFFFFF;
    }

.ui-accordion-content {
  background-color: #DDDDDD;
}

/******************************************
*   Tables
******************************************/
table {border-collapse: collapse; border-spacing: 0;	}
table, tr, td, th, blockquote {margin: 0; padding: 0; border:0 none; text-align: left; }

th, td { empty-cells: show; visibility: visible; }
.rating_widget th, .rating_widget td { empty-cells: show; visibility: visible; font-size:80%; }

table.rating_widget { margin-bottom: 10px; }

td.odd {
  background-color: #EAEAEA;
}

      .details2 {
      	font: normal 9pt Verdana, Arial, sans-serif !important;
      	COLOR: #000000 !important;
      }

      .headregl {
      	PADDING: 1px !important;
      	FONT: bold 10pt Verdana, Arial, sans-serif !important;
      	COLOR: #FFFFFF !important;
      	background-color : #A52F00 !important; 
      }

.rating_widget_nr { width: 20px;}
.rating_widget_name { width: 150px; }
.rating_widget_points { width: 50px; }
.rating_widget_plus { width: 20px; }

.rating_widget th {
    background-color:#A1A1A1;
    color:white;
    font-size:10px;
    font-weight:bold;
    padding:2px;
    }

.rating_widget th, .rating_widget td  {
  /*border: 1px solid #A1A1A1;*/
  text-align: center;
  }

.rating_widget a {
  text-decoration: none !important;
}

.rating_widget a:hover {
  /*text-decoration: underline !important;*/
}


    /* #turniru_grafiks   */

    #turniru_grafiks {
      width:97%;
      margin: 2px auto;
    }

        #turniru_grafiks #tgdate      { width: 40px; }
        #turniru_grafiks .ddl         { width: 70px !important; }
        #turniru_grafiks #tgname      { width: 235px; }
        #turniru_grafiks #tgdetails   { width: 150px; }
        #turniru_grafiks #tgplace     { width: 104px; }
        #turniru_grafiks #tgresults   { width: 70px; }
        #turniru_grafiks #tgwinner    { width: 142px; }
            #filter_1                 { width: 65px !important; }



    table#turniru_grafiks,
    #turniru_grafiks td,
    #turniru_grafiks th {
      border: 1px solid #A1A1A1 !important;
    }
    #turniru_grafiks th,
    #turniru_grafiks thead {background-color:#A1A1A1 !important }

    #turniru_grafiks td,
    #turniru_grafiks th {

      padding-left: 5px;
    }

    #turniru_grafiks td {
        vertical-align: top;
        margin-bottom: 5px;
    }

    #turniru_grafiks tbody tr:hover {
	/*font-weight:bold;*/
	background:#ff8 !important;

 	-moz-transform:scale(1.01);
	-webkit-transform:scale(1.01); 
	-moz-box-shadow:0 0 5px #666;
	-webkit-box-shadow:0 0 5px #666;
    }

        #turniru_grafiks tr.r_t td {
            background-color: #DDDDDD;
        }
        #turniru_grafiks tr.s_t td {
            background-color: #BFFFBF;
        }
        #turniru_grafiks tr.p_t td {
            background-color: #C2D9EF;
        }


.table_valde {
    width: 600px;
}

.table_valde td {
  padding: 10px;
}

/* LRBF champions */
table#champions {
  border-collapse: separate;
  border-spacing: 3px;
  }

table#champions td {
/*  font-size: 14px;*/
    font-size: 1.1em;
    padding: 3px 5px;
    font-family: Verdana;
    background-color: #EEE;
  }


  tr.tour_year {
    margin: 15px 0 0 3px;
  }



/*****************************************************************
*   ------- QTRANSLATE qtrans_language_chooser ------------------
*****************************************************************/
ul.qtrans_language_chooser {
float:right;
margin-top:30px;
min-height:14px;
width:100px;
}
/*ul.qtrans_language_chooser {
    min-height:14px;
    margin-right: 23px;
    margin-top:70px;
    width: 100px; }*/

ul.qtrans_language_chooser li { display:inline; float: right; margin-left: 5px; }
ul.qtrans_language_chooser li a { outline: none }
ul.qtrans_language_chooser li.active a { font-weight: bold; }

.qtrans_flag span { display:none;  }
.qtrans_flag { height:24px; width:24px; display:block }
.qtrans_flag_and_text { padding-left:25px }

/*.qtrans_flag_en { background:url(images/flags/en.bw.png) no-repeat }
.qtrans_flag_lv { background:url(images/flags/lv.bw.png) no-repeat }
.qtrans_flag_ru { background:url(images/flags/ru.bw.png) no-repeat }


a.qtrans_flag_en:hover, li.active .qtrans_flag_en { background:url(images/flags/en.png) no-repeat }
a.qtrans_flag_lv:hover, li.active .qtrans_flag_lv { background:url(images/flags/lv.png) no-repeat }
a.qtrans_flag_ru:hover, li.active .qtrans_flag_ru { background:url(images/flags/ru.png) no-repeat }*/

/*****************************************************************
*   ------- Players personal page --------------------------------
*****************************************************************/
.bio {
  font-size:1.3em;
  padding-top:50px;
}

div.player_page {
  margin-bottom: 20px;
}


.player_page ul li {
  list-style: none !important
}


/*****************************************************************
*   ------- TEST -------------------------------------------------
*****************************************************************/

div.test {
  margin: 0 50px;
  border: 1px solid grey;
}


.test ul li {
  margin-left: 10px;
  list-style-position: inside;
}



/*STYLES FOR USED PLUGINS */
/*****************************************************************
*   ------- plugins.css -------------------------------------------------
*****************************************************************/

/****** Images for flexible upload plugin *********/

.imageframe {  margin:5px 12px 5px 0; padding:4px; border:1px solid #999; }
.imgalignleft { float:left; margin:0 12px 5px 0; }
.imgalignright { float:right; margin:0 0 5px 12px; }
.imgaligncenter { display:block; margin:0 auto 5px auto; }
.imagecaption {padding: 2px 2px 0 2px; text-align: left; font-size:10px!important; color:#666!important;}

/******************************************
*   Main or page navigation styles
******************************************/
/*****************************************************************
*   ------- nav.css -------------------------------------------------
*****************************************************************/


/*Main Navbar */

#nav {
/*	background:#840000;*/
	background:#245634;
	font-size:1em;
      box-shadow: 4px 4px 4px #666;
      -webkit-box-shadow: 4px 4px 4px #666; /* Safari, Chrome */
      -moz-box-shadow: 4px 4px 4px #666; /* Firefox */

	}

#nav, #nav ul {
	list-style:none;
	line-height:1;
	}

#nav a, #nav a:hover {
	display: block;
	text-decoration: none;
	border:none;
	}

#nav li {
	float: left;
	list-style:none;
	border-right:1px solid #fff;
	}

    #nav li#lastone {
        border-right:none !important;
       }

    #nav li.header-rss, #nav li.header-twi {
      float: right !imoprtant;
      margin: 0 1px;
      border: none;
    }


    #nav li.header-rss a {
        background: url("images/icon-rss-20.png") no-repeat scroll left center transparent;
        float: right;
    }

    #nav li.header-twi a {
        background: url("images/icon-twitter-20.png") no-repeat scroll left center transparent;
        float: right;
    }

    #nav li.header-droid a {
        background: url("images/android20_1.png") no-repeat scroll left center transparent;
        float: right;
    }


#nav a, #nav a:visited {
	display:block;
	font-weight:bold;
	color: #eee;
	padding:6px 10px;
	}

#nav a:hover, #nav a:active {
	background:#333;
	text-decoration:none;
	}

#nav .current_page_item	a, #home .on  {background:#333;}
/*.AM-sidelist .current_page_item	a {background:none !important; text-decoration: underline !important;}*/



/* Dropdown Menus for child pages */

#nav li ul {/*first level dropdown*/
	position: absolute;
	z-index: 10;
	left: -999em;
	height: auto;
	width: 214px;
	border-bottom: 1px solid #fff;
      box-shadow: 5px 5px 5px #666;
      -webkit-box-shadow: 5px 5px 5px #666; /* Safari, Chrome */
      -moz-box-shadow: 5px 5px 5px #666; /* Firefox */

    opacity: 0.95;
    background-color: rgba (66, 66, 66, 0.85);

	}

#nav li ul ul {/*second level dropdown*/
	margin: -2em 0 0 212px;
	}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
	}

#nav li li {
	width: 212px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	background:#999;
	}

#nav li li a, #nav li li a:visited {
	font-weight:normal;
	font-size:0.9em;
	color:#FFF;
	}

#nav li li a:hover, #nav li li a:active {
  background:#245634;
  border: 1px solid #fff;
  	-moz-transform:scale(1.04);
	-webkit-transform:scale(1.04);
    font-weight: bolder;
  }


#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;}

a.main:hover {background:none;}


/*****************************************************************
*   ------- Tournaments Tables & Nets ----------------------------
*****************************************************************/

/* == 5 players group == */
table.t_gr_4plrs, table.t_gr_5plrs, table.t_gr_6plrs, table.t_gr_7plrs, table.t_playoff {
    width: 600px;
    margin: 10px 0 20px;
}

table.t_gr_4plrs caption, table.t_gr_5plrs caption, table.t_gr_6plrs caption, table.t_gr_7plrs caption, table.t_playoff caption,
table.t_gr_4plrs thead, table.t_gr_5plrs thead, table.t_gr_6plrs thead, table.t_gr_7plrs thead, table.t_playoff thead

{
    background-color: #a1a1a1;
    font-weight: bold;
    font-size: 13pt;
}

table.t_gr_4plrs td, table.t_gr_5plrs td, table.t_gr_6plrs td, table.t_gr_7plrs td, table.t_playoff td  {
    text-align: center;
    height: 25px;
}

table.t_gr_4plrs caption, table.t_gr_5plrs caption, table.t_gr_6plrs caption, table.t_gr_7plrs caption, table.t_playoff caption {
    padding: 5px 0;
    color: #840000;
    border-top: 1px solid #777777;
    border-left: 1px solid #777777;
    border-right: 1px solid #777777;
}

table.t_gr_4plrs thead td, table.t_gr_5plrs thead td, table.t_gr_6plrs thead td, table.t_gr_7plrs thead td {
    border-top: 1px solid #777777;
    border-left: 1px solid #777777;
    border-right: 1px solid #777777;
}

table.t_gr_4plrs tbody td, table.t_gr_5plrs tbody td, table.t_gr_6plrs tbody td, table.t_gr_7plrs tbody td {
    border: 1px solid #a1a1a1;
}


td.t_gr_name {
    text-align: left !important;
    padding-left: 5px;
    width: 170px;
    font-size: 10pt;
}

    td.cLV,
    .cLV {
        background: url(images/flags/24/Latvia.png) 5px no-repeat;
        padding-left: 33px;
    }

    td.cLT,
    .cLT {
        background: url(images/flags/24/Lithuania.png) 5px no-repeat;
        padding-left: 33px;
    }

    td.cEST,
    .cEST {
        background: url(images/flags/24/Estonia.png) 5px no-repeat;
        padding-left: 33px;
    }

    td.cBLR,
    .cBLR {
        background: url(images/flags/24/Belarus.png) 5px no-repeat;
        padding-left: 33px;
    }

    td.cRU,
    .cRU {
        background: url(images/flags/24/Russia.png) 5px no-repeat;
        padding-left: 33px;
    }

    td.cUA,
    .cUA {
        background: url(images/flags/24/Ukraine.png) 5px no-repeat;
        padding-left: 33px;
    }


td.brd      { border: 2px solid #777777 !important; }
td.brdT      { border-top: 2px solid #777777 !important; }
td.brdR      { border-right: 2px solid #777777 !important; }
td.brdB      { border-bottom: 2px solid #777777 !important; }
td.brdL      { border-left: 2px solid #777777 !important; }
td.brdLB      { border-bottom: 2px solid #777777 !important;
                border-left: 2px solid #777777 !important; }
td.brdLT      { border-top: 2px solid #777777 !important;
                border-left: 2px solid #777777 !important; }



td.spacer {
    background-color: #333333;
}





