/*   
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/bg.gif') repeat; }

#container {
	width: 1020px;
	margin: 0 auto;
	border: 1px solid #666;
        background-color:#000;
}

#greeting {

}

#greeting a:link {
	color:gold;
        text-decoration:none;
        font-weight:bold;
}

#greeting a:hover {
	color:#ff7700;
        text-decoration:none;
        font-weight:bold;
}

#greeting a {
        font-weight:bold;
}

#header {
	height: 96px;
	border-bottom: 1px solid #737373;
}

#logo {
	margin-top: 16px;
	float: left;
	width: 50%;
}

#logo img {
	padding-right: 20px;
}

#menu {
	float: right;
	text-align: right;
	width: 49%;
}

#menu a, a:visited { color: #E5E5E5; text-decoration: none;}
#menu a:hover { color: #00AA00; text-decoration: underline; }

#menu ul {
	list-style: none;
	font-size: 1px;
	margin-top: 76px;
}

#menu ul li {
	display: inline;
	color: #E5E5E5;
	font-family: Verdana;
	font-size: 7pt;
	padding-left: 15px;
}

#columns {
	padding-top: 10px;
        background: url(images/main2.gif) repeat-x #474744;
}

#content {
	width: 500px;
	padding-right: 10px;
	border-right: 1px solid #737373;
	float: left;
}

h1 {
        color: #FF7700;
}

.entry {
	margin-bottom: 10px;
}

.commentlist {
        color: #DDDDDD;
        font-family: Arial;
        margin-left:20px;
        font-size:10pt;
}

.entry a, a:visited {
	text-decoration: none;
	color: #FFCC00;
}

.entry a:hover {
	text-decoration: underline;
	color: #FF9900; /* original ff9900 */

}

.entry h1 {
	color: #43A9FF;
	font-family: arial;
	font-size: 12pt;
        font-weight: bold;
}

.entry h1.archive {
	font-size: 19pt;
        font-weight: normal;
}

.entry p {
	color: #fff;
	font-family: Arial;
	font-size: 10pt;
	margin-top: 5px;
	padding-bottom: 5px;
}
.entry .info {
	border-top: 1px solid #333;
   	font-size: 7pt;
        font-family: Arial;
        color: #fff;
}

.entry .by {
	border-bottom:  1px solid #333;
   	font-size: 7pt;
        font-family: arial;
        color: #fff;
}

.entry .info p.infoleft {
	width: 40%;
	float: left;
	font-size: 7pt;
	border-bottom: none;
}

.entry .info p.inforight {
	width: 40%;
	float: right;
	border-bottom: none;
	text-align: right;
}

.entry_body a, a:visited {
        font-weight: normal;
        /* color: #CCFF00; */

}

.more-link a, a:visited {
        font-weight: normal;
        color: #CCFF00;

}


#sidebar1 {
	float: left;
	padding: 0px 10px;
	border-right: 1px solid #737373;
	width: 216px;
}

#sidebar1 a, a:visited {
	color: #E5E5E5;
	text-decoration: none;
}

#sidebar1 a:hover {
	color: #43A9FF;
	text-decoration: underline;
}

#sidebar2 {
	float: right;
	width: 216px;
}

#sidebar2 a, a:visited {
	color: #E5E5E5;
	text-decoration: none;
}

#sidebar2 a:hover {
	color: #43A9FF;
	text-decoration: underline;
}

#sidebar1 h2, #sidebar2 h2 {
      font-size: 12px;
      font-family: arial, helvetica, sans-serif;
      color: #FF7700;
      font-weight: bold;
}

#sidebar2 p {
	text-align: justify;
	color: #E5E5E5;
	font-family: arial;
	font-size: 10px;
}

#sidebar1 ul, #sidebar2 ul {
	list-style: none;
	font-size: 1px;
	margin-left: 15px;
	margin-bottom: 10px;
}

#sidebar1 ul li, #sidebar2 ul li {
	color: #E5E5E5;
	font-family: arial;
	font-size: 10px;
}

.advertising {
	width: 99%;
	border: 1px solid #737373;
	margin: 5px 0px 10px 0px;
	height: 100px;
}

#footer {
	color: #7D7D7D;
	font-family: arial;
	font-size: 10px;
	margin-bottom: 5px;
}

#footer a, a:visited {
	color: #E5E5E5;
	text-decoration: none;
}

#footer a:hover {
	color: #43A9FF;
	text-decoration: underline;
}

.searchbox #s {
	width: 195px;
	border: 1px solid #737373;
	color: #E5E5E5;
	font-family: Arial;
	font-size: 7pt;
	padding: 2%;
	margin: 10px 0px;
	background:transparent none repeat scroll 0 0;
	color:#E5E5E5;
	font-family:Tahoma;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:auto;
	line-height:normal;
	padding: 6px 10px 5px;
}

.searchbox #x {
	display: none;
}

.tagcloud {
	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;
}

.sidetext {
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 7pt;
	text-align: justify;
}

.sidetext a, a:visited {
	color: #E5E5E5;
	text-decoration: none;
}

.sidetext a:hover {
	color: #43A9FF;
	text-decoration: underline;
}

.bulletin {
        margin:30px;
        margin-top:15px;
        padding:10px;
        border:3px solid #333333;
        background-color:#666666;
        text-align:left;
	color:#FFFFFF;
	font-family:"Arial";
	font-size:12px;
}

.bulletin-head {
	color: #FF9900;
	font-family:"Georgia";
	font-size:25px;
}

.quickmenu {
        height:28px;
}

.yellowlink a, a:visited {
	text-decoration: none;
	color: #FFCC00;
}

.yellowlink a:hover {
	text-decoration: underline;
	color: #FF9900;
}
