@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ff9933;
	background-image: url('images/background.jpg');
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 646px;  /* using 20px less than a full 646px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: 
	padding: 0 10px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */


}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
background: #000000;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-family: Arial;
	font-size: .65em;
	letter-spacing: .2em;
	color: #ffffff;

	
	
}

p {
font-family: Georgia, "Book Antiqua", "Souvenir Lt BT", "Times New Roman", serif;
font-size: .95em;
color: #000000;
text-align:left;
line-height: 1.4em;

}


A:link { color: #FFFFFF;}
A:visited { color: #FFFFFF;}
A:active { color: #FFFFFF;}
A:hover { color: #FFE59F}

h1 {
font-family: Georgia, "Book Antiqua", "Souvenir Lt BT", "Times New Roman", serif;
font-size: 2em;
color: #9A3501;
letter-spacing: 0em
}



h2 {
font-family: Georgia, "Book Antiqua", "Souvenir Lt BT", "Times New Roman", serif;
font-size: 1,4em;
font-weight: bold;
color: #000000;
text-align:left;
line-height: 1em;
}

ul
{
font-size: .8em;
color: #666666;
text-align:left;
line-height: 1.4em;
list-style-type: square;
}

 hr {
  border: 0;
  width: 100%;
   color: #000000;
	background-color: #000000;
	height: 1px;
}




.post-date {
	width: 42px;
	height: 45px;
	float:left;
	background: url(images/calendar.gif) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}




.indentmenu{
font: bold 1em Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #B14B0B; /*dark purple border*/
border-width: 1px 0;
background: black url(images/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #000000; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #B14B0B; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: #0000000;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: #000000 !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(images/indentbg2.gif) center center repeat-x;

}


body	{

}

DIV.phpGallery_title	{
	font: verdana;
	font-size: 50px;
	font-weight: bold;
}

DIV.phpGallery_title a	{
	font-size: 15px;
}

DIV.phpGallery_footer	{

}

DIV.phpGallery_footer a	{

}

table.phpGallery_table	{

}

table.phpGallery_table tr.phpGallery_tr	{
	
}

table.phpGallery_table td.phpGallery_td	{
	text-align: center;
}

table.phpGallery_table td.phpGallery_td a	{

}

table.phpGallery_table td.phpGallery_td img	{
	border: 2px;
	border-style: solid;
}



div.background
  {


  }

div.transbox
  {
  width: 100%;
  height: 180%;
  margin: 0px 0px;
  background-color: #ffffff;
  border: 1px solid black;
  /* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.7;
  }
div.transbox p
  {
  margin: 10px 20px;
  font-weight: bold;
  color: #000000;
  }
  
  
  #sizer { display:none } 