/*  Author: Matt Perry
	Copyright: 2009 Sky 1 Technologies
	Author Website: www.sky1tech.com
	Developed on: November 3, 2009
	Nottingham Color Pallette:
	Metallic Red: #202  #872434
	Charcoal: #131313
	text white: #cccccc
*/

html, body {height:100%; width: 100%; margin: 0; padding: 0;}
body {
	color: #ccc; 
	background: #0E0C17 url(../images/cellar.jpg) top left repeat-y;   /*  Main Background Image  */
	background-attachment: fixed;
}
p {font-size:12px;}
.nottingham {background: #131313; margin: 30px 0 0 0;}
.content-bg {
	background: none;   /*  Background Image, Behind Text - 
	replace "none" with "url(../images/image-name-here.jpg) repeat-y;" */
	background-attachment: fixed;  
}
.sidebar {padding:0 0 0 25px;}
.sidebar-right {padding:0 25px 0 0;}
.content { padding:30px 0 10px 0; font-family: Verdana, Calibri; font-size: 14px; line-height: 28px; text-align: justify; color: #ccc; }
.menu {text-align: center; vertical-align:middle; font-family: Verdana, Calibri; font-size: 13px;}
.menu-shade {background:#353435;}
.menu-shade a, .menu-top a, .menu-bottom a {color: #ccc; text-decoration: none;}
.menu-shade a:hover, .menu-top a:hover, .menu-bottom a:hover {color: #fff;}
.menu-top {background: #353435 url(../images/menu-top.gif) right no-repeat;}
.menu-bottom {background: #353435 url(../images/menu-bottom.gif) left no-repeat;}
.menu-black {background: #000; color: #353435;}
.menu-black a {color: #555; text-decoration: none;}
.menu-black a:hover {color: #CCC;}
.red {color: #872434; font-weight: bold;}
.red a {color: #872434; text-decoration: none; }
.red a:hover {color: #fff; }
.copyright {text-align:left; padding:0 0 0 25px;}

.credit {color: #353435; font-family: Verdana, Calibri; font-size: 13px; text-align:right; padding: 0 25px 0 0;}

.credit a.design {color: #353435; text-decoration:none; display:inline;}
.credit a.design:hover {color:#353435; text-decoration:none; display:inline;}
.credit a.sky1 {color:#555; text-decoration:none;}
.credit a.sky1:hover {color:#73433d; text-decoration:none; display:inline;}