/*  
Theme Name: Gianni01
Description: This is a theme for Gianni Rijavec
Version: 1
Author:  VashTheStampede
*/
body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
margin: 0;
padding: 0;
}

body{
margin: 0;
font-family: "Verdana", sans-serif;
font-size: 14px;
text-align: left;
font-weight: 600;
vertical-align: top;
color: #990000;
background: #000 url(img/bg.jpg) top repeat-x;
}

a:link, a:visited{
text-decoration: none ;
color: #990000;
}
a:hover{
text-decoration: underline;
color: #cc0000;
}

p{
padding: 10px 0 10px 0;
}
/*********************************************************Main divs********************************************/
#wrapper{
margin: 10px auto 0 auto;
width: 822px;
text-align: left;
background-color: #000000;
}

#header{
float: left;
width: 822px;
height: 294px;
background: url('img/header.jpg');
background-repeat: no-repeat;
}
#container{
float: left;
width: 822px;
padding: 0 0 20px 0;
overflow: hidden;
line-height: 18px;
background-color: #000000;
}
#search{
	float: left;
	display: block;
	padding-left: 4px;
	margin-top: 6px;
	padding-top: 0;
}
#searchsubmit {
	margin:0;
	padding: 0;
    border: none;
    background: #4d4740;
	color: white;
	font-weight: bold;
}
#footer{
clear: both;
float: left;
font-size: 10px;
width: 822px;
color: #000000;
background: black url(img/meni2.png) center center repeat-x;
}

#container2{
float: left;
width: 414px;
padding: 0;
overflow: hidden;
line-height: 18px;
background-color: #000000;
}
#leftbar_gianni1{
	float: left;
	background: url('img/leftbar_gianni1.jpg');
	height: 549px;
	width: 408px;
}

#container3{
float: left;
width: 490px;
padding: 0;
overflow: hidden;
line-height: 18px;
background-color: #000000;
}
#leftbar_ben{
	float: left;
	background: url('img/leftbar_ben.png');
	height: 1500px;
	width: 332px;
}

/*********************************************************Menu********************************************/
.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
height: 32px;
margin-top: 262px;
}
.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid ##400000; /*dark purple border*/
border-width: 1px 0;
background: black url(img/meni1.png) center center repeat-x;
}
.indentmenu li:last-child a{
	border-right: hidden;
}
.indentmenu ul li{
display: inline;
}
.indentmenu ul li a{
font-family: 'Helvetica';
font-size: large;
float: left;
color: #300000; /*text color*/
padding: 5px 12px;
text-decoration: none;
border-right: 1px solid #400000; /*dark purple divider between menu items*/
}
.indentmenu ul li a:hover, .indentmenu ul li .current{
color: #f00000 !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(img/meni2.png) center center repeat-x;
}
/*********************************************************Stuff********************************************/
.wplogin{
	float: right;
	padding-right: 7px;
	display:block;	
}
.wplogin a{
	color: red;
}
.wplogin a:hover{
	background-color: #222;
}
h1{
font-family: 'Arial', sans-serif;
font-size: 24px;
color: #990000;
padding: 4px 0 10px 0;
}

/*********************************************************Posting********************************************/
.post{
padding: 10px 20px 10px 20px;
border-bottom: 1px dotted #880000;
}
.post h2{
font-family: 'Arial', sans-serif;
color: #990000;
font-size: 24px;
padding: 10px 0 10px 0;
}


.entry p{
	padding-top: 14px;
}
.entryhead h2{
	padding-bottom: 4px;
}

.entryhead strong{
	color: #660000;
	font-size: 11px;
}
p.tags{
	text-transform:uppercase;
	padding: 2px 0 0 4px;
	color: #660000;
	font-size: 11px;
}

p.postmetadata{
margin: 10px 0 0 0;
font-size:11px; 
color: #880000;
font-weight: bold;
}

.navigation{
padding: 10px 0 0 2px;
font-size: 12px;
font-weight: bold;
line-height: 18px;
}
/*********************************************************Sidebar********************************************/
.sidebar{
float: left;
width: 200px;
background: #4D4740;
margin: 0 0 0 10px;
display: inline;
padding-left: 20px;
}
.sidebar  a{
	color: gray;
}
.sidebar  a:hover{
	color: #ccc;
}

.sidebar ul{
list-style-type: none;
margin: 0;
padding: 0 10px 0 10px;
}
.sidebar ul li{
padding: 10px 0 10px 0;
line-height: 18px;
}
.sidebar ul li h2{
font-size: 14px;
color: #ccc;
}
.sidebar ul ul li{
padding: 0;
line-height: 18px;
}
.sidebar li{
	color: gray;
}

table#wp-calendar{
width: 100%;
}

/*********************************************************Comments********************************************/
.comments-template{
	margin: 10px 0 0;
	border-top: 4px double #880000;
	/*padding: 10px 0 0;*/
	padding: 0 10px 0 10px;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
	
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #880000;
}

.comments-template h2, .comments-template h3{
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-size: 12px;
}




