/*
Theme Name: Blank 2 Column - Left Sidebar
Theme URI: http://refueled.net/blank-themes/
Description: A Blank Wordpress theme with left sidebar.
Author: refueled
Author URI: http://refueled.net
version: 2.0
Tags: two-column, widget-ready, blank
*/




/* basics */

*{ 
margin: 0;
padding: 0;
}

object { outline:none; }

a img { border:none; 	outline:none;}
a:hover img {border:none; 	outline:none;}
a:visited img {border:none; 	outline:none;}
a:active{outline: none;	color:ab0000;}
a {	color:#1a1a1a; text-decoration:none; }

a:focus
{
-moz-outline-style: none;
outline:none;
}


html, body {
        height:auto !important; /* FF and compliant browsers should automatically size the body/html */
        height:100%; /* ie will set the body/html to 100%, anything overflowing that will (incorrectly) resize it. go IE */
        min-height:100%; /* when FF/etc automatically size the body/html it should be AT LEAST the height of the entire browser window, but can expand based on content. */
}

body { 
background-image:url(images/gradient.jpg);
background-repeat:repeat-x; 
background-color:#55add4;
}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* NAV*/

#Contact { height:40px; width:50px; float:left; margin-top:54px; margin-left:877px; position:absolute;}
#Facebook { height:40px; width:50px; float:left; margin-top:55px; margin-left:822px; position:absolute;}
#Omoss { height:40px; width:90px; float:left; margin-top:69px; margin-left:727px; position:absolute;}


#Home { background-image:url(images/misc.png); background-position:0 32px; height:32px; width:36px; margin-top:5px; margin-left:40px; position:absolute;}
#HomeF { background-image:url(images/misc.png); background-position:0 32px;;height:32px; width:36px; margin-top:5px; margin-left:40px; position:relatife; float:left;}
#Top { background-image:url(images/misc.png); background-position:0 64px; height:32px; width:36px; margin-top:5px; margin-left:4px; position:relative; float:left;}
#ContactF { background-image:url(images/misc.png); background-position:0 96px; height:32px; width:36px; margin-top:5px; margin-left:4px; position:relative; float:left;}
#amadesign { background-image:url(images/amadesign.png); height:83px; width:86px; margin-top:-28px; margin-left:4px; position:relative; float:left;}
  
.block {display:block; height:100%; width:100%;}

ul li { list-style: none; }


#nav_wrap {
width:664px;
height:99px;
list-style:none;
position:relative;
margin-left:254px;
z-index:5;
}
#hnav { position: absolute; width: 664px; height: 99px; background:url(images/nav.jpg); no-repeat; }
#hnav li { position: absolute; left: 0; height: 99px; }
	#hnav #redo { width: 115px; left: 0px; }
	#hnav #kredo { width: 137px; left: 115px; }
	#hnav #revo{ width: 96px; left: 252px; }
	#hnav #skato { width: 165px; left: 348px; }
	#hnav #eko { width:151px; left: 513px; }	
#hnav li a { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 99px; text-indent: -9999em; }
/* NAVIGACIJA*/



/* links */

a{
	color:#000;
	text-decoration:none;
	}

a:hover{text-decoration: underline; color:#333;}



/* container */


#container {
	height:100%;
	width:950px; 
	margin-left:auto; 
	margin-right:auto;
	background-image:url(images/body.jpg);
	background-repeat:repeat-y;
	}
	
/* header */

#header {
	background-image:url(images/header.jpg);
	height:441px;
	width:950px;
	float:left;
	}

/* main menu */


#menu {
	background:#000;
	width:760px; 
	overflow:hidden;
}


#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:4px 10px;
	margin: 0;
	color: #fff;
	display:block;
}

#menu ul li a:hover {
	background: #fff;
	color:#000;
}



/* content */


#content {
	width:655px;
	height:100%;
	float:left;
}

#content .padd {
	padding:10px;
	padding-left:25px;
}

#mpcolumn1 {
	width:222px;
	height:100%;
	float:left;
	position:relative;
}

#mpcolumn1 img{
	margin-bottom:-5px;
}

#mpcolumn2 {
	margin-left:10px;
	width:200px;
	height:100%;
	float:left;
	position:relative;
}

#mpcolumn3 {
	margin-top:-13px;
	margin-left:10px;
	margin-right:-22px;
	width:200px;
	height:100%;
	float:right;
	position:relative;
}
#mpcolumn3 img{
	margin-left:32px;
}

#mpcolumn4 {
	width:auto;
	margin-top:40px;
	height:100%;
	float:left;
	position:relative;
}
#mpcolumn4 img{
	float:right;
	margin-right:-209px;
	margin-top:-125px;
}

#mpcolumn4 p{
	width:400px;
}


.table{
	width:100%;
	border-collapse:collapse;
	margin-top:20px;
	margin-bottom:20px;
	text-align: left;
	background-color:#b0b7b8;
		border:1px;
	border-color:#000;

}

tr {
	padding:4px;
	border:1px;
	border-color:#000;
}

td {
	padding:4px;
		border:1px;
	border-color:#000;

}




.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	
.post h2{
	}
	
.post h2 a{
	color: #000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}



/* sidebar */

#sidebar {
	width:261px;
	height:100%;
	float:left;
	}

#sidebar .padd{
	padding:10px;
	padding-left:50px;
}

#sidebar .aktuellt {
	background-image:url(images/aktuellt.jpg);
	width:261px;
	height:90px;
	margin-left:-50px;
	background-position: 0 -90px;
}

#sidebar .lankar {
	background-image:url(images/aktuellt.jpg);
	width:261px;
	height:90px;
	margin-left:-50px;
}


#sidebar h2{
	margin: 0;
	padding: 0;
}

#sidebar label{
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding:0;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}



/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	background-color:#727e82;
	margin:0;
	padding:2px;
	border:1px solid #000;
	width:190px;
	color:#FFF;
	}

	
	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}




/* footer */

#footer {	background-image:url(images/footer.jpg);
	width:950px;
	height:123px;
	clear: both;
	width: 100%;
	}
	

.red{
	color:#ab0000;
}
body {
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
}
h2 { font-size: 22px;  color: #ab0000; font-weight: normal; }

#footer p{padding:60px; font-size: 13px; margin-left:180px; text-align:center;}

