@charset "utf-8";
/* CSS Document  */
html {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.467em;
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font: normal 11px Arial, Helvetica, sans-serif;
}
h1	{
	font-family:"Times New Roman", Times, serif;
	font-size:400%;
	font-weight:bold;
	color: #C00;
	margin-top:3px;
	margin-right:-2px;
	margin-bottom:-24px;
}

a:visited {text-decoration:underline; color: #666;}
a:link {text-decoration:underline; color:#00C;}
a:hover {text-decoration:underline; color: #FF0006;}
p	{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:1.467em;
	letter-spacing:0.012em;
	margin-left:6px;
}
.bold	{font-weight: bold;}
.strike {text-decoration: line-through;}


.caption_author {
	font-weight:normal;
	font-size:11px;
	line-height:1.40em;
	text-align:center;
	margin-top:16px;
	margin-bottom:-13px;
}
.copyright	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.title	{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	line-height:1.3em;
	letter-spacing:0.012em;
	text-align:center;
	margin-bottom:-17px;
}
.bigquote	{
	font-family:'Times New Roman', Times, serif;
	font-size:32px;
	vertical-align: text-top;
	line-height: 22px;
}
.firstletter {
	font-size:300%;
	font-weight:bold;
	float:left;
	color: #C00;
	margin-top:1px;
	margin-right:-1px;
}
div#wrapper  {
	position:relative;
	text-align:left;
	max-width:766px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	padding:0 0 0 0;
}
div.content  {
	display:block; 
	max-width:760px; 
	height:auto; 
	margin:0;
	padding:0px;
}
/* -----Show/Hide Paragraph begin-----*/
.question{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #00C;	/* The questions are in red */
	cursor:pointer;	/* Change cursor  to hand when mouseover question */
	text-decoration: underline;
	padding-left:4px;
	padding-top:6px;
}
.question_no_background{
	font-size:15px;
	font-weight:bold;	/* Bold font */		
	color: #00C;	/* The questions are in red */
	cursor:pointer;	/* Change cursor  to hand when mouseover question */
	text-decoration: underline;
	padding-left:4px;
	padding-top:6px;
}

a.cssquestion:link{ 
	text-decoration:none;
	padding-left:52px;
	padding-top:7px;
}

a.cssquestion:hover{text-decoration:underline; color:#F00;}

.answer{
	border-left: 1px solid #555555;
	border-bottom: 1px solid #555555;
	border-right: 1px solid #555555;
	margin:5px;
	margin-top:-8px;
	padding-top: -12px;
	padding-left:6px;
	padding-right:6px;
	width:92%;
	display:none;		/* This should not be changed */
}

div.answer p {
	margin-top:6px;
	margin-bottom:6px;
}

.answer_bg1{
	border: 1px solid #555555;
	margin:5px;
	padding-left:16px;
	padding-right:16px;
	width:93%;
	background-image: url(../rant_dot_com_images/bg_female_1.png);
	background-repeat:no-repeat;
	background-position:top;
	
	display:none;		/* This should not be changed */
}

/* -----Show/Hide Paragraph end-----*/

.green_gradient_box  {
	display:block; 
	width:auto; 
	height:auto; 
	padding-top:4px;
	padding-right:16px;
	padding-bottom:14px;
	padding-left:16px;
	background:url(../rant_dot_com_images/background_green_gradient.jpg) repeat-x;
}
.recently_submitted	{
	display:block;
	width:670px;
	height:85px;
}
.bottom_photos	{
	width:120px; 
	float:left;
	padding-top:12px;
	padding-right:14px;
}
.icon	{
	padding-left:2px;
	padding-right:2px;
	margin-bottom:2px;
}
/* Tables */
table.borders_black td	{
	border:1px #000 solid;
}

.borders_black	{
	border-collapse:collapse;
	border:1px #000 solid;
	line-height:18px;
}
.col	{
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:11px; 
	font-style: italic;
	font-weight:bold;
	text-align:center;
	border:1px #000 solid;
}
.row	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px; 
	font-weight:bold;
	text-align:left;
	border:1px #000 solid;
}
borders_black.td	{
	border:1px #f00 solid;	
}
	
/* Unique, odd-ball styles below usually used just once and don't match other elements on the page */
.unique_1	{
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:11px; 
	font-style:italic; 
	padding-left:137px; 
	margin-top:12px;
}
.unique_2	{
	padding-left:3px;
	padding-right:5px;
}
.unique_3	{
	display:block;
	margin-left:11px;
	margin-top:-16px;
}
.unique_4	{
	display:block;
	margin-left:22px;
	margin-top:-16px;
}
.unique_5	{
	padding-bottom:16px;
}
.unique_6	{
	margin-top:16px; 
	padding-left:2px;
	padding-right:4px;
}
.unique_7	{
	font-size:12px;
	font-weight:bold;
	padding-left:94px;
	margin-bottom:6px;
}
/* End of Unique styles */




