/*
Theme Name: PubMatic - Ad Revenue Conference 2010
Theme URI: http://adrevenueconference.com/
Description: Ad Revenue Conference 2010.
Author: Steven Brian Hall <steven.brian.hall@gmail.com>
Version: 1.0
Tags: black, three-columns, white, gray
*/

@import url('reset.css');

/* --- Foundational Elements --- */

a{
	color: #339cd0;
}

a:hover{
	color: #54a5e9;
}

.clear{
  clear: both;
}

ul.menu{
  list-style: none;
}

ul.menu li{
  float: left;
  list-style: none;
}

ul.menu li a{
  display: block;
}

/* --- End Foundational Elements --- */

/* --- Layout --- */

body{
	font: 0.8em Helvetica;
	background: #3e3e3e url('images/body_bg.png') repeat-x;
}

#wrapper{
  margin: 15px auto;
  width: 950px;
  position: relative;
  z-index: 5;
}

#header{
	float: left;
	width: 100%;
}

#header #logo{
	float: left;
	width: 316px;
	height: 102px;
	overflow: hidden;
  text-indent: -1000px;
  background: url('images/logo.png') no-repeat;
}

#header .menu{
  float: right;
  position: relative;
  top: 40px;
  font-size: 18px;
}

#header .menu li{
	margin-right: 5px;
	background: url('images/separator.png') right no-repeat;
}

#header .menu li a{
	padding: 5px 25px 5px 20px;
	text-decoration: none;
	color: #d8d8d8;
}

#header .menu li a:hover, #header .menu li.current_page_item a{
	color: #fff;
}

#header .menu li:last-child{
	background: none;
}

#header .menu li:last-child a{
	color: #ffe431;
	font-weight: bold;
}

#container{
  background: url('images/container_bg.png');
  border: 1px solid #d2d2d2;
  clear: both;
}

#container hr{
	height: 2px;
	border: 0;
	background: transparent url('images/top_separator.png') repeat-x;
	width: 80%;
	margin: 15px auto;
}

#footer{
	float: left;
	width: 100%;
	background: transparent url('images/footer_bg.png') repeat-x;
	clear: both;
	height: 48px;
	position: fixed;
	bottom: 0;
	z-index: 10;
	color: #7c7c7c;
}

#footer #footer_wrapper{
	margin: 18px auto;
	width: 950px;
}

#footer #footer_wrapper .menu{
	float: left;
}

#footer #footer_wrapper .menu li a{
	color: #7c7c7c;
	text-decoration: none;
	padding: 0 30px 0 0px;
}

#footer #footer_wrapper .menu li.current_page_item{
	font-weight: bold;
}

#footer #footer_wrapper #copyright{
	float: right;
}

/* --- End Layout --- */

/* --- Home Styles -- */

#container.home{
  float: left;
  width: 100%;
  margin: 44px 0 30px;
  height: 307px;
  position: relative;
  -webkit-box-shadow: 0 2px 12px #333;
  -moz-box-shadow: 0 2px 12px #333;  
  box-shadow: 0 2px 12px #333;  
  padding: 0;
}

#container.home #report{
	float: left;
	padding: 0 22px;
	position: relative;
	top: -28px;
}

#container.home #main h1{
	font-weight: bold;
	font-size: 3.0em;
	background: none;
	padding-bottom: 0px;
  line-height: 1.2em;	
}

#container.home #main h2{
  color: #646464;
  font-size: 1.7em;
  margin-bottom: 12px;
  padding: 0;
  font-weight: normal;
}

#container.home #pie_chart{
  position: absolute;
  right: -50px;
  top: -40px;
  left: auto;
}

#container.home #main{
	padding: 26px 0px;
	float: left;
	width: 550px;
	color: #000;
}

#container.home #main .lower_third{
	font-weight: bold;
	font-size: 2em;
	float: left;
	margin: 18px 20px 0 0px;
}

#container.home #main .lower_third #pubmatic{
	position: relative;
	top: -12px;
}

#columns{
	float: left;
	padding-bottom: 68px;
	width: 100%;
	clear: both;
}

#columns .column{
	float: left;
}

#columns .first.column{
	width: 230px;
	padding: 0px 32px 20px;
	text-align: center;
	color: #d2d2d2;
	font-size: 0.9em;
	line-height: 1.9em;
}

#columns .first.column .widget-container{
	margin-bottom: 30px;
	float: left;
	width: 100%;
}

#columns .first.column .widget-container p{
	margin-top: 15px;
}

#columns .first.column h3.widget-title{
	color: #339cd0;
	font-size: 1.9em;
	line-height: 1.2em;
}

#columns .second.column, #columns .third.column{
  width: 285px;
  background: #dedede url('images/column_header.png') top repeat-x;
  padding: 30px 16px 20px;
  color: #565555;
  line-height: 1.6em;
}

#columns .second.column a, #columns .third.column a{
  font-weight: bold;
  color: #ea6b2a;
}

#columns .second.column{
	margin-right: 22px;
}

#columns .second.column p, #columns .third.column p{
	margin-bottom: 25px;
}

#columns .second.column h3.widget-title, #columns .third.column h3.widget-title{
	font-weight: bold;
	color: #ea6b2a;
	font-size: 1.2em;
	line-height: 1.4em;
	background: transparent url('images/bottom_separator.png') bottom repeat-x;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.speaker-image{
 float: left;
 margin-right: 15px;
 border: 2px solid #fff;
 -webkit-box-shadow: 0px 3px 6px #999;
 -moz-box-shadow: 0px 3px 6px #999; 
 box-shadow: 0px 3px 6px #999;
 clear: left;
 margin-bottom: 10px; 
}

#columns .third.column .speaker-name{
	float: left;
	width: 200px;
}

/* --- End Home Styles --- */

/* --- Sub Page Styles --- */

#container{
	float: left; 
	width: 545px;
	margin-top: 20px;
	margin-right: 26px;
	padding: 30px;
	line-height: 1.8em;
	color: #292828;
}

#container p{
	margin-bottom: 20px;
}

#container ul{
	list-style: disc;
	margin-left: 20px;
}

#sidebar{
	float: left;
	width: 317px;
	margin-top: 20px;
}

#container p img{
 float: left;
 margin-right: 15px;
 border: 3px solid #fff;
 -webkit-box-shadow: 0px 3px 6px #999;
 -moz-box-shadow: 0px 3px 6px #999; 
 box-shadow: 0px 3px 6px #999; 
}

#container h1{
	font-weight: bold;
	font-size: 2.4em;
	padding-bottom: 23px;
	margin-bottom: 15px;
	background: url('images/top_separator.png') bottom repeat-x;
}

#container h2{
	font-weight: bold;
	margin-bottom: 10px;
}

#container h3{
	font-weight: bold;
	margin-bottom: 10px;
}

#spacer{
	float: left;
	padding-bottom: 68px;
	width: 100%;
	clear: both;
}

.speaker{
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 5px;
}
/* --- End Sub Page Styles --- */

/* --- Sidebar Styles -- */

#sidebar #subpage_top{
  background: #dedede;
  padding: 0 27px 0px 27px;
  text-align: center;
  line-height: 1.6em;
  margin-bottom: 26px;
}

#sidebar #subpage_top_container{
	position: relative;
	top: -30px;
}

#sidebar #subpage_top h2{
	font-weight: bold;
	margin-bottom: 10px;
}

#sidebar .widget-container{
  background: #dedede url('images/column_header.png') top repeat-x;
  padding: 30px 16px 20px;
  color: #565555;
  line-height: 1.6em;
}

#sidebar .widget-container p{
	margin-bottom: 25px;
}

#sidebar .widget-container h3.widget-title{
	font-weight: bold;
	color: #ea6b2a;
	font-size: 1.2em;
	line-height: 1.4em;
	background: transparent url('images/bottom_separator.png') bottom repeat-x;
	padding-bottom: 15px;
	margin-bottom: 15px;
}


/* --- End Sidebar Styles -- */

