/*--------------------------------------------
   doc title: Fixtures Live Gallery master stylesheet
   filename: fixtures_live_gallery.css
   author: Jamie Brighton @ Crunch Digital Solutions
   created: 22/11/2007
   last modified date: 22/11/2007
   last modified by: Jamie Brighton
   
   ------------------

   1. defaults
   2. structure
   3. navigation
   4. headings, typography, links
   5. forms
   6. images
   7. iframes
   8. Fixtures Live specific styles

--------------------------------------------*/

/*-------- 1. defaults --------*/

*
		{
		margin: 0;
		padding: 0;
		}

body
		{
		font-family: arial, sans-serif;
		font-size: 0.85em;
		color: #000;
		text-align: center;
      padding: 0 0 25px 0;
		}

img
		{
		border: 0;
		}

a		
		{
		text-decoration: none;
		}



/*-------- 2. structure --------*/
#gallerywrapper
		{
      margin: 0 auto 0 auto;
      text-align: left;
      width: 810px;
      border: 1px solid #fff;
		background-color: #fff;
      }

#galleryheader
      {
      background: url('/inc/img/header_main.jpg');
      height: 143px;
      text-align: right;
      }
#gallerycontent
      {
      text-align: center;
      }
#gallerybreadcrumbsets, #gallerybreadcrumb
      {
      height: 20px;
      margin: 0 10px 15px 10px;
      padding: 12px 0 0 0;
      }
#gallerybreadcrumb
      {
      border-bottom: 1px solid black;      
      }
#galleryfootersets, #galleryfooter
      {
      height: 50px;
      margin: 15px 10px 0 10px;
      padding: 15px 0 0 0;
      }
#galleryfooter
      {
      border-top: 1px solid black;
      }
#footerdisclaimer
      {
      width: 200px;
      font-size: 0.7em;
      float: left;
      }
.border
      {
      border: 3px solid #696969;
      }
.navigation
      {
      display: block;
      margin: 8px 0 8px 0;
      }
#breadcrumbleft
      {
      width: 140px;
      font-size: 0.85em;
      border-right: 1px solid black;
      height: 20px;
      float: left;
      }
#albumtitle
      {
      font-size: 1.2em;
      font-weight: bold;
      margin: -2px 0 -5px 155px;
      }
#imgtitle
      {
      font-size: 1.3em;
      font-weight: bold;
      text-align: center;
      float: left;
      width: 390px;
      }