@charset "utf-8";

/* 
Theme Name: viktheme v4.2
Theme URI: http://viklog.net/
Description: viklog theme
Version: 4.2
Author: Vincenzo Milone
Author URI: http://www.espressodesign.it/ 
------------------------------------------------------

------------------- Color Palette --------------------
   Grigio Scuro		- #2e2e2e
   Grigio Testo		- #444
   Azzurro		- #00A0C6
   Grigio Chiaro	- #999
------------------------------------------------------

------------------- Global Reset ------------------ */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, cite, code, em, img, q, small, strike, strong, sub, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}

ol, ul {
	list-style: none;
}

:focus {
	outline: 0;
}

small {
	font-size: 0.75em;
}

/* ---------------- General Styles --------------- */

body {
	color: #444;
	font: 18px/1.3 Georgia, "Times New Roman", Times, serif;
	background: #f7f7f7 url(images/body-bg.png) repeat-x scroll 0 0;
}

a:link, a:visited {
	text-decoration: none;
	color: #999;
}

a:hover, a:active, a:focus {
	text-decoration: none;
	color: #00A0C6;
}

p {
	margin: 0 0 10px 0;
}

h1, h2, h3, h4 {
	color: #000;
	letter-spacing: -1pt;
	font-weight: bold;
	font-family: "Droid Sans", "Myriad Pro", Arial, sans-serif;
}

h2 {
	font-size: 42px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}
.skip, hr {
	position: absolute;
	left: -9999px;
}
pre, code {
	font-family: "Monaco", "Courier New", Courier, mono;
}
/* ---------------- Layout --------------- */

/* @group Header */

#header {
	height: 226px;
}

h1 a {
	display: block;
	width: 550px;
	height: 222px;
	background: url(images/viklog-logo-sprite.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-top: 2px;
}

h1 a:hover {
	background-position: bottom;
}

ul#nav {
	display: block;
	padding: 2px 10px 0 10px;
	background-color: #2e2e2e;
}

ul#nav li {
	display: inline;
	line-height: 30px;
}

ul#nav li a {
	display: block;
	float: left;
	width: 95px;
	height: 32px;
	text-align: center;
	font-style: italic;
}

ul#nav li a:hover {
	background-color: #fff;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
}

/*#navigation ul li a {
	display: block;
	width: 105px;
	height: 22px;
	background: url(images/nav-sprite.png) no-repeat 0 0;
	text-indent: -99999px;
}
#navigation ul li a:hover {
	background-position: 0 -106px;
}*/

/* @end */

/* @group Container & Sidebar */

#sidebar {
	background: url(images/sidebar-bg.png) repeat-y 0 0;
}

#top-sidebar, #search {
	background: url(images/top-sidebar-bg.png) no-repeat 0 0;
}

#top-sidebar {
	height: 70px;
}

#top-sidebar p {
	padding-top: 20px;
	padding-left: 42px;
	line-height: 32px;
}

#top-sidebar .grid_21 a {
	color: #dc5c26;
}

#top-sidebar .grid_22 a {
	color: #2e739e;
}

#top-sidebar a:hover:after {
	content: " →";
}

#search {
	height: 100px;
	background-position: 0 -70px;
}

#sidebar ul li {
	margin-bottom: 18px;
}

#sidebar ul li ul li {
	padding: 4px 5px;
	border-bottom: 1px solid #eee;
	margin: 0;
}

#pot-sidebar {
	font: 13px Arial, Helvetica, Geneva, sans-serif;
}

#pot-sidebar h3 {
	display: block;
	width: 180px;
	height: 48px;
	overflow: hidden;
	background: url(images/sidebar-h3-sprite.png) no-repeat 0 0;
	text-indent: -99999px;
	margin: 10px 0;
}
#Comment h3 {
	background-position: 0 -48px;
}
#Archives h3 {
	background-position: 0 -96px;
}
#Categories h3 {
	background-position: 0 -144px;
}
#youtube-fav {
	padding: 10px 10px 11px 10px;
	background: url(images/youtube-bg.png) no-repeat 0 0;
	margin: 10px 0 0 0;
}

/* @end */

/* @group Post */
h2.singletitle {
	font-weight: lighter;
}
h2.pagetitle {
	font: 30px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #555;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-top: 20px;
	font-weight: lighter;
}

h2.pagetitle span {
	color: #2e2e2e;
	font-weight: bold;
}

.comment-n a {
	display: block;
	width: 48px;
	height: 48px;
	text-align: center;
	float: right;
	background: url(images/speech_bubble.png) no-repeat scroll 0 0;
	margin-left: 5px;
	text-shadow: #fff 1px 1px 0;
}

.comment-n {
	line-height: 34px;
}

.post {
	margin: 19px 0;
}

.post h2 a {
	color: #000;
	line-height: 1;
	text-shadow: #fff 0 1px 0;
}

.post h2 a:hover {
	background-color: #333;
	color: #fff;
	text-shadow: #000 0 1px 0;
}

.meta {
	color: #999;
	text-transform: uppercase;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 0.5pt;
}

.meta a {
	text-decoration: underline;
}


#older {
	font-size: 0.7em;
}

#older h2 {
	font-size: 2em;
}

#older .post {
	margin-bottom: 0;
}

#older .post img {
	border: 1px solid #eee;
	background-color: #fff;
	padding: 5px;
	margin-top: 2px;
	margin-left: -1px;
}

#older .first {
	margin-right: 18px;
}

span.comments {
	display: block;
	position: absolute;
	padding: 2px 4px;
	color: #fff;
	display: block;
	margin: -115px 0 0 180px;
	background: transparent url(images/cyan-80opacity.png) repeat scroll 0 0;
}

span.comments:hover {
	color: #212121;
}

#extra {
	background: url(images/extra-bg.png) repeat-y scroll 0 0;
	font-size: 14px;
	padding: 10px 0;
	margin-bottom: 20px;
}

#extra h3 {
	font-size: 16px;
	font-weight: lighter;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0pt;
	margin-bottom: 6px;
}

#extra .grid_10 {
	width: 255px;
	text-shadow: #fff 0 1px 0;
}

#extra a {
	color: #444;
}

#extra a:hover {
	color: #5882be;
}

#extra p {
	color: #666;
}

#extra ul.similar {
	border-top: 1px solid #ccc;
}

#extra ul.similar li a {
	color: #4c4c4c;
	text-shadow: #fff 0 1px 0;
	display: block;
	padding: 7px 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}

#extra ul.similar li a:hover {
	border-color: #5882be;
	color: #5882be;
}

#extra ul.share {
	margin-bottom: 18px;
}

#extra ul.share li {
	display: inline;
}

/* @end */

/* @group Post Typo */
.post-content {
        line-height: 26px;
}
.post-content a {
	color: #00A0C6;
	text-decoration: underline;
}

.post-content a:hover {
	text-decoration: none;
	color: #000;
}

.post-content blockquote {
	background-color: #fff;
	padding: 10px 10px 0 10px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	font-style: italic;
}

.post-content ul, .post-content ol {
	margin-bottom: 10px;
	margin-left: 40px;
	list-style-position: outside;
}

.post-content ul {
	list-style: disc;
}

.post-content ol {
	list-style: upper-roman;
}

.post-content pre {
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 17px;
	border: 1px solid #eee;
	padding-left: 12px;
	background-image: url(images/pre-bg.gif);
	background-position: center top;
	line-height: 24px;
	color: #777;
	font-size: 14px;
    overflow: scroll;
}
.post-content img {
        -moz-box-shadow: 0 0 5px #555; 
        -webkit-box-shadow: 0 0 5px #555;
}
p.more a, a.more-link {
	padding: 2px 3px;
	background-color: #333;
	color: #fff;
	font-style: italic;
	font-size: 14px;
	text-decoration: none;
}
p.more, a.more-link {
	text-align: right;
}
#older p.more a {
	font-size: 12px;
}
p.more a:hover, a.more-link:hover {
	background-color: #000;
	color: #fff;
}

/* @end */

/* @group PageNavi */

.wp-pagenavi {
	margin-top: 20px;
	background: url(images/pagenavi-bg.png) no-repeat scroll 0 0;
	width: 538px;
	height: 44px;
	padding: 0 10px;
	font: 14px/44px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.wp-pagenavi span, .wp-pagenavi a {
	display: block;
	float: left;
	width: 46px;
	height: 44px;
	background: url(images/pagenavi-sprite.png) no-repeat scroll 0 0;
	text-align: center;
}

.wp-pagenavi span {
	color: #fff;
}

.wp-pagenavi span.pages {
	background-image: none;
	width: 100px;
}

.wp-pagenavi a:hover {
	background-position: 0 -45px;
	color: #999;
}

.wp-pagenavi span.current {
	background-position: 0 -90px;
}

/* @end */

/* @group Comments */

textarea {
	width: 512px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

input[type=text] {
	width: 300px;
	margin-right: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

textarea, input[type=text] {
	padding: 4px;
	border-bottom: 2px solid #eee;
	border-right: 2px solid #eee;
	border-left: 2px solid #ccc;
	border-top: 2px solid #ccc;
	font: 16px Georgia, "Times New Roman", Times, serif;
}

textarea:focus, input[type=text]:focus {
	border-color: #00A0C6;
}

a.dropup {
	display: block;
	text-align: center;
	line-height: 52px;
}

input[type=submit], a.dropup {
	width: 238px;
	height: 55px;
	background: url(images/submit.png) no-repeat scroll 0 0;
	border: 0;
	vertical-align: top;
	font-size: 18px;
	text-shadow: #b9daea 0 1px 0;
	color: #083348;
}

input[type=submit]:hover, a.dropup:hover {
	cursor: pointer;
	background-position: 0 -112px;
	color: #512f01;
	text-shadow: #f3cb9f 0 1px 0;
}

input[type=submit]:active, .dropup-active {
	background-position: 0 -56px !important;
	color: #512f01;
}

input#submit {
	margin-left: 286px;
}

.comment-body {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 30px;
}

.comment-body p {
	padding: 10px 10px 0 10px;
}

.comment-author {
	padding: 10px;
}

.even .comment-author {
	background-color: #d8d8d8;
}

.odd .comment-author {
	background-color: #c6c6c6;
}

.odd .comment-author a {
	color: #333;
}

.byuser .comment-author {
	background-color: #2e2e2e;
}

.comment-meta {
	position: absolute;
	margin-left: 318px;
	margin-top: -24px;
	float: right;
	font-size: 10px;
}

.vcard img {
	float: right;
	margin: 0 0 5px 10px;
	border: 1px solid #fff;
}

.says {
	display: none;
}

cite {
	font-weight: bolder;
	font-style: normal;
}

/* @end */

/* @group SearchForm */

#search #s {
	border: 0;
	background: transparent;
	color: #999;
	font-family: Arial, Helvetica, Geneva, sans-serif;	
	margin: 32px 0 0 72px;
}

/* @end */



/* @group Footer */

#footer {
	background: #fff url(images/footer-bg.png) repeat-x scroll 0 0;
	margin-top: 20px;
	padding: 20px 0;
}

#blogroll-toggle, #tags-toggle {
	position: relative;
}

#blogroll-list, #tags-div {
	display: none;
	position: absolute;
	left: 0;
	background-color: #999;
	border-left: 1px solid #555;
	border-top: 1px solid #555;
	border-right: 1px solid #555;
	z-index: 90;
	-moz-border-radius: 4px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#blogroll-list {
	top: -493px;
	width: 236px;
}

#tags-div {
	top: -176px;
	border-bottom: 1px solid #555;
	width: 600px;
	padding: 3px 5px;
}

#blogroll-list a {
	display: block;
	padding: 3px 5px;
	border-bottom: 1px solid #555;
	z-index: 90;
}

#blogroll-list a, #tags-div a {
	color: #fff;
}

#blogroll-list a:hover, #tags-div a:hover {
	text-decoration: underline;
}

#blogroll-toggle span, #tags-toggle span {
	display: none;
	width: 238px;
	height: 10px;
	position: absolute;
	top: -6px;
	background: transparent url(images/pointer.png) no-repeat scroll 0 0;
}

#footer .grid_2 {
	width: 370px;
	font-size: 12px;
}

/* @end */

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}
.alignleft{float:left}
.alignright{float:right}
img.alignleft, .wp-caption.alignleft{margin: 5px 10px 0 0}
img.alignright, .wp-caption.alignright{margin: 5px 0 0 10px}
.aligncenter,div.aligncenter{display:block;margin: 0 auto 10px auto;}
.wp-caption{border:1px solid #fff;text-align:center;background-color:#c0c0c0;padding-top:4px;
}
.wp-caption img{margin:0;padding:0;border:0 none}
.wp-caption p.wp-caption-text{font-size:11px;line-height:1.5;padding:0 4px 5px;margin:0;font-family: Arial, Helvetica, Geneva, sans-serif;} 
