@charset "utf-8";
/* CSS Document */
 
/* Begin html tags */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #e1e1d7 url(/journalism/images/background.gif) repeat-x;
	margin:0px;
	padding:0px;
}
a {
	color:#CC0000;
}

/* End html tags */


/* Begin header */
.header {
	background:url(/journalism/images/header.gif) no-repeat;
}

.logo {
	padding-left: 10px;
	vertical-align: middle;
}


/* Styles for the entire LavaLamp menu */
.lavalamp {
		position: relative;
		height: 20px;
		width: 400px;
		padding-left: 12px;
		margin: 2px;
		overflow: hidden;
}
.lavalamp li {
		float: left;
		list-style: none;
}
.lavalamp li a {
			font: bold 12px arial;
			text-decoration: none;
			color: #fff;
			text-align: center;
			top: 3px;
			display: block;
			float: left;

			margin: auto 10px;    
}
/* End Styles for the entire LavaLamp menu */


/* Styles for flag */
ul#flags {
	list-style: none;
	margin: 0;
	padding: 0 0 0 8px;
	height: 25px;
	width: 180px;
    background: url(/journalism/images/bg_flag.gif) no-repeat top;
	float:right;
}
ul#flags li {
	float: left;
	display: inline;
	height: 13px;
	margin: 6px 0 0 9px;
	overflow: hidden;
}
ul#flags li a {
	display: block;
	height: 11px;
	text-indent: -999em;
	border:#FFFFFF solid 1px;
}
ul#flags li.can a {
	background: url(/journalism/images/flag_can.gif) 0 0 no-repeat;
	width:16px;
	height:11px;
}
ul#flags li.fr a {
	background: url(/journalism/images/flag_fr.gif) 0 0 no-repeat;
	width:16px;
}
ul#flags li.gb a {
	background: url(/journalism/images/flag_gb.gif) 0 0 no-repeat;
	width: 16px;
}
ul#flags li.us a {
	background: url(/journalism/images/flag_us.gif) 0 0 no-repeat;
	width: 16px;
}
ul#flags li.af a {
	background: url(/journalism/images/flag_af.gif) 0 0 no-repeat;
	width: 16px;
}
ul#flags li.ot a {
	background: url(/journalism/images/flag_ot.gif) 0 0 no-repeat;
	width: 16px;
}
ul#flags li.can a:hover, ul#flags li.fr a:hover,
ul#flags li.gb a:hover, ul#flags li.us a:hover, ul#flags li.af a:hover, ul#flags li.ot a:hover{
	background-position: 0 -11px;
}
ul#flags li#selected a {background-position: 0 -11px;}
/* End Styles for flag */

/* End header */


/* Begin Contents */

/* Begin Sidebar */
#sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;

}
#sidebar ul {
	padding-left: 7px ; 
 	margin-left: 7px; 
}

#sidebar ul li {
	list-style: none;

}
#sidebar h2 {
	color:#CC0000;
	font-size:10px;
	text-transform:uppercase;
}


#sidebar ul ul {
	margin-bottom:15px;
 	padding-left: 20px ; 
 	margin-left: 20px; 
}
#sidebar ul ul li {
	margin-bottom:4px;
	list-style-image: url(/journalism/images/arrow.gif);
	border-bottom: dotted 1px #cc0000;
}
#sidebar ul ul li a{
	text-decoration:none;
	color:#333333;
}
#sidebar ul ul li a:hover{
	text-decoration:none;
	color:#cc0000;
	background-color:#ffffcc;
}
#sidebar ul ul li#selected a {
	text-decoration:none;
	color:#cc0000;
}

.gsearch {
padding-top:20px;
float:right;
text-align:left;
width:85%;

}
.sidebar_ads {
padding-top:20px;
padding-bottom:20px;
float:right;
text-align:left;
width:85%;

}

/* End Sidebar */

/* Begin contentbox */
#contentbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	padding:5px 10px 20px 10px;
	line-height: 17px;
}

.title {
color:#fff;
background-color:#CC0000;
font-family: Arial, Helvetica, sans-serif;
text-transform:uppercase;
font-size: 13px;
font-weight:bold;
padding: 2px 5px 2px 5px;

}

#contentbox h2.subtitle{
color:#CC0000;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 24px;
font-weight:normal;
padding-bottom: 5px;
border-bottom: solid 1px #cccccc;
margin-bottom:10px;
}

#contentbox h1,#contentbox h2,#contentbox h3,#contentbox h4,#contentbox h5,#contentbox h6{
color:#CC0000;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;
margin-top:5px;
}
.entry p {
margin-bottom:1em;
}

.article {
margin-top:15px;
overflow:hidden;
}
.article_ads {
margin-top:25px;
overflow:hidden;
text-align:center;
}
#contentbox ul {
list-style-type:none;
margin:0;
padding:0;
}
#contentbox ul li {
	background:transparent url(/journalism/images/arrow.gif) no-repeat scroll left center;
	padding:0 0 0 10px;
	list-style: none;

}
#contentbox  blockquote {
background:#f0f0f0 none repeat 0 0;
margin:10px;
overflow:hidden;
padding:5px;
}

#contentbox  img.left {
	float:left;
	padding: 5px;
	margin: 5px;
	background-color: #f0f0f0;
	border: 1px solid #CCCCCC;
}
#contentbox  img.right {
	float:right;
	padding: 5px;
	margin: 5px;
	background-color: #f0f0f0;
	border: 1px solid #CCCCCC;
}
#contentbox img.box {
	padding: 5px;
	margin: 5px;
	background-color: #f0f0f0;
	border: 1px solid #CCCCCC;
}
#contentbox a:hover{
	text-decoration:none;
	color:#cc0000;
	background-color:#ffffcc;
}

/* End contentbox */

/* End Contents */

.divider {
	clear: both;
	border-top: 1px solid #ccc;
	width: 100%;
	margin-top: 15px;
	height: 15px;
       display: block;
	}

/* Begin Footer */
.footer {
	color: #999;
	text-align: center;
	padding: 12px 0;
	background: url(/journalism/images/footer.gif) no-repeat;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
.footer a {
	font-weight:bold;
	color: #666;
}
.footer a:hover {
font-weight:bold;
color: #cc0000;
}
.footer a.current{
color: #cc0000;
}

/* End Footer */
