/*
Theme Name: Sinatura
Theme URI: http://www.sinatura.si/
Description: A white theme for Design destilator.
Version: 1.0
Author: POP-UP & Žiga Sancin
Author URI: http://www.pop-up.si/
Tags: white, custom header, fixed width, three columns, widgets

	Sinatura v1.0
	 http://www.sinatura.si

	Copyright 2008 POP-UP & Žiga Sancin.

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	background: #FFF url('images/pattern_pike.gif');
	}

#page {
	text-align: left;
	background-image: url('images/background.png');
	}

#header-links {
    color: #999999;
    font-size: 0.9em;
    }

#header-links a#rss {
    font-weight: bold;
    color: #FF6600;
    }

#header-links a#rss:hover {
    background-color: #000;
    }

.header-links-mod {
    color: #999999;
    font-size: 0.9em;
    }

.header-links-mod a#rss {
    font-weight: bold;
    color: #FF00CC;
    }

.header-links-mod a#rss:hover {
    background-color: #000;
    }

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry {
	line-height: 1.4em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	font-size: 0.7em;
	text-transform: uppercase;
	color: #FFF;
	background-color: #CCC;
	}

.narrowcolumn .postmetadata a {
	color: #FFF;
	}

.first-comment {
    border-top: 1px dotted #000;
    border-bottom: 1px dotted #ccc;
    }

.middle-comment {
    border-bottom: 1px dotted #ccc;
    }

.last-comment {
    border-bottom: 1px dotted #000;
    }

#footer {
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Verdana, Arial, Sans-Serif;
	}

h2 {
	font-size: 1em;
	font-weight: normal;
    color: #FFF;
    }

h1, h1 a, h1 a:hover, h2, h2 a, #wp-calendar caption, cite {
	text-decoration: none;
	}


#post-tags a {
    font-size: 0.7em;
    font-weight: normal;
    color: #000;
    }

.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 a {
    font-size: 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;
	}

#commentform label, .login-text {
	color: #CCC;
	font-weight: bold;
	}

.login-text a {
    font-size: 1em;
    }

#sidebar, #sidebar-right {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
    font-size: 1.2em;
    }

a, h2 a:hover, .newsletter-link {
	color: #999999;
	text-decoration: none;
	cursor: pointer;
	}

a:hover, .newsletter-link:hover {
	color: #000;
	}

h1 a:hover {
    font-style: italic;
    color: #FFF;
    }

.main-title, .subtitle {
    background-color: #FF6600;
    text-align: left;
    }

#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;
	}

#last5 a {
    font-size: 1em;
    }

.entry a, .entry a:hover {
	font-weight: bold;
    color: #FF6600;
    font-size: 1em;
	}

.entry a:hover {
	text-decoration: underline;
    }


h2#search-results {
    color: #000;
    font-size: 1.5em;
    font-weight: bold;
    }

.navigation a {
    font-size: 1em;
    }

#links-page a {
    color: #999;
    font-size: 1em;
    background-color: #FFF;
    }

#links-page a:hover {
    color: #000;
    background-color: #FFF;
    }

#links-page .links-page-title {
    color: #000;
    background-color: #FFF;
    cursor: pointer;
    font-size: 1em;
    }

a.newsletter-link, a.newsletter-link:hover {
	color: #999999;
	text-decoration: none;
	cursor: pointer;
	font-weight: normal;
	}

a.newsletter-link:hover {
	color: #000;
	background-color: transparent;
	}

h2 a:hover {
    color: #000;
    }

.main-title h1 a {
	font-size: 0.65em;
	font-weight: bold;
	text-transform: uppercase;
    color: #FFF;
	}

.entry .subtitle h3 {
	color: #FFF;
	font-weight: normal;
	font-size: 1.3em;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#page {
	margin: 0 auto;
	padding: 0;
	width: 877px;
	}

#wpads {
	margin: 0 18px 0 10px;
	}

#header {
	margin: 0 18px 28px 10px;
	padding: 0;
	height: 297px;
	width: 849px;
	}

#header-mod1 {
	float: left;
	}

#header-links {
    text-align: right;
    padding: 14px 14px 0 0;
    }

.header-links-mod {
	float: right;
	padding: 10px 14px 0 0;
	}

#zavod-big {
    padding: 21px 14px 0 10px;
    }

#zavod-big div {
    float: left;
    }

#big-circles {
    padding: 65px 0 0 60px;
	color: #999;
   	font-size: 10px;
    }

#big-circles div {
	float: left;
	}

#big-circles p {
	margin: 9px 0 0 0;
	padding: 0;
}

#lu, #bl, #lz {
    padding-right: 3px;
    }

#menu {
    padding-left: 14px;
    padding-top: 10px;
    height: 46px;
    line-height: 46px;
    }

#menu img {
    vertical-align: top;
    }

.narrowcolumn {
	float: left;
	padding: 0 25px 20px 26px;
	margin: 0;
	width: 480px;
	}

.main-title, .subtitle {
    min-height: 24px;
    line-height: 24px;
    }

.main-title {
    width: 470px;
    }

.main-title h2, .subtitle h2 {
    vertical-align: middle;
    }

.post {
	margin: 0 0 0;
	text-align: justify;
	}

.post hr {
	display: block;
	}

#post-time, #post-tags {
    float: left;
    width: 240px;
    }

#post-tags {
    text-align: right;
    }

.main-title, .subtitle {
    padding-left: 5px;
    }

.main-title {
    padding-right: 5px;
    }

.narrowcolumn .postmetadata {
	width: 480px;
	padding: 2px 0;
	}

.postmetadata {
	clear: left;
}

#ads img {
    margin-bottom: 10px;
    }

#services img {
    margin-bottom: 0;
    }

#footer {
	padding: 0;
	margin-left: 9px;
	width: 849px;
	clear: both;
	}

#last5 {
    margin-left: 185px;
    }

#last5 div {
    float: left;
    width: 145px;
    padding-right: 24px;
    }

#last5 #recent-interviews {
    padding-right: 0;
    }

#last5 div p {
    margin: 0;
    padding: 0;
    padding-left: 5px;
    text-align: left;
    }

#last5 hr, .narrowcolumn hr {
    width: 144px;
    border: 0;
    border-top: 1px dotted #BCBEC0;
    height: 1px;
    }

.narrowcolumn hr {
    width: 480px;
    margin: 16px 0;
    }

#last5 div p#interviewsp, #last5 div p#viewedp, #last5 div p#postsp, #last5 div p#commentsp {
    background-color: #FF6600;
    color: #FFF;
    width: 134px;
    margin: 0;
    padding: 5px 0 5px 10px;
	font-size: 1.3em;
    }

#footer #copyright {
	padding: 3px 0;
	margin: 20px 0 0 0;
	text-align: center;
	width: 850px;
	background-color: #CCC;
	color: #FFF;
	}

#footer #copyright a {
    font-size: 1em;
    color: #FFF;
    }
/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	}

h2 {
	margin: 0;
	}

h2#search-results {
    margin-bottom: 10px;
    }

.submenu {
    width: 139px;
    background-color: #FF6600;
    color: #FFF;
    height: 24px;
    line-height: 24px;
    padding-left: 5px;
    }

.submenu span {
    vertical-align: middle;
	font-size: 1.3em;
    }

h3 {
	margin: 0;
    padding: 0;
    display: inline;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px;
	}
h5 {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 1.2em;
    font-weight: bold;
    text-align:left;
    
	}



/* End Headers */



/* 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 0px 4px 0px;
	margin: 0 0 0px 3px;
	display: inline;
	}

img.alignleft {
	padding: 4px 0px 4px 0px;
	margin: 0 3px 0px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists */

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, #related-articles {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar-right ul, #sidebar ul, #sidebar-right ul ol {
	margin: 0;
	padding: 0 0 15px 0;
	width: 144px;
	}

.submenu {
    margin-bottom: 10px;
    }

#sidebar-right ul li, #sidebar ul li, .links-pages {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 2px;
	}

#sidebar-right ul p, #sidebar-right ul select {
	margin: 5px 0 8px;
	}

#sidebar-right ul ul, #sidebar ul ul, #sidebar-right ul ol, #sidebar ul ol {
	margin: 5px 0 0 0;
	}

#sidebar-right ul ul ul, #sidebar-right ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar-right ul ol li {
	list-style: decimal outside;
	}

#sidebar-right ul ul li, #sidebar-right ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

#sidebar #sidesubmenu {
    padding: 7px 0 0 7px;
    }

#related-articles {
    margin: 0;
    padding: 5px 20px 10px 0; 
    }

#related-articles li {
    padding: 0 0 5px 20px;
    font-size: 0.9em;
    }

#newsletter-list {
	margin: 0;
	padding: 3px;
	}

#newsletter-list li {
	padding: 2px;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	text-align: left;
	background-color: #FF6600;
	width: 144px;
	height: 24px;
	line-height: 24px;
	display: block;
	}

#sidebar #searchform #s, #sidebar-right #searchform #s {
	background-color: #FF6600;
    border: 1px solid #FFF;
    color: #FFF;
    width: 114px;
    height: 13px;
    font-size: 1em;
    margin-left: 3px;
	}

#sidebar #searchsubmit, #sidebar-right #searchsubmit {
    vertical-align: middle;
    padding: 0 4px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentinputs div {
    float: left;
    padding-top: 5px;
    }

#commentform input {
	width: 155px;
	padding: 2px;
	margin: 5px 1px 1px 0;
	background-color: #CCC;
	border: none;
	}

#commentform label {
    padding-left: 5px;
    }

#commentform textarea {
	width: 476px;
	padding: 2px;
	background-color: #CCC;
	border: none;
	}

#commentform #submit {
	margin: 0;
	width: 130px;
	float: right;
	background-color: #FFF;
	border: none;
	color: #CCC;
	font-weight: bold;
	}
/* 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 Sidebar */
#sidebar {
    float: left;
    margin-left: 25px;
    }

#sidebar-right
{
	padding: 0;
	float: left;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* 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;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

#newsletter-messages {
    text-align: center;
    width: 480px;
    }

.clear {
    clear: both;
    }

/* Sidebar 32x32 Icons */
ul#sidebariconlist {list-style:none; display:block; margin:0; padding-bottom:4px;}
ul#sidebariconlist li {list-style:none; display:block; float:left; margin:0 0 -10px 0; padding-bottom:4px; text-align:left; border:none;}
ul#sidebariconlist li.padded {margin-right:4px; padding-bottom: 4px}


/* End Various Tags & Classes*/




/* Start "Koledar" Styling */

.koledar-wrapper {
	border-top: 1px solid #EB008B;
	margin: 15px 0 5px 0;
	}

.koledar-wrapper p {
	margin: 0;
	padding: 0;
	}

.koledar-napis, .koledar-naslov, .koledar-slika, .koledar-opis, .koledar-url-link, .koledar-url-vec {
	float: left;
	}

.koledar-napis {
	height: 12px;
	background-color: #EB008B;
	color: #FFF;
	margin-bottom: 12px;
	font-size: 0.7em;
	line-height: 12px;
	vertical-align: middle;
	padding: 0 2px;
	}

.koledar-napis a {
	color: #000;
	text-decoration: none;
	}

.koledar-naslov {
	margin-left: 2px;
	font-size: 0.8em;
	color: #A7A9AC;
	}

.koledar-slika {
	width: 144px;
	height: 190px;
	}

.koledar-opis {
	width: 300px;
	margin-left: 25px;
	}

.koledar-tekst {
	height: 181px;
	color: #000;
    text-align: left;
	}

.koledar-tekst-naslov {
	font-size: 1.1em;
        font-weight: bold;
	}

.koledar-tekst-naslov a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}

.koledar-tekst-naslov a:hover {
	color: #A7A9AC;
	font-weight: bold;
	background-color: #FFF;
	}

.koledar-tekst-podnaslov {
	font-size: 1em;
	}

.koledar-url-link {
	width: 270px;
	}

.koledar-url-link, .koledar-url-link a {
	color: #A7A9AC;
	text-decoration: none;
	font-size: 1em;
	font-weight: normal;
	}

.koledar-url-link a:hover {
	color: #000;
	background-color: #FFF;
	font-weight: normal;
	}

.koledar-url-vec {
	width: 30px;
	height: 12px;
	background-color: #EB008B;
	color: #FFF;
	font-size: 0.7em;
	text-align: center;
	line-height: 12px;
	vertical-align: middle;
	margin-top: 2px;
	}

.koledar-url-vec a, .koledar-url-vec a:hover {
	color: #FFF;
	background-color: #EB008B;
	font-weight: normal;
	text-decoration: none;
	}

/* End "Koledar" Styling */




/* Start "Program" Styling */

.program-datum {
	color: #EB008B;
	border-top: 1px solid #EB008B;
	width: 476px;
	padding: 5px 2px;
	margin-top: 10px;
	font-size: 1.2em;
	}

.program-vnos {
	border-top: 1px dotted #A7A9AC;
	padding: 5px 2px;
	width: 476px;
	}

.program-vnos p {
	margin: 0;
	padding: 0;
	}

.program-ura {
	float: left;
	color: #A7A9AC;
	width: 150px;
	}

.program-tekst {
	float: left;
	color: #000;
	width: 326px;
    text-align: left;
	}

#program-zadnji-tekst {
	border-bottom: 1px dotted #A7A9AC;
	}

/* End "Program" Styling */



/* Start "Revija Hiše Archive" Styling */

#rharchive {
	height: 380px;
	width: 480px;
	}

#rharchive div {
	float: left;
	margin: 6px;
	}

#rharchive img {
	cursor: pointer;
	}

.seznami {
	text-align: left;
	}

#prevnext {
	width: 450px;
	text-align: left;
	margin-left: 12px;
	}

#rhorders {
	width: 220px;
	margin-left: 12px;
	}

#price {
	font-weight: bold;
	margin-left: 12px;
	}

#formfields {
	width: 480px;
	text-align: left;
	margin-top: 10px;
	}

/* End "Revija Hiše Archive" Styling */


/* Start Menu Styling */

#suckerfishnav {
	background: #FFF;
	font-size: 9px;
	font-family: verdana,sans-serif;
	font-weight: bold;
	width: 820px;
	border-bottom: 1px dotted #999;
	}

#suckerfishnav, #suckerfishnav ul {
	float: left;
	list-style: none;
	line-height: 30px;
	padding: 0;
	margin: 0;
	width: 820px;
	}

#suckerfishnav a {
	display: block;
	color: #999;
	text-decoration: none;
	padding: 0px 10px;
	}

#suckerfishnav li {
	float: left;
	padding: 0;
	}

#suckerfishnav ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 151px;
	font-weight: normal;
	margin: 0;
	line-height: 1;
	border: 0;
	border-top: 1px solid #666666;
	}

#suckerfishnav li li {
	width: 149px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	font-weight: bold;
	font-family: verdana,sans-serif;
}

#suckerfishnav li li a {
	padding: 4px 10px;
	width: 130px;
	font-size: 12px;
	color: #dddddd;
	}

#suckerfishnav li ul ul {
	margin: -21px 0 0 150px;
	}

#suckerfishnav li li:hover {
	background: #000;
	}

#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li:hover a, #suckerfishnav li.sfhover a, #suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
	color: #FFF;
	}

#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
	left:-999em;
	}

#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
	left: auto;
	background: #000;
	}

#suckerfishnav li:hover, #suckerfishnav li.sfhover {
	background: #000;
	}

/* End Menu Styling */

/* Start Product List Styling */

.product-list {
	float: left;
	margin-top: 10px;
	padding: 2px;
	}

.product-list-right {
	float: right;
	margin-top: 10px;
	padding: 2px;
	}

.product-list-title {
	float: left;
	}

.product-list-title p {
	padding: 0;
	margin: 0 0 5px 0;
	}

.product-list-title a {
	font-size: 1em;
	}

.product-list-comments {
	float: right;
	}

/* End Product List Styling */

/* Start Sponsors List Styling */

#sponsors, #mediasponsors {
	width: 480px;
	margin: 0 auto 10px auto;
	}

#sponsorsmetadata, #mediasponsorsmetadata {
	text-align: left;
	font-size: 1em;
	text-transform: uppercase;
	color: #FFF;
	background-color: #CCC;
	}

/* End Sponsors List Styling */

.creative_float {
	float: left;
	}

.creative_category {
	margin: 12px 0 0 14px;
	font-size: 1em;
	color: #FFF;
	background: #000;
	padding: 0 5px;
	height: 24px;
	line-height: 24px;
	}

.creative_category span {
	vertical-align: middle;
	}
