/*#############################################################
Name: Powerblock NPA
Date: 2008-07-25
Description: A two-column layout.
Author: DMR
URL: http://www.powerblocktv.com/

#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF; 	
	font: normal 0.7em Tahoma,Verdana,sans-serif;
}



/* logo */
.header {
	background: #FFFFFF url();
	
	width: 781px;
	/*height: 304px;*/
	
}



/* gives line under archives */
.lbl,.link_updates a {
	
        border-top: 3px solid #FFF;
}


/* Changes color of archive boxes on-hover */
div.link_projects a:hover,div.link_updates a:hover, .content a:hover, div.footer div.left a:hover {
	background: #ff8810;
	color: #FFF;
}


/* structure */
.main {
	/*width: 680px;*/
	width: 990px;
	margin: 0 auto;
}




.main_left {
	float: left;
	padding-top: 6px;
	width: 781px;
	
}


.main_right {	
	float: right;
	width: 209px;
	/* background-color: #929292; */
	background-color: #FF8810;
}


.signup {	
	/*border-style: solid*/
	
}




/* projects */
.lbl {
	background: #fff url(img/bglbl.gif) repeat-x;
	clear: both;
	color: #FFF;
	font: normal 2em "Lucida Sans Unicode",sans-serif;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
}
.link_projects a {
	display: block;
	height: 100px;
	text-align: center;
	color: #fff;
	padding-top: 24px;
	width: px;
	font-size: 0.9em;
	font-family: sans-serif;
}
.link_projects a span {
	font: normal 5em sans-serif;
	
}


/* updates */
.link_updates {

	background: #222 url(http://www.powerblocktv.com/img/grdnt_gray.gif) repeat-x;

}
.link_updates .lbl {
	border-top: 6px solid #FFF;
	height: 100px;
	line-height: 100px;
}




.link_updates a {
	clear: right;
	display: block;
	font: normal 1.2em "Trebuchet MS",sans-serif;
	height: 36px; /* Size of archive blocks */
	padding: 10px 0;
	text-align: center;
	
}





.link_updates a span {
	float: left;
	font: normal 3em Verdana,sans-serif;
	letter-spacing: -2px;
	margin-left: 10px;
	margin-top: 3px;
}

				/*This is added for the mini images*/
.link_updates a span img {
	float: none;	
	margin-left: -3px;
	margin-top: -8px;	
	}

	.text {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		margin-top: 20px;
		margin: 10px;
	}
	.newtext {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 20px;
		color: #FF0000;
		font-style: italic;
	}
	.titletext {
		color: #000000;
		font-weight: bold;
		font-size: 20px;
		font-family: Arial, Helvetica, sans-serif;
	}
	.title {
		margin: 10px;
	}
