/* ----- BASIC ELEMENTS AND FONTS ----- */


html, body
{
	color: #fff;
	font-size: 11px;
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
	background: url(images/sidebar_body.png) 30px 0px repeat-y;
	background-color: #616d88;
}

.clear {
	clear: both;
	height:30px;
}

p {
	margin: 10px 30px 10px 30px;
}

.content_box p {
	margin: 10px 0px 10px 0px;
	color:#ddd;
	font-size:10px;
	text-align:justify;
}
.content_box_large p {
	margin: 10px 0px 10px 0px;
	font-size:15px;
	text-align:justify;
}

#content_footer p {
    margin: 10px 0px 10px 60px !important;
	margin: 10px 0px 10px 85px;
	font-size:10px;
	text-align:justify;
}

.sponsor
{
	text-align:center;
	padding:10px 0px;
	color:#303F5E;
}

.sponsor img
{
    padding:10px 20px;
}

.sponsor h1
{
    text-align:center;
    color:#FFFFFF;
    width:100%;
    border-bottom:double 5px #616D88;
    border-top:double 5px #616D88;    
    background-color:#616D88;
    margin-top:90px;
}

h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:30px;
	text-transform:uppercase;
	font-weight:normal;
	margin: 0px 0px 0px 0px !important;
	margin: 10px 0px 0px 0px;
	color:#fff;
}

h2 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:20px;
	margin: 0px 50px 10px 30px !important;
	margin: 0px 30px 10px 30px;
	font-size:12px;
	text-transform:uppercase;
	color:#072450;
	font-weight:normal;
}

h3 {
	margin: 0px 0px 10px 0px;
	text-transform:uppercase;
	font-size:12px;
	color:#fff;
	line-height:12px;
}

a {
	text-decoration: none;
	color:#ffd502;
}

/*----- MENU ----- */

#nav_list {
	margin: 0;
	padding: 0;
	width: 170px;
	list-style: none;
	overflow: hidden;
}

#nav_list a {
	color:#fff;
}

.li_nav_body a  {
	display: block;
	width: 170px;
	height: 20px;
	background: url(images/nav_body.png) no-repeat;
	padding-left: 25px;
	line-height:20px;
	text-transform: uppercase;
	font-size:9px;
	font-weight:bold;
}

.li_nav_body a:hover {
	background-position:  0 -20px;
	color:#016001;
}

.li_nav_footer a:hover {
	background-position:  0 -20px;
	color:#016001;
}

.li_active a:active  {
	background: url(images/nav_body.png) no-repeat;
	background-position:  0 -40px;
	color:#fff;
}

/*----- LAYOUT ----- */

#container {
	width:100%;
	background: url(images/sidebar_body.png) 30px 0px repeat-y !important;
	background: url(images/sidebar_body.png) 60px 0px repeat-y;
	min-height:100%;
	height:100%;
	
}

#logo {
	width:153px;
	text-align:center;
	float:left;
	background-color:#FFFFFF;
	margin-left:9px;
}

#logo h3
{
	color:#616d88;
}

#menu_left {
	width: 170px;
	min-height: 100%;
	margin:0 0 0 30px;
	float: left;
    background: url(images/sidebar_body.png) repeat-y;
}

#content {
	width: 840px;
	text-align: justify;
	float: left;
	margin:0 0 0 20px;
	background: url(images/sidebar_body.png) 10px 0px repeat-y !important;
	background: url(images/sidebar_body.png) 20px 0px repeat-y;
	
}

.content_box_large
{
	width: 450px;
	margin: 10px 0px 0px 10px;
	float: left;
	font-size:15px;
}

.content_box {
	width: 250px;
	margin: 10px 0px 0px 10px;
	float: left;
}

.content_box_photo {
	width: 200px;
	margin:0px 0px 0px -10px;
	float: left;
}


/*----- IMAGES ----- */

a img{
	border: none;
}

img.left,img.center,img.right {
	padding: 4px;
	border: 1px solid #a0a0a0;
}

img.left {
	float: left;
	margin: 0px 12px 5px 0px;
	background:#fff;
}

img.right {
	float: right;
	margin: 0px 30px 5px 0px;
}

/*----- Google Map -----*/
#googmap {
        margin-left:15px;
        width: 400px;
        height: 400px;
        border: 1px solid #000000;
}
#address {
        font-family: arial;
        font-size: 11px;
        color:#000000;
}
#address h3 {
        font-size: 12px;
        font-weight: bold;
        margin: 0px;
        padding: 0px;
        color:#000000;
}

/*----- Agenda -----*/
.agenda
{
    font-size:15px;
    margin:0px;
    padding:0px;
    border:solid 0px #FFFFFF;
    width:100%;
}

.agendaspan
{
    background-color:#0C1D3D;
    text-align: center;
    color:#FFFFFF;
}

.agendasession
{
    background-color:#aaaaaa;
    color:#0C1D3D;
    text-align:center;
    font-size:13px;
    width:145px;
}
.agenda a
{
    color:#0C1D3D;
}

.agenda a:hover
{
    color:#FFFFFF;    
}

.agendavendorsession
{
    background-color: #ccdddd;
    text-align: center;
    color:#0C1D3D;
    font-size:13px;
    width:145px;
}

.agendatimes
{ 
    width:85px;
    text-align:right;
    /*background-color:#313F5F;*/
    vertical-align: top; 
 }


/*----- Speakers -----*/
.speakertitle
{
	color:#0C1D3D;
	width:80px;
	display:inline-block;	
}

.speakername
{
	display:block;
	font-size:28px;
	color:#FFFFFF;
    width:430px;
    background:url(images/speakerfade.png) repeat-y;
    padding: 5px 0px 10px 10px;
}

.speakerblog
{
	font-weight:bold;
}

.speakerwebsite
{
	font-weight:bold;
}

.speakercompany
{
	font-weight:bold;
}

.speakerbio
{
	display:block;
}

/*----- session -----*/
.sessiontitle
{
	color:#0C1D3D;
	width:120px;
	display:inline-block;	
}

.sessionname
{
	display:block;
	font-size:18px;
	color:#FFFFFF;
    width:430px;
    background:url(images/speakerfade.png) repeat-y;
    padding: 8px 0px 10px 10px;
   
}

.sessionspeaker
{
	font-weight:bold;
}

.sessionlevel
{

	font-weight:bold;
}

.sessionabstract 
{
	display:block;
}

/*----- news -----*/

.news_items
{
	text-align:center; 
	padding-bottom:10px; 
	margin:0px 20px 10px 20px; 
	border-bottom: solid 1px #FFFFFF;
}

.newsheadline
{
	display:block;
	font-size:18px;
	color:#FFFFFF;
    width:430px;
    background:url(images/speakerfade.png) repeat-y;
    padding: 8px 0px 10px 10px;
	
}

.newstitle
{
	color:#0C1D3D;
	width:80px;
	display:inline-block;	
}

.newsdate
{
	font-weight:bold;
}

.newsdescription
{
	font-size:15px;
	width:450px;
}

.newsdescription p
{
	font-size:15px;
	text-align:left;
}

.news_item_title
{
	font-size:18px;
}

.news_item_description
{
	font-size:15px;
}

.news_item_description p
{
	font-size:15px;
}

.codeSample
{
    border:solid 1px #000000;
    background-color: #FFFFFF;
    font-family:Courier;
    color:#091B3A;
    padding:10px;
    margin:10px 0px;
}

.formField
{
	width:250px;
	display:inline-block;
	font-weight:bold;
}

.formline
{
	padding-bottom:5px;
}

/* Google Blog Search Results */
.gsc-tabsArea
{
    display:none;
}

.gsc-resultsHeader
{
    display:none;
}

#searchcontrol .gsc-control
{
    width:450px;
}

#searchcontrol .gs-title
{
	display:block;
	font-size:15px;
	color:#FFFFFF;
    width:400px;
    background:url(images/speakerfade.png) repeat-y;
    padding: 5px 0px 15px 3px;
    margin-bottom:10px;
}

#searchcontrol .gs-title b
{
    color:#FFFFFF;
    font-weight:normal;
}

#searchcontrol .gs-title a
{
    
}

#searchcontrol .gs-visibleUrl
{
	text-decoration: none;
	color:#ffd502;
	padding:0px 5px;
}

#searchcontrol .gs-relativePublishedDate
{
    color:#0A1C3B;
    font-weight:bold;
    padding:0px 10px;
}

#searchcontrol .gs-snippet
{
    padding:0px 10px;
}

#searchcontrol .gs-blogResult
{
    padding-bottom:30px;
}
