/*
Theme Name: SKY
Theme URI: http://snellman-korkeakoulunylioppilaskunta.net/
Description: Proprietary theme for the snellman-korkeakoulunylioppilaskunta.net/-site.
Version: 1.6
Author: Daniel Dunderfelt
*/


body {
	margin: 0px;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.logo {
	height: 250px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: -5px;
        z-index: 5;
        background-image: url(images/logo.png);}

.logolink img {	
border: none;
}
.logolink {
	position: relative;
        z-index: 6;
}

#sidebar {
	float: left;
	width: 200px;
	margin-left: 10px;
	color: #FFF;
	margin-top: 40px;
}

.searchform {
	margin-bottom: 20px;
}

li.pagenav {
        list-style-type: none;
}

#sidebar ul {
padding-left: 15px;
        margin-top: 0px;
        list-style-type: square;
}

#sidebar li {
	margin-top: 0px;
margin-left: 0px;

}

#sidebar input {
	border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
}

.sb-content li a {
	color: #FFF;
}

.sb_bottom {
	background-image: url(images/sidebar_bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 20px;
	width: 200px;
	margin-bottom: 50px;
}
.sb-content h3 {
	margin-top: 0px;
	margin-bottom: 5px;
	color: #FFF;

}

.sb-content p {
	margin-top: 5px;
	margin-bottom: 10px;

}


.sidebar_top {
	background-image: url(images/sidebar_top.png);
	background-repeat: no-repeat;
	height: 8px;
	width: 200px;
}

.sb-content {
	background-image: url(images/sidebar_middle.png);
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;

}

h3 a {
	color: black;
}

.contentwrapper {
	position: relative;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 1024px;
}


.header_content {
	height: 246px;
	position: relative;
	z-index: 10;
	background-position: center 140px;
	background-repeat: no-repeat;
	background-image: url(images/headercurve.png);

}
.content {
	width: 770px;
	margin-left: 17px;
	float: left;
        margin-bottom: 50px;
		
}
.header_bg {
	height: 200px;
	background-color: #FE7A2B;
}


.contenttop {
	background-image: url(images/contenttop.png);
	width: 750px;
	height: 111px;
}

.text1 {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
        margin-bottom: 50px;

}
h1 a {
	color: #000;
	text-decoration: none;
}
h2 {
	font-size: 12px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: right;
}
.text1 p a,h2 a{
	color: #FE7A2B;
	text-decoration: none;
}




.text1 p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 20px;
}
.menu {
	height: 31px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: 960px;
	top: -10px;
}
.menu ul {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	display: block;

}
.menu li a{
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}

.text1 h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #900;
font-size: 24px;
}
.menu li a:hover {
	color: #FE7A2B;
}
#footer {
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #900;
	margin-top: 50px;
	margin-bottom: 50px;
}


.menu .page_item {
	list-style-position: outside;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none;
	text-align: center;
	background-image: url(images/tab.png);
	background-repeat: no-repeat;
	height: 41px;
	width: 160px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	float: left;
	padding-top: 40px;
        position: relative;
   
}

.menu .page_item span.smaller_menu {
position: relative;

top: -15px;
} 

.menu .current_page_item span.smaller_menu  {

position: relative;

top: -15px;

}

.menu .current_page_item  {
	background-image: url(images/tab_current.png);
	position: relative;
	top: 4px;
	background-repeat: no-repeat;
	height: 41px;
	width: 160px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	float: left;
	padding-top: 40px;
	list-style-position: outside;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none;
	text-align: center;
}



