/*
	site.css for Mansfield-Devine

	key colours:
	M blue:		#797B90
	D pink:		#AF8484
	dot green:	#8BA68D
*/

br.clear, br.clear_both { clear:both; }
br.clear_left { clear:left; }
br.clear_right { clear:right }

/**
	*** MAIN PAGE SECTIONS ***
**/

#page_container {
	width: 850px;
	margin: 10px auto;
	padding: 0;
	background: url(/assets/images/backgrounds/bg_tint_fff.gif);
	}
#page {
	border:1px dotted #aaa;
	padding:0;
	}

/**
	*** TOP SECTION ***
**/
/**
	*** MASTHEAD ***
**/
#masthead {
	height:58px;
	}
#masthead h1,
#masthead h1 a,
#masthead h1 a:link,
#masthead h1 a:visited {
	font-size:30px;
	font-weight:normal;
	padding:10px;
	color:#666;
	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; }
#topwrapper {
	}

/**
	*** MAIN SECTION ***
**/
#container {
	margin:0 auto;
	text-align:left;
	}
#container a:hover {
	text-decoration:underline;
	}
/**
	*** CENTRE PANEL ***
*/
#centre_panel {
	float: left;
	display: inline;
	padding: 5px 15px 25px 15px;
	margin:0;
	}
/* html * #centre_panel {
	display: inline;
	}*/
.col1 {
	width: 830px;
	margin: 0 auto;
    }
.col2L {
	width: 550px;
	margin-left: 250px;
    }
.col2R {
	width: 540px;
    }
.col3 {
	width: 480px;
	margin-left:225px;
    }
#centre_panel h1 {
	margin:0 0 10px 0;
	padding:0;
	}
#centre_panel h1.page_title {
	margin:0 0 10px 0;
	color:#797B90;
	letter-spacing:0.2em;
	}
#centre_panel h2 {
	margin: 0 0 5px 0;
	color:#333;
	}
#centre_panel h2.page_intro {
	font-size:10px;
	font-weight:normal;
	color:#555;
	}
.content p { line-height:1.5em; margin:0; padding:5px 0; }
#centre_panel ul {
	margin-left:15px;
	text-align:justify;
	}


/**
	MAIN CONTENT
**/

.post { }
div.post.blog_post { margin: 30px 0; }
.post h1 { }
.post h1.headline a {
	font-family: Georgia,"Bitstream Vera Serif",Palatino,Garamond,"Times New Roman",serif;
	font-size:28px;
	font-style:italic;
	color:#533;
	letter-spacing:0.1em;
	}
.post h2 { }
.post h2.standfirst {
	font-family: Georgia,"Bitstream Vera Serif",Palatino,Garamond,"Times New Roman",serif;
	font-size:13px;
	color:#555;
	}

.content { }
div.content p { line-height:1.8em; }

.content img {
	}
img.post_img {
	}
img.post_img_left, img.post_img_right {
	background: #bbb;
	padding:1px;
	border:1px solid #666;
	}
	
img.left, img.post_img_left {
	margin: 0 5px 5px 0;
	}
img.right, img.post_img_right {
	margin: 0 0 5px 5px;
	}

.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 * .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;
	}

/**
	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: 5px 15px 20px 15px;margin:0;
	background: url(/assets/images/backgrounds/corner-top.jpg) top left no-repeat;
	border:0;
	border-top:1px dotted #ccc;
	border-left:1px dotted #ccc;
	}

.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: 240px;
	}

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

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

/**
	*** ADS ***
**/
.ad, .sidebar_banner, .sidebar_ad {
	text-align:center;
	margin:5px auto;
	}
.ad, .sidebar_banner img, .sidebar_ad img {
	margin:0 auto;
	}
.main_section { width: 470px; }


/** *** 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 *** **/
p.RSS_feed {
	/* used for section-specific feeds set up in docVars */
	text-align:center;
	}
p.RSS_feed img {
	vertical-align:middle;
	margin: 0 10px 0 0;
	}
p.RSS_bookmark {
	/* used for links to, eg, Bloglines etc */
	text-align:center;
	margin:3px 0;
	}
div.rss_link {
	text-align: center;
	margin: 5px 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 {
	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 {
	padding:5px 0;
	margin: 0 auto;
	background:#797B90;
	}
#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; }


/** *** 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 { }


/** 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 *** */
.google_ad, .amazon_ad { text-align:center; margin: 3px auto; }

/** *** 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-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;
	}
