@charset "utf-8";
/* CSS Document */

body {
	 background-image:url(../images/headerBG.jpg);
	background-repeat: repeat-x;
}

#redBar {
width: 500px;
height: auto;
padding-left: 5px;
background-color:#bf1e2e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFFFFF;	
}


#paymentButton {
float: right;
}
#container {
	width: 700px;
	height: 550px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

#container2 {
	width: 700px;
	height: auto;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

#container2 {
	width: 700px;
	height: 500px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

#container3 {
	width: 700px;
	height: 810px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

#header {
	width: 680px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

#rightCounter {
	/* This is the area for the blogs pinged counter */
    float: right;
	margin-top: 50px;
	padding-right: 55px;
}

#submissionArea {
    /* This is the area for the blog submission */
    width: 567px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding-left: 68px;
    float: left;
}

#submissionArea2 {
    /* This is the area for the blog submission */
    width: 567px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    padding-left: 68px;
    float: left;
}

#PingStatusArea {
    /* This is the area for the Ping Status */
    width: 680px;
    margin-top: 30px;
}

#PingStatusLeft {
/* This is the left hand side for the Ping Status */
float: left;
width: 326px;
}

#PremiumSideBar {
/* This is the right hand side for the Get Premium Page */
width: 300px;
float: right;
}

#PremiumDescription {
/* This is the left hand side for the Get Premium Page */
float: left;
width: 360px;
}

#PremiumPayment {
/* This is the left hand side for the Get Premium Page */
float: left;
width: 680px;
}

#PingStatusRight {
/* This is the right hand side for the Ping Status */
width: 330px;
float: right;
}

#TwitterStatusRight {
/* This is the right hand side for the Ping Status */
width: 360px;
float: right;
}

#helpIcon 
{
    float: right;
    padding-top: 5px;
}

#submitButton
{
    float: right;
    text-align: center;
}

#horizAdBlock
{
	width: 730px;
	margin-left: auto;
	margin-right: auto;
    margin-bottom: 10px;
}

#footer
{
	width: 493px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#infoBox
{
	width: 567px;
	margin-left: auto;
	margin-right: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #414042;
}

.menubar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #58595B;
}


.counter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #BE1E2D;	
}

.advanced {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #BE1E2D;	
}

.counterSmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #BE1E2D;	
}

.grayHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #58595B;	
}

.infoText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

.headline 
{
    	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	color: #BE1E2D;	
}

.copyright
{
    padding-top: 5px;
    color: #939598;
    font-family: Georgia, "Times New Roman", Times New Roman, Serif;
    font-size: 12px;
}

.smallText
{
    color: #313131;
    font-family: Georgia, "Times New Roman", Times New Roman, Serif;
    font-size: 12px;
}

.status 
{
 font-family: Georgia, "Times New Roman", Times New Roman, Serif;
 font-size: 18px;   
 color: #58595B;

 	}
 	
.counter a:link { color: #BE1E2D; text-decoration: none;}
.counter a:visited { color: #BE1E2D; text-decoration: none;}
.counter a:hover { color: #BE1E2D; text-decoration: none;}

.advanced a:link { color: #BE1E2D; text-decoration: none;}
.advanced a:visited { color: #BE1E2D; text-decoration: none;}
.advanced a:hover { color: #BE1E2D; text-decoration: none;}

.menubar a:link { color: #58595B; text-decoration: none;}
.menubar a:visited { color: #58595B; text-decoration: none;}
.menubar a:hover { color: #58595B; text-decoration: none;}

#scrollableDiv-500x130
{
	width: 200px;
	height: 330px;
	overflow: auto;
}

#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	border: 0;
	margin: -55px -55px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}
