@import "layout.css";

/*  Global text styles & classes
--------------------------------------------- */


/*  Basic elements
--------------------------------------------- */

*{
	padding:0;
}

html{
	height:100%;
}

body{
	background: #fff;
	font:normal 0.75em/1.5em Arial,Helvetica,sans-serif;
	color:#666;
	height: 100%;
	margin-top: 0px;
}

/*  Headings
--------------------------------------------- */

h1, h2, h3, h4, h5{
	margin:0 0 0;
	color:#000;
}

h1{
	font: normal 2em/1.2 Georgia, Arial,Helvetica,sans-serif;
	letter-spacing: 0;
	margin:0;
}

h2{
	font-size:1.1em;
	font-weight: bold;
	line-height:1.4;
	text-align:left;
}

.line_above{
	border-top:1px solid #e8e8e8;
	margin-top:2px;
	padding-top:10px;
	text-align:left;
}

h3{
	font-weight:normal;
	font-size:1.3em;
}

h4{
	
}

h5{
	
}

/*  Paragraphs etc
--------------------------------------------- */

p{
	margin: 0 0 0;
	line-height: 1.5;
}

p.intro{
	font-weight: bold;
	font-size: .92em;
	text-transform: uppercase;
	color:#999;
	border-bottom: solid #e8e8e8 1px;
}

p.tags {
	font: italic .92em Georgia, sans-serif;
	margin: 0 0 10px;
	line-height: 1.55;
}

#content_sub p {
	margin-bottom: 6px;
	border-bottom: solid #e8e8e8 1px;
}

address{
	font-style: normal;
	margin:0 0 10px;
}

blockquote{
	font: 1.58em Georgia, serif;
	color: #8ab810;
	margin: 10px 0;
}

blockquote p {
	line-height: 1.5;
}

cite{
	display:block;
	margin:10px 0 10px 0;
	font: normal .57em Arial, sans-serif;
	color: #999;
}

/*  List styles
--------------------------------------------- */

ol{
	
}

ul{
	margin:0;
	list-style: none;
}

ul li{
	padding-left: 0px;
	margin: 0 0 5px;
	zoom: 1; /* :hack: stop IE6 from forgetting about the arrows */
}

/*  Definition list styles
--------------------------------------------- */

dl{
	margin:0 0 10px;
	overflow:hidden;
}

dt{
	clear:left;
	float:left;
	margin: 0 5px 5px 0;
	width: 50px;
}

dd {
	margin: 0 0 5px;
}

/*  Link styles
--------------------------------------------- */

a img{
	border:0;
}

a {
	text-decoration:none;
	color:#999;
}

a:focus, a:hover{
	text-decoration:none;
	color:#ccc;
}

.more a {
	padding-left: 12px;
	background: url(../site_images/bg_more.gif) no-repeat 0 3px;
}

.skip { border: 5px solid #fff; -moz-border-radius: 13px; border-radius: 13px; color: #fff; background: #95C512; padding: 6px 8px; position: absolute; top: 15px; left: -9999px; z-index: 10; font-size: 1.2em; }
.skip:focus, .skip:active { left: 15px; text-decoration: none; border-color: #ffe; /* :hack: IE requires a border-color change (!?) for this to work */ }
.skip:hover { text-decoration: none; color:#eee; }

/*  Image replacement
--------------------------------------------- */

.replace{ 
	position:relative; 
	/*hide overflow:hidden from IE5/Mac */ 
	/*\*/ 
	overflow:hidden;
	 /**/
} 

.replace span{ 
	display:block; 
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:1; /*for Opera 5 and 6*/ 
}

a.replace span{
	cursor:pointer;
}

/*  General custom classes
--------------------------------------------- */

.dotrule{
	height:1px; 
	font-size:1px;
	background:url(../site_images/dot.gif) repeat-x; 
	clear:both;
	margin:5px 0;
}
	
.right{
	float:right;
}

.left{
	float:left;
}

.thumb{

}

.clear{
	clear:both;
}

.hrule{
	border-top:1px solid #e8e8e8;
}

p.web_link a{
	font-weight: normal;
	color:#cc0000;
	}

p.web_link a:hover{
	font-weight: normal;
	color:#ccc;
}

/*  Thumbnail layout
--------------------------------------------- */

.thumbs{
	margin:0 0 10px;
	zoom: 1;
}
.thumbs:after { content: "."; clear: both; display: block; height: 0; visibility: hidden; }

.thumbs li{
	float:left;
	margin:0 0 4px 20px;
	padding: 0 0 4px 0;
	background: none;
	width:263px;
	border-bottom: 1px solid transparent;
}

.thumbs .row_leader {
	margin-left: 0;
	clear: left;
}

.thumbs img {
	display: block;
	margin: 0 0 4px 0;
	border: 1px solid #ebebeb;
	width: 263px;
}

.thumbs h2 {
	font-weight: bold;
	font-size: 1em;
	margin: 0;
}

.thumbs h3 {
	font-weight: bold;
	font-size: 1em;
	color: #999;
	margin: 0 0 5px;
}

#caption {
	font-weight: normal;
	font-size: 0.9em;
	color: #999;
	font: italic .92em Georgia, sans-serif;
}

#caption_right {
	font-weight: normal;
	color: #999;
	font:  italic 1em Georgia, sans-serif;
}
