/*
Theme Name: Dalahus
Theme URI: http://www.dalahus.com/
Description: Custom theme for Dalahus.
Version: 1.0
Author: Steve Weintraub
Author URI: http://www.dalahus.com/
*/

html { 
	height: 100%; margin-bottom: 1px;
	}

a 	{
	color: #666;
	}

a:link {
	color: #333;
	}

a img:hover {
	color: #880000;
	}

a img {
	border: 0	
	}

abbr, acronym, span.abbr {
  	cursor: help;
	}

a:visited {
	color: #333;
	}

a:hover {
	color: #880000;
	text-decoration: underline;
	}

blockquote {
	border-left: 1px dotted #999;
	margin-left: 25px;
	}

body {
	background: #eee url(/wordpress/wp-images/border.gif) repeat-y center top;
	border: solid 0px #999;
	color: #666;
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0px;
	}

cite {
	font-size: x-small;
	font-style: normal;
	text-align: center;
	}
	

h2 {
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 10px;
	color: #999;
	}

.indexer p {
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 10px;
	color: #999;
	line-height: 150%;
	}

h3 {
	color: #666666;
	background: #ccc url(/wordpress/wp-images/dala-small.gif) no-repeat right center;
	border: 1px solid #999;
	font: bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 10px 0px 10px;
    text-indent: 8px;
    padding: 4px 0 0px 0;
    height: 18px;
	}

ol#comments li p {
	font-size: 100%;
	}

p, li, .feedback {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 10px;
	font-size: 11px;
	line-height: 180%;
	}
	
.postmetadata {
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	}

ul.post-meta {
	list-style: none;
	}

ul.post-meta span.post-meta-key {
	font-weight: normal;
	}

.credit {
	background: #fff;
	color: #666;
	font-size: x-small;
	text-align: center;
	}

.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
	}

.meta {
	font-size: small;
	margin: 10px;
	}

.meta li, ul.post-meta li {
	display: inline;
	}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
	}

.storytitle {
	margin: 0;
	text-shadow: 1px 1px 2px #999;

	}

.storytitle a {
	text-decoration: none;
	padding: 0;
	border: 0;
	text-shadow: 1px 1px 2px #999;
	}
	
/* .storycontent a { */
/* 	border-bottom: 1px dotted #999; */
/* 	} */

.storycontent a img {
	border: 1px solid #999;
	padding: 2px;
	}	

.storycontent a:hover img {
	border: 1px solid #880000;
	padding: 2px;
	}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	}

#commentform textarea {
	width: 100%;
	margin-left: 0px;
	}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
	}

#content {
 	margin: 10px 0 0 0;
	padding-right: 0px;
	width: 490px;
	float: right;
	}
	
	
/* HEADER */

#masthead {
	padding: 5px;
	border: 1px solid #999;  
	font-size: x-small; 
	width: 700px;
	height: 60px;
	background: #fff url(/wordpress/wp-images/banners/rotator.php) no-repeat 5px 5px;
	}	
		
/*.headernav {
	margin: 0;
	padding: 0;
	height: 40px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}*/
		
#headernav {
	float: right;
	margin: 30px 0 0 0;
	height: 29px;
	width: 200px;
	list-style: none;
	display: inline;
	overflow: hidden;	
	}
		
#headernav a {
	float: left;
	padding: 29px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:29px; /* for IE5/Win only */	
	}

#headernav a:hover {background-position: 0 -29px;}	
#headernav a:active {background-position: 0 -29px;}

.about a {width:97px; background: url(/wordpress/wp-images/about-button.png) top left no-repeat;}
.gallery a {width:97px; background: url(/wordpress/wp-images/gallery-button.png) top left no-repeat;}
.pro a {width:97px; background: url(/wordpress/wp-images/professional-button.png) top left no-repeat;}

#masthead img {
	border-width: 0px;
	}

#masthead a {
	border-width: 0px;
	}

#masthead a:hover {
	background-color: transparent;
	}

.headbox {
	background: #fff;
	border: 1px solid #999;  
	margin: 0px 0 10px 0;
	}

/* BODY	*/
	
#container {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	text-align: left;
	padding: 10px;
	width: 712px;
	}
	
.box {
	padding: 2px 0 2px 0;
	background: #fff;
	border: 1px solid #999;  
	margin: -1px 0 10px 0;     
	}

.alignleft {
	margin-bottom: 10px; 
	font-size: 11px;  
	float: left;
	}
	
.alignright {
	margin-bottom: 10px; 
	font-size: 11px;  
	float: right;
	}
	
#footer	{
	padding: 3px;
	background: #fff;
	border: 1px solid #999;  
	text-align: center;
	font-size: 10px;  
	clear: both;
	}

.leftimg {
	float: left;
	margin: 5px 8px 0 0px;
	border: 1px solid #999;
	padding: 2px;
	}
	
.leftimg_noframe {
	float: left;
	margin: 5px 8px 0 0px;
	border: 0px solid #999;
	padding: 2px;
	
	}
 
.rightimg {
	float: right;
	margin: 0 10px 0 5px;
	border: 1px solid #999;
	padding: 2px;

	}
.rightimg_noframe {
	float: right;
	margin: 0 10px 0 5px;

	}

.folio {
	line-height: 170%;
	margin: 0 10px 10px 10px;
	clear: both;
	}


/* SIDEBAR */
        
#sidebar {
	width: 212px;
	margin: 10px 0 0 0;
	float: left;
	}

#sidebar  a {
	border-width: 0px;
	padding: 0;
	text-decoration: none;
	}

#sidebar a:hover {
	color: #880000;
	text-decoration: underline;
	}
	
#sidebar a img {
	border: 0px
	}

#sidebar ul {
	color: #666;
	list-style-type: none;
	margin: -2px 0 15px -9px; 
	padding-left: 10px;
	line-height: 150%;
	}

#sidebar li {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	padding-bottom: 0px; 
	line-height: 1em;
	font-size: 11px;
	}
	
.sidesubhead {
	margin-left: 10px; 
	}
    
.sidehead {
	background: #ccc;
	border: 1px solid #999;
	margin: 0px 0px -0px 0px; 
    padding: 5px 0 0px 5px;
	height: 17px;
	}

.widgettitle {
	color: #333;
	font-weight: bold;
	font-size: 14px;
	text-shadow: 1px 1px 2px #999;
	}
	

/* PLUGIN STYLES */

.catimage	{
	float: right;
	margin-right: 2px;
	border: 0px solid #999;
	}
	
.witty {
	font-size: 11px;
	font-style: italic;
	}
	

/* CONTACT FORM */

.contactform {
	width: 100%; 
	position: relative;
	}
		
.contactleft {
	width: 25%; 
	text-align: right;
	font-size: small;
	clear: both; 
	float: left; 
	display: inline; 
	padding: 4px; 
	margin: 5px 0;
	line-height: 2em;
	}
		
.contactright {
	width: 70%;  
	font-size: x-small;
	font-style: italic;
	float: right; 
	display: inline; 
	padding: 4px; 
	margin: 5px 0; 
	}


.error {
	font-size: medium;
	}

.errortitle {
	margin: 10px 0 0 0;
	text-shadow: 1px 1px 2px #999;
	}
	
.errorbox {
	padding: 2px 0 2px 0;
	background: #fff;
	border: 1px solid #999;  
	margin: -1px 0 10px 0; 
	height: auto;    
	}

.navigation {
	text-align: center;
	margin: 0 0 10px 0px;
 	border: 1px solid #999; 
    background: #fff;
	padding: 5px;
	font: 10px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	color: #333;
	font-weight: bold;
	clear: both;
	}

.navigation a {
	font: 10px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    color: #666;
	}

.navigation a:visited {
	color: #666;
	}

.navigation a:hover {
	color: #880000;
	text-decoration: underline;
	}

strong {
	color: #333;
	}
	
	
	
	
	#lightbox{
		background-color:#eee;
		padding: 10px;
		border-bottom: 2px solid #666;
		border-right: 2px solid #666;
		}
	#lightboxDetails{
		font-size: 0.8em;
		padding-top: 0.4em;
		}	
	#lightboxCaption{ float: left; }
	#keyboardMsg{ float: right; }

	#lightbox img{ border: none; } 
	#overlay img{ border: none; }

#overlay{ background-image: url(/wordpress/wp-content/themes/Dalahus/images/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/wordpress/wp-content/themes/Dalahus/images/overlay.png", sizingMethod="scale");
	}	



