/*
Theme Name: GenXYZ.org
Theme URI: www.blogtuine.com	
Description: Theme by blogtuine.com
Version: 1.0
Author: LZM
Author URI: blogtuine.com
Please keep my footer
*/



/* General */

body {
	margin: 0;
	background: url("images/background.gif") repeat-x;
}

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

img {
	border: 0;
}

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


/* Wrapper */

#wrapper {
	background: url("images/wrapper.gif") repeat-x left bottom;
}


/* Page */

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


/* Header */

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

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 0px;
		left: 0px;
		display: none;
	}
	
	#header #header-info h1 {
		color: #cc0000;
		font: normal 20px Arial, Verdana;
		padding-bottom: 5px;
	}
	
	#header #header-info h1 a {
		color: #cc0000;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #333333;
		font: bold 13px Arial, Verdana;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 121px;
		left: 39px;
		width: 920px;
		height: 30px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 920px;
		height: 30px;
	}
	
	#header #header-menu ul li {
		font: bold 12px/28px Arial;
		color: #ffffff;
		float: left;
		margin-right: 10px;
	}
	
	#header #header-menu ul li a {
		color: #ffffff;
		padding: 1px 21px;
		text-decoration: none;
		display: block;
	}
	
	#header #header-menu ul li a:hover {
		background: #cc0000;
		border: 1px solid #cccccc;
		padding: 0 20px;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}
	
	#header #header-menu ul li.current_page_item a {
		background: #cc0000;
		border: 1px solid #cccccc;
		padding: 0 20px;
	}
	
	/* Header - Bookmarks */
	
	#header #header-bookmarks {
		position: absolute;
		top: 84px;
		left: 675px;
		width: 340px;
		height: 16px;
	}
	
	#header #header-bookmarks ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 340px;
		height: 16px;
	}
	
	#header #header-bookmarks ul li {
		float: left;
		margin-right: 6px;
		width: 16px;
		height: 16px;
	}


/* Main */

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

	/* Main - Content */
	
	#content {
		float: left;
		width: 618px;
		padding: 35px 20px 0 21px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 40px;
		width: 618px;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 618px;
			color: #333333;
			font: bold 12px Arial, Verdana;
			position: relative;
		}
		
		#content .post .post-title a {
			color: #333333;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			width: 94px;
			height: 55px;
			float: left;
			font: bold 12px Arial, Verdana;
			background: url("images/post_date.jpg") no-repeat;
			margin-right: 15px;
			text-align: center;
		}
		
		#content .post .post-title .post-date span {
			font-size: 28px;
			display: block;
			padding-top: 3px;
			margin-bottom: -2px;
		}
		
		#content .post .post-title h2 {
			color: #cc0000;
			font: bold 28px Arial, Verdana;
		}
		
		#content .post .post-title h2 a {
			color: #cc0000;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-title-info {
			padding-top: 3px;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 12px/19px Arial, Verdana;
			color: #000000;
			width: 618px;
		}
		
		#content .post .post-entry a {
			color: #cc0000;
			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 #3d0703;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			clear: both;
			width: 596px;
			height: 30px;
			border: 1px solid #c5c5c5;
			background: #f1f1f1;
			font: bold 13px/30px Arial, Verdana;
			color: #000000;
			padding: 0 10px;
		}
		
		#content .post .post-info a {
			color: #cc0000;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Subtitle */
		
		#content .post h3 {
			margin: 20px 0 5px 0;
			color: #cc0000;
			font: normal 18px Arial, Verdana;
		}
		
		/* Post - Comments */
		
		#content .post .comments {
			font: normal 12px/19px Arial, Verdana;
			color: #000000;
			width: 618px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #cc0000;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #f1f1f1;
		}
		
		#content .post .comments ol li cite {
			color: #cc0000;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #cc0000;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #cc0000;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comment Form */
		
		#content .post #commentform {
			font: normal 12px/19px Arial, Verdana;
			color: #000000;
			width: 593px;
			padding-left: 25px;
			margin: 0;
		}
		
		#content .post #commentform a {
			color: #cc0000;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		float: left;
		font: bold 13px Arial, Verdana;
		color: #cc0000;	
		width: 618px;
	}
	
	#content .navigation a {
		color: #cc0000;
		margin-bottom: 40px;
		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: left;
		width: 341px;
		font: normal 13px/19px Arial, Verdana;
		color: #cccccc;
	}
	
	#sidebar a {
		color: #ffffff;
		text-decoration: underline;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	/* Main - Sidebar - Boxes */
	
	#sidebar .sidebar-box {
		margin: 0 auto;
		width: 339px;
		border-top: 1px solid #6a403d;
		margin-bottom: 20px;
	}
	
	#sidebar .sidebar-box-search {
		width: 341px;
		height: 62px;
		margin-bottom: 20px;
	}
	
	#sidebar .sidebar-box-feed {
		width: 341px;
		height: 64px;
		margin-bottom: 20px;
	}
	
		/* Sidebar - Search */
		
		#sidebar #sidebar-search {
			position: relative;
			width: 341px;
			height: 62px;
			background: url("images/sidebar_search.gif") no-repeat;
		}
		
		#sidebar #sidebar-search #search-form {
			position: absolute;
			top: 12px;
			left: 19px;
			margin: 0;
			padding: 0;
			width: 294px;
			height: 27px;
		}
		
		#sidebar #sidebar-search #sb {
			width: 249px;
			height: 13px;
			border: 0;
			padding: 7px 10px;
			font: normal 11px Arial, Verdana;
			color: #343434;
			background: transparent;
			float: left;
		}
		
		#sidebar #sidebar-search #searchsubmitb {
			background: transparent;
			border: none;
			width: 25px;
			height: 27px;
			padding: 0;
			float: right;
		}
		
		/* Sidebar - Feed */
		
		#sidebar .sidebar-feed {
			margin: 0 auto;
			width: 197px;
			height: 64px;
		}
		
		/* Sidebar - Titles */
		
		#sidebar h3 {
			width: 315px;
			height: 50px;
			padding-left: 24px;
			font: bold 15px/50px Arial, Verdana;
			color: #f1f1f1;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0 39px 0 40px;
			list-style-type: none;
			width: 260px;
		}
		
		#sidebar ul li {
			color: #cccccc;
			font: normal 14px/28px Arial, Verdana;
		}
		
		#sidebar ul li a {
			color: #cccccc;
			padding-left: 20px;
			text-decoration: none;
			background: url("images/sidebar_menu.gif") no-repeat;
			display: block;
		}
		
		#sidebar ul li a:hover {
			text-decoration: none;
			font-weight: bold;
			color: #ffffff;
			background: url("images/sidebar_menu_hover.gif") no-repeat;
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul {
				padding: 0;
			}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			padding-top: 20px;
			width: 339px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 279px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			margin: 0 auto;
			width: 160px;
		}
		
		#sidebar #calendar_wrap table {
			width: 160px;
		}
		
		#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: 0 25px;
		}
		
		/* Sidebar - Sponsors */
		
		#sidebar .sidebar-sponsors {
			width: 290px;
			margin: 0 auto;
		}
		
		#sidebar .sidebar-sponsors-banner {
			float: left;
			width: 125px;
			padding: 0 10px 20px 10px;
		}


/* Footer */

#footer {
	width: 930px;
	height: 58px;
	padding: 7px 35px 0 35px;
	color: #333333;
	font: normal 11px/58px Arial, Verdana;
}

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

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

