/*
Theme Name: svetovalnica.si
Theme URI: http://www.svetovalnica.si
Description: Developed for svetovalnica.si.
Version: 0.1 beta
Author: Simon Pintar
Author URI: http://www.t2studio.si/
Tags: all custom
	svetovalnica.si v0.1
*/


body {
	font-family: Trebuchet MS, Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:12px;
	margin: 0px;
	color:#ACADAA;
	background: #ffffff url('images/body_main.jpg') top center repeat-y; 
}
/*************************** main containers *************************/
#header {
	position:relative;
	top:0px;
	left:0px;
	display:block;
	overflow:hidden;
	width:100%;
	height:210px;
	background: #87cf4d url('images/header_main.jpg') top center no-repeat; 
}

#wrapper {
	position:relative;
	margin: 0px auto 20px auto;
	overflow:visible;
	width:800px;
	height:100%;
	font-size: 1em;
	background: transparent;
	z-index:10;
}
#wrapper:after
	{
	content: '[yadayada]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#wrapper {
	display: inline-block;
}

#wrapper {
	display: block;
}
#footer {
	position:relative;
	display:block;
	overflow:hidden;
	width:100%;
	height:255px;
	background: #555555 url('images/footer_main.jpg') top center repeat-x; 
}

/*************************** header stuff  *************************/
/*************** header - breadcrumbs *********/

#headercrumbs ul {
	font-size:0.9em;
	position:relative;
	margin: 0px auto 0px auto;
	padding: 5px 0px 0px 0px;
	display:block;
	overflow:hidden;
	width:800px;
	height:30px;
	background: transparent;
	z-index:20;
}
#headercrumbs li {
	color:#ffffff;
	display:inline;
	float:right;
	height:20px;
	padding: 4px 10px 0px 10px;
	border-right:1px solid #808080;
}
#headercrumbs li a{
	color:#ffffff;
	text-decoration:none;
}
#headercrumbs li a:hover{
	color:#808080;
	text-decoration:none;
}

/************ image/logo/heading/description *********/
#headerimg 	{
	position:relative;
	display:block;
	margin: 0px auto 0px auto;
	height: 192px;
	width: 900px;
	background: transparent;
	right: 50px;
}
#headerimg .description {
	display:block;
	position:relative;
	font-size: .9em;
	text-align: left;
	text-decoration: none;
	color: white;
	padding:30px 0px 0px 0px;
	z-index:30;
}	

h1 {
	position:relative;
	display:block;
	top:40px;
	width:400px;
	height:68px;
	font-weight: bold;
	font-size: 3.3em;
	text-align: left;
	padding: 0px 0px 0px 39px;
	margin: 0px;
	background: transparent url('images/logo_bkg.png') left bottom no-repeat; 
	z-index:10;
}
h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
}
#headericons {
	position: absolute;
	display:block;
	top:1px;
	right:0px;
	height:144px;
	width:545px;
	float:right;
	background: transparent;
	z-index:50;
}
#headericon1 , #headericon2 , #headericon3 , #headericon4 , #headericon5 {
	position:relative;
	width:109px;
	height:144px;
	float:left;
}
#headericon1 img, #headericon2 img, #headericon3 img, #headericon4 img, #headericon5 img{
	filter:alpha(opacity=0);
	opacity:0;
}
#headericon1 a:hover img , #headericon2 a:hover img, #headericon3 a:hover img, #headericon4 a:hover img, #headericon5 a:hover img{
	filter:alpha(opacity=100);
	opacity:1;
}
#headericon1, #headericon2, #headericon3, #headericon4, #headericon5 {
	background: transparent url('images/icon_1_off.jpg') left top no-repeat; 
}
#headericon2 {
	background: transparent url('images/icon_2_off.jpg') left top no-repeat; 
}
#headericon3 {
	background: transparent url('images/icon_3_off.jpg') left top no-repeat; 
}
#headericon4 {
	background: transparent url('images/icon_4_off.jpg') left top no-repeat; 
}
#headericon5 {
	background: transparent url('images/icon_5_off.jpg') left top no-repeat; 
}
/*************************** sidebar*************************/
/****************** all about it **************/
#sidebar{
	display:block;
	float:left;
	padding: 0px 0px 0px 0px;
	margin: 0px 45px 0px 0px;
	width: 235px;
	font-size: 1em;

	}

#sidebar h2 {
	font-size: 1.2em;
	text-align:right;
	margin: 35px 0px 0px 0px;
	padding: 0;
	font-variant: small-caps;
}
#sidebar ul, #sidebar ol {
	text-align:right;
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	color: #646464;
	line-height: 1.1em;
	list-style-type: none;
	list-style-image: none;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
}
#sidebar ul li a {
	color: #646464;
	list-style-type: none;
	list-style-image: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#sidebar ul li a:hover {
	color: #4e8e2c;
	text-decoration: none;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

#sidebar form {
	margin: 0;
	}	
#sidebar ul li.related {
	font-size: 1.2em;
	text-align:right;
	margin: 34px 0px 10px 0px;
	padding: 0;
	font-variant: small-caps;
	font-weight:bold;
}
#sidebar .cta a {
	display: block;
	width:167px;
	height:50px;
	background-image: url(images/cta_on.jpg);
	background-repeat:no-repeat;
	background-color: gray;
	white-space: nowrap;
	margin: 20px 0px 0px 0px;
	padding: 0;
	float:right;
	text-decoration: none;
}
	
#sidebar .cta a {
	display: block;
	width:167px;
	height:50px;
	background-image: url(images/cta_on.jpg);
	background-repeat:no-repeat;
	background-color: gray;
	white-space: nowrap;
	margin: 60px 0px 0px 0px;
	padding: 0;
	float:right;
	text-decoration: none;
}


#sidebar .cta img {
	width:167px;
	height:50px;
	border: 0;
	
}

#sidebar .cta a:hover img {
	visibility:hidden;
}




/*
#sidebar ul li.cta a:hover{
visibility:none;
	background: url(images/cta_on.jpg);
}
	*/
	
	
/*************************** footer *************************/
/************** footer extra div & stuff *********/
#footer #columncontainer {
	position:relative;
	display:block;
	margin: 30px auto 0px auto;
	width: 800px;
	height:166px;
	padding:0px 0px 0px 0px;
	background: transparent;
}
#footer .column {
	float:left;
	position:relative;
	display:block;
	overflow:hidden;
	width:266px;
	height:165px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 10px 0px ;
	background: transparent;
	border-bottom:1px solid #646464;	
}
#footer .column h2 {
	font-size: 1.2em;
	text-align:left;
	color: #aeadad;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
}
#footer .column p {
	font-size: 1em;
	text-align:left;
	color: #aeadad;
	line-height: 1.6em;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
}
#footer ul {
	font-size:0.9em;
	position:relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display:block;
	overflow:hidden;
	width:450px;
	background: transparent;
	float:right;
	z-index:20;
}
#footer li {
	color:#ffffff;
	display:inline;
	float:right;
	padding: 0px 6px 0px 6px;
	border-right:1px solid #808080;
}
#footer li a{
	color:#aeadad;
	text-decoration:none;
}
#footer li a:hover{
	color:#ffffff;
	text-decoration:none;
}
#footer p {
	color: #686868;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px ;
	text-align: left;
}
#footer p a{
	color:#aeadad;
	text-decoration:none;
}
#footer p a:hover {
	color:#ffffff;
	text-decoration:none;
}
#footer .column p a{
	color:#ffffff;
	text-decoration:none;
}
#footer .column p a:hover{
	color:#ffffff;
	text-decoration:underline;
}
#columncontainer .column ul {
	width:100%;
	font-size:0.9em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display:block;
	overflow:visible;
	float:left;

}
#columncontainer .column li {
	color: #aeadad;
	padding: 3px 0px 0px 17px;
	margin:0px 0px 0px 0px;
	width:260px;
	background: transparent url('images/footer_li.gif') left bottom no-repeat; 
	border:none;
	float:left;
	clear:both;
}

/**************************** content *************************/
/****************** div *************/
#content { /* old "narrowcolumn"*/
	position:relative;
	top:0px;
	display:block;
	float:right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
	width: 500px;
	clear:both;
}
.post {
	margin: 0px 0px 0px 0px;
	text-align: left;
	}

.post hr {
	display: block;
	}
#content .entry{
	color: #292a2e;
	line-height: 1.7em;
	border-bottom: 1px dashed #9b9b9b;
	border-top: 1px dashed #9b9b9b;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
}
.entry p a:visited {
	color: #4E8E2C;
	}
.postmetadata {
	margin: 0px;
	padding: 4px 0px 0px 0px;
}
small {
	display:block;
	width: 100%;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px 0px 7px 0px;
}	
.navigation {
	display: block;
	text-align: center;
	margin: 10px 0px 10px 0px;
	}
/************* headings *************/
h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}


h2, h2.pagetitle {
	font-size: 2em;
	margin: 30px 0px 0px 0px;
}
h2.post {
	font-size: 2em;
	margin: 0px 0px 0px 0px;
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #646464;
}
h2, h2 a, h2 a:visited, h3, h3 a,  h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	color: #646464;
	text-decoration: none;
}
h2 a:hover, h3 a:hover {
	color: #4e8e2c;
	text-decoration: none;
}

h3 {
	font-size: 1.3em;
	padding: 0;
	margin: 30px 0px 0px 0px;
}

h3.comments {
	padding: 0;
	margin: 10px 0px 0px 0px;
	}




/*********************** standnard html tags ****************/
/************** links **************/
a  {
	color: #4e8e2c;
	text-decoration: none;
	}

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



	
	
	
	

.widecolumn .post {
	margin: 0;

	}

	
.widecolumn {
	line-height: 1.6em;
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;

	}	

	
.widecolumn .entry p {
	font-size: 1.05em;
	}




.narrowcolumn .postmetadata {
	text-align: center;
	}
.widecolumn .entry {
	line-height: 1.4em;
	}
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}














.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}



.nocomments, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}



#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */









.widecolumn {
	margin: 0;
	}


.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}



.clear {
	clear: both;
}





/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}



.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#searchform #s {
	width: 108px;
	padding: 2px;
	}

#searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */






/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}


/* to arrange*/
.selected {
	font-weight:bold;
}

#content p .entry {
	float:left;
  }



/* End Various Tags & Classes*/


/*
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
*/
