@import "layout.css";
@import "form.css";
@import "home.css";

/*-------------------------*//*global text styles & classes *//*-------------------------*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

/*define basic elements*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

*{
	margin:0;
	padding:0;
}

html{
	background:url(bg_html.gif) repeat-x top;
	height:100%;
}

body{
	font:normal 75%/1.4 "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Lucida, sans-serif;
	color:#666;
}

/*headings*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

h1, h2, h3, h4, h5, .location {
	margin:0 0 10px;
	color: #333;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.28;
}

h1 span, h2 span, h3 span, h4 span, h5 span {
	font-weight: normal;
}

h1, .location {
	font-size: 2.5em;
	margin-bottom: 20px;
	padding-bottom: 12px;
	border-bottom: 3px solid #ededed;
	zoom: 1; /* :hack: show border in IE6 */
}

h1 span {
	font-weight: normal;
}

h2{
	font-size: 1.17em;
}

h3{
	font-size: 1em;
	margin-bottom: 5px;
}

h4{
	
}

h5{
	
}

/*paragraphs etc*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

p{
	margin:0 0 15px;
}

.meta {
	color: #999;
	font-size: .92em;
	margin: 0 0 8px;
}

.featured .meta { margin-left: 15px; }

.standfirst {
	font-size: 1.33em;
	line-height: 1.33;
	margin: 0 0 20px;
}

.flash{
	padding:10px 10px 10px 27px;
	margin:0 0 20px;
	font-size: .92em;
}

.error{
	border:1px solid #eaafa5;
	background: #fdebe8 url(error.gif) 10px 10px no-repeat;
	color:#333;
}
.titleerror, .docerror{
	display:none; 
	width:180px; 
	margin-bottom:0;
}
.notice{
	border:1px solid #b0d585;
	background: #ecfbd0 url(notice.gif) 10px 10px no-repeat;
	color:#333;
}

blockquote {
	font-family: Georgia, serif;
	color: #000;
	margin: 0 0 20px;
	line-height: 1.22;
}

blockquote p {
	margin: 0 0 10px;
}

cite {
	color: #999;
	font-size: .92em;
	font-family: Georgia, serif;
}

blockquote cite {
	font-size: 1em;
	font-style: italic;
}

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


/*list styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

ol{
	margin: 0 0 10px 20px;
}

ul{
	margin:0 0 10px 30px;	
}

ul.items {
	margin: 10px 0 5px;
	list-style: none;
	clear: both;
	zoom: 1;
}
ul.items:after { content: "."; clear: both; display: block; height: 0; visibility: hidden; }

ul.items li {
	margin: 0 0 10px;
	clear: left;
	padding: 0 0 10px;
	border-bottom: 1px solid #e5e5e5;
}

ul.items h2, ul.items h3 {
	font: normal 1.17em "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Lucida, sans-serif;
	margin: 0 0 5px;
}

ul.items h3 {
	font-size: 1em;
	margin: 0;
}

ul.items .icon {
	float: left;
	margin: 0 5px 10px 0;
}

ul.items a span {
	font-weight: bold;
}

ul.items .meta {
	margin-left: 15px;
}

ul.normal {
	margin: 0 0 20px;
}

ul.normal li {
	padding-left: 15px;
	background: url(bg_li.gif) no-repeat 0 4px;
	list-style: none;
	margin: 0 0 10px;
}

/*definition list styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

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

dt{
	clear:left;
	float:left;
	width:5em;
	font-weight: bold;
	margin: 0 0 5px;
}
	
dd{
	margin: 0 0 5px;
}

/*link styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

a img{
	border:none;
}

a{
	color: #269bd7;
	text-decoration: none;
}

a:focus, a:hover{
	text-decoration: underline;
}

.more a, .cancel a {
	padding-left: 15px;
	background: url(bg_li.gif) no-repeat 0 3px;
	display: block;
}

.down a {
	padding-left: 15px;
	background: url(bg_down.gif) no-repeat 0 3px;
}

.print {
	float: right;
	margin: 0;
}

.print a {
	display: block;
	padding: 0 0 0 20px;
	background: url(icon_print.gif) no-repeat 0 3px;
}

.skip{
	position:absolute;
	left:-9999px;
}

/*image replacement*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/
.replace{ 
	position:relative; 
	overflow:hidden;
} 

.replace span{ 
	display:block; 
	position:absolute; 
	top:0; 
	left:0;
}

a.replace span{
	cursor:pointer;
}

/*general custom classes*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

.hr{
	margin: 20px 0;
	border: solid #e5e5e5;
	border-width: 0 0 1px;
}

.hr hr { position: absolute; left: -9999px; }
	
.right{
	float:right;
}

.left{
	float:left;
}

.thumb {
	margin-bottom: 15px;
}

.thumb.left{
	margin-right: 15px;
}

.thumb.right{
	margin-left: 15px;
}

.thumb img{
	border:1px solid #ccc;
	padding:2px;
	display: block;
	margin: 0 0 5px;
}

.thumb p {
	font-size: .92em;
	margin: 0;
}

.clear{
	clear:both;
}

.intro{
	font-weight:bold;
}

/* pagination */
.pagination {
	clear: both;
	font-size: .92em;
	zoom: 1;
}
div.pagination{
	padding:0 0 10px;
	float: right;
}
.pagination:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.pagination a, .pagination span {
	padding: 0 .5em;
	margin-right: 1px;
	font-weight:normal;
	border-right: 1px solid #e9e9e9;
}
.pagination a {
	color: #ea7504;
}
.pagination span.disabled {
	display: none;
}
.pagination .next_page {
	border-right: 0;
}