/******************************************************************************
 * MENU
 * 
 * 0: Main block/layout styles (one_col, two_col etc)
 * 	0.1: Header block styles
 * 	0.2: Footer block styles
 * 	0.3: Timeline block styles
 *   0.3.1 Timeline styles (with JS)
 *   0.3.2 Timeline styles (no JS)
 * 	0.4: Main content block styles
 *   0.4.1: Big half column blocks (speaker/video listings) NEEDS UPDATING
 * 1: Typography
 * 	1.1: SIFR
 * 2: Home page styles
 * 	2.1: Home timeline styles
 * 3: Content page tactical boxes
 * 4: Search box / Search results
 * 5: Twitter Widgets
 *****************************************************************************/
html, body
{
	margin: 0;
	padding: 0;
	overflow-y: scroll;
}

body
{
	text-align: center; /* for our friend IE6 */
	margin: 0 auto;
	width: 970px;
	overflow: hidden;
	font: 12px/16px Arial, sans-serif;
}

#container
{
	margin-right: -30px;
	width: 970px;
	text-align: left; 
	overflow: hidden;
	position: relative;
}

#content
{
	overflow: hidden;
	width: 1000px;
}

#home .one_col
{
	float: left;
	width: 220px;
	margin-right: 30px;
}

#home .two_col
{
	float: left;
	width: 470px;
	margin-right: 30px;
}

#home .three_col
{
	float: left;
	width: 750px;
	margin-right: -30px;
}

.one_col
{
	float: left;
	width: 231px;
	margin-right: 30px;
}

.two_col
{
	float: left;
	width: 448px;
	margin-right: 30px;
}

.three_col
{
	float: left;
	width: 709px;
	/*margin-right: -30px;*/
}



/******************************************************************************
 * Section 0.1: Header styles 
 *****************************************************************************/
.new_header h1
{
	background-image: url(/_assets/images/common/header.jpg?v2);
	background-position: top right;
	background-repeat: no-repeat;
	height: 145px;
}
 
.new_header h1 a
{
	display: block;
	width: 231px;
	height: 100px;
	margin-bottom: 50px; /* THIS IS THE SAME HEIGHT AS #nav. This is so that we clear the absolutely positioned nav */
	text-indent: -9999px;
	background-image: url(/_assets/images/common/logo.gif);
	background-position: top left;
}

.new_header h1 a:hover
{
	background-position: bottom left;
}

.new_header #page_actions
{
	width: 709px;
	height: 100px;
	background-image: url(/_assets/images/common/header.jpg?v2);
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}

.new_header #page_actions li
{
	background-image: url(/_assets/images/common/page_actions_background.png);
	background-position: top right;
	background-repeat: no-repeat;
	float: left;
	padding: 4px 23px 4px 10px;
}

.new_header #page_actions li a
{
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
}

.new_header #page_actions #nav-tell-a-friend
{
	padding-left: 0;
}

.new_header #page_actions #nav-search
{
	background-image: none;
}

.new_header #nav
{
	width: 970px;
	padding: 4px 0 5px 0;
	border: 1px solid #ccc;
	border-left: 0;
	border-right: 0;
	position: absolute;
	left: 0;
	top: 116px;
	overflow: hidden;
}

.new_header #nav li
{
	float: left;
	padding-right: 7px;
}

.new_header #nav li a
{
	display: block;
	padding: 3px 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
}

.new_header #nav li a:hover
{
	background-color: #F4F4F4;
	color: #ff7e12;
}

.new_header #nav li a.active
{
	background-color: #ff7e12;
	color: #fff;
}

/************************
 * new header ends here *
 ***********************/

/******************************************************************************
 * Section 0.2: Footer styles 
 *****************************************************************************/
#footer
{
	height: 100px;
	background-color: #333;
	margin-top: 20px;
	position: relative;
	clear: both;
}

#page_actions_footer
{
	overflow: hidden;
	position: absolute;
	bottom: 8px;
	left: 8px;
	width: 954px;
}

#page_actions_footer li
{
	display: block;
	float: left;
}

#page_actions_footer li a
{
	text-transform: uppercase;
	font-size: 11px;
	display: block;
	padding: 0px 10px 3px 10px;
	color: #fff;
}

#skoll-centre-logo
{
	display: block;
	position: absolute;
	bottom: 23px;
	right: 130px; 
	width: 194px;
	height: 54px;
	background-repeat: no-repeat;
	background-image: url(/_assets/images/common/skoll-centre-logo.png);
}

#skoll-foundation-logo
{
	position: absolute;
	right: 24px;
	bottom: 23px;
	display: block;
	width: 79px;
	height: 54px;
	background-repeat: no-repeat;
	background-image: url(/_assets/images/common/skoll-foundation-allwhite.png);
}

/******************************************************************************
 * Section 0.3: Timeline block styles
 *****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*                                                                           */
/*                                                                           */
/*                                                                           */
/*                 THESE HAVE BEEN MOVED TO TIMELINE.CSS                     */
/*                                                                           */
/*                                                                           */
/*                                                                           */
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/


/******************************************************************************
 * Section 0.4: Main content block styles
 *****************************************************************************/
#tactical-boxes, #sidebar
{
	background-color: #f4f4f4;
}

#sidebar ul
{
	margin: 10px;
}

#sidebar ul ul
{
	margin: 0;
}

#sidebar li
{
	border-bottom: 1px solid #d9d9d9;
	padding: 3px 0 3px 0;
}

#sidebar li li
{
	border: none;
	padding: 0;
	margin-top: 2px;
}

#sidebar li a
{
	display: block;
	color: #333;
	font-weight: bold;
	padding: 3px 3px 3px 6px;
}

#sidebar a.active
{
	background-repeat: no-repeat;
	background-position: 200px 5px;
	background-image: url(/_assets/images/common/subnav-rarr.gif);
	background-color: #FF7E12;
}

#sidebar li li a
{
	padding: 1px 15px 1px 6px;
	font-weight: normal;
}

#sidebar li li a.active
{
	background-color: rgb(255,190,136);
	background-position: 200px 3px;
}

#sidebar li a:hover
{
	background-image: url(/_assets/images/common/subnav-rarr.gif);
	background-color: #d6d6d6;
	background-repeat: no-repeat;
	background-position: 200px 5px;
}

#sidebar li li a:hover
{
	background-position: 200px 3px;
}

#sidebar #qts
{
	background-color: #fff;
	width: 100%;
	padding-bottom: 50px;
	padding-top: 20px;
}

#sidebar #qts blockquote p
{
	font-size: 16px;
	font-weight: bold;
}

#sidebar #qts blockquote p cite
{
	color: #ff7e12;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	display: block;
	margin-top: 5px;
}

.transport
{
	padding: 15px 0 0 75px;
	margin-top: -20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d9d9d9;
	background-position: 8px 15px;
	background-repeat: no-repeat;
}

.aeroplane
{
	background-image: url(/_assets/images/common/icons/airplane.jpg);
}

.coach
{
	background-image: url(/_assets/images/common/icons/coach.jpg);
}

.car
{
	background-image: url(/_assets/images/common/icons/car.jpg);
}

.train
{
	background-image: url(/_assets/images/common/icons/train.jpg);
}

.answer
{
	color: #333;
	margin-bottom: 2em;
	margin-top: 0em;
}

/******************************************************************************
 * Section 0.4.1: Big half column blocks (speaker/video listings) NEEDS UPDATING
 *****************************************************************************/
#top_filters
{
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	padding: 3px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

#bottom_filters
{
	clear: both;
	position: relative;
	top: 20px;
	height: 50px;
	border-top: 1px solid #d9d9d9;
}

#top_filters h4
{
	float: left;
	margin: 0 10px 0 0;
}

#top_filters li, #bottom_filters li
{
	float: left;
}

#top_filters ul.filters li
{
	margin: 0 9px 0 3px;
}

#top_filters .pagination
{
	position: absolute;
	top: 3px;
	right: 30px;
	overflow: hidden;
}

#bottom_filters p
{
	padding-top: 10px;
}

#bottom_filters .pagination
{
	position: absolute;
	top: 10px;
	right: 30px;
	overflow: hidden;
}

.pagination .last
{
	border-right: 0 !important;
}

#top_filters .pagination li, #bottom_filters .pagination li
{
	display: block;
	text-align: center;
	border-right: 1px solid #333;
	padding: 0px 5px;
}

.three_col .half_col
{
	width: 324px;
	margin-right: 20px;
	float: left;
	padding: 5px;
	background-color: #f2f2f2;
	margin-bottom: 10px;
}

.three_col .past-forum-box
{
	width: 179px;
	height: 100px;
	padding-left: 160px;
	margin-right: 0px !important;
	margin-left: 10px !important;
	background-position: 5px 5px;
	background-repeat: no-repeat;
}

#past-forum-2004 
{
	background-image: url(/_assets/images/past_forums/pf-skoll.jpg);
}

#past-forum-2005
{
	background-image: url(/_assets/images/past_forums/pf-kingsley.jpg);
}

#past-forum-2006
{
	background-image: url(/_assets/images/past_forums/pf-gore.jpg);
}

#past-forum-2007
{
	background-image: url(/_assets/images/past_forums/pf-rania.jpg);
}

#past-forum-2008
{
	background-image: url(/_assets/images/past_forums/pf-carter.jpg);
}

#past-forum-2009
{
	background-image: url(/_assets/images/past_forums/pf-robinson.jpg);
}

#past-forum-2010
{
        background-image: url(/_assets/images/past_forums/pf-2010.jpg);
}



.three_col .past-forum-box:hover a
{
	color: #fff;
}

.three_col .half_col img
{
	float: left;
	margin-right: 10px;
}

.three_col .half_col p
{
	color: #333;
}

.three_col .half_col h3
{
	color: #333;
	font-size: 14px;
	font-family: Arial, sans-serif;
	text-transform: none;
}

.three_col .half_col:hover
{
	background-color: #333;
}

.three_col .half_col:hover p, .three_col .half_col:hover h3
{
	color: #fff;
}


/******************************************************************************
 * Section 1: Typography 
 *****************************************************************************/
a
{
	color: #ff7e12;
	text-decoration: none;
}

p, li
{
	color: #333;
	font: 12px/16px Arial, sans-serif;
}

h2, h2 a
{
	font-family: Franklin, Arial, sans-serif;
	line-height: 1.6em;
	font-size: 32px;
	color: #262626;
	text-transform: uppercase;
	text-decoration: none;
}

#home h2, #home h2 a
{
	font-family: Franklin, Arial, sans-serif;
	line-height: 1em;
	font-size: 16px;
	color: #262626;
	text-transform: uppercase;
}

h3, h3 a
{
	line-height: 1.6em;
	font-size: 20px;
	color: #262626;
	text-transform: uppercase;
	text-decoration: none;
}

label
{
	cursor: pointer;
}

p
{
	margin-bottom: 1em;
}

p.lead
{
	font-size: 18px;
	line-height: 21px;
}

#article ul
{
	list-style-type: disc;
	margin-left: 1.2em;
	margin-bottom: 1em;
}

#article ol
{
	margin-bottom: 1em;
	margin-left: 1.2em;
}

#article img
{
	margin-bottom: 20px;
}

.apply_now
{
	padding: 5px;
	background-color: #333;
	color: #ff7e12;
	font-weight: bold;
}

.apply_now:hover
{
	background-color: #ff7e12;
	color: #262626;
}

/******************************************************************************
 * Section 1.1: SIFR 
 *****************************************************************************/
.sIFR-active h2.sifr {
	line-height: 1em;
	font-size: 32px;
	color: #262626;
	text-transform: uppercase;
	visibility: hidden;
	text-decoration: none;
}

.sIFR-active h3.sifr
{
	line-height: 0em;
	font-size: 20px;
	color: #262626;
	text-transform: uppercase;
	visibility: hidden;
	text-decoration: none;
	padding-top: 5px;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 1em;
}

.sIFR-active #home #content li a
{
	padding-top: 17px;
	padding-bottom: 0;
}

.sIFR-active #home #content li h2.sIFR-replaced
{
	border-top: 8px solid #333;
	padding-top: 17px;
	padding-bottom: 0px;
}

.sIFR-active #home #content li:hover h2.sIFR-replaced
{
	border-color: #ff7e12;
}
/******************************************************************************
 * Section 2: Home page styles 
 *****************************************************************************/
#home #content
{
	border-top: 1px solid #808080;
	padding: 15px 0 24px 0;
	padding: 15px 0 0px 0;
	margin-top: -4px;
}

#home #content li
{
	float: left;
	width: 220px;
	margin-right: 30px;
	padding-top: 146px;
	background-position: top left;
	background-repeat: no-repeat;
}

#home #content li#box_1
{
	background-image: url(/_assets/images/home/hp-forum2011.jpg);
}

#home #content li#box_2
{
	background-image: url(/_assets/images/home/hp-forum2010.jpg);
}

#home #content li#box_3
{
	background-image: url(/_assets/images/home/hp-about.jpg); 
}

#home #content li#box_4
{
	background-image: url(/_assets/images/home/hp-speakers.jpg);
}

#home #content li a
{
	display: block;
	border-top: 8px solid #333;
	padding-top: 17px;
	padding-bottom: 12px;
}

#home #content li a:hover, #home #content li:hover a
{
	border-color: #ff7e12;
}

#home #social_media
{
	overflow: hidden;
	width: 1000px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 20px 0 0 0;
}

#home #social_media h2
{
	margin-bottom: 17px;
	margin-left: 15px;
	margin-top: 13px;
}

#home #social_media #latest_blog
{
	border-bottom: 8px solid #333;
	background-color: #f5f5f5;
}

#home #social_media #latest_blog li
{
	border-top: 1px solid #d8d9d9;
	padding: 14px 5px;
}

#home #social_media #twitter li
{
	border-top: 1px solid #d8d9d9;
	padding: 14px 0px;
}

#home #social_media #latest_blog ul, #home #social_media #twitter ul
{
	padding: 0px 15px;
}

#home #social_media #twitter
{
	border-bottom: 8px solid #ff7e12;
	background-color: #f5f5f5;
}

#home #social_media #flickr
{
	border-bottom: 8px solid #333;
	background-color: #f5f5f5;
}

#home #social_media #flickr ul
{
	margin: 0px -7px -9px 0px;
	padding: 0 0 12px 11px;
}

#home #social_media #flickr li
{
	float: left;
	width: 60px;
	height: 60px;
	overflow: hidden;
	margin: 0px 7px 9px 0px;
}

/******************************************************************************
 * Section 2.1: Home timeline styles 
 *****************************************************************************/
#home #timeline
{
	height: 300px;
	background-color: #f2f2f2;
	margin: 20px 0;
}

/******************************************************************************
 * Section 3: Content page tactical boxes
 *****************************************************************************/
#tactical-boxes .tactical-box
{
	border-bottom: 7px solid #333;
	margin: 12px 15px 15px 16px;
	padding-bottom: 7px;
}

#tactical-boxes .tactical-box:hover
{
	border-color: #FF7E12;
}

#tactical-boxes .tactical-box a
{
	display: block;
	font-family: Franklin,Arial,sans-serif;
	line-height: 1em;	
	font-size: 16px;
	font-weight: bold;
	color: #262626;
	text-transform: uppercase;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: top left;
}

#tactical-boxes .tactical-box img
{
	margin-bottom: 10px;
}

#tactical-boxes .tactical-box h2
{
	padding-bottom: 5px;
}

#tactical-boxes .tactical-box p
{
	margin-bottom: 5px;
}

#tactical-boxes .confirmed-speakers a
{
	background-image: url(/_assets/images/common/tactical-boxes/speakers.jpg);
}

#tactical-boxes .register a
{
	background-image: url(/_assets/images/common/tactical-boxes/register.jpg);
}

/******************************************************************************
 * Section 4: Search box / Search results
 *****************************************************************************/
form#searchform
{
	position: absolute;
	top:122px;
	right: 5px;
	z-index: 1000;
}

#searchbox
{
	position: absolute;
	width: 159px;
	right: 63px;
}


/** search results **/
.search_results .odd
{
	background-color: #f4f4f4;
}

.search_results .search_result
{
	padding: 10px;
}

.search_result:hover
{
	background-color: #333333;
}

.search_result:hover h3 a
{
	color: #fff;
}

.search_result:hover p
{
	color: #ccc;
}



#speakers-listing .odd
{
	background-color: #f4f4f4;
}

#speakers-listing .individual-speaker
{
	padding: 10px 10px 10px 162px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

#speakers-listing .individual-speaker:hover
{
	background-color: #333;
}

.individual-speaker:hover h3 a
{
	color: #fff;
}

.individual-speaker:hover p
{
	color: #ccc;
}


/******************************************************************************
 * Section 5: Twitter Widgets
 *****************************************************************************/
#tactical-boxes .tactical-box .twtr-widget a
{
	text-transform: none;
	font-size: 12px;
	display: inline;
	font-weight: normal;
}


#tactical-boxes .tactical-box .twtr-widget i a
{
	font-size: 9px;
}
