@charset "utf-8";
/* CSS Document */

/*
Theme Name: Daily Onigiri v3.0
Author: Rok Dovecar
.
Copyright (C) 2009 DailyOnigiri.com
.
*/

@import url("reset.css");

* {
	margin:0;	
}

body {
	background-color:#FFF;
	color:#333;
}

#clear {
	clear:both;
	height:0px;
	overflow:hidden;
}

#wrapper {
	margin:0px auto;
	width:970px;
	overflow:hidden;
}

#header {
	width:970px;
	height:199px;
}

.entry p {
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:22px;
	padding: 0px 0px 15px 0px;
	margin:0px;

}

.entry_page p {
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:20px;
	padding: 0px 0px 15px 0px;
	margin:0px;

}

.photo_text p {
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:20px;
	padding: 0px 0px 15px 0px;
	margin:0px;

}



.entry img {
max-width: 620px;
width: expression(this.width > 620 ? 620: true);
}

a:link {
	color:#369;
	text-decoration:none;	
}

a:visited {
	color:#369;
	text-decoration:none;	
}

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

a:active {
	color:#369;
	text-decoration:underline;	
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   
   text-align: left;
   font-family:Verdana, Geneva, sans-serif;
   font-size:11px;
   background-color: #fff;
   margin: 0px;
   margin-bottom:10px;
   margin-right:10px;
  
}

.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;
   padding-left:0px;
   padding-right:8px;
   padding-top:3px;
}


.content {
	float:left;
	width:100%;
	background-color:#FFF;
	padding-top:10px;
	height:1%;
	display:inline-block;

}


.content_body {
	float:left;
	width:620px;
	margin-left:20px;
	padding:0;
	overflow:hidden;
	display:inline;
}

.content_sidebar {
	float:right;
	width:300px;
	margin-right:10px;
	padding:0;
	overflow:hidden;
	display:inline;
}

#footer {
	float:left;
	margin:0 auto;
	margin-top:50px;
	margin-bottom:10px;
	padding-top:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	border-top:1px #cbd0d5 solid;
	width:100%;
	margin-left:10px;
	margin-right:10px;
	line-height:14px;
	text-align:center;
}

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

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


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


#footer a:active {
	color:#333;
	text-decoration:none;
}


#navigation {
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:22px;
	margin:0px;
}

#navigation a:link {
	color:#369;
	text-decoration:none;
}

#navigation a:visited {
	color:#369;
	text-decoration:none;
}

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

#navigation a:active {
	color:#369;
	text-decoration:underline;
}

h1,h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:26px;
	line-height:normal;
	font-weight:normal;
	color:#000;
	margin-top:5px;
	margin-bottom:30px;
}

h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	line-height:normal;
	font-weight:normal;
	color:#000;
	margin-top:5px;
	margin-bottom:15px;
		
}

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

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

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

h2 a:active {
	color:#000;
	text-decoration:underline;
}

.post_info {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	color:#a1a1a1;
}

.post_info a:link {
	color:#999;
	font-weight:bold;
	text-decoration:none;
}

.post_info a:visited {
	color:#999;
	font-weight:bold;
	text-decoration:none;
}

.post_info a:hover {
	color:#666;
	font-weight:bold;
	text-decoration:none;
}

.post_info a:active {
	color:#666;
	font-weight:bold;
	text-decoration:none;
}

#menu {
	float:left;
	width:375px;
	height:36px;
	margin:0px;
	padding:0px;
	position:relative;
	top:163px;
	left:10px;
}

#menu li {
	margin:0px;
	padding:0px;
	list-style:none;
	position:absolute;
	top:0px;
}

#menu li, #menu a {
	height:36px;
	display:block;
}

#menu li a span {
	display: none;	
}

#menu li span {
	display: none;	
}

#menu_btn_home {
	left:0px;
	width:83px;
}

#menu_btn_home a {
	left:0px;
	width:83px;
	background: url('images/menu_buttons.gif') 0px -36px no-repeat;
}

#menu_btn_home a:hover {
	left:0px;
	width:83px;
	background: url('images/menu_buttons.gif') 0px 0px no-repeat;
}

#menu_btn_home_on {
	left:0px;
	width:83px;
	background: url('images/menu_buttons.gif') 0px 0px no-repeat;
}

#menu_btn_about_on {
	left:83px;
	width:73px;
	background: url('images/menu_buttons.gif') -83px 0 no-repeat;
}

#menu_btn_foto_on {
	left:156px;
	width:123px;
	background: url('images/menu_buttons.gif') -156px 0 no-repeat;
}

#menu_btn_contrib_on {
	left:279px;
	width:125px;
	background: url('images/menu_buttons.gif') -279px 0 no-repeat;
}

#menu_btn_contact_on {
	left:404px;
	width:94px;
	background: url('images/menu_buttons.gif') -404px 0 no-repeat;
}

#menu_btn_about {
	left:83px;
	width:91px;
}

#menu_btn_about a {
	left:83px;
	width:73px;
	background: url('images/menu_buttons.gif') -83px -36px no-repeat;
}

#menu_btn_about a:hover {
	left:83px;
	width:73px;
	background: url('images/menu_buttons.gif') -83px 0 no-repeat;
}

#menu_btn_foto {
	left:156px;
	width:123px;
}

#menu_btn_foto a {
	left:156px;
	width:123px;
	background: url('images/menu_buttons.gif') -156px -36px no-repeat;
}

#menu_btn_foto a:hover {
	left:156px;
	width:123px;
	background: url('images/menu_buttons.gif') -156px 0 no-repeat;
}



#menu_btn_contrib {
	left:279px;
	width:125px;
}

#menu_btn_contrib a {
	left:279px;
	width:125px;
	background: url('images/menu_buttons.gif') -279px -36px no-repeat;
}

#menu_btn_contrib a:hover {
	left:279px;
	width:125px;
	background: url('images/menu_buttons.gif') -279px 0 no-repeat;
}

#menu_btn_contact {
	left:404px;
	width:94px;
}

#menu_btn_contact a {
	left:404px;
	width:94px;
	background: url('images/menu_buttons.gif') -404px -36px no-repeat;
}

#menu_btn_contact a:hover {
	left:404px;
	width:94px;
	background: url('images/menu_buttons.gif') -404px 0 no-repeat;
}

#menu_lang {
	float:right;
	width:171px;
	height:19px;
	margin:0px;
	padding:0px;
	position:relative;
	top:170px;
	right:18px;
}

#menu_lang li {
	margin:0px;
	padding:0px;
	list-style:none;
	position:absolute;
	top:0px;
}

#menu_lang li, #menu_lang a {
	height:19px;
	display:block;
}

#menu_lang li a span {
	display: none;	
}

#menu_lang li span {
	display: none;	
}

#menu_btn_lang_en {
	width:66px;
	height:19px;
	background:url('images/menu_btn_lang_en.gif') top left no-repeat;
	cursor:pointer;
}

#menu_btn_lang_si {
	width:89px;
	height:19px;
	background:url('images/menu_btn_lang_si.gif') top left no-repeat;
	cursor:pointer;
}

.block_inside {
	display:block;
	margin:0px;
	padding:0px;
	position:relative;
}

#searchbox {
	float:left;
	background:url("images/search300.gif") no-repeat scroll 0 0;
	display:inline;
	width:300px;
	height:37px;
	margin:0px;
	padding:0px;
}

#searchbox .textfield {
	background:transparent none repeat scroll 0 0;
	border:none;
	float:left;
	width:248px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	margin-left:12px;
	margin-top:11px;
}

#searchbox .button {
	background:transparent none repeat scroll 0 0;
	border:none;
	cursor:pointer;
	float:left;
	width:24px;
	height:24px;
	margin-top:7px;
	margin-left:4px;
}



#sidebar_box {
	float:left;
	width:300px;
	margin-top:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	line-height:16px;
}

#sidebar_box .header_recent_posts {
	float:left;
	width:300px;
	height:23px;
	background:url("images/box300_newposts.gif") top left no-repeat;
}

#sidebar_box .header_recent_comments {
	float:left;
	width:300px;
	height:23px;
	background:url("images/box300_recentcomments.gif") top left no-repeat;
}

#sidebar_box .header_categories {
	float:left;
	width:300px;
	height:23px;
	background:url("images/box300_categories.gif") top left no-repeat;
}

#sidebar_box .header_archive {
	float:left;
	width:300px;
	height:23px;
	background:url("images/box300_archive.gif") top left no-repeat;
}

#sidebar_box .header_friends {
	float:left;
	width:300px;
	height:23px;
	background:url("images/box300_friends.gif") top left no-repeat;
}

#sidebar_box .header_news {
	float:left;
	width:300px;
	height:23px;
	background:url("images/box300_news.gif") top left no-repeat;
}

#sidebar_box .header_goodies {
	float:left;
	width:300px;
	height:23px;
	background:url("images/box300_goodies.gif") top left no-repeat;
}

#sidebar_box .content {
	width:288px;
	background-color:#FFF;
	border-left:1px #cbd0d5 solid;
	border-right:1px #cbd0d5 solid;
	padding:5px;
}

#sidebar_box .bottom {
	float:left;
	width:300px;
	height:5px;
	background:url("images/box300_bottom.gif") top left no-repeat;
}

#sidebar_box ul {
	list-style-type:none;	
}

#sidebar_box ul li {
	list-style-type:none;
	padding-left:8px;
	background:url("images/bullet.gif") 0px 8px no-repeat;
	border-bottom:1px #cbd0d5 dashed;
	padding-top:2px;
	padding-bottom:3px;
}

.entry ul li {
	list-style-type:none;
	padding-left:8px;
	background:url("images/bullet.gif") 0px 10px no-repeat;
	color:#333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:22px;
	padding-top:2px;
	padding-bottom:3px;
	
}

#sidebar_box select {
	border:1px #cbd0d5 solid;
	background-color:#FFF;
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	padding:2px;
}

#sidebar_box a:link {
	color:#333;
	text-decoration:none;
}

#sidebar_box a:visited {
	color:#333;
	text-decoration:none;
}

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

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


/* Sidebar Box 2 */

#sidebar_box2 {
	float:left;
	width:300px;
	margin-top:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#333;
}

#sidebar_box2 .top {
	float:left;
	width:300px;
	height:5px;
	background:url("images/box300_2_top.gif") top left no-repeat;	
}

#sidebar_box2 .content {
	width:288px;
	background-color:#eeeeef;
	border-left:1px #eeeeef solid;
	border-right:1px #eeeeef solid;
	padding-left:5px;
	padding-right:5px;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}

#sidebar_box2 .bottom {
	float:left;
	width:300px;
	height:5px;
	background:url("images/box300_2_bottom.gif") top left no-repeat;	
}

#sidebar_box2 .title_advertisement {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#999;
	margin:0 auto;
	letter-spacing:1px;
	margin-bottom:2px;
	text-align:center;
}

/* Separators */

#post_separator {
	width:auto;
	border-top:1px #cbd0d5 dashed;
	margin-top:40px;
	margin-bottom:10px;
}

#separator_page {
	width:auto;
	border-top:1px #cbd0d5 dashed;
	margin-top:15px;
	margin-bottom:15px;
}


/* Comments */

#comments p {
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	line-height:20px;
}

ol.commentlist { list-style:none; margin:0px; padding:0px; text-indent:0; }
ol.commentlist li {
		padding:10px;
	border:1px solid #cbd0d5;
	list-style:none;
	margin-bottom:10px;
}
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { }
ol.commentlist li div.comment-author {}
ol.commentlist li div.vcard {
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	}
ol.commentlist li div.vcard cite.fn { font-style:normal; }
ol.commentlist li div.vcard cite.fn a.url {}
ol.commentlist li div.vcard img.avatar { border:1px dashed #cbd0d5; float:right; margin:0 0 1em 1em; padding:5px; background-color:#FFF;}
ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata {}
ol.commentlist li div.comment-meta { font-size:11px;font-family:Tahoma, Geneva, sans-serif;color:#a1a1a1; margin-top:5px; }
ol.commentlist li div.comment-meta a {  }
ol.commentlist li p { font-size:12px; font-family:Verdana, Geneva, sans-serif; line-height:20px;margin-top:15px;}
ol.commentlist li ul { font-size:11px; list-style:square; margin:0 0 1em 2em; }
ol.commentlist li div.reply { font-size:11px;font-family:Tahoma, Geneva, sans-serif;margin-top:15px;}
ol.commentlist li div.reply a { }
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li {}
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 { margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-3 { margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-4 {  margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#eeeeef; }
ol.commentlist li.parent {  }
ol.commentlist li.pingback { border-bottom:1px dotted #666; padding:1em; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

#cancel-comment-reply {
		font-size:11px;font-family:Tahoma, Geneva, sans-serif;margin-top:15px;
}

#respond input {
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	padding:3px;

}

#respond textarea {
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	padding:3px;
}

#respond .button {
		font-size:12px;
		font-family:Verdana, Geneva, sans-serif;
		color:#000;
		padding:3px;
}

/* Related Posts */
#related_posts {
	width:220px;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:18px;
}

#related_posts ol {
	list-style-type:disc;
}

#related_posts ol li {
	list-style-type:disc;
	padding-left:10px;
	background:url("images/bullet.gif") 0px 8px no-repeat;
	padding-top:2px;
	padding-bottom:3px;
}