/*  
Theme Name: The Norik Blog
Theme URI: http://www.thenorik.com
Description: The Norik Blog Theme
Version: 2.0
Author: The Norik
Author URI: http://www.thenorik.com/

*/
h1, h2, h3, h4, h5, h6, blockquote, p, ul, li, img{
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}
body {
	margin: 0;
	padding: 30px 0 0 0;
	font-size: 1em;
	font-family: georgia, serif;
	line-height: .94em;
	color: #231f20;
	background: url("imgs/norik_back.jpg") fixed top repeat-x #f6f6f6;
}
#wrapper{
	margin: 0 auto;
	padding: 0 0 30px 0;
	width: 624px;
	background: url("imgs/norik_blog_logo.png") top left no-repeat;
}
#content{
	width: 444px;
	margin: 30px 15px 0 0;
	float: left;
}
.clear{
	clear: both;
}
a{
	text-decoration: none;
	color: #fe2e12;
}
a:hover{
	color: #46b1c5;
	background: #ffffff;
}
/*-------------Header and Headers TRANSFER----------*/
h1{
	margin: 0;
	padding: 0;
	display: none;
}
h2{
	margin: 0;
	padding: 0;
}
h3{
	margin: 0;
	padding: 0;
	font-size: .75em;
	font-style: italic;
	text-align: right;
}
h4{
	font-size: .75em;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
}
#header{
	margin: 0 15px 0 0;
	width: 444px;
	height: 100px;
	overflow: hidden;
	float: left;
}
#header a{
	background: none;
}
/*----------Nav TRANSFER-----------*/
#section_header{
	margin: 0 0 7px 0;
	padding: 0;
	height: 18px;
	border-bottom: 1px solid #000000;
}
/*----------------SIDE BAR & RSS LINK TRANSFER--------------*/
#sidebar_container_blog{
	margin: 30px 0 0 0;
	width: 165px;
	float: left;
}
#rsslink{
	margin: 0 0 5px 0;
	padding:  0;
	height: 18px;
	border-bottom: 1px solid #000000;
}
#rsslink a{
	width: 14px;
	height: 14px;
	display: block;
}
#rsslink img{
	width: 14px;
	height: 14px;
}
#nav{
	width: 165px;
	height: 30px;
	float: left;
}
#nav li{
	margin: 0 7px 0 0;
	padding: 0;
	display: inline;
}
#nav a{
	color: #231f20;
}
#nav a:hover{
	background: #ffffff;
}
#sidebar{
}
#twitter ul li a{
	text-decoration: none;
	color: #fe2e12;
}
#twitter ul li a:hover{
	color: #46b1c5;
	background: #ffffff;
}
h2.widgettitle {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
}
#twitter_update_list li{
	margin: 3px 0 3px 0;
	padding: 3px;
	background: #ffffff;
}
#twitter_update_list li span{
	font-style: normal;
	display: block;
}
#twitter_div, .widget{
	margin: 0 0 15px 0;
}
#twitter_div ul li, .widget ul li {
	font-style: italic;
	font-size: 10px;
}
#flickr h2.widgettitle{
	margin: 0 0 3px 0;
}
#sidebar a{
	text-decoration: none;
	color: #231f20;
}
#sidebar  a:hover{
	color: #fe2e12;
	background: #ffffff;
}
#search{
	height: 24px;
	margin: 0 0 27px 0;
	padding: 2px 0 0 0;
}
#searchform, #s, #searchsubmit{
	margin: 0;
	padding: 0;
}
#s{
	height: 22px;
	width: 98px;
	border: none;
	color: #ffffff;
	background: #231f20;
	vertical-align: top;
}
#searchsubmit{
	height: 22px;
	width: 62px;
	padding: 0 0 0 0;
	border: none;
	color: #ffffff;
	font-size: .85em;
	background: #231f20;
	vertical-align: top;
}
#searchsubmit:hover{
	color: #231f20;
	background: #ffffff;
}
/*---------------Footer----------*/
#footer{
	width: 444px;
	border-top: 1px #000000 solid;
    padding-top: 7px;
    font-size: 0.63em;
    line-height: 14px;
}
.col{
	margin-right: 15px;
	float: left;
	width: 214px;
}
.col_right{
	float: left;
	width: 214px;
}
#footer .col img, #footer .col p{
	margin-right: 7px;
	float: left;
}
#footer a{
	color: #231f20;
}
#footer a:hover{
	color: #fe2e12;
	background: #ffffff;
}
/*------------POSTS----------*/
.post{
	margin: 0 0 30px 0;
	background: #ffffff;
}
.post h5{
	margin: 0;
	padding:  7px 10px 3px 10px;
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 1em;
}
.post .page_h5{
	margin: 0;
	padding:  7px 10px 7px 10px;
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 1em;
}
.post h5 a{
	color: #231f20;
}
.post h5 a:hover{
	color: #fe2e12;
}
.post p{
	margin: 0 0 0 0;
	padding: 0px 10px 10px 10px;
	background: #ffffff;
}
p.datetime{
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
	font-size: .7em;
	font-weight: bold;
	background: none;
}
.entry{
	font-family: helvetica, arial, sans-serif;
	font-size: .8em;
	color: #231f20;
	line-height: 18px;
}
.entry img{	
}
.entry a img:hover{
}
.navigation{
	margin: 0 0 15px 0;
	padding: 15px 0 0 0;
	border-top: 1px #000000 solid;
	color: #8b7b50;
	font-size: .8em;
	text-transform: uppercase;
}
.alignleft{
	float: left;
}
.alignright{
	float: right;
}
.postfooter{
	margin: 10px 0 0 0;
	font-family: georgia, serif;
	font-size: .75em;
	text-align: center;
	padding:  3px 0 0 0;
	background: #f6f6f6;
}
.postfooter p{
	margin: 0;
}
p.postmetadata{
	margin: 0 0 1px 0;
}
.linking{
	font-style: italic;
	padding: 3px;
	background: #fdfcde;
}
/*---------------------------Comments---------------------------------*/
.comments-template{
	margin: 30px 0 0;
	border-top: 1px #000000 solid;
	padding: 15px 0 0 0;
	font-family: helvetica, arial, sans-serif;
}
.comments-template p{
	margin: 0 0 0 0;
	padding: 0 10px 7px 10px;
	background: none;
}
.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}
.comments-template ol li{
	margin: 7px 0 0;
	padding:  10px;
	font-family: helvetica, arial, sans-serif;
	font-size: .8em;
	background: #edecec;
}
.comments-template ol .alt{
	background: #d3d3d3;
}
.comments-template ol li p{
	font-size: 10px;
	line-height: 15px;
	margin: 0 0 7px 0;
	padding: 0;
}
.comments-template h2, .comments-template h3{
	padding: 3px 0 3px 0;
	font-size: 1.5em;
	font-family: Times, serif;
	text-align: left;
	font-weight: normal;
	font-style: normal;
}
#comments, #respond{
	margin: 0 0 15px 0;
	padding: 0px 10px 0px 10px;
	font-size: 1em;
	font-family: georgia, serif;
	font-style: italic;
	font-weight: normal;
	text-transform: uppercase;
}
.commentmetadata{
	margin: 0 0 7px 0;
}
.comment_author{
	font-size: 1.2em;
}
.comment_date{
	font-size: .8em;
}
.comments-template p.nocomments{
	padding: 0;
}
label{
	font-size: .8em;
	font-weight: bold;
	color: #231f20;
}
.comments-template textarea{
	width: 408px;
	padding:7px;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	border: none;
	color: #ffffff;
	background: #231f20;
}
#author, #email, #url{
	width: 190px;
	padding:7px;
	border: none;
	color: #ffffff;
	background: #231f20;
}
#submit{
	border: none;
	padding: 7px;
	color: #ffffff;
	font-size: .85em;
	background: #231f20;
	font-family: helvetica, arial, sans-serif;
	vertical-align: top;
}
#submit:hover{
	color: #231f20;
	background: #ffffff;
}