/* ----------------------------------------------
	Template Name : FreshPick
	Template Code : S-0029
	Version : 1.0
	Author : Erwin Aligam
	Author URI : http://www.styleshout.com/       
	Last Date Modified : April 24, 2009
 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 
body {
	font: 12px/170% Trebuchet MS;
	color: #3b3b3b; 	
	margin: 0; 
	padding: 0; 
	text-align: left;
	background: url('../images/footer.gif') repeat 0 0; 
}

/* Links */
a:link, a:visited {
	text-decoration:underline;
	color: #2f5b84;
}
a:hover {
	text-decoration:none;
	color: #486784;
}
a:link.more-link, a:visited.more-link {
	padding-bottom: 2px;
	font-weight: bold;
	color: #486784;
}



/* Headers */
h1, h2, h3, h4 {
	font: bold 1em/1.5em Trebuchet MS;
	color: #555;
}
h1 { font-size: 3.7em; font-weight: normal; letter-spacing: -2px; }
h2 { font-size: 2.8em; font-weight: normal; }
h3 { font-size: 2.2em; font-weight: normal; padding-top: 15px; }
h4 { font-size: 1.4em; }

#comments h3 a {
    font-size: 18px; font-weight: normal; padding-top: 15px;
}

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: disc; }
ol { list-style: decimal; }

dt {
  font-weight: bold;
  color: #1980AF;	
}
dd {
  padding-left: 20px; 
}

p, dl { margin: 10px 0 0 0px; }
p.readmore{
    margin:10px 0 0 0;
}

/* Images */
img {
	background: #FAFAFA;
   border: 1px solid #E4E4E4;
	padding: 8px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 3px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace;
  	/* white-space: pre; */
  	border: 1px solid #F0F0F0;
	background: #F8F8F8;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #555;
}
blockquote {
	margin: 10px 20px;
 	padding: 10px 10px 10px 32px;  
   border: 1px solid #F0F0F0;
	background: #f8f8f8 url(../images/quote.gif) no-repeat 12px 12px;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Trebuchet MS;	
	color: #555;	
}
strong {
	font-weight: bold;
}

/* start - table */

/* end - table */

/* form elements */
form {
	padding: 15px 25px 25px 25px; 
	border: 1px solid #F0F0F0;
	/**background: #F8F8F8;*/
}
#user-register, #user-login, #user-pass, #tournament-request-form {
	background: none;
	padding-left: 0;
	border: none;
}
form p {
	border-bottom: 1px solid #E6E6E6;
	padding: 12px 0 5px 0;	margin: 0;	
	color: #666666;
}
label {
	font-weight: bold;
	color: #666666;
}
input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #D4D4D4 #EBEBEB #EBEBEB #D4D4D4; 	
	font: 11px Arial;
}
input:focus, select:focus, textarea:focus {
	color: #7BA857;
	background: #EFFAE6;
}
#name, #email, #message, #website {
	width: 380px;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background:#B4DB6F;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #B6DE8F #91BD37 #91BD37 #B6DE8F;
}

.a-center{
    text-align:center;
}
.a-left{
    text-align:left;
}
.a-right{
    text-align: right;
}
.v-top{
    vertical-align:top;
}




/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#wrap {
	margin: 0 auto;
	text-align: left;
}

/* Header */
#header-item{
	background-color: #ffffff;
}
/* #index-page #header {
	background-image: url("/sites/default/files/cs/tennis.jpg");
	background-repeat: no-repeat;
	background-position: center 30px;
	height: 150px;
} */

#header {
	position: relative;
	margin: 0 auto;
    padding: 30px 0 0 0;
	height: 110px;
	width: 1010px;
}
#header #logo-text { 
	margin: 0px 0 0px 13px; 
	padding: 4px 0 4px 18px; 
	float: left;
	font-size: 15px;
	font-weight: bold;
	width: 400px;
	font-family: arial;
	color: #5b5b5b;
	border-left: 2px solid #c4c4c4;
}
#header #logo-text a {
    display:block;   
	font:36px Tahoma;
    letter-spacing:-1px;
	color: #727171;
	text-decoration: none;
    text-align:center;
    padding:0 0 20px 0;
}

#header p#slogan {
	font-family: Arial;
}



/*  navigation  */
#menu_main{
    background: url(../images/menu_bg.gif) repeat-x;
	height: 37px;
}
#menu_main #nav {
	clear: both;
	margin: 0 auto;
    background: url(../images/menu_bg.gif) repeat-x;
    height: 37px;
	width: 1105px;
}
#menu_main #nav a{
    color:#fff;
    font-size:18px;    
    margin:0 0px 0 0;
    text-decoration:none;
	height: 37px;
	display: block;
	text-indent: -9000px;
	overflow: hidden;
}
#node-12 a, #node-12 a:visited{
	background: url('../images/index.png') no-repeat;
	width: 123px;
}
#node-12 a.active{
	background: url('../images/index.png') no-repeat 0px -74px !important;
}
#node-12 a:hover{
	background: url('../images/index.png') no-repeat 0px -37px;
}
#node-13 a, #node-13 a:visited{
	background: url('../images/o_centre.png') no-repeat;
	width: 123px;
}
#node-13 a.active{
	background: url('../images/o_centre.png') no-repeat 0px -74px !important;
}
#node-13 a:hover{
	background: url('../images/o_centre.png') no-repeat 0px -37px;
}
#coaches a, #coaches a:visited{
	background: url('../images/nashi_treneri.png') no-repeat;
	width: 145px;
}
#coaches a.active{
	background: url('../images/nashi_treneri.png') no-repeat 0px -74px !important;
}
#coaches a:hover{
	background: url('../images/nashi_treneri.png') no-repeat 0px -37px;
}
#blog a, #blog a:visited{
	background: url('../images/blog.png') no-repeat;
	width: 95px;
}
#blog a.active{
	background: url('../images/blog.png') no-repeat 0px -74px !important;
}
#tournaments a, #tournaments a:visited{
	background: url('../images/turniri.png') no-repeat;
	width: 123px;
}
#tournaments a.active{
	background: url('../images/turniri.png') no-repeat 0px -74px !important;
}
#tournaments a:hover{
	background: url('../images/turniri.png') no-repeat 0px -37px;
}
#article a, #article a:visited{
	background: url('../images/stati.png') no-repeat;
	width: 123px;
}
#article a.active{
	background: url('../images/stati.png') no-repeat 0px -74px !important;
}
#article a:hover{
	background: url('../images/stati.png') no-repeat 0px -37px;
}
#picasa a, #picasa a:visited{
	background: url('../images/fotogalereya.png') no-repeat;
	width: 127px;
}
#picasa a.active{
	background: url('../images/fotogalereya.png') no-repeat 0px -74px !important;
}
#picasa a:hover{
	background: url('../images/fotogalereya.png') no-repeat 0px -37px;
}

#node-408 a, #node-408 a:visited{
	background: url('../images/video.png') no-repeat;
	width: 90px;
}
#node-408 a.active{
	background: url('../images/video.png') no-repeat 0px -74px !important;
}
#node-408 a:hover{
	background: url('../images/video.png') no-repeat 0px -37px;
}

#taxonomy-vocabulary-4 a, #taxonomy-vocabulary-4 a:visited{
	background: url('../images/tovari.png') no-repeat;
	width: 123px;
}
#taxonomy-vocabulary-4 a.active{
	background: url('../images/tovari.png') no-repeat 0px -74px !important;
}
#taxonomy-vocabulary-4 a:hover{
	background: url('../images/tovari.png') no-repeat 0px -37px;
}
#node-17 a, #node-17 a:visited{
	background: url('../images/kontakti.png') no-repeat;
	width: 123px;
}
#node-17 a.active{
	background: url('../images/kontakti.png') no-repeat 0px -74px !important;
}
#node-17 a:hover{
	background: url('../images/kontakti.png') no-repeat 0px -37px ;
}
#menu_main #nav ul {
	float: left;	
	list-style: none;	
	margin: 0;
	padding: 0px;

}
#menu_main #nav ul li {
	float: left;
	margin: 0; 
	padding: 0;			
}


#menu_main #nav ul li#current a {	
	
}

/* Featured Block */
#featured {
			
}
#featured img{
    padding:0;			
}

/* Content */
#content-outer {
	margin: 0; 
	padding: 0;
	background: url(../images/bg.jpg) repeat-y center 0;
	overflow: hidden;	
	display: block;
	clear: both;
}
#content-wrap {
	margin: 0px auto;
	width: 1010px;		
}
#content {
	
	width: 1010px;	
	display: inline;
	padding-bottom: 40px;
}

/* columns */
#left {
	width: 650px;
	float: left;
	padding-top: 10px;
    

}
#right {
	width: 320px;
	float: right;
	padding-top: 10px;
    font-size:12px;
    line-height:16px;
}

#right h3 {
    font-size:22px;
    padding:15px 0 25px 0;
}
#right .block{
    padding:0 0 20px 0;
}
#right .block-content{
    margin:0 0 40px 0px;
	font-size: 11px;
}
#right .block-content p{
    line-height: 14px;
}
#right .block h4{
	margin: 5px 0 10px 0;
    line-height: 18px;
    font-size: 14px;
	font-weight: bold;
}

#left .box h2{
    font-size: 2.4em; font-weight: normal;
}

#left h2 {
	font: normal 3.6em Trebuchet MS;
	color: #444;	
	letter-spacing: -2.2px;	
	margin-bottom: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-bottom: 1px solid #EBEBEB;	
}
#left h2 a {
	color: #444;
	border: none; 
}
#left .entry {	
	padding-bottom: 15px;
}
#left .entry h3 a {
	color: #444;
	border: none;
}
#left h3.page-title{
    line-height:28px;
    padding-bottom:25px;
	font-weight: bold;
	font-size: 2em;
}
#left h3.page-title .tabs{
    font-size:12px;
}

/* sidebar quick search */
#right form#quick-search {
	padding: 0; margin: 10px 0 0 10px;
	width: 270px; height: 33px;
	background: #fff url(../images/header-search.gif) no-repeat;
	border: none;	
}
#right form#quick-search p {
	margin: 0; padding: 0;		
	border: none;
}
#right form#quick-search input {
	border: none;
	background: transparent;
	color: #BABABA;
	margin: 0; padding: 5px;
	font-size: .9em;	
	float: left;		
}
#right form#quick-search .tbox {
	margin: 6px 0 0 5px;
	width: 220px;	
	display: inline;	
}
#right form#quick-search .btn{
	width: 24px; height: 24px;		
	margin: 5px 0 0 0;	padding: 0;	
}
#right form#quick-search label {
	display: none;
}


/* sidemenus */

* html body .sidemenu ul li {
	height: 1%;
}


/* footer */
#footer-outer {
	margin: 0px;
	background: url(../images/footer.gif) repeat; 
	font-size: .9em;		
	color: #777;	
	display: block;
}
#footer-inner{
    padding:40px 10px 10px 10px;
	background: url(../images/shadow.png) repeat-x 0 0; 
}
#footer-wrap {
	margin: 0px auto;
	width: 1010px;
}
#footer-wrap h3 {
	font-size: 2.4em;		
}
#footer-wrap .col-a {
	width: 250px;
	float: left;
    padding:0 0 20px 0;
}
#footer-wrap .col-b {
	width: 350px;
	float: left;
    padding:0 0 20px 0;
}
#footer-wrap .col-c {
	width: 280px;
	float: right;
    padding:0 0 20px 0;
}
#footer-outer .footer-image-gallery{
    width:250px;
}

/* footer-list */
#footer-outer .footer-list ul {
	border-top: 1px solid #E6E6E6;
	list-style: none;
	padding: 0;	
	margin-left: 20px;	
}
#footer-outer .footer-list ul li {
	
}
#footer-outer .footer-list ul li a {
	display: block;
	width: 98%;
	line-height: 2em; 
	padding: 5px 0;
	margin-left: 0;
	color: #77A6D3;
	border: none;	
}
#footer-outer .footer-list ul li a span {
	font-style: italic;
	font-weight: normal;
	font-family: Trebuchet MS;
	font-size: .95em;	
}

/* footer-bottom */
#footer-bottom {
	clear: both;	
	width: 1010px;
	margin: 30px auto 0 auto;	
	font-size: 1em;		
	color: #777;
}

#footer-bottom .bottom-left {
	float: left;
	padding-left: 5px;		
}
#footer-bottom .bottom-right {
	text-align: right;
	padding-right: 0;
}

/* post */
.post {
	margin-bottom: 15px;
	background: url(../images/dotted-lines.gif) repeat-x left bottom; 
	padding-bottom: 15px;
}
.post .image-section {
	clear: both;
	display: block;
	margin: 25px 0 10px 20px;
	padding: 0;
}
.post .image-section img {
	background: #FAFAFA;
   border: 1px solid #ECECEC;	
	padding: 12px;
}
.post .postmeta {	
	padding: 5px 15px; margin: 20px 20px 15px 20px;	
	background: #f9fbfd; 
	border: 1px solid #eaf1f5;
}
.post .postmeta a { background: transparent; }

.post .postmeta a.comments { margin: 0 10px 0 5px;	}
.post .postmeta a.readmore { margin: 0 10px 0 5px;	}
.post .postmeta .date { margin: 0 10px 0 5px;	}

.post .post-info, 
#featured .post-info { font-size: .95em; margin-top: 0; color: #B0B0B0; }

.post .post-info a, .post .post-info a:visited,
#featured .post-info a, #featured .post-info a:visited { color: #8BB92E; border: none; }

.post .tags {
	padding: 5px 15px; margin: 20px 20px 15px 20px;	
	border-top: 1px solid #eaf1f5;
	border-bottom: 1px solid #eaf1f5;
}

/* comments list */
ol.commentlist {
	margin: 12px 20px;
	padding: 0;
	border-style: solid;	
	border-color: #F0F0F0;	
	border-width: 1px 1px 0 1px;
}
.commentlist li {
	margin: 0;
	padding: 10px;
	list-style: none;
	border-bottom: 1px solid #F0F0F0; 
}
.commentlist li cite {
	display: block;
	font-style: normal;
	font-weight: bold;
	padding: 7px;	
}
.commentlist li cite img {
	float: left;
	margin-right: 10px;	
}
.commentlist li p{
    margin:8px 0 0 0;
    padding:0;
}
.commentlist li cite .comment-data {
	font-size: .8em;
	font-weight: normal;
}
.commentlist li .comment-text {
	clear: both;
	font-style:italic;
}
.commentlist li.odd {
	background: #F8F8F8; 
}

/* archives */
ul.archive {
	background: url(../images/dotted-lines.gif) repeat-x left top; 
	margin: 15px 20px 20px 20px;
	padding: 0;	
}
ul.archive li {
	list-style: none;
	background: url(../images/dotted-lines.gif) repeat-x left bottom; 
	margin: 0;
	padding: 10px 5px;
}
ul.archive li .post-title {
	margin: 0;
	padding: 0;
	font-size: 1.2em;	
}
ul.archive li .post-title a {
	color: #555;
}

ul.archive li .post-details {
	font-size: .9em;
	margin-left: 0;
	margin-top: 0;
}
ul.archive li .post-details a {
	border: none;
}

/* pagenavigation */
.page-navigation {
	margin: 10px 20px 10px 20px;
	padding: 5px 15px;
	background: #F9F9F9;	
	border: 1px solid #F0F0F0;	
	width: 510px;
}
.page-navigation a:hover {
	border: none;
	color: #333;
}

/* thumbnails */
p.thumbs { 
	padding: 10px 0 0 0px; 
	margin: 0 0 0 15px;
}
.thumbs img { 
	position: relative;
	padding: 8px;
	margin: 4px;
	background: #FAFAFA;
   border: 1px solid #EDEDED;	
}
.thumbs img:hover	{
	border: 1px solid #D2D2D2;	
}
.thumbs a:hover { background-color: transparent; border: none }


/* alignment classes & additional classes*/
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.no-border { border: none; }
.no-bg {	background: none; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

.breadcrumb{
    margin:10px 0 0 0px;
}

.status{
    background:#fbd584;
    color:#000;
    padding:10px 20px;
}

#drop-down-login-overlay{
    position:relative;
    z-index:10;
	background-color: #ffffff;
}
#drop-down-login-overlay form{
	background-color: #ffffff;
}
#drop-down-login-container{
    position:absolute;
    top:-400px;
    right:0;
    text-align:left;
    width:300px;    
}
#drop-down-login-container .form-text{
    width:100%;
}

.save_me{
   position:relative;
   top:-5px;
}
.save_me l{
    position:relative;top:-2px;
}

#comments h2{
    font-size:1.5em !important;
    letter-spacing:0;    
}
#forum{

}
#forum table{
    width:100%;
}
#forum table td, #forum table th{
    vertical-align:middle;
}
#forum table th{
        font-weight:bold;
}

#forum tr td.forum{
    background-position:6px center;
    padding:0 0 0 30px;
}
ul.links{
    margin:5px 0 10px 0;
}

ul.images li .primary a {
    background-color: #DDDDDD;
    border-color: #BBBBBB;
    border-style: solid solid none;
    border-width: 1px;
    height: auto;
    margin-right: 0.5em;
    padding: 0 1em;
    text-decoration: none;

}

ul.images li .primary a:hover {
    background-color: #EEEEEE;
    border-color: #CCCCCC #CCCCCC #EEEEEE;
}

ul.images li .primary {
    border-bottom: 1px solid #BBBBBB;
    border-collapse: collapse;
    height: auto;
    line-height: normal;
    list-style: none outside none;
    margin: 5px;
    padding: 0 0 0 1em;
    white-space: nowrap;
    margin: 0;
    padding: 0 0 0.25em 1em;
}

.block-grafit_tournament_schedule h4{
    color:#b7444b;
}

.block-admin-tab-overlay{
    position:relative;
}
.block-admin-tab-overlay ul.primary{
    
}
#logo{
	margin-left: 12px;
	float: left;
	width: 133px;
	height: 94px;
}
#logo a, #logo a:visited{
	display: block;
	background: url(../images/logo.jpg) no-repeat; 
	width: 133px;
	height: 94px;
}
#logo a:hover{
	background: url(../images/logo.jpg) no-repeat 0 -94px; 
}
#address{
	float: right;
	margin-top: 15px;
	background: url(../images/phone.jpg) no-repeat 0px 10px; 
	height: 70px;
	width: 289px;
}
/* #prices {
	float:right;
	margin-top: 15px;
	text-color:#ff0000;
	height:35px;
	width:289px;
}*/
#address h5{
	font-weight: bold;
	text-align: right;
}
#a-right a{
	font-weight: bold;
}
.date_news{
	color: #818181;
}
.coach h3 {
	font-size: 2em;
}
.grafit_news h3, .grafit_news_detail h3 {
	padding-bottom: 5px;
	font-size:22px;
}
#drop-down-login-overlay form{
	border: 1px solid #8193a1;
}
#drop-down-login-overlay #edit-submit, #user-register #edit-submit, #user-login #edit-submit,
#user-pass #edit-submit, #tournament-request-form  #edit-submit{
	background-color: #8193a1;
	color: #ffffff;
	border: 1px solid #697781;
}
.a_right a {
	float:right;
	margin:0 0 0 0;
}
.sticky-enabled td{
	padding: 5px;
}

#attention, #attention label{
	color:#F00;
}