/*
Theme Name: Drugo more
Theme URI: http://www.drugo-more.hr/
Description: Drugo more layout
Version: 1.0
Author: Goran Butorac

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
Total change by Goran Butorac || http://www.defign.org
*/


body {
	color: #404040;
	font-family: Tahoma, Verdana, sans-serif;
    font-size: 11px;
	margin: 0;
	padding: 0;
}

form {
    margin: 0px;
    padding: 0px;
}

select, input {
    font-family: Tahoma, Verdana, sans-serif;
    border: 1px solid #909090;
    padding: 1px;
    margin: 0px;
}


input#mailinglistname, input#mailinglistemail {
    width: 150px;
}

select#chooselist{
    width: 150px;
}


input#mailinglistsubmit {
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 100%;
    margin: 0px;
    padding: 0px;
}

input#s {
    width: 150px;
    margin: 0px;
    padding: 1px;
    margin-right: 3px;
}
input#searchsubmit {
    width: 20px;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 130%;
	}
    
DIV#content img{
    margin: 5px;
}


p {
    margin: 5px 0px 5px 0px;
    margin: 5px 0px 5px 0px;
}

#header {
	color: #f0f0f0;
	margin: 0px;
	padding: 0px;
    height: 334px;
}
#header a {
    color: #f0f0f0;
    text-decoration: none;
}
#header1 {
    background-position: left;
    background-repeat: no-repeat;
    height: 100px;
}
#header2 {
    background-position: left;
    background-repeat: no-repeat;
    height: 41px;
}
a {
	color: #ffa81a;
}
a:hover {
	color: #606060;
}


a img {
    border: none;
}
acronym, abbr {
    border-bottom: 1px dotted #606060;
    cursor: help;
}
blockquote {
	border: 1px solid #d0d0d0;
    padding: 10px;
    background-color: #f0f0f0;
}

h2 {
    margin: 0px;
    padding: 2px 5px 2px 5px;
	font-family: Tahoma, Verdana, sans-serif;
    font-size: 120%;
    border-bottom: 1px dotted #909090;
    
}
h2.posttitle {
    background-color: #606060;
}

h2 a {
    text-decoration: none;
    color: #ffa81a;
}

h2 a:hover {
    text-decoration: underline;
    color: #ffa81a;
}

h3 {
	border-bottom: dotted 1px #e0e0e0;
	font-family: Tahoma, Verdana, sans-serif;
    font-size: 100%;
}

div.post, div #login {
    margin-top: 10px;
}

div #contentpadding{
    padding-top: 10px;
}

div #repeatsearch {
    padding: 20px;
}
div.datum {
    margin: 0px;
    padding: 1px 3px 1px 3px;
    font-size: 85%;
    color: #ffffff;
    background-color: #909090;
}
div.entry {
    background-color: #f0f0f0;
    padding: 5px 10px 5px 10px;
    margin: 0px;
}
p.postmetadata {
    padding: 3px;
    margin: 0px;
    background-color: #f8f8f8;
    text-align: right;
}
p.postmetadata2 {
    padding: 3px;
    margin: 30px 0px 5px 0px;
    background-color: #ffffff;
    text-align: center;
}

p.postmetadata a {
    text-decoration: none;
    color: #ffa81a;
}
p.postmetadata a:hover{
    text-decoration: underline;
    color: #404040;
}

div#easy_announcement a {
	color: #ffa81a;
    text-decoration: none;
}
div#easy_announcement a:hover {
	color: #ffa81a;
    text-decoration: underline;
}

ul.post-meta {
	list-style-type: none;
}
ul.post-meta span.post-meta-key {
	font-weight: bold;
}

#content {
    width: 600px;
    position: absolute;
    top: 100px;
    left: 121px;
}

#sidebar {
    width: 200px;
    background-color: #f0f0f0;
    padding: 10px;
    position: absolute;
    top: 75px;
    left: 736px;
}
#sidebar ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

#sidebar .menuitem {
    
}

#sidebar h2.menutitle {
    background-color: #909090;
    color: #ffffff;
    padding: 3px;
    margin-bottom: 3px;
    border: 0px;
	font-family: Tahoma, Verdana, sans-serif;
    font-size: 100%;
}

#sidebar ul.menucontent li li{
    padding-left: 10px;
}
#sidebar ul.menucontent{
    margin-bottom:10px;
}
.menucontent h2 {
    background-color: #ffffff;
    font-size: 100%;
    padding: 0px 0px 0px 3px;
    border: 0px;
}


#sidebar a {
    color: #ffa81a;
    text-decoration: none;
    font-weight: bold;
}
#sidebar a:hover {
    background-color: #ffffff;
    color: #606060;
    
    
}

div.navigation {
    height: 12px;
    padding: 5px;
    color: #404040;
    background-color: #f8f8f8;
    border-top: 0px;
}

div.navigation2 {
    height: 12px;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #404040;
    background-color: #f8f8f8;
}



div #easy_announcement {
    background-color: #606060;
    color: #f0f0f0;
    padding: 5px;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.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: 598px;
	padding: 0px;
    border: 1px solid #d0d0d0;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 11px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
    
    
div.list_subpages {
    background-color: #ffffff;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 30px;
}    

ul#subpages{
    list-style-type: square;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    
}

/* End Form Elements */




/*

cite {
    
}
ol#comments li p {
	font-size: 100%;
}



.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}













#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#content {
	margin: 30px 13em 0 3em;
	padding-right: 60px;
}



#header a {
	color: #fff;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#menu {
	background: #fff;
	border-left: 1px dotted #ccc;
	border-top: solid 3px #e0e6e0;
	padding: 20px 0 10px 30px;
	position: absolute;
	right: 2px;
	top: 0;
	width: 11em;
}

#menu form {
	margin: 0 0 0 13px;
}

#menu input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#menu ul {
	color: #ccc;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	text-transform: lowercase;
}

#menu ul li {
	font: italic normal 110% 'Times New Roman', Times, serif;
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;
}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul ul li {
	border: 0;
	font: normal normal 12px/115% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}

#menu ul ul li a {
	color: #000;
	text-decoration: none;
}

#menu ul ul li a:hover {
	border-bottom: 1px solid #809080;
}

#menu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}

#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#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;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
#sidebar li.current_page_item{
margin: 10px;
}
#sidebar li.page_item {
background-color: #ff0000;

}
*/