/* General */

* {
  margin:0;
  padding:0;
  outline:none;
}

body {
  background:url('../img/bg-body-2.png') repeat-x top left;
}

body.home {
  background:url('../img/bg-body-home-3.png') repeat-x top left;
}

body, div, table td, input, textarea, select {
  color:#444;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  margin:0 auto;
}

img {
  border:none;
}

a {
  color:#33a8dc;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

.floatleft {
  float:left;
}

.floatright {
  float:right;
}

.center {
  text-align:center;
}

.clear {
  clear:both;
}

/* Layout */

.banner-wrap {
  margin:0 auto;
  width:1100px;
}

.page-wrap {
  float:left;
  width:900px;
}

.home .page-wrap {
  float:none;
  width:980px;
}

.profile .page-wrap {
  float:left;
  width:900px;
}

.banner-160x600 {
  float:right;
  margin:200px 0 40px 0;
  width:160px;
}

.home .banner-160x600 {
  margin:450px 0 40px 0;
}

.header {
  height:121px;
  overflow:hidden;
  position:relative;
}

.sub-header {
  height:113px;
}

.columns {
  margin-top:20px;
}

.col-1, .col-3 {
  float:left;
  margin-bottom:20px;
  width:260px;
}

.col-2 {
  float:left;
  margin:0 30px;
  width:400px;
}

.column {
  margin:40px 0;
  width:415px;
}

.profile .column.floatleft {
  margin:20px 0 20px 0;
  width:200px;
}

.profile .column.floatleft.search {
  margin-top:0;
}

.profile .column.floatright {
  margin:20px 0 20px 0;
  width:665px;
}

.profile .column.floatright.search {
  margin:0 0 20px 0;
  width:665px;
}

.column.single {
  width:900px;
}

.column.wide {
  width:600px;
}

.column.sidebar {
  width:240px;
}

/* Header */

.logo {
  position:absolute;
  top:20px;
  left:0;
  width:95px;
}

.banner-468x60 {
  position:absolute;
  top:20px;
  left:135px;
  width:468px;
}

.banner-homepage {
  position:absolute;
  top:40px;
  left:135px;
  width:468px;
}

.search-container {
  position:absolute;
  bottom:19px;
  right:0;
}

.search-container .field-search {
  background:#fff;
  border:1px solid #33a8dc;
  padding:1px;
  width:180px;
}

.search-container .btn-search {
  background:url('../img/bg-btn-search.png') repeat-x top left;
  border:1px solid #ccc;
  padding:0 5px;
}

.user-links {
  background:#eaeaea;
  padding:4px;
  position:absolute;
  top:0;
  right:0;
  -moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.user-links li {
  border-left:1px solid #000;
  color:#777;
  float:left;
  list-style-type:none;
  line-height:20px;
  padding:0 5px;
}

.user-links li.first {
  border:none;
}

.user-links li span {
  color:#000;
  font-weight:bold;
}

.user-links li a span {
  color:#000;
  text-decoration:underline;
}


/* Main Menu */

.main-menu {
  height:59px;
  overflow:hidden;
}

.main-menu ul {
  position:relative;
}

.main-menu ul li {
  float:left;
  list-style-type:none;
}

.main-menu ul li a {
  color:#fff;
  display:block;
  font-family: 'VAGRoundedBold', Arial, Helvetica, sans-serif;
  font-size:12px;
  margin:0 25px 0 0;
  padding:7px 0 10px 0;
  text-transform:uppercase;
}

.main-menu ul .current_page_item a,
.main-menu ul .current_page_ancestor a {
  background:url('../img/bg-mainmenu.png') no-repeat bottom center;
  text-decoration:none;
}

.main-menu ul .current_page_ancestor li a {
  background:none;
}

.main-menu ul ul {
  display:none;
  position:absolute;
  left:0;
  top:39px;
}

.main-menu ul .current_page_parent ul {
  display:block;
}

.main-menu ul .current_page_parent ul li {
  margin:0;
  padding:0;
}

.main-menu ul .current_page_parent ul a {
  font-size:12px;
  font-weight:normal;
  margin:0;
  padding:4px 10px 0 10px;
}

.main-menu ul .current_page_parent ul .current_page_item a {
  background:url('../img/bg-submenu.png') no-repeat top left;
  color:#000;
  display:block;
  height:20px;
  padding:0 0 0 10px;
}

.main-menu ul .current_page_parent ul .current_page_item span {
  background:url('../img/bg-submenu.png') no-repeat bottom right;
  display:block;
  height:20px;
  padding-right:10px;
}

.main-menu ul .current_page_parent ul .current_page_item span span {
  background:none;
  padding:4px 0 0 0;
}

/* Content */

.title {
  position:relative;
  margin:0 0 20px 0;
}

.title h1 {
  background:url('../img/bg-h1.png') no-repeat bottom left;
  color:#077dc1;
  font-family: 'VAGRoundedBold', Arial, Helvetica, sans-serif;
  font-size:19px;
  font-weight:normal;
  padding:0 0 3px 5px;
  position:relative;
  text-transform:uppercase;
}

.title h1 span {
  background:url('../img/bg-h1.png') no-repeat bottom right;
  display:block;
  height:5px;
  width:2px;
  position:absolute;
  bottom:0;
  right:0;
}

.title a {
  background:url('../img/bg-readmore.png') no-repeat 0 4px;
  display:block;
  padding-left:15px;
  position:absolute;
  right:5px;
  bottom:5px;
}

.meta-data {
  color:#333;
  font-size:11px;
  height:50px;
  margin:0 0 20px 0;
  overflow:hidden;
}

.meta-data .user {
  float:left;
  margin:0 10px 0 0;
  width:50px;
}

.meta-data .info {
  color:#777;
  font-size:11px;
  float:left;
  width:200px;
}

.events .meta-data .info {
  float:none;
  width:auto;
}

.meta-data .tags {
  float:right;
  width:150px;
  text-align:right;
}

.btn {
  background:url('../img/bg-btn.png') repeat-x top left;
  border:1px solid #33a8dc;
  cursor:pointer;
  padding:4px 8px;
}

.btn-wrap,
.form-element label.btn-wrap {
  background:url('../img/bg_btn.png') no-repeat top left;
  display:block;
  position:relative;
  height:35px;
  margin-right:10px;
  text-align:center;
}

.btn-wrap.no-margin,
.form-element label.btn-wrap.no-margin {
  margin:0;
}

.btn-wrap span,
.form-element label.btn-wrap span {
  background:url('../img/bg_btn.png') no-repeat top right;
  display:block;
  height:35px;
  width:10px;
  position:absolute;
  top:0;
  right:-10px;
}

.btn-wrap input {
  background:none;
  border:none;
  color:#0077bf;
  cursor:pointer;
  font-size:13px;
  font-weight:bold;
  padding:9px 5px 0 15px;
  text-align:center;
}

.btn-wrap input::-moz-focus-inner {
  border:0;
  padding:0;
}

.btn-wrap input:hover {
  color:#000;
}

p {
  padding:0 0 10px 0;
  line-height:18px;
}

/** jQuery Tabs **/

.tabs {
  background:url('../img/bg-tabs.png') no-repeat bottom left;
  height:22px;
  padding:0 25px;
}

.profile .tabs {
  background:url('../img/bg-tabs-big.png') no-repeat bottom left;
}

.profile .single .tabs {
  background:url('../img/bg-tabs-full.png') no-repeat bottom left;
}

.tabs.admin {
	margin-top: 40px;
}

.tabs.admin li.admin {
	font-weight:bold;
	font-size: 15px;
	padding: 0 50px 0 40px;
}

.tabs.charts {
  margin-top:30px;
}

.tabs li {
  float:left;
  list-style-type:none;
}

.tabs .settings {
  float:right;
}

.tabs .settings a {
  font-weight:normal;
  text-decoration:underline;
}

.tabs li a {
  display:block;
  font-weight:bold;
  padding:4px 8px 2px 8px;
}

.tabs li a:hover {
  text-decoration:none;
}

.tabs li .current {
  background:#fff;
  border:1px solid #a9afb0;
  border-bottom:1px solid #fff;
  height: 16px; /* So FF displays the bottom border */
  color:#777;
  padding:3px 7px 1px 7px;
}

.panels {
  margin:20px 0 0 0;
}

.panels .panel-2.twitter p {
  padding-right:30px;
}

.rss {
  background:url('../img/icon-rss.png') no-repeat top left;
  display:block;
  position:absolute;
  right:0;
  height:20px;
  width:20px;
}

/** Home **/

.home-banner {
  height:278px;
  margin-top:-33px;
}

#slider-code { height: 278px; overflow:hidden; position:relative;}
#slider-code .viewport { float: left; width: 800px; height: 278px; overflow: hidden; position: relative; left:85px;}
#slider-code .buttons { background:url('../img/bg_banner_arrows.png') no-repeat; display: block; width:60px; height:100px; position:absolute; top:80px; text-indent:-1000em;}
#slider-code .prev { background-position:top left; left:0; }
#slider-code .next { background-position:top right; right:0; }
#slider-code .disable { visibility: hidden; }
#slider-code .overview { list-style: none; position: absolute; padding: 0; margin: 0; left: 0; top: 0; }
#slider-code .overview li{ float: left; margin: 0 20px 0 0; height: 278px; width: 800px;}

.carousel-image {
  float:left;
  height:278px;
  overflow:hidden;
  position:relative;
}

.carousel-image .carousel-image-container {
  height:278px;
  position:relative;
  top:0;
  left:0;
  z-index:1;
}

.carousel-image .carousel-image-container img {
  height:278px;
}

.carousel-image .image-shadow {
  background:url('../img/bg_banner_shadow.png') repeat-x top left;
  height:21px;
  width:100%;
  position:absolute;
  top:0;
  z-index:3;
}

.carousel-image .image-overlay {
  background:url('../img/bg_banner_image_overlay.png') no-repeat;
  position:absolute;
  top:0;
  height:278px;
  width:59px;
  z-index:2;
}

.carousel-image .left {
  background-position:top left;
  left:0;
}

.carousel-image .right {
  background-position:top right;
  right:0;
}

.carousel-text {
  color:#fff;
  font-family: 'VAGRoundedBold', Arial, Helvetica, sans-serif;
  font-size:18px;
  float:right;
  height:278px;
  width:580px;
  margin-top:50px;
}

.carousel-text h2 {
  color:#fb0;
  font-size:26px;
}

.carousel-text h2 a {
  color:#fb0;
  font-size:26px;
}

.carousel-text p {
  line-height:22px;
}

.sub-header .col-1,
.sub-header .col-2,
.sub-header .col-3 {
  margin-top:23px;
}

.sub-header .col-2 {
  color:#fff;
  font-family: 'VAGRoundedBold', Arial, Helvetica, sans-serif;
  font-size:21px;
  text-align:center;
  text-shadow:1px 1px 1px #404040;
}

.sub-header .col-2 span {
  color:#0078bd;
  display:block;
  font-size:40px;
}

.sub-header a {
  color:#fff;
  display:block;
  font-family: 'VAGRoundedBold', Arial, Helvetica, sans-serif;
  font-size:26px;
  text-shadow:1px 1px 1px #404040;
  text-align:center;
}

.sub-header a span {
  color:#0078bd;
}

.box {
  margin:0 0 30px 0;
  position:relative;
}

.box h2 {
  font-size:26px;
  font-weight:normal;
}

.box h2.green {
  color:#87c000;
  font-style:italic;
}

iframe {
  border:1px solid #ccc;
  height:233px;
  width:413px;
}

.home iframe {
  border:1px solid #aaa;
  border-bottom:none;
  width:398px;
}

.social iframe {
	border: 0;	
}

.map-info {
  background:url('../img/bg-mapinfo.png') repeat-x top left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding:5px 10px;
}

.map-info-home {                          
  background:url('../img/bg_trasa.png') no-repeat bottom left;
  padding:10px 15px;
  position:relative;
  margin:0 0 30px 0;
}

.map-info-shadow {
  background:url('../img/bg_banner_shadow.png') repeat-x top left;
  height:6px;
  width:100%;
  position:absolute;
  left:0;
  top:0;
}

.map-info-home .buttons {
  margin-top:10px;
}

.map-info-home .buttons .social {float:none;}

.map-info-home .buttons .btn-wrap {
  margin-top:10px;
}

.track-details {
	width: 100%;
	left: 700px;
}

.track-image {
	position: relative;
	text-align: right;
}

.map-info-top {
	display: block;
}

.track-description {
	margin-top: 20px;
}

.track-details-facebook {
	width: 100%;
	display: block;
	margin-top: 30px;
}

.fbComments {
	float: left;
	width:500px;
}

.fbComments-profile {
	margin-top: 30px;
}

.fbForm {
	width:400px;
	float:right;
}

.profile .map-info .disciplines h3 {
  margin:5px 0 10px 0;
  padding:0;
}

/*
.map-info table {
  border-spacing:0;
  float:left;
  margin:10px;
  width:195px;
}

.map-info table td {
  border-top:1px dashed #d5d5d5;
  padding:3px 5px;
  vertical-align:middle;
  white-space:nowrap;
}

.map-info table .first td {
  border:none;
}

.map-info table .disciplines {
  padding:5px;
}

.map-info .btn {
  margin:20px 0 10px 10px;
}

.map-info.trase table {
  float:right;
  width:150px;
}

*/

.map-info.trase.bez-trase {
  background:none;
}

.map-info.trase table {
  min-width:150px;
}

.leaveCompetition {
  padding: 17px;
	float: right;
}

.trackDetailsLink {
  margin: 96px 0 0 50px;
  width: 100%;
  font-size: 15px;
}

.trackDetailsLinkWp {
  font-size: 15px;
}

.box.news .rss {
  top:80px;
}

table.leaderboard {
  border-spacing:0;
  margin:10px 0 0 0;
  width:450px;
}

table.leaderboard th,
table.leaderboard td {
  padding:5px 0;
}

table.leaderboard th {
  border-bottom:1px dashed #ddd;
  color:#777;
  font-size:11px;
  font-weight:normal;
  padding:20px 0 5px 0;
  text-align:left;
  text-transform:uppercase;
}

table.leaderboard .lb-place {
  width:80px;
}

table.leaderboard .lb-user {
  width:55%;
}

table.leaderboard td {
  border-top:1px solid #eaeaea;
}

table.leaderboard tr td.competition-data {
  border-bottom:4px solid #eee;
  padding-bottom:0;
}

table.leaderboard h4 {
  font-size:16px;
  margin:10px 0 0 0;
}

table.leaderboard .first td {
  border:none;
}

table.leaderboard .right {
  text-align:right;
}

.my-tracks-container .icons {
  position:absolute;
  top:40px;
  right:0;
}

.older-news {
  background:url('../img/bg_dotted_line.png') repeat-x top left;
  padding-top:20px;
  margin-bottom:40px;
}

.older-news .post {
  padding:0;
}

.older-news .post .meta {margin:0;}

.active-users .image-container {
  padding:6px 5px 6px 6px;
}

.active-users .image-container a {
  float:left;
  margin:0 2px 2px 0;
}

.box.statements {
  background:#e1e1e1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; 
  padding:10px 10px 0 10px;
}

.box.statements .post {
  position:relative;
}

.box.statements p {
  color:#666;
  font-style:italic;
  position:relative;
  text-indent:50px;
}

.box.statements p span {
  color:#000;
  display:block;
  font-weight:bold;
  font-style:normal;
  margin:0 0 10px 0;
  text-indent:0;
}

.box.statements .quote {
  background:url('../img/bg_quote.png') no-repeat top left;
  height:29px;
  width:38px;
  position:absolute;
  top:-15px;
}

/** Posts **/

.post {
  border-top:1px dashed #d3d3d3;
  padding:20px 0 10px 0;
}

.home .post {
  border:none;
  padding-top:0;
}

.single .post {
  border-top:none;
  padding-top:0;
}

.post.togglable {
  border-top:none;
  margin:20px 0 0 0;
  padding:0;
}

.post.togglable h3 {
  padding:0;
  margin:20px 0 5px 0;
}

.my-tracks-container .post.togglable {
  width:665px;
}

.post .meta {
  margin:0 0 5px 0;
}

.post .date {
  color:#000;
  font-size:11px;
}

.post .category {
  font-size:11px;
}

.post h2 {
  font-size:26px;
  position:relative;
}

.post h2.izzivi {
  margin:0 0 10px 0;
}

.post h2 .floatright {
  display:block;
  font-size:13px;
  position:absolute;
  bottom:0;
  right:0;
}

.post h3 {
  font-size:16px;
  margin:0 0 10px 0;
}

.post.home h3 {
  margin:0 0 5px 0;
}

.post h4 {
  font-size:14px;
  margin:0 0 10px 0;
}

.post .entry {
  margin:10px 0 20px 0;
}

.post .entry ul {
  margin:0 0 10px 20px;
}

.news .post img {
  border:1px solid #333;
}

.events .post {
  border-top:1px solid #eaeaea;
  padding:5px 0 0 0;
}

.events .post.first {
  border:none;
}

.events .post h4 {
  font-weight:normal;
  margin:3px 0 10px 0;
}

.video-thumb {
  float:right;
  margin:10px 0 10px 20px;
  width:200px;
}

.image-container {
  background:url('../img/bg_imagebox.png') no-repeat bottom right;
  float:left;
  padding:6px;
  position:relative;
  border-left:1px solid #d9d9d9;
  border-top:1px solid #d9d9d9;
}

.image-container img {
  position:relative;
  left:-1px;
  top:-1px;
} 

.image-container span {
  background:url('../img/bg_imagebox.png') no-repeat;
  display:block;
  position:absolute;
  height:8px;
  width:8px;
}

.image-container .tl {
  background-position:top left;
  top:-1px;
  left:-1px;
}

.image-container .tr {
  background-position:top right;
  top:-1px;
  right:0;  
}

.image-container .bl {
  background-position:bottom left;
  bottom:0px;
  left:-1px;
}

/** Garmin izzivi (home) **/

.post.izziv {
  background:url('../img/bg_dotted_line.png') repeat-x top left;
  padding-top:20px;
}

.post.izziv.first {
  background:none;
  padding-top:0;
}

.post.izziv .image-container {
  margin-right:10px;
}

.post.izziv .meta {
  color:#000;
  font-size:11px;
  margin-top:-10px;
}

.post.izziv .meta span {
  color:#999;
}

.post.izziv .entry {
  margin-bottom:10px;
}

.uporabniski-izzivi .post.izziv .entry {
  margin:0;
  padding:0;
}

.uporabniski-izzivi .post.izziv .entry p {
  padding:0;
}

table.table-izziv {
  border-collapse:collapse;
  border-spacing:0;
  min-width:180px;
}

.home table.table-izziv {
  min-width:135px;
}

.table-izziv th,
.table-izziv td {
  border-bottom:1px dotted #b9b9b9;
  padding:3px 5px 3px 0;
  text-align:left;
  vertical-align:middle;
}

.table-izziv .disciplines td,
.table-izziv .disciplines th {
  border:none;
  vertical-align:top;
}

.buttons .social {
  float:left;
}

.buttons .social a {
  display:block;
  margin:0 0 3px 0;
}

/** Products **/

.products-list {
  border-collapse:separate;
  border-spacing:0;
  width:100%;
}

.products-list td {
  border-bottom:1px dashed #d3d3d3;
  border-right:1px dashed #d3d3d3;
  color:#c1c1c1;
  font-size:14px;
  padding:0 0 15px 0;
  text-align:center;
  width:25%;
}

.products-list td img {
  width:150px;
}

.products-list td h3 {
  font-size:16px;
  padding:0 0 5px 0;
}

.products-list .last-in-row {
  border-right:none;
}

.products-list .last-row td {
  border-bottom:none;
}

.sidebar.products img {
  margin-top:30px;
  width:240px;
}

.product-description {
  color:#c1c1c1;
  display:block;
  font-size:14px;
  width:500px;
}

.product-link {
  background:url('../img/bg-readmore.png') no-repeat 0 3px;
  display:block;
  font-size:13px;
  margin:10px 0 20px 0;
  padding:0 0 0 15px;
}

.post.products {
  border-top:1px dashed #d3d3d3;
  padding:20px 0;
}

.post.first {
  border-top:none;
  padding-top:0;
}

.products .product-image {
  float:left;
  width:180px;
}

.products .product-image img {
  width:150px;
}

.products .entry {
  float:left;
  margin-right:40px;
  width:500px;
}

.products .disciplines {
  float:left;
  margin:40px 0 0 0;
  width:150px;
}

/** Izzivi **/

.challenge {
  float:left;
  margin:20px 20px 0 0;
  overflow:hidden;
  height:320px;
  width:180px;
}

.challenge span {
  display:block;
  margin:5px 0 0 0;
  padding:0;
}


/** Archive **/

.archive {
  margin:0 0 0 17px;
}

.archive li {
  padding:0 0 10px 0;
}

.archive h3 {
  margin:0;
}

/** Sidebar **/

.sidebar h2 {
  color:#444;
  font-size:26px;
  margin:0 0 10px 0;
}

.sidebar ul {
  margin:0 0 40px 5px;
}

.sidebar ul li {
  list-style-type:none;
}

/* USER MANAGEMENT */

/** Login **/

.changesError {
  border:1px solid red;
  color:red;
  padding:10px;
  margin:10px 0;
}

.changesError ul li {
	list-style-type:none;
}

.displayInfo {
  border:1px solid #007dc3;
  color:#007dc3;
  padding:10px;
  margin:10px 0;
}

.displayInfo ul li {
	list-style-type:none;
}

.changesMade {
  border:1px solid green;
  color:green;
  padding:10px;
  margin:10px 0;
}

.changesMade ul li {
	list-style-type:none;
}

.formFieldError {
  color:red;
  padding:3px;
  margin:3px 0;
}

.fbLogin {
	display: block;
	align: left;
}

/** Profil **/

.profileFbMsg {
  color:#777;
  padding:5px 0;
  line-height:17px;
}

.profile .column.floatleft p {
  color:#777;
  line-height:17px;
}

.profile-info .contestant {
  color:#777;
  float:left;
/*  width:230px; */
}

.profile-info .contestant span {
  color:#000;
  font-size:17px;
  font-weight:bold;
}

.profile-info .tags {
  float:right;
  margin-left:0px;
  text-align:right;
  width:210px;
}

.profile-info .shout {
  display:block;
  color:#777;
}

.profile-info .shout span {
  color:#000;
  font-size:12px;
  font-weight:bold;
  margin-bottom:4px;
}

.profile .post {
  margin-bottom:20px;
}

.togglable .panel-link {
  background:#007dc3;
  color:#fff;
  display:block;
  font-size:16px;
  font-weight:bold;
  padding:1px 25px;
  position:relative;
}

.togglable .panel-link:hover {
  text-decoration:none;
}

.togglable .panel-link .icon {
  background:#007dc3 url('../img/bg-slidepanel.png') no-repeat top left;
  display:block;
  height:22px;
  width:25px;
  position:absolute;
  top:0;
  left:0;
}

.togglable .panel-link .floatright {
  color:#b4ddf1;
  font-size:12px;
  font-weight:normal;
  position:absolute;
  bottom:2px;
  right:10px;
}

.togglable .btn-wrap,
.trase .btn-wrap {
  margin:20px 10px 20px 0;
}

.togglable .slide-panel {

}

/** Prijatelji **/

.post.friends {
  position:relative;
  min-height:100px;
  padding:15px 0 5px 0;
  margin:0 0 5px 0;
}

.friend-image {
  float:left;
  margin:0;
  width:70px;
}

.friend-description {
  float:left;
  width:390px;
}

.friend-description h3 {
	margin:0;
}

.friend-description p {
	/* margin-top:12px; !!! */
	
}

.friend-description span {
	font-weight:bold;	
}

.friend-actions {
  position:absolute;
  right:0;
  top:12px;
}

.friend-profilelink {
  position:absolute;
  right:0;
  top:100px;
}

.friend-actions p {
  text-align:right;
  padding: 0 0 3px 0;
}

/** Nastavitve profila **/

.profile .single h1 {
  margin:0;
  padding:0 0 30px 0;
  position:relative;
}

.profile .single h1 a {
  font-size:13px;
  position:absolute;
  bottom:33px;
  right:0;
}

.col-2-set {
  border-top:1px dashed #afafaf;
  margin:20px 0 0 0;
}

.col-2-set h2 {
  font-size:22px;
  padding:10px 0 10px 0;
}

.col-2-set .col-1,
.col-2-set .col-2 {
  border-top:1px dashed #afafaf;
  position:relative;
  width:400px;
}

.col-2-set.no-border,
.col-1.no-border,
.col-2.no-border {
  border-top:none;
}

.col-2-set .col-1.wide {
  width:665px;
}

.btn.browse {
  background:none;
  border:4px solid #afafaf;
  position:absolute;
  left:80px;
  top:50px;
}

.form-element .text-field,
.form-element textarea,
.form-element select {
  border:1px solid #afafaf;
  color:#777;
  padding:4px;
  width:100%;
}

.form-element .text-field-small {
  border:1px solid #afafaf;
  color:#777;
  padding:4px;
	width:150px;
}


.form-element select {
  padding:3px;
}

.form-element textarea {
  height:130px;
}

.form-element textarea#fbMessage {
  width: 395px;
  height:50px;
}

.form-element {
  margin:10px 0 25px 0;
}

.form-element.small {
  width:45%;
}

.form-element label {
  display:block;
  font-size:14px;
  font-weight:bold;
  margin:0 0 3px 0;
}

.form-element label span, .form-element span {
  font-size:13px;
  font-weight:normal;
  padding-left:3px;
}

.form-element label[for="disciplines-tek"],
.form-element label[for="disciplines-kolo"],
.form-element label[for="disciplines-plavanje"],
.form-element label[for="disciplines-teknasmuceh"],
.form-element label[for="discipline-tek"],
.form-element label[for="discipline-kolo"],
.form-element label[for="discipline-plavanje"],
.form-element label[for="discipline-teknasmuceh"],
.form-element label[for="type-c"],
.form-element label[for="type-d"],
.form-element label[for="type-e"],
.form-element label[for="type-b"],
.form-element label[for="type-t"],
.form-element label[for="public-1"],
.form-element label[for="public-0"]
{
  display:block;
  font-size:13px;
  font-weight:normal;
  float:left;
  margin:0 15px 20px 0;
}

.form-element label[for="disciplines-tek"] input,
.form-element label[for="disciplines-kolo"] input,
.form-element label[for="disciplines-plavanje"] input,
.form-element label[for="disciplines-teknasmuceh"] input {
  margin-right:5px;
  vertical-align:-1px;
}

.form-element label[for="rememberMe"] {
  float:left;
  margin:0 20px 0 0;
}

.form-element label[for="hide_fullname"] {
  display:inline;
  margin:0 7px 0 0;
  font-size:13px;
  font-weight:bold;
}


.form-element .small {
  color:#777;
  font-size:11px;
  padding:5px 0 0 0;
}

.formFieldError {
  padding:0;
  margin:0;
}

/** Admin **/

table.admin-results {
  border-spacing:0;
  margin:10px 0 20px 0;
}

.admin-results th,
.admin-results td {
  padding:3px 20px 3px 0;
}

.admin-results th {
  border-bottom:1px solid #afafaf;
  text-align:left;
}

/* Footer */

.footer {
  background:url('../img/bg-footer.png') repeat-x top left;
  height:200px;
}

.footer ul {
  float:left;
  margin:50px 0 0 0;
  width:225px;
}

.footer ul li {
  list-style-type:none;
  height:20px;
}

.footer ul .title {
  background:none;
  font-size:14px;
  font-weight:bold;
  height:25px;
  margin:0;
  padding:0;
}

.footer .aligncenter {
  display:block;
  font-size:11px;
  margin:20px 0;
  text-align:center;
}

.footer .aligncenter a {
  color:#444;
  text-decoration:underline;
}

span.admin-users {
  font-size:14px;
  font-family:monospace;
  line-height:22px;
  margin:0;
  padding:0;
}

/*** Wordpress Compatibility ***/

.alignleft {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
.alignright {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.trackDisplay {
	margin-left: 10px;
}

.trackTitle {
	font-size: 14px;
	font-weight: bold;
}

.trackTitle.profile {
	margin-top: 20px;
}

/*** Leagues upgrade ***/

.league-container {
	margin-top:25px;
}

.league-container h2 {
	margin-top: 25px;
	margin-bottom: 5px;
}

.league-submenu {
  margin-top: 2px;
	margin-right: 30px;
	margin-bottom: 30px;
	float:left;
	display: block;
	width:150px;
}

.league-submenu .menu_item {
  border-bottom:1px solid #a9afb0;
} 

.league-submenu .menu_item.last {
  border:none;
}
			
.league-submenu .menu_item a {
	line-height: 30px;
}
			
.league-submenu .menu_item.selected a {
	background:url('../img/bg_arrow_submenu.png') no-repeat center right;
  color: black;
  display:block;
	font-weight:bold;
}

.league-table-short {
	border-collapse:collapse;
	width: 750px;
}

.league-table-short-wide {
	border-collapse:collapse;
	width: 700px;
}

.league-table-short th,.league-table-short td {
	spacing: 0px;
	padding: 5px;
	border: 1px solid black;
	min-width: 140px;
	text-align: center;
}

.league-table-short-wide th,.league-table-short-wide td {
	spacing: 0px;
	padding: 5px;
	border: 1px solid black;
	min-width: 70px
}

.league-table-short th.active,.league-table-short td.active {
	spacing: 0px;
	padding: 3px;
	border: 1px solid black;
}

.league-table-short td.active.has-results {
	background:#FFE87C;
}

.league-table-short td.virtual {
	spacing: 0px;
	padding: 10px;
	border: 1px solid black;
	background: #FFE87C;
}

.league-members {
	width: 600px;
}

#league_members .subtext {
	margin-top: 3px;
	font-style: italic;
	font-size: 11px;
}

#league_members .subtext span {
	background: #FFE87C;
}

a.delete-league {
	float: right;
	padding: 3px;
	color: red;
}

a:hover.delete-league {
	color: white;
	background: red;
}

.leagueMiniInfo {
	float: right;
	min-height: 50px;
}

.leagueMiniInfo .discipline {
	width:200px;
}

.leagueMiniInfo .type {
}

.wider {
	min-width: 425px;
}

.league-details {
}

.league-details .image-container {
  margin-right:10px;
}

.league-details .basic-info {
}

.league-details .basic-info h4 {
  font-size:16px;
  margin:10px 0 0 0;
}

.league-details .basic-info .description {
	margin-top: 24px;
	display:block;
	margin-bottom: 30px;
}

.league-details .public {
	margin-bottom: 30px;
}

.league-container a.add-result {
	margin-top: 20px;
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

.league-container a.manage-results {
	margin-top: 15px;
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}


.league-container a.backlink {
	margin-left: 10px;
	position: relative;
	top: 7px;
}

.league-results {
	float:right;	
}

.league-leaderboard {
	margin-top: 40px;
}

.league-user-result {
	min-height: 100px;
}

/** User Competitions **/

.dotted-line {
  background:url('../img/bg_dotted_line.png') repeat-x top left;
  height:3px;
  overflow:hidden;
  margin:0 0 20px 0;
}

.league-entry {
  float:left;
  margin:0 20px 20px 0;
  width:280px;
}

.league-entry h3 {
  padding:0 0 5px 0;
}

.league-entry .image-container {
  margin-right:10px;
}

.league-entry .table-izziv {
  margin:0 0 10px 0;
  min-width:140px;
}

p.cannotAddLeagueResult {
	margin-top: 20px;
	color: #c00;
}

/** User Competition Details **/

.sidebar .leaderboard {
  width:265px;
} 

/* Users pagination */

.pagination {
	display: block;
	color: #077dc1;
}

.pagination .upper {
	margin-bottom: 15px;	
}

.pagination .downer {
	margin-top: 15px;	
}

.pagination ul {
	display: inline;
}

li.friends-navi {
	border: 1px solid #077dc1;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
  cursor: pointer;
	font-size: 11px;
	float: left;
  list-style-type: none;
	margin:2px 2px 0 0;
	padding: 2px;
  text-align:center;
  width:15px;
}

li.friends-navi.selected {
	background: #077dc1;
	color: white;
}

.debug {
	float:left;
	display:block;
	margin-top: 20px;
	margin-left: 100px;
	padding-bottom: 20px;
}

.league-info {
}

.league-info a.toggle-info {
	float:right;
	cursor:pointer;
}

.league-info .info-text {
	margin-top:5px;
}

.league-info .info-text p {
	text-align:justify;
}

