/*
**************************************************************
** Top-Level 
**************************************************************
*/
body
{
    background: #dfeaf8 url(../Files/itec-2010-bg.png) repeat-x;
    color: #474747;
    font-size: 14px;
    line-height: 18px;
}

img
{
    border: none;
}

h1, h2, h3, h4, h5
{
    margin: 0 0 7px 0;
    padding: 0px;
}
h1
{
    font-size: 22px;
    line-height: 40px;
    color: #0762A8;
    margin: 0;
}
h2
{
    font-size: 22px;
    color: #2d2d2d;
}
h3
{
    font-size: 18px;
    color: #333333;
}
#content1 h3, #content3 h3, h3.header /* Sidebar */
{
    font-size: 13px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #0762A8;
    padding-bottom: 5px;
    border-bottom: dotted 1px #666666;
}
h4
{
    font-size: 16px;
    color: #474747;
}
p
{
    font-size: 14px;
    margin-bottom: 15px;
}
ul, ol
{
    margin-left: 30px;
    margin-bottom: 15px;
}
ul li, ol li
{
    margin-bottom: 5px;
}
a
{
    color: #0762A8;
}

strong
{
    font-weight: bold;
}
small
{
    font-size: 75%;
}
hr
{
    border-color: #474747;
    border-style: dotted;
    border-width: 1px 0 0;
    clear: both;
    margin: 0 0 20px;
    height: 0;
}
span.subtitle
{
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    color: #767676;
}

/*
**************************************************************
** Widgets
**************************************************************
*/
div.widget
{
    margin-bottom: 25px;
}

div.widget table
{
    margin-top: 10px;
    margin-bottom: 10px;
}
div.widget table td
{
    font-size: 10px;
    font-weight: normal;
    vertical-align: middle;
}
div.widget table img
{
    margin: 0 5px;
}
/*
**************************************************************
** Events NAv Dropdown
**************************************************************
*/
ul.events-nav
{
    list-style: none;
    margin: 0;
    padding: 0;
    border: solid 1px #c7c7c7;
    border-top: none;
}
ul.events-nav li
{
    margin: 0;
    padding: 0;
}
ul.events-nav li a
{
    font-size: 11px;
    display: block;
    background: #f8f8f8;
    border-top: solid 1px #d9d9d9;
    padding: 10px;
    text-decoration: none;
    color: #0762A8;
}
ul.events-nav li a strong
{
    font-size: 12px;
}
ul.events-nav li a:hover
{
    color: white;
    background: #0762A8;
}

/*
**************************************************************
** Widget - Pulse
**************************************************************
*/
div.widget.pulse a
{
    font-size: 11px;
    margin-top: 7px;
    display: block;
}

/*
**************************************************************
** Widget - Events List
**************************************************************
*/
div.widget.events
{
}

div.widget.events div.event
{
    margin-bottom: 12px;
    font-size: 11px;
    color: #666666;
}
div.widget.events div.event a.title
{
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
}
div.widget.events div.event a:hover.title
{
    text-decoration: underline;
}
div.widget.events div.event div.description
{
    font-size: 12px;
    color: #474747;
}

div.widget.events td
{
    vertical-align: top;
}
div.widget.events td.image
{
    padding-right: 15px;
}

div.widget.events td.image div
{
    width: 70px;
    height: 70px;
    background: url(../Files/city-thumb.png);
}
div.widget.events td.image div.chi
{
    background: url(../Files/itec-2010-thumb-chi.png);
}
div.widget.events td.image div.kc
{
    background: url(../Files/itec-2010-thumb-kan.jpg);
}
div.widget.events td.image div.phi
{
    background: url(../Files/itec-2010-thumb-phi.jpg);
}
div.widget.events td.image div.sea
{
    background: url(../Files/itec-2010-thumb-sea.jpg);
}
div.widget.events td.image div.atl
{
    background: url(../Files/itec-2010-thumb-atl.jpg);
}
div.widget.events td.image div.ind
{
    background: url(../Files/itec-2010-thumb-ind.jpg);
}

div.widget.events td.image div span
{
    display: none;
}
/*
**************************************************************
** Widget - Headlines
**************************************************************
*/
ul.headlines
{
    list-style: none;
    margin: 0;
}
ul.headlines li
{
    margin-bottom: 15px;
    font-size: 12px;
}
ul.headlines li a
{
    text-decoration: none;
    display: block;
}
ul.headlines li a:hover
{
    text-decoration: underline;
}
ul.headlines li small
{
    display: block;
    color: #666666;
    font-size: 11px;
}
/*
**************************************************************
** Layout
**************************************************************
*/
#container
{
    width: 980px;
    text-align: left;
}
#header
{
    height: 85px;
    overflow: hidden;
}
#content-main h1
{
    /*         border-bottom: solid 1px #d9d9d9;     */
    background: #ffffff;
    padding: 30px 0 0 30px;
}
#content-columns
{
    min-height: 300px;
    background: white;
    padding: 30px;
}
#content1_inner
{
    padding-left: 30px;
}
#content2_inner
{
    padding-right: 30px;
}

/*
**************************************************************
** Header - Brand
**************************************************************
*/
#brand
{
    height: 75px;
    margin-bottom: 10px;
}
#brand a
{
    display: block;
    background: url(../Files/itec-2010-logo.png);
    width: 180px;
    height: 75px;
    text-decoration: none;
}
#brand a:hover
{
    background-position: 0 -80px;
}
#brand a span
{
    position: relative;
    left: -9999px;
}
/*
**************************************************************
** Header - Main Navigation
**************************************************************
*/
#main-nav ul
{
    list-style: none;
    margin: 0;
    height: 40px;
    background: #06538e;
    overflow: hidden;
}
#main-nav li
{
    float: left;
}
#main-nav li a
{
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    color: White;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    font-family: Trebuchet MS;
    font-size: 16px;
}
#main-nav li a:hover
{
    background: #086fbe;
}
#main-nav li.selected a, #main-nav li.selected a:hover
{
    background: #0762a8;
}

/*
**************************************************************
** Header - city Navigation
**************************************************************
*/

#sub-nav
{
    height: 35px;
    background: /*#1771b7*/ #ededed;
    overflow: hidden;
    border-bottom: solid 1px #c7c7c7; /*#DFEAF8*/
}
#city-name
{
    float: left;
}
#sub-nav ul
{
    list-style: none;
    margin: 0;
}
#sub-nav li
{
    float: left;
}
#sub-nav a
{
    display: block;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    color: #06538E;
    font-weight: bold;
    text-decoration: none;
    font-family: Trebuchet MS;
    font-size: 14px;
}
#sub-nav a:hover, #sub-nav li.selected a
{
    background: #e1e1e1;
}
#sub-nav #city-name a
{
    /*font-size: 14px;*/
}
/*
**************************************************************
** Footer
**************************************************************
*/
#footer
{
    background: #f8f8f8;
    padding: 20px 30px;
    color: #767676;
    border-top: solid 1px #ededed;
}
#copyright
{
    float: left;
    font-size: 10px;
    line-height: 16px;
}
#copyright img
{
    margin-bottom: 10px;
}
#footer-nav
{
    float: right;
}
#footer-nav ul
{
    list-style: none;
}
#footer-nav li
{
    float: left;
}
#footer-nav li a
{
    margin-left: 15px;
    color: #474747;
    text-decoration: none;
}
#footer-nav li a:hover
{
    color: #06538E;
    text-decoration: underline;
}

/*
**************************************************************
** Flickr Widget
**************************************************************
*/
#flickr-widget
{
    min-height: 360px;
}
#flickr-photos
{
    width: 276px;
}
#flickr-photos a.flickr-photo
{
    float: left;
    margin-right: 3px;
    margin-bottom: 3px;
}
#flickr-photos a.flickr-photo.last
{
    margin-right: 0;
}
#flickr-photos a.flickr-photo img
{
    width: 90px;
    height: 63px;
    border: none;
}
/*
*************************************************
** Splash
*************************************************
*/
#splash-panels > div, #splash-home, div.splash-overlay, div.splash-content
{
    height: 280px;
}
#splash-1
{
    background: url(../Files/itec-2010-splash-1.png) center no-repeat;
}
#splash-2
{
    background: url(../Files/itec-2010-splash-2.png) center no-repeat;
}
#splash-3
{
    background: url(../Files/itec-2010-splash-3.png) center no-repeat;
}

#splash-home
{
    background: #767676;
}
#splash-links
{
    position: absolute;
    margin-left: 30px;
    margin-top: 250px;
    z-index: 9999;
}
#splash-links a span
{
    display: none;
}
#splash-links a
{
    display: block;
    height: 10px;
    width: 10px;
    background: #ededed;
    float: left;
    margin-right: 7px;
}
#splash-links a:hover
{
    background: #086fbe;
}
#splash-links a.selected
{
    background: #ee8433;
}
div.splash-overlay
{
    position: absolute;
    background: black;
    width: 450px;
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: 200;
}
div.splash-content
{
    position: absolute;
    width: 450px;
    color: white;
    z-index: 300;
}
div.splash-content a, div.splash-content a:hover, div.splash-content a:visited
{
    color:White;
}
div.splash-content-inner
{
    padding: 30px;
    font-size: 13px;
    line-height: 22px;
}
div.splash-header
{
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 12px;
    font-family: trebuchet ms;
}
div.splash-subheader
{
    font-size: 18px;
    color: #ededed;
    margin-bottom: 12px;
}
/*
****************************************************** 
** City splash
****************************************************** 
*/
#splash-city
{
    height: 280px;
    background: url(../Files/itec-2010-splash-1.png);
}
#splash-city.chi
{
    background: url(../Files/itec-2010-splash-chi.png);
}
#splash-city.kc
{
    background: url(../Files/itec-2010-splash-kan.jpg);
}
#splash-city.phi
{
    background: url(../Files/itec-2010-splash-phi.jpg);
}
#splash-city.atl
{
    background: url(../Files/itec-2010-splash-atl.jpg);
}
#splash-city.sea
{
    background: url(../Files/itec-2010-splash-sea.jpg);
}
#splash-city.ind
{
    background: url(../Files/itec-2010-splash-ind.jpg);
}
#splash-city div.splash-overlay
{
    filter: alpha(opacity=75);
    opacity: 0.75;
}
#splash-city div.splash-header h1
{
    font-size: 48px;
    margin-bottom: 30px;
    margin-top: 5px;
    padding: 0;
    background: none;
    color: White;
}
#splash-city div.date
{
    font-size: 22px;
    margin-bottom: 15px;
}
#splash-city div.venue
{
    font-size: 18px;
    margin-bottom: 15px;
}
/*
*************************************************
** Blog
*************************************************
*/
div.blog-article
{
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: dotted 1px #d9d9d9;
}
div.blog-article-header a
{
    font-size: 18px;
    display: block;
    margin-bottom: 7px;
    line-height: 24px;
    text-decoration: none;
}
div.blog-article-header a:hover
{
    text-decoration: underline;
}
div.blog-article-byline
{
    font-size: 12px;
    color: #767676;
    margin-bottom: 10px;
}
div.blog-article-social
{
    margin-bottom: 20px;
}

/*
*************************************************
** Agenda Styles
*************************************************
*/
table.agenda
{
    background: #f8f8f8;
    color: #565656;
    font-size: 12px;
}
table.agenda a
{
    text-decoration:none;    
}
table.agenda td
{
    padding: 10px;
    border-bottom: solid 1px #d9d9d9;
}
table.agenda td.time
{
    font-size: 11px;
    color: gray;
    padding-left: 0px;
    border: solid 1px #d9d9d9;
    border-top: none;
}

table.agenda td.date
{
    background: #0762A8;
    color: White;
    font-size: 18px;
    font-weight: bold;
}

table.agenda td.Lunch
{
    color: #767676;
    font-style:italic;
}
table.agenda td.Keynote
{
    background: #e9f2f5;
}
table.agenda a.speaker{display:block; color:#474747;}
table.agenda span.company{display:block; color:#666666}
/*
*************************************************
** Sponsors / Exhibitors
*************************************************
*/
#sponsor_list h2, #exhibitor_list h2
{
    margin-bottom: 20px;
}
#sponsor_list div.sponsor_item, #exhibitor_list div.exhibitor_item
{
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: dotted 1px #d9d9d9;
}
#sponsor_list a.image, #exhibitor_list a.image
{
    display: block;
}
#sponsor_list a.link, #exhibitor_list a.link
{
    display: block;
    font-size: 140%;
    font-weight: bold;
    margin: 15px 0;
}
a.top
{
    display: block;
    font-size: 11px;
    color: #767676;
    text-decoration: none;
    padding: 5px;
}
a:hover.top
{
    color: #0762A8;
    background: #f1f1f1;
}
.tpn-thumbs li {
    display: none;
    list-style-type: none;
    margin-left: 0;
}
