/**
 * <<<<<<<<<<<< DragonFusion ~ The Website and Forum engine >>>>>>>>>>>>
 *
 * CSS for Nova skin.
 *
 * Skin:    Nova
 * Author:  Max Waterman
 * Version: v0.1
 */
 
/* General CSS */
body {
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0;
	background: #EEE;
}

h1 { font: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 24px; color: #0C6; margin: 0; padding: 2px; }
h3 { margin: 0; }
p, pre { font-size: 12px; margin: 0; padding: 0; }

a { font-size: 12px; text-decoration: none; color: #333; }
a:hover { color: #CA0; }
a img { border: none; }

/* Table CSS */
table { border-collapse: collapse; width: 100%; }
th { text-align: left; }
th, td { padding: 2px; }
.roweven { background-color: #EEE; }

/* Framework CSS */
#framework { width: 960px; margin: 0 auto; padding: 0 20px; background: url(backdrop.png) top center repeat-y; }
#framework_banner, #framework_footer { width: 100%; }
#framework_banner, #framework_footer, #framework_content, #framework_footer { clear: both; }
#framework_leftside, #framework_lefttop, #framework_center { float: left; }
#framework_righttop { float: right; }
#framework_leftside { width: 170px; }
#framework_lefttop, #framework_righttop { width: 395px; }
#framework_center { width: 790px; }

/* Banner CSS */
.banner { background: url(banner.png) no-repeat; height: 180px; }

/* WindowObject CSS */
.windowobject { padding: 4px; margin: 0; }
.windowobject, .windowobject_caption, .windowobject_content { clear: both; }
.windowobject_captionleft, .windowobject_captiontitle, .windowobject_captionnocol, .windowobject_captionright { float: left; }
.windowobject_caption { padding: 0 31px 0 12px; height: 22px; }
.windowobject_captionleft, .windowobject_captionright { height: 22px; width: 12px; }
.windowobject_captionleft { position: relative; left: -12px; margin-right: -12px; background: url(caption_left.png) no-repeat; }
.windowobject_captiontitle { width: 100%; height: 18px; padding-top: 4px; font-size: 11px; font-weight: bold; color: #042; }
.windowobject_captionnocol { width: 11px; height: 16px; padding: 6px 4px 0 4px; margin-right: -19px; }
.windowobject_captionright { position: relative; left: 19px; margin-right: -12px; background: url(caption_right.png) no-repeat; }
.windowobject_content { border: solid 1px #397055; border-top: none; }
.windowobject_captiontitle, .windowobject_captionnocol { background: url(caption_mid.png) repeat-x; }

/* NavigationMenu CSS */
.navigationmenu { list-style: none; margin: 0; padding: 0; line-height: 14px; }
.navigationmenu a { font-size: 10px; }
.navigationmenu ul { list-style: none; padding: 0 0 0 14px; margin: 0; font-size: 10px; font-weight: normal; }
.navigationmenu li { margin: 0; padding: 0; }
.navigationmenu li p { font-size: 11px; font-weight: bold; line-height: 17px; background-color: #CEC  }
.navigationmenu li p img { margin: 0 3px 0 2px; }

/* Download button */
.download { background: #7E7; border: solid 1px #0A0; display: block; padding: 2px; margin-right: 1px; font-weight: bold; width: 96px; text-align: center; float: right; }
.download img { vertical-align: -50%; }
a.download:hover { background: #FD7; border-color: #CA0; color: #630; }

/* Footer CSS */
.footer { background: url(footer.png) repeat-x; height: 16px; padding: 4px 4px 0 0; }
.footer p { font-size: 10px; text-align: right; color: #FFF; }
