/*
	font-family: 'Trebuchet MS', Verdana, Arial, Geneva, 'Bitstream Vera Sans', Helvetica, Swiss, SunSans-Regular, sans-serif;

	font-family: Georgia,"Bitstream Vera Serif",Palatino,Garamond,"Times New Roman",serif;

	font-family: impact, "arial narrow", "helvetica narrow", sans-serif;

Key colors:
green lines:	#aa0
blue background:#336
yellow background:#ffe400
World orange: #f15509
Inquisitor red: #bb0201

NEW COLOURS:
yellow background: #fffc00
World orange: #ff8400
Inquisitor red: #ff0000


*/

/********** global styles **********/
* {
	margin:0;
	padding:0;
	}
a {	color:#225;
	font-weight:inherit;
	font-family:inherit;
	font-size:inherit;
	text-decoration:none;
	background-color:inherit;
	}
a:hover {
	color:#000;
	text-decoration:none;
	background-color:inherit;
	}
a img {
	border:none;
	}
body {
	background: #ED0000;
	font-family: 'Trebuchet MS', Verdana, Arial, Geneva, 'Bitstream Vera Sans', Helvetica, Swiss, SunSans-Regular, sans-serif;
	}
fieldset {
	border:0;
	}
form { font-size:11px; }
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	}
h1 {
	font-size: 16px;
	font-family: Palatino,Georgia,"Bitstream Vera Serif",Garamond,"Times New Roman",serif;
	color: #333;
	}
h2 {
	font-size: 14px;
	}
h3 {
	font-size: 12px;
	}
h4 { font-size: 11px; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }
hr { width: 90%; margin: 10px auto; border:2px solid #ccc; }
ul, ol {
	font-size:11px;
	padding: 0 0 0 5px;
	margin:5px 0;
	}
ul {
	list-style:none;
	list-style-image: url(/assets/images/ul.gif);
	}
li {
	}
p {
	font-size:11px;
	padding:0 0 1.6em 0;
	}
p.warning {
    font-weight:bold;
    color:#d00;
    }
p form {
	margin-top:0;
	margin-bottom:20px;
	}
/***** images *****/
img, img.left,img.center,img.right {
	border:0;
	}
img.left {
	float:left;
	margin:0 8px 5px 0;
	}
img.center {
	display:block;
	margin:0 auto 5px auto;
	}
img.right {
	float:right;
	margin:0 0 5px 8px;
	}
/***** style classes *****/
.small {
	font-size:0.8em;
	}
.hide {
	display:none;
	}
.textcenter {
	text-align:center;
	}
.textright {
	text-align:right;
	}
.textjustify {
	text-align:justify;
	}
.important {
	color:#f02025;
	background-color:inherit;
	font-weight:bold;
	}
.clearing, .clear_both {
	clear:both;
	}
/***** outlined boxes *****/
.box {
	width:80%;
	margin:0 auto 10px auto;
	padding:10px;
	border:1px solid #303725;
	background-color:#fafbfc;
	color:#505050;
	line-height:1.5em;
	}
/**
	*** TOP SECTION ***
**/
#topwrapper {
	width:950px;
	margin:20px auto 0;
	border:5px solid #AAAA00;
	border-bottom:none;
	text-align:left;
	background:#fff;
	}
/**
	*** MASTHEAD ***
**/
#masthead {
	background:#fffc00;
	border-bottom: 5px solid #AAAA00;
	}
#masthead h1,
#masthead h1 a,
#masthead h1 a:link,
#masthead h1 a:visited {
	font-family: 'Trebuchet MS', Verdana, Arial, Geneva, 'Bitstream Vera Sans', Helvetica, Swiss, SunSans-Regular, sans-serif;
	font-size:30px;
	font-weight:normal;
	padding:10px;
	color:#CBE0E4;
	letter-spacing:0.1em;
	text-decoration:none;
	}
#slogan {
	width:350px;
	float:left;
	font-size:11px;
	font-style:italic;
	margin: 20px 0;
	}
/**
	*** NAVIGATION ***
**/
#navigation {
	padding: 3px 0 3px 8px;
	background:#333366;
	color:#ffffff;
	border-bottom: 5px solid #AAAA00;
	}
#navigation ul {
	list-style:none;
	margin:0;
	padding:0;
	}
#navigation li {
	float:left;
	list-style-type:none;
	border-right:1px solid #bbb;
	white-space:nowrap;
	}
#navigation li a, navigation li.here {
	font-size:9px;
	font-weight:normal;
	text-transform:uppercase;
	padding:0 7px;
	text-decoration:none;
	}
#navigation li a {
	display:block;
	background:inherit;
	color: #FDFFE2;
	}
#navigation li.here a {
	background:inherit;
	color: #aaa;
	}
* html #navigation a {width:1%;}
#navigation a:hover {
	background:#dde;
	color:#666;
	text-decoration:none;
	}
#navigation li ul {
	display:none;
	}

#breadcrumbs {
	padding:0 0 10px 15px;
	font-size:9px;
	color:#666; }
#breadcrumbs a { color:#666; }
#breadcrumbs span.B_firstCrumb { font-weight:bold; }
#breadcrumbs span.B_currentCrumb { color:#966; }

/**
	*** MAIN SECTION ***
**/
#container {
	width:950px;
	border:5px solid #AAAA00;
	background:#fff;
	border-top:none;
	margin:0 auto 10px auto;
	text-align:left;
	font-size:0.9em;
	}
#container a:hover {
	text-decoration:underline;
	}
/**
	*** CENTRE PANEL ***
*/
#centre_panel {
	float: left;
	display: inline;
	padding: 5px 15px 25px 15px;
	}
/* html * #centre_panel {
	display: inline;
	}*/
.col1 {
	width: 880px;
	margin: 0 auto;
    }
.col2L {
	width: 550px;
	margin-left: 250px;
    }
.col2R {
	width: 660px;
	margin-left: 25px;
    }
.col3 {
	width: 480px;
	margin-left:225px;
    }
#centre_panel h1 {
	margin:0 0 10px 0;
	padding:0;
	}
#centre_panel h1.page_title {
	margin:0 0 30px 0;
	color:#999;
	}
#centre_panel h2 {
	margin: 0 0 5px 0;
	color:#333;
	}
#centre_panel h2.page_intro {
	font-size:12px;
	}
.content h1 {
	font-size: 18px;
	margin:0; padding:5px 0;
	}
.content h2 {
	font-size: 14px;
	margin:0; padding:5px 0;
	}
.content p {
	line-height:1.5em;
	margin:0;
	padding:5px 0;
	}
#centre_panel ul {
	margin-left:15px;
	text-align:justify;
	}

/**
	SITE_HOME - special settings for home page
*/
.site_home h1 {
	font-size: 14px;
	margin: 50px 0;
	padding: 20px 0;
	color:#666;
	}
.site_home h2 {
	font-size: 13px;
	margin: 0 0 10px 0;
	}

#ditto_pages {
	text-align:center;
	font-size:10px; font-weight:bold; color:#333;
	letter-spacing:0.2em;
	}
span.ditto_currentpage { color:#666; }

/**
	*** SIDEBARS ***
*/
div .sidebar { padding: 2px 5px; }

.sidebar ul, .sidebar ol {
	margin:0 0 16px 15px;
	}
.sidebar dl {
	margin:0 5px 10px 25px;
	}
.sidebar dt {
	font-weight:bold;
	margin-bottom:5px;
	}
.sidebar dd {
	margin:0 0 10px 15px;
	}
.sidebar .summary_text {
	font-size:11px;
	}

.sidebar h1 {
	font-family: impact, "arial narrow", "helvetica narrow", sans-serif;
	background:#aa0;
	font-size:11px;
	letter-spacing:0.1em;
	font-weight:normal;
	color:#336;
	text-align:center;
	}

.sidebar h2 {
	font-size:12px;
	margin:5px 0; padding:0px;
	text-align:left;
	}

.sidebar h3, .sidebar h3 a {
	font-size:11px;
	margin:0; padding:0;
	}
.sidebar p {
	margin:0; padding:0;
	}

.sidebar_section {
	margin: 0 0 10px 0;
	padding: 1px 2px 5px 2px;
	border:1px solid #aa0;
	border-bottom: 10px solid #aa0;
	background:#dde0dd;
	}
.sidebar_section h2 {
	}
.sidebar .intro {
	margin:0 10px 0 30px;
	}

/** *** SIDEBAR LEFT *** **/
#sidebar_left {
	float: left;
	width: 210px;
	margin-left: -730px;
	}
#sidebar_left_2col {
	float: left;
	width: 210px;
	margin-left: -820px;
	}
/** *** SIDEBAR RIGHT *** **/
#sidebar_right {
	float: left;
	width: 190px;
	margin-left:5px;
	}

/**
	*** SIDEBAR COMPONENTS ***
**/

.sidebar_link_panel {
    /* for button-style links & ads */
    margin: 10px auto;
    text-align:center;
    }
p.contact_link { margin:10px 0; }

/** *** LOGIN FORM *** **/
#sidebarlogin {
	padding: 5px;
	text-align:right;
	font-size:9px;
	}
#sidebarlogin h2 {
	/* main heading */
	font-size:10px;
	font-weight:normal;
	font-style:normal;
	text-align:right;
	}
#sidebarlogin p, #sidebarlogin label {
	margin:0; padding:0;
	font-size:9px;
	}
#forgotpsswd { font-size:90%; font-weight:normal; }


/** *** RSS *** **/
div.rss_link {
	text-align: center;
	margin: 10px auto;
	}
div.rss_link a {
	border:0;
	text-decoration:none;
	}
div.rssFeed { margin:5px 0; }
div.rssChannel {
	}
div.rssChannel a.rssChannelLink {
	/* title of RSS feed */
	font-size:12px;
	font-weight: bold;
        margin: 3px 0;
	}

div.rssItem {
    font-size: 10px; margin:2px 0;
    padding-left:10px;
    background: url(/assets/images/ul.gif) top left no-repeat;
    }
div.rssItem span.rssItemTitle { }
div.rssItem a.rssItemLink { color:#333; }

div.blog_summary_item_sidebar h3 {
	margin: 5px 0 0 0;
	}
div.blog_summary_item_sidebar .summary_text {
	font-family: Georgia,"Bitstream Vera Serif",Palatino,Garamond,"Times New Roman",serif;
	line-height:1.5em;
	color:#555;
	}

/** *** SEARCH *** **/

/* search form */
#ajaxSearch_form {}
#ajaxSearch_input { font-size:10px; }
#ajaxSearch_submit {font-size:10px; }
span.AS_ajax_resultDescription { font-size:9px; color:#555; }

/* Results - Ajax-based search */
#ajaxSearch_output { }
.AS_ajax_result { font-size:9px; }
.AS_ajax_resultLink { font-size:10px; font-weight:bold; }
.AS_ajax_resultDescription { font-size:9px; }
.AS_ajax_extract { font-size:9px; color:#555; }
.AS_ajax_hightlight1 { color: #b00; }
.AS_ajax_hightlight2 { color: #00b; }
.AS_ajax_hightlight3 { color: #0b0; }
.AS_ajax_resultsIntroFailure { font-size:9px; }
.AS_ajax_more { font-size:9px; font-weight:bold; }

/* For more results page: */
#ajaxSearch_resultListContainer {}
.ajaxSearch_result {
    margin:5px 0; padding:5px 0;
    border-bottom: 2px solid #ccc;
    }
.ajaxSearch_resultLink { font-size:12px; font-weight:bold; }
.ajaxSearch_resultDescription { font-size:10px; color:#555; }
.ajaxSearch_extract { font-size:10px; color:#333; }
.ajaxSearch_highlight1 { color: #b00; }
.ajaxSearch_highlight2 { color: #0b0; }
.ajaxSearch_highlight3 { color: #00b; }
.ajaxSearch_resultsIntroFailure { font-size:11px; }
/* - id of the results container
.ajaxSearch_paging - class for span of result pages listing
.ajaxSearch_pagination - class for pagination paragraph
.ajaxSearch_intro - class for intro paragraph

*/

/** *** NEWS *** **/
div.news_summary_item_sidebar h3 {
	margin: 5px 0 0 0;
	color:#333;
	}
div.news_summary_item_sidebar .summary_text {
	line-height:1.5em;
	color:#333;
	}

/** *** RECENT DOCS *** **/
#recentdocsctnr * a {
	font-weight:normal;
	color:#333;
	}

/**
	MENUBLOCK
*/
.menublock, .topnav {
	list-style:none;
	margin-left:30px;
	}
.menublock li, .topnav li {
	list-style:none;
	display:block;
	}
.menublock li a, .topnav li a {
font-weight:bold;
text-decoration:none;
}
.menublock li a:hover, .topnav li a:hover {
text-decoration:none;
}
.menublock li ul, .topnav li ul {
margin-left:15px;
font-size:1em;
font-weight:normal;
}
.menublock li ul a, .topnav li ul a {
font-weight:normal;
}
.topnav li.here {
font-weight:bold;
color:#272f22;
}
.
/** searchbar **/
#searchbar {
margin:0 20px 20px 0;
}
#searchbar .FSF_form {
margin-left:30px;
border:none;
}
#searchbar .SFS_input {
height:1.2em;
width:100px;
margin:0 5px 0 0;
border:1px solid #a0a0a0;
}
#searchbar .SFS_submit {
width:auto;
padding:0 1px;
border:1px solid #808080;
font-size:0.9em;
text-align:center;
}
/********** footer **********/
#footer {
	clear:both;
	padding:5px 0;
	margin:0;
	background:#aa0;
	}
#footer p {
	padding:10px 20px;
	margin:0;
	text-align:center;
	color:#f0f0f0;
	}
#footer a {
	color:#fff;
	font-weight:bold;
	}
#footer a:hover {
	text-decoration: underline;
	}
span.copyright_info { color:#f0f0f0; }

/**
	*** ARTICLE-TYPE PAGES ***
*/

/** *** COMMON COMPONENTS *** **/
img.post_img {
	background: #aaa;
	padding:2px;
	border:1px solid #222;
	}
img.post_img_centre, img.post_img_center {
	background: #aaa;
	padding:2px;
	border:1px solid #222;
	margin: 0 auto;
	}
img.post_img_left {
	background: #aaa;
	padding:2px;
	border:1px solid #222;
	margin: 0 5px 5px 0;
	}
img.post_img_right {
	background: #aaa;
	padding:2px;
	border:1px solid #222;
	margin: 0 0 5px 5px;
	}

#centre_panel * .meta { margin:5px 0; }
#centre_panel * .meta p.byline {
	margin:0; padding:0;
	font-size:9px;
	}
#centre_panel * .meta p.tags {
	margin:0; padding:0;
	font-size:9px;
	}
span.sig {
	font-weight:bold;
	text-transform:uppercase;
	}
span.tag_label {
	color:#666;
	font-size:9px;
	}

/** *** BOOKMARKING *** **/
.bookmarking_links {
	/*border: 1px solid #aaa;
	padding: 5px;*/
	text-align:center;
	margin: 10px 0;
	}
.bookmarking_links fieldset {
	border: 1px solid #ccc;
	padding: 3px;
	}
.bookmarking_links legend {
	font-size:9px;
	color: #888;
	}
.bookmarking_links h1 {
	font-size: 12px;
	background: transparent;
	margin:0;padding:0;
	font-weight:normal;
	color: #644;
	}
.bookmarking_links p {
	padding:0; margin:0;
	}
p.links { }
span.bmlink { }
p.permalink { }
p.permalink a {
	color: #644;
	font-weight:normal;
	font-size:0.9em;
	}

/** *** TAG CLOUD *** **/
div.tagcloud { text-align:center; padding:5px; }
div.tagcloud a.s1 { font-size:11px; color:#444; font-weight:500; }
div.tagcloud a.s2 { font-size:11px; color:#333; font-weight:600; }
div.tagcloud a.s3 { font-size:12px; color:#222; font-weight:700; }
div.tagcloud a.s4 { font-size:12px; color:#111; font-weight:800; }
div.tagcloud a.s5 { font-size:13px; color:#000; font-weight:900; }
div.tagcloud span.count { font-size:8px; font-weight:normal; }

/**
	*** COMMENTS ***
**/
div.jot-comment { /* main wrapper for all comments */ }
div.jot-row {
	/*wrapper for individual comment */
	font-size: 11px;
	}
/* following two classes are for certain types of comment
	- every other one, and comment posted by current user.
	They are always used in conjunction with the above class,
	so common style elements should be in the jot-row class,
	with just specific differences in the following two */
div.jot-row-alt {}
div.jot-row-me { }
/* following are for specific elements */
div.jot-user { color:#242; }
span.jot-subject { font-size:12px; color:#336; }
span.jot-poster {}
div.jot-message { }
div.jot-extra { }
/**
	*** SPECIFIC PAGES/SECTIONS ***
**/

/**
	*** BLOG ***
	see: sidebar section for sidebar list
**/
/* blog summaries on blog home page */
.blog_summary_item {
	border-bottom: 10px solid #ccc;
	padding-bottom:10px;
	margin-bottom:20px;
	}
.blog_summary_item h1 {
	font-size:16px;
	font-style:italic;
	}
.blog_summary_item p.morelink a { font-weight:bold; font-style:italic; }
.blog_summary_item div.summary { }

/* individual blog posts, including first on summary page */
.blog_post {
	border-bottom: 10px solid #ccc;
	padding-bottom:45px;
	margin-bottom:45px;
	}
.blog_post p.dateline {
	text-align:right;
	color: #666;
	font-size:9px;
	}
#centre_panel .blog_post h1 {
	margin-bottom:20px;
	}
.blog_post h1 a {
	font-style:italic;
	color: #335;
	font-size:24px;
	}
#centre_panel div.blog_post h2 {
	font-size:11px;
	color: #335;
	margin-bottom:15px;
	}
.blog_post .blog_content { }
#centre_panel .blog_post .blog_content p {
	font-size:11px;
	line-height:1.8em;
	}

/**
	*** FEATURES ***
**/
.feature_post { margin: 0 0 50px 0; }
.feature_post h1, .feature_post h1 a {
	font-family: impact, "arial narrow", "helvetica narrow", sans-serif;
	font-size:42px;
	font-style:normal;
	font-weight:normal;
	}
.feature_post .feature_content p {
	font-family: Georgia,"Bitstream Vera Serif",Palatino,Garamond,"Times New Roman",serif;
	font-size:13px;
	line-height:1.5em;
	}
.feature_post blockquote {
	font-size:12px;
	line-height:1.5em;
	padding-left:20px;
	border-left: 2px dotted #ddd;
	margin-bottom:10px;
	}
p.strapline {
	font-family: impact, "arial narrow", "helvetica narrow", sans-serif;
	letter-spacing:0.1em;
	padding: 2px;
	text-align:center;
	border:2px solid #bb0201;
	background:#aa0;
	color:#336;
	margin: 15px 0;
	}
p.comment_count { font-size:12px; font-weight:bold; }
.feature_list_item {	/* for feature summary page */
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	border-bottom:5px solid #d0d0d0;
	}

/** NEWS *** see: sidebar section for sidebar list **/
.news_summary_item {}
.news_summary_item h2 { }
.news_content { }
.news_content p { }

/** *** WEBLINKS *** **/

div.weblink_item {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 5px dotted #aa0;
	}
div.weblink_item h2 {
	margin:0;padding:0;
	}
div.weblink_item p.summary {
	font-size:11px;
	margin:0;padding:0;
	}

.sidebar_section .weblink_item { border: 0; margin: 3px 0; }

/** *** STUFF *** */
.ggla,
.amza,
.bnra,
.sbra {
	text-align:center;
	margin: 3px auto;
	}

