body {
	padding: 10px 40px;
	font: normal 14px "segoe ui", "helvetica", "arial", sans-serif;
	color: #fff;
	
	background-color: #7DD9E7;
	background-image: -webkit-linear-gradient(top, #61C7D7, #7DD9E7 400px);
	background-repeat: no-repeat;
}



/******************************************************************************/

.wrapper {
	position: relative;
	margin:0 auto;
	min-width: 950px;
	max-width: 1200px;
	}

h1, h2, h3, h4 {
	color: #fff;
}

a {
	color: purple;
}




/*** HEADER *******************************************************************/

header.page-header {
	position: relative;
	padding: 20px 70px 30px 70px;
}

header.page-header a.site-logo  {
	display: inline-block;
	text-decoration: none;
	padding: 35px 15px 30px 140px;
	background: url(img/logo-gymnazium-sv-moniky.png) no-repeat 0 0;
	font-size: 32px;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(0,0,0,0.3);
	letter-spacing: -1px;
	line-height: 100%;
}

header.page-header a.site-logo:hover {
	
}

header.page-header a.site-logo span.light {
	display: block;
	font-size: 18px;
	text-transform: uppercase;;
/*	text-shadow: none;
	color: rgba(0,0,0,0.1);*/
}



/*** LANG MENU ****************************************************************/

div.lang-menu {
	display:none;
}



/*** USER MENU ****************************************************************/

div.user-menu {
	position: absolute;
	top: 0;
	right: 0;
	color: white;
/*	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);*/
	text-align: center;
}

div.user-menu a {
	color: #fff;
	text-decoration: none;

	-webkit-transition: all 0.2s;
}

div.user-menu a:hover {
	text-shadow: 0 0 12px #fff, 0 0 6px #fff;
	
	-webkit-transition: all 0.2s;
}


/*** MAIN MENU ****************************************************************/

nav.main-menu {
	
}

nav.main-menu ul {
	list-style-type: none;
	margin:0;
	padding:0;
}

nav.main-menu ul li {
	display: inline-block;
	position: relative;
	}

nav.main-menu a {
	text-decoration: none;
	display: inline-block;
}

nav.main-menu li.active a {
	text-decoration: underline;
}



/*** FOOTER *******************************************************************/

footer.page-footer {
	border-top: 1px solid #fff;
	padding-top: 15px;
	margin-top: 30px;
	padding-bottom: 30px;
	color: #004187;
	}



/*** FOOTER MENU **************************************************************/

nav.foot-menu {
}

nav.foot-menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

nav.foot-menu ul li {
	display: inline-block;
}

nav.foot-menu ul li a {
	display: block;
	padding: 0 3px;
	text-decoration: none;
	color: #25516B;
}

nav.foot-menu ul li a:hover {
	color: #000;
}



/*** CONTENT ******************************************************************/

.content {
}

.content aside {
	float:right;
}

.content aside article {

}

.content aside article header {

}

.content aside article header h1 {

}

.inner-content {

}

.inner-content article {

}

.inner-content article header {

}

.inner-content article header h1 {

}

.inner-content article header date {

}


/*** REST *********************************************************************/

div.countdown {
	position: absolute;
	top: 45px;
	right: 0;
	border-radius: 12px;
	padding: 10px 35px 15px 35px;
	background: #fff;
	text-align: center;
	color: #555;
	font-size: 16px;
	box-shadow: 2px 2px 4px #000;
	
	-webkit-transform:rotate(2deg);
	-moz-transform:rotate(2deg);
	-o-transform:rotate(2deg);
	
	background: -webkit-linear-gradient(top, #fff, #eee);
	background: -moz-linear-gradient(top, #fff, #eee);
	background: -o-linear-gradient(top, #fff, #eee);
}

div.countdown strong {
	display: block;
	font-size: 32px;
	line-height: 100%;
	font-weight: normal;
	text-transform: uppercase;
	color: darkmagenta;
}

div.countdown.reg-not-opened {
	
}

tr.moja-tema td {
	background: #e4ff9b !important;
}


