/*
Theme for www.guytortora.com
Designed by Neil Littman Design www.neillittman.com
Written by Matt Rose www.glaikitcircus.co.uk
Made with Bluefish HTML editorbluefish.openoffice.nl
*/

/* ========= General Appearance ========= */
body {margin:0; padding:0 20px; background-color:#000; color: #fff;font-family: "Century Gothic", Futura, "URW Gothic L", sans-serif; font-size:12px;text-align:left;}
a:link {color: #ccc; text-decoration: none; font-style: italic;}
a:visited {color: #ccc; text-decoration: none; font-style: italic;}
a:hover {color: #fff; text-decoration: none; font-style: italic;}
a:active {color: #fff; text-decoration: none; font-style: italic;}

/* ========= Title ========= */
/*#headerbar a:link {color: #fff; text-decoration: none; font-weight: bold; font-style: normal;}
#headerbar a:visited {color: #fff; text-decoration: none; font-weight: bold; font-style: normal;}
#headerbar a:hover {color: #fff; text-decoration: none; font-weight: bold;}
#headerbar a:active {color: #fff; text-decoration: none; font-weight: bold;}*/
#logo img {border: 0px; margin-top: 20px; margin-bottom: 10px;}

/* ========= Navigation bar ========= */
#topnav {min-width: 800px; margin-left: 0px; padding-left: 0px; list-style: none; overflow: hidden; zoom: 1;}
#topnav li {float: left; width: 11%; } /* width = 100/number of menu items */
#topnav a {display: block; height: 15px; border: 1px solid #fff; padding: 5px; margin-right: -1px; text-align: center; text-transform: uppercase;}
#topnav a:link {color: #fff; text-decoration: none; font-style: normal; font-weight: normal;}
#topnav a:visited {color: #fff; text-decoration: none; font-style: normal; font-weight: normal;}
#topnav a:hover {color: #fff; text-decoration: underline; font-weight: bold; }
#topnav a:active {color: #fff; text-decoration: none; font-weight: bold; }
li#activelink a:link {color: #fff; text-decoration: none; font-weight: bold; !important}
li#activelink a:visited {color: #fff; text-decoration: none; font-weight: bold; !important}

/* ========= Text styles ========= */
#footerbar p {font-size: 8px;}
h1 {font-size: 40px;}

/* ========= Page background ========= */
#bg { position: fixed; top: 0; left: 0; }
.bgwidth { width: 100%; }
.bgheight { height: 100%; }

/* ========= Layout ========= */
#headerbar {position: relative; z-index:100; top: 0; width: 100%} 
#topnav {position: relative; top: -10px;}
#wrapper {width: 100%; min-width: 800px;}
#content {position: relative; z-index:100; width: 50%; min-width: 400px;}
#albumtable {position: relative; z-index:100; width: 70%; min-width: 560px;}
#gallerypage {position: relative; z-index:100; width: 100%; min-width: 800px;}
#presspage {position: relative; z-index:100; width: 50%; min-width: 400px;}
#gigtable { border-spacing: 0px; }
#gigtable td{ border: 1px solid #fff; margin: 0px;padding: 10px; vertical-align: top;}
#gigtable th{ border: 1px solid #fff; margin: 0px;padding: 10px; vertical-align: top;}
.sidequotel {float: left; width: 150px;}
.sidequoter {float: right; width: 150px;}
.sidequotel q,.sidequoter q {font-size: 20px;}
.sidequotel p,.sidequoter p {font-size: 10px;}
#videopage {position: relative; z-index:100; width: 80%; min-width: 640px; padding-left: 20%; text-align: right; }
#videopage iframe {margin: 30px;}
td {vertical-align: top; padding-top: 20px;}
.albumart {width: 10px; text-align: right;}
.albumart img {width: 130px; border: 1px solid #000;}
.albumlisting {width: 200px; padding: 30px; padding-top: 0px; text-align: left;}
.albumlisting ol {margin-left: -20px; margin-top: -10px;}
.albumdesc {text-align: left;}
#aside {width: 40%; min-width: 160px; margin-top: 100px;}
#content p { overflow: auto;}
#footerbar { position: relative; }

/* ========= Gallery ========= */
#galleria{height: 500px;  width: 700px; margin: 0 auto;}

/* Yahoo! Media Player: Hide player */
#ymp-player,
#ymp-tray,
#ymp-error-bubble,
#ymp-secret-bubble {
  display:none !important;

/* ========= Buttons ========= */
a.button {border-radius: 28px; color: #000; background: #fff; padding: 0.6em 1.5em; font-weight: bold; display: inline-block;}

a.button:hover, a.button:active {background: #ccc;}
}