/*
Theme Name: CloudEpic 
Theme URI: http://www.cloudEpic.com/ 
Description: Surpassing the Ordinary. 
Author: CloudEpic.com 
Author URI: http://www.CLoudEpic.com
Version: 1.0 
. 
Copyright 2009 http://www.CloudEpic.com. 
. 
*/
/****************************
  UNIVERSAL ELEMENTS
****************************/
* {
    margin: 0px;
    padding: 0px;
}
/****************************
  CLASS ELEMENTS
****************************/
img.logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	border-style: none;
}
****************************
  LINK ELEMENTS
****************************/
a:link {color: #000; text-decoration: none;}
a:visited {color: #000; text-decoration: none;}
a:hover {color: #B0171F; text-decoration: none;}
a:active {color: #B0171F; text-decoration: none;}
/****************************
  HTML ELEMENTS
****************************/
body {
	width: auto;
	height: auto;
	text-align: center; /*IE Bug - ensure wrapper centered*/
	min-width: 800px; /*Gecko Bug - ensures content doesnt sway*/
	background-color: #ffffff; /*not all browsers default white*/
}
p {
	margin: 10px 0px 10px 0px;
	padding-right: 0px;
	font-family: Arial, 'Times New Roman', Tahoma, sans-serif;
}
h1 {
	text-align: center;
	font-size: 250%;
	font-weight: normal;
	font-family: Microsoft Sans Serif, Arial;
}
h2 {
	font-size: 150%;
	font-weight: normal;
	text-align: center;
	font-family: Time New Roman, Arial;
}
h3 {
	font-size: 110%;
	font-weight: normal;
	font-family: Time New Roman, Arial;
}   
/****************************
  LAYOUT
****************************/
#wrap {
	width: 800px;
	text-align: left; 
	margin-left: auto; 
	margin-right: auto;
	margin-top: 5px;
}
#logo {
	width: 800px;
	margin-top: 20px;
	text-align: center;
	font-size: 250%;
	font-family: Microsoft Sans Serif;
}
#slogan {
	width: 800px;
	margin-top: 25px;
}
#tagline {
	width: 800px;
	margin-top: 30px;
	border-width: thin;
	border-top: 3px double #C7C7C7;
	border-bottom: 3px double #C7C7C7;
	padding: 10px;
}
#weirdlawsuits, #photoradarexposed, #azonlineauctions {
	float:left;
	width: 255px;
	height: 2%;
	margin: 30px 5px 30px 5px;
}
#copyright {
	clear: both;
	width: 800px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 5px;
	background-color: #fff;
	color: #C7C7C7;
}
/****************************
  BUGS AND HACKS
****************************/
.bugfix_ff_contentbg {
	clear: both !important; /*bug ff, ensure content bg stays true*/
}
