/*  

Theme Name: My PC Wordpress Theme

Theme URI: wptemplates.org

Description: PC lovers wp theme

Version: 1.0

Author: mikozv

Author URI: wptemplates.org

*/







/* General */



body {

	margin: 0;

	background: #19232b;

	font-family: Arial;

}



h1, h2, h3, h4 {

	margin: 0;

}



a {

	color: #0286ee;

	text-decoration: none;

}



a:hover {

	color: #0286ee;

	text-decoration: underline;

}



img {

	border: 0;

}



p {

	margin:0px;

}





/* Page */



#page {

	margin: 0 auto;

	width: 1020px;

	background: url("images/page_bg.gif") repeat-y;

}



#page-in {

	width: 1020px;

	background: url("images/page.jpg") no-repeat;

}





/* Header */



#header {

	width: 1020px;

	height: 150px;

	position: relative;

}



#header h1 {

	color: #e2e3e4;

	font: normal 34px Arial;

	position: absolute;

	top: 15px;

	left: 60px;

}

	

#header h1 a {

	color: #e2e3e4;

	text-decoration: none;

}



#header .description {

	color: #e2e3e4;

	font: normal 23px Arial;

	position: absolute;

	top: 55px;

	left: 290px;

	text-transform: lowercase;

}



#header #searchform {

	position: absolute;

	top: 19px;

	right: 95px;

	margin: 0;

	padding: 0;

	width: 224px;

	height: 24px;

}



#header #s {

	width: 216px;

	height: 16px;

	padding: 4px;

	border: none;

	background: transparent;

}



#header #searchsubmit {

	visibility: hidden;

	width: 1px;

}



#header #icons {

	position: absolute;

	top: 21px;

	right: 55px;

	width: 37px;

	height: 18px;

}



#header #icons a.left {

	float: left;

}



#header #icons a.right {

	float: right;

}



#header ul {

	margin: 0;

	padding: 0;

	list-style-type: none;

	position: absolute;

	top: 53px;

	left: 701px;

	height: 22px;

}



#header ul li {

	float: left;

	height: 10px;

	margin-top: 6px;

	border-right: 1px solid #73838f;

}



#header ul li a {

	float: left;

	margin-top: -6px;

	color: #ffffff;

	padding: 0 10px;

	font: bold 17px/22px Arial;

	text-decoration: none;

	text-transform: lowercase;

	

}



#header ul li a:hover {

	color: #45a5f1;

	text-decoration: none;

}





/* Main */



#main {

	margin: 0 auto;

	width: 1020px;

	background: url("images/main.jpg") no-repeat left bottom;

	min-height: 600px;

}



.clear {

	clear: both;

	height: 0px;

	overflow: hidden;

	margin: 0;

}





	/* Main - Content */

	

	#main #content {

		float: left;

		width: 565px;

		margin-top: 105px;

		margin-left: 70px;

		margin-bottom: 20px;

	}

	

	#main #content .post {

		font-size: 12px;

		color: #000000;

		float: left;

		margin-bottom: 20px;

		width: 565px;

	}

	

	#main #content .post img {

		padding:1px;
	
		border:1px solid #CCCCCC;

	}
	
	.pfImg {

		float:right;

		margin:3px 10px 0px 0px;

	}

	

	#main #content .post .date {

		font-size: 16px;

		font-weight: bold;

		color: #000000;

		margin-top: 3px;

		text-transform: lowercase;

	}

	

	#main #content .post h2 {

		padding: 20px 0 15px 0;

		color: #000000;

		font: bold 20px Arial;

		border-top: 3px dotted #000000;

	}

	

	#main #content .post h2 a {

		color: #000000;

		text-decoration: none;

	}

	

	#main #content .post h2 a:hover {

		text-decoration: underline;

	}

	

	#main #content .post .entry {

		line-height: 19px;

		padding-bottom: 10px;

		border-bottom: 1px dotted #000000;

	}

	

	#main #content .post .entry a {

		color: #0286ee;

		text-decoration: none;

		font-weight: bold;

	}

	

	#main #content .post .entry a:hover {

		color: #0286ee;

		text-decoration: underline;

	}

	

	#main #content .post .entry .picture {

		margin: 0 5px 5px 0;

		float: left;

	}

	

	#main #content .post .entry .more-link {

		font: bold 14px/20px Arial;

		color: #0286ee;

		float: right;

		margin-top: 5px;

	}

	

	#main #content .post .entry .more-link a {

		color: #0286ee;

		text-decoration: none;

	}

	

	#main #content .post .entry .more-link a:hover {

		color: #0286ee;

		text-decoration: underline;

	}

	

	#main #content .post .info {

		font: normal 14px Arial;

		color: #000000;

		padding-top: 20px;

		height: 110px;

		background: url("images/post_bottom.png") no-repeat center bottom;

	}

	

	#main #content .post .info a {

		color: #000000;

	}

	

	#main #content .post .info a:hover {

		text-decoration: underline;

	}

	

	#main #content .post .info .comms-links {

		font-weight: bold;

	}

	

	#main #content .post .info .comms-links a {

		font-weight: bold;

	}

	

	#main #content .post .title h3 {

		color: #000000;

		font: bold 16px/26px Arial;

		margin-top: 25px;

	}

	

	#main #content .post .comments {

		margin: 0;

	}

	

	#main #content .post .comments ol {

		margin: 10px 0 10px 0;

		padding-left: 20px;

	}

	

	#main #content .post .comments ol li {

		padding: 5px;

	}

	

	#main #content .post .comments ol li.alt {

		background: #f6f6f6;

	}

	

	#main #content .post .comments ol li cite {

		color: #0286ee;

		font-style: normal;

		font-weight: bold;

	}

	

	#main #content .post .comments ol li cite a {

		color: #0286ee;

		text-decoration: none;

	}

	

	#main #content .post .comments ol li cite a:hover {

		text-decoration: underline;

	}

	

	#main #content .post .comments ol li .commentmetadata a {

		color: #0286ee;

	}

	

	#main #content .post .comments ol li .commentmetadata a:hover {

		color: #0286ee;

		text-decoration: underline;

	}

	

	#main #content .post #commentform {

		margin: 0;

	}	

	

	/* Main - Sidebar */

	

	#main #sidebar {

		float: left;

		width: 260px;

		margin: 0 0 0 120px;

	}

	

	#main #sidebar .left {

		/*float: left;*/

		width: 200px;

	}

	

	#main #sidebar .right {

		float: right;

		width: 200px;

	}

	

	#main #sidebar .box {

		width: 125px;

		margin-bottom: 30px;

	}

	

	#main #sidebar .box h3 {

		font: normal 21px/28px Arial;

		color: #fefefe;

		height: 28px;

	}

	

	#main #sidebar .box ul {

		margin: 0;

		padding: 0;

		list-style: disc inside;

		color: #008fff;

	}

	

	#main #sidebar .box ul li {

		font: normal 13px/20px Arial;

	}

	

	#main #sidebar .box ul li a {

		color: #cccccc;

		text-decoration: none;

	}

	

	#main #sidebar .box ul li a:hover {

		color: #ffffff;

	}
	
	#main #list li {
		margin-bottom:25px;	
	}




/* Footer */



#footer {

	margin: 0 42px 0 44px;

	width: 934px;	/* 932 */

	height: 30px;

	border-top: 1px solid #999999;

	border-left: 1px solid #424a4d;

/*	border-right: #FF0000;	*/

	background: #4c4c4c url("images/footer_bg.gif") repeat-x left bottom;

}

/*

#footer #footer-in {

	min-height: 167px;

	background: url("images/footer.gif") no-repeat right bottom;

}

*/

#footer /*#footer-in*/ #footer-text {

	font: normal 12px Arial;

	text-align:center;

	/*height: 40px;*/

	color: #5c5c5c;

	clear: both;

	margin-left: 20px;

	padding-top: 10px;

}



#footer /*#footer-in*/ #footer-text a {

	color: #5c5c5c;

	text-decoration: none;

	font-weight: bold;

}



#footer /*#footer-in*/ #footer-text a:hover {

	text-decoration: underline;

}

/*

#footer #footer-in #bar {

	min-height: 135px;

	margin-left: 5px;

	margin-top: 7px;

	float: left;

	width: 100%

}



#footer #footer-in #bar .box {

	float: left;

	min-width: 100px;

	min-height: 135px;

	margin-right: 10px;

	background: url("images/footer_item.gif") repeat-y right top;

	padding-right: 30px;

	position: relative;

}



#footer #footer-in #bar .box .top {

	position: absolute;

	top: 0;

	right: 0;

	margin-top: -7px;

	background: url("images/footer_item_top.gif") no-repeat;

}



#footer #footer-in #bar .box .bottom {

	position: absolute;

	bottom: 0;

	right: 0;

	margin-bottom: -9px;

	background: url("images/footer_item_bottom.gif") no-repeat;

}



#footer #footer-in #bar .box h3 {

	font: normal 18px/25px Arial;

	color: #ffffff;

	height: 25px;

}



#footer #footer-in #bar .box ul {

	margin: 0;

	padding: 0;

	padding-left: 15px;

	list-style-type: none;

}



#footer #footer-in #bar .box ul li {

	color: #000000;

	font: normal 11px/17px Arial;

}



#footer #footer-in #bar .box ul li a {

	color: #000000;

	text-decoration: none;

	font-weight: bold;

}



#footer #footer-in #bar .box ul li a:hover {

	text-decoration: none;

	color: #ffffff;

}

*/