@charset "UTF-8";
/* CSS Document */

/* Resets **************************************************************************************** */

html, 
body, 
div, 
span, 
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline; }
	
:focus {
	outline: 0; }
	
ol, ul {
	list-style: none;
	font-size:80%;}

table {
	border-collapse: separate;
	border-spacing: 0; }
	
caption, th, td {
	text-align: left;
	font-weight: normal; }
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: ""; }
	
blockquote, q {
	quotes: "" ""; }
	
img { display:block; }
	
hr {
	border:none;
	height:1px;
	background-color:#252b2b;
}

address { font-style:normal; }

abbr { border-bottom:dotted #0973ba 1px; }

a { 
	color:#c03; 
	text-decoration: none; }

a:hover { 
	color:#c03; 
	text-decoration: underline; }

.hidden {
	position:absolute;
	left:0px;
	top:-2000px;
	width:1px;
	height:1px;
	overflow:hidden; }
	
h1 {
	color:#333;
	font-size:150%;
	font-weight: bold;
	padding-bottom:2px;
}

h2 {
	color:#c03;
	font-size:110%;
	font-weight:bold;
	margin-bottom:2px;
}
h3 {
	color:#252b2b;
	font-size:90%;
	font-weight:bold;
	padding-bottom:0px;
}
label {
	font-size:75%;
	font-weight:bold;
}
input {
	margin-top:6px;
	/*width:176px;*/
	border:solid #333 1px; }

textarea {
	margin-top:2px; }
	
fieldset {
	border:solid #616d75 1px;
	padding:10px;
}
legend {
	color:#073655;
	font-size:90%;
	font-weight:bold;
	word-spacing:-1px;
	padding-left:2px;
	padding-right:2px;
}
caption {
	color:#073655;
	font-size:100%;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:3px;
	word-spacing:-1px;
	border-bottom:solid #b0c5d3 1px;
}
table th {
	padding-top:6px;
	padding-bottom:3px;
	padding-left:10px;
	background-color:#edf5fa;
	padding-right:10px; }

table td {
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:20px;
	border-top:solid #d2e6f2 1px; }
em {
	font-style:italic;
}
p {
	line-height:130%;
	padding-bottom:6px;
	font-size:85%;
	color:#333;
}
	
/* ********************************************************************************************* */

body {
	font-family:"Georgia", Times New Roman;
	height:100%;
	background-color: #333;
	text-align:left;
	margin:8px 0px 0px 0px;
	color: #333;
}
	
/* ********************************************************************************************* */

.top_status ul
{
	list-style: none;
	padding: 0px 4px 0px 4px
}

.top_status ul li 
{
	display: inline;
	float: right;
}

.top_status ul li.SiteWide
{
	float: left;
}

.top_status
{
    background-color: #333;
    height: 14px;
}

.top_status ul li a
{
	float: left;
	color: #333;
	display: block;
	width: auto;
	padding: 1px 5px 1px 5px;
	margin: 0px 2px 0px 2px;
	background: #FFF url( 'images/statustab.gif' );
	font-family: "Georgia" , Times New Roman;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.top_status .highlight 
{
    color: #C06;
}
.top_status a:hover 
{
    color: #333;
    text-decoration: none;
    background-image: none;
    background-color: #FFF;
    padding-top: 0px;
}

#container {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
}
#content_container {
	width:980px; margin-left:auto; margin-right:auto;
	clear: both;
}



/* Header **************************************************************************************** */

#header {
	width:100%;
}
#header_left {
	width:240px;
	float:left;
	padding-top:22px;
	height:80px;
}
#header_right {
	width:728px;
	float:right;
	padding:10px 0px 10px 0px;
}

#header_right div.holding 
{
    background-image: url(images/noad.gif);
}

.logo
{
    width:240px;
}

/* Navigation **************************************************************************************** */

#navigation {
	width:100%;
	float:left;
}
#nav_pink {
	background-color:#C03;
	width:100%;
	float:left;
}
#nav_pink a {
	border:none;
}
#nav_grey {
	background-color:#333;
	height:22px;
	width:100%;
	float:left;
	text-align:center;
}
ul#nav_ul {
	display:block;
}
ul#nav_ul a:link {
	border:none;	
}
#nav_ul li {
	float:left;
	/*display:inline;*/
	width:80px;
	padding-bottom:0px;
	height:22px;
	text-align:center;
	font-family:"Georgia", Times New Roman;
	text-transform: lowercase;
	color:#fff;
	font-size:125%;
	font-weight:bold;
	padding-top:2px;
	border-right:solid #fff 1px;
	border-bottom:solid #fff 1px;
}
#nav_ul li:hover 
{
    background-color: #333;
}
#nav_ul a 
{
    display: block;
    padding: auto;
	color:#fff;
}
#nav_ul a:hover 
{
    text-decoration: none !Important;
}
li.sitewide {
	border-right:none;
	float: right;
}
li.nav_selected {
	border-bottom:solid #333 1px;
	background-color:#333;
    height: 23px !Important;
	z-index: 0 !Important;
	border-bottom: none !Important;

}
#subnav_ul {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	padding-top:4px;
}
#subnav_ul li {
	height:22px;
	text-align:center;
	font-family:"Arial", Verdana;
	text-transform: uppercase;
	color:#fff;
	font-size:80%;
	padding-top:6px;
	padding-left: 16px;
	display: inline;
}
#subnav_ul li a:hover 
{
   color:#C03;
}
#subnav_ul a {
	color:#fff;
}


/* Content **************************************************************************************** */

#content {
	width:100%;
	/*background-image:url(images/bg.gif);*/
	background-repeat:repeat-y;
	
}
.content_three_quarter_left {
	width:665px;
	float:left;
	padding:12px 10px 12px 0px; 
}
.content_quarter_right {
	width:300px;
	float:right;
	/*margin-top:12px;*/
	margin-bottom:12px;
}
#content ul
{
	list-style-type: disc;
	padding-left:1em;
    margin-left:0;

}
#content li 
{
	margin-left: 5px;
}

#content ol
{
	padding-left:1em;
    margin-left:0;
	list-style-type: decimal;
}
.inner_content_right, .content_quarter_right p
{
    width: 280px;
    padding: 5px 10px 10px 10px;
	background-color: #FFDFDF;
}
.bitchblock {
	float:right;
	width:148px;
	margin-left:12px;
	margin-bottom:12px;
}
.bitchblock_wrap {
	border:dashed #C03 1px;
	padding:4px;
	width:140px;
}
.grey {
	color:#333;
}

.socialicons 
{
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

.socialicons a
{
    float: left;
    padding-right: 5px;
}


.news_text {
	font-size:70%;
	color:#C03;
	font-weight:bold;
	line-height:110%;
	padding-top:4px;
}
.news_more {
	display:inline;
	padding-bottom:0px;
	font-size:70%;
	font-weight:bold;
}
.news_more_div {
	float:right;
	display:block;
	text-align:right;
	height:18px;
}
/* Functions right **************************************************************************************** */
.content_quarter_right h3
{
    height: 20px;
	font-size:140%;
	color:#fff;
	font-weight:bold;
	background-color:#333;
	width:290px;
	display:block;
	text-align:right;
	padding:0px 10px 0px 0px;
	overflow:hidden;
	line-height: 24px;
	margin-top: 12px;
	text-transform: lowercase;
}

.content_quarter_right .Actions input 
{
    border: solid 1px #C03;
    height: 16px;
    width: 70px;
    font-size: 10px;
    text-transform: uppercase;
    color: #FFF;
    background: url('images/buttonbg.gif');
        background-color: #c03;
}


.content_quarter_right .msgWindow .Header , .content_quarter_right .msgWindow Label
{
    display: none;
}



input#button_register {
background:transparent url(images/button_register.gif) no-repeat scroll left top;
border:none;
width:69px;
}
input#button_sign_in {
background:transparent url(images/button_sign_in.gif) no-repeat scroll left top;
border:none;
width:69px;
}
input#button_subscribe {
background:transparent url(images/button_subscribe.gif) no-repeat scroll left top;
border:none;
width:69px;
}
input#button_search {
background:transparent url(images/button_search.gif) no-repeat scroll left top;
border:none;
width:69px;
}
.function_align_div {
	float:right;
	display:block;
	text-align:right;
	height:18px;
}
#rss_sym {
	float:left;
	padding-top:7px;
}
.news_rep_double {
    border-top:dashed #C03 1px;  border-bottom:dashed #C03 1px; float:left; margin-bottom:12px; padding-top:1px; padding-bottom:0px; font-family:Arial, Verdana, sans-serif;
    margin-top: 5px;
    clear:both;
    width: 100%;
}
.news_rep_tiny {
	font-size:70%;
}
.pink {
	color:#C03;
}
.news_rep {
border-top:dashed #C03 1px; border-bottom:dashed #C03 1px; width:609px; float:left; margin-bottom:12px; padding-top:2px; padding-bottom:2px; font-family:Arial, Verdana, sans-serif; }
.number {
background-color:#C03; font-size:120%; color:#fff; font-weight:bold;
}
div#numbers a {
	color:#fff;
	border-bottom:none;
}

.authorCredit 
{
    font-style: italic;
    font-size: 14px;
    margin-bottom: 10px;
}

.postBody a 
{
    color: #C03 !Important;
    text-decoration: underline;
}

blockquote 
{
    margin: 0px;
    padding: 10px 20px 0px 43px !important;
    font-style: italic !Important;
    background: url('images/quotebg.gif') no-repeat;
}

.PageActions 
{
    width: 450px;
    margin: 0px 0px 0px 45px;
}

.PageActions .largeSubmit
{
    border: solid 1px #C03;
    height: 18px;
    width: 120px;
    font-size: 10px;
    text-transform: uppercase;
    color: #FFF;
    background: url('images/buttonbg.gif');
    background-color: #c03;
   
}

.commentsBox
{
    position: relative;
    background-color: #FFDFDF;
}

.cbTitle 
{
    padding: 0px 0px 5px 5px;
    background-color: #c03;
    color: #fff;
}
.cbList 
{
    overflow: auto;
    padding: 0px 0px 10px 0px;
}

cbItem 
{
    clear: both;
    margin: 0px 0px 15px 0px;
}

.cbiID 
{
    display: block;
    float: left;
    width: 35px; 
    margin: 10px 0px 0px 0px;
    text-align: right; 
    position: relative;
}

.cbiBody
{
    float: left;
    background-color: #fff;
    border: solid 1px #CCC;
    width: 540px;
    padding: 5px;
    margin: 10px 0px 0px 10px;
    font-size: 12px;
    position: relative;
}

.cbiBody p
{
    font-size: 12px;
}

.cbiDetail 
{
    clear: both;
    margin: 0px 0px 0px 40px;
    overflow: auto;
    width: 555px;
    position: relative;
	top: -1px;
	z-index: 0;
}

.cbiAvatar
{
    float: left;
    padding: 4px 2px 2px 5px;
}

.cbiAvatar img
{
    display: block;
    border: solid 1px #CCC !important;  
}

.cbiName
{
    float: left;
    position: relative;
    top: -1px;
    background: url( 'images/thought.gif' ) no-repeat;
    width: 300px;
    padding: 25px 0px 0px 2px;
    font-size: 12px;
    font-weight: bold;
    z-index: 999;
}

.cbiDate 
{
    float: left;
    width: 300px;
    font-size: 12px;
    padding: 0px 0px 0px 2px;
}

.AddBox 
{
    background-color: #FFF;
    border: dashed 1px #C03;
    padding: 5px;
}
.AddBox h3 
{
    color: #c03;
}

.AddBox Label 
{
    padding: 5px;
    float: left;
    width: 80px;
    font-weight: bold;
}

.AddBox .InputField
{
    margin: 5px 5px 5px 0px;
    /*width: 300px;*/
    border: solid 1px #666;
    color: #333;
} 

.InputForm 
{
    background-color: #FFF;
    border: dashed 1px #C03;
    padding: 5px;
    margin-bottom: 10px;
}
.InputForm h3 
{
    color: #c03;
}

.InputForm Label 
{
    padding: 5px;
    float: left;
    width: 120px;
    font-weight: bold;
}

.InputForm .InputField
{
    margin: 5px 5px 5px 0px;
    /*width: 300px;*/
    border: solid 1px #666;
    color: #333;
}

.InputForm .CustomInput {
    margin: 5px 5px 5px 0px;
    padding: 0px 0px 0px 0px;
    width: 250px;
    position: relative;
    overflow: auto;
}

.InputForm .CustomInput INPUT
{
    border: none !important; 
}

.paging ul
{
	list-style: none;	
}

.paging ul li 
{
	display: inline;
}
.paging ul li a 
{
	float: left;
	background-color: #c03;
	color: #fff;
	margin: 0px 2px 0px 0px;
	padding: 3px;
	width: 15px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

.paging ul li.current a 
{
	background-color: #000;
}

.paging ul li a:hover 
{
	color: #c03;
	background-color: #fff;
	border: solid 1px #c03;
	padding: 2px;
}

.paging ul li.disabled a
{
	background-color: #FFF; 
	color: #bbb;
}

.paging ul li.disabled a:hover 
{
	border: solid 1px #FFF;
}

.postDisclaimer 
{
    font-style: italic;
    padding: 2px 0px 2px 0px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 10px;
}

.PostEntryFeat 
{
    border: dashed 1px #CC0033; 
    padding: 2px 5px 5px 5px; 
    margin: 0px 8px 10px 0px; 
    float: left; 
    width: 149px; 
    height: 222px;
    display: block; 
    overflow: hidden;
}
.PostEntryFeat h3.Cat 
{
    margin: 3px 0px 3px 0px; 
    padding: 0px 1px 0px 3px; 
    background:#c03; 
    color: #fff;
    text-align: center;
}

.footer {
	width:1000px;
	margin: 2px auto 1px auto;
}

.footer p{
    font-family: Arial, Verdana, sans-serif;
    font-size: 8pt;
    color: #7d7d7d;
    text-align: right;
    text-transform: uppercase;
}
