/********************************************
   AUTHOR:  			Mick McCabe (Mediatician)
   WEBSITE:   			http://www.mediatician.com/
	TEMPLATE: 	Based on the Enlighten template (S-0011, version 1.0) by Erwin Aligam (http://www.styleshout.com/)
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0px 0 20px 0; 	padding: 0;
	font: normal .72em/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #405a71;
	background: #cccccc;
	background-image: url(images/background-rep1.jpg);
	text-align: center;	
	height: 100%;	
}

/* links */
a { background: inherit; color: #339933; text-decoration: none; }
a:hover { background: inherit; color: #075407; text-decoration: underline; }

/* headers */
h1, h2, h3, h4, h5{
	font: bold 1em  Verdana, Arial, Helvetica, sans-serif;
	color: #405a71;
	}
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; text-transform: uppercase;}
h3 { font-size: 1.2em; }


p, h1, h2, h3, h4, h5 {
	margin: 10px 10px;
}
ul, ol {
	margin: 0px 30px 10px 30px;
	padding: 0 15px;	
	color: #405a71;	
}
ul, li {

	padding: 0 15px;	
	color: #405a71;	
}
ul span, ol span {
	color: #333;
}

.indent_text {
	text-indent: 30px;
	}
/* images */
img {
  border: 0px;
  margin:0px; 
  padding: 0px;
  background: #ffffff;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 0px 15px 5px 0px;
}



blockquote {
	margin: 0px;
	padding: 5px 15px 10px 35px;
	}



/***********************
	  LAYOUT
************************/

#wrap {
	width: 740px;
	margin: 0 auto;
	background: none;
}

/* header */
#header {
	position: relative;
	height: 230px;
	text-align: left;		
	margin: 0; padding: 0;	
	
}
#header .headerphoto {
	position: absolute;
	right: 0px ; top: 0px;
	width: 740px;
	height: 230px;
	background: #FFF url(images/at_night.jpg) no-repeat;	
}


/* --------------------------------------------------------------- header menus */
#menu {	
	position: relative;
	clear: both;
	margin: 0; 
	padding: 0;		
	background: #273a88;	
	width: 740px;
	height:30px;
	float: left;
}

#horizontal_menu {	
	position: absolute;
	left: 0px ; top: 0px;
	clear: both;
	margin: 0 0 0 36px; 
	padding: 0;		
	width: 700px;		
	float: left;
}
#horizontal_menu ul {
	list-style:none;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	width: 700px;
	color: #FFF;
	background: #273a88;		 	
	margin: 0;
	padding: 0;
	height:30px;
	display: inline;
	float: left;	
}
#horizontal_menu li {
	float: left;
	list-style: none;
	background: #4c64b2;
	height:30px;

	
}
#horizontal_menu li a {
	display: block;
	padding: 8px 10px 8px 10px;	
	color: #FFF;	
	text-decoration: none;	
	height:30px;


}
#horizontal_menu li a:hover {
	background: #080d6b;
	color: #FFF;
	height:30px;

}


/* --------------------------------------------------------- -- content */
#content-wrap {
	position: relative;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;

}
#content {
	clear: both;
	text-align: left;	
	padding: 0;
	margin: 0;	
}

/* main */
#main {
	float: right;
	width: 740px;	
	height: 100%;
	margin: 30px 0 15px  0; 
	padding: 0;	
	background: #fff;
}
#main h1 {
	padding: 10px 5px 5px 0px;
	margin: 0px 10px;
	border-bottom: 1px solid #4c64b2; 	
}

.sub_heading {
	padding: 10px 5px 5px 0px;
	margin: 0px 10px;
	font-size: 1.3em;

}



/* ---------------------------------------------------------------- main events */
.main_events {
	margin: 0;
	padding: 15px;
	text-align: left;
	background: #ffffff;
	display: block;
	overflow: auto;
	border: #dfe5ec solid 10px;
}
.issuu {
	margin: 0;
	padding: 8px;
	text-align: left;
	background: #ffffff;
	display: block;
	overflow: auto;
	border: #dfe5ec solid 2px;
}

#full_area {

	width: 680px;	
	margin: 0 auto; 
	padding: 0;
	background: #ffffff;
}


/* -------------------------------------------------------------- footer */

#footer {
	margin: 30px 0px 10px 0px;
	padding: 0;
	text-align: left;
	background: #ffffff;
	display: block;
	overflow: auto;
}

#footer p {
	margin: 0; padding: 0; font-size: 0.8em; color: #c4c9d0;
}
#footer a {
	text-decoration: none;
	color: #9da8b4;	
}
#footer a:hover {
	text-decoration: underline;
	color: #333;
}


