@charset "UTF-8";
/* CSS Document */

#header {
	float:right;
	width:564px;
}
	#headerLine {
	background:url(../img/gradientWide.png) no-repeat bottom;
	margin: 0px -10px;
	padding:0px 10px 5px;
	height:50px;

	}
	#headerLine .sIFRIzed {
			font-size:40px;
			line-height:40px;
			font-weight:bold;
			text-transform:uppercase;
			color:rgb(255,120,0);
		}
		
	#header .box4ColContent {
		padding-bottom:0px;
	}
	ul#breadcrumbs  {
	margin:0px;
	padding:5px 0px 0px;
	list-style:none;
	height:30px;
	overflow:hidden;
	}
		ul#breadcrumbs  li {
	float:left;
	font-weight:normal;
	color:rgb(155,155,155);
	margin:0px 10px 0px 0px;
	padding:0px 15px 0px 0px;
	background:url(../img/breadcrumbDivider.png) right center no-repeat;
		}
		
		ul#breadcrumbs  li.last {
			background:none;
			font-weight:bold;
		}
		ul#breadcrumbs li a {
			color:rgb(155,155,155);
			font-weight:normal;
		}

#mainCol {
	float:left;
	width:705px;
}
	#titleZone {
		background:url(../img/dottedDivider.png) repeat-x bottom;
		padding-bottom:3px;
	}
	#toolbar {
		position:relative;
		background:url(../img/dottedDivider.png) repeat-x bottom;
		height:30px;
	}
		#authorName {
			font-size:12px;
			font-weight:bold;
			padding-top: 8px;
		}
		#socialNetworking {
			position:absolute;
			top:1px;
			right:0px;
		}
	#mainContent {
		padding-top:5px;
	}
	body.text #mainContent {
		padding-top:0px;
	}

#extrasCol {
	float:left;
	width:282px;
}
	
	#extrasCol ul {
		list-style:none;
	}
	
	#extrasCol ul li {
		background:url(../img/gradientSmall.png) no-repeat bottom;
		margin-right: -10px;
		margin-left: -10px;
		margin-bottom:0px;
		padding-right: 10px;
		padding-left: 10px;
		padding-bottom:5px;
		padding-top:5px;
		width:252px;
		height:20px;
		overflow:hidden;
	}
	#extrasCol ul li.last {
		background:url(../img/blank.gif);
		padding-bottom:0px;
	}
	
	
	#onlineTracker .box2ColContent {
		padding-top:10px;
	}
