/* - - - - - - - - - - - - - - - - - - - - -

Title : CMMF

- - - - - - - - - - - - - - - - - - - - - */

/* ------------------------------------------------------------

	css

------------------------------------------------------------ */

*{
	margin: 0;
	padding: 0;
}
body{
	background: #eee url("images/bg.gif") repeat-x;
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	font-size: 62.5%; /* http://www.clagnut.com/blog/348/ */
	line-height: 18px;
	text-align: center;
	color: #34424F;
	padding-bottom: 20px;
}

#flags a {
	border: 0;
}

/* links  */

a{
	color: #86972E;
}
a:hover{
	text-decoration: none;
}

/* headings */

h1 {font-size:2em}  /* displayed at 24px */
h2 {font-size:1.5em}  /* displayed at 18px */
h3 {font-size:1.25em}  /* displayed at 15px */
h4 {font-size:1em}  /* displayed at 12px */

/* tables & forms */

input, select, th, td {font-size:1em}

/* ------------------------------------------------------------

	page structure

------------------------------------------------------------ */

#wrap{
	background: #fff;
	border: 2px solid #ddd;
	margin: 20px auto 0 auto;
	text-align: left;
	width: 780px;
	padding: 20px;
	overflow: hidden;
}
#header{
	background: #000 url("images/banner.jpg") no-repeat center center;
	border-bottom: 1px solid #34424F;
	position: relative;
	font-size: 1.1em;
	height: 265px;
	margin: 0 auto 0 auto;
}

#slideshow {
	position: absolute;
	top: 0;
	left: 0;
	width: 780px;
	height: 265px;
}

#content{
	background: url("images/content_bg.jpg") repeat-x;
	height: 1%;
	position: relative;	
	margin: 0 0 30px 0;
	padding-top: 20px;
}
#primary-content{
	background: url("images/p-cnt.png") no-repeat top left;
	font-size: 1.3em;
	float: left;
	width: 460px;
	padding: 25px 0 0 20px;
}
#secondary-content{
	border: 1px solid #ddd;
	background: #eee;
	font-size: 1.3em;	
	float: right;
	width: 220px;
	padding: 15px;	
	margin-top: 20px;
	overflow: hidden;
}
#thirtiary-content{
	font-size: 1.2em;
	background: #ECEDDE;
	border-top: 1px dashed #C5CA9D;
	margin: 20px auto 0 auto;
	padding: 10px;
	height: 1%;
}
* html #thirtiary-content{
	padding: 10px 0;
}
#footer{
	font-size: 1.1em;
	color: #333;
	overflow: hidden;
	padding: 20px 10px 0 10px;
	border-top: 1px dashed #CCC;
	margin: 0 auto;
	position: relative;
	clear: both;
}

/* ------------------------------------------------------------

	header

------------------------------------------------------------ */

#header h1{
	margin: 0;
	position: absolute;
	top: 120px;
	text-indent: -10000px;
	background: url("images/logo.png") no-repeat;
	height: 55px;
	width: 607px;
	z-index: 99;
}

/* search */

#search-global{	
	padding: 15px 10px 0 25px;
	margin: 0;
	height: 1%;
	position: relative;
	color: #FFF;
	text-align: right;
	width: 740px;
}
#search-global .text{
	margin: 0;
	margin-left: 3px;
	width: 200px;
	border: 1px solid #FFF;
	border-top: 1px solid #BBC0C4;
	border-left: 1px solid #BBC0C4;	
	background: #EBEEDC;
}

/* secondary navigation */

#secondary-nav{
	position: absolute;
	top: 0;
	width: 750px;
	background: #34424f;
	color: #FFF;
	margin: 0 auto;
	padding: 15px 15px 2px 15px;
	border-top: 1px solid #232C35;
	border-bottom: 2px solid #232C35;
	font-size: 10px;
}
#secondary-nav li{
	display: inline;
	margin: 0;
}
#secondary-nav li a{
	font-size: 1.2em;
	color: #FFF;
}
#secondary-nav li a:hover{
	text-decoration: none;
}

/* ------------------------------------------------------------

	primary content

------------------------------------------------------------ */

#primary-content h2{
	font-size: 1.6em;
	letter-spacing: -1px;
	margin-bottom: 25px;
	line-height: 28px;
	text-transform: uppercase;
}
#primary-content h3{
	border-bottom: 1px solid #7B879D;
	padding-bottom: 15px;
	margin-bottom: 15px;
	margin-top: 45px;
	font-size: 1.8em;
	line-height: 22px !important;
}
#primary-content h4{
	border-bottom: 1px dashed #ccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
	padding-left: 25px;
	background: url("images/document__arrow.png") no-repeat left 0;
}
#primary-content img{
	padding: 3px;
	background: #ECEDDE;
	border: 1px dashed #C5CA9D;
}

/* news */

.news{
	margin: 0 10px 20px 0;
	font-size: 12px;
	height: 1%;
}
.news h4{
	font-size: 1.2em;
}

/* news-list */

.news-entry{
	margin-bottom: 40px;
	height: 1%;
}
.news-entry h3{
	margin-top: 0 !important;
	padding-bottom: 10px !important;
}
.news-entry .date{
	margin-bottom: 5px !important;
}

/* events-list */

.event h4{
	clear: both;
}
.event .event-item{
	float: right;
	width: 300px;
	border-left: 1px dashed #ccc;
	padding: 15px;
}
.event ul{
	margin-left: 25px;
}

/* ------------------------------------------------------------

	secondary content

------------------------------------------------------------ */

#secondary-content h3{
	margin-bottom: 10px;
	border-bottom: 1px solid #7B879D;
	color: #0F193C;
	font-size: 1.0em;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-weight: bold;
}
#secondary-content ul li{
	line-height: 20px;
}
#secondary-content a{
	color: #1D2A4A;
}

/* links */

.links{
	background: #d4e0e4;
	padding: 20px;
}
.links h3{
	margin-bottom: 0 !important;
}
#links{
	margin:0;
	padding:0;
	list-style:none;
	font-size: 12px;
}
#links li {
	list-style: none;
	margin: 0px;
	clear: both;
	overflow: hidden;
	display: inline;
}
#links li a {
	padding: 5px 0 5px 0;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #A2ABBA;
}
#links li a:hover{text-decoration: underline;}

/* newsletter & search modules */

.side-mod{
	font-size: 12px;
	margin-bottom: 30px;
}
.side-mod h3{
	margin-bottom: 10px;
	font-size: 1.2em;
	padding-bottom: 0 !important;
	margin-bottom: 3px !important;
	text-transform: uppercase;
}
.side-mod .text{
	margin: 0 3px 20px 0;
	padding: 3px;
	font-size: 12px;
}

/* ------------------------------------------------------------

	thirtiary content

------------------------------------------------------------ */

#thirtiary-content div.copy{
	float: left;
	width: 220px;
	margin: 15px;
}
#thirtiary-content h3{
	margin-bottom: 10px;
	border-bottom: 1px solid #7B879D;
	color: #0F193C;
	font-size: 14px;
	padding-bottom: 5px;
	font-weight: bold;
	text-transform: uppercase;
}
#thirtiary-content a{
	color: #34424F;
}
/* ------------------------------------------------------------

	footer

------------------------------------------------------------ */

#footer ul, #footer p{margin: 0;}
#footer li{
	display: inline;
	margin: 0;
}
#footer li a:hover{
	text-decoration: none;
}
#footer .address{
	margin-top: 10px;
}

/* ------------------------------------------------------------

	global

------------------------------------------------------------ */

h1, h2, h3{font-weight: normal;}
p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin-bottom: 1em; }
li, dd { margin-left:5%; }
fieldset { padding: 10px 10px 0 10px; border: 1px dashed #7B879D;}
select option{ padding:0 5px; }
a img{ border:none; }
hr, .hide {display: none;}
.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
.left{ float:left; }
.last{margin: 0 !important;}
.date{
	margin: 0;
	color: #999;
	font-size: 1.0em;
}
.alert{background: #ffc;padding: 5px;}
.right{ float:right; }
.floater{
	margin:0;
	float:right;
	margin-top:-28px;
	line-height:28px;
}

/* forms */

.text{
	margin-bottom: 10px;
	font-size: 1.2em;
	border: 1px solid #C4CBA2;	
	width: 90%;
}
.button{cursor: pointer;}

/* forms */

div.form-container{
	margin-top: 20px;
}
div.form-container fieldset {
	margin: 0; 
	padding: 20px 10px 10px 10px; 
	border: none;
}
div.form-container legend {font-weight: bold;}
.form-container label{
	float: left;
	width: 80px;
	margin-right: 10px;
	padding: 5px 5px 0 0;
	border-bottom: 1px dotted #CCC;
}
.form-container .text{
	padding: 1px; 
	font-size: 1.1em;
	width: 60%;	
	border: 1px solid #CCC;
}
.form-container textarea{
	border: 1px solid #CCC;
	padding: 2px; 
	font-size: 1.2em;
	width: 60%;	
	height: 100px;
	overflow: auto;
}
.form-container .wrap-bt{
	text-align: center;
	border-top: 1px dotted #CCC;
	padding: 10px 0;
}

/* ------------------------------------------------------------

	poll-chart

------------------------------------------------------------ */

.poll-chart {
	margin: 20px 0 20px 0px;
	list-style: none;
	overflow: hidden;
}

.poll-chart li {
	padding: 0;
	margin-bottom: 10px;
	clear: both;
}

.poll-chart li span {
	height: 22px;
	padding: 0;
	display: block;
	float: left;
}

.poll-chart li span.leftbar {
	background: url(images/chart_left.png) no-repeat;
	width: 20px;
}

.poll-chart li span.rightbar {
	background: url(images/chart_right.png) right no-repeat;
}

.poll-chart li span.chartvalue {
	padding-left: 5px;
}

.poll-chart li span.chartindex {
	margin-right: 3px;
}

#global-message {
	background: #FFFF99;
	color: #000;
	border: 1px solid #EFEFEF;
	padding: 0;
	margin: 5px 0 10px 0;
}

#global-message p {
	padding: 10px 5px;
	font-size: 12px;
	margin: 0;
}

/* ------------------------------------------------------------

	nice menu

------------------------------------------------------------ */

#menu-wrap {
	width:220px;
	height: 0px;
	overflow:hidden;
	position:relative;
	padding: 0;
	margin: 0;
}
#menu-wrap div{
	width:219px;
	margin:0 0 0 1px;
	padding:0;
	overflow:hidden;
	position:absolute;
}
#menu-wrap ul{
	margin:0;
	padding:0;
	list-style:none;
}
#menu-wrap li {
	list-style: none;
	margin: 0px;
	clear: both;
	overflow: hidden;
	display: inline;	
}
#menu-wrap li a.nicemenu-parent {
	padding-left: 10px;
	width: 205px;
}
#menu-wrap li a.nicemenu-parent.not-url {
	text-decoration: none !important;
	cursor: default;
	color: #666;
}

#menu-wrap li a.nicemenu-parent2, #menu-wrap li span {
	background: #D4E0E4;
	right: 0;
	width: 30px;
	text-align: center;
}
#menu-wrap li span {
	top: 0;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	color: #000;
}
#menu-wrap li span:hover {
	text-decoration: underline;
}
#menu-wrap li a.nicemenu-parent3 {
	padding-left: 10px;
	width: 175px;
	display: block;
}
#menu-wrap li a {
	padding: 5px 0;
	display: block;
	text-decoration: none;
	float: left;
	border-bottom: 1px solid #A2ABBA;
}
#menu-wrap li a:hover{text-decoration: underline;}
#menu-wrap li a.nicemenu-parent:hover{}
#menu-wrap li a.active{
	padding-left: 10px;
	background-color:#EEE;
}
#menu-wrap li a.nicemenu-back {
	background: #34424F;
	padding-left: 10px;
	width: 205px;
	color: #FFF;
}


/* main gallery */

.gallery-cats{
	padding: 5px 0;
}
.gallery-cats h3{
	margin-top: 0 !important;
}
.gallery-cats img{
	width: 80px;
	border: 1px solid #34424F;
	padding: 3px;
}
.gallery-cats img:hover{
	border: 1px solid #5B707C;
}

/* -items- */

.sponsor-items img{
	padding: 3px;
	border: 1px solid #89A8BA;
	margin-bottom: 20px;
}

.gallery-items{
	border: 1px solid #ccc;
	height: 90px;
	display: table;
	overflow: hidden;	
	width: 110px;
	_position: relative;	
  	margin: 5px 5px 0 0 !important;
  	float: left;	
  	text-align: center;
	}
.gallery-items a{
	display: table-cell;
	vertical-align: middle;
	margin: 0px auto;
	text-align: center;
	line-height: 90px;	
	_position: absolute;
	_top: 50%;
	}		
.gallery-items a img{
	border: none !important;
	_position: relative;
	_top: -50%;
	_left: -50%;
	}	
.gallery-items:hover{
	border: 1px solid #5B707C;
}

/* ------------------------------------------------------------

	browser issues

------------------------------------------------------------ */

.floatclear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.floatclear {display: inline-table;}

/* hides from IE-mac \*/
* html .floatclear {height: 1%;}
.floatclear {display: block;}
/* end hide from IE-mac */
