/*  
Theme Name: catalogue
Theme URI: http://skroz.teatar.hr
Description: A catalogue-style layout for Wordpress
Version: 2.2
Author: Nora Krstulovic for SKROZ
Author URI: http://www.teatar.hr

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php



/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:120%;
	}
	
body {
	background: #303030;
	color: #FFFFFF;
	padding: 13px 0 25px 0;
	}

body, select, input, textarea {
	font: 100% Arial, Helvetica, sans-serif;
	}
	
p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #96c200;
	text-decoration:none
	}

a:hover {
	color:#fff; text-decoration:none; 
	}


hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 0.95em;
	background:#96c200;
	padding:3px 6px;
	}

img, a:link img, a:visited img {
	border:0
	}
	
		

/* Structure */

#page {
	width:880px;
	margin:0 auto;
	font-size:14px; line-height:18px; font-weight:500; color:#FFFFFF; 
	background:#303030;
	padding: 10px 25px 35px 25px;
	}

#branding {
	width:625px;
	padding-bottom:15px;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}


#aside .clearfloat {
	margin:0px 0px 10px 0px;
	border-bottom:1px dotted #ccc;
	}

		
/*Subnav */

.subnav li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}

.subnav li a:link, .subnav li a:visited {
	background:#eef5e1;
	display:block;
	padding:4px 4px 4px 8px;
	border-left:4px solid #e4efd5;
	}
		
.subnav li a:hover, .subnav li a:active {
	background:#e4efd5;
	text-decoration:none;
	color: #7da939;
	}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none
	}
		
	 
	
	
/*	Headers */

h1 {
	font-size:20px; line-height:20px; font-weight:600; color:#96c200; margin:0; /*text-transform:uppercase;*/ padding-bottom:10px;	}
	
h2 {
	font-size:18px; line-height:18px; font-weight:500; color:#96c200; padding: 5px 0px 5px 0px;
	}
	
h3 {
	font-size:14px; line-height:18px; font-weight:500; color:#96c200; padding: 10px 0px 0px 0px; 
	}


h4 {
	font-size:1.5em; line-height:1.5em; font-weight:600; color:#FFFFFF; margin:0; border-top:1px solid #96c200; padding: 5px 0px 5px 0px;}
	
h5 {
	font-size:1em; line-height:1.5em; font-weight:500; color:#5f5f5f; margin:0; padding: 5px 0px 5px 0px;}
	

	}	
/* Content */

#content {
	width: 745px;
	float:left
	}
	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	font-style:italic;
	color:#545454;
	margin-top:-4px;
	}

#line {

	border-top:1px solid #96c200;	
	}

#line2 {

	border-top:1px solid #5f5f5f;	
	}
.feature:hover {
	background:#e9e9e9;
	}
	
.feature p, #rightcol p {
	margin:0;
	padding-bottom:15px;}

.feature img, #rightcol img {
	padding:1px;
	border:1px solid #000;
	}
			
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	}

#lead {
	margin-top:22px;
	}

.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	line-height:115%;
	}
	
.feature#lead .title {
	font:1.8em Arial, Helvetica, sans-serif;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	}

#leftcol .feature {
	margin-bottom: 5px;
	border-bottom:none
	}
#rightcol .feature {
	margin-bottom: 10px;
	border-bottom:none
	}
#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

#leftcol img {
	margin-bottom: 4px;
	display:block
	}
		

#sidelist li {
	list-style:none
	}
	
.bullets li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:22px;
	}

#sidelist .children {
	background:#e4efd5;
	}
	
#sidelist .children li {
	list-style: square;
	margin-left:28px;
	border-bottom:1px solid #e4efd5;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#e4efd5;
	color: #818d6f;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#465d23
	}

.postmetadata {
	margin: 30px 0;
	}

.entry {
	padding-bottom:10px;
	}





/*Post Formatting*/

.picleft {
	float:left;
	margin:3px 14px 10px 0;
	border:7px solid #f2f2f2;
	}

.picright {
	float:right;
	margin:3px 0 10px 14px;
	border:7px solid #f2f2f2;
	}	

.post blockquote {
	color:#76767a;
	background:#f2f2f2;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.post ul li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	line-height:115%;
	margin-left:48px;
	}
	
#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	}	
				

/* Form Elements */

select {
	background:#96c200;
	border:1px solid #9c9c9c;
	width:100%
	}
	
#searchform {
	padding:16px 5px 0 0; 
	}

.button {
	padding: 1px;
	background:#96c200;
	color:#FFFFFF;
	border:none;
	}

.button:hover {
	background:#FFFFFF;
	color:#96c200;
	text-decoration:none
	}

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

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}




/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	


/* Footer*/

#footer {
	margin: 0 auto;
	border-top:1px solid #5f5f5f;
	width: 880px;
	font-size:0.6em;
	padding-top:2px;
	color:#5f5f5f;
	}

#footer a {
	color:#d3d1d1;
	}
	
/* Begin CSS Drop Down Menu */


#menuh-container
	{
	float: left;		
	top: 0.5em;
	margin-bottom:0.1em;
	}

#menuh
	{
	font-size:15.5px; 
	line-height:15.5px; 
	font-weight:600; 
	color:#96c200; 
	margin:0; /*text-transform:uppercase;*/

	
	width:880px;
	float:left;
	
	}
		
#menuh a
	{
	color:  #96c200;
	background-color: #FFFFFF;
	text-align: left;
	display:block;
	
	white-space:nowrap;
	margin:0;
	padding: 12px 5px 90px 5px;
	}
	
#menuh a:visited	/* menu at rest */
	{
	color: #FFFFFF;
	background-color: #96c200;
	text-decoration:none;
	}
		
#menuh a:hover 	/* menu at mouse-over  */
	{
	color: #96c200;
	background-color: #FFFFFF;
	}	
#menuh a:active /* selected link */
	{
	color: #FFFFFF;
	background-color: #96c200;
	}	

#menuh ul
	{
	list-style:none;
	padding:3px 1px 3px 4px;
	margin:0;
	float:left;
	width:120px;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */

ol.snap_nav {
	display: inline;
	float: right;
	font-size:1.1em; line-height:1.1em; font-weight:500; clear: both;
	list-style: none;
}

ol.snap_nav li {
	display: block;
	float: left;
	padding: 0 2px 10px 0;
}

ol.snap_nav li a {
	font-weight: 500;
}

ol.snap_nav li.snap_selected a {
	cursor: text;
}

ol.snap_titles {
	clear: both;
	display: block;
	border: 0;
	list-style: none;
}

