/* @group standard */

* {
	margin: 0;
	padding: 0;
}

body {
	font: .825em/1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #3f3f3f;
	padding: 0 0 25px;
	margin: 0;
	background-color: #fff;
}

p {
	padding-bottom: 2px;
	padding-top: 2px;
}

.standard {
	padding-right: 15px;
	padding-left: 15px;
}

form.standard {
	padding-right: 15px;
	padding-left: 15px;
}

img.negativemargin {
	margin-left: -15px;
	padding-bottom: 15px;
}

p.thumbnails img {
	padding-left: 15px;
	padding-top: 15px;
}

img {
	border-width: 0;
}



/* @end */

/* @group structure */

.ninefifty {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

div.header {
	padding: 0;
	height: 46px;
	z-index: 10;
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #4b4b4b;
	background-image: none;
	border-bottom: 5px dashed #d1d1d1;
}

.bigtext {
	padding-top: 50px;
	color: #f5f5f5;
	font-size: 1.5em;
}

.categorylinks {
	padding-left: 7px;
	padding-top: 12px;
	color: #90bde4;
}

.maincontent {
	padding-top: 75px;
	padding-bottom: 75px;
}

.leftpanel {
	width: 600px;
}

.rightpanel {
	width: 300px;
}

p.leader {
	padding-left: 15px;
	font-size: 1.2em;
}



/* @end */

/* @group Headings */

h1, .h1 {
	margin-top: 2px;
	margin-bottom: 5px;
	padding: 0 0 0 15px;
	font: normal normal 1.8em/1.2em Georgia, "Times New Roman", Times, serif;
	color: #000;
}

h2, .h2 {
	margin-top: 16px;
	margin-bottom: 8px;
	font: normal normal 1.5em Georgia, "Times New Roman", Times, serif;
	color: #000;
}

h3, .h3 {
	margin-top: 12px;
	margin-bottom: 6px;
	font: normal normal 1.4em Georgia, "Times New Roman", Times, serif;
	color: #000;
}

h4, .h4 {
	margin-top: 8px;
	margin-bottom: 4px;
	color: #000;
	font-weight: normal;
	font-style: normal;
	font-size: 1.1em;
}

h5, .h5 {
	margin-top: 6px;
	margin-bottom: 3px;
	color: #000;
	font-size: 1em;
}

h6, .h6 {
	margin-top: 5px;
	margin-bottom: 2px;
	color: #000;
	font-size: .9em;
}



/* @end */

/* @group forms */

form {
	padding: 5px;
	font: .9em Verdana, Arial, Helvetica, sans-serif;
}

input, select {
	margin-top: 5px;
	margin-bottom: 5px;
}

input.commentinput {
	width: 200px;
}

textarea {
	font: .825em/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #373737;
}

label {
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
	clear: both;
}

#login {
	padding-left: 20px;
}

.loginformdiv {
	width: 490px;
	height: 40px;
}

#login label {
	float: left;
	width: 100px;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
	clear: both;
	margin: 0;
}

#register input {
	margin: 3px 0 0;
	padding: 0;
}

#register {
	padding-left: 20px;
}

.registerformdiv {
	width: 680px;
	height: 40px;
}

#register input {
	margin: 3px 0 0;
	padding: 0;
}

select.navmenu {
	width: 240px;
}

#qanda label {
	float: left;
	width: 70px;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
	clear: both;
}

#statusupdateform {
	background-color: #ededed;
}

#commentform label {
	float: left;
	width: 70px;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
	clear: both;
}



/* @end */

/* @group padding */

.padded {
	padding: 15px;
}

.paddedtop {
	padding-top: 15px;
}

.paddedright {
	padding-right: 15px;
}

.paddedbottom {
	padding-bottom: 15px;
}

.paddedleft {
	padding-left: 15px;
}

.paddedtopabit {
	padding-top: 10px;
}

.paddedtop25 {
	padding-top: 25px;
}



/* @end */

/* @group links */

a, a:visited {
	text-decoration: none;
	color: #465a97;
	background-color: #fef9bf;
}

a:hover {
	text-decoration: underline;
}

.notshown a, .notshown a:visited {
	color: silver;
}

a.nounderline, a.nounderline:visited {
	text-decoration: none;
}

.categorylinks a, .categorylinks a:visited {
	text-decoration: none;
	color: #fff;
	padding-right: 8px;
	padding-left: 8px;
	background-color: transparent;
}

.categorylinks a:hover, .categorylinks a.selected {
	color: #ff843e;
	text-decoration: none;
}

.categorylinks a.selected, .categorylinks a.selected:visited {
	color: #ff5b16;
}



/* @end */

/* @group Misc */

.bookmarks img {
	margin-bottom: -3px;
}

p.selected, .highlighted {
	background-color: #f5ff5d;
}

.lightgreybg {
	background-color: #f9f9f9;
}

.greybg {
	background-color: #d6d6d6;
}

.cl {
	background-color: #f5f5f5;
	padding-bottom: 5px;
}

.found {
	background-color: yellow;
}

img.icon {
	margin-right: 3px;
	margin-bottom: -4px;
}

.whitebg {
	background-color: #fff;
}

.err {
	color: #ff5b16;
}

.bluebg {
	background-color: #56b6e6;
}

.dark {
	background-color: #dedede;
}

.light {
	background-color: #f5f5f5;
}

.awhileago {
	font-size: .7em;
	color: #818181;
}

.whitebg {
	background-color: white;
}



/* @end */

/* @group borders */

p.bordertop {
	border-top: 1px solid gray;
}

.greybordertop {
	border-top: 1px solid gray;
}



/* @end */

/* @group lists */

ul {
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	list-style-position: inside;
}

ul.standard {
	margin-left: 0;
	padding-left: 2em;
	text-indent: -1em;
	list-style-position: inside;
}



/* @end */

/* @group Gallery */

img.gallerythumb {
	padding-left: 15px;
	padding-top: 15px;
}

div#thumbscontainer {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
}

div#gallerythumbs {
	color: #fff;
	overflow: auto;
	height: 100px;
}

div#gallerythumbs img {
	cursor: pointer;
}

div#gallerythumbs a, div#gallerythumbs a:visited {
	color: white;
}

div#gallerythumbs img {
	border: 0 solid #e5e5e5;
}




/* @end */

/* @group Tables */

table.calendar {
	border-collapse: collapse;
}

table.calendar td {
	border: 1px solid silver;
	width: 35px;
	padding-top: 3px;
	padding-bottom: 3px;
}

table.calendar th {
	background-color: #dbdbdb;
	border: 1px solid silver;
}

td {
	padding-right: 3px;
	padding-left: 3px;
}



/* @end */

/* @group Login */

#logindiv {
	top: 40px;
	position: absolute;
	width: 100%;
}

#registerdiv {
	top: 40px;
	position: absolute;
	width: 100%;
}



/* @end */

/* @group Listings */

.overview {
	width: 400px;
}

.thumbnail {
	padding-top: 25px;
}

.comment {
	border: 1px solid #fff;
}

.comment:hover {
	background: url(/images/system/edit.jpg) no-repeat right 1px;
	cursor: pointer;
	border: 1px solid #e5e5e5;
}

.disclaimer {
	font: italic .9em Georgia, "Times New Roman", Times, serif;
}



/* @end */

/* @group Footer */

#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
}

.footer {
	padding-top: 10px;
	padding-bottom: 5px;
}

div#footer a, div#footer a:visited {
	color: #8192ff;
	text-decoration: none;
}

div#footer a:hover {
	color: #9ed9ea;
}

div.footer a, div.footer a:visited {
	color: #6c6c6c;
	text-decoration: none;
}

div.footer a:hover {
	color: #6cc4f1;
}

.semitransparent {
	opacity: 0.75;
	background-color: #cbcbcb;
	filter:alpha(opacity=75);
}



/* @end */
