/**********************************************************************************
* phpComasy Web Content Management System                                         *
* http://www.phpcomasy.com                                                        *
*                                                                                 *
* Copyright (c) 2005 - 2013 indual GmbH (http://www.indual.ch)                    *
*                                                                                 *
* phpComasy is released under his own licence (http://www.phpcomasy.com/licence)  *
**********************************************************************************/

/* CONTENT --------------------------------------------------------------------- */
/* Headings -------------------------------------------------------------------- */
h1,
div#content div.mod_title h1 {
	color: #58585a;
	font-size: 36px;
	line-height: 38px;
	font-weight: normal;
	margin: 0 0 20px 0;
	padding: 0;
}
h2, h2 a,
div#content div.documents h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	color: #58585a;
	margin: 10px 0 7px 0;
	padding: 0;
	text-decoration: none;
}
h3, h3 a {
	font-size: 16px;
	font-weight: bold;
	color: #58585a;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}
h4, h4 a,
h5, h5 a {
	font-size: 11px;
	font-weight: bold;
	color: #58585a;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	padding: 0;
	border: none;
}
div.introduction {
	font-size: 36px;
	line-height: 36px;
	margin: -15px 0 35px 0;
	padding: 0;
	font-weight: 300;
}
p {
	margin: 0 0 10px 0;
	padding: 0;
}


/* Links ----------------------------------------------------------------------- */
a {
	color:	#A3860E;
	outline: none;
}
a img {
	border: none;
}
div#contentframe a {
	text-decoration: underline;
}
div#contentframe a:hover {
	text-decoration: none;
}


/* Lists ----------------------------------------------------------------------- */
div#content ul,
div#content ol {
	margin-top: 0;	
	margin-left: 19px;
	margin-bottom: 10px;	
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;	
	width: auto;
}
div#content ul li { 
	list-style-image: url(../img/bullet.gif);
	line-height: 22px;
}


/* Resources ------------------------------------------------------------------- */
div#contentframe a.resource_link {
	border: none;
}
div#contentframe div.resource_container.gallery {
	margin: 20px 5px 5px 0;
}
div.gallery div.resource {
	height: 175px;
}
div.gallery div.resource a.resource_link {
	border: none;
	padding: 0;
	margin: 0 0 5px 0;
}
div.gallery div.resource a.resource_link:hover span {
	background: url(../img/slider_hover_small.png) left 14px no-repeat;
	opacity: 1;
	display: inline;
	color: transparent;
	top: 0;
	height: 100%;
	-webkit-transition: all 1s ease-out;
   -moz-transition: all 1s ease-out;
     -o-transition: all 1s ease-out;
        transition: all 1s ease-out;
}
div.gallery .resource.picture {
	float: left;
	margin: 0 24px 30px 0;
}
div.gallery div.resource.picture_3,
div.gallery div.resource.picture_7,
div.gallery div.resource.picture_11,
div.gallery div.resource.picture_15,
div.gallery div.resource.picture_19,
div.gallery div.resource.picture_23 {
	margin: 0 0 30px 0 !important;
	width: 186px;
}
div.gallery .resource.picture:nth-child(4n) {	/* not comp. > IE9 */
	margin: 0 0 30px 0 !important;
}
div.gallery div.resource_description,
div.resource_container.pictures h2
 {
 	font-size: 14px;
	display: inline;
	background: none;
	line-height: 15px;	
}
div.resource_container.pictures h,
div.resource_container.pictures p {
	width: 190px;
	height: 30px;
	overflow: hidden;
}
div.gallery div.resource_container.pictures h2 {
	color: #58585a;
	opacity: inherit;
	bottom: inherit;
	font-size: 14px;
	font-weight: bold;
}
div.resource_container.pictures p  {
	font-size: 12px;
}


/* Table styles ---------------------------------------------------------------- */
div#content table {
	border-spacing: 0;
	border-collapse: separate;
	margin: 10px 0 15px 0;
	border: 1px solid #c0c0c0;
}
div#content table td {
	border: 1px solid #f0f0f0;
	border-bottom: 1px solid #c0c0c0;
}
div#content:not(.system) table td {
	padding: 5px 3px;
}
div#content:not(.system) table tr:nth-child(odd) td {
	background: #fff;
	border-top: 1px solid #f0f0f0;
}


/* Messages--------------------------------------------------------------------- */
div.message {
	margin: 9px 0 20px 0;
	border: 1px solid #D1BC64;
	background: #a38509;
	color: #fff;
}


/* Overview Module-------------------------------------------------------------- */
div#maincontent div#mod_overview div.content h2 a {
	text-decoration: none;
}
div#maincontent div#mod_overview div.content h2 {
	margin-top: 1px;
}
div#maincontent div#mod_overview div.overview_item {
	border: none;
	padding-left: 0;
}
div#contentframe div.overview_item div.resource_container {
	margin: 0 10px 0 -1px;
}
div#maincontent div#mod_overview div.overview_item div.content {
	float: none;
	overflow: hidden;
	display: block;
}
div.overview_item div.introduction {
	font-size: 16px;
	margin: 5px 0 5px 1px;
}
div.overview_item div.text {
	margin: 5px 0 5px 1px;
}