* {
	margin: 0;
	padding: 0;
}

body {
	background: #E3E3E6 url(images/img01.gif) repeat-x;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #88888A;
}

h1, h2, h3 {
	color: #313131;
    clear: both;
}

h1 {
	margin-bottom: .5em;
	font-size: 182%;
	font-weight: normal;
	letter-spacing: -2px;
}

h2 {
	margin-bottom: .5em;
	font-size: 136%;
	font-weight: normal;
	letter-spacing: -1px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, blockquote, ol, ul {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 167%;
	font-size: 107%;
}

blockquote {
	margin-left: 2em;
}

ol {
	margin-left: 2em;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 2em;
	background: url(images/bullet_black.png) no-repeat left center;
}

a {
	text-decoration: none;
	color: #313131;
}

a:hover {
	text-decoration: underline;
	color: #660000;
}

/* Menu */

#menu {
	width: 740px;
	height: 60px;
	margin: 0 auto;
	border-left: 20px solid #660000;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 0;
	display: inline;
	background: none;
}

#menu a {
	display: block;
	float: left;
	height: 40px;
	padding: 20px 20px 0 20px;
	font-size: 98%;
	font-weight: bold;
}

#menu a:hover {
	background: #660000;
	text-decoration: none;
	color: #FFFFFF;
}

#menu b {
	text-decoration: underline;
}

/* Logo */

#logo {
	width: 760px;
	height: 180px;
	margin: 0 auto;
	background: #010100 url(images/img02.jpg);
}

#logo h1 {
	margin: 0;
	padding: 80px 0 0 40px;
	text-align: left;
	letter-spacing: -1px;
	font-size: 220%;
	font-weight: bold;
}

#logo h2 {
	margin: 0;
	padding: 0 0 0 45px;
	text-align: left;
	letter-spacing: -1px;
	font-size: 150%;
	font-weight: bold;
	font-style: italic;
}

#logo h3 {
	margin: 0;
	padding: 0 0 0 45px;
	text-align: left;
	letter-spacing: -1px;
	font-size: 110%;
	font-style: italic;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: url(images/img03.gif) repeat-y;
}

/* Content */

#content {
	float: left;
	width: 440px;
	padding: 20px 30px 20px 50px;
}

#welcome {
	margin-bottom: 20px;
	padding-bottom: 1px;
	background: url(images/img04.gif) repeat-x left bottom;
}

.floating-box {
	float: left;
	width: 210px;
}

.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	line-height: 144%;
	font-size: 92%;
}

.floating-box img {
	border: 4px solid #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	padding: 20px;
}

#sidebar blockquote {
	margin-left: 0;
	padding-left: 1em;
	background: url(images/bell.png) no-repeat right bottom;
	border-left: 5px solid #660000;
}

#sidebar blockquote p {
	text-align: left;
	line-height: normal;
	font-style: italic;
}

#links {
}

#links ul {
	background: url(images/img04.gif) repeat-x left bottom;
}

#links li {
	padding: 5px 0;
	background: url(images/img04.gif) repeat-x left top;
}

#links a {
	padding-left: 2em;
	background: url(images/user_suit.png) no-repeat left center;
	color: #660000;
}

#students {
}

#students ul {
	background: url(images/img04.gif) repeat-x left bottom;
}

#students li {
	padding-left: 2em;
	background: url(images/user_female.png) no-repeat left center;
}

#students a {
	padding-left: 2em;
	background: url(images/user_female.png) no-repeat left center;
	color: #800517;
}


#mail_links {
}

#mail_links ul {
	background: url(images/img04.gif) repeat-x left bottom;
}

#mail_links li {
	padding: 5px 0;
	background: url(images/img04.gif) repeat-x left top;
}

#mail_links a {
	padding-left: 2em;
    background: url(images/email.png) no-repeat left center;
    font-size: 12px;
	color: #660000;
}

#bok_menu {
}

#bok_menu ul {
	background: url(images/img04.gif) repeat-x left bottom;
}

#bok_menu li {
	padding: 5px 0;
	background: url(images/img04.gif) repeat-x left top;
}

#bok_menu a {
	padding-left: 2em;
	background: url(images/information.png) no-repeat left center;
	color: #330000;
}

/* Footer */

#footer {
	height: 50px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#footer .wrapper {
	width: 760px;
	margin: 0 auto;
}

#footer .links {
	float: left;
	width: 440px;
	height: 34px;
	padding: 16px 30px 0 30px;
	background: #FFFFFF;
	border-left: 20px solid #010100;
	font-size: 85%;
}

#footer .legal {
	float: right;
	width: 220px;
	height: 34px;
	margin: 0 auto;
	padding: 16px 20px 0 0;
	background: #660000;
	text-align: right;
	font-size: 85%;
	color: #FFFFFF;
}

/**
 * ported to WordPress by
 * Marcin Wawrzyniak
 * xavier[dot]pl[at]gmail[dot]com
 */

.post {
    border-bottom: 1px solid #000;
    margin-bottom: 1em;
    display: block;
    overflow: auto;
}

.post img {
    max-width: 434px;
    border: 3px double #ccd;
}
.post img.left {
    margin: 0.5em 15px 0.5em 0;
    float: left;
}
.post img.right {
    margin: 0.5em 0 0.5em 15px;
    float: right;
}
.post img.center {
    display: block;
    margin: 0 auto 1.5em auto;
    float: none;
    clear: both;
}
.post img.off {
    border: 0 !important;
}
.post img.stack {
    clear: none !important;
}

.post p {
    clear: both;
}

.post img.alignright {float:right; margin:0.5em 0 0.5em 15px}
.post img.alignleft {float:left; margin:0.5em 15px 0.5em 0}
.post img.aligncenter {display: block; margin: 0 auto 1.5em auto}
.post a img.alignright {float:right; margin:0.5em 0 0.5em 15px}
.post a img.alignleft {float:left; margin:0.5em 15px 0.5em 0}
.post a img.aligncenter {display: block; margin: 0 auto 1.5em auto}

br {
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
}
