/*  
Theme Name: Fhi-zin
Theme URL: http://www.bydust.com/
Description: AJAX Wordpress theme, supports unlimited pictures attached to your posts, excellent for portfolio and photography blogs. Widget-aware. <a href="http://www.bydust.com/examples/fhi-zin/" target="_blank">Click here for a working preview</a>. Once activated, there will be a short information notice added to your Wordpress admin under the menu "Fhi-zin".
Version: 1.0
Tags: AJAX widget portfolio photography downloads custom field fields javascript byDust Dust
Author: Nick Van der Vreken
Author URI: http://www.bydust.com/
*/

* {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
}
body, html {
	background-color:#eceff1;
	overflow:hidden;
	height:auto;
	width:auto;
}
h1, h1 a, h2, h2 a, h3, h3 a {
	font-family:Sylfaen, Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	text-decoration:none;
	font-weight:normal;
	margin-top:30px;
	margin-bottom:15px;
}
h2, h2 a {
	font-size:16px;
	margin-top:20px;
}
h3, h3 a {
	font-size:14px;
}
a {
	cursor:pointer;
}
#header {
	background-image:url(images/header.jpg);
	height:20px;
}
#container {
	background:url(images/reflection.jpg) repeat-x center bottom;
	vertical-align:bottom;
	position:absolute;
	top:20px;
	left:0px;
	right:0px;
	bottom:97px;
	width:auto;
	height:auto; 
}
#sidebar {
	position:absolute;
	top:0px;
	right:2px;
	width:150px;
	height:auto; 
	left:auto;
}
#sidebar li {
	list-style-type:none;
	list-style-position:inside;
}
#sidebar li a {
	padding:10px;
	text-decoration:none;
	border-left:1px solid #cccccc;
	display:list-item;
}
#sidebar li a:hover {
	border-left:1px solid #aaaaaa;
}
#wp-calendar #today {
	text-decoration:underline;
}
#wp-calendar a {
	font-weight:bold;
	display:table-cell;
	text-decoration:none;
}
#wrap_outside {
	background:url(images/content.jpg) no-repeat center bottom;
	position:absolute;
	vertical-align:bottom;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	width:auto;  
	height:auto; 
}

/* hiding wrap_middle displays scroller */

#wrap_middle {
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	top:auto;  
	width:auto; 
	height:auto;  
}


/* hiding wrap_inside displays footer */

#wrap_inside {
	position:relative;
	margin:auto;
	width:900px;
	height:auto;  
	z-index:1;
}




#logo {
	margin:auto;
	width:900px;
	z-index:2;
}
#logo img {
	margin-right:300px;
	margin-top:20px;
	border:0px;
}
#next_posts {
	position:absolute;
	bottom:140px;
	right:20px;
	z-index:9;
}
#previous_posts {
	position:absolute;
	bottom:140px;
	left:20px;
	z-index:9;
}
#next_posts img, #previous_posts img {
	border:0px;
}
#scroller {
	position:absolute;
	bottom:60px;
	left:50px;
	width:800px;
	text-align:center;
	z-index:6;
}
#scroller img {
	border:0px;
}
#scroller a {
	margin-right:2px;
}
#content_left {
	position:absolute;
	bottom:53px;
	width:120px;
	left:80px;
	z-index:4;
}
#content_left .post_image {
	margin-top:20px;
}
#content_left .time {
	margin-bottom:10px;
}
#content_left li {
	list-style-type:none;
	list-style-position:inside;
}
#content_left li a {
	padding:10px;
	text-decoration:none;
	border-left:1px solid #cccccc;
	display:list-item;
}
#content_left li a:hover {
	border-left:1px solid #aaaaaa;
	text-decoration:underline;
}
#content_right {
	position:absolute;
	bottom:140px;
	left:300px;
	width:400px;
	z-index:4;
}
#content_right p {
	margin-bottom:10px;
	margin-top:5px;
	clear:both;
}
.loading {
	position:absolute;
	bottom:180px;
	left:300px;
	width:400px;
	background:url(images/spinner.gif) no-repeat top left;
	padding-left:30px;
	height:25px;
	z-index:3;
}
#footer {
	background:url(images/footer.jpg) no-repeat center #000;
	height:97px;
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
}
#footer #copyright {
	margin:auto;
	width:900px;
}
#footer #copyright, #footer #copyright a {
	margin-top:80px;
	font-size:10px;
	color:#222222;
	text-decoration:none;
}
.bgblack {
	background-image:url(images/black_c.png);
}
#comments_title_container {
	position:absolute;
	bottom:96px;
	right:-1600px;
	width:1500px;
	background-repeat:no-repeat;
	background-image:url(images/commentlinkbg.png);
	z-index:7
}
#comments_title {
	padding-left:80px;
	padding-top:1px;
	font-weight:bold;
	cursor:pointer;
}
#comments_title a {
	color:#aaaaaa;
	display:block;
}
#comments_content_container {
	position:absolute;
	bottom:-600px;
	left:0px;
	z-index:350;
	width:700px;
	height:500px;
	z-index:15;
}
#comments_content .tablecontainer {
	height:500px;
}
#comments_content {
	color:#FFFFFF;
	position:relative;
	background-image:url(images/commentsbg_alpha90.png);
	background-repeat:no-repeat;
	padding:20px;
	width:680px;
	height:500px;
}
#comments_content h3, #comments_content h4, #comments_content p, #comments_content a, #comments_content label, #comments_content small, #comments_content strong {
	color:#cccccc;
}
#comments_content input[text], #comments_content textarea {
	background-color:#eeeeee;
	color:#333333;
	border:1px solid #444444;
}
#comments_content p {
	padding-bottom:5px;
	padding-top:5px;
}
#comments_write {
	display:none;
}
#comments_navigation {
	margin-bottom:30px;
}

#comments_navigation a {
	position:relative;
	width:250px;
	line-height:35px;
	background-color:#222222;
	cursor: pointer;
	padding: 8px 10px;
	color: #fff;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor:pointer;
}


#comments_navigation a:hover {
	background-color:#666666;
}
#comments_navigation a.active {
	background-color:#444444;
}
#comments_view td.altrow1 {
	background-image:url(images/black_alpha40.png);
	padding:10px;
	vertical-align:top;
}
#comments_view td.altrow2 {
	background-image:url(images/black_alpha30.png);
	padding:10px;
	vertical-align:top;
}
#comments_view h4 {
	margin-bottom:10px;
}
#comments_view table {
	margin:0px;
	padding:0px;
}
#comments_close {
	position:absolute;
	top:15px;
	left:670px;
}
#comments_scroll_outside {
	position: relative;
	width: 672px;
	height: 370px;
	overflow: auto;
	z-index: 31;
}
#comments_scroll_inside {
	position: absolute;
	left: 0;
	top: 0;
	width: 95%;
	z-index: 32;
}
#comments_view div.track {
	position: relative;
	float:right;
	top: 0;
	width: 11px;
	height: 100%;
	font-size: 0;
	z-index: 33;
	background:#111111;
}
#comments_view div.drag_bar {
	position: absolute;
	width: 100%;
	height: 14px;
	cursor: pointer;
	z-index: 34;
	background:#333333;
}
/* content scrollbars */

#content_scroll_outside {
	position: relative;
	width: auto;
	height: 250px;
	overflow: auto;
	z-index: 21;
}
#content_scroll_inside {
	position: absolute;
	left: 0;
	top: 0;
	width: 95%;
	z-index: 22;
}
#content_right div.track {
	position: relative;
	float:right;
	top: 0;
	width: 11px;
	height: 100%;
	font-size: 0;
	z-index: 23;
	background:none;
}
#content_right div.drag_bar {
	position: absolute;
	width: 100%;
	height: 14px;
	cursor: pointer;
	z-index: 24;
	background:#cccccc;
}


/* end content scrollbar */
h1 {
	vertical-align:bottom;
}
#fhizin_searchform {
	position:absolute;
	top:2px;
	right:2px;
}
#fhizin_searchform #s {
	width:200px;
	height:12px;
	border:1px solid #cccccc;
}
.search_blur {
	background-color:#cccccc;
	color:#999999;
}
.search_focus {
	background-color:#eeeeee;
	color:#333333;
}
#scroller_text, .error {
	position:absolute;
	bottom:300px;
	width:500px;
	left:auto;
	height:auto;
	margin-left:200px;
}
#scroller_info {
	position:absolute;
	bottom:5px;
	left:100px;
	height:auto;
	width:auto;
	color:#aaaaaa;
	font-size:14px;
	font-weight:bold;
}
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox img {
	width: auto;
	height: auto;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}
#prevLink, #nextLink {
	width: 45%;
	height: 100%;
	margin-top:10px;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
	margin-left:10px;
}
#nextLink {
	right: 0;
	float: right;
	margin-right:10px;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(images/lightbox_prev.png) left no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(images/lightbox_next.png) right no-repeat;
}
#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}
#imageData {
	padding:0 10px;
	color: #666;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}
#imageData #caption {
	font-weight: bold;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}


/* to satisfy wordpress */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
