/****** 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;
	text-decoration: none;
}
a:hover { /* The style of the links when they're hovered over */
	color: #FFFFFF;
	text-decoration:none;
}
body {
	background-image: url(/images/site-background.gif); /* Site background image */
	background-attachment:fixed;
}
.main-table {
		background-color:#ADC8E2; /* Middle table background image table-background.gif */
}
.live-preview {
	background-color:#FA7292; /*background color for table at top of live preview if no image is shown */
}
.live-preview-heading {
	color:#FFFFFF; /* Color of the layout name displayed in the top frame of the live preview */
	background-image: none;
}
.leftpanel { /* The background & border color of the left panel */
	background-color:#417CB9;
	border-right:4px solid #FFFFFF;
}
.rightpanel { /* The background & border color of the right panel */
	background-color:#ADC8E2;
	border-left:4px solid #FFFFFF;
}
.page-border { /* The page border style and color */
	border:6px solid #FFFFFF;
}
.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 #417Cb9;
	background-color:#ADC8E2;
	font-weight:bold;
	font-size:18px;
	line-height:30px;
	width:590px;
	text-align:left;
	padding-left:5px;
}
.page-heading a:link, a:active, a:visited  {
color:#FFFFFF;
}
.page-heading a:hover {
color:#000000;
}
.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:#ADC8E2;
	border:4px solid #FFFFFF;
	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:9px;
	background-color:#none;
	border:1px solid #FFFFFF;
	text-align:left;
	background-color:#417CB9;
}
.preview-buttons { /* On the view layout page, these are the 'view live preview' and 'view large preview' buttons  */
	color:#FFFFFF;
	background-color:#ADC8E2;
	border:2px solid #417CB9;
	font-weight:bold;
	font-size:12px;
	width:140px;
	text-align:left;
}
.preview-buttons a:link, a:active, a:visited  {
color:#FFFFFF;
}
.preview-buttons a:hover {
color:#417CB9;
}
.pagination { /* The pagination is the next / previous links found on the layout categories  */
	font-weight:bold;
	font-size:18px;
	line-height:30px;
	color:#FFFFFF;
	background-color:#417CB9;
	border:4px solid #FFFFFF;
	width:590px;
	height:30px;
	text-align:center;
	padding-left:5px;
	margin-bottom:3px;
}
.imgborder { /* The color and style of the border around the layouts */
	border: 5px solid #417CB9;
}
A:hover .imgborder, A:active .imgborder { /* The color and style of the border around the layouts when they're hovered over */
	border: 5px 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:#FFFFFF;
	background-repeat:repeat;
	border:4px solid #FFE1E8;
	font-size:14px;
	color:#FA7292;
	vertical-align:middle;
	font-weight:bold;
}

/*Navigation*/
.buttons a, .buttons a:visited { /* The left navigation links */
	color: #FFFFFF;
	background-color: #417CB9;
	border-bottom: 1px solid #FFFFFF;
	font: 12px Arial, sans-serif;
	padding: 6px;
	padding-left: 3px;
	display: block;
	width:177px;
	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: #ADC8E2;
	display: block;
	text-decoration: none;
}
.nav-headings { /* The font and background colors of the headings in the left navigation */
	background-color: #ADC8E2;
	border:2px dashed #FFFFFF;
	color:#FFFFFF;
	font-size:14px;
	height:30px;
}
/****** Home Page ******/
.news-date { /* Color and style of the date used in the news */
	color:#FFFFFF;
	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;
}