/* @override 
	http://blackboxtrading.net/themes/market/styles.css
	http://www.blackboxtrading.net/themes/market/styles.css
*/

/*
Based on a Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License

Updated by John Jeeves to fit in with my Simple CMS model. http://www.vibrant-solutions.net
*/

* {
	margin: 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
}
ul {
	list-style:  none;
}

body {
	font: 100% "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #fffeff;
	background:  #000;
}

#maincontainer {
	margin: 0;
	position: relative;
	min-width: 850px;
}

#header {
	color: #fff;
	min-width: 850px;
	display: block;
	position: relative;
}

#header h1 {
	font-size: 200%;
	padding: 20px 40px 40px;
	font-style: italic;
	background: #666666;
	font-weight: bold;
	height: 20px;
	font-variant: small-caps;
	color: #fffeff;
	border-bottom: 10px solid #444444;
	line-height: 80%;
}

#header h1 em {
	font-weight: normal;
	display: block;
	font-size: 60%;
}

#header ul {
	display: block;
	width: 150px;
	font-size: 70%;
	margin-top: 10px;
	padding-left: 10px;
	margin-right: 20px;
	float: left;
}

#header ul li {
	display: inline;
}

#header ul li a {
	display: block;
	padding: 6px 20px;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	background: #ccc;
}

#header ul li a:hover {
	background: #cc0000;
	color: #fff;
}

.
#header ul #advert {
	padding: 0;
}

#LeftColumn {
	display: block;
	margin: 0;
	padding: 10px;
	color: black;
	background: #000;
}

#RightColumn {
	display: block;
	margin: 10px 10px 10px 0;
	padding: 5px;
	float: right;
	width: 120px;
}

#TopAdvert {
	width: 468px;
	height: 60px;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1000;
}

#TopAdvert div.cse-branding-right {
	padding:  10px;
	float:  right;
}

#TopAdvert div.cse-branding-right div.cse-branding-text {
	display: none;
}

#cse-search-box div input {
	color:  #000;
	background: #fff;
	padding: 2px;
}

#PageContent {
	display: table;
	margin: 10px;
	margin-bottom: 0;
}


#PageContent #RelatedNews li {
	list-style-type: none;
	display:  block;
	margin:  20px 0px;
	font-size:  80%;	
}

#PageContent  #RelatedNews li a {
	text-decoration: none;
	color:  #ccc;
}
#PageContent  #RelatedNews li a strong {
	font-size:  120%;
	color:  white;
	}
#PageContent  #RelatedNews li a:hover strong {
	color:  #cc0000;
	text-decoration:  underline;
	}

#PageContent p {
	font-size: 70%;
	line-height: 160%;
	margin-bottom: 10px;
}

#PageContent a {
	color: #ffffff;
	text-decoration: underline;
	margin:  0 10px;
}

#NewsContent img {
	float:  left;
	margin:  10px;
	
}

#RelatedNewsTitle {
	font-size:  160%;
	clear: both;
	display:  block;
	padding:  10px 0px;
	color: #c0c0c0;
	background-color: #444;
	margin: 10px 0px;
	clear: both;
}
#PageContent a:hover {
color:  #cc0000;
}
#PageContent h1 {
	font-size: 160%;
	color: #ffffff;
	margin-bottom: 10px;
}

#PageContent h2 {
	font-size: 140%;
	color: #ffffff;
	margin-bottom: 10px;
}

#PageContent h3 {
	font-size: 120%;
	color: #ffffff;
	margin-bottom: 10px;
}

#PageContent ul {
	margin: 10px 0px;
	font-size: 80%;
	line-height: 160%;
}

#PageContent li {
	list-style: square;
}

#footer {
	font-size: 80%;
	display: block;
	clear: both;
	color: #FFF;
	background: #000000;
}

#footer strong {
	display: block;
	padding: 10px 20px;
	background: #444444;
}

#footer a {
	margin: 0 10px;
	display: inline;
	color: white;
}

#footer em {
	padding: 5px 20px;
	display: block;
	background-color: #212121;
}

#rssFeed {
	margin-top: 10px;
	border-top: 1px dotted #CCC;
	padding-top: 10px;
}

.rssFeedItems {
	font-size: 70%;
	padding: 5px 0;
	clear: both;
	line-height: 160%;
}

.rssFeedItems img {
	float: left;
	margin: 0 20px 20px 0;
}

.rssFeedItems a {
	color: #000;
	text-decoration: none;
}

.rsstitles {
	font-size: 130%;
	color: #ffffff;
	display: block;
	margin-bottom: 5px;
}
.rsstitles:hover {
	color:  #cc0000;
	text-decoration:  underline;
}

#rssFeed div.rssFeedItems p {
	font-size:  110%;
	
}

#rssFeed div.rssFeedItems em {
	color: #ffffff;
	font-size:  80%;
	
}

#PublishDate {
	color: #ffffff;
	font-size:  90%;
	margin-bottom:  10px;
	
}

#NewsContent {
	display:  block;
	padding:  20px 0px;
	font-size:  90%;
	left-align: left;
	
	
}

#OriginalArticleLink {
	font-size:  80%;
	margin-bottom:  20px;
	
}

.rsstitles em {
	font-size: 80%;
	color: #000;
}