/*  
Theme Name: ProGraphics Template
Theme URI: http://moonviper.com
Description: Designed by Moon Viper Web Services
Version: 1.0
Author: MoonViper
Author URI: http://moonviper.com
*/



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


body {
	margin: 0;
	background: url("images/bg.jpg");
}

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

img {
	border: 0;
	border-top-width: thin;
}

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

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
/* Page */

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


/* Header */

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

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 300px;
		left: 90px;
	}
	
	#header #header-info h1 {
		color: #FFFFFF;
		font: normal 33px Arial ;
		padding-bottom: 5px;
	}
	
	#header #header-info h1 a {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #FFFFFF;
		font: bold 15px Arial ;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 2px;
		left: 2px;
		height: 34px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 34px;
	}
	
	#header #header-menu ul li {
		float: right;
		height: 32px;
		margin-right: 11px;
		font: bold 12px/32px Arial ;
		color: #ffffff;
		background: url("images/header_menu.gif") repeat-x;
		border: 0px solid #9B9B9B;
		padding: 0 30px;
	}
	
	#header #header-menu ul li a {
		color: #9B9B9B;
		text-decoration: none;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}

/* Header - Feed */
	
	#header #header-feed {
		position: absolute;
		top: 340px;
		left: 8px;
		width: 40px;
		height: 40px;
	}


/* Main */

#main {
	width: 907px;
	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: right;
		width: 700px;
		margin-right:8px;
		overflow:hidden;
		display:inline
	}
	
	#content p{
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
	}
#content p img{
	border: none;
	padding: 0px 5px 15px 0px;
	}
	
	
#content ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 35px;
	}
#content ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#content li {
	margin: 0px;
	padding: 0px;
	}
	
#content ul li {
	list-style: disc outside;
	margin: 0px 30px 0px 30px;
	padding: 5px 0px 0px 0;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 25px;
		width: 800px;
	}
	
		/* 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 Arial ;
			overflow:hidden;			
		}
		
		/* Post - Title */
		
		#content .post .post-title {
	width: 800px;
	height: 65px;
	border: 0px solid #FFFFFF;
	background: url("images/post_title.gif") repeat-x;
	color: #000000;
	font:  10px;
	padding: 0 10px;
	font-family: "Arial", Times, serif;
		}
		
		#content .post .post-title a {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title h2 {
	color: #ffffff;
	font: bold 15px/45px;
	float: left;
	font-family: Georgia, "Arial", Times, serif;
		}
		
		#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;
	color: #FFFFFF;
	padding: 0 15px;
	width: 650px;
	background: #000000;
	float: left;
	font-family: "Arial", Times, serif;
		}
		
		#content .post .post-entry a {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .more-link {
			font: bold 11px/20px Arial ;
			color: #FFFFFF;
			float: right;
			padding-bottom: 5px;
		}
		
		#content .post .post-entry .more-link a {
			color: #FFFFFF;
			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: 485px;
	clear: both;
	font: bold 10px/19px;
	color: #000000;
	background: url("images/post_info.gif") no-repeat;
	text-align: right;
	font-family: "Arial", Times, serif;
		}
		
		#content .post .post-info a {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: blink;
		}
		
		/* Post - Comments */
		
		#content .post .post-entry h3 {
	color: #000000;
	font: bold 14px;
	margin: 25px 0 5px 0;
	font-family: "Arial", Times, serif;
		}
		
		#content .post .post-entry .comments {
	font: normal 11px/18px;
	color: #000000;
	width: 465px;
	font-family: "Arial", Times, serif;
		}
		
		#content .post .post-entry .comments a {
			color: #FFFFFF;
			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;
	color: #FFFFFF;
	width: 450px;
	padding-left: 15px;
	margin: 0;
	font-family: "Arial", Times, serif;
		}
		
		#content .post .post-entry #commentform a {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#content .post .post-entry #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
	font: bold 11px/25px;
	color: #000000;
	width: 495px;
	height: 25px;
	float: left;
	margin-bottom: 25px;
	font-family: "Arial", Times, serif;
	}
	
	#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: left;
		width: 170px;
		font: normal 11px/18px Arial ;
		color: #DBDBDB;
		display:inline;
	}
	
	.sidebar a {
		color: #DBDBDB;
		text-decoration: none;
	}
	
	.sidebar a:hover {
		text-decoration: underline;
	}
	
		/* Sidebar - Sides */
		
		.sidebar-left {
			padding: 12px 3px 15px 16px;
			display:inline;
		}
		
		.sidebar-right {
			padding: 12px 0 15px 3px;
			display:inline;
		}
		
		/* Sidebar - Titles */
		
		.sidebar h3 {
			padding-left: 10px;
			font: bold 14px/26px Arial ;
			color: #FFFFFF;
			width: 159px;
			height: 26px;
			background: url("images/sidebar_title.gif") repeat-x;
		}
		
		/* Sidebar - Menus */
		
		.sidebar ul {
			margin: 5px 0 8px 0;
			padding: 0;
			list-style-type: none;
		}
		
		.sidebar ul li {
			padding-left: 11px;
			color: #DBDBDB;
			font: 10px/25px Arial ;
			background: url("images/sidebar_menu.gif") repeat-x;
		}
		
		.sidebar ul li a {
			color: #DBDBDB;
			text-decoration: none;
		}
		
		.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: 170px;
			text-align: center;
		}
		
		.sidebar #searchform #s {
			width: 140px;
		}
		
		/* Sidebar - Tables */
		
		.sidebar #calendar_wrap {
			margin: 0 auto;
			padding: 5px 0 8px 0;
			width: 130px;
		}
		
		.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: 160px;
			height: 60px;
		}


/* Footer */

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

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

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