/*   
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; }


html, body { 	background: url(images/BG.png) repeat-x black;
				height: 100%;
}

#container {
	width: 975px;
	margin: 0px auto -48px;
	min-hiehgt: 100%;
	height: auto;
	height: 100%
}

#push	{ height: 48px; }

#header {
	height: 65px;
}

	
#logo {
	margin-top: 16px;
	float: left;
	width: 50%;
}

#logo img {
	padding-left: 10px;
	padding-right: 10px;
}

#searchbox {
	margin: 0 0 10px 0; float: right:
}

#menu {
	padding-top: 0px;
}

#menu a, a:visited { color: #0082b5 ; text-decoration: none;}
#menu-extra a:visited { color: #0082b5 ; text-decoration: none;}
#menu a:hover { color: white ; text-decoration: none; }
#menu-extra a:hover { color: white ; text-decoration: none; }

ul#menu {
	width: 600 px; float: left; margin: 12px 0 0 0; 
}

ul#menu-extra {
		width: 360 px; float: right; text-align: right; margin: 12px 0 0 0; 
}

ul#menu li {
	display: inline;
	color: #0082b5;
	font-family: Tahoma;
	font-size: 10pt;
	text-transform: uppercase;
	padding-left: 10px;
}

ul#menu-extra li {
	display: inline;
	color: #0082b5;
	font-family: Tahoma;
	font-size: 10pt;
	padding-left: 10px;
}

#columns {
	padding-top: 10px;
}

#content {
	width: 640px;
	padding-left: 10px;
	padding-top: 10px;
	float: left;
}

#content .entry {
	margin-bottom: 10px;
}

#content .entry a, a:visited {
	text-decoration: none;
	color: #43A9FF;
}

#content .entry a:hover {
	text-decoration: none;
	color: #E5E5E5;
}

#content .entry h1 {
	color: #43A9FF;
	font-family: Tahoma;
	font-size: 12pt;
	font-weight: normal;
}

#content .entry h1.archive {
	font-size: 19pt;
}

#content .entry p {
	color: #E5E5E5;
	font-family: Tahoma;
	font-size: 8pt;
	text-align: justify;
	margin-top: 5px;
	padding-bottom: 5px;
}


#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;
}

#sidebar {
	bottom: 0;
	float: right;
	width: 305px;
	text-align: right;
}

#sidebar #sidebar1 {
	float: right;
	padding: 20px 0px;
	width: 216px;
}

#sidebar #sidebar1 a, a:visited {
	color: #E5E5E5;
	text-decoration: none;
}

#sidebar #sidebar1 a:hover {
	color: #43A9FF;
	text-decoration: underline;
}

#sidebar #sidebar2 {
	float: right;
	width: 216px;
}

#sidebar #sidebar2 a, a:visited {
	color: #E5E5E5;
	text-decoration: none;
}

#sidebar #sidebar2 a:hover {
	color: #43A9FF;
	text-decoration: underline;
}

#sidebar #sidebar1 h2, #sidebar #sidebar2 h2 {
	color: #E5E5E5;
	font-family: Tahoma;
	font-size: 7pt;
	font-weight: normal;
}

#sidebar #sidebar2 p {
	text-align: justify;
	color: #E5E5E5;
	font-family: Tahoma;
	font-size: 7pt;
}

#sidebar #sidebar1 ul, #sidebar #sidebar2 ul {
	list-style: none;
	font-size: 1px;
	margin-left: 15px;
	margin-bottom: 10px;
}

#sidebar #sidebar1 ul li, #sidebar #sidebar2 ul li {
	color: #E5E5E5;
	font-family: Tahoma;
	font-size: 7pt;
}

#sidebar #sidebar1 .advertising, #sidebar #sidebar2 .advertising {
	width: 99%;
	border: 1px solid #737373;
	margin: 5px 0px 10px 0px;
	height: 100px;
}

#footer {
	height: 48px;
	background: url(/images/footer.png)  repeat-x #152c3b ;
	padding-top: 10px;
	padding-bottom: 20px;
}

#footer-inside {
	
	width: 960px;
	margin: 0 auto;
}
	
ul#footer-wp {
	width: 650px;
	float: left;
	padding-left: 0px;
	padding-top: 17px;
	color: #7D7D7D;
	font-family: Tahoma;
	font-size: 7pt;
}

#footer-wp a, a:visited {
	color: #E5E5E5;
	text-decoration: none;
}

#footer-wp a:hover {
	color: #43A9FF;
	text-decoration: underline;

#social	{
	width: 171 px; 
	float: right; text-align: right; margin: 12px 0 0 0; 
	list-style-type: none;
	display: inline;
	text-decoration: none;
}

.tagcloud {
	font-family: Tahoma;
	font-weight: normal;
}

* {
	margin: 0;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -78px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 78px; /* .push must be the same height as .footer */
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/


/* 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;
}