/* Eric Meyer's Reset CSS.	
 * --------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0px none;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: ;
}
body {
	line-height: 1.5;
}
a {
text-decoration: none;
color:#CC0000;

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 1px dotted #ccc;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Layout
 * --------------------------------------------------------------------------------------- */
  
html {
	background: #fafafa;
	font: 62.5% Arial, Helvetica, sans-serif;
	color: #333;
}
 
body {
	padding-top: 5px;

}
 
#header {
	width: 980px;
	background: #fafafa url('images/header.gif') top center no-repeat;
	margin: 0 auto;
}

	#top-nav {
		width: 960px;
		padding-top: 15px;
		text-align: right;
	}
	
	* html #top-nav {
		padding-top: 10px;
	}
	
		#top-nav ul {
			float: right;
			margin-right: 5px;
		}
			
			#top-nav li {
				float: left;
			}
			
				#top-nav li a {
					font: bold 1.1em Arial, Helvetica, sans-serif;
					text-decoration: none;
					display: block;
					padding: 3px 0;
					margin-left: 20px;
					text-transform: uppercase;
					color: #8c8a8a;
				}
				
				#top-nav li a:hover {
					text-decoration: underline;
				}
	
 
	#header-container {
		width: 940px;
		margin: 0 auto;
		padding: 10px 0 0px;
		overflow: hidden;
		clear: both;
	}
	
		#header-content {
			float: left;
			width: 230px;
		}
	
			#header-content h1 {
				font: bold 3em Arial, Helvetica, sans-serif;
				letter-spacing: -1px;
				line-height: 1;
				padding-right: 5px;
			}
			
				#header-content h1 a {
					text-decoration: none;
					color: #069dc3;
				}
			
			#header-content #description {
				display: none;
			}
		
		#header-container #top-adv {
			width: 426px;
			float: left;
		}

		
		#searchform {
			float: right;
			width: 250px;
			position: relative;
			top: 32px;
			text-align: right;
		}
		
			#searchform #s {
				background: url('images/input-bg.gif') top left no-repeat;
				border: 1px solid #ccc;
				padding: 4px 5px;
				width: 140px;
				margin-right: 10px;
				font: bold 1em Arial, Helvetica, sans-serif;
			}
			
			#searchsubmit {
				border: 2px solid #8e8e8e;
				border-left: 2px solid #f9f9f9;
				border-top: 2px solid #f9f9f9;
				text-transform: uppercase;
				padding: 0 3px;
			}		

#header-bottom {
	width: 980px;
	background: #fff url('images/header-bottom.gif') bottom center no-repeat;
	margin: 0 auto;
	height: 7px;
}

#content {
	width: 980px;
	margin: 0 auto;
	position: relative;
	background: url('images/body-bg.gif') repeat-y;
	padding-top: 5px;
	padding-bottom: 20px;
	min-height:500px;
	height:auto !important;
	height:500px;
}

#left-sidebar {
	position: absolute;
	left: 5px;
	width: 210px;
	border: 1px solid #ccc;
	margin: 0 15px;
}

	.categories {
		background: #fff;
	}
				
		.categories h3{
			font: bold 1.7em Arial, Helvetica, sans-serif;
			background: url('images/category-header.gif') top repeat-x;
			padding: 10px 5px;
		}
		
		.categories ul {
			margin: 0 10px 0 14px;
			padding-bottom: 20px;
		}

			.categories ul li {
				background: url('images/category-icon.gif') left center no-repeat;
				padding: 7px 0 7px 20px;
				border-bottom: 1px dashed #ddd;
			}
			
				.categories ul li a {
					font: bold 1.3em Arial, Helvetica, sans-serif;
					letter-spacing: -1px;
					text-decoration: none;
					color: #cc0000;
				}
				
				.categories ul li a:hover {
						text-decoration: underline;
				}


#right-sidebar {
	position: absolute;
	right: 10px;
	width: 190px;
	border: 1px solid #ccc;
	margin: 0px 10px;
}

	
	#right-sidebar .side-adv {
		background: #fff url('images/adv-box-2.gif') 2px top no-repeat;
		margin-left: 0;
		width: 170px;
		padding: 30px 10px 0;
	}

	#content-container {
		width: 516px;
		margin: 0 220px 0 240px;
		background: #fff url('images/content-top.gif') top left no-repeat;
		border: 1px solid #ccc;
	}
	
	#content-footer {
		width: 486px;
		background: url('images/content-footer.gif') bottom repeat-x;
		padding: 35px 0 5px 30px;
	}
	
		.post {
			padding: 0;
			clear: both;
			background: url('images/divider.gif') bottom no-repeat;
			overflow: hidden;
			font-size: 12px; 
		}
		
			.post-image {
				margin-top: 20px;
				text-align: center;
			}


			.post h2 {
				font: bold 1.7em Arial, Helvetica, sans-serif;
				background: url('images/category-header.gif') top repeat-x;
				padding: 10px 5px;
			}
			
			.post h3 {
				font: bold 1.4em Arial, Helvetica, sans-serif;
				padding: 10px 25px 5px;
			}
			
				.post h3 a {
					color: #333;
					text-decoration: none;
				}
				
				.post h3 a:hover {
						text-decoration: underline;
				}
				
				.post h3 a:active {
					text-decoration: underline;
				}

			.post .post-author {
				font: 1.1em Arial, Helvetica, sans-serif;
				padding: 0 25px;
			}
			
				.post-author a {
					text-decoration: none;
					font-style: italic;
					font-weight: bold;
					color: #333;
				}

				.post-author a:hover {
						text-decoration: underline;
				}				
	
			.post .post-date {
				float: right;
				margin-top: -25px;
				margin-right: 10px;
				font: bold 1.1em Arial, Helvetica, sans-serif;
				font-style: italic;
			}
			
			.entry {
				font: 1.2em Arial, Helvetica, sans-serif;
				margin: 10px 0;
				padding: 7px 23px;
				line-height: 1.5;
			}
			
				.entry p {
					margin-bottom: 10px;
				}
				
				.entry .more a {
					font: bold 1em Arial, Helvetica, sans-serif;
					color: #cc0000;
					text-decoration: none;
				}
				
				.entry .more a:hover {
					text-decoration: underline;
				}
		
		.align-right {
			text-align: right;
		}
		
			.align-right .post-image {
				float: right;
				padding-top: 5px;
				margin: 0 0px 20px 20px;
			}
			
		.last {
			background: #fff;
		}
	
		.widget {
			padding-bottom: 15px;
			background: #fff;
		}
		
	 		.widget h3 {
			font: bold 1.7em Arial, Helvetica, sans-serif;
			background: url('images/category-header.gif') top repeat-x;
			padding: 10px 5px;
		}

			.widget ul {
				padding: 0 7px;
				margin-top: 5px;
			}
			
				.widget ul li {
					background: url('images/category-icon.gif') left 3px no-repeat;
					padding-left: 14px;
					font-size: 1.1em;
					margin-bottom: 5px;
					color: #666;
				}
				
				* html .widget ul li {
					height: 1%;
				}
				
					.widget ul li a {
						font: bold 1em Arial, Helvetica, sans-serif;
						color: #333;
						text-decoration: none;					
					}
					
					.widget ul li a:hover {
						text-decoration: underline;
					}
		
			#popular-posts a, #recent-posts a {
				display: block;
			}
		
		.side-adv {
			background: #fff url('images/adv-box.gif') 5px top no-repeat;
			height: 192px;
			padding: 35px 0 0 10px;
			width: 198px;
		}
		
		
		
#footer {
	clear: both;
	width: 980px;
	margin: 0 auto;
	padding: 15px 0 20px;
	overflow: hidden;
	font: 1.1em Arial, Helvetica, sans-serif;
	background: url('images/footer.gif') bottom no-repeat;
}

	#footer p {
		float: left;
		margin: 0 50px 0 50px;
		font-weight: bold;
	}
	
	#footer ul {
		float: left;
	}
	
		#footer ul li {
			float: left;
		}
		
			#footer ul li a {
				text-decoration: none;
				display: block;
				padding: 0 10px;
				font-weight: bold;
				color: #666;
			}
			
			#footer ul li a:hover {
				text-decoration: underline;
			}
 
.Screenshot {
padding: 1px;
background-color: #CCCCCC;}

img.center, div.center {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important; }

img.alignright, div.alignright {
	float: right;
	margin: 0 0 2px 6px; }

img.alignleft, div.alignleft {
	float: left;
	margin: 0 6px 2px 0; }

div.img div {
	font-size: 0.9em;
	line-height: 1.6em;
	text-align: center;
	background-color: #F0F0F0;
	border-top: 1px solid #f2f0d9;
	border-bottom: 1px solid #e6e4cf;
	padding: 2px;
	margin-top: 2px; }