body {
    padding: 0;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 10pt;
    line-height: 150%;
	background: #fff url(/site_media/gfx/concrete-texture.jpg);
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a {
	color: #a35585;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

h1 {
	margin-bottom: 30px;
    font-size: 22pt;
    font-family: Tahoma, sans-serif;
    font-weight: bold;
	text-transform: uppercase;
}

h2 {
	font-size: 18pt;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	line-height: 100%;
}

h3 {
	clear: both;
	font-size: 12pt;
	font-family: Tahoma, sans-serif;
}

h3.comments {
	text-transform: uppercase;
	padding-top: 20px;
}

h3.category {
	margin-bottom: 0;
}

h3 .new {
	color: #999;
	font-weight: normal;
	text-transform: uppercase;
}

label {
	clear: both;
	float: left;
	margin: 10px 0 0 0;
	font-weight: bold;
	text-transform: lowercase;
}

input {
	float: left;
	clear: both;
	padding: 5px;
}

textarea {
	float: left;
	clear: both;
	padding: 5px;
	font-family: Arial, sans-serif;
    font-size: 10pt;
}

p img {
	max-width: 620px;
}

.content ul {
	margin-left: 30px;
	list-style-type: disc;
}

.submit {
    float: right;
    clear: both;
    padding: 5px 20px;
	cursor: pointer;
}

.errorlist {
	clear: both;
	float: left;
	color: #df0023;
	font-weight: bold;
}

.hmenu {
    padding-bottom: 10px;
}


.hmenu li {
	float: left;
	padding-bottom: 10px;
}

.pagination {
	clear: both;
}

.pages {
	float: right;
	margin: 10px 0;
}

.pages li {
	float: left;
	margin-left: 5px;
}

.pages a {
	display: block;
	padding: 3px 5px;
	border: solid 1px #a35585;
	font-weight: bold;
}

.pages span {
	display: block;
	padding: 3px 5px;
}

.comment {
	float: left;
	clear: both;
}

.yes-no {
	width: 120px;
	clear: both;
	margin: auto;
	font-size: 14pt;
	text-transform: uppercase;
}

.yes-no li {
	float: left;
	margin: 0 20px 0 0;
}

.comment .content {
    clear: both;
    float: left;
    margin-top: -15px;
}

.signature {
	font-size: 9pt;
	color: #999;
}

#container {
	width: 960px;
	margin: 10px auto;
	background: #fff;
}

#header {
	width: 940px;
	float: left;
	margin: 0 10px;
}

#header .logo {
	float: left;
	margin: 10px 0 0 0;
}

#headerprofile {
	float: right;
	padding: 3px 3px 0 0;
	margin-top: 10px;
	background: #a35585;
	color: #fff;
}

#headerprofile li {
	float: left;
	margin: 0 0 0 10px;
}

#headerprofile a {
	color: #fff;
}

#mainmenu {
	width: 810px;
	float: left;
	clear: both;
	margin: -15px 10px 0 10px;
	padding: 0 0 0 130px;
	border-bottom: solid 1px #eee;
}

#mainmenu li {
	float: left;
	margin: 0 5px 0 0;
}

#mainmenu a {
	display: block;
	font-size: 10pt;
	font-weight: bold;
	background: #f7f7f7;
	padding: 1px 15px 2px 15px;
	border: solid 1px #eee;
	border-bottom: none;
}

#mainmenu .current {
	border-color: #a35585;
	background: #a35585;
	color: #fff;
}

#mainmenu form {
	float: right;
}

#content {
	clear: both;
	float: left;
}

#sidebar {
	width: 300px;
	float: right;
	margin: 25px 10px 0 10px;
}

/*
auth
*/

#loginform, #registrationform {
	width: 300px;
	margin: auto;
	background: #eee;
}

#loginform a, #registrationform a {
	display: block;
	width: 300px;
	padding: 20px 0;
	background: #fff;
}

#loginform img, #registrationform img {
	display: block;
	margin: auto;
}

#loginform h2, #registrationform h2 {
	margin: 0;
	padding: 20px 10px;
}

#loginform .submit, #registrationform .submit {
	clear: both;
	margin-top: 15px;
}

#registrationform p {
	margin: 0 10px;
}

#loginform form, #registrationform form {
	float: left;
	padding: 10px;
	background: #eee;
}

#id_username, #id_password, #desirable_username,
#id_password1, #id_password2 {
	width: 267px;
}

#profile h4 {
	margin-bottom: 0;
}

#profile form {
	width: 600px;
	float: left;
	padding: 10px;
	background: #eee;
}

#profile h2 img {
	vertical-align: middle;
}

#profile #id_signature {
	width: 587px;
	height: 75px;
}

#id_email, #id_city {
	width: 230px;
}

/*
slider
*/
#event-section {
	width: 940px;
	margin: 0 10px;
	float: left;
}

#event-section .posters {
	width: 300px;
	float: left;
	overflow: hidden;
}

#event-section .posters ul {
	width: 300px;
	position: relative;
	left: 0;
}

#event-section .poster {
	float: left;
	display: block;
}

#event-section .events {
	width: 620px;
	float: right;
	margin-left: 20px;
}

#event-section .event {
	margin-bottom: 5px;
}

#event-section .current {
	color: #a35585;
}

#event-section h2, #event-section h3 {
	clear: none;
	margin: 0;
}

#event-section h2 a {
	color: #000;
}

#event-section h3 a {
	color: #999;
}

#event-section h2 a:hover, #event-section h3 a:hover {
	color: #a35585;
	text-decoration: none;
}

#event-section .info {
	float: left;
	margin-top: 5px;
}

#event-section .date {
	font-weight: bold;
}

#event-section ul.past li {
	margin-bottom: 0;
}

#event-section .past .date {
	margin-top: 1px;
	color: #aaa;
	font-weight: normal;
}

#event-section h3.past {
	width: 620px;
	float: right;
	margin: 10px 0 10px 0;
	color: #aaa;
	font-weight: normal;
}

/*
event-section
*/

#multimedia-section {
	width: 960px;
	clear: both;
	float: left;
	margin: 20px 0 0 0;
}

#multimedia-section h2 {
	margin: 0 0 20px 10px;
}

#multimedia-section h2 a {
    color: #000;
}

#multimedia-section h2 a:hover {
    color: #a35585;
    text-decoration: none;
}

#multimedia-section .video {
	width: 300px;
	float: left;
	margin: 0 10px;
}

#multimedia-section .images {
	width: 300px;
	float: left;
	margin: 0 10px;
}

#multimedia-section .folders {
	width: 280px;
	float: left;
	margin: 0 10px;
	padding: 10px;
	background: #f7f7f7;
	border-top: solid 3px #eee;
	border-bottom: solid 1px #eee;
	font-weight: bold;
}

#multimedia-section .folders li {
	padding: 5px;
	border-top: solid 1px #eee;
	background: #fff;
}

#multimedia-section .folders .last {
	border-bottom: solid 1px #eee;
}

#multimedia-section .folders h3 {
	margin-top: 0;
	text-transform: uppercase;
}

/*
news-section
*/

#news-section {
	width: 940px;
	clear: both;
	float: left;
	margin: 20px 10px 0 10px;
}

#news-section li.news {
    width: 280px;
    float: left;
    margin: 0 0 20px 20px;
	padding: 10px;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
	background: #f7f7f7;
}

#news-section h3 {
	font-size: 10pt;
}

#news-section p {
	clear: both;
	margin: 0;
}

#news-section .date {
	clear: both;
	float: left;
	margin-bottom: 10px;
    color: #999;
}

/*
forum
*/

#forum {
	width: 620px;
	margin: 0 10px;
}

.discussion {
	width: 620px;
	clear: both;
	float: left;
}

#forum h3.category {
	padding-left: 5px;
	border-left: solid 20px #eee;
}

.new h3.category {
	border-left: solid 20px #a35585 !important;
}

h3.discussion {
	margin-bottom: 0;
}

.discussion .info li, .comment .info li {
	float: left;
	margin: 0 10px 0 0;
	color: #999;
}

.comment {
	width: 620px;
	margin-bottom: 20px;
}

.comment .info {
	clear: both;
	float: left;
	margin: 0 0 10px 0;
	line-height: 50px;
	vertical-align: middle;
}

.comment .options {
	display: none;
	float: right;
	line-height: 50px;
}

.comment:hover .options {
	display: block;
}

.comment .options li {
	float: right;
	margin-left: 10px;
}

.comment .avatar {
	height: 50px;
}

form.comment, form.discussion {
	width: 600px;
	float: left;
	margin-top: 10px;
	padding: 0 10px 10px 10px;
	background: #eee;
}

form.comment textarea, form.discussion textarea {
	width: 587px;
}

#id_subject {
	width: 587px;
}

#forum .no {
	font-weight: bold;
}

/*
multimedia
*/

#multimedia {
	width: 620px;
	margin: 0 10px;
}

h3.folder {
	width: 620px;
	clear: both;
	float: left;
}

#multimedia .avatar, #multimedia .user {
	float: left;
	line-height: 50px;
}

#multimedia textarea {
	width: 587px;
}

.images li {
	height: 90px;
	float: left;
	margin: 0 5px 5px 0;
}

#multimedia .videos {
	clear: both;
}

#multimedia .videos li {
	float: left;
}

h3.videos, h3.images {
	width: 100%;
	float: left;
	color: #999;
}

/*
events
*/

#events {
	width: 620px;
	margin: 25px 10px 0 10px;
}

li.event {
	width: 620px;
	clear: both;
	float: left;
	margin-bottom: 20px;
}

#events li.event p {
	width: 460px;
	padding-left: 160px;
}

.event .poster {
	width: 160px;
    float: left;
}

.event h2 {
	margin: 0 0 5px 0;
}

#events .event .date {
	margin: 20px 0 0 0;
	font-family: Tahoma, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

#events .past .date {
	color: #ccc;
}

.event p.where {
	margin: 0 0 10px 0;
}

#events .event .description {
	width: 460px;
	float: right;
}

h3.past {
	text-transform: uppercase;
}

/*
news
*/

#news {
	width: 620px;
	float: left;
	margin: 20px 10px 0 10px;
}

#news li.news {
	width: 300px;
	float: left;
	margin: 0 0 20px 20px;
}

#news li.odd, #news-section li.third {
	clear: left;
	margin-left: 0;
}

#news li h3, #news-section h3 {
	margin: 0;
}

#news li .date {
	margin: 0 0 10px 0;
	color: #999;
}

#news div.info {
	margin-bottom: 20px;
}

#news .date {
	color: #999;
}

#news .avatar img {
	vertical-align: middle;
}

/*
profil
*/

#profile {
	float: left;
	margin: 0 10px;
}

#footer {
	width: 940px;
	clear: both;
	margin: 20px 10px;
	padding-top: 20px;
	border-top: solid 1px #eee;
}

#contact {
	width: 300px;
	float: left;
	margin-right: 20px;
}

#cooperation {
	width: 620px;
	float: right;
}

#fanbox {
	float: left;
	margin: 20px 10px;
	border-bottom: solid 1px #94a3c4;
	background: url(/site_media/gfx/fanbox_border.gif) repeat-y;
}

#copyright {
	clear: both;
	font-size: 8pt;
	color: #999;
	text-align: center;
}
