/* LWM Article Global CSS Document */
/* This contains all global settings applicable to all articles. */
/* All configurable styles must be preceded by a comment starting with "/**" */


/** Formats the default background colour and font colour of the top bar which states the section name in all articles. The background colour is overwritten by the section colour set within section settings if applicable*/
#art_topbar {
	width: 590px; 
	font-size: 11px; 
	font-weight: bold; 
	line-height: 25px; 
	display: block; 
	background: #22508C; 
	color: #FFFFFF; 
	padding-left: 10px; 
	float:left; 
}

/** Formats the colour of the font and border of the date in all articles */
#art_datebar {
	width: 590px; 
	clear:both; 
	font-size: 11px; 
	line-height: 25px; 
	display: block; 
	color: #828282; 
	padding-right: 10px; 
	text-align: right; 
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #828282;
	float:left; 
}

#art_headline {width: 580px; clear:both; float:left; }


/** Formats the default colour of the article headline | page titles through out the entire site. */
#art_headline h1 {
	font-size: 24px; 
	font-family:Arial; 
	color: #22508C; 
	margin-top: 15px; 
	margin-bottom: 15px; 
	font-weight: normal; 
	line-height: 28px
}

#art_author {width: 580px; float:left; clear:both; border-bottom: 1px solid #828282; margin-bottom: 15px;}
#art_author img {float:left; margin-right: 10px; border: 1px solid #828282;}
#art_author h2 {font-size: 11px; font-family:Verdana; margin-bottom: 0px; margin-top: 35px; }
#art_author h3 {font-size: 11px; font-family:Verdana; color: #828282; font-weight: normal; margin-bottom: 5px;}

#art_back {width: 580px;clear:both; margin-bottom: 15px;}


/** Formats the default colour of the "back to..." link at the bottom of every page */
#art_back a {
	font-size: 11px; 
	color:#22508C; 
	font-weight: bold; 
	text-decoration: none; 
}

/** Formats the default colour of the "back to..." link once rolled over */
#art_back a:hover {
	color:#4D81C6;
}

#art_margin {width: 590px; clear:both; padding-left: 10px; float:left;}


#art_body {
	width: 580px; 
	clear:both; 
	margin-bottom: 30px; 
	color:#000000; 
	font-size:100%; 
	font-family:Verdana;
	float: left;
}



#art_video_body {width: 580px; clear:both; float: left; font-size:100%; color:#000000; margin-bottom: 15px;}
#art_video_body_left {width: 404px; clear:both; float:left; margin-right: 15px; border: 1px solid #828282;}
#art_video_body_right {width: 157px; float:right; border: 1px solid #828282;}
#art_video_body_right p {font-size:0.75em;  font-weight: normal; margin:10px;}

#art_summarytxt {width: 580px; clear:both; font-size:100%; color:#000000; border-bottom: 1px dashed #828282; border-top: 1px solid #828282;}
#art_summarytxt p {font-size:0.75em;  font-weight: bold; padding-bottom: 10px; padding-top:10px; line-height: 1.8em;}

#art_thanktxt {width: 580px; clear:both; font-size:100%; color:#000000; border-bottom: 1px dashed #828282; border-top: 1px solid #828282; margin-bottom: 30px;}
#art_thanktxt p {font-size:0.75em;  font-weight: bold; padding-bottom: 10px; padding-top:10px; line-height: 1.8em;}

#art_question {width: 580px; clear:both; font-size:100%; color:#000000; margin-bottom: 15px; float: left;}
#art_question p {font-size:0.75em;  font-weight: normal; padding-top:10px;}

#art_pollbody {width: 580px; clear:both; border-top: 1px solid #828282; margin-bottom: 15px; float: left;}
#art_pollbody p {font-size:0.75em; font-weight: normal; margin-right: 10px; margin-top: 10px; }

#art_poll_result {width: 420px; border: 1px dashed #828282; font-size:100%; color:#000000; margin-top: 15px;float:right; margin-left: 10px}
#art_poll_result img {margin: 10px}


#art_footer {clear:both; border-top: 1px solid #828282; width: 600px;  padding-top: 10px}

#art_footer ul {list-style-type: square; margin:6px; padding-left:10px;}
#art_footer li {margin:0em 0em 0.2em 0em; color:#828282}

/** Formats the colour of the dashed border that splits the "Other articles in this section" from "Related articles" */
#art_other {
	font-size: 11px; 
	font-weight: bold; 
	clear:both; 
	display:inline; 
	float:left; 
	width: 280px; 
	margin-left: 10px; 
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #BBC7DB;
}

#art_related {font-size: 11px; font-weight: bold; display:inline; float:right; width: 280px; margin-right: 10px;}