/* CSS Reset Code */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}

/* Main Framework Code */
body {
	font-family: Arial, Helvetica, sans-serif;
	background: top center repeat-x rgb(255,150,1) url(../images/theme/dustyred/background_vertical.png);
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	color: rgb(255,255,255);
}

#wrapper,#filling { width: 772px; }
#wrapper {
	margin: 0px auto;
	background: rgb(0,0,0) url(../images/theme/dustyred/background_horizontal.png);
}
#filling {
	background: top no-repeat url(../images/theme/dustyred/background_sidebars.png);
}
#header {
	width: 750px;
	margin: 0px auto;
}
#body {
	width: 702px;
	margin: 0px auto 0px auto;
	padding: 10px 0px 5px 0px;
	clear: both;
	min-height: 280px;
}
#footer{clear:both;width:747px;height:30px;text-align:center;padding:12px 10px 5px 15px;color:#000000;background:top no-repeat rgb(255,150,1) url(../images/theme/dustyred/background_footer.png);}
#footer a{color:#000000;}
#footer .copyright{float:left;text-align:left;}
#footer .extras{float:right;text-align:right;}
#footer img{vertical-align:top;padding:3px 0px 0px 0px;}

/* Menu/Top Bar Code */
#logo { display: inline; float: left; padding: 2px 0px;}
#menu{color:#ffffff;float:right;padding:11px 10px 12px 0px;}
#menu ul{display:inline; margin: 0px;}
#menu ul li{padding:0px 4px 0px 7px;border-left:1px solid #e0e0e0;list-style:none;display:inline;}
#menu ul li.first{border:none;}
#menu a{text-decoration:none;}
#menu a:hover{text-decoration:underline;}

/* Text Formatting Code*/
a{color:#FFFFFF;text-decoration:underline;}
a:hover{text-decoration:none;}
h1, h2, h3, h4, h5, h6 {font-family: Georgia, "Times New Roman", Times, serif;}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {text-decoration: none; color: rgb(255,255,255);}
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {text-decoration: underline; color: rgb(255,255,255);}
h1 {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	font-size: 2em;
	font-variant: small-caps;
}

h2 {
	font-size:1.5em;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
}
p, textarea, input {
	font-family: Arial, Helvetica, sans-serif;
	
	font-size: 1em;
	line-height: 1.45em;
}
p, pre, tt, ul {
	margin: 5px 0px 16px 0px;
}

pre {
	padding: 2px;
	background: #333333;
}

ul{ list-style-type: circle; margin-left: 17px; }
ul ul { margin-top: 0px; margin-bottom: 0px;}

strong { font-weight: bold;}
em { font-style: italic; }
p.footnote { float: left; clear: both; margin-top: 16px; }
div.footnote { margin: 5px 0px 16px 0px;}
.alert { color:#FFFF00; }

#charsLeftContainer { float: left; clear: none; margin: 10px 0px 10px 100px;}

/* Formatting of images */
.inlineBorderRight,.inlineBorderLeft{border:1px solid #FFFFFF;padding:6px;margin:5px;}
.inlineBorderRight{float:right;}
.inlineBorderLeft{float:left;}

/* Blog code */
.date, .poster {
	font-size: 0.93em;
	letter-spacing: 1px;
	vertical-align: middle;

}
.extradetails img {
	vertical-align: middle;
}
.extradetails {
	margin: 5px 0px 15px 0px;
	color:#999999;
}

.newsitem {
	border-bottom: 1px solid #999999;
	margin-bottom: 10px;
	padding-bottom: 20px;
}

/* Portfolio Code */
.portfolio { float: left; clear: both; margin: 10px 0px;}
.portfolio img.closeup { float: left; margin: 0px 10px 8px 0px; }
.portfolio .contents { float: left; width: 580px; margin: 0px 0px 0px 10px; }
.portfolio .screenshots img { margin: 7px 14px 7px 0px; }
.submenu {display:inline; margin: 0px;}
.submenu li{padding:0px 7px 0px 10px;border-left:1px solid #e0e0e0;list-style:none;display:inline;}
.submenu li.first{border:none; padding-left: 0px;}

/* Contact Form Code */
.contactForm { float: left; clear: both; margin: 0px 5px 6px 5px; width: 680px; }
.contactForm label { float: left; display: block; width: 100px; }
.contactForm p { float: left; clear: both; margin: 5px 0px; }
.contactForm p.alert { margin-left: 100px; float: none; }
.contactForm #emailCC { vertical-align: baseline; }
.contactForm #contactSubmit { clear: right; float: right; margin: 10px 0px; }
.contactForm #emailName, .contactForm #emailAddress { width: 250px;}
.contactForm #emailMessage { width: 576px; height: 200px;}

/* Theme Code */
#theme {
	clear: both;
	width: 750px;
	height: 210px;
	background: url(../images/theme/dustyred/header_theme.jpg);
}

/* To alter the theme, change the following backgrounds
body -  vertical gradient outside of page that runs down the screen
#wrapper - horizontal sidebar slice including page background and outside page drop shadows (note sidebar colours must be bottom gradient colour)
#filling - As above but contains the whole gradient from the body and then transitions into the above colour
#theme - graphic at the top of the page
#footer - bottom bar with drop-shadow
*/

