/*
Theme Name: Mediacentrum Main Theme
Theme URI: http://www.mediacentrum.cz/
Description: Default wordpress style by MEDIACENTRUM GROUP a.s.
Author: MEDIACENTRUM GROUP a.s. (Iveta Skubakova, Tomas Kapler, Ales Rubas)
Version: 1.0
Tags: two-columns, fixed-width, translation-ready, widgets
.
(c) 2010
.
*/
/*
Colours:
	web background			#ffffff
	content background		#dddddd
	headdings				#000000
	links					#aa0000
	active links			#eeeeee
	text					#333333
	strong text				#000000
*/	
html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset, ul, ol, li, legend {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
body {
	background: #ffffff;
	color: #333333;
	font-size: 62.5%;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif; 
}
#content {
	margin: 0px auto;
	position: relative;
	text-align: left;
	width: 960px;
	background: #dddddd;
}

/* header start */
header, 
#header {
	position: relative;
	height: 400px;
	float: left;
	margin: auto;
	width: 100%;
	background: #ffffff url('images/banner.jpg') no-repeat 0px 120px; 
}
#logo {
	float: left;
	margin: 35px 0 0 0;
	width: 250px;
	height: 50px;
	position: relative;
}
#logo span {
	position: absolute;
	width: 250px;
	height: 50px;
	display: block;
	left: 0;
	top: 0;
	background: url(images/mc-logo-250x50.png) no-repeat left top;
}
#header ul {
	list-style: none;
	margin: 0;
}
#logo .motto li {
	position: absolute;
	display: block;
	top: 30px;
	left: 230px;
	font-size: 180%;
	overflow: visible;
	white-space: nowrap;
	color: #666666;
	font-family: Serif;
}
#navjump {
	display: none;
}
/* header end */
/* main start */
#main {
	float: left;
	position: relative;
	left: 150px;
	width: 660px;
}
/* main end */
/* submain start */
#submain {
	white-space: nowrap;
	line-height: 2em;
	font-size: 110%;
}
/* submain end */
/* side & otherside start */
#side {     
	float: left;
	left: -660px;
	position: relative;
	width: 149px;
	border-right: 1px solid #333333;
}
#otherside {     
	float: left;
	position: relative;
	width: 149px;
	border-left: 1px solid #333333;
}
/* side & otherside end */
/* footer start */
#footer {
	height: 3em;
	clear: both;
	width: 100%;
}
#footer #copy p {   
	height: 3em;
	line-height: 3em;
	font-size: 110%;
}
/* footer end */
/* languages */
#languages {
	position: absolute;
	right: 0;
	top: 0;
}
#languages a strong {
	display: none;
}
/* languages end */
h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	line-height: 1.5em;
	margin: 0.5em 0;
	font-weight: normal;
}
h1 {
	font-size: 220%;
	line-height: 1.2;
	clear: both;
}
h2 {
	font-size: 200%;
}

h3 {
	font-size: 160%
}
h4 {
	font-size: 140%;
}
a {
	color: #aa0000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a img {
	border: none;
}
/* menus */
.menu {
	position: relative;
}
.menu h2 {
	/* nepoužívat display:none; nepřečtou hlasové čtečky */
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}
.menu ul, .menu li {
	display: inline;
}
.menu a {
	display: block;
	height: 3em;
	line-height: 3em;
	padding: 0 1em;
	color: black;  
}
.menu a:hover, 
.menu a:active, 
.menu li.current_page_item a:link, 
.menu li.current_page_item a:visited {

}
.menu a:hover, 
.menu a:active {

}
.menu li li a:link, 
.menu li li a:visited {
	margin-left: 1em;
}
.menu.horizontal a {
	float: left;
}
.menu.horizontal li {
	position: relative;
	display: block;
	float:left;
}
.menu.horizontal li ul {
	position: absolute;
	left: 0;
	top: 100%;
	width: 15em;
	z-index: 99;
	display: none;
}
.menu.horizontal li:hover ul {
	display: block;
}
.menu.horizontal li ul li a:link, 
.menu.horizontal li ul li a:visited {
	float: none;
	margin-left: 0;
}

.menu.horizontal ul li ul, 
.menu.horizontal ul li:hover ul li ul, 
.menu.horizontal ul li:hover ul li:hover ul li ul {
	display: none;
}
.menu.horizontal ul li:hover ul, 
.menu.horizontal ul li:hover ul li:hover ul {
	display: block;
}
.menu.horizontal ul li ul ul {
	position: absolute;
	left: 90%;
	top: 100%;
}

.menu a:hover, 
.menu a:active, 
.menu li.current_page_item a:link, 
.menu li.current_page_item a:visited {
	text-decoration: underline;
}

#side .menu, 
#otherside .menu {
}
#side .menu a:link,
#side .menu a:visited,
#otherside .menu a:link, 
#otherside .menu a:visited {

}
#side .menu a:hover, 
#side .menu a:active, 
#side .menu li.current_page_item a:link, 
#side .menu li.current_page_item a:visited, 
#otherside .menu a:hover, 
#otherside .menu a:active, 
#otherside .menu li.current_page_item a:link, 
#otherside .menu li.current_page_item a:visited {

}
#bottom-menu {
	float: right;
	width: 30%;
}
#bottom-menu li {
	float: none;
	display: inline;
}
#bottom-menu a:link, 
#bottom-menu a:visited {
	float: right;
	height: 3em;
	line-height: 3em;
}
#bottom-menu a:hover, 
#bottom-menu a:active {
}
#bottom-menu li.current_page_item a:link, 
#bottom-menu li.current_page_item a:visited {

}
/* menus end */
/* objects positioning */
#main img.right, 
#main img.alignright {
	float: right;
	padding: 0 0 1em 1em;
}
#main div.alignright, 
#main div.alignright {
	float: right;
	margin: 10px;
}
#main img.left, 
#main img.alignleft {
	float: left;
	padding: 0 1em 1em 0;
}
#main div.left, 
#main div.alignleft {
	float: left;
	margin: 10px;
}
#main .centered, 
#main .aligncenter {
	margin: 0px auto;
}
/* object positioning end */

/* global style of content elements */
hr {
	display: block;
	clear: both;
	border: none;
	width: 100%;
	height: 1px;
	margin: 10px 0px;
	background: #333333;
	overflow: hidden;
}
.item {
	margin-bottom: 0.5em;
	position: relative;
}
blockquote {
	font-style: italic;
	margin: 0;
}
p, li, td, th, dt, dd, blockquote, label {
	font-size: 120%;
}
li p, td p, th p, li li, dt dt, dd dd {
	font-size: 100%;
}
em {
	color: #000000;
	font-weight: bold;
}

#main p, #main li, #submain p, #submain li, #side p, #side li, #otherside p, #otherside li {
	line-height: 1.5em;
	margin: 0.7em 0;
}
#main ul, #main ol {
	margin-left: 0;
	padding-left: 2.5em;
}
#main ul li, #main ol ul li {
	list-style: square;
}
#main ol li {
	list-style: decimal outside;
}   
#main ol ol li {
   list-style: lower-alpha outside;
}

.hidden {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}
.cleaner, 
.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
}

.gallery-icon {
	background: #F7F7F7;
	border: 1px solid #E7E8E6;
	padding: 5px 0;
	margin: 0.5em 1em;
	text-align: center;
	color: #8d8b8b;
}
.gallery-icon a img {
	border: none !important;
	width: 100%;
	height: auto;
}
.gallery-icon a:link, 
.gallery-icon a:visited {
	border: 2px solid transparent;
	display: block;
}
.gallery-icon:hover, 
.gallery-icon:active {
	background: #777;
	color: white;
}
.linklove {
	display: none;
}
form {
margin: 1em;
}
/* global style of content elements END */

/* Start Table Elements */
#main table {
	margin: 20px auto 0 auto;
	width: 90%;
	border-collapse: collapse;
	border: 2px solid #dddddd;
}
#main table th, #main table td {
	border: 1px solid #dddddd;
	background: #ffffff;
}
#main table th {
	text-align: right;
}
#main table th, #main table td {
	vertical-align: middle;
	font-size: 120%;
	padding: 0.5em;
}
#main table thead th, #main table th.right, #main table th.left {
	text-align: center;
	float: none;
	background: #d7eac7;
}
#main table td.right {
	text-align: right;
	float: none;
}
#main table td.left {
	text-align: left;
	float: none;
}
#main table thead th, #main table thead td {
	border-bottom: 2px solid #dddddd;
	border-right: 2px solid #dddddd;
	font-weight: bold;
	text-align: center;
}
#main table tfoot th, #main table tfoot td {
	border-top: 2px solid #dddddd;
}
#main table tbody th {
	border-right: 2px solid #dddddd;
}
#main table caption {
	caption-side: bottom;
	font-style: italic;
	text-align: right;
	padding: 5px;
	font-size: 110%;
}
/* End Table Elements */

/* search start */
.widget_search {
	position: absolute;
	top: 80px;
	right: 20px ;
}
.widget_search h2, .widget_search label {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}
.widget_search #searchsubmit {
	cursor: pointer;
	font-weight: bold;
}
.widget_search #s {
	position: relative;
	top: 0px;
	width: 152px;
}
/* search end */

/* breadcrumb start*/
#breadcrumb {
	position: absolute;
	top: 380px;
	margin: 0 10px;
	color: #333333;
	z-index: 50;
}
#breadcrumb a:link, 
#breadcrumb a:visited {
}
#breadcrumb a:hover, 
#breadcrumb a:active {
}
/* breadcrumb end*/

/* form start */
.cform {
	padding-top: 30px !important;
	width: 500px !important;
	clear: both;
}
.cform fieldset {
	background: none !important;
	border: 0px !important;
}
.cform label, .cform label span {
	width: 90px !important;
}
.cform label.cf-after, .cform label.cf-after span {
	width: 200px !important;
}
.cform input.cf-box-b {
	width: 14px !important;
}
.cform textarea, .cform input {
	width: 250px !important;
}
.cform select {
	width: 260px !important;
}
.cf-box-group {
	padding-left: 100px !important;
	width: 250px;
}
ol.cf-ol li.cf-box-title {
	padding: 8px 0 0 100px !important;
}
.cform input.sendbutton {
	margin-right: 170px !important;
	margin-top: 0px !important;
	width: 100px !important;
}
.linklove {
	display: none;
}
.cform legend {
	text-indent: 130px;
}
/* form end */
/* news start */
#news {
	position: relative;
	float: left;
	padding: 0px 0px 15px 0px;
	width: 100%;
}
#news .news {
	padding: 0px 0px 20px 0px;
	float: left;
}
#news .news h3 {
	padding: 5px 0px 5px 0px;
}
span.datum {
	font-size: 110%;
	font-weight: bold;
	padding: 0px;
}
#news .news h3 a {
	font-weight: bold;
}
#news .news p {
	display: inline;
}
#news .all-news {
	font-weight: bold;
	padding-left: 0px;
}
#main .date {
	clear: both;
	float: left;
	width: 100%;
}
/* news end */

/* edit icons on posts and pages */
#main .edit {
	clear: both;
	background: #ffffaa;
	border: 1px solid #aaaaaa;
	font-size: 130%;
	margin: 5px 10px 25px 10px;
	padding: 5px 10px 0px 10px;
	overflow: hidden;
}
#main .edit span {
	display: block;
	margin: 0 0 5px 0;
}
#main .edit a:link, 
#main .edit a:visited {
	display: inline;
	float: left;
	height: 36px;
	width: 93px;
	padding-left: 43px;
	line-height: 30px;
	margin-right: 10px;
	color: #990000;
}
#main .edit a:hover, 
#main .edit a:active {
	color: #000000;
}
#main .edit a.edit-administration:link, 
#main .edit a.edit-administration:visited {
	background: url(images/edit-icons/admin.png) left top no-repeat;
}
#main .edit a.add_new:link, 
#main .edit a.add_new:visited {
	background: url(images/edit-icons/new.png) left top no-repeat;
}
#main .edit a.post-edit-link:link, 
#main .edit a.post-edit-link:visited {
	background: url(images/edit-icons/edit.png) left top no-repeat;
}
#main .edit a.restore_page:link, 
#main .edit a.restore_page:visited {
	background: url(images/edit-icons/recycle.png) left top no-repeat;
}
#main .edit a.delete_page:link, 
#main .edit a.delete_page:visited {
	background: url(images/edit-icons/trash-full.png) left top no-repeat;
}
#main .edit a.trash_page:link, 
#main .edit a.trash_page:visited {
	background: url(images/edit-icons/trash.png) left top no-repeat;
}

/* Pagination
-------------------------------------------------------------- */

#main ul.pagination {
	font-size: 100%;
	clear: both;
	margin: 0;
	padding: 15px 0 5px 0;
	text-align: center;
}
#main ul.pagination li {
	margin: 0;
	padding: 0 1px;
	display: inline;
	font-size: 100%;
}
#main ul.pagination li.current, 
#main ul.pagination li a:link, 
#main ul.pagination li a:visited {
	padding: 5px 7px 4px 7px;
	background: #dddddd;
	color: #ffffff;
	font-weight: bold;
	font-size: 120%;
	text-decoration: underline;
	border: 1px solid #aaaaaa;
}
#main ul.pagination li a:hover, 
#main ul.pagination li a:active {
	text-decoration: none;
	background: #999999;
}
#main ul.pagination li.current {
	text-decoration: none;
	color: #000000;
}

#main .half {
	float: left;
	width: 50%;
	margin: 0;
}

