/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */

body {
	background: #FFCC66 url(08-i/bodyBkgnd.gif);
	padding: 30px;
	text-align: center;
	min-width: 745px;
	font: small "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	behavior: url(08-csshover2.htc);/* WinIE behaviour call */
}

.hide {
	text-indent: -9999px;
	position: absolute;
}
.clear {
	clear: both;
}
#wrapper {
	width: 745px;
	margin: 0 auto;
	text-align: left;
}

h1 {
	font-size: 3em;
	text-align: center;
	padding-top: 15px;
	text-indent: -9999px;

}

h2 {
	margin-top: 20px;
	font: 1.5em/1.25em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FF6600;
}

h3 {
	font: 1.25em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

/*h3#tag {
	margin-top: -5px;
}
*/
#header {
	position: relative;
	background: transparent url(08-i/hdr_bkgnd.png) left top no-repeat;
	height: 124px;
	width: 745px;
}

/* Header Link Rules */
div#hdrLinks {
	position: absolute;
	width: 717px;
	font-size: 1.25em;
	font-weight: bold;
	bottom: 5px;
	padding: 0 15px;
	float: left;
}

div#hdrLinks a, div#hdrLinks a:visited {
	display: block;
	text-decoration: none;
	color:#00C;
}

#logIn {
	float: left;
	text-align: left;
	display: block;
	padding: 5px;
}

li#logIn a, li#logIn a:visited{
	display: block;
	color: #CCC;
}

#email {
	color:#00C;
	float: right;
	display: block;
	text-align: right;
	padding: 5px;
}

div#hdrLinks a:hover {
	color: #0000CC;
	text-decoration: underline;
}

/* Main Navigation Links */

div#main_nav {
	float: left; 
	margin: 0;
	background: url(08-i/nav_bkgnd.jpg);
	width: 745px;
}

div#main_nav ul {
	padding: 0;
	margin: 0;
	margin-left: 85px;
	text-align: center;
}

div#main_nav li#home{
	position: relative;
	list-style: none;
	margin: 0;
	float: left;
	width:78px;
}

div#main_nav li#gals{
	position: relative;
	list-style: none;
	margin: 0;
	float: left;
	width:98px;
}

div#main_nav li#repros{
	position: relative;
	list-style: none;
	margin: 0;
	float: left;
	width:138px;
}

div#main_nav li#blog{
	position: relative;
	list-style: none;
	margin: 0;
	float: left;
	width:78px;
}

div#main_nav li#tests{
	position: relative;
	list-style: none;
	margin: 0;
	float: left;
	width:132px;
}

div#main_nav li#about{
	position: relative;
	list-style: none;
	margin: 0;
	float: left;
	width:138px;
}

div#main_nav li#links{
	position: relative;
	list-style: none;
	margin: 0;
	float: left;
	width:78px;
}

div#main_nav li a {
	display: block;
	padding: .25em 0 .25em 0;
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
}

div#main_nav li a:hover {
	color: #FF6600;
}

ul#galSub.level2 {
	 padding-top: 3px;
}

ul#galSub li{
	background: url(08-i/WhiteOverlay.png);
	width: 160px;
	display: block;
	padding: 0 .25em 0 .5em;
	text-align:left;
	line-height: 1.25em;
	margin-left: -72px;
	border-bottom: 1px solid #0033CC;
}

ul#galSub.level2 a{
	width: 160px;
	display: block;
	padding: .25em;
	margin: 0;
}

ul#reproSub.level2 {
	 padding-top: 3px;
}

ul#reproSub li{
	background: url(08-i/WhiteOverlay.png);
	width:100px;
	display: block;
	padding: 0 .25em 0 .6em;
	text-align:left;
	margin-left: -72px;
	border-bottom: 1px solid #000066;
}

ul#reproSub.level2 a{
	width:100px;
	display: block;
	padding: .25em;
	margin: 0;
}

div#main_nav li.submenu {
	background: transparent;
}

div#main_nav li.submenu:hover {
	background: transparent;
}

div#main_nav>ul a {
	width: auto;
}

div#main_nav ul ul {
	position: absolute;
	top: 1.5em;
	left: 0;
	display: none;
}

div#main_nav ul.level1 li.submenu:hover ul.level2 {
	display: block;
}


/* Content Rules */
div#contentWrap {
	background: url(08-i/contBkgnd.jpg) left top repeat-y;
	width: 745px;
}

div#TopGrad {
	margin: 0;
	padding: 0;
	width: 745px;
	height: 12px;/*
	float: left;*/
}

div#content {
	margin: 0 20px 0 25px;
	padding: 0;
}

div#content p {
	margin: 15px 0;
}

img.fltrght {
	margin: 0 0 15px 15px;
	float:right;
	border: 2px solid #0033CC;
}

img.fltlft {
	margin: 0 15px 15px 0;
	float:left;
	border: 2px solid #0033CC;
}

div#bottomCap {
	background:url(08-i/bottomCap.jpg) no-repeat;
}

.redEmphasis {
	color: #990000;
	font-weight: bold;
	font-style: italic;
}

div#footer {
	text-align: center;
	margin-top: 10px;
}

div#footer a {
	padding: .25em 0 .25em 0;
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
}

div#footer a:hover {
	color: #FF6600;
}

#credit a {
	color:#FF6600;
	font-weight:lighter;
	text-decoration:none;
}

#credit a:hover {
	color:#990000;
	font-weight:bold;
	text-decoration:none;
}

div#galCenter {
	width: 675px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

blockquote {
	font-weight:bold;
	margin:20px 20px 5px;
}

cite {
	color:#03C;
	margin:0 30px;
}

a {
	color: #0000CC;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color: #FF6600;
	font-weight:bold;
	text-decoration:underline;
}

a.emailSig img{
	position: relative;
	top: 7px;
	display: inline-block
	
}

/* Blog Styles
-----------------------------------------------


#navbar-iframe {
   height: 0px;
   visibility: hidden;
   display: none;
}

#blog-title {
  margin:5px 5px 0;
  padding:20px 20px .25em;
  border:1px solid #eee;
  border-width:1px 1px 0;
  font-size:200%;
  line-height:1.2em;
  font-weight:normal;
  color:#666;
  text-transform:uppercase;
  letter-spacing:.2em;
  }
  
#blog-title a {
  color:#666;
  text-decoration:none;
  }
#blog-title a:hover {
  color:#c60;
  }
#description {
  margin:0 5px 5px;
  padding:0 20px 20px;
  border:1px solid #eee;
  border-width:0 1px 1px;
  max-width:700px;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }
  
  
  
 Content
----------------------------------------------- 



@media all {
  /*#content {
    width:660px;
    margin:0 auto;
    padding:0;
    text-align:left;
    }
	
  #main {
    width:450px;
    float:left;
    }
  #sidebar {
    width:220px;
    float:right;
    }
  }
  
@media handheld {
  #content {
    width:90%;
    }
  #main {
    width:100%;
    float:none;
    }
  #sidebar {
    width:100%;
    float:none;
    }
  }


Headings
----------------------------------------------- 


h2.date-header, h2.sidebar-title{
  margin:1.5em 0 .75em;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }



Posts
-----------------------------------------------


@media all {
  .date-header {
    margin:1.5em 0 .5em;
    }
  .post {
    margin:.5em 0 1.5em;
    border-bottom:1px dotted #ccc;
    padding-bottom:1.5em;
    }
  }
@media handheld {
  .date-header {
    padding:0 1.5em 0 1.5em;
    }
  .post {
    padding:0 1.5em 0 1.5em;
    }
  }
.post-title {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:140%;
  font-weight:normal;
  line-height:1.4em;
  color:#c60;
  }
.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:none;
  color:#c60;
  font-weight:normal;
  }
.post-title strong, .post-title a:hover {
  color:#333;
  }
.post div {
  margin:0 0 .75em;
  line-height:1.6em;
  }
p.post-footer {
  margin:-.25em 0 0;
  color:#ccc;
  }
.post-footer em, .comment-link {
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.post-footer em {
  font-style:normal;
  color:#999;
  margin-right:.6em;
  }
.comment-link {
  margin-left:.6em;
  }
.post img {
  padding:4px;
  border:1px solid #ddd;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }
  
/*h3.post-title {
	font-size: medium;
	color: #0033CC;
}




Comments
-----------------------------------------------


#comments h4 {
  margin:1em 0;
  font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }
#comments h4 strong {
  font-size:130%;
  }
#comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em;
  }
#comments-block dt {
  margin:.5em 0;
  }
#comments-block dd {
  margin:.25em 0 0;
  }
#comments-block dd.comment-timestamp {
  margin:-.25em 0 2em;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#comments-block dd p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }


 Sidebar Content
----------------------------------------------- 


#sidebar ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  border-bottom:1px dotted #ccc;
  list-style:none;
  }
#sidebar li {
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1.5em;
  }
#sidebar p {
  color:#666;
  line-height:1.5em;
  }



Profile
----------------------------------------------- 


#profile-container {
  margin:0 0 1.5em;
  border-bottom:1px dotted #ccc;
  padding-bottom:1.5em;
  }
.profile-datablock {
  margin:.5em 0 .5em;
  }
.profile-img {
  display:inline;
  }
.profile-img img {
  float:left;
  padding:4px;
  border:1px solid #ddd;
  margin:0 8px 3px 0;
  }
.profile-data {
  margin:0;
  font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.profile-data strong {
  display:none;
  }
.profile-textblock {
  margin:0 0 .5em;
  }
.profile-link {
  margin:0;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
*/

/* Footer
----------------------------------------------- 
#footer {
  width:660px;
  clear:both;
  margin:0 auto;
  }
#footer hr {
  display:none;
  }
#footer p {
  margin:0;
  padding-top:15px;
  font:78%/1.6em "Trebuchet MS",Trebuchet,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
*/

/* Feeds
----------------------------------------------- 


#blogfeeds {
  }
#postfeeds {
  }
  
/* Gallery Home page Styling
----------------------------------------------- */

.GalList {
	float:left;
	width: 350px;
	padding: 5px 0;
}
.GalList dl {
	float:left;
	width: 307px;
	margin: 5px 10px;
	padding: 5px;
	display: inline; /* Fixes IE/Win double margin bug */
	border: 1px solid #999999;
}

.GalList dt {
	float: right;
	width: 209px;
	margin: 0;
	padding: 0;
	font-size:110%;
	letter-spacing:1px;
	color:#FF6633;
}

.GalList dt a {
	color:#FF6633;
}

.GalList dd {
	margin: 0;
	padding: 0;
	font-size:85%;
	line-height: 1.25em;
	color:#0033CC;
}

.GalList dd a {
	color:#0033CC;
}

.GalList dd.img img {
	float:left;
	margin: 0 8px 0 0;
	padding: 4px;
	border:1px solid #D9E0E6;
	border-bottom-color: C8CDD2;
	border-right-color: C8CDD2;
	background: #FFF;
}

div#rightGalList {
	float: right;
}