/*------------------------------------------------------------------
[Master Stylesheet]

Project:	    Lisa Rollin website
Version:	    1.0
Primary use:  website

[Table of contents]

01. Meyer's Reset
02. Typography
03. Layout
04. Navigation
05. Content & Links
06. Form
07. Javascript
08. Twitter

/*------------------------------------------------------------------
[01. Meyer's Reset]
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, 
cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body { width: 100%; margin-top: 0px; position: relative; font-size: 85%; line-height: 1.5em; background-color: #000; color: #fff; font-family: Helvetica, Arial, sans-serif; }
body.one { background-image: url(img/bck1.jpg); background-repeat: no-repeat; }
body.two { background-image: url(img/bck2.jpg); background-repeat: no-repeat; }
body.three { background-image: url(img/bck3.jpg); background-repeat: no-repeat; }
body.four { background-image: url(img/bck4.jpg); background-repeat: no-repeat; }
body.five { background-image: url(img/bck5.jpg); background-repeat: no-repeat; }
body.six { background-image: url(img/bck6.jpg); background-repeat: no-repeat; }
body.seven { background-image: url(img/bck7.jpg); background-repeat: no-repeat; }
body.eight { background-image: url(img/bck8.jpg); background-repeat: no-repeat; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; font-weight: normal; font-style: italic; }
/* remember to define focus styles! */
:focus { outline: 0; }
/* remember to highlight inserts somehow! */

/*------------------------------------------------------------------
[02. Typography]
*/
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1 { font-size: 1.3em; font-weight: bold; line-height: 1.3em; margin-bottom: 1em; }
h2 { font-size: 1.2em; font-weight: bold; line-height: 1.3em; margin: 1em 0 .5em 0; }
h3 { font-size: 1em; font-weight: bold; line-height: 1.3em; padding: 1.5em 0 0 0; clear:both; }
p { margin: 1em 0 0 0; }
#footer { font-size: 70%; color: #fff; float: left; padding: 20px 0 20px 0; }

/*------------------------------------------------------------------
[03. Layout]
*/
#container { width: 960px; position: relative; height: auto; margin-top: -40px; text-align: left; }

#main-nav { width: 640px; position: absolute; left: 370px; top: 20px; padding: 50px 0 0 0; text-indent: -1000em; }

#content { width: 460px; float: left; padding: 25px 0 10px 70px; font-size: 1.3em; line-height: 1.5em; }

#logo { width: 910px; float: left; padding: 0 0 30px 50px; margin: 0; }

#moore { padding: 0 0 0 70px; }

#testimonial { padding: 30px 0 0 0; }

/*------------------------------------------------------------------
[04. Navigation]
*/


ul.navigation { width: 640px; display: inline; float: left; }
ul.navigation li { display: inline; margin: o; padding: 0; font-weight: normal; font-size: 1.3em; }
ul.navigation li a { display: block; float: left; margin: 0 20px 0 0; }

a.home { background: url('img/nav-01-home.gif') no-repeat; background-position: 0 0; height: 49px; width: 56px; }
a.home:hover { background-position: 0 -49px; height: 49px; width: 56px; }

a.biog { background: url('img/nav-02-biog.gif') no-repeat; background-position: 0 0; height: 49px; width: 44px; }
a.biog:hover { background-position: 0 -49px; height: 49px; width: 44px; }

a.show { background: url('img/nav-03-show.gif') no-repeat; background-position: 0 0; height: 49px; width: 160px; }
a.show:hover { background-position: 0 -49px; height: 49px; width: 160px; }

a.gallery { background: url('img/nav-04-gallery.gif') no-repeat; background-position: 0 0; height: 49px; width: 64px; }
a.gallery:hover { background-position: 0 -49px; height: 49px; width: 64px; }

a.audiovisual { background: url('img/nav-05-audiovisual.gif') no-repeat; background-position: 0 0; height: 49px; width: 113px; }
a.audiovisual:hover { background-position: 0 -49px; height: 49px; width: 113px; }

a.contact { background: url('img/nav-06-contact.gif') no-repeat; background-position: 0 0; height: 49px; width: 70px; }
a.contact:hover { background-position: 0 -49px; height: 49px; width: 70px; }

ul.navigation li a.active { background-position: 0 -98px; }

/*------------------------------------------------------------------
[05. Content & Links]
*/

a.bodylink { margin: 0; text-decoration: none; }
a.bodylink:link { color: #74adfa; }
a.bodylink:visited { color: #74adfa; }
a.bodylink:hover { color: #efe1a2; }

ul.photography li { display: inline-block; width: 130px; float: left; padding: 20px 10px 0 0; }

a.thumb3 { display: block; border: solid 2px #62432f; height: 85px; width: 120px; }
a.thumb3:hover { display: block;  border: solid 2px #CC0000; height: 85px; width: 120px; }

ul.audio { width: 620px; background-color: #000; border: solid 1px #555; padding: 10px; list-style: none; }
ul.audio li { text-decoration: none; color: #CCCC99; font-weight: bold; font-size: 0.9em; text-align: left; }

.audvid { width: 200px; text-align: center; position: absolute; left: 550px; top: 490px; background-color: #000; border: solid 1px #555; padding: 10px; }

/*------------------------------------------------------------------
[06. Form]
*/
input.text, select, textarea { width: 100%; font-family: Arial, Helvetica, sans-serif; color: #180f08; font-weight: bold; font-size: 1em; border: solid 3px #373119; background-color: #f7f1ec; }
label { font-size: .9em; color: #fff; display: block; font-weight: bold; height: 1.6em; line-height: 1.6em; margin: 0; }
label span { display: block; color: #d8ca88; font-size: 90%; font-weight: normal; }
form { margin: 10px 0 0 0; width: 90%; }
form ul { list-style: none; margin: 0; }
form li { margin: 0; padding: .3em 0; }
label span.required, p span.required { display: inline; color: #FF4928; }
.fail p, .notice p, .success p { margin: 0; }
.fail { background: #D70000; color: #fff; border: solid 1px #bdbdbd; padding: 3px 10px 5px 10px; margin: 0 0 10px 0; font-size: .8em; line-height: 1.4em; font-weight: bold; width: 100%; }
.notice { background: #e1c8a0; color: #000; border: solid 1px #bdbdbd; padding: 3px 10px 5px 10px; margin: 0 0 10px 0; font-size: .8em; line-height: 1.4em; font-weight: bold; width: 100%; }
.success { background: #243476; color: #fff; border: solid 1px #bdbdbd; padding: 3px 10px 5px 10px; margin: 0 0 10px 0; font-size: .8em; line-height: 1.4em; font-weight: bold; width: 100%; }
input.submit { border: none; background: url('img/sendmessage.gif') no-repeat; background-position: 0px 0px; height: 37px; width: 145px; margin: .5em 0;   text-indent: -1000em; } 
input.submit:hover { border: none; background: url('img/sendmessage.gif') no-repeat; background-position: 0px -37px; height: 37px; width: 145px; margin: .5em 0; cursor: pointer; text-indent: -1000em; } 

/*------------------------------------------------------------------
[07. Javascript]
*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0; }
#lightbox img{ width: auto; height: auto; }
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/*------------------------------------------------------------------
[08. Twitter]
*/

ul.favourites { position: absolute; left: 550px; top: 565px; background-color: #000; border: solid 1px #555; padding: 10px; list-style: none; }
ul.favourites li { text-decoration: none; color: #e0e0e0; font-size: 0.9em; text-align: center; }

#twitter_div { margin: 5px 0 0 0; width: 200px; overflow: hidden; }

ul#twitter_update_list { list-style: none; font-weight: bold; font-size: 1.3em; line-height: 1.2em; }

ul#twitter_update_list li { margin: 0; color: #e0e0e0;  }

a { color: #CCCC99; }

