/************************************************************************

	Site:		Captive Review // Home Stylesheet
	
	Author:		Wide Area Communications // Viral Ganatra
	
	Created: 16-11-09
  	Last updated: 25-03-10
	

	Listing Order:
	==============

	 1 - Structure
	 2 - Header

************************************************************************/

/***********************************************************************
	1 - STRUCTURE
************************************************************************/

#page {
	background-image:url(../images/bg-page-home.png);
}
#column-left {
	width:150px;
	float:left;
}
#column-content,
#column-related {
	width:300px;
	margin:0 0 0 10px;
}

/***********************************************************************
	2 - MODULES
************************************************************************/

#column-news {
	float:left;
	width:460px;
	overflow:hidden;
	padding-bottom:10px;
}
#column-content .header h2 {
	background-position:0 -100px;
}
#column-content .story {
	width:295px;
}


/* News */
.module-news h2 {
	background-position:0 0;
}
.module-news .story {
	width:455px;
}
#column-left h2 {
	background-position:-300px -100px;
}
#column-left .story {
	width:145px;
}
.module-news {
	background:#fff;
	margin-bottom:0;
	padding-bottom:5px;
}

/* Technical Centre */
#column-content .module-technical-centre .header h2 {
	background-position:0 -150px;
}
#column-content .module-technical-centre .date {
	font-weight:normal;
}

/* Data Centre */
/*.tabs {
	width:300px;
	background-image:url(/images/tabs-home.png);
}
.tabs .first {
	width:95px;
}
#captive-manager-contacts a {
	width:85px;
}
.tabs .first:hover,
.tabs .on .first {
	background:url(/images/tab-home-first-on.png) no-repeat 0 0;
}*/
.module-data-centre .container {
	background-position:0 0;
}
.tabs {
	width:300px;
}
.cradd {
	width:260px;
	background-position:-440px 0;
}
.cradd-bottom {
	width:280px;
	background-position:-440px -614px;
}

/* Services Directory */

.module-services-directory img {
	float:left;
	margin:0 10px 10px 0;
}
#column-content .module-services-directory h3 {
	font-size:1.4em;
}

/* Events */
.module-events p,
.module-events .more {
	float:none;
}

/* More Features */
.module-more-features h3 {
	font-size:1.8em;
}
.module-more-features h3,
.module-more-features p.more {
	float:none;
	display:inline;
}
.module-more-features img {
	margin:-10px 10px 0 0;
}

/***********************************************************************
	2 - RHS
************************************************************************/

.sidebar-bottom {
	background-position:0 -796px;
}
