/*
	* project: hcvikingove.cz
	* author: Kub4jz.cz <kub4jz@gmail.com>

	** content style
*/

ul.submenu {
	height: 25px;
	border-bottom: 1px solid #BBBBBB;
	margin: 20px 0 15px !important;
	padding: 0px 15px !important;
}
ul.submenu li {
	display: inline;
	list-style-type: none;
    line-height: 26px;
}
ul.submenu li a {
	background-color: #EFEFEF;
	color: inherit;
	margin: 0 2px;
	padding: 4px 10px;
	text-shadow: 1px 1px 1px #FBFBFB;
}
ul.submenu li a:hover {
	background-color: #E8E8E8;
	color: #1C94C4;
}
ul.submenu li a.active, ul.submenu li a.active:hover {
	background-color: #FFFFFF;
    border: 1px solid #BBB;
    border-bottom: 1px solid #FFF;
	-moz-box-shadow: 1px -1px 2px #DDDDDD;
	-webkit-box-shadow: 1px -1px 2px #DDDDDD;
}

/* NEWS */
div.news-info {
    display: inline;
    font-size: x-small;
	background-color: #EFEFEF;
	padding: 3px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* MATCHES
--------------*/
table.matches {
    width: 100%;
    border: none;
    line-height: 1.5em;;
    margin: 10px;
}
table.matches tr:nth-child(2n) {
    background-color: #F2F2F2;
}
table.matches th {
    /*text-align: center;*/
}
table.matches td {
    white-space: nowrap;
    overflow: hidden;
    padding: 3px 2px;
    padding-right: 20px;
}
table.matches td.round {
    width: 45px;
    font-size: x-small;
    color: #999;
}
table.matches td.team {
    width: 130px;
}


/* CHART
--------------*/
table.chart {
    border: none;
    line-height: 1.5em;;
    margin: 10px;
}
table.chart tr:nth-child(2n) {
    background-color: #F2F2F2;
}
table.chart th {
    text-align: center;
}
table.chart td {
    white-space: nowrap;
    overflow: hidden;
    padding: 3px 2px;
    text-align: center;
}

/* PODEBRADY
--------------*/
table.podebrady {
    width: 94%;
    border: none;
    line-height: 1.5em;;
    margin: 0px 0 15px;
}
table.podebrady tr:nth-child(2n) {
    background-color: #F2F2F2;
}
table.podebrady th {

}
table.podebrady td {
    white-space: nowrap;
    overflow: hidden;
    padding: 3px 2px;
}

table.podebrady_detail {
    margin: 15px auto;
}
table.podebrady_detail tr.score {
    font-family: Arial, Verdana, Geneva, sans-serif;
    font-size: 30px;

}
table.podebrady_detail td {
    padding: 5px;
}

/* PLAYERS
-------------*/
table.players {
    width: 100%;
    border: none;
    line-height: 1.5em;;
    margin: 10px 0;
}
table.players tr:nth-child(2n) {
    background-color: #F2F2F2;
}
table.players td {
    white-space: nowrap;
    overflow: hidden;
    padding: 3px 2px;
    padding-right: 10px;
}

/* PHOTOGALERY
----------------*/
a.folder {
    display: inline-block;
    width: 60px;
    padding-top: 50px;
    background: url('/images/folder.png') no-repeat scroll center top;
    text-align: center;
    margin: 10px 30px;
}
img.photo {
    width: 120px;
    padding: 3px;
    border: 1px solid #999;
    margin: 5px 10px;
}
img.photo:hover {
    border-color: #4191C0;
}

/* FORUM
----------------------*/
/*list*/
.forum-section {
    min-height: 50px;
    padding-left: 60px;
    background: url('/images/folder.png') no-repeat scroll left top;
    margin: 20px 30px !important;
}

/* book */
div.post {
    padding: 10px;

    margin: 7px 0;
}
div.post:nth-child(2n+1) {
    background-color: #F2F2F2;
}
div.post p {
    margin: 5px 0 !important;
}
div.post .author {
    margin-top: 0px !important;
}

img.avatar {
    margin-right: 15px;
}
img.smile {
    vertical-align: text-bottom;
}

div.page-list a {
    padding: 0 2px;
    margin: 0 4px;
}

form.forum {
    padding: 10px 25px;
    background-color: #F2F2F2;
}
form.forum h3 {
    margin-bottom: 15px;
}
form.forum label {
    margin-left: 15px;
}
form.forum input {
    width: 250px;
}
form.forum textarea {
    width: 100%;
    height: 150px;
}

/* SPONSORS
------------------*/
.sponsor-box {
    line-height: 1.8em;
    margin: 10px;
}
.sponsor-box .img {
	width: 200px;
	height: 50px;
	padding: 5px;
	margin: 0 25px;
	border: 1px solid #EFEFEF;
	line-height: 50px;
}

.sponsor-box .img img {
	max-width: 200px;
	max-height: 50px;
}
.sponsor-box {

}

/* FAN ZONE
------------------*/
.fan-zone.box {

    width: 40%;
    margin: 5px;
    float: left;

}
.fan-zone.box img {
    padding: 3px;
    border: 1px solid #999;
    margin: 5px 10px;
}

/* SETTINGS
------------------*/
form.settings {
    line-height: 2.5em;
}
form.settings label {
    display: inline-block;
    width: 115px;
    margin-right: 10px;
    text-align: right;
}
form.settings input {
    margin-bottom: 20px;
}

/* DIALOG
-----------------*/
div.dialog {
    background-color: #FFEBB0;
    text-align: center;
    padding: 15px 5px;
    margin-bottom: 15px;
    font-weight: bold;
}
div.dialog.error {
    background-color: #FECFCF;
}

