/* Body Styles
 * --------------------------------------------------
 * This portion of the style file is used to define
 * a few general styles regarding body color, spacing
 * and link activity.
 */

BODY {
/*  background-image: url("../images/background.png"); */
  background-color: #FFFFFF;

  margin-top:    0px;
  margin-right:  0px;
  margin-bottom: 0px;
  margin-left:   24px;
}

BODY.comment_listing, BODY.trackback_listing {
  background-image: url("");
  background-color: #FFFFFF;

  margin-top:    0px;
  margin-right:  0px;
  margin-bottom: 0px;
  margin-left:   0px;
}

/* link styles */

.commentslink {
    padding: 2px 0 2px 20px;
    background: url('../images/weblog/comment.gif') left center no-repeat;
    }
    
A:hover { 
  color: #000000;
  border: 0px;
  text-decoration: none; 
}

A:link, A:active, A:visited { 
  color: #990000; 
  background-color: transparent;
  text-decoration: none;
}

A.grey:hover {
    color: #9D9D9D;
    background-color: transparent;
    text-decoration: none;
}

A.grey:link, A.grey:active, A.grey:visited {
    color: #9D9D9D;
    background-color:transparent;
    text-decoration: none;
}

A.white:hover {
    color: #FFFFFF;
    background-color: transparent;
    text-decoration: none;
}

A.white:link, A.white:active, A.white:visited {
    color: #FFFFFF;
    background-color:transparent;
    text-decoration: none;
}

A.black:hover {
    color: #000000;
    background-color: transparent;
    text-decoration: none;
}

A.black:link, A.black:active, A.black:visited {
    color: #000000;
    background-color:transparent;
    text-decoration: none;
}

A.red_big:hover {
    color: #990000;
    font-family: Verdana;
    font-weight:bold;
    font-size 11px;
    background-color: transparent;
    text-decoration: none;
}

A.red_big:link, A.red_big:active, A.red_big:visited {
    color: #990000;
    font-family: Verdana;
    font-weight:bold;
    font-size 11px;
    background-color:transparent;
    text-decoration: none;
}


A.black_und:hover {
    color: #000000;
    background-color: transparent;
    text-decoration: underline;
}

A.black_und:link, A.black_und:active, A.black_Und:visited {
    color: #000000;
    background-color:transparent;
    text-decoration: underline;
}

/* Text Styles
 * --------------------------------------------------
 * Here is where the styles used by different text
 * sets are defined.
 */

P { margin-bottom: 0px; }

.small_light_font {
  color: #9D9D9D;
  font-family: Verdana;
  font-weight: normal;
  font-size: 9px;
}

.small_font {
  color: #000000;
  font-family: Verdana;
  font-weight: normal;
  font-size: 9px;
}

.large_light_font {
  color: #9D9D9D;
  font-family: Verdana;
  font-weight: bold;
  font-size: 11px;
}

.large_font {
  font-family: Verdana;
  font-weight: bold;
  font-size: 11px;
}

.bold_red {
  color: #990000;
  font-family: Verdana;
  font-weight:bold;
  font-size 11px;
}

.header_red {
  color: #990000;
  font-family: Verdana;
  font-weight: bold;
  font-size: 18px;
}

.header_red_small {
  color: #990000;
  font-family: Verdana;
  font-weight: bold;
  font-size: 14px;

}
.title_font {
  font-family: Verdana;
  font-weight: bold;
  font-size: 11px;
  
  letter-spacing: 1px;
}

/* Universal Blog/Comment Entry Styles */

.entry_title {
  font-family: Verdana;
  font-weight: bold;
  font-size: 11px;
  color: #990000;
  letter-spacing: 1px;
}

.comment_title, .ping_title {
  font-family: Verdana;
  font-weight: bold;
  font-size: 10px;

  letter-spacing: 1px;
}

.footer_font {
  color: #990000;
  font-family: Verdana;
  font-weight: normal;
  font-size: 9px;
}

/* Image Styles
 * --------------------------------------------------
 * All image related styles are defined here.
 */

IMG { border: 1px;
      border-color: #990000;
 }

/* Form Styles
 * --------------------------------------------------
 * All form related styles are defined here.
 */

INPUT {
  font-family: Verdana;
  font-size: 10px;
  line-height: 12px;
  clear:right; 
}

INPUT.comment {
  width: 300px;
  height: auto;
}

TEXTAREA {
  font-family: Verdana;
  font-size: 11px;
  line-height: 12px;
  clear: right;
}

TEXTAREA.comment {
  width: 300px;
  height: auto;  
}

SELECT {
  font-family: Verdana;
  font-size: 10px;
  line-height: 12px;
  clear:right; 
}

SELECT.small {
  font-family: Verdana;
  font-size: 9px;
  line-height: 12px;
  clear:right; 

  width: 115px;
  height: auto;
}

/* Form Label Styles */

LABEL.form_label {
  color: #9D9D9D;
  font-family: Verdana;
  font-size: 10px;
  font-weight: bold;

  letter-spacing: 1px;
}

LABEL.form_label_black {
  color: #000000;
  font-family: Verdana;
  font-size: 10px;
  font-weight: bold;

  letter-spacing: 1px;
}

LABEL.form_label_red {
  color: #990000;
  font-family: Verdana;
  font-size: 10px;
  font-weight: bold;

  letter-spacing: 1px;
}

LABEL.comment_form_label {
  font-family: Verdana;
  font-size: 10px;
  font-weight: bold;

  letter-spacing: 1px;
}

/* Table Styles
 * --------------------------------------------------
 * These table styles are used by the most basic
 * tables in the design. Such elements are the
 * main table, blocks and sections.
 */

/* General Table Styles */

TD {
  font-family: Verdana;
  font-weight: normal;
  font-size: 11px;

  line-height: 140%;
}

/* General Table Styles */

TD.block_section {
  border-top: 0px;
  border-right: 0px; 
  border-bottom: 1px dashed #000000; 
  border-left: 0px;
}

TD.calendar_section, TH.calendar_section {  
  border-top: 1px dashed #000000;
  border-right: 0px; 
  border-bottom: 1px dashed #000000; 
  border-left: 0px;
}

TD.content_section {
  border-top: 0px;
  border-right: 0px; 
  border-bottom: 1px dashed #999999; 
  border-left: 0px;
}

TABLE.text_seperator {
  background-color: #F8F8FA;

  border-top: 1px dashed #999999;
  border-right: 0px; 
  border-bottom: 1px dashed #999999; 
  border-left: 0px;

  padding-top: 1px;
  padding-bottom: 1px;
}

TABLE.list {
  border-top: 1px dashed #999999;
  border-right: 0px; 
  border-bottom: 1px dashed #999999; 
  border-left: 0px;
}

/* Entry Styles */

TABLE.entry_footer {

  margin-top: 12px;
/*  border-top: 1px dashed #000000;*/
  border-right: 0px; 
  border-bottom: 1px dashed #000000; 
  border-left: 0px;
  background-color: #FFFFFF;
  padding-top: 1px;
  padding-bottom: 2px;
}

/* Entry Archive Styles */

TABLE.archive_browser {
  border-top: 0px;
  border-right: 0px; 
  border-bottom: 1px dashed #999999; 
  border-left: 0px;

  padding-bottom: 8px;
}

/* Comment Styles */

TABLE.comment {
  border-top: 0px;
  border-right: 0px; 
  border-bottom: 1px dashed #999999; 
  border-left: 0px;

  padding-bottom: 8px;
}

TABLE.comment_listing, TABLE.trackback_listing {
  background-image: url("");
  background-color: #FFFFFF;

  padding-top: 12px;
  padding-right: 4px;
  padding-left: 4px;
  padding-bottom: 12px;
}

/* Main Pane Styles */

TABLE.ignorance {
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
}

TABLE.ignorance_simple {
  background-color: #FFFFFF;
}

TABLE.content {
  padding-top: 12px;
  padding-right: 4px;
  padding-left: 4px;
  padding-bottom: 6px;
}

TABLE.blocks {
  padding-top: 0px;
  padding-right: 1px;
  padding-left: 1px;
  padding-bottom: 0px;
}

/* Block Styles */

TABLE.block {
  padding-top: 4px;
  padding-right: 2px;
  padding-left: 2px;
  padding-bottom: 5px;
}

TABLE.navigate {
  padding-top: 4px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 5px;
}

/* for lightbox */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: 49%;
	height: 100%;
	background: transparent url(../images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
