/*
Theme Name: Silver Cards
*/





/* General */
* {
  margin: 0;
  padding: 0;
}


body {
	margin: 0;
	background: #000000;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

body a {
	color:#000000;
}

/* Page */

#page {
	margin: 0 auto;
	width: 1000px;
}


/* Header */

#header {
	width: 1000px;
	height: 400px;
	background: url("images/header.jpg") no-repeat;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 160px;
		left: 560px;
	}
	
	#header #header-info h1 {
		color: #FFFFFF;
		font: normal 33px Century Gothic;
		padding-bottom: 5px;
	}
	
	#header #header-info h1 a {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #FFFFFF;
		font: bold 15px Century Gothic;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 265px;
		left: 408px;
		height: 34px;
		overflow:hidden;
		width:53%;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 34px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 32px;
		margin-right: 2px;
		font: bold 12px/32px Century Gothic;
		color: #ffffff;
		background: url("images/header_menu.gif") repeat-x;
		border: 0px solid #FFFFFF;
		padding: 0 5px;
	}
	
	#header #header-menu ul li a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}


/* Main */
/
#main {
	width: 1000px;
	/*background: #262626 url("images/main.gif") repeat-y;*/
}
/*
#main-top {
	width: 1000px;
	background: url("images/main_top.gif") no-repeat;
}

#main-bottom {
	width: 1000px;
	min-height: 50px;
	background: url("images/main_bottom.gif") no-repeat left bottom;
}
*/
	/* Main - Content */
	
	#content {
		float: left;
		width: 78%;
		-width:79%;
		margin:10px 0px 15px 10px;
		background:#ffffff;
        padding:5px;
	}
	#charts {
	width:98%;
	overflow:hidden;
	margin:10px 0px 0px 0px;
	padding:5px;
	background:#ffffff;
}
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 25px;
		width: 98%;
	}
	
		/* Post - Date */
		
		#content .post .post-date {
			background: url("images/post_date.gif") no-repeat;
			width: 169px;
			height: 44px;
			color: #ffffff;
			text-align: center;
			font: bold 10px/65px Century Gothic;
			overflow:hidden;			
		}
		
		/* Post - Title */
		
		#content .post .post-title {
			width: 98%;
			height: 65px;
			border: 0px solid #FFFFFF;
			background: url("images/post_title.gif") repeat-x;
			color: #000000;
			font: bold 10px Century Gothic;
			padding: 0 15px;
		}
		
		#content .post .post-title a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title h2 {
			color: #ffffff;
			font: bold 15px/45px Century Gothic;
			float: left;
		}
		
		#content .post .post-title h2 a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-title-info {
			float: left;
			line-height: 45px;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 11px/18px Century Gothic;
			color: #000000;
			padding: 0 15px;
			width: 98%;
			background: #FFFFFF;
			float: left;
		}
		
		#content .post .post-entry a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .more-link {
			font: bold 11px/20px Century Gothic;
			color: #000000;
			float: right;
			padding-bottom: 5px;
		}
		
		#content .post .post-entry .more-link a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			padding: 0 10px 0 0;
			clear: both;
			font: bold 10px/19px Century Gothic;
			color: #000000;
			background: url("images/post_info.gif") repeat-x;
			text-align: right;
		}
		
		#content .post .post-info a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post .post-entry h3 {
			color: #000000;
			font: bold 14px Century Gothic;
			margin: 25px 0 5px 0;
		}
		
		#content .post .post-entry .comments {
			font: normal 11px/18px Century Gothic;
			color: #000000;
			width: 465px;
		}
		
		#content .post .post-entry .comments a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry .comments a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .comments ol {
			margin: 10px 0 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .post-entry .comments ol li.alt {
			background: #cccccc;
		}
		
		#content .post .post-entry .comments ol li cite {
			color: #000000;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .post-entry .comments ol li cite a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .comments ol li .commentmetadata a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry #commentform {
			font: normal 11px/18px Century Gothic;
			color: #FFFFFF;
			width: 450px;
			padding-left: 15px;
			margin: 0;
		}
		
		#content .post .post-entry #commentform a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 11px/25px Century Gothic;
		color: #000000;
		width: 495px;
		height: 25px;
		float: left;
		margin-bottom: 25px;
	}
	
	#content .navigation a {
		color: #000000;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}

.separator {
	clear:both;
	float:none;
}
/* SIDEBAR ITEMS 
************************************/

body#charts-sidebar-body {
    background-color: #ffffff;
    width: auto;
    padding: 0px;
    background-image: none;
}

body#charts-sidebar-body #sidebar, .cell #sidebar {
float: none;
clear: both;
margin: 0px;
padding:0px;
width:auto;
}


#sidebar {
	float: left;
	width: 180px;
	-width:160px;
	color: #ffffff;
	padding:5px;
	margin: 10px 0px 15px 0px;
	background:#484127;
	border:1px solid #99927a;
	font-size:8pt;
}

#sidebar ul li h4, #sidebar h2 {
	width: auto;
    height: auto;
    font-size: 12pt;
    font-weight: bold;
    padding:5px;
    margin: 0;
    color: #ffffff;
	text-align:center;
    letter-spacing: normal;
    background:#000000 url(images/sidebar_title.gif) repeat-x;
	background-position:top;
}

#sidebar ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
#sidebar ul ul, #sidebar ul ol.links {
	padding:0px;
	margin:0px;
	color: #bdbdbd;
}

#sidebar ul ul li {
    background-position: left;
    padding: 5px 5px 5px 15px;
	margin:0px;
    vertical-align:middle;
	border-bottom:1px dotted #000000;
	list-style:none;
}

#sidebar ul ol.links li { 
	background-position: left;
	list-style-position: inside;
    padding: 5px 0px 5px 15px;
    vertical-align:middle;
	border-bottom:1px dotted #000000;
}
#sidebar .banners {
	padding:5px;
	text-align:center;
	vertical-align:middle;
}
#sidebar .banners .banner {
	margin:5px;
}

#sidebar .banners .banner a img, .banners .banner object {
	text-align:center;
	vertical-align:middle;
	margin-bottom:10px;
	border:none;
}

.banners .banner embed {

}

#sidebar a {
text-decoration: none;
color: #ffffff;
font-size:10pt;
}

#sidebar a:hover {
text-decoration: underline;
}



/* Footer */

#footer {
	width: 1000px;
	height: 83px;
	background: #000000;
	color: #ffffff;
	font: 10px/20px Century Gothic;
	text-align: center;
}

#footer a {
	color: #ffffff;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: underline;
}




/**************************************/
.cell {
	width: auto;
    float: none;
	margin:0px 2px 10px 2px;
}

.cell .content {
	font-size:8pt;
}
.cell .content  #tabs, .cell .content #accordeon {
	padding:5px;
	border:1px solid #000000;
}

td.c1, td.c2, td.c4, td.c5, td .c6, td.c7, td.c8 , td.c9, td.c10  {
	text-align: center; 
	vertical-align: middle;
}
.charts table td table tr td {
    vertical-align: middle;
}
.charts table td {
    vertical-align: top;
}
.emptycell {
	background-color: transparent;
}

.content table {
	border-top:1px solid #BFBFBF;
	border-bottom:none;
	color:#000000;
	width:100%;
	font-size:8pt;
	background-color:#000000;
	font-family:Verdana;
}

.content table a {
	color:#000000;
	text-decoration:none;
	font-size:8pt;
}

.content table a:hover{
	text-decoration:underline;
}

  .cell h2 {
	color:#000000;
	 width: auto;
    height: auto;
    font-size: 12pt;
    font-weight: bold;
    padding: 5px;
    margin: 0;
}  
#charts .cell h2 a  {
    text-align:center;
    text-decoration:none;
    color:#000000;
}
    
#charts .cell h2 a:hover  {
    text-decoration:underline;
    color:#3A3A3A;
}
    
    
.cell .content table tr th {
    color:#ffffff;
    padding:5px 2px 5px 2px;
    font-size:7pt;
	font-weight:normal;
    background:#70623d url(images/header_menu.gif) repeat-x;
	background-position:top;
    }

.cell .content table tr td {
    padding:3px;
	color:#000000;
	font-size:8pt;
    background:#DCDCDC url(images/post_info.gif) repeat-x;
}    
    
.cell .content table tr:hover td {
	background:#b3b3b3;
}
    
.cell .content table tr td img {
    vertical-align:middle;
    }

  

a img {
    border:none;
    }

.cell .footer {
    background:#000000;
    padding:5px;
    margin-bottom:10px;
	color:#ffffff;
	text-transform:lowercase;
    }
    
.cell .footer a {
    color:#BFBFBF;
    text-decoration:underline;
    }
    
.cell .footer a:hover {
    color:#ffffff;
    text-decoration:none;
   }
#content .content  #tabs, #content  .content  #accordeon, .cell .content p {
	padding:10px;
}   
   
#content .content  #tabs  ul {
	list-style:none;
}

#content .content  #tabs  ul li a, #content .content  #accordeon a, .cell .content p a {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

#content .content  #tabs  ul li a:hover, #content  .content  #accordeon a:hover, .cell .content p a:hover {
	text-decoration:underline;
	color:#3a3a3a;
}
   
.cell .content object, .cell .content embed {
    width: 100%;
}