
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html {  
	margin:0; 
	padding:0; 
  	height: 101%; /* Required */
	background-image:url(images/menustrip.gif);
	background-repeat:repeat-x;
}

body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

p {
	font-weight:normal;
	color:#000000;	
	font-size: 13px;
	line-height: 1.3;
	margin: 0px 0px 8px 0px;
	text-align:left;
}

strong {
		font-weight:bold;
	}

p.large {
	font-size: 20px;
}

em {
	font-style:italic;
	}

.right {
	text-align:right;
}

form {
	font-weight:normal;
	color:#000000;	
	font-size: 13px;
	line-height: 1.3;
	margin: 8px 0px 8px 0px;
	text-align:left;
}

p.center {
	font-weight:normal;
	color:#000000;
	font-size: 13px;
	line-height: 1.3;
	margin: 8px 0px 10px 0px;
	text-align:center;
}

h1 {
	text-align:left;
 	font-size: 24px;
	color: #0D6292;
 	font-weight: bold;
 	margin: 10px 0px 3px 0px;
}

h2 {
 	font-size: 13px;
	color: #0D6292;
 	font-weight: bold;
 	margin: 0px;
	padding-bottom: 4px;
	line-height:1.3;
}

h2.left {
	text-align:left;
	}

h3 {
 	font-weight: bold;
}

a:link {
	font-size: 13px;
	text-decoration: none;
	color: #000000;
	border-bottom: 2px #999999 solid;
}
a:visited {
	text-decoration: none;
	color: #000000;
	border-bottom: 2px #999999 solid;
}
a:hover {
	text-decoration: none;
	color:#999999;
	border-bottom: 2px #999999 solid;
}
a:active {
	text-decoration: none;
	color: #FFF;
	border-bottom: 2px #999999 solid;
}


blockquote {
	margin: 0px 0px 10px 25px;
	text-align:left;
}




p.tiny {
	color:#999999;
	font-size: 10px;
}

a.tiny:link {
	color:#999999;
	font-size: 10px;
	border-bottom: 1px #999999 solid;
}

a.tiny:hover {
	color:#000000;
	border-bottom: 1px #999999 solid;
	font-size: 10px;
}

a.tiny:visited {
	color:#999999;
	border-bottom: 1px #999999 solid;
	font-size: 10px;
}

a.tiny:active {
	color:#999999;
	border-bottom: 1px #999999 solid;
	font-size: 10px;
}

h2 a {
	font-weight:bold;
	color: #0D6292;
	text-decoration: none;
}

h2 a:link {
	font-weight:bold;
	color: #0D6292;
	text-decoration: none;
}


h2 a:hover {
	color: #0D6292;
	text-decoration: none;
}


h2 a:visited {
	color: #0D6292;
	text-decoration: none;
	line-height: 1.4;
}


h2 a:active {
	text-decoration: none;
	border-bottom: 0px;
}

#contentcol1 h2, #secondarycontent h2, #contentcol1 p {
	text-align:center;
}

#bottom {
	height: 130px;
	vertical-align:bottom;	
}


#caption H2 {
	color:#663300;
	text-align:right;
	}
	
#caption p {
	text-align:right;
	margin: 2px 0px 0px 0px
	}	
	
#secondarycontent img, #secondarycontent iframe {
	padding-bottom: 20px;
	float:left;
	background:#fff;
}

.readmore {
text-align:right;
}


#contentcol2 H2 a, #contentcol2 H2 a:link, #contentcol2 H2 a:visited {
	border-bottom: 2px #999999 solid;
	}



p.rssincl-itemtitle {
	color: #0D6292;
	font-weight:bold;
	line-height: 2;
	}

blockquote {
  background: transparent url(images/quoleft.png) left top no-repeat;
  margin: 0px 10px 10px 35px;
  padding:10px 20px 20px 15px;
  text-align:left;
  width: 420px;
}
blockquote div {
  padding: 0 55px 5px 42px;
  margin-bottom: 10px;
  background: transparent url(images/quoright.png) right bottom no-repeat;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper { 
	margin: 0 auto; 
	width: 980px;
	padding: 0px;
}

#wrapper-test { 
	margin: 0 auto; 
	width: 980px;
	padding: 0;
}

#menu { 
	float: left;
	width: 980px;
	height: 27px;
	padding:0;
	background-image:url(images/menustrip.gif);
	background-repeat:repeat-x;
	}
	
	#menu-drawer { 
	float: left;
	width: 980px;
	height: 27px;
	padding:30px 0 0 0;
	background-image:url(images/menustrip.gif);
	background-repeat:repeat-x;
	}

#menu2 { 
	float: left;
	width: 980px;
	height: 27px;
	padding:34px 0 0 0;
	background-image:url(images/menustrip.gif);
	background-repeat:repeat-x;
	}
	
	
#header { 
	float: left;
	height: 218px;
	width: 980px;
}

#logo { 
	float: left;
	height: 107px;
	width: 433px;
	margin: 45px 55px 0px 0px;
	padding-right:30px
}

#caption { 
	float: left;
	width: 192px;
	margin-top: 45px;
	padding: 0px 20px 20px 0px;
	background-image:url(images/caption_corner.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#teaser { 
	float: left;
	width: 200px;
	height: 218px;
	background-image:url(images/teaser.jpg);
	background-repeat:no-repeat;
}


#content {
	float: left;
	width: 658px;
	padding: 0px 10px 10px 0px;
}

#inthisissue {
	float: left;
	width: 658px;
	padding-bottom:10px;
	border-bottom: 1px #0D6292 solid;
}


#contentcol1 {
	float: left;
	width: 250px;
	margin: 10px 9px 0px 0px;
	padding: 0px 0px 10px 0px;
}


#contentcol2 {
	float: left;
	width: 388px;
	margin-top:10px;
	margin-bottom:35px;
	padding: 0px 0px 0px 9px;
	border-left: 1px #0D6292 solid;

}

#secondarycontent {
	float: right;
	width: 300px;
	padding: 0px 0px 10px 10px;
	border-left: 1px #0D6292 solid;
	text-align:center;
}

#secondarycontent H2 {
	margin-bottom:10px;

}

#secondarycontenttext {
	float: left;
	width: 140px;
	margin: 0px 0px 10px 9px;
}

#appbar {
	clear:both;
	width:658px;
	padding:5px 0;
	text-align:center;
	background:url(images/menustrip.gif) repeat-x;
	color:#fff;
	font-size: 13px;
	margin-right: 10px;
	}

#appbar a:link, #appbar a:active, #appbar a:visited {
	color:#fff;
	}	
#appbar a:hover {
	color:#ddd;
	}	

#flipper {
	float: left;
	width: 320px;
	padding: 0px;
	margin: 0px;

}


#footer { 
	float: left;
	width: 913px;
	height: 27px;
	padding-top: 10px;
	margin-left: 67px;
	margin-bottom: 100px;
	text-align:left;
	}

#footernav { 
	float: left;
	width: 913px;
	background-image: url("images/menustrip.gif");
	text-align:center;
	margin-bottom:10px;
	}	

#footernav a:link, #footernav a:visited {
	color:#fff;	
	text-decoration:none;
	border-bottom:none;
	padding: 0 10px;
	line-height: 27px;
	}

#footernav a:hover {
	color:#CCC;	
	}	
	
	
	
/***********************************************/
/* Imageslider stuff                                 */
/***********************************************/
	
	img{border:none;}
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */			



/* Easy Slider 2 */

	#slider2 ul, #slider2 li {
		margin:0;
		padding:0;
		list-style:none;
	}
	#slider2, #slider2 li { 
		width:658px;
		height:525px;   /*adjust here if copy in tease is too long */
		overflow:hidden; 

	}

	span#prevBtn{}
	span#nextBtn{}					

/* // Easy Slider */


#contentcol1 iframe {
	margin: -7px 35px 0 35px;
	padding: 0;
}

#focustext {
	width: 658px;
}

.objectfix {
	padding-top: 14px;
	}

.indent {
	padding-left:24px;
	}
	#cheat {
	width:300px;
	padding-bottom:20px;
	}

table td {
	padding:3px;
	}

.submission {
	background: #663300;
	color:#FFF;
	padding: 3px;
	margin: 3px 0;
	}

.submission:hover {
	color:#CCC;
	}

#tips li{
	padding:0 0 20px;
	display:none; /* hide the items at first only */
	}	
