html, body
{
	margin: 0;
	padding: 0;
	color: #555;
	font-family: 'Open Sans', sans-serif;
	height: 100%;
}

body {
	background-image: url('../images/page-background.jpg');
}

#page
{
	background: white;
	width: 940px;
	margin: 0px auto;
	min-height: 80%;
	height: auto !important;
	height: 80%;
	border-left: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
	
	box-shadow: 5px 5px 5px #BBB;
}

#header
{
	margin: 0em auto;
	padding: 0;
	height: 100px;
	width: 940px;
}

#header h1 {
	display: inline;
	font-size: .6em;
	color: #FFF;
	margin-top: 35px;
}

#navigation {	
	width: 100%;
	padding: 0px;
	font-size: 0.7em;
	background-color: #000;
	height: 25px;
	position: fixed;
	opacity: 0.9;
	box-shadow: 1px 1px 1px #000;
}

#navigation ul {
	margin: 0em auto;
	min-width: 940px;
	max-width: 940px;
	width: 940px;
	list-style-type: none;
	text-align: center;
	height: 100%;
}

#navigation ul li {
	display: inline-block;
	height: 100%;
	padding: 2px 10px;
}

#navigation ul li.active,
#navigation ul li:hover {
	height: 21px;
	border-bottom: 3px solid #FF7400;
}

#navigation ul li a {
	font-size: 1.3em;
	color: #FFF;
	text-decoration: none;
}

#teaser
{
	margin: 0;
	padding: 0;
	height: 180px;
	width: 100%;
	background: url('../images/teaser.jpg') no-repeat center center;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/teaser.jpg', sizingMethod='scale')
	box-shadow: 1px 1px 2px #000;
}

#content
{
    /*padding: 20px;*/
	width: 100%;
	
	font-size: 0.9em;
}

#content h1 {
	color: #000;
	font-size: 1.4em;
	
	font-family: 'Droid Serif', Courier New;
	text-align: left;
	
	margin: 0px 10px;
}

#content h2 {
	font-weight: normal;
	font-size: 1.2em;
	
	padding: 0px 10px;
	margin: 0px;
}

#content p {
	text-align: left;
	padding: 0px 10px;
	line-height: 1.6em;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#page-title {
	width: 100%;
	height: 30px;
	background-color: #DEDEDE;
	border-bottom: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-radius: 0px 0px 15px 15px;
}

#page-title h1 {
	padding: 3px 0px;
	font-size: 1.8em;
	width: 100%;
	text-align: center;
}

#footer
{
	padding: 10px 0px 0px;
	margin: 10px 20px;
	font-size: 0.9em;
	text-align: center;
	height: 70px;
	position: relative;
	margin: 0 auto;
	width: 100%;
	border-top: 1px solid #C0C0C0;
	background-color: #DEDEDE;
}

#footer #inner {
	margin: 0em auto;
	min-width: 940px;
	max-width: 940px;
	width: 940px;
}

#push-footer {
	height: 10px;
}

#logo
{
	padding-top: 25px;
	font-size: 4em;
	width: 100%;
	color: #FFF;
	text-shadow: 1px 1px 2px #000;
}

#mainmenu
{
	background:white url(bg.gif) repeat-x left top;
}

#mainmenu ul
{
	padding:6px 20px 5px 20px;
	margin:0px;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #6399cd;
	background-color:#EFF4FA;
	text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div#breadcrumb {
	width: 100%;
}

div.breadcrumbs
{
	font-size: .9em;
	padding: 5px 10px;
	background-color: #DEDEDE;
	border-bottom: 1px solid #C0C0C0;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

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

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}

.wrap
{
	white-space: pre;
}

.pre-wrap {
	white-space: pre-wrap;
}

.edit-field-long {
	width: 450px;
}

.edit-field-short {
	width: 100px;
}

.form input,
.form textarea,
.form select {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
}

table.list-tbl {
	margin: 0em auto 1em;
	width: 920px;
	border: 1px solid #DEDEDE;
	border-radius: 6px;
}

table.list-tbl th {
	background-color: #DEDEDE;
}

table.list-tbl tbody tr:nth-child(even) {
	background-color: #EFEFEF;
}

table.detail-table {
	width: auto;
}

div.divided {
	border-right: 1px solid #DDD;
}