/*
NextGen Conference
Designed and coded by Brady Valentino
*/

/* Universal */
body { background: url(img/bg.png) repeat-y top left #e9e9e9; margin: 0; padding: 0; font-family: Georgia; font-size: 12px; }

.clear { clear: both; }

a { color: #ca8970; text-decoration: none; }
a:hover { text-decoration: underline; }

/* Left Column */
#left { width: 288px; border-right: 1px solid #fff; float: left; }

#left #logo { width: 288px; height: 114px; position: relative; }
#left .logospace { left: 0px; top: 0px; position: absolute; width: 288px; height: 114px; background: url(img/logo.png) #282828; border-bottom: 1px solid #3e3e3e; }
#left a.logospace:hover { background: url(img/logo.png) #333333; }

#left ul { margin: 0; padding: 0; }
#left ul li { display: block; width: 288px; }
#left ul li a { display: block; color: #575757; font-size: 18px; text-transform: lowercase; text-decoration: none; border-bottom: 1px dashed #3e3e3e; text-align: right; padding: 10px 15px 10px 0; }
#left ul li a span { font-weight: bold; }
#left ul li a:hover { color: #dace0b; background: url(img/tri.gif) no-repeat right center; }

#left .copy { color: #fff; text-align: center; text-transform: uppercase; font-family: Helvetica; margin-top: 15px; }

/* Right Column */
#right { width: 585px; float: left; }

#right #title { width: 565px; height: 85px; background: url(img/title.png) no-repeat top left; padding: 30px 0 0 20px; }
#right #title h1 { font-size: 24px; color: #6b6b6b; text-transform: uppercase; font-weight: normal; margin: 0; padding: 0 0 0 10px; }
#right #title h2 { font-size: 18px; color: #ca8970; text-transform: lowercase; font-weight: normal; margin: 0; padding: 0 0 0 10px; font-style: italic; }
#right #title .divide { width: 426px; height: 2px; background: url(img/divide.png) no-repeat top left; margin: 3px 0; }

#maincontent { width: 525px; padding: 30px; }

#maincontent .tagline { width: 100%; font-size: 21px; text-transform: lowercase; }
#maincontent .tagline em { font-style: italic; font-size: 24px; border-bottom: 1px dashed #ca8970; }

#maincontent img.main { padding: 10px; border: 1px solid #b9b9b9; background: #fff; }
#maincontent a img.main:hover { border: 1px solid #ca8970; }

#maincontent #info { width: 535px; border-bottom: 1px solid #bebebe; color: #000; font-size: 18px; padding: 5px 10px; margin-bottom: 15px; }

#maincontent blockquote { color: #4d4d4d; font-size: 18px; font-style: italic; font-weight: normal; text-align: justify; margin: 0 0 0 18px; padding: 0; width: 520px; }
#maincontent blockquote a { color: #ca8970; text-decoration: none; }
#maincontent blockquote a:hover { text-decoration: underline; }

#maincontent p { font-size: 14px; }
#maincontent p span { font-size: 18px; color: #ca8970; }

table { width: 500px; border: 2px solid #282828; }
td { padding: 5px; }
td.date { width: 100px; background: #777777; text-align: center; font-weight: bold; }
td.event { width: 400px; }