/*
Theme Name: Slick
Theme URI: http://www.wpthemefactory.com
Description: Slick is a wordpress theme modified after Super Optimized wordpress theme by wpthemefactory
Version: 1.0
Author: Traian Cazacu
Author URI: http://www.wpthemefactory.com/
Tags: fixed width, two columns, adsense, css

	You can find wpthemefactory original theme at http://www.wpthemefactory.com

	Most of the	CSS was found and adapted from the Kubrick 1.5
	theme found at http://binarybonsai.com/kubrick/
	
	You can find Lloyd Armbrust's original theme at http://itscalledwebdesign.com/
	and his website at http://lloydmedia.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/ 

.clear {
	clear:both;
}
h3 {
	color: #fff;
	font-weight:bold;
}

body {
	background-color: #666;
}

#page {
	background-color: #fff;
	width: 800px;
	margin: 0px auto;
}
#header {
	background-color: #000033;
	height: 110px;
	padding-left: 10px;
	margin: 10px 0px 1px;
}
#headerimg h1 {
	padding: 25px 0px 0px;
}
#headerimg a {
	color: #3D81EE;
	font-size: 2.2em;
	font-weight: bold;
	padding-left: 0px;
	text-decoration:none;
}
#headerimg .description {
	color: #eee;
	font-size: 1.2em;
	padding-left: 0px;
	padding-bottom: 10px;
}
#nav {
	background-color: #000033;
	padding: 8px 10px 8px;
}
#wrap {
}
#container {
	margin: 1px 0px 1px;
	background-color: #006699;
}
#content {
	float:right;
	width: 560px;
	padding: 20px;
	background-color: #fff;
}
#content h2 {
	color: #000;
	font-size: 1.8em;
	font-weight: bold;
	padding: 5px 0px 5px;
}
#sidebar {
	float:left;
	width: 180px;
	padding: 10px 10px;
}
#footer {
	background-color: #000033;
	text-align:center;
	padding: 20px 0px;
	color: #fff;
	margin-bottom: 10px;
}



.categories {
	list-style-type:none;
	color: #fff;
	font-weight:bold;
}
.categories .cat-item, ul, li {
	list-style-type:none;
	color: #fff;
	font-weight:normal;
	padding: 0px;
	margin: 0px;
	font-size: 1em;
}

.post a {
	color: #000;
	text-decoration: none;
	margin: 0px;
	margin-left:-1px;
}
.post h2 {
	color: #000;
	font-size: 1.8em;
	font-weight: bold;
	padding: 5px 0px 5px;
}
.postmetadata a {
	text-decoration: underline;
}