/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/********* GLOBALS VAR *********/
a img,table, iframe {border:0}
a img{vertical-align:middle;}
div { overflow:hidden; }
p { margin:0; padding:0; }
button,select,textarea,input {font:100% serif}
table { border-collapse:collapse; }
tr td { vertical-align:top; }
/********* GLOBALS CLASES *********/
.nodicor { text-decoration:none; }
.clear {clear:both; height:0; line-height:0;}
.fr {float:right; }
.fl {float:left; }
.ac { text-align:center; }
.ar { text-align:right; }
.al { text-align:left; }
.rtl { direction:rtl; }
.ltr { direction:ltr; }
.rh { position:relative; }
.p10 { padding:10px; }
.dn { display:none; }
/*********** H1 ***********/

/*************PARTS****************/
/*secondary*/
.secondary .uc { margin-bottom:15px; }
/* lists */
.list .a0 { background: #f4f8ed; }
.list,
.list .a1 { background: #fff; }
.list { padding-bottom:6px; background-position:50% 100%; }
.list .item { padding:5px; }
/* path */
.path { margin-bottom:10px; }
.path .current { color:#787878; }
.path a.current:hover { cursor:default; text-decoration:none; }
/* sitemap */
#main ul { list-style:circle; margin:0 10px 0 10px; }
#main ol { margin:0 10px 0 10px; }
/* content */
.introduction { font-size:1.1em; font-style:italic; }
/* date */
.date { font-size:small; color:#787878; display:block; }
/* intro */
.intro { font-style:italic; font-size:1.2em; }
.list .intro { font-style:normal; font-size:1em; }
/*columns*/
.columns  { height: 100%;}
.columns .left { float:left; width:48%; padding-left:15px; height: 100%;}
.columns .right { float:right; width:48%; height: 100%;}
.socialBookmarks a { white-space:nowrap; text-align:right; direction:rtl; }
.socialBookmarks { text-align:right; direction:ltr; }
/* login */
.login .tb { width:100px; }
.login .ff { margin-bottom:5px; }
.register td { padding:0; }
/* gallery */
.thumbnail { opacity:.4; }
.thumbnail:hover, .selected { opacity:1; }
#thumbnails {padding-bottom:10px;}
#thumbnails .text { display:none; }
.thumbnail {margin-bottom:10px;margin-right:5px;}
/* comments */
.commentList { border-top:solid 1px #D0CFCB; margin-top:10px;}
/* calendar */
.calendar { }
.login { padding-right: 10px;}

/*************Forms******************/
.menu,.menu ul { list-style-type:none;}

.inputForm { margin:10px; }
.inputForm .row { margin-bottom:5px; height: 100%; width:100%; }
.inputForm .label { width:140px; float:left; }
.secondary .label { display:block; }
.inputForm .alternatives * { vertical-align:middle }
.inputForm .alternatives label { margin-right:10px; }
.inputForm input { border-style:solid; border-width:1px; border-color:#777777; }
.inputForm input[type="checkbox"] { border-style:solid; border-width:0px; border-color:#777777; }

.inputForm textarea { border-style:solid; border-width:1px;  border-color:#777777; }
.inputForm .tb { width:240px; }
.inputForm .validator { margin-right:10px; }

.form_btnSubmit
{
    background-color:#dedede;
	width:100px;
	height:26px;
	cursor:pointer;
	margin-left:150px;
	border:none;
}

.smallForm .inputForm .row { margin-bottom:5px; }
.smallForm .inputForm .label { width:55px; float:left; color:#777777; }
.smallForm .secondary .label { display:block; }
.smallForm .inputForm .alternatives * { vertical-align:middle }
.smallForm .inputForm .alternatives label { margin-right:10px; }
.smallForm .inputForm input { border-style:solid; border-width:1px; width:170px; }
.smallForm .inputForm textarea { border-style:solid; border-width:1px; }
.smallForm .inputForm .tb { width:240px; }
.smallForm .inputForm .validator { margin-right:10px; width:2px; overflow:hidden; }

.form_btnSubmit_small
{
    background:url(../../../Upload/Design/form_btnSubmit.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	width:90px;
	height:26px;
	cursor:pointer;
	border:0px;
	margin-right:45px;
}

.commentInput .box { display:none; }

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../../../Upload/Design/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	width:300px;
	float:right;
	border: none;
	margin-top: 20px;
	padding: 100px 0px 0 0;
}

input, textarea {
	font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #333333;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
	border-bottom:1px solid #EFEFEF;
	padding-bottom:3px;
	color: #356AA0;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 180%;
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	border-bottom: 1px dotted #EFEFEF;
	text-decoration: none;
	color: #356AA0;
}

a:hover {
	text-decoration: none;
	color: #CC0000;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 980px;
	margin: 0 auto;
	height:151px;
}

#logo
{
	position:absolute;
	left:0px;
	top:0px;
	width:301px;
	height:131px;
	background-image:url(../../../Upload/Design/logo_obrazovanie_5.gif);
	margin-top:20px;

}

/* Search */

#search {
	position:absolute;
	right:30px;
	top:110px;
	width:300px;
	height:30px;
}

#search legend {
	display: none;
}

#searchfield {
	width: 200px;
}

#searchsubmit {
	width: 80px;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	padding: 40px 0;
}

/* content2 */

#content2 {
	float: right;
	width: 650px;
}

.post {
	padding: 12px 50px;
	background: url(../../../Upload/Design/img04.jpg) no-repeat;
}

.post .title {
	letter-spacing: -1px;
	font-size: 2.4em;
	color: #356AA0;
}

.post .meta {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #EFEFEF;
	line-height: normal;
	color: #666666;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 300px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
	padding: 20px 40px;
	background: url(../../../Upload/Design/img03.jpg) no-repeat;
}

#sidebar h2 {

}

#sidebar li ul {
	line-height: 2em;
}

#sidebar li li {
	margin: 0;
	padding: 0;
	background: none;
	border-bottom: 1px solid #EFEFEF;
}

#sidebar h2 {
	margin-bottom: 10px;
	text-transform: lowercase;
	letter-spacing: -1px;
	color: #CC0000;
}

#sidebar a {
	border: none;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px 0 0 0;
	border-top: 10px solid #DDDDDD;
	background: #EFEFEF;
}





#footer p {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	line-height: normal;
}
