/*
Theme Name: Superszkoly.edu.pl by Zeno.pl 2
Theme URI: http://superszkoly.edu.pl
Description: Szablon graficzny strony dla superszkoly.edu.pl
Version: 1.0
Author: Zeno.pl, Jakub 'Lupus' Daniluk, Kamil 'Cookie' Jakubowski, Piotr 'Zenobius' Baranowski
Tags: two columns, fixed size, blue, white, green

*/
body {
	font-family: "Comic Sans MS", verdana, tahoma;
	margin: 0;
	background-color: #ccff99;
	color: #2e2e2e;
	font-size: 16px;
}

a {
	color: #0078d4;
}

h1,h2,h3,h4,h5 {
	letter-spacing: 2px;
}

#blueLine {
	background-color: #c0e0ff;
	position: absolute;
	z-index: -1;
	top: 0;
	width: 100%;
	height: 124px;
}

#overall {
	width: 997px;
	float: left;
	height: auto;
}

#top {
	background-image: url('img/top.png');
	background-repeat: no-repeat;
	width: 1000px;
	height: 212px;
	position: relative;
	clear: both;
}

#topDomain {
	width: 222px;
	height: 33px;
	padding: 0;
	margin: 0;
	padding-top: 4px;
	position: absolute;
	top: 91px;
	text-align: center;
}

#topDomain a {
	color: white;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1.5px;
	text-decoration: none;
}

#topLines {
	width: 700px;
	height: 91px;
	position: absolute;
	left: 230px;
	top: 130px;
	background-image: url('img/top_lines.png');
	background-repeat: no-repeat;
}

#topLines p {
	position: absolute;
	left: 20px;
	font-size: 16px;
	font-weight: 600;
	padding: 0;
	margin: 0;
}

#topLines #text1 {
	top: -12px;
}

#topLines #text2 {
	top: 8px;
}

#topLines #text3 {
	top: 28px;
}

#topLines #text4 {
	top: 50px;
	left: 64px;
	font-weight: normal;
	font-size: 13px;
}

#topLines #text5 {
	height: 66px;
	left: 425px;
	top: -16px;
	font-size: 10px;
}

#flag {
	position: absolute;
	right: 28px;
	top: 122px;
	background-image: url('img/flag.png');
	background-repeat: no-repeat;
	width: 30px;
	height: 21px;
}

#flag_de {
        position: absolute;
        right: 28px;
        top: 169px;
        background-image: url('img/flag_de.png');
        background-repeat: no-repeat;
        width: 30px;
        height: 21px;
}

#flag_fr {
        position: absolute;
        right: 28px;
        top: 146px;
        background-image: url('img/flag_fr.png');
        background-repeat: no-repeat;
        width: 30px;
        height: 21px;
}



#topLogo {
	background-image: url('img/logo.png');
	background-repeat: no-repeat;
	width: 317px;
	height: 124px;
	position: absolute;
	top: 30px;
	left: 0;
}

.contentShadows {
	width: 784px;
	height: auto;
	position: relative;
	top: 6px;
	background-image: url('img/content_shadow.png');
	background-repeat: repeat-y;
	display: block;
	float: right;
}

.contentShadows .contentShadowTop {
	background-image: url('img/content_shadow_top.png');
	background-repeat: no-repeat;
	width: 784px;
	height: 6px;
	position: relative;
	top: -6px;
}

.contentShadows .contentShadowBottom {
	background-image: url('img/content_shadow_bottom.png');
	background-repeat: no-repeat;
	width: 784px;
	height: 10px;
	position: absolute;
	bottom: -10px;
}

#content,.content {
	width: 744px;
	height: auto;
	padding: 0 15px 0 0;
	background-color: #ffffcc;
	margin: 0 auto;
	position: relative;
	top: -28px;
}

#content p {
	margin: 0;
	text-align: justify;
	padding-bottom: 15px;
}

#content img {
	float: left;
	padding: 0 10px 10px 0;
}

#content h1 {
	margin: 5px 0 10px 0;
	font-size: 36px;
	font-weight: 600;
}

hr {
	width: 100%;
	height: 3px;
	background-color: #ebebeb;
	border-style: none;
	margin-bottom: 15px;
}

#columnMenu {
	float: left;
	position: relative;
	margin-top: -16px;
	width: 190px;
}

#columnMenu,#columnMenu ul {
	list-style-type: none;
	color: #2e2e2e;
}

#columnMenu a {
	color: #2e2e2e;
	font-size: 17px;
	letter-spacing: 1px;
	text-decoration: none;
}

li .current_page_item a {
	background-color: #f9f6bf;
}

#columnMenu>ul>li {
	background-image: url('img/menu_header.png');
	background-repeat: no-repeat;
	background-position: top left;
	width: 190px;
	margin-left: -40px;
	padding: 12px 0 0 22px;
	margin-top: 3px;
}

#columnMenu>ul>li>a {
	font-weight: bold;
}

#columnMenu>ul>li>ul {
	padding: 0;
	width: 198px;
	background-image: url('img/menu_background.png');
	margin-top: 7px;
	margin-left: -7px;
	display: none;
}

#columnMenu>ul>li>ul>li {
	width: 188px;
	margin-left: 5px;
	background-color: white;
	margin-bottom: -5px;
}

#columnMenu>ul>li>ul>li>a {
	display: block;
	border-top: 2px solid #EBEBEB;
	padding: 3px;
}

#columnMenu>ul>li>ul>li>a:hover {
	background-color: #f9f6bf;
}

.menuEnd {
	background-image: url('img/menu_bottom.png');
	width: 198px;
	height: 10px;
	clear: both;
	left: 15px;
	top: -11px;
	position: relative;
}

.footer {
	margin-top: 20px;
}

.footer .contentShadowTop {
	background-image: url('img/content_shadow_top_footer.png');
	height: 10px;
	top: -10px;
}

#footer {
	font-size: 11px;
	position: relative;
	top: -6px;
}

.tooltip {
	position: absolute;
	top: -100px;
	left: 0;
	z-index: 10;
	display: none;
	width: 311px;
	border: 1px solid black;
	background-color: white;
	padding: 2px;
	font-size: 15px;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
/* End Images */

