
/*
 * Opiner CMS
 *
 * Website template by Tache Studio
 * for project Opiner CMS
 * (c) All rights reserved
*/

/*--- Základné elementy ---*/
* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url("images/background.jpg") repeat-x center top;
	font: normal 15px Georgia, "Times New Roman", Times, serif;
	line-height: 1.8em;
	word-spacing: 0.25em;
	color: #6e604b;
}

a {
	color: #328784;
	text-decoration: none;
}

a:hover {
	color: #33c9de;
	text-decoration: underline;
}

h1,
h2,
h3 {
	font: bold 36px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	word-spacing: 0.1em;
	letter-spacing: 2px;
	line-height: 1em;
	margin: 25px 0 10px;
	color: #118ee6;
}

h2 { font-size: 18px; }

h3 { font-size: 16px; }

h4,
h5,
h6 {
	font: bold 14px Verdana, Geneva, sans-serif;
	word-spacing: 0.075em;
	letter-spacing: 1px;
	line-height: 1em;
	margin: 35px 0 15px;
	color: #444;
}

h5 { font-size: 13px; }

h6 { font-size: 10px; }

p { margin: 8px 0 12px 0; }

li {
	line-height: 1.2em;
	margin: 2px 0 2px 30px;
}

code {
	overflow: auto;
	max-width: 600px;
	max-height: 150px;
	border: 1px solid #b7ad85;
	border-left-width: 3px;
	display: block;
	padding: 8px 12px;
	margin: 10px 8px;
	background: #f2efc2;
}

blockquote {
	display: block;
	padding-left: 30px;
	margin: 15px 20px;
	background: white url("images/quote.gif") no-repeat left 10%;
	line-height: 1.3em;
	font-size: 13px;
}

textarea {
	margin: 0;
	padding: 0;
	height: 150px;
}

/*--- Kontajner pre stránku ---*/
#container {
	width: 960px;
	margin: 0 auto;
}

/*--- Horné menu ---*/
#menu { padding-top: 3px; }

#menu a {
	background: url("images/menuBack.png") no-repeat center top;
	width: 100px;
	height: 13px;
	display: block;
	float: left;
	font: bold 13px "Arial Narrow", Tahoma, Geneva, sans-serif;
	text-align: center;
	padding: 5px 0;
	margin: 2px 10px 1px 0;
	color: #6e604b;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
	color: #118ee6;
	margin: 0 10px 0 0;
	padding: 6px 0;
}

/*--- Opiner Helpdesk ---*/
#helpdesk {
	margin-bottom: 5px;
	padding: 1px 15px 1px 0;
	height: 14px;
	font: bold 12px Calibri, Arial, Helvetica, sans-serif;
	line-height: 1em;
	background: #fff;
	opacity: 0.5;
	text-align: right;
}

#helpdesk span { color: #666; }

#helpdesk a {
	padding: 0 0 0 28px;
	background-position: 10px 0;
	background-repeat: no-repeat;
	text-decoration: none;
}

#helpdesk .skype { background-image: url("images/skype.png"); }

#helpdesk .mail { background-image: url("images/email.gif"); }

#helpdesk .friends { background-image: url("images/friends.png"); }

/*--- Hlavička stránky ---*/
#header {
	margin: 0 0 60px 0;
	width: 960px;
	height: 120px;
}

#title {
	float: left;
	width: 480px;
	height: 120px;
}

#title a img {
	height: 120px;
	width: 480px;
	border: 0;
}

#systemInfo {
	float: right;
	width: 480px;
	height: 120px;
}

#systemInfo p {
	font: normal 15px Calibri, Verdana, Geneva, sans-serif;
	color: #b7ad85;
	margin: 0;
	padding: 0 8px;
	line-height: 1.8em;
	word-spacing: 0.08em;
}

/*--- Textová časť stránky ---*/
#main { width: 960px; }

/*--- Obsah stránky ---*/
#content {
	float: left;
	width: 640px;
}

#content ul { margin: 10px 0 25px 0; }

#content ul li { margin: 3px 10px 3px 25px; }

#content .default .Texyla div .toolbar li { margin: 0;}

#content .default .Texyla div ul.toolbar { margin: 0;}

.post {
	margin: 50px 0 0;
	background: url("images/postBottom.jpg") no-repeat center bottom;
}

.post h2 {
	font: bold 24px Calibri, Tahoma, Geneva, sans-serif;
	border-bottom: 1px dashed #328784;
	padding: 0 0 2px;
	margin: 2px 0 12px 48px;
}

.post .date {
	display: block;
	float: left;
	width: 36px;
	height: 36px;
	background: white url("images/date.png") no-repeat left top;
	line-height: 0.9em;
	color: #6e604b;
	font: bold 16px Calibri, Verdana, Geneva, sans-serif;
	text-align: center;
}

.post .date .mon {
	font: bold 8px Gadget, sans-serif;
	color: white;
	display: block;
	padding: 2px 0 0;
}

.post h2 a { text-decoration: none; }

.post .content {
	padding: 0 15px;
	clear: left;
}

.post .meta {
	padding: 10px 35px 15px;
	font-size: 11px;
}

.post .meta .author {
	background: url("images/author.png") no-repeat left center;
	padding: 0 0 0 20px;
}

.post .meta .category {
	background: url("images/category.png") no-repeat left center;
	padding: 0 0 0 20px;
	margin-left: 50px;
}

.post .meta .comments {
	background: url("images/comments.png") no-repeat left center;
	padding: 0 0 0 20px;
	margin-left: 50px;
}

.post .meta .rating {
	background: url("images/rating.png") no-repeat left center;
	padding: 0 0 0 20px;
}

.post .meta .reads {
	background: url("images/reads.png") no-repeat left center;
	padding: 0 0 0 20px;
	margin-left: 50px;
}
.post .gravatar {
	float: left;
	width: 48px;
	height: 48px;
	margin: 0 12px 4px 0;
}

/*--- Bočné menu ---*/
#sidebar {
	float: right;
	width: 240px;
	padding: 0 0 0 80px;
}

#sidebar .box {
	margin: 0;
	background: url("images/boxBottom.jpg") no-repeat center bottom;
	padding: 0 0 15px;
	margin: 0 0 40px;
}

#sidebar .box h3 {
	border-bottom: 1px dashed #118ee6;
	font: bold 18px Calibri, Tahoma, Geneva, sans-serif;
	font-variant: small-caps;
	padding: 0 0 1px 4px;
	margin-bottom: 16px;
}

#sidebar ul li {
	list-style: circle;
	margin: 5px 0 5px 20px;
	list-style-position: inside;
	font: bold italic 13px Calibri, Tahoma, Geneva, sans-serif;
	line-height: 1.2em;
	color: #6e604b;
}

#sidebar .box p {
	margin: 0 25px;
	text-indent: 0;
}

/*--- Pätička stránky ---*/
#footer {
	margin-top: 50px;
	padding: 12px 0 16px;
	border-top: 1px dashed #999;
	text-align: center;
	font-size: 11px;
}

/*--- Ostatné pomocné triedy ---*/
.cleaner { clear: both; }
.cleanL { clear: left; }
#websupport {
	text-align: center;
	font-size: 9px;
}