/*
Layout features:
Grid : 12 x 67px columns with 16px gutters
Type : 12px/18px
Colors :    Black      #000000
			Blue       #0047b6
			------------------
			Med Blue   #4791d9
			Yellow     #ffb400
			Green      #70a426
			------------------

Structure :
	* Container
		- Header
			` supnav
			` nav
		- Main
			` grid[2-12]
		- Footer
*/

/* @group STRUCTURE */


#container {
	width: 652px; 
	margin: 0 auto; 
	position: relative;
	padding-left: 54px;
	padding-right: 54px;
	position: relative;

}
#logo {
	width: 177px;
	height: 131px;
	text-indent: -9999px;
	background-image: url(logo.jpg);
}
#logo a {
	width: 177px;
	height: 131px;
	display: block;
}
#header {  }
#nav {
	position: absolute;
	left: 237px;
	top: 90px;
	width:  463px;
}
#main { width:100%; position: relative; }
#content { padding: 18px 20px; position: relative; color: #333; }
#footer{
	background-image: url(lfr_logo_button.gif);
	width: 234px;
	height: 152px;
	margin: 50px auto;
	text-indent: -9999px;
}
#footer a{
	width: 234px;
	height: 152px;
	display: block;
}
#copyright {  }

#nav ul {
	margin: 0;
}
#nav li {
	float: left;
	display: inline;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}

#nav_home a{
	background-image: url(nav_home.gif);
	display: block;
	width: 51px;
	height: 41px;
}

#nav_tv a{
	background-image: url(nav_tv.gif);
	display: block;
	width: 69px;
	height: 41px;
}
#nav_radio a{
	background-image: url(nav_radio.gif);
	display: block;
	width: 87px;
	height: 41px;
}
#nav_documentation a{
	background-image: url(nav_documentation.gif);
	display: block;
	width: 104px;
	height: 41px;
}
#nav_contribute a{
	background-image: url(nav_contribute.gif);
	display: block;
	width: 78px;
	height: 41px;
}
#nav_newsletter a{
	background-image: url(nav_newsletter.gif);
	display: block;
	width: 74px;
	height: 41px;
}


/* @group Grids */
/* <div class="grid2 first">
   
   12 column grid
   
   grid2 {}
       ^ number of columns wide the unit is
   string the columns together to form a whole
   first {}
     ^ removes the margin so that it is flush left
   */




/* column widths useful for form elements etc... */
.width1  {width: 67px;}
.width2  {width: 150px;}
.width3  {width: 233px;}
.width4  {width: 316px;}
.width5  {width: 399px;}
.width6  {width: 482px;}
.width7  {width: 565px;}
.width8  {width: 648px;}
.width9  {width: 731px;}
.width10 {width: 814px;}
.width11 {width: 897px;}
.width12 {width: 980px;}

.grid2,.grid3,.grid4,.grid5,.grid6,
.grid7.grid8,.grid9,.grid10,.grid11,
.gridhalf {
	margin-left: 16px;
	float: left;
	display: inline;
	overflow: hidden;
}

.grid2{
	width: 150px;
}
.grid3{
	width: 233px;
}
.grid4{
	width: 316px;
}
.grid5{
	width: 399px;
}
.grid6{
	width: 482px;
}
.grid7{
	width: 565px;
}
.grid8{
	width: 648px;
}
.grid9{
	width: 731px;
}
.grid10{
	width: 814px;
}
.grid11{
	width: 897px;
}
.grid12{
	width: 980px;
	overflow: hidden;
}

.gridhalf {
	/* subdivides a section into two *almost* equal parts */
	width: 49%;
	margin-left: 0px;
}

.firstcolumn {margin-left: 0;}

.section:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.section {*zoom: 1;}


/* @end */



/* @end */

/* @group Typography */

body {
	font: 13px/26px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333;
	background: #252c30 url(background.gif) repeat-y center;
}

a {
	color: #cc0000;
	text-decoration: none;
}

a:link {
	
}

a:visited {
	
}

a:hover {
	
}

a:active {
	
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

sup {
	padding-left: 1px;
	font-size: 10px !important;
	font-weight: normal !important;
	vertical-align: baseline;
	position: relative;
	bottom: 0.33em;
	color: #76797c;
	_position: static !important;
}

ul{
	list-style-position: outside;
	margin-bottom: 18px;
}

ul li {
	background: url(../list_bullet.gif) no-repeat left 5px;
	padding-left: 8px;
	margin-left: 16px;
}

p {
	margin-bottom: 18px;
	line-height: 18px;
}

p.intro {
	font-size: 14px;
	line-height: 20px;
}

h1 {
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 18px;
	margin-top: 24px;
}

h2 {
	font-size: 17px;
	line-height: 30px;
	font-weight: bold;
}

h3 {
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
}

h4 {
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 2px;
}

.fineprint {
	font-size: 10px;
	color: #76797c;
	line-height: 13px;
}

.small {
	font-size: 11px;
	line-height: 14px;
}
.tiny {
	font-size: 10px;
	line-height: 12px;
}

.caption {
	
	font-size: 10px;
	line-height: 13px;
	margin-top: 18px;
}

/* @end */

@media print {
	body, #main, #content { background:#fff !important; color:#000 !important; }
	a, a:link, a:visited { color:#000 !important; text-decoration:none; }
}
