/*  
 Theme Name: Raygun
 Theme URI:
 Description: Raygun
 Author: Raygun
 Author URI:
 */
   
/* CSS for the Raygun */
/* All content copyright Isabelle Kosciusko 2009 */

/* --------------- default values -------------- */

#hide {
	display: none;
}

* { /* For all elements */
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
}

.clear {
	clear:both;
	height: 10px;
	font-size: 1%;
}

a:link {
	color:#c22a2b;
	text-decoration: none;
}


a:visited {
	text-decoration: none;
	color:#c00;
	
}

a:hover {
	color:#c00;
	text-decoration: underline;
}


.replace, h1 span.replace {
	position: absolute;
	left: -1000px;
}

body {
	background-color:#fff;
	font-size: 12px;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000;
}

h2 {
	color: #c22a2b;
	margin: 10px 0 15px 0;
	font-size: 180%;
	line-height: 1.2em;
}

h3 {
	color: #c22a2b;
	margin: 10px 0 10px 0;
	font-size: 140%;
	line-height: 1.2em;
}

p {
	padding: 0 0 1.2em 0;
	color: #000;
}

#header {
	width: 900px;
	height: 70px;
	position: relative;
	padding-bottom: 20px;
	}

#headerBanner {
	float:right;
	margin: 10px 0 0 0;
}

#frame #header h1 a {
	padding: 0;
	background: none;
	height: 60px;
	width: 400px;
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
}

#frame #header p {
	position: absolute;
	top: 10px;
	right: 0;
	padding-bottom: 0;
	}

#frame {
	margin: 0 auto;
	width: 900px;
	padding: 0;
}


#content {
	width: 900px;
	margin: 0;
	text-align: left;
}

/* -------------------- TOPNAV ----------------- */

ul#topnav {
	padding: 0;
	height: 30px;
	width: 900px;
	display: block;
	list-style-type: none;
	background: url('_img/bg_nav.jpg') no-repeat top left;
}

ul#topnav li {
	float: left;
	display: block;
	height: 30px;
	padding-bottom: 20px;
}

ul#topnav li a {
	display: block;
	height: 21px;
	padding-top: 7px;
	text-align: center;
	border: none;
	color: #fff;
	width: 111px;
	text-decoration: none;
}


ul#topnav li a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

ul#topnav li.current_page_item a,
ul#topnav li a.active {
	color: #000;
	text-decoration: none;
}


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

ul#footer {
	padding: 0;
	height: 30px;
	width: 880px;
	padding: 0 0 0 20px;
	display: block;
	list-style-type: none;
	background: url('_img/bg_footer.jpg') no-repeat top left;
}

ul#footer li {
	float: left;
	display: block;
	height: 21px;
	padding-top: 6px;
	color: #FFF;
}

ul#footer li a {
	display: block;
	text-align: center;
	border: none;
	color: #fff;
	padding-right: 10px;
	text-decoration: none;
}


ul#footer li a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

ul#footer li a.active {
	color: #000;
	text-decoration: none;
}

ul#footer li.right {
	float: right !important;
	padding-right: 20px;
}


/* -------------------- LEFT ----------------- */


#left {
	width: 120px;
	display:block;
	float: left;
	padding: 0 20px 0 0;
}

div.skyscraperLeft {
	width: 120px;
	float: left;
	padding-right: 20px;
}

div.skyscraperRight {
	width: 120px;
	float: right;
}


/* -------------------- CENTER ----------------- */

#center {
	width: 440px;
	display:block;
	float: left;
	padding: 0 20px 5px 0;
}

#center-content{
	margin-bottom: 30px;
}

p.newsitem {
	padding-bottom: 20px;
}

p.newsitem img {
	padding: 4px 10px 10px 0;
	width: 60px;
	height: 60px;
}

#doubleCol {
	width: 580px;
	padding-right: 20px;
	float: left;

}

#doubleCol div.newsDetail {
	width: 580px;
	padding-bottom: 10px;
}

#doubleCol div.newsDetail p.img100 {
	padding: 5px 15px 10px 0;
	height: 100px;
	width: 100px;
	float: left !important;
}

.img60 img {	
    padding: 0px 10px 0px 0;
	height: 60px;
	width: 60px;
	float: left !important;
}

#doubleCol div.newsDetail p {
	float: left !important;
	width: 460px;
}


/* -------------------- RIGHT ----------------- */


#right {
	width: 300px;
	display:block;
	float: right;
	padding: 0 0 5px 0;
}

#archive {
	border: 1px solid #b54a40;
	background: #f8edec;
	padding: 10px;
	width: 280px;
	margin: 0 0 10px 0;
}

#archive h3 {
	padding-top: 0;
}

#archive p {
	padding-bottom: 5px;
}

#archive ul{
	list-style: none;
}

#archive ul li {
	margin-bottom: 5px;
}

#archive ul li a {
	color: black;	
}

/* -------------------- RIGHT BANNER ADS ----------------- */

#banner300 {
	margin-bottom:10px;
}

/* -------------------- NEW AMENDS ----------------- */

.date {color: #C22A2B; position: relative; top: -10px;}

.first_para {font-size: 13px;font-weight:bold; }

#left img {width: 120px;}