@charset "utf-8";
/* CSS Document */
html {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font: normal 12px Arial, Helvetica, sans-serif;
}
a:visited {text-decoration:underline; color: #666;}
a:link {text-decoration:underline;}
a:hover {text-decoration:underline; color:#F00;}
p	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:18px;
}
.quote	{
	font-family:'Times New Roman', Times, serif;
	font-size:40px;
	padding-top:20px;
}
.bold	{font-weight:bold;}

.caption_author	{font-weight:normal;}
.copyright	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.title	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:38px;
	line-height:52px;
	padding:0px 30px 0px;
}

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-size:15px;
	font-weight:bold;	/* Bold font */		
	color: #06F;	/* The questions are in red */
	cursor:pointer;	/* Change cursor  to hand when mouseover question */
	text-decoration: none;
	padding-left:49px;
	padding-top:6px;
	background-image:url(../rant_dot_com_images/bullet_red_graybar.png);
	background-repeat:no-repeat;
	height:23px;
}
a.cssquestion:link{ 
	text-decoration:none;
	padding-left:52px;
	padding-top:7px;
}

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

.answer{
	border: 1px solid #555555;
	margin:5px;
	padding:16px;
	width:93%;
	background-image: url(../rant_dot_com_images/bg_female_1.png);
	background-repeat:no-repeat;
	background-position:center;
	
	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 */



