/*  
Theme Name: Computer Analyze
Theme URI: http://computers.qualitywordpress.com
Description: 3D computer graphics for computer related themes
Version: 1.0
Author: qualitywordpress
Author URI: http://qualitywordpress.com
*/



/* General */

body {
	margin: 0;
	font-size: 12px;
	color: #FFFFFF;
	background: #101010 url("images/bg4.png") repeat-x center top;
	font: Tahoma;
}

h1, h2, h3, h4 {
	margin: 0;
}

p {
	margin: 0;
	padding: 5px 0 10px 0;
}

img {
	border: 0;
}

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 0 5px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 5px 0 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.aligncenter{
	display: inline;
	margin-left: auto;
	margin-right: auto;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

textarea {
	font: normal 11px "Tahoma";
	border: 0;
}

/* Page */

#page {
	margin: 0 auto;
	width: 1000px;
}


/* Header */

#header {
	width: 1000px;
	height: 340px;
	background: url("images/header_page2.png") no-repeat;
	font: 10px "Arial";
}

	/* Header - Info */
	
	#header #header-info-right {
		margin-top: 327px;
		margin-right: 70px;
		color: #848484;
		float: right;
	}
	
	#header #header-info-left {
		margin-top: 327px;
		margin-left: 20px;
		color: #848484;
		float: left;
	}
	
	#header #header-info h1 {
		color: white;
		font-size: 30px;
		font-weight: bold;
		font-family: Tahoma;
	}
	
	#header #header-info h1 a {
		color: #000000;
		text-decoration: none;
	}
	
	#header #header-info .description {
		text-align: center;
		color: #000000;
		font: bold 15px "Tahoma";
	}
	
	/* Header - Menu */
	
	#page #page-menu {
		height: 34px;
		margin-left: 200px;
	}
	
	#page #page-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 34px;
	}
	
	#page #page-menu ul li {
		height: 32px;
		font: bold 16px/32px "Tahoma";
		color: #FFFFFF;
		padding: 0 30px;
		float: left;
	}
	
	#page #page-menu ul li a {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#page #page-menu ul li a:hover {
		color: maroon;
		text-decoration: none;
	}
	
	#page #page-menu ul li ul {
		display: none;
	}


/* Main */

	/* Main - Content */
	
	#content {
		float: left;
		width:500px;
		padding: 0 0 0 20px;
	}
	
	/* Main - Content - Post */
	
	#content h1 {
		font: bold 18px "Tahoma";
		text-align: center;
		margin-top: 30px
	}
	
	#content .post {
		float: left;
		width: 500px;
		margin-top: 20px;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			height: 60px;
			background: url("images/entry_top2.png") no-repeat;
			color: #FFFFFF;
			font: bold 10px "Tahoma";
			padding: 0;
			margin: 0;
		}
		
		#content .post .post-title a {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			color: #02719C;
			text-decoration: none;
		}
		
		#content .post .post-title h2 {
			color: #FFFFFF;
			font: bold 24px "Tahoma";
			float: left;
			padding-left: 30px;
			padding-top: 12px;
		}
		
		#content .post .post-title h2 a {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			color: maroon;
			text-decoration: none;
		}
		
		/* Post - Entry */
		
		#content .post .post-bottom {
			height: 10px;
			padding: 0;
			margin: 0;
		}
		
		#content .post .post-entry {
			font: normal 12px/16px "Tahoma";
			color: #eeeeee;
			padding: 0px 30px 0px 30px;
			margin: 0;
		}
		
		#content .post .post-entry-page {
			font: normal 12px/16px "Tahoma";
			color: #eeeeee;
			padding: 0px 30px 0px 30px;
			margin: 0;
		}
		
		#content .post .post-entry-page img {
			border: 0;
		}
		
		#content .post .post-entry img {
			border: 0;
		}
		
		#content .post .post-entry a {
			color: maroon;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			color: white;
			text-decoration: none;
		}
		
		#content .post .post-entry-page a {
			color: maroon;
			text-decoration: none;
		}
		
		#content .post .post-entry-page a:hover {
			color: white;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link {
			font: bold 12px "Tahoma";
			color: maroon;
			float: right;
		}
		
		#content .post .post-entry .more-link a {
			color: maroon;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			color: white;
			text-decoration: none;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			font: normal 11px "Tahoma";
			color: #02719C;
			padding-right: 30px;
			text-align: right;
		}
		
		#content .post .post-info-links {
			font: normal 11px "Tahoma";
			color: silver;
			padding: 10px 30px 10px 0;
			text-align: right;
		}
		
		#content .post .post-info a {
			color: #02719C;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			color: white;
			text-decoration: none;
		}
		
		#content .post .post-info .infoalignleft {
			float: left;
			margin-left: 33px;
		}
		
		#content .post .post-info .infoalignright {
			float: right;
			margin-right: 7px;
		}
		
		#content .post .post-info .infoaligncenter{
			text-align: center;
			display: block;
			margin-left: auto;
			margin-right: auto;
		}
		
		#content .post .post-info-links a {
			color: silver;
			text-decoration: none;
		}
		
		#content .post .post-info-links a:hover {
			color: white;
			text-decoration: none;
		}
		
		#content .post .post-info-links .infoalignleft {
			float: left;
			margin-left: 20px;
		}
		
		#content .post .post-info-links .infoalignright {
			float: right;
			margin-right: 0px;
		}
		
		#content .post .post-info-links .infoaligncenter{
			text-align: center;
			display: block;
			margin-left: auto;
			margin-right: auto;
		}
		
		/* Post - Comments */
		
		#content .post .post-entry h3 {
			color: #02719C;
			font: bold 14px "Tahoma";
			margin: 25px 0 5px 20px;
		}
		
		#content .post .post-entry .comments {
			font: normal 11px/12px "Tahoma";
			color: #eeeeee;
		}
		
		#content .post .post-entry .comments a {
			color: maroon;
			text-decoration: none;
		}
		
		#content .post .post-entry .comments a:hover {
			color: white;
			text-decoration: none;
		}
		
		#content .post .post-entry .comments ol {
			margin: 10px 0 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
			border-top: 1px dotted white;
		}
		
		#content .post .comments ol li img {
			border: 0;
		}
		
		#content .post .post-entry .comments ol li cite {
			color: #eeeeee;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .post-entry .comments ol li cite a {
			color: maroon;
			text-decoration: none;
		}
		
		#content .post .post-entry .comments ol li cite a:hover {
			color: white;
			text-decoration: none;
		}
		
		#content .post .post-entry .comments ol li .commentmetadata a {
			color: maroon;
			text-decoration: none;
		}
		
		#content .post .post-entry .comments ol li .commentmetadata a:hover {
			color: white;
			text-decoration: none;
		}
		
		#content .post .post-entry #commentform {
			font: normal 11px/12px "Tahoma";
			color: #eeeeee;
			padding-left: 15px;
			margin: 0;
		}
		
		#content .post .post-entry #commentform a {
			color: maroon;
			text-decoration: none;
		}
		
		#content .post .post-entry #commentform a:hover {
			color: white;
			text-decoration: none;
		}
		
		#content .post .post-entry #commentform #submit {
			font: normal 11px "Tahoma";
			background-color: maroon;
			border: 3px double #999999;
			border-top-color: #CCCCCC;
			border-left-color: #CCCCCC;
			color: white;
		}
		
		#content .post .post-entry #commentform #author {
			font: 11px "Tahoma";
			border: 0;
		}
		
		#content .post .post-entry #commentform #email {
			font: 11px "Tahoma";
			border: 0;
		}
		
		#content .post .post-entry #commentform #url {
			font: 11px "Tahoma";
			border: 0;
		}
		
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 11px/25px "Tahoma";
		color: #FFFFFF;
		height: 25px;
	}
	
	#content .navigation a {
		color: white;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		color: maroon;
		text-decoration: none;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
	
	/* Main - Sidebar */
	
	.sidebar {
		float: left;
		width: 200px;
		font: normal 11px/18px "Tahoma";
	}
	
	.sidebar a {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	.sidebar a:hover {
		color: maroon;
		text-decoration: none;
	}
	
		/* Sidebar - Sides */
		
		.sidebar-left {
			padding: 20px 3px 15px 16px;
		}
		
		.sidebar-right {
			padding: 20px 0 15px 3px;
		}
		
		/* Sidebar - Titles */
		
		.sidebar h3 {
			font: bold 14px/26px "Tahoma";
			text-align: center;
			color: #eeeeee;
			width: 200px;
			height: 30px;
			background: url("images/sidebar_title2.png") no-repeat;
		}
		
		/* Sidebar - Menus */
		
		.sidebar ul {
			margin: 5px 0 8px 0;
			padding: 5px 0 20px 10px;
			list-style-type: none;
		}
		
		.sidebar ul li {
			color: #FFFFFF;
			padding-left: 20px;
			padding-bottom: 5px;
			font: 13px/15px "Tahoma";
			background: url("images/sidebar_menu.png") no-repeat;
		}
		
		.sidebar ul li a {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		.sidebar ul li a:hover {
			color: maroon;
			text-decoration: none;
		}
		
			/* Sidebar - Submenus */
			
			.sidebar ul li ul {
				margin: 0;
				padding: 5px 0 0 0;
			}
			
			.sidebar ul li ul li {
				color: #FFFFFF;
				padding-left: 20px;
				padding-bottom: 2px;
				font: normal 13px/15px "Tahoma";
				background: url("images/sidebar_menu2.png") no-repeat;
			}
			
			.sidebar ul li ul li a {
				color: #CCCCCC;
				text-decoration: none;
			}
			
			.sidebar ul li ul li a:hover {
				color: maroon;
				text-decoration: none;
			}
		
		/* Sidebar - Forms */
		
		.sidebar #searchform {
			margin-left: 15px;
			margin-top: 5px;
			padding: 5px 0 8px 0px;
			text-align: center;
			background: url("images/lupka.png") no-repeat;
		}
		
		.sidebar #searchform #s {
			width: 140px;
			font: 11px "Tahoma";
			border: 0;
			margin-left: 10px;
			margin-top: -2px;
		}
		
		/* 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;
		}
		
		.sidebar .polecamy {
			width: 161px;
			background-color: white;
			padding: 4px;
			color: black;
			margin: 3px 0px 0px 0px;
		}


/* Footer */

#footer {
	width: 1000px;
	color: #ffffff;
	font: 10px "Tahoma";
	text-align: center;
	padding-top: 20px;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: maroon
	text-decoration: none;
}

