/****** Overall Site Theme ******/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF; /* Font color used throughout the site */
}
a:link, a:active, a:visited { /* The style of the links such as the ones found below the layout screenshots */
	color: #FFFFFF;
	background-color:#6F6C05;
	text-decoration: none;
}
a:hover { /* The style of the links when they're hovered over */
	color: #000000;
	background-color:#009900;
	text-decoration: none;
}
body {
	background-image: url(/images/site-background.gif); /* Site background image */
	background-attachment:fixed;
}
.main-table {
	background-color: #3e1400; /* Middle table background image */
}
.live-preview {
	background-image: url(/images/clear.png); /* Site background image */
	background-color: #3e1400;
}
.live-preview-heading {
	color:#009900; /* Color of the layout name displayed in the top frame of the live preview */
}
.leftpanel { /* The background & border color of the left panel */
	background-color:#B4874C;
	border-right:4px solid #000000;
}
.rightpanel { /* The background & border color of the right panel */
	background-color:#B4874C;
	border-left:4px solid #000000;
}
.page-border { /* The page border style and color */
	border:4px solid #000000;
}
.page-heading { /* The style of the headings found at the top of the pages (click on a layout category for an example)  */
	color:#FFFFFF;
	border:4px solid #ba0e0e;
	background-color:#200609;
	font-weight:bold;
	font-size:18px;
	line-height:30px;
	width:590px;
	text-align:left;
	padding-left:5px;
}
.header { /* Site header, in most cases this won't need to be edited */
	height:110px;
	vertical-align:middle;
}
.footer { /* The style of the footer */
	color:#FFFFFF;
	background-color:#B00000;
	border:4px solid #B00000;
	font-weight:bold;
	font-size:14px;
	line-height:30px;
	text-align:center;
	padding-left:5px;
	height:80px;
}
/****** Layout Section ******/
.small-heading { /* These headings are seen on the view layout page (preview, rate this layout, etc) */
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	background-color:#FB4A00;
	border:4px solid #ba0e0e;
	text-align:left;
	background-color:#200609;
}
.preview-buttons { /* On the view layout page, these are the 'view live preview' and 'view large preview' buttons  */
	color:#000000;
	background-color:#FB4A00;
	border:4px solid #ba0e0e;
	font-weight:bold;
	font-size:12px;
	width:140px;
	text-align:left;
}
.pagination { /* The pagination is the next / previous links found on the layout categories  */
	font-weight:bold;
	font-size:18px;
	line-height:30px;
	color:#000000;
	background-color:#FB4A00;
	border:4px solid #ba0e0e;
	width:590px;
	height:30px;
	text-align:center;
	padding-left:5px;
}
.imgborder { /* The color and style of the border around the layouts */
	border: 2px solid #97384E;
}
A:hover .imgborder, A:active .imgborder { /* The color and style of the border around the layouts when they're hovered over */
	border: 3px solid #97384E;
}
/****** Codes & Generators ******/
.codes-headings { /* In the myspace codes section, these are the headings for the different code sections (myspace text tweaks, image tweaks, etc) */
	background-color:#200609;
	background-repeat:repeat;
	border:4px solid #ba0e0e;
	font-size:14px;
	color:#FFFFFF;
	vertical-align:middle;
	font-weight:bold;
}

/*Navigation*/
.buttons a, .buttons a:visited { /* The left navigation links */
	color: #FFFFFF;
	background-color: #7B0B00;
	border-bottom: 1px solid #FFFFFF;
	font: 12px Arial, sans-serif;
	padding: 6px;
	padding-left: 3px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}
.buttons a:hover { /* The left navigation links when they're hovered over */
	color: #FFFFFF;
	background-color: #B4874C;
	display: block;
	text-decoration: none;
}
.nav-headings { /* The font and background colors of the headings in the left navigation */
	color:#FFFFFF;
	background-color:#9b3750;
	font-size:12px;
	height:20px;
}
/****** Graphics Section ******/
.graphics-pagination { /* The next / previous links found in the graphics section */
	color:#FFFFFF;
	background-color:#000000;
	border:4px solid #ba0e0e;
	font-weight:bold;
	font-size:12px;
	line-height:30px;
	width:560px;
	text-align:left;
	padding-left:5px;
}
/****** Home Page ******/
.news-date { /* Color and style of the date used in the news */
	color:#0F3201;
	font-weight:bold;
}.news-text { /* Color and style of the news post */
	color:#FFFFFF;
}
/****** Miscellaneous ******/
h1{
	padding:0px;
	margin:0px;
	font-size:18px;
	color:#FFFFFF;
}
.capitalize {
	text-transform:capitalize;
}
