/****** Overall Site Theme ******/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000; /* 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: #454545;
	text-decoration: none;
}
a:hover { /* The style of the links when they're hovered over */
	color: #999999;
	text-decoration:none;
}
body {
	background-image: url(/images/site-background.gif); /* Site background image */
	background-attachment:fixed;
}
.main-table {
		background-color:#FFFFFF; /* Middle table background image table-background.gif */
}
.live-preview {
	background-color: #000000; /*background color for table at top of live preview if no image is shown */
	color:#FFFFFF;
}
.live-preview a:link, .live-preview a:active, .live-preview a:visited  {
color:#FFFFFF;
}
.live-preview a:hover {
color:#FD519A;
}
.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:#DBDBDB;
	border-right:1px solid #FFFFFF;
}
.rightpanel { /* The background & border color of the right panel */
	background-color:#DBDBDB;
	border-left:1px solid #FFFFFF;
}
.page-border { /* The page border style and color */
	border:8px solid #000000;
	border-spacing:10px;
}
.page-heading { /* The style of the headings found at the top of the pages (click on a layout category for an example)  */
	color:#000000;
	border:2px solid #000000;
	background-image: url(/images/silver-gradient.gif);
	font-weight:bold;
	font-size:16px;
	line-height:30px;
	width:590px;
	text-align:left;
	padding-left:5px;
}
.page-heading a:link, .page-heading a:active, .page-heading 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:#000000;
	background-color:#FFFFFF;
	border:3px solid #000000;
	font-weight:bold;
	font-size:18px;
	line-height:30px;
	text-align:center;
	padding-left:5px;
	height:100px;
}
/****** Layout Section ******/
.small-heading { /* These headings are seen on the view layout page (preview, rate this layout, etc) */
	color:#000000;
	font-weight:bold;
	font-size:12px;
	background-image: url(/images/silver-gradient.gif);
	border:1px solid #999999;
	text-align:left;
}
.small-heading a:link, .small-heading a:active, .small-heading a:visited  {
color:#FFFFFF;
}
.small-heading a:hover {
color:#000000;
}
.preview-buttons { /* On the view layout page, these are the 'view live preview' and 'view large preview' buttons  */
	color:#000000;
	background-color:#CCCCCC;
	border:2px solid #000000;
	font-weight:bold;
	font-size:12px;
	width:140px;
	text-align:left;
}
.preview-buttons a:link, .preview-buttons a:active, .preview-buttons a:visited  {
color:#000000;
}
.preview-buttons a:hover {
color:#FFFFFF;
text-decoration:blink;
}
.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:#CCCCCC;
	border:3px solid #000000;
	width:590px;
	height:30px;
	text-align:center;
	padding-left:5px;
}
.pagination a:link, .pagination a:active, .pagination a:visited  {
color:#FFFFFF;
}
.pagination a:hover {
color:#000000;
}
.imgborder { /* The color and style of the border around the layouts */
	border: 5px solid #000000;
}
A:hover .imgborder, A:active .imgborder { /* The color and style of the border around the layouts when they're hovered over */
	border: 5px solid #CCCCCC;
}
/****** 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:#000000;
	vertical-align:middle;
	font-weight:bold;
}

/*Navigation*/
.buttons a, .buttons a:visited { /* The left navigation links */
	color: #FFFFFF;
	background-color: #000000;
	border-bottom: 1px solid #FFFFFF;
	font: 12px Arial, sans-serif;
	padding: 6px;
	padding-left: 3px;
	display: block;
	width:185px;
	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: #454545;
	display: block;
	text-decoration: none;
}
.nav-headings { /* The font and background colors of the headings in the left navigation */
	color:#000000;
	background-image: url(/images/silver-gradient.gif);
	font-size:14px;
	height:26px;
	border:4px;
	border-color:#000000;
	padding-left:4px;
}
/****** Home Page ******/
.news-date { /* Color and style of the date used in the news */
	color:#999999;
	font-weight:bold;
}.news-text { /* Color and style of the news post */
	color:#000000;
}
.layouttext { /* The color of the layout titles */
color:#000000;
text-transform:capitalize;
}
.layouttext a:link, .layouttext a:visited { /* The color of the layout titles when visited */
color:#454545;
}
.layouttext a:hover { /* The color of the layout titles when hovered over */
color:#FFFFFF;
background-color:#000000;
}
/****** Miscellaneous ******/
h1{
	padding:0px;
	margin:0px;
	font-size:18px;
	color:#FFFFFF;
}
.capitalize {
	text-transform:capitalize;
}