/* CSS Document */


<style type="text/css">
td, p, body, a {
color: #000000;
font-family: georgia;
font-size: 10px;
letter-spacing: 0px;
align: justify;}

b, strong {
font-weight: strong; 
font-size: 10px;
text-transform: uppercase;   
font-family: arial;
color: #F7556B;}
 
i, italics {
text-transform: none;   
color: #F7556B;}

s, strike {
font-style: strike;
color: #171A33;}
  
u, underline {  
font-weight: normal;  
text-transform: none; 
text-decoration: ;
color: #171A33;}



A:link , A:visited , A:active {
text-transform: uppercase;   
font-family: Franklin Gothic Medium;   
font-size: 11px;  
text-decoration: none; 
font-weight: italic; 
letter-spacing: 0px; 
color: #171A33;}
    
a:hover {
text-transform: uppercase;
font-family: Franklin Gothic Medium;    
font-size: 11px;  
text-decoration: none; 
font-weight: normal; 
letter-spacing: 0px; 
font-style: italic;
color: #F7556B;}

a.link3:active,a.link3:visited,a.link3:link{
width:187px;
text-transform: uppercase;   
font-family: Franklin Gothic Medium;   
font-size: 25px;  
line-height: 20px;
text-decoration: uppercase; 
font-weight: normal; 
letter-spacing: -2px; 
color: #171A33;}

a.link3:hover{
width:187px;
text-transform: uppercase;
font-family: Franklin Gothic Medium;    
font-size: 25px;  
line-height: 20px;
background:url();
text-decoration: none; 
font-weight: normal; 
letter-spacing: -2px; 
font-style: normal;
background-color: ;
color: #F7556B;}


.head {
font-size: 35px;
font-family: georgia;
line-height: 15px;
letter-spacing: ;
text-transform: lowercase;
text-align: CENTER;
font-style: italic;
background-color: #FFFFFF;
color: #F7556B;
border-bottom: #F2F2F2 solid 3px ;}

.head1 {
font-size: 20px;
font-family: georgia;
line-height: 20px;
letter-spacing: ;
text-transform: lowercase;
text-align: CENTER;
font-style: italic;
background-color: #;
color: #F7556B;
border-bottom: #F2F2F2 solid 3px ;}

.headate {
font-size: 15px;
font-family: Arial Black;
line-height: 15px;
letter-spacing: 1px;
text-transform: uppercase;
text-align: right;
font-style: normal;
background-color: #;
background-image: url();
background-repeat: repeat-xy;
color: #303030;
}

.subhead {
font-size: 15px;
font-family: georgia;
line-height: 10px;
letter-spacing: 1px;
text-transform: uppercase;
text-align: center;
font-style: normal;
background-color: #FFFFFF;
color: #171A33;}


.updates {
color: #000000;
border-bottom: 1E1D0C solid 1px;
font-family: georgia;
font-size: 10px;
letter-spacing: 0px;
background-color: #EAE3D1;
text-align: justify;
padding: 2px;}

.text {
color: #000000;
font-family: georgia;
font-size: 10px;
letter-spacing: 0px;
background-color: #;
text-align: left;
padding: 2px;}

.latest {
color: #000000;
font-family: georgia;
font-size: 10px;
letter-spacing: 0px;
background-color: #FFFFFF;
text-align: justify;
padding: 2px;}


body {
background-color: #FFFFFF;
cursor: normal;
background-image: url(http://i259.photobucket.com/albums/hh303/sweetlovegraphics/oh%20love%20designs/pattern_1_240_normal.jpg);
background-repeat: repeat;
background-position: top left;
            scrollbar-face-color: #F7556B; 
            scrollbar-shadow-color: #EAE3D1; 
            scrollbar-darkshadow-color: #EAE3D1;
            scrollbar-3dlight-color: #EAE3D1; 
            scrollbar-highlight-color: #EAE3D1; 
            scrollbar-arrow-color: #FFFFFF; 
            scrollbar-track-color: #EAE3D1;}

#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(../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(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/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; 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;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

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

</style>


