	/*  
Theme Name: Uncle Andy's Digest
Theme URI: 
Description: 
Author: T.H. Creations, Inc.
Author URI: http://www.thcreations.com

	Uncle Andy's Digest

*/

/* Uncle Andy's Digest - Main Style Sheet */

/* 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 */

/* 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 */
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... */

/*/*/a{}
html {
 font-family: "Comic Sans MS", verdana, arial, tahoma, sans-serif;
 margin:0;
 padding: 20px 0 0 0;
 font-size:x-small;
 voice-family:"\"}\"";
 voice-family:inherit;
 font-size:small; 
 
 }
html>body {
 font-size:medium;
 background-color : #0E63BB;
}
/* */ 

body {
font-size:medium;
 background-color : #0E63BB;
}

h1 {
font-size: 1.8em;
color: #8393F6;
padding-bottom: 7px;
clear:both;
}

h2 {
font-size: 1.5em;
color: #0E63BB;
padding-bottom: 7px;
padding-top: 5px;
clear:both;
}

h3 {
font-size: 1.3em;
color: #339933;
padding-bottom: 7px;
padding-top: 5px;
margin-top: 0;
clear:both;
}

h4 {
font-size: 1.1em;
color: #0E63BB;
padding-bottom: 7px;
padding-top: 5px;
clear:both;
}

h5 {
font-size: .9em;
color: #0E63BB;
padding-bottom: 7px;
padding-top: 5px;
clear:both;
}

h6 {
font-size: .7em;
color: #0E63BB;
padding-bottom: 7px;
padding-top: 5px;
clear:both;
}

p {
font-size:.9em;
color: #000000;
}

a {
color: #ec0909;
text-decoration: underline;
}

a:hover {
color: #F7901E;
text-decoration: none;
}

blockquote {
background : #ebecd3;
border : 1px dashed #0E63BB;
width : 90%;
margin : 0 auto;
padding :15px;
text-align : center;
}

.alignright {
float : right;
}

.alignleft {
float : left;
}

.red {
color : #81070d;
}

/* UAD Bubbles START */

/* CENTER Bubble */

#bubble-center {
width: 456px;
margin : 0 auto;
padding : 15px;
}

#bc-content {
width : 426px;
padding:10px 10px 25px 10px;
}

#bubble-center-top {
background : url('images/bq-top.gif') no-repeat;
width : 456px;
height : 23px;
margin-top : 15px;
}

#bubble-center-mid {
background : url('images/bq-bkg.gif') repeat-y;
width : 456px;
}

#bubble-center-mid p{
padding: 5px 5px 0 5px;
}

#bubble-center-bottom {
background : url('images/bq-bottom.gif') no-repeat;
width : 456px;
height : 46px;
margin-top:-15px;
}

#bubble-center-bottom-left {
background : url('images/bq-bottom-left.gif') no-repeat;
width : 456px;
height : 46px;
margin-top:-15px;
}
/* CENTER Bubble End */

/* LEFT Bubble Start */

#left-bubble {
width: 194px;
float : left;
padding : 15px;
}

#slim-top {
background : url('images/slim-bubble-top.gif') no-repeat;
width : 194px;
height : 15px;
}

#slim-mid {
background : url('images/slim-bubble-bkg.gif') repeat-y;
width : 194px;
}

#slim-content {
width: 164px;
margin: 0 auto;
}

#left-bubble-bottom {
background : url('images/slim-bubble-left-btm.gif') no-repeat;
width : 194px;
height : 50px;
}

/* LEFT Bubble End */

/* RIGHT Bubble Start */

#slim-right-bubble {
width: 194px;
float : right;
padding : 15px;
}

#slim-right-bubble-btm {
background : url('images/slim-bubble-right-btm.gif') no-repeat;
width : 194px;
height : 50px;
}

/* RIGHT Bubble End */

#spacer {
text-align :center;
margin : 0 auto;
color : #ffffff;
}

/* UAD Bubbles END */
#container {
width: 1000px;
background : #dbdbdb url('images/page-bkg.jpg');
border: 1px solid #000000;
margin : 0 auto;
}
	
#header {
background: #dbdbdb url('images/header.jpg') no-repeat;
height: 143px;
}



/* NAVIGATION STARTS */

#nav {
font-family: Verdana, Arial, Helvetica;
font-size: .7em;
text-align: left;
margin: 0;
padding:  5px 10px 0 10px;
width: 175px;
}
	
#nav ul {
padding: 0;
margin: 0;
list-style: none;
 }
  
#nav li {
padding: 8px 0 8px 0;
font-weight: bold;
}

#nav li a{
text-decoration:none;
color : #385a69;
}

#nav li a:hover {
text-decoration:none;
color : #1611e8;
}

#nav ul li ul li {
display : none;
}


/* NAVIGATION ENDS */

#content {
	font-size: 1em;
	width: 575px;
	padding :0;
	float: left;
	}
	
#rightcol {
	margin: 0;
	width: 210px;
	float : right;
	}
	
#rightcol p {
	color : #ffffff;
	line-height : 20px;
	}
	
#right-bubble {
text-align : center;
width : 171px;
}

#right-bubble p {
color : #1611e8;
font-weight : bold;
font-size : .9em;
padding : 0 13px 0 10px;
}

*html #right-bubble p {
font-size : 1em;
}

#right-bubble h3 {
padding : 0 10px 0 10px;
font-size : 1.1em;
}

#right-bubble a {
text-decoration : underline;
color: #1611e8;
}

#right-bubble a:hover {
text-decoration : none;
color: #000000;
}
	
#right-bubble-top {
background: #94bdd0 url('images/right-bubble-top.jpg') no-repeat;
width : 171px;
height : 10px;
}

*html #right-bubble-top {
margin-bottom : -8px;
}

#right-bubble-mid {
background: #94bdd0 url('images/right-bubble-bkg.jpg') repeat-y;
}

#right-bubble-bottom {
background: #94bdd0 url('images/right-bubble-bottom.jpg') no-repeat;
width : 171px;
height : 52px;
}

#content-top {
background: #94bdd0 url('images/content-top.jpg') no-repeat;
width: 580px;
height: 93px;
float: left;
}

#copy img.noborder {
border: none;
}

#copy {
padding: 30px;
text-align : left;
}

#copy p {
line-height : 1.4em;
margin-bottom : 15px;
}

#copy img {
margin: 15px;
border: 1px solid #000000;
}

#copy ul {
font-size : .9em;
font-weight : normal;
color : #000000;
}

#copy2 img.noborder {
border: none;
}

#copy2 {
padding: 30px;
text-align : left;
}

#copy2 p {
line-height : 1.4em;
margin-bottom : 15px;
}

#copy2 img {
margin: 15px;
border: none;
}

#copy2 ul {
font-size : .9em;
font-weight : normal;
color : #000000;
}

/* Sidebar Starts */
#sidebar
{
background: #94bdd0 url('images/left-sidebar-top.jpg') no-repeat;
padding-top: 232px;
margin: 0;
width: 210px;
float : left;
}

#sidebar p {
font-family: verdana, arial, tahoma, sans-serif;
text-align: center;
font-size: .8em;
color: #000000;
padding : 5px;
}

#sidebar-cont {
text-align : center;
}

#sidebar-cont a {
text-decoration : underline;
color :#1611e8;
}

#sidebar-cont a:hover {
text-decoration : none;
color :#000000;
}

#sidebar-cont h4 {
font-family: verdana, arial, tahoma, sans-serif;
font-style : italic;
font-size : .9em;
color : #385a69;
padding : 8px 5px 3px 5px;
}

/* Sidebar Ends*/

/* SITE SEARCH Starts */

.searchbox {

margin:5px 0 5px 17px;
}

#search {
float:right;
padding : 110px 15px 10px 0;
}

#s {
width: 115px;
height: 15px;
border : 2px solid #94bdd0;
}

#searchsubmit {
display: text;
color : #94bdd0;
background-color : #000000;
border : 0;
}


.ss_page {
float:right;
}

/* SITE SEARCH Ends */



/* IN THIS SECTION Starts */

#its {
clear:both;
}

#its ul {
list-style: none;
margin-left : 5px;
padding-left : 5px;
}

#its ul li a{
color : #000000;
text-decoration : underline;
}

#its ul li ul li a{
color : #0000cc;
text-decoration : underline;
}

#its li {
font-weight: normal;
}

#its li a{
text-decoration: none;
color: #8393F6;
}

#its li a:hover {
text-decoration : underline;
color: #339933;
}

#its h3 {
font-family: verdana, arial, tahoma, sans-serif;
font-size : 1.1em;
text-align: left;
padding-left : 10px;
padding-top : 2px;
padding-bottom : 4px;
}

/* IN THIS SECTION Ends */

/* #bloginfo STARTS */

#bloginfo {
width : 171px;
margin :0 auto;
}

#bloginfo a {
color : #ec0909;
}

#bloginfo a:hover {
color : #1611e8;
}

#blog-info-top { 
background:  url('images/blog_info_top.jpg') no-repeat;
height : 13px;
width : 171px;
}

#blog-info-mid {
background:  url('images/blog_info_bkg.jpg') repeat-y;
width: 171px;
padding: 10px;
font-size : .9em;
font-weight : bold;
}

#blog-info-mid ul {
list-style : none;
padding-left :15px;
}

#blog-info-mid li.categories {
list-style : none;
padding-left :15px;
}

#blog-info-mid #archives {
list-style : none;
padding-left :15px;
}

#blog-info-bottom {
background: url('images/blog_info_bottom.jpg') no-repeat;
width : 171px;
height : 22px;
margin-top:-16px;
}

/* #bloginfo ENDS */

/* Footer Starts */

#footer {
	background: #eee url('images/footer-bkg.jpg') no-repeat;
	border: none;
	height: 294px;
	clear : both;
	}

#footer p {
padding: 85px 10px 10px 20px;
text-align: left;
}

#char {
text-align : center;
padding-top : 85px;
}

/* FOOTER Ends */

div.clearer {
 clear: both;
 line-height: 0px;
 height: 0;
 overflow:hidden;
}

#thplug {
color: #9A8646;
font-size: .7em;
padding: 10px;
}

#thplug a {
}

/* LIGHTBOX */

a.imagelink img{
  margin:10px;
  border:5px solid #FFF;
}

a.imagelink img.left {
  margin:5px 15px 10px 0;
  border:5px solid #FFF;
}

a.imagelink img.right {
  margin:5px 0 10px 15px;
  border:5px solid #FFF;
}

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

#lg_powered {
  display:none;
}