/*
Theme Name: Real Madrid
Theme URI: http://realmadrid.si
Description: Tema za RealMadrid.si.
Version: 0.1
Author: cime
Author URI: realmadrid.si
Tags: real, white
*/

/* STYLE */
html {
	background: #f3f3f3;
}

body {
	text-align: center;
	background: #f3f3f3 url('images/back.jpg') repeat-x;
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans serif;
	font-size:14px;
	color: #666;
    overflow-x: hidden;
}

strong,h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

h1,h2,h3,h4,h5,h6 {
	margin: 5px 0;
    font-family: 'Molengo', arial, serif;
}

.clear {
	font-size: 0;
	height: 0;
	clear: both;
}

em {
	font-style: italic;
}

#right a:link, #right a:visited, #right a:active, #right a:hover {
	text-decoration: none;
	color: #002063;
	border-bottom: 1px dotted #fff;
}

#right a:hover {
	color: #333;
	border-bottom: 1px dotted #333;
}

#wrap {
	width: 920px;
	margin: 0 auto 20px auto;
	text-align: left;
}

#head, #menu, #main, #foot {
	width: 100%;
}

#head {
	height: 94px;
	background: url('images/logo.png') no-repeat center 5px;
	overflow: hidden;
}

#head .h2 {
	color: #aaa;
	font-size: 32px;
	font-weight: bold;
	padding-top: 26px;
	padding-left: 26px;
}

#main {
	border: 2px solid #ccc;
	border-top: 0;
	background: #fff;
	color: #666;
	border-bottom-right-radius: 8px;
 	-moz-border-radius-bottomright: 8px;
 	-webkit-border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
 	-moz-border-radius-bottomleft: 8px;
 	-webkit-border-bottom-left-radius: 8px;
}

#foot {
	text-align: center;
	margin-top: 30px;
	color: #fff;
	font-size: 12px;
	background: #161E31;
	padding: 30px 0;
	border-top: 2px solid #ccc;
}

#menu {
	height: 36px;
	color: #777;
	overflow: hidden;
}

#menu input {
	float: right;
	margin-top: 8px;
	margin-right: 0;
	padding: 1px;
	width: 142px;
	border: 1px solid #ccc;
	color: #171F32;
}

#menu ul {
	float: left;
}

#menu ul li {
	font-weight: bold;
	font-size: 14px;
	float: left;
	/*margin: 15px 10px 14px 10px;*/
}

#menu ul {
	float: left;
	height: 40px;
	list-style-type: none;
}

#menu ul li {
	list-style: none;
	float: left; 
}

#menu ul li:hover {
	background: #ffe506 url('images/nav-bg.jpg');
	color: #333;
}

#menu ul li a {
	outline: none;
	padding: 10px 12px 11px 12px;
	display: block;
}

#menu ul li a:link, #menu ul li a:visited, #menu ul li a:active {
	color: #eee;
	text-decoration: none;
}

#menu ul li a:hover{
	background: #ccc url('images/nav-hover.jpg');
	color: #333;
	text-decoration: none;
}

#menu ul li a.selected {
	background: #ccc url('images/nav-bg.jpg');
	color: #333;
	text-decoration: none;
	border-top: 2px solid #cccccc;
	border-left: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
}

#left {
	width: 220px;
	float: left;
}

#right {
	width: 700px;
	float: right;
}

.m5 {
	margin: 8px;
}

.m5 object {
	text-align: center;
}

.m5 object embed {
	margin: 10px 20px;
	clear: both;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
}

hr {
	border: 0;
	height: 1px;
	color: #ddd;
	background: #ddd;
}


/* GUMB */
.gumb {
	border-bottom: 0 !important;
	padding: 4px 12px;
	border: 1px solid #ccc; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	background: #fff url('images/pager/button_bg.gif') left bottom repeat-x;
	text-decoration: none; 
	color: #333; 
}

.gumb:hover { 
	background-image: url('images/pager/button_hover_bg.gif'); 
	background-color: #eee; 
	text-decoration: none; 
}
.gumb:active {
	background-image: url('images/pager/button_click_bg.gif'); 
	background-color: #838383; 
	color: #fff; 
	text-decoration: none;
}

/* PAGINATION */
.pagination { 
	float: right; 
	margin: 5px 5px 10px 5px; 
	overflow: visible; 
	clear: both; 
	font-weight: bold; 
	font-size: 12px; 
	line-height: 20px;
	color: #333:
}
.pagination a, .pagination span { 
	border-bottom: 0 !important;
	text-decoration: none; 
	display: block; 
	float: left; 
	padding: 2px 8px; 
	background: #fff url('images/pager/button_bg.gif') left bottom repeat-x; 
	border: 1px solid #ccc; 
	border-right: none; 
	text-align: center; 
	overflow: hidden; 
	color: #777; 
}
.pagination .next { padding: 2px 10px; width: 16px; border-right: 1px solid #ccc; -webkit-border-top-right-radius: 4px; -webkit-border-bottom-right-radius: 4px; -moz-border-radius-topright: 4px; -moz-border-radius-bottomright: 4px; }
.pagination .previous { padding: 2px 10px; width: 16px; -webkit-border-top-left-radius: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-topleft: 4px; -moz-border-radius-bottomleft: 4px; }
.pagination span.next,
.pagination span.previous { background: #fff url('images/pager/button_bg.gif') left bottom repeat-x; /*color: #aaa;*/ }
.pagination span { background-image: url('images/pager/button_click_bg.gif'); background-color: #999; /*color: #fff;*/ }
.pagination a:hover { background-image: url('images/pager/button_hover_bg.gif'); background-color: #eee; text-decoration: none; }
.pagination a:active { background-image: url('images/pager/button_click_bg.gif'); background-color: #838383; color: #fff; text-decoration: none; }
.pagination a.current {
	background-image: url('images/pager/button_click_bg.gif'); background-color: #838383; color: #fff; text-decoration: none;
}


/* SIDENAV */
#sidenav li {
	font-size: 14px;
	text-align: center;
	margin-bottom: 6px;
}

#sidenav li a {
	font-weight: bold;
	outline: none;
	display: block;
	color: #333; 
	padding: 3px 6px;
	text-decoration: none; 
	background: #fff url('images/pager/button_bg.gif') left bottom repeat-x;
	text-decoration: none; 
	border: 1px solid #ccc; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
}

#sidenav li a:hover { 
	background-image: url('images/pager/button_hover_bg.gif'); 
	background-color: #eee; 
	text-decoration: none;
	color: #666;
}

#sidenav li a:active, #sidenav li a.selected {
	border: 1px solid #888; 
	background-image: url('images/pager/button_click_bg.gif'); 
	background-color: #838383; 
	color: #fff; 
	text-decoration: none;
}

/* Povezave */
.povezave {
	font-size: 14px;
	margin-left: 12px;
	margin-bottom: 20px;
	list-style-type: disc;
	list-style-position: inside;
}

.povezave li {
	margin-bottom: 10px;
}

/* Obvestilo */
.obvestilo {
	margin: 10px;
	padding: 10px;
	border: 1px solid #999;
	background: #fff7c5;
}

.obvestilo table {
	margin-top: 10px;
}

.obvestilo table td {
	vertical-align: top;
	padding-bottom: 5px;
}

.obvestilo table td input, .obvestilo table td textarea {
	width: 220px;
	padding: 2px;
}

/* wordpress */
.entrybody {
	margin: 10px 0;
}

#right ul {
	list-style-type: disc;
	list-style-position: inside;
	margin: 5px 10px;
}

#right h2 {
	font-size: 16px;
}

#right h3 {
	font-size: 16px;
}

#right p {
	margin: 8px 0;
}


/* style */
#left {
	font-size: 14px;
}

#left li a {
	display: block;
}

#left a:link, #left a:visited, #left a:active {
	color: #002063;
	font-weight: bold;
	text-decoration: none;
}

#left a:hover {
	color: #EDBE06;
	font-weight: bold;
}

#left ul {
	/*list-style: disc url('images/arrow.gif') inside;*/
}

#left ul ul {
	margin-left: 12px;
	font-size: 12px;
}

.squad {
	width: 100%;
}

.squad .header {
	background: url('images/table-header.jpg') #232B40 repeat-x;;
	color: #eee;
}

.squad .header th {
	font-size: 13px;
	font-weight: bold;
	padding: 4px;
	/*color: #eee;*/
}

.squad td {
	padding: 4px 3px;
}

#searchform #s {
	background: #f9f9f9 url('images/upper-shade.gif') repeat-x scroll center top;
	/*color: #666;*/
}

.aligncenter, .wp-caption {
	text-align: center;
	margin: 0 auto;
}

.current_page_item a {
	color: #EDBE06 !important;
}

.current_page_item ul li a {
	color: #002063 !important;
}

.current_page_item ul li a:hover {
	color: #EDBE06 !important;
}

/* tooltips */
div.tooltip { filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8;
border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; background: #000; width: 200px; padding: 6px; color: #fff; text-align: center; }
div.tooltip .tip-text { margin: 6px; text-shadow: 2px 2px 1px #222; font-size: 10px; }
div.tooltip .tip-title { font-weight: bold; }

/*quickbox*/
#qbCaption, #qbCounter {
	text-align: left;
}
