/*
Theme Name: WrappingPresence 1.5.020908
Theme URI: 
Description: wp1.5.020908: Widget support, but still using nav.inc to bypass weird ul style issue until resolved.  WPG2 integration is completed with url rewrite and custom wpg2header.php.  Manual lightbox is now working, will remove excess code for sized popups next.
Version: 08 Feb, 9:21
Author: D. Schmidt

*/

		body {
		background-image: url("http://www.wrappingpresence.org/wp-content/themes/wp2/images/background.jpg");
		A:link		{color: #0a4e29; text-decoration: none;}
		A:visited	{color: #063e1f; text-decoration: none;}
		A:active	{color: #0a4e29; text-decoration: none;}
		A:hover		{color: #0d8944; text-decoration: none;}
		}
		
	H1, H2, H3, H4	{
		color: #0a4e29;
		}
	
	p.nav { 
		border-bottom-style: dotted ; 
		border-bottom-color: #0a4e29; 
		border-bottom-width: 2px; 
		}

	.center { 
                align:center;
		text-align:center;
		color:#084e29;
		font-weight:bold;
                font-style:italic;
                padding: 0 0 10px 0;
		}

       .floatleft {
               float: left;
               margin: 0 10px 0 0;
	       text-align:center;
               }	

       .floatright {
               float: right;
               margin: 0 0 0 10px;
	       text-align:center;
               }	

       .floatcenter {
               float: center;
               margin: 0 5px 0 0;
	       text-align:center;
               }	
               
       .attr {
       	       margin-top: -10px;
       	       }

       .attrbr {
       	       margin-top: -25px;
       	       }

	#wrapper {
		background-image: url("http://www.wrappingpresence.org/wp-content/themes/wp2/images/contentbg.jpg");
		width: 940px;
                margin-left:auto;
                margin-right:auto;
                padding: 0px;
		}
			
	#header {
		position:relative;
		font-family:palatino,  georgia, verdana, arial, sans-serif;
		font-size:small;
		font-weight:normal;
		background-image: url("http://www.wrappingpresence.org/wp-content/themes/wp2/images/header.jpg"); 
		height: 180px;
		width: 940px;
  		padding:0px;
                margin-left:auto;
                margin-right:auto;
                }	
                
        #nav {
                position:relative;
        	font-family:palatino,  georgia, verdana, arial, sans-serif;
		color:#0a4e29;
		font-size:large;
		font-weight: bold;
		text-align:center;
		width: 200px;
		float: left;
                padding-top: 10px;
                }
                
        #main {
	        position:relative;
		width: 740px;
		height: auto;
		float: right;
                margin-left:auto;
                margin-right:auto;
  		padding:0px;
		}

        #content {
	        position:relative;
		width: 85%;
		height: auto;
  		padding:0px;
                margin-left:auto;
                margin-right:auto;
		}
	
        #wpg2content {
	        position:relative;
		width: 75%;
		height: auto;
                margin-left:200px;
                margin-right:auto;
		}	

	#footer {
		position: relative;
		background-image: url("http://www.wrappingpresence.org/wp-content/themes/wp2/images/footer.jpg");
		text-align:center;
		height: 150px;
		width: 940px;
  		padding:0px;
		clear: both;		
		}
		
        #commentform textarea {
		width: 100%;
}

/* WPG2 alignment classes */

.g2image_normal {
   margin: 4px;
}

.g2image_float_left {
   float: left;
   clear: left;
   margin: 4px;
}

.g2image_float_right {
   float: right;
   clear: right;
   margin: 4px;
}

.g2image_centered {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

#lightbox{
	position: absolute;
	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(http://www.wrappingpresence.org/wp-content/themes/wp2/images/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(http://www.wrappingpresence.org/wp-content/themes/wp2/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.wrappingpresence.org/wp-content/themes/wp2/images/nextlabel.gif) right 15% no-repeat; }


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

#imageData{	padding:0 10px; color: #666; }
#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;
	}