/*   
Theme Name: Black 3column
Theme URI: http://www.ikovacic.net/test-blog/index.php?preview\_theme=black3column
Description: Black 3 column fixed width
Author: Igor Kovacic
Author URI: www.ikovacic.net
Version: 1.1
Tags: three columns, fixed width, valid CSS, valid XHTML, right sidebar, black, simple
.
License: GNU General Public License (GPL) version 3
.
*/

* { margin: 0; padding: 0; }

body { background: url(images/main.gif) repeat-x #000000; }

.titles {
	font-size: 12px;
	font-weight: bold;
}

#container {
	width: 975px;
	margin: 0 auto;
}

#header {
	height: 96px;
	border-bottom: 1px solid #737373;
}

#logo {
	margin-top: 16px;
	float: left;
	width: 300px;;
}

#logo img {
	padding-left: 2px;
}

#menu {
	float: right;
	text-align: right;
	width: 675px;
	font-weight: bold;
}

#menu a:link {
	color: #d0d0d0;
	text-decoration: none;
}

#menu a:active {
	color: #d0d0d0;
	text-decoration: none;
}
#menu a:visited {
	color: #d0d0d0;
	text-decoration: none;
}

#menu a:hover {
	color: #a9d26d;
	text-decoration: none;
}

#menu ul {
	list-style: none;
	font-size: 1px;
	margin-top: 76px;
}

#menu ul li {
	display: inline;
	color: #d0d0d0;
	font-family: Verdana;
	font-size: 10px;
	padding-left: 15px;
}

#columns {
	padding-top: 10px;
}

#content {
	width: 500px;
	padding-right: 10px;
	border-right: 1px solid #737373;
	float: left;
	color: #d0d0d0;
}

#content .entry {
	margin-bottom: 10px;
}

#content .entry a:link {
	text-decoration: none;
	color: #a9d26d;
}

#content .entry a:visited {
	text-decoration: none;
	color: #a9d26d;
}

#content .entry a:active {
	text-decoration: none;
	color: #a9d26d;
}

#content .entry a:hover {
	border-bottom: 1px dashed #d0d0d0;
	text-decoration: none;
	color: #43A9FF;
}

#content .entry h1 {
	color: #43A9FF;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
}

#content .entry h1.archive {
	font-size: 10t;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
}

#content .entry t {
	color: #43A9FF;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
}

#content .entry sm {
	color: #e5e5e5;
	font-family: Verdana;
	font-size: 7pt;
	font-weight: normal;
}

#content .entry red {
	color: #CC3300;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: normal;
}
	
#content .entry p {
	color: #E5E5E5;
	font-family: Verdana;
	font-size: 11px;
	margin-top: 5px;
	padding-bottom: 5px;
}

#content .entry .info {
	border-top: 1px solid #565656;
	border-bottom:  1px solid #737373;
}

#content .entry .info p.infoleft {
	width: 320px;
	float: left;
	font-size: 7pt;
	border-bottom: none;
	color: #959595;
}

#content .entry .info p.inforight {
	width: 170px;
	float: right;
	font-size: 7pt;
	border-bottom: none;
	text-align: right;
	color: #959595;
}

#sidebar {
	float: right;
	width: 464px;
}

#sidebar #sidebar1 {
	float: left;
	padding: 0px 10px;
	border-right: 1px solid #737373;
	width: 216px;
}

#sidebar #sidebar1 a:link {
	color: #43A9FF;
	text-decoration: none;
}

#sidebar #sidebar1 a:visited {
	color: #43A9FF;
	text-decoration: none;
}

#sidebar #sidebar1 a:active {
	color: #43A9FF;
	text-decoration: none;
}

#sidebar #sidebar1 a:hover {
	border-bottom: 1px dashed #d0d0d0;
	color: #c1c1c1;
	text-decoration: none;
}

#sidebar #sidebar1 p {
	color: #E5E5E5;
	font-family: Verdana;
	font-size: 10px;
}

#sidebar #sidebar2 {
	float: right;
	width: 216px;
}

#sidebar #sidebar2 a:link {
	color: #43A9FF;
	text-decoration: none;
}

#sidebar #sidebar2 a:visited {
	color: #43A9FF;
	text-decoration: none;
}

#sidebar #sidebar2 a:active {
	color: #43A9FF;
	text-decoration: none;
}

#sidebar #sidebar2 a:hover {
	border-bottom: 1px dashed #d0d0d0;
	color: #c1c1c1;
	text-decoration: none;
}

#sidebar #sidebar2 p {
	color: #E5E5E5;
	font-family: Verdana;
	font-size: 10px;
}

#sidebar #sidebar1 h2, #sidebar #sidebar2 h2 {
	color: #E5E5E5;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
}

#sidebar #sidebar1 ul, #sidebar #sidebar2 ul {
	list-style: none;
	font-size: 7pt;
	margin-left: 15px;
	margin-bottom: 10px;
}

#sidebar #sidebar1 ul li, #sidebar #sidebar2 ul li {
	color: #E5E5E5;
	font-family: Verdana;
	font-size: 10px;
}

#footer {
	color: #959595;
	font-family: Verdana;
	font-size: 9px;
	margin-bottom: 5px;
	padding-top: 30px;
}

#footer a:link {
	color: #d0d0d0;
	text-decoration: none;
}

#footer a:visited {
	color: #d0d0d0;
	text-decoration: none;
}

#footer a:active {
	color: #d0d0d0;
	text-decoration: none;
}

#footer a:hover {
	border-bottom: 1px dashed #d0d0d0;
	color: #7D7D7D;
	text-decoration: none;
}

#sidebar #sidebar1 .searchbox #s, #sidebar #sidebar2 .searchbox #s {
	width: 195px;
	border: 1px solid #737373;
	color: #E5E5E5;
	font-family: Verdana;
	font-size: 10px;
	padding: 2%;
	margin: 10px 0px;
	background:transparent none repeat scroll 0 0;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:auto;
	line-height:normal;
	padding: 6px 10px 5px;
}

#sidebar #sidebar1 .searchbox #x, #sidebar #sidebar2 .searchbox #x {
	display: none;
}

.tagcloud {
	font-family: Tahoma;
	font-weight: normal;
}

.spider {
	font-family: Tahoma;
	font-weight: normal;
}

/* Wordpress required */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* If logo isn't hardcoded */

h1.logo1, h1.logo1 a, h1.logo1 a:visited, h1.logo1 a:hover {
	color: #43A9FF;
	font-weight: normal;
	font-family: Georgia,"Bitstream Vera Serif","Times New Roman",serif;
	font-style: normal;
	font-size: 50px;
	line-height: 1.2em;
}

p.logo1 {
	color: #FFFFFF;
	font-size: 7pt;
	font-family: tahoma;
}

blockquote {
	margin: 5px 30px 5px 10px;
	padding-left: 20px;
	border-left: 5px solid #444444;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}
