@charset "utf-8";
/* CSS Document */

/* GENERAL.CSS */

/* structure */

#wrap {
	width: 978px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
	background-color: #fff;
}

#main {
	width: 978px;
	margin-top: 15px;
	padding-bottom: 10px;
}	
	
#content {
	width: 784px;
	float: left;
}
	
#sidebar {
	width:154px;
	float: right;
	padding-left: 40px;
}

#footer {
	margin-top: 0px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}

/* style */

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
	color: #333333;
	text-align: center;
	margin-top: 0px;
	background-color: #FFF;
}

h2 {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	font-size: 90%;
	font-weight: bold;
	color: #6B2D2D;
	margin-bottom: -10px;

}

h3 {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	font-size: 125%;
	font-weight: bold;
	margin-bottom: -5px;
}

h4 {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: -10px;
}

p {
	color: #333;
	margin-top: -5px;
}

hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	color: #FFFFFF;
}

a:link {
	color: #990000;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	color: #990000;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #990000;
	font-weight: normal;
	text-decoration: underline;
}

a:active {
	color: #990000;
	font-weight: normal;
	text-decoration: underline;
}

fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* custom */

.align-right {
	text-align: right;
}

.breadcrumbs {
	font-size: 75%;
	line-height: 110%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.byline {
	font-size: 85%;	
	padding-top: 20px;
}

.cloudtag-head {
	font-weight: bold;
}

.cloudtag ul {
	list-style-type: none;
	padding-top: 10px;
	margin-top: 20px;
	margin-bottom: -20px;
}

.cloudtag li {
}

.datatable {
}

.datatable table {
	border-collapse:collapse;
}

.datatable table, td, th {
	border: 1px solid #CCCCCC;
}

.datatable ul {
	margin-left: -30px;
}

#forum-button {
	display: block;
	width: 92px;
	height: 22px;
	background-image: url(/assets/images/forum-button.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#forum-button:hover { 
	background-position: 0 -22px;
}

#forum-button span {
	display: none;
}

#customize-button {
	display: block;
	width: 106px;
	height: 22px;
	background-image: url(/assets/images/customize-button.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#customize-button:hover { 
	background-position: 0 -22px;
}

#customize-button span {
	display: none;
}

.img-caption {
	font-size: 85%;
	line-height: 120%;
}

.img-credit {
	font-size: 67%;
	line-height: 100%;
}

.img-interior {
	margin-top: 20px;
	padding-bottom: 5px;
}

.indent {
	margin-left: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.indent a:link {
	color: #990000;
	text-decoration: none;
	font-weight: normal;
}

.indent a:visited {
	color: #990000;
	text-decoration: none;
	font-weight: normal;
}

.indent a:hover {
	color: #990000;
	text-decoration: underline;
	font-weight: normal;
}

.indent a:active {
	color: #990000;
	text-decoration: underline;
	font-weight: normal;
}

.news {
	font-size: 120%;
	font-weight: bold;
	margin-top: 5px;
}

.news a:link {
	font-weight: bold;
}

.news a:visited {
	font-weight: bold;
}

.news a:hover {
	font-weight: bold;
}

.news a:active {
	font-weight: bold;
}

.nobullet {
	list-style-type: none;
}

.poll-questions {
	font-size: 90%;
}

.quote {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	font-size: 130%;
	margin-top: -10px;
}

.red {
	color: #990000;
}

.small {
	font-size: 75%;
}

.smallcaps {
	font-size: 110%;
	font-variant: small-caps;
}

.smalltext {
	font-size: 85%;	
	line-height: 100%;
}

.strike {
	text-decoration: line-through;
}

.tableborder td {
	border: 1px solid #CCCCCC;
	padding: 3px;
}

.tags {
	margin-left: -40px;
	list-style-type: none;
	margin-top: -10px;
}
.titlecase {
	text-transform: none;
}

.topmargin {
	margin-top: -25px;
}

.topspace {
	margin-top: 40px;
}


