@import "style/css/prettyPhoto.css";

/* RESET */
/* ----------------------------------------- */

/* Global reset */
/*
Theme Name: superuntitled
Theme URI: http://superuntitled.com
Description: 
Version: release candidate, using Starkers based on the theme Kubrick.
Author: Oliver Grudem
Author URI: http://superuntitled.com
Tags: su
*/

/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; }
q:before, q:after { content:''}
 a:focus,  a:active {
	outline: 0 none;
	-moz-outline: 0 none;
	}
/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a  { border:none;    outline: none;} /* Gets rid of IE's blue borders */
a img { border:none;    outline: none; } /* Gets rid of IE's blue borders */

/* 
	GENERAL STYLES */
body { background:#eee; font:62.5%/1.6em; font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;  color: #876; letter-spacing: 0.05em; }
#content, #footer {   margin:10px auto; width:990px; padding: 10px 10px 10px 20px; background: #fff; }
#content { border-top: none;  }
#header { margin: 10px 0 10px;}
#about { display: none; margin-right: 0px; margin-bottom: 20px; background: #fff; padding: 10px; width: 520px; float: right; }
#about p {  text-align: right; color: #111; }

/* 
	GENERAL FORMATTING */
p { font-size: .8em; margin-bottom: 7px; }
a { color: #844; text-decoration: none;border-bottom: 1px #fff dotted; }
a:hover { color: #777; border-bottom: 1px #777 dotted; }
#header a:hover { color: #777; border-bottom:none; }
h1 { color:#ccc; font-family: 'Lobster', Arial, Helvetica, sans-serif; margin: 0 0 20px 0;  font-weight: lighter; background: #e9e9e9; border: 1px solid #ddd; padding: 5px; margin-left: -10px;  font-size: 38px; }

	
/* 
	WORDPRESS STYLES */
	
.aligncenter { display:block; margin:0 auto; }
.alignleft, .left { float:left; }
.alignright, .right { float:right; }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px; }
br.dirtyLittleTrick { clear:both; display:block; height:1px; margin:-1px 0 0; }
div { position:relative; }
.clear { clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0; }


/* 
	HOMEPAGE STYLES */
.home-post-wrap { width:300px; height:180px; margin:0 10px 20px 0; padding: 0 10px 10px 10px; float:left; position: relative;   }
.thumbnail-div { width:300px; height:180px; border: 1px solid #ccc; background-position:top left}
.info { position: absolute;  background: white;  width:280px; height:173px; display:none; color:#555; overflow-x:hidden; overflow-y:hidden; padding: 2px 5px 5px 15px; top: 0; left: 0;}
a.lightboxclick { display: block; background:url(style/images/fs.png) 3px center no-repeat #fff; color: #888; padding: 7px 5px 1px 30px; margin: 55px 10px 5px 0; border: 0px; font-size: 20px;}
a.lightboxclick:hover { background:url(style/images/fsh.png) 3px center no-repeat white; color: #222;}
.logo { margin: 0px 0 0px -10px;}
.contact { text-align: right; display: block; width: 150px; float: right;}

/* GALLERY STYLES */
.gallery { float: left; margin-right: 10px;}
.gallery-item { float: left; padding:4px 4px 0px 4px; margin: 0px 2px 2px 0px; background: none; border: 0px #ddd solid;}
.gallery-item:hover { cursor: pointer; opacity:0.4;filter:alpha(opacity=40)}
.gallery-icon {}
.gallery-caption {}

#loading { position: absolute; top:0px ; bottom: 0px; left: 0px; right: 0px; background-color: black; z-index: 1000;}

