/* Chat Rings CSS Styles */ 
html, body{ 
margin:0; 
padding:0; 
text-align:center; 
} 

/* *** Containers *** */ 
#pagewidth{
	width:840px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	background: url(images/chatrings_people.png) no-repeat top left;
} 

#maincolumn{
	float: right;
	display:block;
	position: relative;
	width:430px;
	padding-top: 55px;
}

#rightcolumn{
float: left; 
display:inline; 
position: relative; 
width:200px;
}

#upper {
	margin-top: 0px;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

#lower {
	text-align: left;
	background: url(images/lower_bg.jpg) repeat-x top;
	padding: 0 0 20px 0;
	margin-left: auto;
	margin-right: auto;
}

#content {
	margin-left: auto;
	margin-right:auto;
	width: 860px;
	text-align: left;
	font: normal 12px/16px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	color: #666666;
}

#content-body {
	float: left;
	position: inherit;
	width: 700px;
}

#content-right-sidebar {
	float: right;
	position: inherit;
	width: 140px;
	text-align: center;
	margin: 5px 0 0 0;
	padding: 0;
}


#footer {
	clear:both;
	margin: 20px 0 20px 0;
	padding: 0 0 0 0;
}

/* *** Custom Styles *** */

body {
	background: #D1D0CB url(images/upper_bg.jpg) repeat-x top;
}

h1 {
	color: #FFFFFF;
	font: bold 16px/16px "lucida grande", Helvetica, sans-serif;
}

#content-body a:active, #content-body a:link, #content-body a:visited {
	color: #D56375;
	text-decoration: underline;
	font-weight: normal;
}

#content-body a:hover {}

#content-body strong em {
	font: italic bold 11px/16px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

/* *** Navigation *** */
#navcontainer
{
	margin-left: auto;
	margin-right:auto;
	height: 50px;
	width: 900px;
	text-align: right;
	margin-bottom: 35px;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
width: 90px;
height: 18px;
padding: 40px 0 0 0;
margin: 0 0 10px 0;
color: #666666;
text-decoration: none;
display: block;
text-align: center;
font: bold 12px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#navcontainer ul li.hovered a:hover{
color: #BD3F52;
background: url(images/current.png) no-repeat top left;
}

#navcontainer ul li a:hover{
color: #BD3F52;
}

/* *** Class & ID Styles *** */
.smallprint {}
.pink_link {
	color: #D56375;
}

#maincolumn h1 {
color:#FFF;
font: bold 18px/20px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;

}

#maincolumn p {
color:#D8808D;
font: normal 12px/16px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#footer p {
font: bold 10px/11px Verdana, Arial, Helvetica, sans-serif;
color: #7D7D7D;
padding: 0;
margin: 0;
text-align: center;
}

#footer a {
	color: #D56375;
	text-decoration: none;
	font-weight: bold;
}

/* text logo image swap */

#logo-text {

	margin:0; padding:0;

}


/* Image Logo Swap */
#logo-text a {

	display:block;

	width:340px; height:110px;

	margin:0 0 0 50px; padding:0;

	background: url(images/Chatrings_Logo.png) top left no-repeat;

	text-decoration: none;

}

#logo-text a span { display:none }


/* *** Float containers fix:
http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix{display: inline-block;}

/* hack for IE  for transparent images*/

* html #pagewidth {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/chatrings_people.png", sizingMethod="crop");
	background-position: 0px 120px;
}

* html #logo-text a {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/Chatrings_Logo.png", sizingMethod="crop");
}


/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  



/*printer styles*/ 
@media print{ 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
