/*
font-family: Verdana, Arial, Geneva, 'Trebuchet MS', 'Bitstream Vera Sans', Helvetica, Swiss, SunSans-Regular, sans-serif;
font-family: Georgia,"Bitstream Vera Serif",Palatino,Garamond,"Times New Roman",serif;

Key colors:
blue text:	#225
*/

/********** 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: #E4F6E5;
	}
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:2px solid #12180c;
	border-bottom:none;
	text-align:left;
	background:#fff;
	}
/**
	*** MASTHEAD ***
**/
#masthead {
	background:#000 url(/assets/images/masthead.jpg);
	margin:1px;
	height:58px;
	}
#masthead h1,
#masthead h1 a,
#masthead h1 a:link,
#masthead h1 a:visited {
	font-family: Verdana, Arial, Geneva, 'Trebuchet MS', '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;
	}

/**
	*** NAVIGATION ***
**/
#navigation {
	height:1.8em;
	line-height:1.8em;
	padding: 15px 0 10px 8px;
	background:transparent;
	color:#ffffff;
	}
#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: #222;
	}
#navigation li.here {
	background:inherit;
	color: #555;
	}
* 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:2px solid #272f22;
	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-size:15px;
	}

.sidebar h2 {
	font-size:12px;
	letter-spacing:0.1em;
	margin:5px 0; padding:0px;
	text-align:left;
	font-style:italic;
	}

.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: 0 0 10px 0;
	border-bottom: 10px solid #d0d0d0;
	}
.sidebar_section h2 {
	font-weight:normal;
	}
.sidebar .intro {
	margin:0 10px 0 30px;
	}

/** *** SIDEBAR LEFT *** **/
#sidebar_left {
	float: left;
	width: 210px;
	margin-left: -725px;
	}
#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;
    }


/** *** 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; }

/** *** FEEDBURNER *** **/
#site_feedburner_sub_form { margin:10px 0; text-align:right;}
#site_feedburner_sub_form h3 { }
#site_feedburner_sub_form p { font-size:9px; }
#site_feedburner_sub_form p.label { font-size:9px; }
#site_feedburner_sub_form p.smalltext { font-size:8px; color:#666; }
#site_feedburner_sub_form input.email { font-size:9px; }
div.site_feedburner_button { text-align:right; }
div.site_feedburner_button p { }

/** *** 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;
	}

/** *** WORK MENU *** **/
#work_menu li.current a {
	color: #666;
	}
#work_menu li.last a {
	padding-bottom:5px;
	}

/**
	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 1px 1px 1px;
	background:#1E3239;
	}
#footer p {
	padding:0;
	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_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; }

/**
	*** 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 .content { }
#centre_panel .blog_post .blog_content p {
	font-size:11px;
	line-height:1.8em;
	}

/**
	*** FEATURES ***
**/
div.feature_post h1 {
	font-size:30px;
	font-style:italic;
	}

.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 { }

/** *** TERMS & CONDITIONS *** **/
#terms ol { padding:0 20px; }

/** *** ADVERTISING *** */
.ad, .google_ad, .amazon_ad { text-align:center; margin: 3px auto; }
div.ad.main_section { width:470px; }


/** *** ALAMY *** **/
#AlamySearch {
	display:block;
	width: 300px;
	margin: 0 auto;
	border:1px solid #ccc;
	padding:1px;
	line-height:1em;
	}
#AlamySearch img {
	float:right;
	margin: 0 0 2px 3px;
	}
#AlamySearch h1, #AlamySearch h1 a {
	font-family: Verdana, Arial, Geneva, 'Trebuchet MS', 'Bitstream Vera Sans', Helvetica, Swiss, SunSans-Regular, sans-serif;
	font-size:12px;
	padding:0 0 2px 0;margin:0;
	text-align:right;
	}
#AlamySearch p, #AlamySearch p a {
	color:#333;
	font-size:9px;
	line-height:1em;
	padding:0 0 2px 0;margin:0;
	text-align:right;
	}