/* 
	jeremy v4.3
*/
BODY  
	{ 
	  background-color: #EfEfEf;
	  font: normal 0.83333em georgia, "times new roman", times, serif;
	  color:#2f2f2f;
	  text-align: center;
	}
body, td, p, #header, #container
	{
	  margin: 0px;
	  padding: 0px;
	}
#container, #footer
	{
	  text-align: left;
	}
TD
	{
	  font-size: 0.83333em;
	  color:#333333;
	}
#container
	{
	  width: 725px;
	  margin: 20px auto 0px auto;
	}
#header {
	width: 100%;
	height: 150px;
	background-color: #80a5b3;
	background-image: url("http://www.jeremyweber.com/wordpress/wp-content/themes/jeremy_4_3/images/header-4.jpg");
	background-position: top center;
	background-repeat: no-repeat; 
	border-bottom: 2px solid #fff;
	text-align: center;
	}
#header img {
	border: 0px;
	}
h1  /* page headers behind the Gallery title*/
	{
	display: none;
	}
h1 .header_lastn {
	}
#footer	{
	width: 100%; 
	height: 80px;
	margin: 0px auto; 
	clear: both; 
	border-top: 2px solid #fff;
	background-color: #80a5b3;
	text-align: center; 
	}
#footer {
	font-size: 80%;
	color: #000000;
	}
#footer h2 {
	display: none;
	}
#footer A {color: #fff;}
#footer A:visited {color: #333333;}
#footer A:hover {color: #666666;}




/* 
   link colors - overridden by the album 'linkcolor' property.
*/
A   	{ color: #80a5b3; text-decoration: none;}
A:visited { color: #80a5b3; }
A:hover	{ color: #666666; text-decoration: none;}
/* 
   text styles 
*/
.title   /* album titles on main page */
	{
	  font-weight: bold;
	}

	
.mod_title	/* album title  Text is controled by .title */ 
	{
	}
.mod_title_bg	/* album title hightlight Text is controled by .title */ 
	{
	}
.mod_title_right  /* album title hightlight  Text is controled by .title*/ 
	{ 
	}
.mod_title_left  /* album title hightlight  Text is controled by .title */ 
	{
	}
.albumdesc  /*album description includes all text and background*/
	{
	  width: 275px;
	}
.desc  /* album descriptions on main page just description and author*/
	{  
	}
.caption  /* photo captions on all pages */
	{  	
	}
.modcaption  /* modifies background for caption text to reside */
	{
	}
.pcaption /* brackets all caption text below photo */
	{
	}
.pview /* brackets both the image and all text in one frame */
	{
	}
.commentbox
	{
	}
.commentboxhead
	{
	}
.commentboxfooter
	{
	}
input, textarea {
	  border: 1px solid #333333;
	  background-color: #fff;
	}
.commentlabel
	{
	}
.vatable /* table which all div sets are located - view albums  */
	{ 
	}
.vathumbs /* full background bracket for images and text - view albums  */
	{ 
	}
.vafloat /* float for view album - text */
	{
	}
.vafloat2 /* float for view album - images */
	{
	}
.vasummary /* controls the view of Album summary */
	{
	}
.vapoll /* controls the text for poll */
	{
	}
.dim /* controls the dimension text under the image */
	{
	}
.commentIndication /* for the (star) indicating comment */ 
	{ 
	}
.error  /* all error text */
	{ 
	  color: red; 
	  font-size: 1.2em; 
	}
.attention  /*voting instructions */
	{
	}
.bread  /* used in breadcrumb bars */
	{ 
	}
.nav    /* used in navigation bars */
	{
	  color:#2f2f2f;
	}
.nav A 	{color: #80a5b3;}
.nav A:visited {}
.nav A:hover {}
.bordertop
	{
	}
.borderright
	{
	}
.borderleft
	{
	}
.fineprint  /* used for fine print */
	{ 
	  font-size: 80%;
	}

.viewcounter
	{
	  font-size: 80%;
	}
.editlink,  /* Used for the [edit] tags */
.editlink a,
.editlink a:link,
.editlink a:visited,
.editlink a:active
	{  
	}
.modnavbox  /* main navigation bar next and previous */ 
{ 
	  width: 100%;
	  height: 20px;
	  background-color: #efefef;
	  padding: 2px;
}

.modnavbox a,
.modnavbox a:link,
.modnavbox a:visited,
.modnavbox a:active {
	}
.modnavbox a:hover {
	}
.admin  /* used in admin bars - the search text*/
	{ 
	}
.adminform {
	}
.search  /* used in admin bars - the search text*/
	{ 
	}
.searchform /* defines form for search */
	{
	}
.leftspacer /* amount of space to the left of the header and titles */
	{
	}
.pollresults /* poll result text */
	{
	}
.modnavboxtop  /*navagation bar top of screen where admin buttons show*/
	{ 
	}
.modnavboxtop a,
.modnavboxtop a:link,
.modnavboxtop a:visited,
.modnavboxtop a:active {
	}
.modnavboxtop a:hover {
	}
.modnavboxmid  /*navagation bar middle where the link for the albums show*/
	{ 
	}
.modnavboxmid a,
.modnavboxmid a:link,
.modnavboxmid a:visited,
.modnavboxmid a:active {
	}
.modnavboxmid a:hover {
	}
.modfooter  /*footer where the Gallery version is located*/
	{ 
	}

/* popups */

.popupbody  /* controls the background of popup. */ 
{
    margin: 25px;
    background-color: #EfEfEf;
    font: normal 0.83333em georgia, "times new roman", times, serif;
    color:#000000;
}
	
.popuphead  /* controls the title and background */ 
{
    height: 50px;
    margin: 0px; 
    padding:0px;
    font-size: 200%;
    text-align:center;
    font-weight: bold;
}

.popup /* controls the main text and message body */
{
    padding: 5px;
    margin-bottom: 10px;  
}

.popupform /* controls form textarea */
{
    padding: 2px;
    border: 1px solid #333333;
    background-color: #EfEfEf;
}

#adminbox {
    padding: 2px;
}

#adminbox td {
}

#adminbox {
}
