@charset "UTF-8";
/* CSS Document */

p {
	font-size: 1.2em;
}

h1.autoPageTitle {
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 2.4em;
	padding: 5px 0;
	margin: 20px 0 15px 0;
	line-height: 1em;
}

h1.autoPageTitle img {
	position: absolute:
	top: 1px;
	left: 1px;
}

/* Page structure */
.main {
	/* change MARGIN to AUTO in order to center the page */
	margin: auto;
	width: 990px;
	background: #fff;
}
.content {
	/**** This DIV holds the content of this page ****/
	padding: 7px;
}
/* end Page structure */

/* columns */

.sp-col1 {
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px solid #DDD;
	font-size: 1.2em;
}

.sp-col2 {
	float: left;
	overflow: hidden;
	margin-right: -3px; /* fixes ie6 duplication bug */
	font-size: 1.1em;
}

.sp-col1-inner {
	padding: 0 15px 5px 35px;
}

.sp-col2-inner {
	/*
	padding: 0 20px 10px 10px;
	*/
	padding: 8px 8px 8px 8px;
}

.sp-clear {
	clear: both;
}

.gutter {
	margin: 0 0 8px 0;
}

/* jump unit */

.jumper {
	padding: 10px 0 20px 35px;
	background: url(http://assets.extremeravens.com/_images/jumperBg.jpg) repeat-x 0 100%;
}

.jumper h2 {
	border-top: 1px solid #ddd;
	font-size: medium;
	font-family: Arial, Helvetica, Sans-serif;
	padding: 10px 0 10px 0;
	margin: 0 35px 0 0;
}

.jump-item {
	float: left;
	width: 134px;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	border-right: 1px solid #e6e9ec;
	font-size: 1.1em;
}

.last {
	border: 0;
}

.jump-item h3 {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: small;
	margin: 5px 0 4px 0;
	padding: 0;
}

.insider h3 {
	padding-left: 14px;
	background: url(http://assets.extremeravens.com/_images/in.gif) no-repeat 0 2px;
	color: #fda100;
}

.jump-item img {
	border: 0;
}

.jump-item p {
	color: #666;
	margin: 3px 0;
	padding: 0;
	font-size: x-small;
}

.jump-item p a, .jump-item p a:visited {
	color: #333;
	text-decoration: none;
}

.jump-item p a:hover {
	color: red;
}

.footer {
	font-size: x-small;
	color: #b5b7ba;
	padding: 10px 35px 70px;
	background: #313336 url(http://assets.extremeravens.com/_images/footerLogo.gif) no-repeat 32px 40px;
}

.footer a, .footer a:visited {
	color: #b5b7ba;
}

.footer a:hover {
	color: white;
}

/* This is the article title style */
.contentheading {
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 24px;
	padding: 5px 0;
	margin: 20px 0 15px 0;
	line-height: 1em;
}

.small  {
	font-size: 12px;
}

.createdate  {
	font-size: 12px;
}

.textAd td {
	background-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

.back_button a {
	color: #534371;
	text-decoration: none;
}

.back_button a:hover {
	color: #534371;
	text-decoration: underline;
}

.back_button a:active {
	color: #534371;
	font-size: small;
}

.back_button a:visited {
	color: #534371;
	font-size: small;
}
.blogName  a:link {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.blogName  a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.blogDescription {
	font-size: 10px;
	color: #000000;
}
.blogDescription a:link {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.blogDescription a:hover {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

/* Feed 2 Post Styles */
.article_intro_f2p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
}

/* Article Styles */
.articleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 130%;
}