/*
Theme Name: Poker Dreams
Theme URI: http://wpjunction.com
Description: A theme by <a href="http://wpjunction.com">Website Designs</a>.
Version: 1.0
Author: HPA
Author URI: http://wpjunction.com 
*/


/* General */

body {
	margin: 0;
	background: #4484a7;
}

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

img {
	border: 0;
}

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


/* Page */

#page {
	margin: 0 auto;
	width: 1004px;
	background: url("images/page.jpg") no-repeat;
}


/* Header */

#header {
	width: 1004px;
	height: 400px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 102px;
		left: 197px;
		width: 610px;
		text-align: center;
	}
	
	#header #header-info h1 {
		color: #c5161d;
		font: normal 36px Century Gothic;
		padding-bottom: 3px;
	}
	
	#header #header-info h1 a {
		color: #c5161d;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #170e2a;
		font: normal 14px Century Gothic;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 346px;
		left: 27px;
		width: 942px;
		height: 42px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 942px;
		height: 42px;
		text-align: left;
	}
	
	#header #header-menu ul li {
		display: inline;
		height: 42px;
		font: normal 14px/42px Arial, Verdana;
		color: #ffffff;
		margin: 0 3px;
	}
	
	#header #header-menu ul li a {
		color: #ffffff;
		text-decoration: none;
		padding: 13px 10px;
	}
	
	#header #header-menu ul li a:hover {
		color: #FFFFFF;
		background: url("images/header_menu.gif") repeat-x;
	}
	
		/* Header - Menu - Submenu */
		
		#header #header-menu ul li ul {
			display: none;
		}
	
	/* Header - Search */
	
	#header #header-search {
		position: absolute;
		top: 447px;
		left: 725px;
		width: 229px;
		height: 40px;
	}
	
	#header #header-search #searchform {
		margin: 0;
		padding: 0;
		width: 229px;
		height: 40px;
	}
	
	#header #header-search #s {
		width: 228px;
		height: 15px;
		border: 0;
		padding: 13px 0 12px 0;
		font: normal 12px Arial, Verdana;
		color: #FFFFF;
		background: transparent;
		float: left;
	}
	
	#header #header-search #searchsubmit {
		background: transparent;
		border: none;
		width: 0;
		height: 40px;
		padding: 0;
		float: right;
		display: none;
	}
	
	/* Header - Feed */
	
	#header #header-feed {
		position: absolute;
		top: 409px;
		left: 616px;
		width: 101px;
		height: 105px;
	}


/* Main */

#main {
	width: 1004px;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 581px;
		padding: 0 8px 0 12px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 3px;
		width: 581px;
		background: url("images/post.gif") repeat-y;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 551px;
			height: 80px;
			background: url("images/post_title.gif") no-repeat;
			padding: 7px 15px 0 15px;
			color: #a60e12;
			font: normal 11px Century Gothic;
		}
		
			#content .post .post-title-page {
				height: 54px;
			}
		
		#content .post .post-title a {
			color: #a60e12;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: none;
		}
		
		#content .post .post-title h2 {
			float: left;
			color: #394755;
			font: normal 28px/54px Trebuchet MS;
		}
		
		#content .post .post-title h2 a {
			color: #394755;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: none;
		}
		
		#content .post .post-title .post-date {
			float: right;
			color: #a60e12;
			width: 60px;
			text-align: center;
			font-size: 12px;
			padding-right: 41px;
		}
		
		#content .post .post-title .post-date .post-date-day {
			display: block;
			font-size: 28px;
			padding-top: 3px;
			margin-bottom: -3px;
		}
		
		#content .post .post-title .post-title-info {
			clear: both;
			width: 551px;
			height: 25px;
			line-height: 25px;
		}
		
			#content .post .post-title .post-title-info .post-title-author {
				float: left;
				background: url("images/icon_author.gif") no-repeat left center;
				padding: 0 15px 0 20px;
			}
			
			#content .post .post-title .post-title-info .post-title-category {
				float: left;
				background: url("images/icon_category.gif") no-repeat left center;
				padding: 0 15px 0 20px;
			}
			
			#content .post .post-title .post-title-info .post-title-comments {
				float: left;
				background: url("images/icon_comments.gif") no-repeat left center;
				padding: 0 0 0 20px;
			}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 12px/20px Arial, Verdana;
			color: #465963;
			width: 551px;
			padding: 0 15px;
			padding-bottom: 7px;
			float: left;
			background: url("images/post_entry.gif") no-repeat left bottom;
		}
		
		#content .post .post-entry a {
			color: #465963;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry a.more-link {
			font-weight: bold;
		}
		
		#content .post .post-entry blockquote {
			border-left: 10px solid #465963;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Post - Subtitle */
		
		#content .post h3 {
			margin: 20px 0 5px 0;
			color: #465963;
			font: normal 20px Arial, Verdana;
		}
		
		/* Post - Comments */
		
		#content .post .comments {
			font: normal 12px/20px Arial, Verdana;
			color: #465963;
			width: 551px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #465963;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #c43827;
		}
		
		#content .post .comments ol li cite {
			color: #465963;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #465963;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #465963;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comment Form */
		
		#content .post #commentform {
			font: normal 12px/20px Arial, Verdana;
			color: #465963;
			width: 526px;
			padding-left: 25px;
			margin: 0;
		}
		
		#content .post #commentform a {
			color: #465963;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 13px Arial, Verdana;
		color: #FFFFFF;
		padding: 0 8px;
		float: left;
		width: 565px;
	}
	
	#content .navigation a {
		color: #FFFFFF;
		text-decoration: none;
		margin-bottom: 10px;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
	
	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 391px;
		font: normal 12px/18px Century Gothic;
		color: #1b2233;
		margin-top: 117px;
	}
	
	#sidebar a {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#sidebar a:hover {
background: #c43827;
		text-decoration: underline;
	}
	
	/* Main - Sidebar - Sides */
	
	#sidebar #sidebar-left {
		float: left;
		width: 195px;
	}
	
	#sidebar #sidebar-right {
		float: right;
		width: 195px;
	}
	
	/* Main - Sidebar - Boxes */
	
	#sidebar .sidebar-box {
		width: 195px;
		margin-bottom: 3px;
	}
	
	#sidebar .sidebar-box-top {
		width: 195px;
	}
	
	#sidebar .sidebar-box-bottom {
		width: 181px;
left bottom;
		padding: 7px;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			width: 181px;
			height: 30px;
			font: normal 16px/30px Century Gothic;
			color: #80c0e3;
			text-align: left;
font-weight: bold;
padding-bottom: 2px;
border-bottom: 3px solid #35779c;
			text-transform: uppercase;
			margin-bottom: 5px;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0 4px 2px 4px;
			list-style-type: none;
		}
		
		#sidebar ul li {
			color: #FFFFFF;
			font: normal 12px/20px Arial, Verdana;
		}
		
		#sidebar ul li a {
			color: #FFFFFF;
			text-decoration: none;
			padding-left: 5px;
border-bottom: 1px solid #377495;
background: #4d8caf;
			display: block;
			margin-bottom: 2px;
		}
		
		#sidebar ul li a:hover {
			text-decoration: none;
			color: #FFFFFF;
background: #c43827;
border-bottom: 1px solid #9b0a0d;
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul {
				padding: 0;
			}
			
			#sidebar ul li ul li a {
				padding-left: 12px;
				margin-bottom: 2px;
			}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			padding: 20px 0;
			width: 181px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 141px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			margin: 0 auto;
			width: 145px;
			padding-bottom: 2px;
		}
		
		#sidebar #calendar_wrap table {
			width: 145px;
		}
		
		#sidebar #calendar_wrap caption {
			margin: 0 auto;
			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: 0px 5px 2px 5px;
		}


/* Footer */

#footer {
	width: 945px;
	height: 47px;
	padding: 7px 14px;
	margin: 4px auto;
	background: url("images/footer.gif") no-repeat;
	color: #FFFFFF;
	font: normal 12px/47px Arial, Verdana;
	text-align: right;
	text-transform: uppercase;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

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