/*
Theme Name: Neo Theme
Theme URI: http://www.denisbilli.it/themes/neo-theme
Description: A simple clear theme for Wordpress
Version: 1.0
Author: Denis Billi
*/

* { margin: 0; padding: 0; }

body { 
	font: normal normal 11px/14px Verdana, Arial, sans-serif;
	background: url(./images/background.jpg) no-repeat fixed;
}

p { margin: 10px 0 10px 0; }
code { width: 470px; }

a img { border: none; }

a:link, a:visited { color: #194c8c; border: none; text-decoration: none; font-weight: bold; }
a:hover { color: black; }

span.hidden { display: none; }

pre { padding: 8px; background: #ffe1d2; border: #ff6022 1px solid; overflow: auto; }

blockquote
{
	padding: 10px 10px 10px 70px;
	border: #4c99db 1px solid;
	background: #d9f6ff url(images/cite.jpg) no-repeat 10px 10px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	width: 480px;
	clear: both;
	margin: auto;
}

#search-box
{
	display: block;
	width: 320px;
	height: 53px;
	line-height: 53px;
	float: right;
	color: white;
}

#searchtext
{
	border: #666666 1px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: url(images/search-textbox.jpg) no-repeat;
	padding: 6px;
	font-size: 115%;
}

#searchsubmit
{
	border: #666666 1px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	padding: 4px;
	height: 30px;
	background: url(images/button-bg.jpg) repeat-x;
}

#searchsubmit:hover
{
	color: #666666;
	border-color: black; 
}

#searchform
{
}

#container { width: 80% !important; min-width: 980px; width: 980px; margin: 0 auto; position: relative; }

#header { display: block; height: 105px; background: url(images/logo.png) no-repeat left top; margin: 15px 0 15px 0; }

#menu-container
{
	display: block;
	text-align: center;
	font: 12px "Century Gothic", Verdana, Arial, sans-serif;
	height: 30px;
	line-height: 30px;
	margin-bottom: 15px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}
#menu-container { background: url(images/menu-bg.png) repeat-x; height: 30px; }

#menu { list-style-type: none; }
#menu-container .page_item, #menu-container .cat-item { float: left; height: 30px;	overflow: hidden;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
 }
.page_item a { font-weight: 200; display: block; color: white; padding: 0 30px 0 30px; height: 30px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;}
#menu-container .cat-item a { font-weight: 200; display: block; color: white; padding: 0 30px 0 30px; height: 30px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;}

#menu-container .page_item a:hover { color: black; background: url(images/menu-bg.png) repeat-x 0 -30px;}
#menu-container .cat-item a:hover { color: black; background: url(images/menu-bg.png) repeat-x 0 -30px;}

/* #menu li a:hover
{
	background: url(images/menu-item-hover.jpg) repeat-x;
	color: black;
}

#menu li.current_page_item a:hover
{
	background: white;
	color: black;
}

#menu li.current_page_item a
{
	background: #b3b3b3;
	color: black;
}  */

#content
{
	width: 100%;
	margin: auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border: #9d9d9d 1px solid;
	background: white;
}

#post-box
{
	width: 60%;
	padding: 0;
	margin: 0 0 0 25px;
	float: left;
	overflow: hidden;
}

#post-box a
{
	border: none;
	text-decoration: none;
}

.post
{
	background: url(images/post-background.png) no-repeat;
	padding: 0 8px 15px 8px;
	margin: 25px 0 0 0;
	font-size: 110%;
	line-height: 145%;
}

.short_post
{
	background: #95ff95;
	background-image: none;
	border: #6aa75a 1px solid;
}

.post ul, .post ol
{
	list-style-image: url(images/bullet.jpg);
	list-style-type: circle;
	padding-left: 15px;
	margin-left: 8px;
}

.post li
{
	margin: 8px 0 8px 0;
}

.post h2
{
	font-size: 160%;
	margin: 18px 0 18px 0;
}

.search-result-post
{
	background: url(images/search-result-post.png) no-repeat;
	padding: 0 0 50px 8px;
}

/*.post.single .thumbleft, .post.single .thumbright { display: none; }*/

.current-post-year
{
	font-size: 600%;
	font-weight: 900;
	color: #dfdfdf;
	text-align: right;
	padding: 10px 0 0 0;
	border: 1px solid;
	line-height: 50px;
	vertical-align: middle;
	float: right;
	display: block;
	z-index: 0;
}

.title h3
{
	text-transform: uppercase;
	margin: 5px 0 5px 0;
	padding: 0;
	font: normal 18px/24px "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	z-index: 10;
}

.searchtitle
{
	vertical-align: middle;
	font-style: italic;
	overflow: hidden;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 105%;
}
	
.storytitle
{
	vertical-align: middle;
	color: #000;
	font-style: italic;
	overflow: hidden;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 85%;
}

.pagetitle
{
	vertical-align: middle;
	font-style: italic;
	overflow: hidden;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	font-size: 125%;
}

.post-calendar-date
{
	color: #333333;
	font-style: normal;
	letter-spacing: 3px;
	text-align: center;
	background: url(images/calendar-small.png) no-repeat -8px;
	width: 45px; /* 64px */
	height: 56px; /* 64px */
	display: block;
	padding-top: 8px;
	padding-left: 3px;
	margin-right: 8px;
	float: left;
}

.date-day
{
	font-size: 175%;
	font-weight: bold;
	margin-top: 15px;
	line-height: 18px;
}

span.edit
{
	margin-left: 10px;
}

.post-info
{
	/*border-top: 5px solid #3c78b0;
	border-bottom: 5px solid #3c78b0;
	padding: 8px 0 8px 0;*/
}

.comments
{
	margin: 35px 0 35px 0;
	font-size: 175%;
	font-weight: bold;
	font: normal 18px/24px "Century Gothic", "Trebuchet MS", Arial, sans-serif;
}

textarea#comment { width: 580px; height: 200px; }

ul.post-comments-list
{
	list-style-type: none;
	padding: 0;
}

.post-comments
{
	float: right;
	padding-left: 30px;
	background: url(images/post-comment.png) no-repeat;
	line-height: 24px;
	text-align: right;
}

img.thumbleft
{
	margin: 0 8px 4px 0;
	padding: 6px;
	background: #FFFFFF;
	/*background: url(images/image-box.png) no-repeat;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #d7d7d7;
	float: left;
}

.more-link-text
{
	font-weight: bold;
}

a.more-link
{
	display: block;
	margin-top: 15px;
}

#more-pages
{
	text-align: center;
	padding-bottom: 50px;
}

#post-box #more-pages
{
	padding-bottom: 20px;
}

.comment-rss
{
	margin: 30px 0 30px 0;
	padding: 15px;
}

.post-functions
{
	float: left;
	height: 82px;
	width: 28px;
	display: block;
	margin: 0 12px 8px 0;
}

.post-comments-list
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.comment
{
	height: 100%;
	padding: 0;
	-moz-border-radius-bottomright: 14px;
	-webkit-border-radius-bottomright: 14px;
	-moz-border-radius-topleft: 14px;
	-webkit-border-radius-topleft: 14px;
	text-align: left;
	margin-bottom: 10px;
	clear: both;
	background: #f8f8f8 url(images/comment-bg.png) no-repeat right top;
	list-style-image: none;
}

.comment.Pingback {
	background: url(images/stripe_pingback_2.png) 20px center;
	padding: 15px 15px 15px 15px;
	line-height: 64px;
	font-size: 16px;
	clear: both;
	-moz-border-radius-bottomright: 14px;
	-webkit-border-radius-bottomright: 14px;
	-moz-border-radius-topleft: 14px;
	-webkit-border-radius-topleft: 14px;
	text-align: center;
	margin-bottom: 10px;
	list-style-image: none;
}

.comment-side
{
	-moz-border-radius-topleft: 14px;
	-webkit-border-radius-topleft: 14px;
	float: left;
	background: url(images/comment-side-bg.png);
	margin-right: 10px;
	height: 100%;
	display: block;
	padding: 10px;
	font-size: 80%;
	text-align: center;
	width: 80px;
}

.comment.Pingback .pingback-side { 
	background: url(images/audio.png) no-repeat;
	height: 64px;
	width: 64px;
	float: left;
	padding: 0;
	display: block;
}

.comment-detail
{
	display: block;
	width: 80px;
	clear: both;
}

.comment-detail.comment-author-name
{
	font-weight: bold;
	font-size: 125%;
}

img.avatar
{
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.comment.admin
{
	background: #d5eeff url(images/comment-bg.png) no-repeat right top;;
}

.comment-content
{
	padding-top: 2px;
	float: right;
	width: 78%;
}

.comment blockquote
{
	float: left;
	background: none;
	clear: none;
	padding: 0 15px 0 15px;
    /* for IE 7 padding: 15px 15px 15px 15px; */
	margin: 8px 8px 10px 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 0;
	display: block;
	width: 85%;
	font-style: italic;
	border: 1px solid #d7d7d7;
	font-size: 90%;
	background: url(images/comment-cite-bg.png);
}

.comment p
{
	clear: left;
}

.comment blockquote blockquote
{
	width: auto;
	float: none;
	font-size: 80%;
}

.comment blockquote blockquote blockquote
{
	display: none;
}

img.MyAvatars
{
	float: none
}

.comment-bottom
{
	background: url(images/comment-side-bg.png);
	clear: both;
	display: block;
	width: auto;
	-moz-border-radius-bottomright: 14px;
	-webkit-border-radius-bottomright: 14px;
	border-radius: 14px;
	padding-left: 5px;
}

.comment-button
{
	font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	padding: 5px 8px 5px 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #206bab;
	background: #fff url(images/quote-button-background.png) repeat-x;
	font-weight: normal;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 85%;
	margin-right: 8px;
	line-height: 40px;
}

#background-bottom
{
	background: url(images/page-background-bottom.png) no-repeat;
	width: 765px;
	height: 14px;
	margin: auto;
}

li.most-popular-item {
	padding: 8px 8px 12px 8px;
	border: #cbcbcb 1px solid;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 2px;
	display: block; 
	height: 80px; 
	overflow: hidden; 
	background: url(images/sidebar-excerpt-background.jpg) no-repeat 200px center;
}
span.most-popular-title { font: 12px "Century Gothic", "Trebuchet MS", Arial, sans-serif; font-weight: bold; display: block; width: 95%; color: black; margin: 0 0 8px 0; }
img.most-popular-thumb { float: left; max-width: 80px; max-height: 60px; }
span.most-popular-content { font-size: 10px; color: #606060; margin: 0 0 0 8px; display: block; height: 45px; width: 60%; overflow: hidden; float: left; }
a.most-popular-link { margin: 0 0 0 8px; }

#category-cloud
{
	font-size: 85%;
}

#sidebar-box .ads
{
	margin: 8px 0 0 0;
}

#sidebar_header
{
	text-align: center;
	width: 99%;
}

#sidebar-box
{
	width: 350px;
	display: block;
	float: right;
	/*background: white;*/
	color: #777777;
}

#sidebar-box a:link, #sidebar-box a:visited
{
	color: #333333;
	font-weight: normal;
}
#sidebar-box a:hover
{
	color: black;
}

#sidebar-box ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding: 6px 10px 6px 10px;
}

#sidebar-box .widget
{
	padding: 8px;
	margin-bottom: 20px;
	border: 1px solid;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#sidebar-box h2
{
	font: 12px "Tw Cen MT", "Trebuchet MS", Arial, sans-serif;
	color: #525252;
	padding: 4px 3px 3px 6px;
	letter-spacing: 4px;
	text-transform: uppercase;
	text-align: left;
	background: url(images/sidebar_label.png) no-repeat top left;
	height: 36px;
	display: block;
}

.related h2
{
	display: block;
	font: 14px "Tw Cen MT", "Trebuchet MS", Arial, sans-serif;
	color: #414F0A;
	padding: 8px 6px 8px 6px;
	letter-spacing: 4px;
	text-transform: uppercase;
	text-align: left;
	background: #A5BF3B;
	margin: 0;
}

.related
{
	background: #F2FFBF;
	padding: 8px 8px 8px 8px;
	margin-bottom: 20px;
	border: #A5BF3B 1px solid;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.title .related { margin-bottom: 0; }

.post-problems
{
	background: #ffafb5;
	padding: 8px 8px 8px 8px;
	margin-top: 10px;
	border: #ff2e3d 1px solid;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.post-important
{
	background: #d5eeff;
	padding: 8px 8px 8px 8px;
	margin-top: 10px;
	border: #7ecafd 1px solid;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	display: block;
	font-size: 130%;
	text-align: center;
}

#postcomment {
	font: 12px "Century Gothic", Verdana, Arial, sans-serif;
	background: #d5eeff;
	padding: 8px 8px 8px 8px;
	margin-top: 10px;
	border: #7ecafd 1px solid;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 95%;
}

#sidebar-post
{
	padding: 15px 15px 0 15px;
}

#footer
{
	margin: auto;
	color: white;
	font-size: 85%;
	text-align: center;
}

#footer a img
{
	text-decoration: none;
	border: none;
}

#footer a:link, #footer a:visited
{
	color: white;
}

#footer a:hover
{
	color: black;
}

span.site-stat
{
	vertical-align: middle;
	line-height: 25px;
}