/*  
Theme Name: Skalanka
Description: Temat stworzony dla AEGEE Gliwice
Version: 2.1
Author: Kamil Musiał
Author URI: http://milek.ovh.org/
*/
body {
	margin: 0 auto;
	background: #61472b url('img/back.jpg') top center;
	font-family: Trebuchet MS, Arial, MS Sans Serif, Tahoma, Verdana;
	color: #111;
}
a {
	color: #7e6c3e;
	font-weight: bold;
}
a:hover {
	color: #b09c6a;
}
#top {
	width: 100%;
	height: 220px;
	background: url('img/back_top.jpg') top center;
	text-align: center;
	}
#menu {
	width: 1020px;
	height: 47px;
	margin: 0 auto;
	background: url('img/back_menu.jpg') top center no-repeat;
}
ul.menu {
	list-style-type: none;
	float: right;
	margin-right: 9px;
	margin-bottom: 17px;
}
.menu li {
	float: left;
	color: #00b5ff;
}
#podmenu {
	width: 980px;
	height: 95px;
	margin: 0 auto;
	padding: 10px 20px;
	background: url('img/podmenu.jpg') top center no-repeat;
}
h2.podmenu {
	font-family: Georgia, Arial;
	font-size: 42px;
	color: #7e6b22;
	filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;
}
#contents {
	width: 980px;
	margin: 0 auto;
	padding: 10px 20px;
	background: url('img/contents.jpg') top center repeat-y;
	text-align: justify;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10pt;
	overflow: hidden;
}
#left {
	float: left;
	background: #fff;
	text-align: center;
	width: 250px;
	padding-left: 5px;
	border-right: 1px solid #333;
	filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;
	padding-bottom: 5px;
}
#right {
	float:right;
	text-align: justify;
	width: 690px;
	border-left: 1px solid #aaa;
	padding: 0 10px;
	padding-bottom: 5px;
}
blockquote {
	border-left: 3px solid #574026;
	padding: 0 5px;
	background: #fbf7e5;
	filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;
}
.tytul h2,a{
	color: #4f3a23;
	font-weight: bold;
	text-decoration: none;
}
#tresc {
	border-top: 1px solid #dfcb79;
}
#stopka {
	width: 100%;
	padding: 2px 3px;
	background: #352717;
	color: #fef9e6;
	border: 1px solid #644a2e;
}
#stopka a {
  	color: #7e6c3e;
}

#stopka a:hover {
  	color: #b39957;
}
