@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

a img {
	border: 0;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	background: #FFD500;
}

.hidden{
	display: none;
}

a {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}

ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.clearboth {
	clear:both;
	font-size:0;
	height:0;
	margin:0;
	padding:0;
	visibility:hidden;
}

.hidden {
	display:none;
}

#wrapper{
	width: 1000px;
	margin: 0px auto;
}

/* leftbox CSS */
#leftbox{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 635px;
}

#headerbanner{
	width: 635px;
	margin: 0px auto;
}

/* rightbox CSS */
#rightbox{
	width: 300px;
	margin: 0px 0px 0px 16px;
	padding: 0px;
	float: left;
}

#rightbox img#redHotDiary {
	display: block;
	clear: both;
	margin: 0px auto;
	padding-top:15px;
	padding-bottom: 15px;	
}

#rightbox div#logo-angels {
	height: 190px;
	margin-bottom: 20px;
}

#rightbox div#logo-angels img {
	margin: 0;
	border: 0;
}

#btnSubscribe {
	 background: url(/images/bg-tile.gif) no-repeat; 
	 width: 275px; 
	 height: 202px; 
	 margin-bottom: 45px; 
	 margin-left: 15px; 
	 text-align: center; 
	 color: #4c3e00; 
	 position: relative; 
	 top: 25px; 
}

#btnSubscribe p { 
	margin-bottom: 20px; 
	padding-top: 100px; 
	font-weight: bold;
}

.inner { 
	margin:0 0 30px 15px; 
}

h2.rightboxTitle {
	font-size: 18px;	
}

h2.submain {
	padding:10px 0 10px 33px;
}

.inner h2 { 
	margin: 20px 0; 
}

.clearboth, .cleanbothside{
	clear: both;
	height: 0px;
	visibility: hidden;
	font-size: 0px;
	padding: 0px;
	margin: 0px;
}

.hr { 
	background: url(../images/bg-rule.gif) repeat-x; 
	width: 275px !important; 
	height: 2px !important; 
	visibility: visible !important; 
	margin-left: 15px !important;
}

#xxxx-online li { 
	float: left; 
	width: 90px; 
	background: #f5ca00; 
	padding: 10px 20px; 
	margin-right: 5px; 
	margin-bottom: 5px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
}

.feeds {  
	margin: 30px 10px 30px 0; 
	float: right; background: url(../images/bg-feeds.gif) repeat-y; 
	padding: 20px 0; width: 205px; 
	-moz-border-radius-topright: 4px; 
	-webkit-border-top-right-radius: 4px; 
	-moz-border-radius-bottomright: 4px; 
	-webkit-border-bottom-right-radius: 4px; 
}

.feeds img { 
	float: right; 
	margin-right: 20px; 
}

#xxxx-online li img { 
	margin: 5px 0 0 10px; 
}

/* subnav CSS */
#subnav{
	background: url(/images/common/subnav/bgSubnav.png) no-repeat left top;
	margin: 0px;
	height: 28px;
	clear: both;
}

#subnav ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	display:inline;
}

#subnav ul li {
	display:block;
	float:left;
	height: 100%;
}

#subnav ul li a{
	margin-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	font-size: 11px;
	line-height: 23px;
	color: #FFFFFF;
	text-decoration: underline;
	background: url(/images/common/subnav/smallVBar.gif) no-repeat scroll right 3px;
	vertical-align: middle;
}

#subnav ul li.first a {
	margin-left: 8px;
	padding-right: 15px;
	font-weight: normal;
	font-size: 11px;
	line-height: 25px;
	text-decoration: none;
	background: none;
}

#subnav ul li.last a {
	padding-right: 0px;
	background: none;
}

#subnav ul li.current a {
	color: #d61a00 !important;
}

#subnav ul li.first.current a {
	color: #ffffff !important;
}

/* footer CSS */
#footer{
	clear: both;	
	padding-top: 30px;
	height: 50px;
	font-size: 11px;
}

div#footer ul{
	text-align: center;
	display: block;
	width: 915px;
	margin: 0 auto;
	color: #8a7100;
	list-style: none;
}

div#footer ul li{
	float: left;
	background: url(/images/common/verticalbar.gif) right 50% no-repeat;
	padding:8px 15px;
}

div#footer ul li.nobackground {
	background: none;
}

div#footer ul li a{
	text-decoration: none;
	color: #8a7100;
}

div#footer ul li a img{
	margin-top: -8px;	
	border:none;
}



