body
{
	background: #eee;
	color: #555;
}

#logo
{
	font: 10px Tahoma, Arial, sans-serif;
}

#logo h1
{
	margin: 10px 0 0 15px;
}

#logo ul
{
	margin: 0 0 0 10px;
	padding: 0;
}

#logo ul li
{
	margin: 0 10px 0 0;
	padding: 0;
	list-style: none;
	width: 65px;
	float: left;
}

#main
{
	background: #fff;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	padding: 10px 0;
}

#menu
{
	background: url(../images/menu-bg.gif) repeat-x 0 8px;
	margin-bottom: 10px;
}

#menu ul
{
	margin: 0;
	padding: 0 5px;
}

#menu li
{
	position: relative;
	overflow: visible;
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}

#menu li span
{
	display: block;
	height: 28px;
	padding: 14px 12px 0 12px;
}

#menu li a
{
	display: block;
	text-decoration: none;
	color: #fff;
}

#menu li a:hover
{
	color: #fce49a;
}

#menu li.active
{
	/*background: url(../images/menu-active-bg.gif) no-repeat center bottom;*/
}

#menu li.active span
{
	background: url(../images/menu-active-right-bg.gif) no-repeat top right;
}

#menu li.active a
{
	background: url(../images/menu-active-left-bg.gif) no-repeat;
	color: #333;
}

#menu li.active li a:hover
{
	color: #fce49a;
}

#menu li ul
{
	display: none;
	background: #67a8c3;
	border-left: solid 1px #286893;
	border-right: solid 1px #286893;
	position: absolute;
	top: 41px;
	left: 0;
	width: 150px;
	padding: 0;
}

#menu li:hover ul
{
	display: block;
}

#menu li li
{
	border-bottom: solid 1px #286893;
	height: auto;
	width: 150px;
}

#menu li li a
{
	padding: 4px 11px;
}

#menu li.active li a
{
	color: #fff;
	background: none;
}

#menu li.active li.active
{
	background: none;
}

#menu li.active li.active a
{
	color: #333;
}

#footer
{
	margin-top: 10px;
	background: #f9f9f9;
	border-top: 5px #efefef solid;
}

#footer p
{
	margin: 10px;
}

.note
{
	background: #efe;
	color: #040;
	border-top: 1px #484 solid;
	border-bottom: 1px #484 solid;
	padding: 10px;
	margin-bottom: 10px;
}

.important
{
	background: #ffe;
	color: #440;
	border-top: 1px #884 solid;
	border-bottom: 1px #884 solid;
	padding: 10px;
	margin-bottom: 10px;
}

.warning
{
	background: #fee;
	color: #400;
	border-top: 1px #844 solid;
	border-bottom: 1px #844 solid;
	padding: 10px;
	margin-bottom: 10px;
}

.block { background: #f0f0f0; padding: 10px 5px; margin-bottom: 10px; }
.block h6 { font: bold 14px Arial, Helvetica, sans-serif; border-bottom: solid 2px #666; margin-bottom: 10px; }
.block p { font-size: 11px; margin: 10px 0; }
.consultation { background: #ffd; padding: 5px 10px; overflow: hidden; margin-bottom: 10px; }
.consultation h3, .consultation p, .comment-question p, .comment-answer p { margin: 5px; }
.comment-question { background: #eef; padding: 5px 10px; overflow: hidden; margin-bottom: 10px; }
.comment-answer { background: #eee; padding: 5px 10px; overflow: hidden; margin-bottom: 10px; }
.comment-question h6, .comment-answer h6 { color: #333; margin-bottom: 5px; }
ul.actionBar
{
	font-size: 11px;
	border: 0;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 100%;
}

ul.actionBar li
{
	margin: 0;
	display: inline;
}

ul.actionBar a
{
	border: solid 1px #9aafe5;
	font-weight: bold;
	color: #0e509e;
	padding: 1px 6px;
	text-decoration: none;
}

ul.actionBar a:hover
{
	border: solid 1px #0e509e;
}

ul.actions
{
	background: #ffc;
	font-size: 8pt;
	overflow: hidden;
	margin: 0;
	padding: 2px 0;
	margin-left: -4px;
}

ul.actions li
{
	float: left;
	border-left: 1px solid #9aafe5;
	list-style: none;
	margin-left: -1px;
	padding: 0 6px 0 5px;
}

#carousel li a
{
	background: #ccc;
	border: solid 1px #f0f0f0;
	display: block;
	text-align: center;
	height: 74px;
}

#carousel li a:hover
{
	border: solid 1px #999;
}

.gallery ul
{
	margin: 0;
	padding: 0;
}

.gallery ul li
{
	margin: 4px;
	padding: 0;
	float: left;
	list-style: none;
}

.gallery ul li a
{
	background: #f0f0f0;
	border: solid 1px #ccc;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 125px;
	height: 125px;
}

.gallery ul li a:hover
{
	background: #eee;
	border: solid 1px #999;
}

.gallery ul li img
{
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}

.slide
{
	width:250px;
	height:280px;
	border:dashed 1px #ccc;
	padding:10px;
	margin-bottom:10px;
}

.slide a.image
{
	background: #f7f7f7;
	border: solid 1px #ccc;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 248px;
	height: 159px;
}

.slide a.image:hover
{
	background: #eee;
	border: solid 1px #999;
}

.slide a.image img
{
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}

.postCard
{
	width:250px;
	height:325px;
	border:dashed 1px #ccc;
	padding:10px;
	margin-bottom:10px;
}

.postCard a.image
{
	background: #f9f9f9;
	border: solid 1px #ccc;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 250px;
	height: 310px;
}

.postCard a.image:hover
{
	background: #eee;
	border: solid 1px #999;
}

.postCard a.image img
{
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}

.competition
{
	font-size: 12px;
}

.competition .wrapper
{
	position: relative;
	margin: 10px 5px;
	float: left;
	text-align: center;
}

.competition a
{
	text-decoration: none;
}

.competition .picture
{
	background: #f0f0f0;
	border: solid 1px #ccc;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 170px;
	height: 170px;
}

.competition .picture:hover
{
	background: #eee;
	border: solid 1px #999;
}

.competition .picture img
{
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}

.competition .picture img.fotoban
{
	position: absolute;
	border: none;
	left: 3px;
	bottom: 57px;
	padding: 0;
	background: none;
}

.competition .controls
{
	color: #fff;
	background: #666;
	padding: 4px 0;
	margin-bottom: 2px;
}

.competition .controls a
{
	color: #fff;
}

table td, table th
{
	vertical-align: top;
}

#content
{
	overflow: hidden;
	padding: 10px;
}

#sidebar
{
	padding: 10px;
	width: 240px;
	float: right;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

