/*
Theme Name: Helsinge Gymnasium
Theme URI: http://inoob.fi
Description: Helsinge Gymnasium Theme.
Version: 1.0
Author: !noob oy
Author URI: http://inoob.fi

*/



/* Begin Typography & Colors */

* {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	overflow: auto;
}
body {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #000;
	background: #d3cfca url(img/bottom_bg.gif) repeat-x;
	background-position: 0px 426px;
}
ul {
	list-style: none inside;
}
p {
	font-size: 1.3em;
	line-height: 1.4em;
	margin-bottom: 1em;
}
h1, h2, h3, h4, h5 {
	font-size: 1.2em;
	color: #ef5522;
}
a {
	text-decoration: none;
	outline: none;
	/* font-weight: bold; */
	color: #ff2e00;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
img {
	display: block;
}
input, select, textarea {
	border: 1px solid #999;
	background-color: #fff;
}
select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
 
 
/*-------------------------------------------------------------------------------- */
/* FLOATS */
 
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clear {
	clear: both;
}
.block {
	clear: both;
	float: none;
	display: block;
}


/*-------------------------------------------------------------------------------- */
/* CONTAINER AND HEADER */
 
#container {
	position: absolute;
	width: 100%;
	height: 100%;
/*	border: 1px solid #00f; /* ************ DEBUG **************** */
}
#header {
	position: relative;
	float: left;
	width: 100%;
	height: 35px;
	background: transparent url(img/header_bg.gif) repeat-x;
/*	border: 1px solid #0f0; /* ************ DEBUG **************** */
}
#langselect {
	position: absolute;
	left: 30px;
	width: 330px;
	height: 35px;
/*	border: 1px solid #fc0; /* ************ DEBUG **************** */
}
#langselect img {
	display: inline;
}
#langselect p {
	position: relative;
	float: left;
	height: 17px;
	padding-top: 9px;
/*	border: 1px solid #0f0; /* ************ DEBUG **************** */
}
#langselect a {
	font-size: 1.3em;
	color: #fff;
	position: relative;
	top: 8px;
}

#langselect a.contact {
	margin-left: 15px;
	top: 4px;
}

#page {
	position: absolute;
	right: 0;
	width: 120px;
	height: 35px;
	text-align: right;
}
#page p {
	padding-top: 9px;
	padding-right: 30px;
	color: #fff;
}

/*-------------------------------------------------------------------------------- */
/* NAVIGATION */
#nav {
	position: relative;
	margin-top: 33px;
	padding-left: 33px;
	/* font-size: 1.3em;
	line-height: 1.4em; */
}

#nav li {
	position: relative;
	height: 23px;
	width: 150px;
	margin: 0;
	padding: 0;
}

#nav a {
	text-decoration: none;
	z-index: 2;
}

#nav li a {
	font-size: 1.7em;
}

#nav li li a {
	color: #a69f92;
	font-size: 1.3em;
}

#nav a.selected,
#nav a.selected:hover {
	color: #ff2e00;
	text-decoration: none;
	font-weight: bold;
}

#nav ul {
	position: absolute;	
	left: 150px;
	z-index: 0;
}

#nav li li {
	width: 200px;
}

#nav li li ul {
	left: 200px;
}

/*-------------------------------------------------------------------------------- */
/* CONTENT */
 
#content_wrap {
	position: relative;
	float: left;
	width: 100%;	
}
#content_box .top {
	position: relative;
	float: left;
	width: 100%;
	height: 391px;
	background-color: #fff;
}
#content_box .bottom {
	position: relative;
	float: left;
	width: 100%;
	border-top: 1px solid #ff9b85;
}

#content_box .top .middle {
	position: relative;
	float: left;
	width: 100%;
	height: 391px;
/*	border: 1px solid #ccc; /* ************ DEBUG **************** */
}
#content_box .bottom .middle {
	position: relative;
	float: left;
	width: 100%;
}

#content_box .top .left,
#content_box .bottom .left {
	position: relative;
	float: left;
	width: 40%;
	height: 391px;
}
#content_box .top .right,
#content_box .bottom .right {
	position: relative;
	float: left;
	width: 60%;
}
#content_box .bottom .left {
	width: 49%;
	height: auto;
}
#content_box .bottom .right {
	width: 50%;
	height: auto;
}

#content_box #logo {
	position: relative;
	float: right;
	padding-top: 80px;
	padding-right: 35px;
/*	border: 1px solid #f00; /* ************ DEBUG **************** */
}

#naviq {
	position: absolute;
	left: 0;
	width: 100%;
	height: 68px;
	margin-top: 158px;
}

#navleft,
#navright {
	position: absolute;
	left: 0;
	width: 25px;
	height: 68px;
	margin-top: 158px;
}
#navright {
	left: auto;
	right: 0;
}

#top_middle {
/*	border: 1px solid #f00; /* ************ DEBUG **************** */
}



#content_left .wrap,
#content_right .wrap {
	position: relative;
	overflow: auto;
	width: 100%;
	height: 336px;
	padding-top: 55px;
}

.wrap h1,
.wrap h2,
.wrap p {
	padding-top: 4px;
	padding-left: 50px;
	padding-right: 30px;
}
.wrap h1 {
	font-size: 2.2em;
	line-height: 1em;
	padding-top: 0;
	padding-bottom: 6px;
	font-weight: normal;
	font-variant: small-caps;
}
.wrap h2 {
	font-size: 1.5em;
}
.wrap ul {
	list-style: circle;
}
.wrap ul, ol {
	font-size: 12px;
	padding-left: 70px;
	padding-right: 30px;
}

.wrap ul ul {
	padding-left: 30px;
}
.wrap li,
.wrap ul ul li {
	padding-bottom: 0.2em;
}


/*-------------------------------------------------------------------------------- */
/* MISC */

#map_canvas {
	border-left: 0px solid #ff9b85;
	height: 391px;
	width: 100%;
}

#Popup {
	position: absolute;
	display: none;
	left: 45px;
	top: 5px;
	overflow: auto;
	width: 300px;
	height: 520px;
	border: 7px solid #ddd;
	background: #fff url(img/bottom_bg.gif) repeat-x;
	background-position: 0px 200px;
	z-index: 100;
}
#Popup h1,
#Popup h2,
#Popup p {
	padding-left: 12px;
	padding-top: 4px;
}
#Popup h1 {
	font-size: 1.6em;
	padding-top: 10px;
	padding-bottom: 6px;
}

#Popup .close {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 10px;
}

#Courses {
	margin-left: 75px;
}

#Courses td {
	padding: 0px 10px 5px 0px;
	font-size: 1.3em;
}

#Courses th {
	font-size: 1.5em;
	color: #ef5522;
	/* margin: 0; */
	padding: 0px 10px 5px 0px;
	text-align: left;
}

#content_box .top .half {
	width: 50%;
}
