/*  
Theme Name: Silver Cards
Theme URI: http://test.qualitywordpress.com/?preview_theme=silvercards
Description: Silver cards is a sleek poker and online gambling wordpress theme.
Version: 1.0
Author: qualitywordpress
Author URI: http://qualitywordpress.com
*/



/* 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;
}


/* Page */

#page {
	margin:  auto;
	width: 909px;
}


/* Header */

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

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 160px;
		left: 530px;
	}
	
	#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: 285px;
		left: 3px;
		height: 27px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 27px;
	}
	
	#header #header-menu ul li {
	float: left;
	height: 27px;
	margin-right: 9px;
	color: #ffffff;
	border: 0px solid #FFFFFF;
	padding: 0 13px;
	background-image: url(images/header_menu.png);
	background-repeat: repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 27px;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
	
	#header #header-menu ul li a {
	color: #CCCC99;
	text-decoration: none;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}


/* Main */

#main {
	width: 909px;
	background: #262626 url("images/main.gif") repeat-y;
	
}

#main-top {
	width: 907px;
	background: url("images/main_top.gif") no-repeat;
}

#main-bottom {
	width: 907px;
	min-height: 50px;
	background: url("images/main_bottom.gif") no-repeat left bottom;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 655px;
		overflow:hidden;
		display:inline-block;
	}
	
	
	/* Main - Content - Post */
	
	#content .post {
		margin-left:35;
		margin-bottom: 25px;
		width: 555px;
	}
	
		/* 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: 555px;
	height: 35px;
	background: url("images/post_title.gif") repeat-x;
	color: #333300;
	padding: 5px 12px;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #663333;
		}
		
		#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: #333300;
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 45px;
	font-weight: bold;
		}
		
		#content .post .post-title h2 a {
	color: #333300;
	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 {
	color: #000000;
	padding: 0px 35px;
	margin-top: 25px;
	margin-left: 25px;
	width: 555px;
	background: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
		}
		
		#content .post .post-entry a {
	color: #339999;
	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;
			width: 535px;
			clear: both;
			font: bold 10px/19px Century Gothic;
			color: #000000;
			background: url("images/post_info.gif") no-repeat;
			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: 535px;
		}
		
		#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: 515px;
			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: 555px;
		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;
		}
	
	/* Main - Sidebar */
	
	.sidebar {
	float: right;
	width: 225px;
	color: #333300;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	display: inline;
	
	}
	
	.sidebar a {
	color: #333300;
	text-decoration: none;
	}
	
	.sidebar a:hover {
		text-decoration: underline;
	}
	
		/* Sidebar - Sides */
		
		.sidebar-left {
			padding: 12px 3px 15px 16px;
			display:inline;
		}
		
		.sidebar-right {
			padding: 23px 0 15px 3px;
			display:inline;
		}
		
		/* Sidebar - Titles */
		
		.sidebar h3 {
	padding-left: 10px;
	color: #FFFFFF;
	width: 245px;
	height: 26px;
	background: url("images/sidebar_title.gif") repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 100;
		}
		
		/* Sidebar - Menus */
		
		.sidebar ul {
			margin: 5px 0 8px 0;
			padding: 0;
			list-style-type: none;
		}
		
		.sidebar ul li {
	padding-left: 11px;
	color: #333300;
	background: url("images/sidebar_menu.gif") repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 25px;
		}
		
		.sidebar ul li a {
	color: #333300;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
		}
		
		.sidebar ul li a:hover {
			text-decoration: underline;
		}
		
			/* Sidebar - Submenus */
			
			.sidebar ul li ul {
				margin: 0;
				padding: 0;
			}
		
		/* Sidebar - Forms */
		
		.sidebar #searchform {
			margin: 0;
			padding: 5px 0 8px 0;
			width: 220px;
			text-align: center;
		}
		
		.sidebar #searchform #s {
			width: 150px;
		}
		
		/* Sidebar - Tables */
		
		.sidebar #calendar_wrap {
			margin: 0 auto;
			padding: 5px 0 8px 0;
			width: 240px;
		}
		
		.sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		.sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		.sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		.sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		.sidebar .textwidget {
			padding: 5px 4px 8px 4px;
		}
		
		/* Sidebar - Feed */
		
		.sidebar #sidebar-feed {
			margin: 5px auto 8px auto; 
			width: 200px;
			height: 60px;
		}
		.fl {
	color: #000000;
	font-size:10px;
	text-decoration:none;
	text-align:right;
	}

	.fl {
	color: #000000;
	font-size:10px;
	text-decoration:none;
	text-align:right;
	}

	.fl {
	color: #000000;
	font-size:10px;
	text-decoration:none;
	text-align:right;
	}


/* Footer */

#footer {
	width: 907px;
	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;
}
