/* 

STYLE SHEET FOR 'THE SMARTER WEB' WEB SITE
Created by Merrill Jacobs
www.generowebdesign.co.uk

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. tables
	7. forms
	
Notes

*/



/* --------- 1. defaults  --------- */

* 
	{
	margin: 0;
	padding: 0;
	}

body 
	{
	font-family: arial, helvetica;
	}
		
/*  --------- 2. structure  --------- */

#wrapper 
	{
	width: 900px;
	margin: 0 auto;
	border: 0px solid #ff0000;
	}
	
#right
	{
	float: right;
	width: 350px;
	border: 0px solid #000;
	}
	
#right a
	{
	color: #666;
	text-decoration: none;
	}
	
#right a:hover
	{
	color: #999;
	text-decoration: underline;
	}
	
#telephone_email
	{
	width: 235px;
	height: 250px;
	margin-top: 20px;
	border-left: 1px solid #ccc;
	padding-bottom: 250px;
	}
	
#telephone_email a
	{
	color: #009900;
	font-size: 1.2em;
	margin-left: 25px;
	font-weight: normal;
	text-decoration: none;
	}
	
#telephone_email a:hover
	{
	color: #006699;
	font-weight: normal;
	text-decoration: underline;
	}
	
#left
	{
	}
		
#logo 
	{
	width: 900px;
	height: 274px;
	margin-top:10px;
	padding: 0;
	border: 0px solid #000;
	}
		
#content 
	{
	margin-left: 20px;
	margin-right: 350px;
	margin-bottom: 20px;
	margin-top: 10px;
	padding: 0;
	border: 0px solid #000;
	}
	
#content p
	{
	font-size: 1em;
	line-height: 150%;
	color: #666;
	padding-top: 5px;
	padding-left: 20px;
	}
	
#content ul
	{
	font-size: 1em;
	color: #666;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 60px;
	line-height: 150%;
	}
	
#content li
	{
	list-style-type: disc;
	}
	
#content a
	{
	color: #666;
	font-weight: bold;
	text-decoration: none;
	}
	
#content a:hover
	{
	color: #999;
	text-decoration: underline;
	}
	
.bold
	{
	font-weight: bold;
	}
	
#price
	{
	float: right;
	clear: both;
	width: 250px;
	height: 450px;
	margin-top: 40px;
	margin-right: 75px;
	margin-bottom: 40px;
	}


/*----- styles speakers sections -----*/
	
/* styles speaker section on rhs on home page*/
#speakers
	{
	float: right;
	clear: both;
	width: 315px;
	height: 564px;
	margin-top: 5px;
	margin-right: 10px;
	padding-top: 10px;
	background: url(speakers_bg.png) no-repeat;
	}
	
/* styles steve's section on rhs */
#speaker1
	{
	width: 300px;
	height: 120px;
	margin-top: 90px;
	}
	
#speaker1 p
	{
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	padding-left: 50px;
	padding-top: 50px;
	}
		
.speaker_photo1
	{
	float: right;
	padding-right: 30px;
	}

/* styles speakers 2 on rhs */
#speaker2
	{
	width: 300px;
	height: 120px;
	margin-top: 30px;
	border: 0px solid #fff;
	}
	
#speaker2 p
	{
	color: #fff;
	font-size: 1em;
	padding-left: 50px;
	padding-top: 50px;
	}
	
/* styles speakers 3 on rhs */
#speaker3
	{
	width: 300px;
	height: 120px;
	margin-top: 30px;
	border: 0px solid #fff;
	}
	
#speaker3 p
	{
	color: #fff;
	font-size: 1em;
	padding-left: 50px;
	padding-top: 50px;
	}
	
.speaker_photo2and3
	{
	float: right;
	padding-right: 30px;
	}
	
/* styles links from speakers names */	
#speakers a
	{
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	}
	
#speakers a:hover
	{
	color: #00cc00;
	font-weight: normal;
	text-decoration: underline;
	}
	
/* styles speaker biogs on speaker page */	
#speaker_info
	{
	width: 800px;
	color: #666;
	margin-left: 20px;
	border: 0px solid #000;
	}
	
#speaker_info p
	{
	line-height: 150%;
	margin-left: 60px;
	margin-bottom: 20px;
	}
		
#speaker_info a
	{
	font-size: 1em;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
	padding-left: 15px;
	}
	
#speaker_info a:hover
	{
	text-decoration: underline;
	}
	
.headline_indent
	{
	margin-left: 15px;	
	}

/* indents speakers biogs text */
.indent
	{
	padding-left: 70px;
	}
	
.indent2
	{
	padding-left: 30px;
	}
	
	
/* styles speaker photos on biogs page */
.photos
	{
	padding-top: 20px;
	
	float: left;
	}
	
.oxford_inn
	{
	margin-top: 10px;
	margin-left: 85px;
	margin-bottom: 10px;
	}
	
	
	
	
/*----- styles footer, footer bg, text and links -----*/
	
/* styles footer and background */
#footerbackground 
	{
	background: url(footer_bg.png) repeat-x;
	width: 100%;
	height: 100px;
	clear: both;
	}
	
#footercontent
	{
	width: 900px;
	margin-top: 20px;
	border: 0px solid #000;
	}
	
#footercontent p
	{
	color: #fff;
	font-size: .8em;
	margin-left: 40px;
	margin-top: 5px;
	padding-bottom: 20px;
	line-height: 180%;
	}	
	
#footercontent ul 
	{
	float: right;
	margin-top: 25px;
	margin-right: 45px;
	}

#footercontent li 
	{
	font-size: .8em;
	display: inline;
	list-style-type: none;
	padding: 5px;
	}

#footercontent a 
	{
	color: #fff;
	text-decoration: none;
	}

#footercontent a:hover 
	{
	color: #fff;
	text-decoration: underline;
	}
	
#copy
	{
	float: left;
	padding-top: 10px;
	}




.separator 
	{
	clear: both;
	}

.separatorInvisible 
	{
	clear: both;
	height: 1px;
	}

.clearFix:after 
	{
    	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
	}
	
.venue_date
	{
	margin: 10px;
	}

/* ---------- 3. links and top navigation ---------- */

a 
	{
	}
		
a:hover 
	{
	}

#navigation 
	{
	margin-left: 0;
	background: url(nav_bg.png) no-repeat;
	width: 900px;
	height: 60px;
	border: 0px solid #000;
	text-align: center;
	}

#navigation ul 
	{
	border: 0px solid #000;
	padding-top: 20px;
	}

#navigation li 
	{
	color: #fff;
	font-size: 1em;
	display: inline;
	padding-left: 25px;
	padding-right: 25px;
	border: 0px solid #000;
	}

#navigation a 
	{
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	}

#navigation a:hover 
	{
	color: #00ff00;
	text-decoration: underline;
	}
	


/* ---------- 4. fonts ---------- */

html 
	{
	font-size: 100%;
	}

body 
	{
	}
	
	
/* styles active page on nav */	
body#home a#homenav,
body#schedule a#schedulenav,
body#pricing a#pricingnav,
body#speaker a#speakernav,
body#venue a#venuenav,
body#contact a#contactnav 
	{
	color: #00ff00;
	}

h1, h2, h3, h4, p, ul 
	{
	}

h1 
	{
	font-size: 1.4em;
	font-weight: normal;
	color: #999;
	margin-top: 20px;
	margin-bottom: 10px;
	}

h2 
	{
	font-size: 5em;
	color: #666;
	}

h3 
	{
	font-size: 1.4em;
	font-weight: normal;
	color: #009900;
	margin-top: 10px;
	margin-left: 25px;
	}
		
h4
	{
	font-size: 1.4em;
	font-weight: normal;
	color: #009900;
	text-align: center;
	margin-top: 30px;
	}
	
h5
	{
	font-size: 1.2em;
	font-weight: normal;
	color: #006699;
	padding-top: 30px;
	margin-left: 25px;
	margin-bottom: 10px;
	}
	
h6
	{
	font-size: 1em;
	font-weight: bold;
	color: #666;
	margin-top: 10px;
	margin-left: 25px;
	}

p 
	{
	}

ul 
	{
	}

blockquote 
	{
	}

/* ---------- 5. images ---------- */

a img {
	border: 0;
	}
		
/* ---------- 6. tables ---------- */

table 
	{
	}
		
caption 
	{
	}
		
tr 
	{
	}

th, td 
	{
	}
		
th 
	{
	}
		
td 
	{
	}

/* ---------- 7. forms ---------- */	
		
form 
	{
	margin-left: 70px;
	border: 0px solid #000;
	}
	
form p
	{
	
	}
	
label
	{
	color: #666;
	font-size: .8em;
	}
	
input.txt
	{
	color: #666;
	font-size: .9em;
	font-family: arial;
	}
	
textarea
	{
	font-size: .9em;
	font-family: arial;
	margin-bottom: 10px;
	}
	
#map
	{
	border: 1px solid #999;
	margin-left: 20px;
	margin-top: 20px;
	}
	
.blue
	{
	color: #006699;
	font-weight: bold;
	}
	
#googlecart
	{
	margin-top: 20px;
	margin-left: -20px;
	margin-bottom: 20px;
	}
	
#googlecart_pricing
	{
	margin-top: 30px;
	margin-left: 90px;
	margin-bottom: 20px;
	}
	
#venue_image
	{
	width: 900px;
	border: 0px solid #000;
	}
	
.hotel
	{
	float: right;
	margin-top: 40px;
	margin-right: 40px;
	}