/****** Overall Site Theme ******/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #262509; /* 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: #262509;
	background-color:;
	text-decoration: none;
}
a:hover { /* The style of the links when they're hovered over */
	color: #000000;
	background-color:#BE9649;
	text-decoration: none;
}
body {
background-color:#C9A659;

	background-image: url(/images/2dqixsi.png); /* Site background image */
	background-position:center center;
	background-attachment:fixed;
}
.main-table {background-color:#C9A659;
	background-image: url(); /* Middle table background image */
}
.live-preview {
	background-image: url(/images/table-background.gif); /* Background image displayed in the top frame of the live preview */
}
.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:#C9A659;;
	border-right:0px solid #000000;
}
.rightpanel { /* The background & border color of the right panel */
	background-color:#C9A659;
	border-left:0px solid #000000;
}
.page-border { /* The page border style and color */
	border:0px 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:2px solid #262509;
	background-color:#8B843C;
	font-weight:bold;
	font-size:18px;
	line-height:30px;
	width:590px;
	text-align:left;
	padding-left:5px;
}
.page-heading h1 { /* The color of the text in the page headings where header 1 tags are used */
	color:#FFFFFF;
	font-size:18px;
	padding:0px;
	margin:0px;
	text-transform:capitalize;
}
.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:#8B843C;
	border:0px solid #ba0e0e;
	font-weight:bold;
	font-size:18px;
	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:#000000;
	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:#009900;
	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  */
	color:#FFFFFF;
	border:2px solid #262509;
	background-color:#8B843C;
	font-weight:bold;
	font-size:18px;
	line-height:30px;
	width:590px;
	height:30px;
	text-align:center;
	padding-left:5px;
}
.imgborder { /* The color and style of the border around the layouts */
	border: 3px solid #9D141C;
}
A:hover .imgborder, A:active .imgborder { /* The color and style of the border around the layouts when they're hovered over */
	border: 3px solid #FFFFFF;
}
/****** 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:#9D141C;
	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: #262509;
	background-color: #8B843C;
	border-bottom: 1px solid #4c3c20;
	font: 12px Arial, sans-serif;
	padding: 6px;
	padding-left: 3px;
	display: block;
	/*width:177px;*/
	width:95%;
	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: #4C0201;
	display: block;
	text-decoration: none;
}
.nav-headings { /* The font and background colors of the headings in the left navigation */
	color:#ffffff;
	background-color:#262509;
	font-size:12px;
	height:20px;
}
/****** Graphics Section ******/
.graphics-pagination { /* The next / previous links found in the graphics section */
	color:#000000;
	background-color:#B88689;
	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 {
	color:#000000;
	font-size:16px;
	padding:0px;
	margin:0px;
}
.capitalize {
	text-transform:capitalize;
}