body {
	margin: 0px;
	padding: 0px;
	background: #333333 url(/images/background.gif);
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #000000;
}
ul {
	list-style: none outside;
}
li {
	padding-bottom: 10px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
h2 {
	color: #000000;
	text-decoration: none;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 12px;
	color: #333;
	margin-top: -5px;
}
a:link {
	color: #CC0000;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: none;
}


/* Classes */

#feed {
	padding: 10px;
}
#feed ul {
	padding: 0px;
	margin: 0px;
}
#feed li {
	margin: 10px 0px;
	padding: 0px;
}
.small_text {
	font-size: 10px;
	line-height: 14px;
	color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.small_text img {
	border: 0px;
}
.caption {
	font-size: 10px;
	line-height: 14px;
	color: #333333;
	text-align: center;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
.spaced {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	text-decoration: none;
	letter-spacing: 5px;
}
.small_textWhite {
	font-size: 10px;
	line-height: 14px;
	color: #FFFFFF;
	background-position: center top;
}
.byline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	text-decoration: none;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
}
.pad15 {
	padding: 15px;
}
.dotted {
	padding: 10px;
	border: 1px dotted #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
}
.small_textLeft {
	font-size: 10px;
	line-height: 14px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.rss_item
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-top: 3px;
	list-style-type: none;
	text-indent: -25px;
	text-transform: inherit;
}
.rss_date {
	font-size: 10px;
	line-height: 14px;
	color: #666666;
}

/* Editorial Database */

.dbtable {
	width: 100%;
}

.dbtable td {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px dotted #333333;
	vertical-align: top;
}

th {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px dotted #333333;
	vertical-align: top;
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #CC0000;
}

.db_edit_add {
	vertical-align: top;
	padding: 10px;
}
.db_article_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	text-transform: capitalize;
}
.db_article_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	padding-left: 20px;
	}
	
.alignleft {
	float: left
	}
.sidebar {
	font: 10px Arial, Helvetica, sans-serif;
	width: 200px;
	padding: 10px;
	margin: 0px 10px 10px 0px;
	background-color: #ECECEC;
	float: left;
	display: inline;
}
.toc {
	padding-top: 10px;
	border-top: 1px dotted #666666;
}
.editor p {
	margin-top: 0px;
}
.red {
	color: #CC0000;
}

/* Navigation Menu */

ul#navigation {
	padding: 0px;
	margin: 0px;
	border: 1px dotted #666;
	border-width: 0px 1px 1px 0px;
	width: 100px;
	overflow: hidden;
}

#navigation li {
	margin: 0px;
	padding: 0px;
}

#navigation li a {
	display: block;
	width: 100px;
	height: 35px;
	text-decoration: none;
	border-top: 1px dotted #666;
}

li#magazine a {
	background: url(/images/magazine.gif) no-repeat;
}
li#magazine a:hover {
	background: url(/images/magazine_over.gif) no-repeat;
}

li#infoshop a {
	background: url(/images/infoshop.gif) no-repeat;
}
li#infoshop a:hover {
	background: url(/images/infoshop_over.gif) no-repeat;
}

li#whatsnew a {
	background: url(/images/whatsnew.gif) no-repeat;
}
li#whatsnew a:hover {
	background: url(/images/whatsnew_over.gif) no-repeat;
}

li#community a {
	background: url(/images/community.gif) no-repeat;
}
li#community a:hover {
	background: url(/images/community_over.gif) no-repeat;
}

li#related a {
	height: 52px;
	background: url(/images/related.gif) no-repeat;
}
li#related a:hover {
	background: url(/images/related_over.gif) no-repeat;
}

li#about a {
	background: url(/images/about.gif) no-repeat;
}
li#about a:hover {
	background: url(/images/about_over.gif) no-repeat;
}

li#contact a {
	background: url(/images/contact.gif) no-repeat;
}
li#contact a:hover {
	background: url(/images/contact_over.gif) no-repeat;
}

ul#navigation ul {
	margin: 0px;
	padding: 0px;
}

ul#magNav li a, ul#relatedLinks li a, ul#aboutNav li a {
	width: auto;
	height: auto;
	font: normal 11px/13px Helvetica, Arial, sans-serif;
	padding: 6px 10px 6px 15px;
	text-decoration: none;
	color: #333;
	background-image: none;
	border: none !important;
}

* html ul#magNav li a, * html ul#relatedLinks li a, * html ul#aboutNav li a {
	height: 1em;
}

ul#magNav li a:hover, ul#relatedLinks li a:hover, ul#aboutNav li a:hover {
	background-color: #ECECEC;
	text-decoration: none;
	color: #000;
	background-image: none;
}

ul#navigation span {
	visibility: hidden;
}



.featuredCell a img {
	border: none;
}
#aa-exposed {
	margin: 10px 0px;
	padding: 0px;
	border: 1px dotted #666666;
}

.endIntro {
	font-size: 14px;
	margin: 15px 0px;
}

.bigger {
	font-size: 16px;
	font-weight: bold;
}

#notice {
	margin: 0px;
	padding: 8px;
	font-weight: bold;
	font-size: 11px;
	line-height: 14x;
	background: #FFFBDE;
	border: 2px solid #FFCC33;
	text-align: center;
}

#noticeHome {
	margin: 0px 0px 15px;
	padding: 0px 15px;
	font-size: 14px;
	line-height: 18x;
	background: #FFFBDE;
	border: 2px solid #FFCC33;
	text-align: left;
}
