/* The Leading Men */

/* Common / Layout */

a { color: #ffffff; outline: white; }
h1, h2 { font-family: Myriad Pro, Lucida Grande, Tahoma, Arial; margin-top: 0px; color: white; font-weight: normal; }

.col_layout_left { background: url('/Resources/TheLeadingMen/Layout/colLeft.jpg') top right no-repeat; }
.col_layout_right { background: url('/Resources/TheLeadingMen/Layout/colRight.jpg') top left no-repeat; }

.curtain { position: absolute; width: 180px; height: 430px; top: 0px; z-index: 10; }
.curtain.left { background: url('/Resources/TheLeadingMen/Layout/curtain_left.png') top left no-repeat; left: 0px; }
.curtain.right { background: url('/Resources/TheLeadingMen/Layout/curtain_right.png') top left no-repeat; right: 0px; }

.col_right .bg { position: relative; background: #c9ccce url('/Resources/TheLeadingMen/Layout/bg_rightCol.png') top left repeat-y; border: 1px solid white; margin-bottom: 3px; padding: 16px; }
.col_right .bg.top { -moz-border-radius-topleft: 4px; -webkit-border-radius-topleft: 4px; -moz-border-radius-topright: 4px; -webkit-border-radius-topright: 4px; }
.col_right .bg.top ul { width: 190px; margin: -10px 0px 15px -40px; list-style: none; }

#downloadPDF { display: block; text-align: center; text-transform: uppercase; padding: 10px 5px; color: #1a2d40; font-weight: bold; font-size: 1.4em; letter-spacing: -0.01em; background: #d7dbdd; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
#downloadPDF:hover { background: #fff; }

#mic { background: url('/Resources/TheLeadingMen/Images/microphone.png') top left no-repeat; width: 77px; height: 191px; position: absolute; bottom: -4px; right: -28px; }

#header { background: url('/Resources/TheLeadingMen/Layout/header.jpg') top left no-repeat; width: 900px; height: 273px; }
#header span { display: none; }

/* Home Images */

#slide_images { position: absolute; height: 500px; width: 860px; }
#slide_images .image { position: absolute; width: 100%; height: 100%; }

.sideBar { background: url('/Resources/TheLeadingMen/Layout/bg_sideBar.png') top left repeat; padding: 10px; margin-bottom: 5px; }
.sideBar a.button { display: block; text-align: center; text-decoration: none; text-transform: uppercase; padding: 10px 5px; margin: 10px 0px; color: #1a2d40; font-weight: bold; font-size: 1.4em; letter-spacing: -0.01em; background: #d7dbdd; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
.sideBar a.button:hover { background: white; }

/* Biography Images*/

.bioImage { margin-right: 10px; padding: 2px; background: url('/Resources/TheLeadingMen/Layout/bioBackground.jpg') repeat-x; float: left; }
.bioImage img { margin-bottom: 10px; }
.bioImage div { text-align: center; font-size: 10px; }
.bioImage .wrap { width: 139px; }

/* Horizontal Nav */

#horizontalNav { position: relative; z-index: 20; background: url('/Resources/TheLeadingMen/Layout/nav.jpg') top left repeat-x; height: 38px; font-size: 1.2em; border-bottom: 1px solid #343d48; }
#horizontalNav a,#horizontalNav span { display: block; float: left; }
#horizontalNav a { text-decoration: none; opacity: 0.75; }
#horizontalNav a:hover { text-decoration: underline; opacity: 1; }
#horizontalNav .wrap1 { background: url('/Resources/TheLeadingMen/Layout/normal_left.png') top left no-repeat; margin-right: 3px; }
#horizontalNav .wrap2 { background: url('/Resources/TheLeadingMen/Layout/normal_right.png') top right no-repeat; padding: 10px 20px; }
#horizontalNav a.selected .wrap1 { background: #343d48 url('/Resources/TheLeadingMen/Layout/current_left.png') top left no-repeat; }
#horizontalNav a.selected .wrap2 { background: url('/Resources/TheLeadingMen/Layout/current_right.png') top right no-repeat; }
#horizontalNav a.selected { opacity: 1!important; }
#horizontalNav a.selected:hover { text-decoration: none!important; }

/* Vertical Nav */

#verticalNav { font-size: 1.2em; margin-top: 20px; background: url('/Resources/TheLeadingMen/Layout/secondaryNav_borderImg.png') top right repeat-y; }
#verticalNav a { text-decoration: none; display: block; width: 172px; height: 32px; padding: 8px; }
#verticalNav a:hover { text-decoration: none; opacity: 1; }
#verticalNav .selectedSection { background: url('/Resources/TheLeadingMen/Layout/secondaryNav_background.png') no-repeat; font-weight: bold; }

/* Footer */

.col_layout_footer { position: relative; bottom: 0; border-top: 1px solid #333; border-top: 1px solid rgba(255, 255, 255, 0.1); }

#footer { padding: 10px 3px 20px; color: #ccc; font-size: 11px; }
#footer td { vertical-align: top; }
#footer .left { padding-top: 10px; }
#footer a { color: #ccc; text-decoration: none; }
#footer a:hover { color: white; }
#footer .logo { float: right; display: block; height: 25px; padding: 10px 60px 0px 0px; background: url('/Resources/JazeDigital/jaze_logo.png') top right no-repeat; }
#footer .logo span { display: none; }

