/*
Title: CSS Styles for LTA Agency
Author: Joro Balinov
Email: joro@jorobalinov.com
Website: http://www.jorobalinov.com/
*/

* {
margin: 0;
padding: 0;
}

body {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 14px;
min-width: 960px;
background: #82a035 url('img/p_bknd.jpg') center 0 repeat-x;
}

a {
outline: none;
}

input, select, textarea {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
}

/* ----------------------------- */

#mainWrapper {
position: relative;
margin: 0 auto;
width: 1000px;
}

/* ----------------------------- */

#header {
height: 105px;
background: url('img/h_bknd.gif') 0 bottom no-repeat;
}

/* ----------------------------- */

#header #logo {
width: 355px;
height: 82px;
float: left;
background: url('img/h_logo.png') no-repeat;
}

* html #header #logo {
background: url('img/h_logo.gif') no-repeat;
}

#header #logo a {
display: block;
width: 355px;
height: 82px;
text-indent: -99999px;
}

/* ----------------------------- */

#header #mainNavigation {
float: right;
padding: 31px 20px 0 0;
}

#header #mainNavigation ul {
list-style: none;
}

#header #mainNavigation ul li {
float: left;
padding: 0 0 0 2px;
}

#header #mainNavigation ul li a {
display: block;
float: left;
text-indent: -9999px;
height: 24px;
}

#header #mainNavigation ul li.home a,
#header #mainNavigation ul li.page-item-3 a {
width: 68px;
background: url('img/nav_home.gif') no-repeat;
}

#header #mainNavigation ul li.players a,
#header #mainNavigation ul li.page-item-5 a {
width: 87px;
background: url('img/female-btn.png') no-repeat;
}
#header #mainNavigation ul li.page-item-1471 a {
width: 87px;
background: url('img/male-btn.png') no-repeat;
}

#header #mainNavigation ul li.coaches a,
#header #mainNavigation ul li.page-item-7 a {
width: 90px;
background: url('img/nav_coaches.gif') no-repeat;
}

#header #mainNavigation ul li.news a,
#header #mainNavigation ul li.page-item-10 a {
width: 68px;
background: url('img/nav_news.gif') no-repeat;
}

#header #mainNavigation ul li.aboutus a,
#header #mainNavigation ul li.page-item-12 a {
width: 93px;
background: url('img/nav_aboutus.gif') no-repeat;
}

#header #mainNavigation ul li.contact a,
#header #mainNavigation ul li.page-item-15 a {
width: 94px;
background: url('img/nav_contact.gif') no-repeat;
}

#header #mainNavigation ul li a:hover,
#header #mainNavigation ul li.current_page_item a {
background-position: 0 -24px;
}


/* ----------------------------- */

#content {
background: #f3f6eb url('img/c_bknd.jpg') no-repeat;
padding: 20px 30px;
overflow: hidden;
}

/* ----------------------------- */

#pageBody {
width: 629px;
padding: 0 20px 0 0;
margin: 0 290px 0 0;
min-height: 500px;
}

* html #pageBody {
width: 615px;
}

/* ----------------------------- */

#pageBody .title {
overflow: hidden;
margin: 0 0 15px 0;
}

#pageBody h2 {
height: 29px;
line-height: 29px;
font-size: 14px;
font-weight: bold;
color: #fff;
text-transform: uppercase;
background: url('img/c_title_left.gif') no-repeat;
padding: 0 0 0 8px;
float: left;
}

#pageBody h2 span {
display: block;
height: 29px;
background: url('img/c_title_right.gif') right 0 no-repeat;
padding: 0 30px 0 22px;
}

#pageBody h2 a {
color: #fff;
text-decoration: none;
}

#pageBody h2 a:hover {
text-decoration: underline;
}

#pageBody .textbox {
margin: 10px 0;
}

#pageBody p {
color: #3d4d15;
padding: 0 0 10px 0;
}

#pageBody a {
color: #000;
}

#pageBody .textbox a {
background: #6E872C;
padding: 0 2px;
color: #fff;
text-decoration: none;
}

#pageBody a:hover {
background: #fff;
color: #000;
text-decoration: underline;
}

/* ----------------------------- */

#subContent {
border-left:1px solid #6E872C;
float:right;
padding-left:20px;
width:270px;
}

/* ----------------------------- */

#subContent h2 {
height: 25px;
line-height: 25px;
font-size: 12px;
font-weight: bold;
color: #fff;
text-transform: uppercase;
background: url('img/c_title_left.gif') no-repeat;
padding: 0 0 0 8px;
}

#subContent h2 span, #subContent h2 a {
display: block;
color: #fff;
height: 25px;
background: url('img/c_title_right.gif') right 0 no-repeat;
padding: 0 20px 0 12px;
}

ul#playerslist li { margin-bottom: 7px;}

#subContent ul {
list-style: none;
}

/* ----------------------------- */

#footer {
background: url('img/f_bknd.gif') no-repeat;
padding: 40px 0;
text-align: center;
color: #bbd677;
line-height: 18px;
}

#footer ul {
list-style: none;
}

#footer ul li {
display: inline;
}

#footer a {
background: #bbd677;
padding: 1px 3px;
text-decoration: none;
color: #637F17;
}

#footer a:hover {
background: #fff;
color: #000;
}

/* ----------------------------- */
/* HOME PAGE */
/* ----------------------------- */

#welcomeBox {
border-bottom: 8px solid #6e872c;
overflow: hidden;
margin: 0 0 20px 0;
}

#welcomeBox h1 {
text-indent: -99999px;
background: url('img/home_title_welcome.gif') no-repeat;
height: 33px;
margin: 0 0 10px 0;
}

#welcomeBox p {
color: #6e872c;
}

#welcomeBox a.more {
display: block;
float: left;
height: 20px;
background: url('img/home_link_more.gif') no-repeat;
padding: 14px 10px 0 10px;
font-size: 11px;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
color: #fff;
margin: 5px 0 0 0;
}

/* ----------------------------- */

#talentsSpotlight {
padding: 0 0 20px 0;
}

#talentsSpotlight dl {
overflow: hidden;
}

#talentsSpotlight dl dd {
background: #3d4d15 url('img/home_spotlight_bottom.gif') 0 bottom no-repeat;
padding: 10px 10px 20px 10px;
float: left;
margin: 0 13px;
}

* html #talentsSpotlight dl dd {
margin: 0 10px;
}

#talentsSpotlight dl dd .thumbnail {
border: 1px solid #fff;
}

#talentsSpotlight dl dd .thumbnail a {
display: block;
}

#talentsSpotlight dl dd .thumbnail a img {
border: none;
}

#talentsSpotlight dl dd .details {
padding: 10px 0 0 0;
text-align: center;
}

#talentsSpotlight dl dd .details a {
display: block;
text-decoration: none;
}

#talentsSpotlight dl dd .details a span.playerName {
display: block;
font-size: 14px;
color: #93b735;
font-weight: bold;
}

#talentsSpotlight dl dd .details a span.playerTeam {
display: block;
color: #829F3B;
}

#talentsSpotlight dl dd .details a:hover {
background: none;
}

#talentsSpotlight dl dd .details a:hover span.playerName,
#talentsSpotlight dl dd .details a:hover span.playerTeam {
color: #fff;
}

/* ----------------------------- */

#subContent ul#newsList {
list-style: none;
padding: 10px;
font-size: 12px;
}

#subContent ul#newsList li {
border-bottom: 1px solid #cce48c;
padding: 0 0 10px 0;
margin: 0 0 10px 0;
}

#subContent ul#newsList li .date {
color: #6e872c;
font-weight: bold;
padding: 0 0 10px 0;
}

#subContent ul#newsList li .newsTitle {
font-weight: bold;
padding: 0 0 5px 0;
}

#subContent ul#newsList li .newsTitle a {
color: #000;
}

#subContent ul#newsList li .text {
color: #3d4d15;
}

#subContent ul#newsList li .text p {
padding: 0 0 5px 0;
}

#subContent ul#newsList li .text a {
background: #6E872C;
padding: 0 2px;
color: #fff;
text-decoration: none;
}

#subContent ul#newsList li .text a:hover {
background: #fff;
color: #000;
text-decoration: underline;
}

/* ----------------------------- */

#subContent ul#buttons {
list-style: none;
}

#subContent ul#buttons li {
padding: 0 0 10px 0;
}

#subContent ul#buttons li a {
display: block;
height: 67px;
background: url('img/home_button.gif') no-repeat;
text-decoration: none;
padding: 10px 30px 0 65px;
}

#subContent ul#buttons li a:hover {
background-position: 0 -77px;
}

#subContent ul#buttons li a big {
display: block;
font-size: 14px;
color: #daeca9;
font-weight: bold;
padding: 0 0 3px 0;
}

#subContent ul#buttons li a small {
display: block;
font-size: 11px;
color: #afcf5b;
line-height: 11px;
}

#subContent ul#buttons li a:hover big,
#subContent ul#buttons li a:hover small {
color: #fff;
}
/* STOYAN's EDITS */

#playersList .playerItem ul#buttonss {
list-style: none;

}

#playersList .playerItem ul#buttonss li {
padding: 0 0 10px 0;
}

#playersList .playerItem ul#buttonss li a {
display: block;
height: 67px;
background: url('img/home_button.gif') 0 0  no-repeat;
text-decoration: none;
padding: 10px 30px 0 65px;
width:270px
}

#playersList .playerItem ul#buttonss li a:hover {
background: url('img/home_button.gif') 0 -77px  no-repeat;
}

#playersList .playerItem ul#buttonss li a big {
display: block;
font-size: 14px;
color: #daeca9;
font-weight: bold;
padding: 0 0 3px 0;
}

#playersList .playerItem ul#buttonss li a small {
display: block;
font-size: 11px;
color: #afcf5b;
line-height: 11px;
width:180px
}

#playersList .playerItem ul#buttonss li a:hover big,
#playersList .playerItem ul#buttonss li a:hover small {
color: #fff;
text-decoration: none;
border:none;
background:none;
}

/* ----------------------------- */
/* NEWS PAGE (POST VIEW) */
/* ----------------------------- */

.post,
.searchResults .page {
padding: 0 0 15px 0;
margin: 0 0 15px 0;
border-bottom: 1px dashed #CCDF99;
}

.post .entry-content,
.searchResults .page .entry-content {
font-size: 14px;
}

.post .entry-meta,
.searchResults .page .entry-meta {
font-size: 11px;
text-align: right;
color: #6E872C;
padding: 15px 0 0 0;
}

.post abbr.published,
.searchResults .page abbr.published {
text-transform: uppercase;
color: #6E872C;
font-weight: bold;
margin: 0 0 15px 0;
display: block;
border: none;
}

.post .entry-content img {
margin: 15px;
border: 10px solid #fff;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#pageBody .post .entry-meta a,
#pageBody.searchResults .page .entry-meta a {
color: #6E872C;
}

#commentsList {

}

#commentsList ol {
list-style: none;
}

#commentsList ol li {
padding: 10px 0;
}

#commentsList ol li .comment-author {
width: 100px;
float: left;
}

/* ----------------------------- */
/* SEARCH BOX (SIDEBAR) */
/* ----------------------------- */

#searchBox {
padding: 15px;
}

#searchBox input.text {
background: #fff;
border: 1px solid #6E872C;
padding: 3px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#searchBox input.button {
background: #6E872C;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
color: #fff;
text-transform: uppercase;
padding: 3px 10px;
border: none;
cursor: pointer;
}

/* ----------------------------- */
/* PLAYERS LIST */
/* ----------------------------- */

#playersList {

}

#playersList .playerItem {
border-bottom: 1px dashed #CCE48C;
padding: 0 0 10px 0;
margin: 0 0 10px 0;
overflow: hidden;
}

#playersList .playerItem .thumbnail {
background: #3D4D15 url('img/home_spotlight_bottom.gif') 0 bottom no-repeat;
padding: 10px 10px 40px 10px;
float: left;
margin: 0 20px 0 0;
}

#playersList .playerItem .thumbnail a img {
border: 1px solid #fff;
}

#playersList .playerItem .details {
float:left;
clear: left;
}

.clear{clear:both}

#playersList .playerItem .details h3 {
margin: 0 0 10px 0;
font-size: 18px;
color: #6E872C;
}

#playersList .playerItem .details h3 a {
color: #6E872C;
text-decoration: none;
}

#playersList .playerItem .details h3 a:hover {
color: #000;
background: none;
}

.alignleft { float: left; margin-top: 11px; margin-right: 11px; margin-bottom: 7px; }
.alignright { float: right; margin-top: 11px; margin-left: 11px; margin-bottom: 7px; }
p { margin-bottom: 11px; }
