/* reset
--------------------------------------------------*/
body,h1,h2,h3,h4,h5,h6,p,form,fieldset {margin:0;padding:0;}
.low {display:none;}

/* body
--------------------------------------------------*/

body {
  font-family:Arial, Helvetica, sans-serif;
  font-size:10pt;
  text-align:justify; 
  color:#fff;
}

.homebody {
	background:url(images/adrianbackground.jpg) top center no-repeat #000;
}

.subpagebody {
	background:url(images/backgroundsubpage.jpg) top center no-repeat #000;
}


body#commentspopup {padding:0;}

/* headings
--------------------------------------------------*/
h1 { font-family: 'Arimo', arial, serif; font-size:30px;}
h2 { font-family: 'Arimo', arial, serif; font-size:20px; font-weight:bold; text-transform:uppercase;}
h3 { font-family: 'Arimo', arial, serif; font-size:14px;}
h4 { font-family: 'Arimo', arial, serif; font-size:14px; padding:9px 0 7px 0; }
h5 { font-family: 'Arimo', arial, serif; font-size:12px;}

/* links */
a {	
   text-decoration:none; 
   color:#FFC;
   font-weight: normal; }

/* paragraphs, lists, etc */

p {
  margin:0;
  padding:0 0 9px 0; }


/* images */
.alignleft {
  float:left;
  margin:0 0px 0 0; }

.alignright {
  float:right;
  margin:0 0 0 0px; }

.aligncenter {
  display: block;
  margin:0 auto; }
  
img{
border:none;
}

.gallery-1 img {
border:0px solid #CFCFCF;
}

#wrapper {
	width:960px;
	margin-left: auto ;
    margin-right: auto ;
}

.homewrap {
}

.subwrap{
	padding:0 0 183px 0;
	background:url(images/audience.png) bottom center no-repeat;
}

#header {
	height:80px;
	width:960px;
}

/* header*/
#navigation{
	width:940px;
	padding: 0px 10px;
	font-size: 12px;
	color:#fff;
	background:#000;
	overflow:hidden;
	float:right;
}

#navigation ul {
  margin:0;
  padding:0; }

#navigation .page_item {
  float:left;
  margin:0;
  padding:0;
  list-style-type:none;
  border-right:0px solid;
  white-space:nowrap; }

#navigation .page_item a {
  display:block;
  padding:5px 5px;
  margin: 0px 10px;
  color:#fff;
  font-family: 'Arimo', arial, serif; font-weight:bold; text-transform:uppercase;
  text-transform:uppercase;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
  }
  
#navigation .page_item a:hover { color:#fff; background:#900; }

#navigation .current_page_item a { color:#fff; background:#666;}
#navigation .current_page_item a:hover { color:#fff; background:#900; }
/* left */

/* main section */

#content {
	float:left;
	width:920px;
	padding:20px;
}

#contentsub {
	float:left;
	min-height:600px;
	width:630px;
	padding:30px 165px 20px 165px;
}

#content img {
	border:none;
	
}

#entries {
	width: 580px;
    padding:5px 0 0 20px;
    min-height: 250px;
	float: left;
}

#spacer {
        height: 25px;
}

.entry{
clear: both;
margin: 5px auto 5px auto;
text-align: left;
font-size: 1.0 em;
padding: 8px 10px;
}

.entry img{
border:0;
padding: 10px 10px 10px 10px;
align:left;
}


#sidebar {
	width: 300px;
	padding-top: 5px;
	float: right;
}

#footer {
        width: 960px;
        margin-left: auto ;
        margin-right: auto ;
		bottom: 0px;
		height: 15px;
		padding-top:5px;
		color:#333;
		text-align:center;
}

#footer a {
		color:#333;
}

#footer a:hover {
		color:#F30;
		text-decoration:underline;
}

div.clear {
	clear: both;
}


#liner {
	height:1px;
	width:960px;
	background:#fff;
}

.widget_search .screen-reader-text {
	display:none;
	
}

.widget {
	padding-bottom:10px;
}

.widget {
	list-style:none;
}

#pagelink li {
	list-style:none;
	padding:0 0 5px 0;
}

#pagelink a:hover {
	text-decoration:underline;
}

#marquee {
	width:960px;
	height:210px;
	padding:0 0 302px 0;
}

#marqueeleft {
	float:left;
	height:210px;
	overflow:hidden;
}

#marqueeright {
	float:left;
	height:210px;
	overflow:hidden;
}

#newsticker {
	width:600px;
	margin:auto;
	text-align:center;
	overflow:hidden;
	color:#FFF;
}

#newsticker a {
	color:#fff;
	font-size:18px;
}

#newsticker ul{
	text-align:center;
}

#newsticker ul li{
	text-align:center;
	width:600px;
}

#newsticker ul li a{
	text-align:center;
}
	
	
.homepage {
	background:url(images/960.jpg);
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-o-border-radius:15px;
	border-radius:15px;
}