html, body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	height: 100%;
}

body 
{ 
	background-image: url(../images/background.png);
	font-size: 1.25em;
}

a
{
	color: #8D1700;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #8D1700;
	font-weight: bold;
	text-decoration: underline;
}

#wrapper
{
	margin: 0 auto;
	width: 975px;
	background-image: url(../images/background_content.png);
	background-repeat: repeat-y;
	min-height: 100%;
}

#logo
{
	position: absolute;
	top: 0;
	left: 50%;
	margin-top: 175px;
	margin-left: -510px;	
	width: 260px;
	z-index: 2;
	text-align: right;
	font-size: x-small;
	color: #FFFFFF;	
}

#logo img
{
	width: 260px;
	height: 55px;
	border: 0;
	margin: 0px 0px -5px 0px;
}

#logo a
{
	color: #FFFFFF;	
	text-decoration: underline;
}


#content
{
	float: right;
	width: 620px;
	margin: 0px 53px 0px 0px;
	padding: 10px 10px 10px 10px;
}

.clr
{
	clear: both;
}

/* CSS for search */
#searchform
{
	width: 230px;
}

#search_criteria
{
	margin: 5px 5px 5px 0px;
	padding: 5px 5px 5px 5px;
	width: 120px;
	border: 1px solid #000000;	
}

#search_button
{
	margin: 5px 5px 5px 5px;
	border: 1px solid #000000;
	width: 64px;
	height: 25px;	
}

#search_results
{
 margin: 0 auto;
 width: 500px; 
}

#search_results .header
{
	font-size: 1.25em;
	font-weight: bold;
}

/* CSS for the menu on the left */
#menu
{
	float: left;
	margin: 0px 0px 0px 16px;
	width: 230px;
}

#menu a
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover
{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

#menu a.redlink
{
	color: #8D1700;
}

#menu a.redlink:hover
{
	color: #8D1700;
}

#menu p
{
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.submenu
{
	display: block;
	background-color: #FFFFFF;
	padding: 5px 0px 5px 10px;
}

.submenu img
{
	margin: 0px 0px 2px -10px;
	padding: 0px 0px 0px 0px;
}

.submenu .partner
{
	border: 1px solid gray;
	margin: 0px 0px 2px -8px;
}

.year
{
	display: block;
	font-size: 1em;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.daily_hottie
{
	display: block;
	font-size: xx-small;
	text-align: center;
	margin: 10px 0px 10px -10px;
}

.daily_hottie img
{
	border: 1px solid gray;	
}

#trafficholder
{
	margin: 10px 0px 0px 55px;
}

/* CSS for posts */
#posts
{
	width: 550px;
	margin: 0 auto;
}

#posts h2
{
	font-size: 1.10em;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	color: #8D1700;
}

.post_left, .post_right, .post
{
	float: left;
	width: 245px;
	margin: 0px 0px 10px 0px;
}

.post_right 
{
	float: right;
}

.post
{
	float: none;
}

.image
{
	width: 225px;
	border: 1px solid #AFAFAF;
	padding: 5px 5px 5px 5px;
}

.post_left .image img, .post_right .image img, .post .image img
{
	display: block;
	border: 0;
	width: 225px;
	height: 225px;
}

.post_left .post_footer, .post_right .post_footer, .post .post_footer
{
	color: #AFAFAF;
	font-weight: bold;
	text-align: left;
	font-size: x-small;
	margin: 10px 0px 0px 0px;
}

.tags_label
{
	float: left;
	width: 35px;
}

.tags
{
	float: left;
	width: 110px;
}

.date
{
	float: right;
	width: 90px;
}

.divider
{
	margin: 0 auto;
	width: 75%;
	padding: 0px 0px 0px 0px;
	margin-top: 4px;
	margin-bottom: 4px;		
	border-top: 1px solid #C8C8C8;
}

/* CSS for forms */
form
{
 margin: 0 auto;
 width: 100%; 
}

form fieldset
{
	width: auto;
	border-width: 0px;
	margin: 5px 0px 5px 0px;
	padding: 5px 5px 5px 5px;
}

form label, form input
{
	display: block;
	float: left;	
}

#postform select
{
	width: auto;
}

form checkbox
{
	margin-left: 0;
}

form label, form input, form select, form textarea, .error, form span.align_label
{
	width: 240px;
}

form #sec_img
{
	display: block;
	margin: 5px 0px 5px 242px;
	float: left;	
}

form label
{
	float: left;
	margin-right: 2px;
}

form br
{
	clear: left;
}

form div.formfields
{
 float: left;
 text-align: left;
 margin: 15px 0px 5px 0px;
}

form div.buttons
{
	margin-top: 25px;
}

form div.buttons input
{
 float: right;
 text-align: center;
 font-size: x-small;
 padding: 2px 2px 2px 2px;
}

form div.error
{
 margin-left: 240px;
 font-size: x-small;
 text-align: left;
 font-weight: bold;
 color: #FF0000;
 padding: 5px 0px 5px 0px;
}

/* CSS for galleries */
#owngalleries
{
	margin: 0 auto;
	width: 100%; 
}

#owngalleries br
{
	clear: both;
}

#owngalleries .gallery_item
{
	float: left;
	display: block;
	border: 1px solid gray;
	padding: 6px 6px 6px 6px;
	margin: 0px 5px 10px 5px;
}

#owngalleries .gallery_item img
{
	border: 0;
}

#gallery
{
	background-color: #FFFFFF;
	text-align: center;
}

#gallery p
{
	display: block;
	margin: 0 auto;
	width: 400px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	font-style: italic;
}

#gallery img
{
	border: 1px solid #DADADA;
}

#gallery .small
{
	font-size: x-small;
	margin: 20px 0px 20px 0px;
}

#gallery .small .recip
{
	display: inline-block;
	width: 110px;
	border: 1px solid #DADADA;
	font-size: 14px;
	margin: 10px 5px 0px 5px;
	padding: 15px 5px 15px 5px;
	vertical-align: top;
}

#gallery .small .recip a
{
	font-size: 14px;
}

#gallery .small img
{
	display: inline-block;
	margin: 10px 5px 0px 5px;
	vertical-align: text-bottom;
}

#gallery a
{
	font-size: 1.75em;
	font-weight: bold;
	color: #8D1700;
}

.gallery
{
	padding: 5px 5px 5px 5px;
	margin: 10px 20px 10px 20px;
	border: 1px solid #DADADA;
	text-align: center;
}

.gallery img
{
	margin: 5px 5px 5px 5px;
	border: 1px solid #DADADA;
}

#gallery_wrapper
{
	margin: 0 auto;
	width: 850px;
	background-image: url(../images/background_gallery.png);
}

#gallery_content
{
	width: 780px;
	margin: 0px 35px 0px 35px;
	background-color: #FFFFFF;
	text-align: center;
}

#gallery_content img
{
	border: 1px solid #DADADA;
}

#gallery_content a
{
	font-size: x-large;
	font-weight: bold;
	color: #8D1700;
}

#gallery_header
{
	width: 826px;
	margin: 0px 12px 0px 12px;
	border: 0;
}

#gallery_footer
{
	width: 826px;
	height: 44px;
	background-image: url(../images/footer_gallery.png);
	margin: 0px 12px 0px 12px;
	text-align: center;
}

#gallery_footer a
{
	position: relative;
	top: 26px;
	color: #FFFFFF;
	font-weight: bold;
}

#gallery h1
{
	font-size: 1.55em;
	color: #8D1700;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

/* CSS for TGP */
#tgp
{
	background-color: #007995;
	background-image: none;
}

#tgp #wrapper
{
	width: 930px;
	background-color: #FFFFFF;
	text-align: center;
	background-image: none;
}

#tgp img
{
	border: 1px solid #DADADA;
}

#tgp #gallery h1
{
	font-size: 2em;
	color: #000000;
}

/* CSS for page navigation */
#page_nav
{
	margin: 0 auto;
	text-align: center;
	margin-top: 10px;
}

#page_number
{
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
	color: #AFAFAF;
	font-weight: bold;
	font-size: x-small;
}

/* CSS for 2257 */
#2257
{
 margin: 0 auto;
 width: 500px; 
}

/* CSS for contact */
#contact
{
 margin: 0 auto;
 width: 500px; 
}

/* CSS for referrers */
#referrer
{
 margin: 0 auto;
 width: 500px; 
}

#referrer table
{
	width: 100%;
	border: 0;
}

/* CSS for error pages */
#error
{
 margin: 0 auto;
 width: 500px; 
}

#error img
{
 margin: 25px 0px 0px 0px;
 border: 1px solid #000000;
}

/* CSS for rss */
.rss
{
	background-image: url(../images/rss.png);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 19px;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
 display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
.sIFR-hasFlash form fieldset legend
{
 width: 50%;
 font-size: 2em;
 margin-left: -10px; 
}

.sIFR-hasFlash h1 {
	font-size: 2em;
	color: #8D1700;
}

.sIFR-hasFlash h2 {
	font-size: 1.10em;
	color: #8D1700;
}

.sIFR-hasFlash h3 {
	font-size: 1.25em;
	color: #8D1700;
}

.sIFR-hasFlash #gallery h1 {
	font-size: 1.55em;
	color: #8D1700;
}