/* Start of CMSMS style sheet 'Staywell Gallery' */
/*

[ CSS Document ]

	Style Sheet Name: staywell.css
	Style Sheet URL: http://www.staywellgroup.com.au
	Author: James Beattie - Jimmyweb Web Design
	Author URL: www.jimmyweb.net
	Version: 1.0
	Date: 20/04/09

[ Table Of Contents ]

	0- Reset
	1- Global

*/ 

/* =0 Reset 
�������������������������������������������������������������������*/

	/* Universal - reset browser default styles */
		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 	{ line-height: 1; }
		ol, ul 	{ list-style: none; }
		blockquote, q { quotes: none; font-style:italic;}
		
	/* Define focus styles! */
		:focus 	{ outline: 0; }
		
	/* Highlight inserts somehow! */
		ins 	{ text-decoration: none; }
		del 	{ text-decoration: line-through; }
		
	/* Tables still need 'cellspacing="0"' in the markup */
		table 	{ border-collapse: collapse; border-spacing: 0; }
    
    
    /* =14 Photo Gallery
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/  
  
   body {
     background: #000;
   }

	/* Photo Gallery Page */
		/* Style Resets */	
		#galBody{background: #000;}	
		#galBody #content{background: none;}
		#galBody #content_wrap{background: none;}			
		/* Gallery */		
		#galleryContent { margin: 0 auto; padding: 0px; width: 959px; position: relative;}	
		#galleryContentMain { width: 899px; float: left; padding: 20px 30px 20px 25px; position: relative;}	
		#black {background: #000; clear: both; width: 959px; float: left; padding: 20px 0 4px 0px; position: relative; left: -5px; margin-top: 8px;margin-bottom: 5px; top: -20px; }
		.caption{ font-style: italic; color: #887; font-size: 0.8em;}
		.demo { position:relative; margin-top: 2em;}
		.gallery_demo { width: 912px; margin: 0 auto;}
		.gallery_demo li { float: left; border: 3px double #323232; padding: 0; margin: 0 5px 0 0; background: #000; list-style-type: none; width: 80px; height: 40px; cursor: pointer;}
		.gallery_demo li div{ left: 240px}
		.gallery_demo li div .caption{ font: italic 0.7em/1.4 georgia,serif;}
		#main_image { margin: 0px auto 10px; width: 800px; background: black;}
		#main_image img { margin-top: 0px; margin-bottom: 4px;border: 3px double #323232;}
		#black #subheading {clear: both; border-bottom: 2px solid #1e1e1e; font-size: 0.6em; text-align: right; padding: 0; margin: 0 27px 6px 27px; 
		font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-weight:900; color: #887; position: relative; top: -10px;}
		.nav{ clear:both; font-family: 'helvetica neue', sans-serif; font-size: 0.6em; letter-spacing: 3px; text-transform: uppercase; position: absolute; top: 26px; left: 25px;}
		#content .nav a:link, #content .nav a:visited { text-decoration: none; color: #c2c2c2;}
		#content .nav a:hover { text-decoration: none; color: #fff;}	
    #close { position: relative; top: 10px; left: 20px;}
    #close a {border: none;}
    #close a img{border: none;}
/* End of 'Staywell Gallery' */

