@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10pt;
	padding:0;
	margin:0;
		background-image:url(assets/images/texture-background.jpg);
}
	
	h1 {
	font-size:2em;
	color:#D96D2F;
}
	h2{
	color:#541D1D;
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
		}
		
	h3 {
		font-size:1.5em;
		color:#FC0;}
		
	h4{
		color:#FF0;}

#wrapper{
	margin:0 auto;
	width:850px;
	background:#630;
}

#content {
	position:absolute;
	background-color:white;
	width:850px;

	}
	
.header {
	
}
	
/*===================LINKS==========================*/
	
.nav{
	background-color:#900;
	padding:5px 10px;
	width:830px;
	height:18px;


	}
	
.button {
	margin:0 20px 0 0;
	font-weight:bold; font-size:1.3em;
	float:left;
	

	}
	
a:link {color:#FF6464; }
a:visited {color:#FF6464; }
a:hover{color:#F60; text-decoration:none; font-style:italic; }
a:active{color:#FF0; text-decoration:none; }
	
.button a:link {color:#FFF; text-decoration:none; }	
.button a:visited {color:#FFF;  text-decoration:none;}	
.button a:hover {color:#F60;  text-decoration:none;}	
.button a:active {color:#FF0;  text-decoration:none;}

.headnav a:link {color:yellow; text-decoration:none;}
.headnav a:visited {color:yellow; text-decoration:none;}
.headnav a:hover {color:#F90; text-decoration:none;}
.headnav a:active {color:#000; text-decoration:none;}


/*=====================MAIN CONTENTS======================*/

#maincontent {
	width:820px;
	padding:20px 15px;


}



.leftcol {
	width:550px;
	float:left;

}

.subpagecol {
	width:800px;
}

.rightcol{	
	width:250px;
	float:right;

}
.box {
	background:#AF6603;
	padding:5px 10px;
	margin:0 0 15px 0;
	color:#FFF;}
.twitter
	{
		width:450px;
		color:#09F;
		font-size:1.4em;
		padding:5px;
	}
	
.presenter{
	width:480px;
	height:180px;
	padding:10px;
	background-color:#FBFACE;
	border:#000 1px solid;
	}
	
.presenter2{
	width:230px;
	height:180px;
	background-image:url(assets/images/small-photo-box.png);
	padding:10px;
	margin:20px 10px 0 0;
	float:left;}
	
	
/*============================AGENDA============================*/

.date {color: #990000; font-weight:bolder; font-stretch:wider;}

.location {font-style:italic; font-weight:100;}

.title {color:#AF6603; text-transform:uppercase; font-weight:bold;}

.subtitle {color:#FF6464; font-weight:bold;}
