/*
default.css - OrbPortals Studios Default Theme
This file controls for OrbPortals Studios during off-seasons theme.

Default theme Copyright (C) 1994-Present DTSL Williams

http://www.orbportals.com
*/



BODY { 
	font-family: century gothic,tahoma,verdana,arial;
	font-size: 12pt;
	color: #FFFFFF;
	background-color: #550000 !important;
	margin: 0px;
	}

#latest-news {
   	 height: 337px;
	max-height: 337px;
	width: 590px;
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

#latest-news img {
    	height: 337px;
	width: 590px;
	display: none;
	position: absolute;
	top: 0; left: 0;
	overflow: hidden;
	}


a img {
	border: none;
	}

.staff-login {
    margin-left: 2em;
    }

.image-box {
	display: block;
	padding: 5px 0 5px 0;
	margin: 0;
	border: 1px solid #000;
	}

.image-box img {
	margin: 0 10px 0 0;
	border: none;
	float: left;
	}

.thumb-box {
	display: block;
	padding: 5px 0 5px 0;
	margin: 0;
	}

.thumb-box img {
	margin: 0 10px 0 0;
	border: none;
	float: left;
	border: 5px solid #A79C77;
	}

.thumb-box-right {
	display: block;
	padding: 5px 0 5px 0;
	margin: 0;
	}

.thumb-box-right img {
	margin: 0 0 0 10px;
	border: none;
	float: right;
    border: 5px solid #A79C77;
	}

.thumb-box .bytag {
	font-style: italic;
	margin: 0px;
	padding: 0px;
	display: block;
	font-size: 11px;
	}
	
.thumb-box .specials {
	margin-top: 28px;
	margin-bottom: 26px;
	padding: 0px;
	display: block;
	font-size: 12px;
	}	
	
.thumb-box-right .bytag {
	font-style: italic;
	margin: 0px;
	padding: 0px;
	display: block;
	font-size: 10px;
	}
	
.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignleft {
	float: left
	}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.spotlight {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	}	  

.entry img  {
    padding: 0;
    border: 1px solid #000;
    }
	
.post-head img {border: 5px solid #A79C77;}
.post-foot img{ border: 0;}
