/*   
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
.
*/

/***************TOP*****************************/
#top {height:237px; width:100%; background: url(images/header-bg.jpg) ; }
#top-inner {margin:0px auto; width:975px; }
#monkey-logo {float:left; width:167px ; height:237px ;  }
#main-logo {float:left; width:463px ; height:171px ; margin:20px 0px 0px 20px; }
#tagline {float:right; margin-top:20px; }
#social-icons {float:right; width:105px; height:30px; margin-top:20px;  }

.social-roll-fb { display:block; width:30px; height:30px; background:url(images/rss.png) no-repeat; margin-top:0px; margin-right:5px; float:right; }
.social-roll-fb:hover{ background-position:0 -30px; cursor:pointer; }
.social-roll-fb span{ display:none; }

.social-roll-t { display:block; width:30px; height:30px; background:url(images/twitter.png) no-repeat; margin-top:0px; margin-right:5px; float:right; }
.social-roll-t:hover{ background-position:0 -30px; cursor:pointer; }
.social-roll-t span{ display:none; }

.social-roll-rss { display:block; width:30px; height:30px; background:url(images/facebook.png) no-repeat; margin-top:0px; margin-right:5px; float:right; }
.social-roll-rss:hover{ background-position:0 -30px; cursor:pointer; }
.social-roll-rss span{ display:none; }

/**************************************************/

* { margin: 0; padding: 0; }

body { background: url(images/main.gif) repeat-x #000000; }

#container {
	width: 1000px;
	margin: 0 auto;
}

#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: #eac864; 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;
}

#footer {
	color: #7D7D7D;
	font-family: Verdana;
	font-size: 7pt;
	margin-bottom: 5px;
}

#footer a, a:visited {
	color: #E5E5E5;
	text-decoration: none;
}

#footer a:hover {
	color: #eac864;
	text-decoration: underline;
}

/* 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: #eac864;
	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;
}

/********CONTENT*********/
#content {
	width: 500px;
	padding-right: 20px;
	margin-left: 20px; 
	border-right: 1px solid #737373;
	float:left;
}

#content .entry {
	margin-bottom: 10px;
}

#content .entry a, a:visited {
	text-decoration: none;
	color: #eac864;
}

#content .entry a:hover {
	text-decoration: underline;
	color: #E5E5E5;
}

#content .entry h1 {
	color: #eac864;
	font-family: Verdana;
	font-size: 17pt;
	font-weight: normal;
}

#content .entry h1.archive {
	font-size: 19pt;
}

#content .entry p {
	color: #E5E5E5;
	font-family: Verdana;
	font-size: 8pt;
	text-align: justify;
	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: 40%;
	float: left;
	font-size: 7pt;
	border-bottom: none;
}

#content .entry .info p.inforight {
	width: 40%;
	float: right;
	font-size: 7pt;
	border-bottom: none;
	text-align: right;
}



/******sidebars******/
#sidebarL {float:left; width:230px; padding:0px 10px 0px 0px;  }

#sidebarL #sidebar1 { 
	float: left;
	padding: 0px 10px;
	border-right: 1px solid #737373;;
	width: 220px;
}

#sidebarL #sidebar1 a, a:visited {
	color: #E5E5E5;
	text-decoration: none;
}

#sidebarL #sidebar1 a:hover {
	color: #eac864;
	text-decoration: underline;
}


#sidebar { 
	float: right;
	width: 200px;
}

#sidebar #sidebar2 {
	padding:0px 10px 0px 20px; 
	float: left;
	width: 180px;
}

#sidebar #sidebar2 a, a:visited {
	color: #E5E5E5;
	text-decoration: none;
}

#sidebar #sidebar2 a:hover {
	color: #eac864; /*blue original #43A9FF*/
	text-decoration: underline;
}

#sidebarL #sidebar1 h2, #sidebar #sidebar2 h2 {
	color: #E5E5E5;
	font-family: Verdana;
	font-size: 7pt;
	font-weight: normal;
}

#sidebar #sidebar2 p {
	text-align: justify;
	color: #E5E5E5;
	font-family: Verdana;
	font-size: 7pt;
}

#sidebarL #sidebar1 ul, #sidebar #sidebar2 ul {
	list-style: none;
	font-size: 1px;
	margin-left: 15px;
	margin-bottom: 10px;
}

#sidebarL #sidebar1 ul li, #sidebar #sidebar2 ul li {
	
	color: #E5E5E5;
	font-family: Verdana;
	font-size: 7pt;
}

#sidebarL #sidebar1 li, #sidebar #sidebar2  li {list-style:none; }


#sidebarL #sidebar1 .advertising, #sidebar #sidebar2 .advertising {
	width: 99%;
	border: 1px solid #737373;
	margin: 5px 0px 10px 0px;
	height: 100px;
}


#sidebarL #sidebar1 .searchbox #s, #sidebar #sidebar2 .searchbox #s {
	width: 195px;
	border: 1px solid #737373;
	color: #E5E5E5;
	font-family: Verdana;
	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;
}

#sidebarL #sidebar1 .searchbox #x, #sidebar #sidebar2 .searchbox #x {
	display: none;
}

.tagcloud {
	font-family: Tahoma;
	font-weight: normal;
}
