/*
-----------------------------------------------------
Ninjalane.com
Created By: Dennis Garcia, Ninja Lane
February 2007
-----------------------------------------------------
*/
@import url(rounded.css);
/*
-----------------------------------------------------
*/
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #606060;
}
#ninjaLane {
	width: 100%;
	background-image: url(../images/page_background.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#ninjaFooter {
	width: 100%;
	height: 26px;
	margin: 0px;
	background-image: url(../images/page_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#page {
	position: relative;
	margin: 0px auto;
	width: 950px;
	/*background-color: #FFF;*/
	background-image: url(../images/rightmargin_background.png);
	background-repeat: repeat-y;
	background-position: center top;
}
/*
-----------------------------------------------------
Font Styles
-----------------------------------------------------
*/
.navtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	/*color: #F4A460;*/
}
.blocktitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.quotetext {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #445a44;
	font-size: 12px;
	font-style: italic;
	margin: 10px 15px -5px 15px;
	display: block;
}
blockquote {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #dcf0dc;
	border: 1px dashed #445a44;
	color: #000;
	font-size: 12px;
	font-style: italic;
	margin: 0px 15px 5px 15px;
	padding: 8px;
	display: block;
}
/*
blockquote p {
	display: inline;
}
*/
.shortlink {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #445a44;
	font-size: 12px;
	font-style: italic;
}
.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #852222;
}
.newstitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
}
.subtitletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9E9E9E;
}
.announcetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B4B4B4;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9E9E9E;
}
.more {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	padding-left: 5px;
	color: #9E9E9E;
}
b {
	font-weight: bold;	
}
i {
	font-style: italic;	
}
h1 {
	margin: 0px;
	display: inline;
}
h2 {
	margin: 0px;
}
img {
	display: block;
}
.alleyimage {
	border: 1px solid #999;
}
#imgfloat-right {
	float: right;
	margin: 10px;
	text-align: center;
	width: 200px;
}
#imgfloat-right img {
	margin: auto;
}
A:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #C00;
	text-decoration: underline;
}
A:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #A00;
	text-decoration: underline;
}
A:hover, A:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #F4A460;
	text-decoration: underline;
}
.newstitle a:link, .newstitle a:visited {
	text-decoration: none;
	color: #000;
}
.newstitle a:hover, .newstitle a:active {
	text-decoration: underline;
}
.blocktitle a:link, .blocktitle a:visited {
	text-decoration: none;
	color: #000;
}
.blocktitle a:hover, .blocktitle a:active {
	text-decoration: underline;
}
#prodheader {
	background-color: #DDD;
}
.boxborder {
	background-color: #EEE;
}
.required {
	color: #E00;
}
#member_error {
	color: #E00;
	font-weight: bold;
	border: 1px dashed #E00;
	padding: 8px;
	margin-top: 5px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*
-----------------------------------------------------
Div Layers
-----------------------------------------------------
*/
#header {
	text-align: left;
	height: 160px;
	background-image: url(../images/header_background.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #F2F2F2;
}
#logo {
/*
	height: 160px;
	width: 385px;
	background-image: url(../images/ninjalane_logo.jpg);
	background-position: top left;
	background-repeat: no-repeat;
*/
}
#seperator {
	clear: both;
	height: 10px;
}
#horzline {
	clear: both;
	border-bottom: 1px solid #B4B4B4;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 10px;
}
#footer {
	clear: both;
	text-align: center;
	padding: 5px;
	color: #FFF;
	background-color: #131313;
}
#rightmargin {	
	background-color: #E4E3E8;
	/*margin-top: 8px;*/
	padding-top: 10px;
	text-align: left;
	vertical-align: top;
	float: right;
}
div[id]#rightmargin {
	width: 320px;
}
#rightmargin .contentblock {
	padding: 10px 10px 20px 10px;
}
#rightmargin .contentblock img {
	display: inline;
	margin-right: 6px;
}
#mainbody {
	padding: 0px;
	margin: 0px;
}
#maincontent {
	width: 630px;
	/*margin-top: 8px;*/
	text-align: left;
	vertical-align: top;
	float: left;
}
#maincontent #content {
	padding: 0px 15px 20px 15px;
	line-height: 140%;
}
/*
-----------------------------------------------------
Announcement Alert Box
-----------------------------------------------------
*/
#announce {
	background-image: url(../images/announce_background.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #E7E7E7;
	color: #000;
	margin-bottom: 12px;
}
#announce .roundcontent {
	padding: 30px 16px 10px 120px;
}
#announce p {
	margin: 0px;
	padding-bottom: 5px;
}
/*
-----------------------------------------------------
Top Nav
-----------------------------------------------------
*/
#topnav {
	position: absolute;
	left: 235px;
	top: 100px;
	width: 700px;
	height: 33px;
}
#topnav ul {
	margin: 0px;
	padding: 9px;
}
#topnav li {
	padding-left: 2px;
	padding-right: 2px;
	list-style-type: none;
	display: inline;
}
#topnav li a {
	padding: 2px 12px 5px 12px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
#topnav li a:hover {
	background-color: #9A9A9A;
	border: 1px solid #FFF;
	margin: -1px;
	color: #FFF;
}
#topnav li a:active {
	background-color: #9A9A9A;
	border: 1px solid #E00;
	margin: -1px;
	color: #FFF;
}
/*
-----------------------------------------------------
Anchor Nav
-----------------------------------------------------
*/
#anchornav {
	position: absolute;
	right: 8px;
	top: 3px;
	height: 33px;
}
#anchornav ul {
	margin: 0px;
	padding: 9px;
}
#anchornav li {
	padding-left: 2px;
	padding-right: 2px;
	list-style-type: none;
	display: inline;
}
#anchornav li a {
	padding: 2px 8px 5px 8px;
	color: #FFF;
	text-decoration: none;
}
#anchornav li a:hover {
	color: #FFF;
}
#anchornav li a:active {
	color: #FFF;
}
#anchornav .rss img{
	display: inline;
	vertical-align: middle;
}
/*
-----------------------------------------------------
Bottom Nav
-----------------------------------------------------
*/
#bottomnav {
	clear: both;
	height: 24px;
	padding: 2px;
	text-align: center;
	margin: 5px 15px 10px 15px;
}
#bottomnav img {
	display: inline;
}
#bottomnav .back {
	float: left;
}
#bottomnav .next {
	float: right;
}
/*
-----------------------------------------------------
Banner Layers
-----------------------------------------------------
*/
#topbanner {
	text-align: center;
	background-color: #FFF;
	padding-bottom: 8px;
}
#topbanner #banner728 {
	padding: 5px;
}
#bannerspace {
	float: right;
	margin: 10px;
	clear: both;
}
#smallbanner {
	margin: 10px auto 10px auto;
	clear: both;
}
/*
-----------------------------------------------------
Article Tools and Toolbar
-----------------------------------------------------
*/
#articleheader a {
	color: #838383;
	text-decoration: none;
}
#articleheader a:hover, #articleheader a:active {
	text-decoration: underline;
}
#articletools {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	margin: 8px 0px 15px 0px;
	padding: 5px 0px 5px 0px;
	height: 14px;
	clear: both;
}
#articletools a {
	color: #838383;
	text-decoration: none;
}
#articletools a:hover, #articletools a:active {
	text-decoration: underline;
}
#articletools #articledetails {
	float: left;
}
#articletools #articleicons {
	width: 300px;
	text-align: right;
	float: right;
}
#articletools #articleicons img {
	display: inline;
	margin-left: 10px;
	margin-right: 3px;
	vertical-align: middle;
}
#articlefooter {
	background-color: #f7f7f7;
	padding: 0px;
	/*
	padding: 10px 15px 10px 15px;
	*/
}
#articlefooter .roundcontent {
	padding: 10px 15px 10px 15px;
}
#articlefooter a {
	color: #838383;
	text-decoration: none;
}
#articlefooter a:hover, #articlefooter a:active {
	text-decoration: underline;
}
#articlefooter #pagelist {
	text-align: left;
	float: left;
}
#pagelist ul {
	margin: 0px;
	padding: 9px;	
}
#pagelist li {
	padding-left: 2px;
	padding-right: 2px;
	list-style-type: none;
}
#pagelist li a {
	padding: 2px 8px 5px 8px;
	color: #838383;
	text-decoration: none;
}
#pagelist li a:hover, #pagelist li a:active {
	color: #838383;
	text-decoration: underline;
}
#articlefooter #pageoptions {
	padding: 0px 9px 9px 0px;
	text-align: right;
	float: right;
}
#pageoptions img {
	display: inline;
	margin-left: 10px;
	margin-right: 3px;
	vertical-align: middle;
}
#block {
	margin-bottom: 20px;
}
#block #galleryImage {
	display: block;
	margin: 5px auto 15px auto;
}
#block #galleryImage img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#block #gallerySide {
	float: left;
	width: 49%;
	margin-bottom: 15px;
}
#block #gallerySide img {	
	display: block;
	margin-left: auto;
	margin-right: auto;
	/*
	background-color: #fff;
	border: 1px solid #999;
	padding: 4px;
	*/
}
#block #galleryList {
	display: block;
	margin: 5px auto 15px auto;	
}
#block #galleryFloat {
	float: right;
	margin: 0px auto 0px 10px;
	clear: both;
}
#block #galleryFloat img {
	margin-bottom: 15px;
/*
	background-color: #fff;
	border: 1px solid #999;
	padding: 4px;
*/
}
/* Full imager gallery style (copy from AVN) */
#galleryList .galleryphoto-border {
	padding: 1px;
	text-align: center;
	width: 140px;
	height: 110px;
	float: left;
	margin: 0 3px 6px 3px;
}
#galleryList .galleryphoto-bg {
	height: 140px;
	line-height: 110px;
	vertical-align: middle;
}
#galleryList .galleryphoto-bg img {
	margin-top:6px;
}

#block #awards {
	display: block;
	margin: 10px auto 15px auto;
	padding: 10px;
	background-color: #f7f7f7;
	width: 450px;
}
#block #awards #awardtext {
	padding: 20px 0px 0px 10px;
}
#block #galleryFloatAward {
	float: left;
	margin: 0px auto 0px 10px;
	clear: both;
}
#block #galleryFloatAward img {
	margin-right: 15px;
}
#blocktitle {
	margin-bottom: 5px;
}
.smile {
	display: inline;
	margin: 0px 3px 0px 3px;
	vertical-align: middle;
	float: none;
}
/*
-----------------------------------------------------
Table Styles
-----------------------------------------------------
*/
#tabletreatment {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #DDD;
	font-size: 11px;
	width: 100%;
}
#tabletreatment td {
	border-bottom: 1px solid #DDD;
}
#tabletreatment #head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background-color: #852222;
}
#tabletreatment #normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
#tabletreatment #title {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000;
	background-color: #CCC;
}
#tabletreatment #label {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	background-color: #EEE;
}
/*
-----------------------------------------------------
News display - Two column layout
-----------------------------------------------------
*/
#newsleft {
	width: 275px;
	padding: 5px 8px 3px 0px;
	margin-right: 6px;
}
#newsright {
	width: 275px;
	padding: 5px 0px 3px 8px;
}
#newsbody {
	margin: 8px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	clear: both;
	border-bottom: 1px solid #CCC;
}
#newsbody #subtitle {
	margin-top: 8px;
}
#newsbody #comments {
	text-align: right;
	border-bottom: 1px solid #9E9E9E;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
#newsbody #articlelink {

}
#newsbody .iconimage {
	margin: 0px;
	padding: 3px;
	display: inline;
	vertical-align: middle;
}
#newsbody #articleImage {
	display: block;
	margin: 5px auto 15px auto;
}
#newsbody #articleImage img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*
-----------------------------------------------------
News Paging
-----------------------------------------------------
*/
#newsbottom {
	clear: both;
	text-align: center;
	padding: 3px;
	margin: 3px;
}
#newsbottom a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #852222;
	background-color: #852222;
	text-decoration: none;
	color: #FFF;
}
#newsbottom a:hover, #newsbottom a:active {
	border: 1px solid #F4A460;
	background-color: #FFF;
	color: #000;
}
#newsbottom span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #F4A460;
	font-weight: bold;
	background-color: #FFF;
	color: #000;
}
#newsbottom span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #9E9E9E;
	color: #FFF;
}
/*
-----------------------------------------------------
Top story display
-----------------------------------------------------
*/
#topbody {
	margin: 8px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	clear: both;
	border-bottom: 1px solid #CCC;
}
#topbody img {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
#topbody #articleImage {
	display: block;
	margin: 5px auto 15px auto;
}
#topbody #articleImage img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
#topbody #subtitle {
	margin-top: 8px;
}
#topbody #comments {
	text-align: right;
	border-bottom: 1px solid #9E9E9E;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
#topbody #articlelink {

}
#topbody .iconimage {
	margin: 0px;
	padding: 3px;
	display: inline;
	vertical-align: middle;
}
#topbody .smile {
	display: inline;
	margin: 0px 3px 0px 3px;
	vertical-align: middle;
	float: none;
}

#forumheader {
	/*height: 32px;*/
	color: #FFF;
	padding: 10px 0px 0px 10px;
}
#ninjaforum .pagetitle {
	font-size: 14px;
}
#ninjaforum .smalltext {
	font-size: 11px;
	font-weight: normal;
	color: #CCC;
}
#ninjaforum {
	margin: 0px;	
	border: 1px solid #DDD;
	background-color: #ca1515;
	background-image: url(../images/bg_header.gif);
	background-position: top;
	background-repeat: repeat-x;
}
#inner {
	margin: 4px;
	background-color: #FFF;
}

#ninjaforum ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#ninjaforum ul li {
	text-align: left;
	list-style-type: none;
	border-bottom: 1px solid #CCC;
	width: 100%;
	/*
	background-image: url(../images/icon_forum.gif);
	background-position: left 1px;
	background-repeat: no-repeat;
	*/
}
#ninjaforum li a {
	padding: 4px;
	color: #000;
	display: block;
	text-decoration: none;
}
div[id]#ninjaforum li {
	width: inherit;
}
#ninjaforum li a:hover, #ninjaforum li a:active {
	background-color: #EEE;
	color: #000;
}

#newsheader {
	/*height: 32px;*/
	color: #FFF;
	padding: 8px;
	background-color: #4b494a;
	background-image: url(../images/newsheader_background.png);
	background-position: bottom left;
	background-repeat: repeat-x;
}
#ninjanews .pagetitle {
	font-size: 14px;
}
#ninjanews .smalltext {
	font-size: 11px;
	font-weight: normal;
	color: #999;
}
#ninjanews {
	margin: 0px;	
	border: 2px solid #3C3A44;
	background-color: #FFF;
	background-image: url(../images/margin_content_header.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
#ninjanews ul { 
	margin: 0; 
	padding: 16px 10px 8px; 
	background-image: url(../images/margin_content_header.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
#ninjanews ul li { 
	margin: 0; 
	padding: 0 0 8px 26px; 
}
#ninjanews ul li {
	background-position: left 1px;
	background-repeat: no-repeat;
	line-height: 1.4em;
	list-style-type: none;
	/*text-shadow: #000 0 1px 0;*/
}
#ninjanews ul li.newsicon_article {
	background-image: url(../images/icon_article.gif);
}
#ninjanews ul li.newsicon_news {
	background-image: url(../images/icon_news.gif);
}
#ninjanews ul li.newsicon_upgrade {
	background-image: url(../images/icon_upgrade.gif);
}
#ninjanews ul li.newsicon_blog {
	background-image: url(../images/icon_blog.gif);
}


#ninjanews li a {
	color: #34323A;
	font-weight: bold;
	text-decoration: none;
}
#ninjanews li a:hover {
	color: #F4A460;
	text-decoration: underline;
}
#ninjanews li a:active {
	text-decoration: underline;
	color: #E00;
}

#lsheader {
	/*height: 32px;*/
	color: #FFF;
	padding: 8px;
	margin-bottom: 10px;
	background-color: #00440e;
	background-image: url(../images/livestream_background.png);
	background-position: bottom left;
	background-repeat: repeat-x;
}
#lsbox .pagetitle {
	font-size: 14px;
}
#lsbox .smalltext {
	font-size: 11px;
	font-weight: normal;
	color: #999;
}
#lsbox {
	margin: 0px;
	background-color: #FFF;
	background-image: url(../images/margin_content_header.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
/*
-----------------------------------------------------
Galleries Index Page
-----------------------------------------------------
*/
#galleryindex {
	margin: 8px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	clear: both;
}
#galleryindex .row {
	float: left;
	clear: left;
}
#galleryindex .gallery {
	text-align: center;
	white-space: normal;
	width: 170px;
	margin: 0px 10px 10px 0px;
	padding: 3px;
	float: left;
}
#galleryindex .gallery .head {
	text-align: left;
}
#galleryindex .gallery img {
	margin: 0px auto;
}
/*
-----------------------------------------------------
Normal  Index box
-----------------------------------------------------
*/
#indexheader {
	height: 26px;
	color: #000;
	padding: 10px 0px 0px 10px;
	background-image: url(../images/margin_content_header.gif);
	background-position: top;
	background-repeat: repeat-x;
}
#indexbox {
	width: 130px;
	float: right;
	margin: 10px;	
	border: 1px solid #DDD;
	background-color: #FFF;
	background-image: url(../images/margin_content_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
#indexbox ul {
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
#indexbox li {
	list-style: none;
	margin-left: 10px;
}
#indexbox li a {
	color: #852222;
	text-decoration: none;
}
#indexbox li a:hover {
	color: #F4A460;
	text-decoration: underline;
}
#indexbox li a:active {
	text-decoration: underline;
	color: #E00;
}
/*
-----------------------------------------------------
Article Type Table of Contents
-----------------------------------------------------
*/
#articletypelist {
	background-color: #f7f7f7;
	padding: 0px;
}
#articletypelist .roundcontent {
	padding: 5px 10px 5px 10px;
}
#articletypelist #typelist {
	text-align: left;
	float: left;
}
#typelist ul {
	margin: 0px;
	padding: 3px;	
}
#typelist li {
	padding-left: 2px;
	padding-right: 2px;
	list-style-type: none;
	display: inline;
}
#typelist li a {
	padding: 2px 8px 5px 8px;
	color: #838383;
	text-decoration: none;
}
#typelist li a:hover, #typelist li a:active {
	color: #838383;
	text-decoration: underline;
}
/*
-----------------------------------------------------
Upgrade Index box
-----------------------------------------------------
*/
#horzline {
	clear: both;
	border-bottom: 1px solid #B4B4B4;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 10px;
}
/*
-----------------------------------------------------
Upgrade right margin box
-----------------------------------------------------
*/
#alleyheader {
	height: 63px;
	color: #000;
	/*padding: 10px 0px 0px 10px;*/
	background-image: url(../images/upga_margin_header.gif);
	background-position: top;
	background-repeat: no-repeat;
}
#alleysystem {
	border: 1px solid #DDD;
	background-color: #FFF;
	background-image: url(../images/margin_content_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
#alleysystem #alleylist {
	margin: 0px;
	padding: 0px 0px 15px 20px;
}
#alleylist img {
	vertical-align: middle;
}
#alleylist ul {
	margin: 0px;
	padding: 0px;
}
#alleylist li {
	list-style: none;
	padding: 3px 0px 3px 12px;
	margin-bottom: 2px;
	margin-right: 20px;
}
#alleylist li a {
	color: #000;
	text-decoration: none;
}
#alleylist li a:hover, #alleylist li a:active {
	color: #F4A460;
	text-decoration: underline;
}
#current {
	border: 1px dashed #C76728;
	background-image: url(../images/alley_current.gif);
	background-position: center right;
	background-repeat: no-repeat;
}
/*
-----------------------------------------------------
Upgrade Links under descriptions
-----------------------------------------------------
*/
#upgradelinks {
	clear: both;
	color: #852222;
	font-weight: bold;
	padding: 2px;
	margin: 6px 0px 6px 0px;
}
#upgradelinks ul {
	margin: 0px;
}
#upgradelinks li {
	padding-left: 2px;
	padding-right: 10px;
	list-style: none;
	display: inline;
}
#upgradelinks li a {
	color: #852222;
	text-decoration: none;
}
#upgradelinks li a:active, #upgradelinks li a:hover {
	color: #F4A460;
	text-decoration: none;
}
/*
-----------------------------------------------------
Social bookmarking stuff
-----------------------------------------------------
*/
#socialblock {
	margin: 8px 0px 15px 0px;
	padding: 5px;
	/*background-color: #f7f7f7;*/
}
#socialblock ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
#socialblock ul a {
	color: #000;
	text-decoration: none;
	font-size: 11px;
}
#socialblock ul li {
	vertical-align: top;
	display: inline;
	padding-right: 10px;
}
#socialblock ul li.rss {
	float: right;
	background: url('../images//icon_sb_rss.gif') no-repeat 0 0;
	display: inline;
	padding: 0 15px 3px 23px;
}
/*
-----------------------------------------------------
Web 2.0 Footer - informative footer styles
-----------------------------------------------------
*/
#webfooter {
	background-color: #2E2E2E;
	padding: 10px;
	background-image: url(../images/footer_bg.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}
#webfooter #footercontent {
	width: 900px;
	margin: 0px auto;
	text-align: center;
	vertical-align: top;
}
#footercontent div {
	margin: 0px;
	padding: 0px;
	text-align: left;
	float: left;
	width: 280px;
}
#footercontent div.col1 {
	margin: 0px 20px 0px 5px;
}
#footercontent div.col2 {
	margin: 0px 20px 0px 0px;
}
#footercontent div.col3 {	
	margin: 0px 0px 0px 0px;
	text-align: left;
}
#footercontent ul {
	list-style: none;
	margin: 0px 8px 0px 8px;
	padding: 0px;
}
#footercontent li {
	padding: 1px 0px 1px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	border-bottom: 1px solid #666;
}
#footercontent h3 {
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F4A460;
	border-bottom: 1px solid #636363;
}
#footercontent div.col1 a {
	margin-left: -5px;
}
#footercontent a {
	text-decoration: none;
	font-weight: bold;
	color: #CCC;
}
#footercontent a:hover, #footercontent a:active {
	text-decoration: underline;
	color: #FFF;
}
#footercontent #footersocial p {
	padding: 2px 0px 2px 0px;
	margin: 0px 4px 0px 4px;
	display: inline;
	float: left;
}
/*
-----------------------------------------------------
Friends Page Styles
-----------------------------------------------------
*/

#friendnav {
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 10px 15px;
	border-bottom: 1px solid #CCC;
}
#friendnav ul {
	margin: 0px;
	padding: 0px;
}
#friendnav li {
	list-style: none;
	padding: 3px 0px 3px 3px;
}
#friendnav li a {
	text-decoration: underline;
}
#friendnav li a:hover, #friendnav li a:active {
	color: #F4A460;
	text-decoration: underline;
}
/*
-----------------------------------------------------
Staff Blogs
-----------------------------------------------------
*/
#blogheader {
	
}
#blogheader h2 {
	padding-top: 8px;
}
.blogavatar {
	display: inline;
	margin: 0px 8px 0px 8px;
	vertical-align: middle;
	float: left;
}

#staffheader {
	height: 32px;
	color: #000;
	padding: 10px 0px 0px 10px;/*
	background-image: url(../images/margin_content_header.gif);
	background-position: top;
	background-repeat: repeat-x;*/
}
#staffblogs {
	margin: 0px;	
	border: 1px solid #999;
	background-color: #FFF;/*
	background-image: url(../images/margin_content_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;*/
}
#staffblogs p {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
#staffblogs ul {
	padding: 5px 5px 15px 5px;
	margin: 0px 0px 0px 15px;
}
#staffblogs li {
	list-style: none;
	margin: 3px 0px 5px 5px;
}
#staffblogs li a {
	color: #852222;
	text-decoration: none;
}
#staffblogs li a:hover {
	color: #F4A460;
	text-decoration: underline;
}
#staffblogs li a:active {
	text-decoration: underline;
	color: #E00;
}

