/************************************************************************

	Site:		Total Politics // Home Stylesheet
	
	Author:		Wide Area Communications // Viral Ganatra
	
	Created: 22-12-10
  	Last updated: 12-02-10
	

	Listing Order:
	==============

	1 - Common
	2 - Content

************************************************************************/

/***********************************************************************
	1 - Common
************************************************************************/

#column-content {
	margin-top:5px;
}
#column-sidebar {
	margin-top:0;
}
#error-404 {
	background:url(/images/no-result.png) no-repeat center left;
	border-bottom:1px dotted #bcbcbc;
	margin-bottom:20px;
	padding-left:50px;
}
#error-404 h1 {
	font:bold 1.9em Arial, Helvetica, sans-serif;
	margin-bottom:10px;
}
#error-404 span {
	color:#B80000;
}

/***********************************************************************
	2 - Content
************************************************************************/

 /*Cycle Box
-------------------------------------*/
#cycle {
	background:url(/images/sprites.png) no-repeat -2211px bottom;
	margin-bottom:15px;
	overflow:hidden;
	padding-bottom:20px;
}
#cycle:after {
	clear:both;
	content:" ";
	display:block;
	font-size:0;
	height:0;
	visibility:hidden;
}
#cycle .story {
	border:none;
	margin:0;
	position:absolute;
}
#cycle-2,
#cycle-3,
#cycle-4 {
	display:none;
}
#cycle .story,
#cycle-container {
	height:320px;
	width:440px;
}
#cycle .caption {
	background:url(/images/sprites-transparent.png) no-repeat 0 -755px;
	bottom:0;
	cursor:pointer;
	left:0;
	margin:0;
	position:absolute;
	width:420px;
	color:#000;
	padding-bottom: 15px;
	font-size: 12px;
}
#cycle p {
	color:#000;
	font-size: 12px;
	margin-bottom: 0;
}
#cycle-container {
	float:left;
	overflow:hidden;
}
#headlines {
	float:right;
	width:180px;
}
#headlines li {
	font:bold 1.6em/18px Arial, Helvetica, sans-serif;
}
#headlines a {
	background:#BFBFBF url(/images/sprites-tabs.png) no-repeat -710px 0;
	background:-moz-linear-gradient(100% 100% 90deg, #BFBFBF, #fff);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#BFBFBF));
	color:#000;
	display:block;
	height:50px;
	overflow:hidden;
	padding:15px 10px;
	position:relative;
	width:160px;
	z-index:6; /* cycle box adds z-index value of 4 & 5 so we need this ensure tabs don't get cut off */
}
#headlines a:hover,
#headlines .on a {
	background:url(/images/sprites-transparent.png) no-repeat -290px -190px;
	color:#fff;
	left:-20px;
	padding:15px 20px 15px 30px;
	position:relative;
	text-decoration:none;
}
#headlines .blog:hover,
#headlines .on .blog {
	background-position:-290px -270px;
}
#headlines .articles:hover,
#headlines .on .articles {
	background-position:-290px -350px;
}
#headlines .campaigns:hover,
#headlines .on .campaigns {
	background-position:-290px -430px;
}
#headlines .life:hover,
#headlines .on .life {
	background-position:-290px -510px;
}
#headlines .history:hover,
#headlines .on .history {
	background-position:-290px -590px;
}

 /*Columns
-------------------------------------*/
.story .date,
.story .date a {
	color:#966F1F !important;
}

#column-featured {
	background:url(/images/sprites.png) no-repeat -2831px bottom;
	margin-bottom:10px;
	padding-bottom:10px;
}
#column-featured .mpu,
#column-featured .story {
	border:none;
	margin:0;
	padding:0;
}
#column-featured .mpu {
	float:left;
	margin-bottom:10px;
	width:300px;
}
#column-featured .story {
	float:right;
}
#column-featured h3 {
	font:3em/1em Arial, Helvetica, sans-serif;
}
#column-featured p {
	font:1.4em/1.1em Arial, Helvetica, sans-serif;
}
#column-featured .date {
	font:1.2em/1.2em Arial, Helvetica, sans-serif;
	margin-bottom:8px;
}
.column .story:last-child {
	border:none;
}
.story .large {
	font:bold 2.4em/1em Arial, Helvetica, sans-serif;
}
.history-life {
	background:#ede4d4 url(/images/sprites-tabs.png) no-repeat -890px bottom;
	border:none;
	padding-bottom:1px;
}
.history-life h3,
.history-life p {
	padding:0 10px;
}
.history-life h3 {
    font: 1.8em/1.1em Arial,Helvetica,sans-serif;
    margin-top: 10px;
	display: inline-block;
}
.history-life a {
	font-weight:bold;
}
