/*
-----------------------------------------------
Gabi Epstein dot Com Style
Designer: Ben Hammond
URL: 	    www.benjaminhammond.com
Date:     May 4th 2006
----------------------------------------------- */

body {
	background-image: url(bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.post-body {
	width: 550px;
}
body,td,th {
	color: #333333;
}
a {
	color: #FF0099;
}

h2.date-header {
	font-style: italic;
	font-size: small;
	text-align: right;
	width: 550px;
}



/*
-----------------------------------------------
MAIN SECTION
----------------------------------------------- */


#wrapper {
	width: 100%;
}

#line {
	text-align: center;
	width: 550px;
}
#line img {
	padding: 5px;
}
.blog-pic {
	border: solid 1px #FFF;
	display: block;
   margin-left: auto;
   margin-right: auto;
}
#main-content, p.update-text {
	margin-right: 90px;
	
}

p.update-text {
	width: 550px;
}




/*
-----------------------------------------------
SIDE BAR STYLE
----------------------------------------------- */

#sidebar-wrapper {
	position: absolute;
	top: 190px;
	width: 20em;
	left: 615px;
	background-color: #790026;
	padding: 15px;
}

.sidebar-title {
	color: #FFF;
}

#sidebar li {
	color: #F06EA9;
	lists-style: none;
	
}

#sidebar li a {
	color: #F06EA9;
}
#sidebar li a:hover {
	color: #FFF;
}


/*STUFF FOR PHOTO GALLERY*/

#container {
	background: #fff;
/*	color:#FFFFFF;*/
	line-height: 18px;
/*	margin: 15px auto;*/
	width: 800px;
	padding: 5px 20px 20px 20px;
	border: 0px solid #000;
	margin-left:20px;
	margin-top:34px;
	float: left;
}


#container #title h1  {
	color: #000;
	letter-spacing: 1px;
	padding: 5px;
	margin: 10px;
/*	font: bold 18px Georgia, "Times New Roman", Times, serif;*/
	text-transform: capitalize;
}

#container #description{
	background: #000000;
	border: 1px solid #333333;
	padding: 10px;
	margin: 5px;
	width: 90%;
	float: left;
	height: auto;
	font-weight: bold;
}

#container #content {
	text-align:left;
	padding: 0px; 
	margin: 0px;
	color: #FFFFFF;		
}

#container .date{
	font-weight: normal;
	color: #666666;

}










#content a {
	color: #fff;
	text-decoration: underline;
}

#content a:visited   {
	color: #999999;
	text-decoration: underline;
}

#content a:hover  {
	color: #000000;
	text-decoration: underline;
	background: #CCCCCC;
	border-bottom: 1px solid #000000;
	}


#content .category img {
	background: #fff;
	padding: 7px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #FFFFFF;
	float:right
}



#content .category {
	margin: 60px 0px 50px 0px;
	padding: 30px 0px 10px 0px;
	clear:both;
	height:auto;
}







	

.imageborderlarge {
	padding: 7px;
	margin: 5px 0px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

#footer {
	text-align:center;
	padding: 30px 0px 10px;
	clear: both;
	float: none;
	margin: 0px;
	font-size: 8px;
	color: #999999;
	}


#footer a:link, #footer a:visited {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	}

#footer a:hover {
	color: #FFFFFF;
}





.unvisible { 
	display: none;
 }








.thumbnail {
	float: left;
	margin: 5px;
	padding: 8px;
	text-align: center;
	color: #CCCCCC;
	width: 166px;
	height: 175px;
	}


.thumbnailhover{
	background:  none;	
	display:block;
	width: 166px;
	height: 175px;
}

a.thumbnailhover:hover{
		background:  url(images/bg_body.jpg) no-repeat left top;	

	display:block;
	width: 166px;
	height: 175px;
		color: #76B41C;
	font-weight: bold;

	
}


.thumbnail img{
	background: #000;
	padding: 7px;
	margin: auto;
	display:block;
}



.thumbnail a {
	color:#999999;
	text-decoration: none;
}

/* non IE  hover 
div.thumbnail:hover{
	background: #000;
	color: #76B41C;
	font-weight: bold;
}

*/




#container a img {
border:none;

}

#gallerycontainer{
	padding: 0px;
	text-align:center;
}




/*STYLE FOR SPLASH PAGE*/


.front {
/*	font-family: cursive;*/
/*	font-size: large;*/
	color: #FF0099;
}



 
