﻿/*------------------------------------------------------------
                    regular HTML elements
------------------------------------------------------------*/
html 
{ 
	padding: 0px;
	margin: 0px;
}

body 
{
	background-color: #000000;
	background: #000000;
	color: #eee;
	/* font-size: 12px; */ 
	font: 74% Arial, Sans-Serif; 
	line-height: 1.4em; 
	text-align: center;
	/* margin: 0px; */
	margin: 0px;
	padding: 0px;
}

a 
{ 
	color: #AEB9CC;
	background: inherit; 
	text-decoration: none;
}

a:hover 
{ 
	background: inherit;
	text-decoration: underline;
}

h2 
{
	background-color: inherit; 
	color: #BC6247; 
	font-size: 140%; 
	line-height: 1.2em; 	
	font-weight: bold; 
	margin: 3px 0 3px 0; 
}

hr 
{
	clear: both;
	background-color: #3c3c3c;
	color: #3c3c3c;
	border: 0;
	height: 1px;
}

img 
{
	border: 0;
}

p 
{ 
	background: inherit;
	color: #888; 
	margin: 4px 8px 4px 8px; 
	padding: 0; 
}

table
{
	border: none;
	border-collapse: collapse;
}

/*------------------------------------------------------------
                    3-column layout elements
------------------------------------------------------------*/
#box 
{
	background: #202020;
	background-color: #202020;
	text-align: left;
	width: 1020px;
	margin: 0px auto;
	padding: 0px;
}

#header
{
	background: inherit;
	background-color: inherit;
	margin: 0;
	padding: 0 0 4px 0;
}

#left  
{
	background: inherit;
	background-color: inherit;
	float: left;
	width: 120px; 
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#center 
{ 
	background: #333333;
	background-color: #333333;
	font-size: 95%;
	float: left;
	width: 456px;
	overflow: auto;
}

#right 
{ 
	background: inherit;
	background-color: inherit;
	font-size: 95%;
	float: left;
	width: 444px;
	padding: 0px;
}

/*------------------------------------------------------------
                   AJAX collapsible panels
------------------------------------------------------------*/
.collapsePanel 
{
	height: 0px;
	/* background-color: white; */
	background: inherit;
	background-color: inherit;
	overflow: hidden;
}

.collapsePanelHeader 
{ 
	/* border: 1px solid #2F4F4F; */
	/* color: white; */
	/* background-color: #2E4D7B; */
	/* font-family: Arial, Sans-Serif; */
	/* font-size: 12px; */
	/* font-weight: bold; */
	/* padding: 5px; */
	/* margin-top: 5px; */
	/* cursor: pointer; */
	border: none;
	background: #3c3c3c;
	background-color: #3c3c3c;
	margin-top: 1px;
	padding: 2px;
	cursor: pointer;
	height: 100%;
}

.collapsePanelHeader .headline
{ 
	color: #AEB9CC;
	font-family: Tahoma, Sans-Serif;
	font-size: 110%;
	line-height: 1.2em; 	
	font-weight: bold;
	margin: 0;
	padding: 0px 12px 0px 6px;
}

.collapsePanelHeader .headline:hover 
{ 
	background: inherit;
	text-decoration: underline;
}

.collapsePanelHeader .rightDetails
{ 
	color: #AEB9CC;
	margin: 0;
	padding: 0px 6px 0px 6px;
	float: right;
}

.collapsePanelHeader .rightDetails:hover 
{ 
	background: inherit;
	text-decoration: underline;
}

.collapsePanelHeader img
{
	float: left;
	padding: 3px 6px 3px 6px;
}

/*------------------------------------------------------------
                    feed elements
------------------------------------------------------------*/
.feedTable 
{
	width: 100%;
}

.feedTable th
{
	background-color: inherit; 
	font-weight: normal;
}

.feedTable th h2
{
	background-color: inherit; 
	color: #BC6247;
	text-align: center;
	font-family: Verdana, Sans-Serif;
	font-weight: normal;
	font-size: 160%; 
	line-height: 1.2em; 	
	margin: 18px 6px 3px 6px;
}

.feedTable th .subscribe
{
	float: right;
	vertical-align: middle;
	margin: 24px 18px 3px 18px;
}

.feedTable th .blogDesc
{
	background: inherit;
	color: #888;
	clear: both;
	text-align: center;
	margin: 4px 8px 4px 8px; 
	padding: 0; 
}

.feedElement
{
	margin: 0;
	padding: 6px 9px 6px 9px;
}

.feedElement .headline 
{
	background-color: inherit; 
	color: #BC6247; 
	font-size: 140%; 
	font-weight: bold; 
	/* margin: 10px 0 10px -16px; */
	margin: 10px 0 10px 0px;
	padding: 0; 
}

.feedElement p 
{
	background: inherit;
	color: #eee; 
	margin: 3px 6px 3px 6px; 
	padding: 0;
}

.feedElement blockquote {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #BBB;
}

.feedElement img {
	margin: 3px 6px 6px 6px;
}

.feedElement ul { 
	/* list-style: none; */
	/* margin: 0; */
	/* padding: 2px; */
	list-style-position: outside;
	margin: 0 0 0 16px;
	padding: 0 0 0 4px;
}
	
.feedElement li { 
	/* margin: 0 0 6px 16px; */
	/* padding: 0 0 4px 0; */
	list-style-image: url('images/img-li.gif');
	margin: 0;
	padding: 0;
}

.feedElement .date { 
	color: #ccc; 
	background-color: inherit; 
	font-size: 90%;
	border-top: 1px solid #555;
	text-align: right; 
	margin: 2px 0 8px 0; 
	padding: 2px 0 0 0;
}

.feedElement .footer
{
	width: 100%;
	text-align: right;
	font-size: 95%;
	line-height: 1.2em;
}

.feedPager
{
	text-align:right;
	margin: 2px 6px 2px 2px;
}

/*------------------------------------------------------------
                    other elements
------------------------------------------------------------*/

#header p
{
	background: inherit;
	color: #888; 
	text-align: center;
	font-family: Verdana, Sans-Serif;
	font-size: 96%;
	margin: 4px 140px 4px 140px; 
	padding: 0; 	
}

#left .content
{
	padding: 6px 3px 6px 3px;
}

#left .content h2
{
	text-align: center;
	font-size: 120%;
}

#right .contentTable
{
	border-collapse: collapse;
	width: 100%;
	border: none;
	padding: 0;
	margin: 0;
}

#right .contentTable td
{
	padding: 0;
	margin: 0;
}

/*---------------- menu1 ----------------*/
#left .menu1, #right .menu1 
{
	text-align: left;
	margin: 6px 0 3px 0; 
	padding: 0;
}

#left .menu1 a, #right .menu1 a 
{
	display: block;
	background: #BF3E18 url("images/img-vmenuarrow.gif") no-repeat center left;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 0 1px 0;
	padding: 2px 0 2px 19px;
}

#left .menu1 a:hover, #right .menu1 a:hover 
{
	color: #FFFFFF;
	background: #822C0F url("images/img-vmenuarrowhover.gif") no-repeat center left;
}

/*---------------- boxAd1 ---------------*/
#left .boxAd1, #right .boxAd1 {
	background: #24292F;
	color: #BBB;
	width: auto;
	border: 1px solid #AEB9CC;
	text-align: center;
	margin: 6px 0 3px 0; 
	padding: 3px;
}

#left .boxAd1 a, #right .boxAd1 a { 
	color: #AEB9CC;
	background: inherit; 
	text-decoration: none;
}

#left .boxAd1 a:hover, #right .boxAd1 a:hover { 
	background: inherit;
	text-decoration: underline;
}

#left .boxAd1 h2, #right .boxAd1 h2 {
	background-color: inherit; 
	color: #BC6247; 
	font-size: 120%; 
	line-height: 1.2em; 	
	font-weight: bold; 
	margin: 3px 0 3px 0; 
	padding: 0;
}

/*---------------- navBar ---------------*/
#nav {
	height: 35px;
	line-height: 35px;
	background-image: url('images/img-bg-navigation-bar.gif');
	background-repeat: repeat-x;
	padding: 0 10px;
}

#nav ul {
	list-style-type: none;
}

#nav li {
	float: left;
	text-align: center;
	margin-right: 10px;
}

#nav li a {
	display: block;
	padding: 0 15px;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

#nav li a:hover {
	background-image: url('images/img-bg-navigation-bar-hover.gif');
	background-position: center;
	background-repeat: no-repeat;
	color: #222222;
}
