/*
THEME NAME: iEzior
VERSION: 0.8.1
AUTHOR: <a href="http://www.kamiyeye.com/themes/ezior">kamiyeye</a>
AUTHOR URI: http://www.kamiyeye.com/
*/


#rss { position: absolute; right: 0; top: 35px; z-index: 100; }

#rss ul{ list-style: none; }

#rss li { float: left; position: relative; }

#rss ul ul {
	visibility: hidden;
	position: absolute;
	left: 1%;
	top: 39px;
	width: 98%;
}

#rss table { position: absolute; top: 0; left: 0; width: 170px; }

#rss ul li:hover ul, #rss ul a:hover ul{ visibility: visible; }

#rss img { vertical-align: middle; margin-right: 3px; }

#rss a{
	padding: 12px 10px;
	vertical-align: middle;
	font-weight: bold;
	display: block;
	background: #6B7C9B;
	color: #fff;
	text-decoration: none;
}

#rss a:hover{ background-color: #6B7C9A; }

#rss ul ul li {
	clear: both;
	text-align: left;
	font-size: 12px;
	width: 100%;
}

#rss ul ul li a{
	font-weight: normal;
	padding: 7px 10px;
	display: block;
	background-color:#9DAECD;
	height: 18px;
	margin: 0;
	border: 0;
	border-top: 1px dotted #6B7C9A;
}

#rss ul ul li a:hover{
	color: #808080;
	border: 0;
	background: #fff;
	border-top: 1px solid #fff;
}

/* ============= Global =============== */
* { margin: 0; padding: 0; }

body {
	color:#303030;
	font-family: Arial,Verdana,"BitStream vera Sans",Helvetica,Sans-serif;
	font-size: 14px;
	background: #d0d0d0 url(images/background.jpg) repeat-x 0 0;
}

a { color: #233A65; text-decoration: none; }

a:hover { text-decoration: underline; }

p { padding: 0 0 0.6em 0; }

p.not-found {margin:2em 10px;padding:10px;font-size:1.2em}

img { border: 0; }

h1 { font-size: 1.6em; }

h2 { font-size: 1.4em; }

h3 { font-size: 1.2em; }

h4 { font-size: 1em; }

hr { margin: 5px 0; }

fieldset { padding: 5px; }

small { font-size: 12px; }

caption { padding-bottom: 5px; }

.text {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	vertical-align: middle;
	padding: 0.3em;
	border-style: solid;
	border-width: 1px;
	background-color: #e9e9e9;
	border-color: #c9c9c9;
}



.clear { clear: both; }

.hidden { display: none; }

.alignleft { float: left; }

.ads { z-index: 200; }

#wrapper { margin: 0 auto; width: 980px; border: medium none; }

/* ============= Header/Footer ============= */
#header {
	position: relative;
	float: left;
	width: 980px;
	color: #fff;
	z-index: 1;
	background-color:0
}

#header a { color: #fff; }

#blogtitle { height: 110px; position: relative; overflow: hidden; }

#blogtitle h1 {
	margin-left: 5px;
	text-align: left;
	font-size: 50px;
	margin-top: 15px;
}

#blogdesc {
	font-size: 14px;
	font-weight: normal;
	padding-left: 30px;
}

#bloglogo { position: absolute; left: 7px; top: 25px; }

#header .ads {
	position: absolute;
	height: 110px;
	top: 0;
	right: 0;
	border-collapse: collapse;
}

#footer {
	clear: both;
	color: #fff;
	float: left;
	width: 100%;
}

#footer a { color: #fff; }

#footer table { padding: 2px; border-collapse: collapse; width: 100%; }

 
#footer .ads { float: left; }

#footer #state {
	text-align: center;
	padding: 15px 0;
	width: 100%;
	line-height: 1.2em;
}

#menuwrap {
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	-khtml-border-top-right-radius: 6px;
	-khtml-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	position: relative;
	width: 950px;
	height: 48px;
	padding: 0 15px;
	float: left;
	background-color: #233A65;
}

#menu { overflow: hidden; height: 49px; }

#menu li ul { position: absolute; left: -999em; width: 150px; }

#menu li li ul { margin: -26px 0 0 155px; }

#menu li { float: left; list-style: none; }

#menu li a {
	display: block;
	font-weight: bold;
	font-size: 16px;
	margin-top:5px;
	padding: 9px 5px 14px 5px;
	color: #fff;
}

#menu li a:hover {
	text-decoration: none;
	background-color: #303030;
}

#menu li ul a {
	padding: 7px;
	background-color: #c9c9c9;
	border-top: 1px solid #e9e9e9;
	width: 150px;
}

#menu li li ul a { border-left: 1px solid #e9e9e9; }

#searchform {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 5px 0;
	padding:5px;
	background-color: #AAB6CD;
}

#searchform button {
	cursor: pointer;
	background: url(images/ico-search.png) no-repeat;
	width: 21px;
	height: 21px;
	border: none;
	color:transparent
}

#searchform input, #searchform button { display: inline; vertical-align: middle; }

#searchform p { padding: 0; }

#s {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #AAB6CD;
	border:none;
	border-left:5px solid #6B7C9B;
	padding: 4px 3px 2px 3px;
	width: 220px;
	font-size: 14px;
	overflow: hidden;
	font-weight: bold;
	color: #303030;
}

#paged #featured, #paged #inside-sidebar, #media #menuwrap, #media #sidehat { display: none; }

#paged #normal { width: auto; }

#media #container {background-color:transparent}
#media #content { 
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;width: 970px; background-color:#AAB6CD;padding:0 5px 5px 5px;}
#media .post-entry {padding:10px 15px;background-color:#fff}

#media #media-meta {height: 3em; clear: both; }

#media #comments {
	padding: 1em 10px;
	border-bottom: none;
	background-color:#fff;
}

#media #purchase-bottom {
background-color:#808080;
float:left;padding:5px;
font-size:1.2em;line-height:1.5em;
}

#purchase-bottom h3 {
padding:10px 0;
font-weight:normal;
border-bottom:1px dashed #b5b5b5;
}

#purchase-bottom .price {
font-size:16px;
position:absolute;
right:25px;
top:33px;
line-height:1;
}
#purchase-bottom p {
padding:20px 0;
}
#media #purchase-left {
float:left;position:relative;
width:445px;padding:20px;
background-color:#fff;
height:200px;
}
#media #purchase-right {
background-color:#fff;
float:right;padding:20px;
width:445px;
height:200px;
}
/* ============= Container ============= */
#container {
	float: left;
	width: 100%;
	z-index: 0;
	position: relative;
	clear: both;
	background:#fff url(images/shadow.jpg) repeat-x bottom left;
}

#container input.button {
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	cursor:pointer;
	background:transparent url(images/button.png) repeat-x 0 0;
	border:1px solid #c9c9c9;
	padding:2px 10px;
	width:auto;
}

#container input.button:hover {
border-color:#808080;
}

#container .entry-content ul { background: none; padding: 0; }

#container .entry-content li {
	list-style-position: inside;
	background: none;
}
#content .entry-content {line-height:1.5em}
.entry-content ul, .entry-content ol { margin-bottom: 10px; }
.entry-content li ul, .entry-content li ol {padding-left:20px;}
#container .entry-content ul li {list-style-type:circle}
#container .entry-content ol li {list-style-type:decimal}

blockquote, pre {
	border-left: 5px solid #808080;
	margin: 0 30px 10px 10px;
	padding-left: 10px;
	color: #777777;
}

pre { overflow-x: scroll; }

h2.entry-title { font-size: 1.8em; }

h3.entry-title { font-size: 1.6em; }

h4.entry-title { font-size: 1.4em; }

.wp-caption {
	background: #F7F7F7 none repeat scroll 0 0;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
	padding: 5px 0;
	text-align: center;
}

.underline { border-bottom: 1px solid #b5b5b5; }

.leftline { border-left: 1px dashed #b5b5b5; }

.thumbnail { float: left; }

.pagetitle {
	font-weight: normal;
	padding: 10px 5px;
	border-bottom: 1px solid #b5b5b5;
}

.entry-title {line-height: 1.2em; padding-bottom: 5px; }
.entry-title, .entry-title  a {color:#6B7C9B;}
.entry-content { padding: 0 2px; }

.alignright,img.alignright{ float: right; text-align: right; margin: 0 0 0 1em; }

.alignleft,img.alignleft{ float: left; }

.aligncenter,img.aligncenter{ display: block; margin: 1em auto; text-align: center; }

/* ============= Content ============= */
#content {
	padding: 0 10px;
	margin-bottom:30px;
	position: relative;
	float: left;
	width: 660px;
	background-color: #fff;
}

#themelist {
margin-bottom:30px;
}

#featured {
	overflow: hidden;
	background-color: #6B7C9B;
	color: #fff;
	margin-bottom:10px;
	position:relative;
padding:0 5px;
height:320px;
}

#featured a { color: #fff; }

#normal {padding: 0 10px 20px 10px; width:620px;float:left;}

#standout-content {padding:0 5px 5px 5px;margin:10px 5px 0 5px;border-bottom:1px dashed #b5b5b5}
#inside-sidebar {float:left;font-size:12px;color:#606060;line-height:1.5em;margin-bottom:2em}
#inside-sidebar li {list-style:none;float:left;clear:none;width:300px}
#inside-sidebar li h3 {font-weight:normal;font-size:16px}
#inside-sidebar li  p {}

#home-side {float:right;width:320px;padding:0 5px;margin:20px 10px 0 0;text-align:center;}
#home-side h2 {font-weight:normal;padding:10px 0;font-size:20px}
.featured-entry {	position: relative;
padding-top:5px;margin-bottom:5px;height:310px;}

.featured-entry .avatar {margin-top:3px}

.featured-content { clear:both;padding:5px 10px 5px 8px; text-align: left; }

.featured-content .thumbnail { z-index:300; margin:-101px 10px 0 0; }

.featured-content .photo {margin:5px 10px 10px 0;}

.featured-content h2 {padding:5px 0}

.featured-meta {
padding:5px 10px;
margin-left:370px;
overflow:hidden;
zoom:1;
}

.featured-meta li {list-style:none}

.featured-content .entry-content {
margin-bottom:10px;
position:relative;font-size:1.2em;line-height:1.2em;height:125px;text-align:justify;overflow:hidden}

.meta-headline {
height:90px;padding-left:280px;float:right;
border-bottom:1px solid #AAB6CD;
}
.meta-headline .avatar {margin-left:5px;width:60px;height:60px;}

.meta-headline h3 {font-weight:normal;text-align:right;}
.meta-links a {display:inline-block;width:16px;height:16px;margin-right:10px;}
#comments-link {background-image:url(images/comments-gray.png)}
#comments-link:hover {background-image:url(images/comments.png)}
#author-posts-link {background-image:url(images/more-gray.png)}
#author-posts-link:hover {background-image:url(images/more.png)}

/* image page */
.quick-links {position:absolute;top:6px;right:5px;}
.quick-links a {background-color:#505050;
	color: #c0c0c0;
	padding:7px 10px;
	margin-left:1px;
	display:block;
	float:left;
}
.quick-links a#purchase-a {background-color:#303030}
.quick-links a#purchase-a:hover {text-decoration:none;background-color:#F67307;color:#000}
.quick-links a#demo-a:hover {text-decoration:none;background-color:#049494;color:#fff}
/* end of image page */

.post-entry, .showcase { padding: 10px 5px; overflow: hidden; }

.showcase {width:310px; float:left}
.showcase img {margin-bottom:5px}
.post-entry img {
	margin: 2px 10px 0 0;
	padding: 3px;
	background-color: #f9f9f9;
}

.post-entry .wp-caption p { margin: 0; padding: 0 5px; }

.post-entry table {
	background: #FFFFFF none repeat scroll 0 0;
	border: 2px solid #CCCCCC;
	border-collapse: collapse;
	margin: 5px 0 10px;
}

.post-entry th, .post-entry td {
	border: 1px solid #CCCCCC;
	padding: 3px 10px;
	text-align: left;
	vertical-align: top;
}

.post-path {margin:10px 5px;color:#c0c0c0}
	#media .post-path a {color:#fff}

.entry-meta { margin: -5px 0 5px 0; font-size: 0.9em; }

.entry-attachment { text-align: center; }

.entry-attachment img { padding: 0; margin: 5px 0 0 0; }

.entry-caption { text-align: center; padding-top: 10px; font-size:16px;}

.mediainfo {
	float: right;
	width: 270px;
	padding: 0 15px;
	margin-left: 10px;
	line-height:1.5em;
}

#next-media {right:10px; 	background:transparent url(images/iconpack.png) no-repeat 0 0;
 }

#last-media {
	left: 10px;
	background:transparent url(images/iconpack.png) no-repeat 0 -32px;
}

.media-link {
	bottom:10px;
	position: absolute;
	height: 16px;
	padding-left:20px;
}

.media-link:hover {
	cursor: pointer;
	text-decoration:none;
}

.prev-link, .next-link {
	height:16px;
	padding:0px 20px;
}

.prev-link {
	background: transparent url(images/iconpack.png) no-repeat 0 -48px;
}

.next-link {
	background: transparent url(images/iconpack.png) no-repeat 0 -16px;
}

.prev-link:hover, .next-link:hover {cursor:pointer;text-decoration:none}

div.gallery { clear: both; width: 100%; }

div.gallery dl{ text-align: left; }

div.gallery dd{ display: none; }

div.gallery img{ border: none; padding: 0; }

.medialist {
	clear: both;
	margin-top: 20px;
	padding: 10px;
	background-color: #101010;
	float: left;
	height: 100px;
	overflow: hidden;
}

.medialist img { float: left; margin-bottom: 20px; }

.navigation { padding: 15px 0; font-size: 0.8em; margin-bottom:2em;}

  
.navigation a, .navigation span.current {
	text-align: center;
	padding: 5px 9px;
	margin-right:4px;
	border: 1px solid #b5b5b5;
}

  
.navigation a:hover, .navigation a.current, .navigation span.current { background: #505050; color: #f9f9f9; }

#category-archives {float:left;margin:10px 0}
#monthly-archives {float:right;margin:10px 0}
 #category-archives ul, #monthly-archives ul {margin:0}
.linkcat {list-style:none;margin:10px 0}
 
/* ============= Sidebar ============= */
.sidebar {
	font-size: 0.9em;
	width: 280px;
	float: right;
	line-height:1.4em;
	padding:0 5px 20px 5px;
	margin:10px 10px 20px 0;
}

.sidebar li { list-style-type: none;}

.sidebar .children li a, .sidebar ul ul li a {
	padding-left: 12px;
	background: transparent url(images/sub.png) no-repeat 0 0;
}

.sidebar ul ul ul { padding: 0 0.8em; }

.sidebar li.entry-title { padding: 1px 3px; }

.sidebar ul, .textwidget { padding: 0 5px; }
.widget { margin-top:10px;padding: 0 5px 0 5px; width: 270px; clear: both; }
.widget ul ul {padding-left:12px;}
.widget li {list-style-type:circle;list-style-position:inside}
.widget li li {list-style-type:none}
.widget h3 {
	font-size:1.6em;
	padding: 5px;
	margin: 3px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color:#6B7C9B;
}

#primary { background-color: #E9E9E9; }

#donation, #purchase {
background-color:#303030;
width:auto;
border:1px dashed #303030;
padding:5px;
margin-bottom:1.5em;
color:#fff;
}
#donation p {font-style:italic;padding:0 5px 10px 5px;}

.theme-link {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color:#fff;
display:block;
padding:15px 10px;
font-size:20px;margin:10px 0;
}
.theme-link:hover {text-decoration:none;}
#download .theme-link {background-color:#F88017}
#download .theme-link:hover {background-color:#BA773B;}
#demo .theme-link {background-color:#34929B}
#demo .theme-link:hover {background-color:#3B6F74;}

#purchase .package {position:relative}

#purchase .package p {padding:0 6px 5px 6px;}
#purchase form {margin-top:10px;}
#purchase .price {position:absolute;top:8px;right:5px;font-weight:bold;font-size:14px;color:#FF8040}
#donation h3, #purchase h3 {color:#FF8040}
#purchase h4 {padding:8px 5px 5px 5px;border-top:1px dotted #fff;font-size:16px;font-weight:normal;color:#FF8040}
/* ---------------------- Build In Widgets ---------------------- */
.iwak-widget, .iwak-widget .featured-category { float: left; }

.iwak-widget .cat-item {
	padding: 5px 20px;
	background:transparent url(images/category.png) no-repeat 0px 6px;
}

.iwak-widget .entry-title {
	padding:0 3px;
}

.iwak-widget .recent-comments li {
	list-style:none;
	list-style-position:outside;
	padding: 3px 0;
	overflow: hidden;
	border-bottom: 1px dashed #b5b5b5;
}

.iwak-widget .recent-comments .avatar { float: left; margin: 0 5px 0 0; }

.iwak-widget .entry-content {
padding:0 5px;
}

.sidebar .post { overflow:hidden;width:100%;padding-bottom: 5px;margin-bottom:5px;float: left; }

.sidebar .post h4 { display: inline; }

.sidebar .post, #twitter_update_list li { border-bottom: 1px solid #b5b5b5; }

#twitter_update_list li { padding: 10px 0; }

#twitter-link, .twitter-link { display: block; text-align: right; padding: 5px 6px; }

.iwak-widget .flickr_badge_image {border:1px solid #b5b5b5; display: inline-block; margin: 4px 6px;}

.icon {
	margin: 5px;
	display: inline;
	width: 16px;
	height: 16px;
	background: transparent url(images/feed.png) no-repeat 0 0;
}

.sidebar .post-list { padding: 0; }

.sidebar .thumbnail {
	float: left;
	margin: 5px 5px 5px 2px;
	border:1px solid #b5b5b5;
}

.sidebar .ads { margin: 5px 10px 5px 0; display: inline-block; }

.children { padding-bottom: 0 !important; }

.featured-category li { padding: 0; }

.widget_rss li {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
	margin-bottom: 2px;
	border: 1px solid #b5b5b5;
}

.widget_rss li a { font-weight: bold; }

/* ---------------------- Default Calendar ---------------------- */
#wp-calendar { text-align: center; width: 100%; }

#wp-calendar td { width: 14%; padding: 3px 0; }

#wp-calendar tbody td a {
	padding: 1px 6px;
	color: #000;
	background-color: #e9e9e9;
	border: 1px solid #c9c9c9;
}

#wp-calendar #prev { text-align: left; padding-left: 10px; }

#wp-calendar #next { text-align: right; padding-right: 10px; }

/* ============= Comments ============= */

#comments { padding: 2em 0; }

.comments li { list-style-type: none; }

#comments blockquote {
	border: 1px solid silver;
	padding: 2px 5px;
	margin: 5px 60px 5px 20px;
}

#comments-list { clear: both; position:relative  }

#comments-list .comment-content { margin: 0 5px 0.8em 5px; }

.comment-quicklink {position:absolute;right:10px;top:5px; padding: 5px 0 5px 10px; }

.section-title {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:8px;
	background-color:#9DAECD;
	color:#fff;
	border-bottom:1px solid #b5b5b5;
	border-right:1px solid #b5b5b5;
}

.comment-content p { padding: 0; }

#comments-list .children { border-left: 2px solid #C0D5EB; margin-left: 3em; }

#comments-list .depth-1 {
	padding-top: 0.8em;
	border-bottom: 1px solid #fff;
}

.thread-alt { background-color: #EAEDF0; }

.thread-even { }

#respond {
	clear: both;
	position:relative;
	font-size: 0.9em;
	margin-bottom:1em;
}

	#comments-list #respond {padding:5px}
	#comments-list #respond h3.section-title {border:none}

#respond h3.section-title {width:97%;}

#cancel-comment-reply {position:absolute;right:20px;top:15px}

#commentform { margin-top: 10px; }

.comment-author { margin-bottom: 3px; }

.datetime { color: gray; font-size: 0.9em; font-weight: normal; }

.commenter-link {font-weight:bold}

.comment-index { float: right; font-weight: bold; margin: 0 5px; }

form#commentform .form-input { margin-bottom: 0.8em; }

.reply { font-size: 0.9em; }

.avatar { float: right; margin-left: 10px; border:1px solid #b5b5b5 }

textarea#comment {
	height: 13em;
	margin: 0 0 0.5em;
	overflow: auto;
	width:97%
}

div#nav-above { margin-bottom: 1em; }

div#nav-below { margin-top: 1em; }

div#nav-images { height: 150px; margin: 1em 0; }

#respond input { width: 30%; }


.iwak-theme {
float:left;
padding:10px;
margin:10px 0;
}

#post-61 .post-path {display:none}
#post-61 h2 {border-bottom:1px solid #b5b5b5;margin-bottom:20px;padding-bottom:10px}
#post-61 h3 {font-weight:normal;color:#202020}
#post-61 p {color:#606060}