/*

margoray.com
coded by Kevin Finlayson 
Principal Designer,
Dust and Mold 
info@dustandmold.net
© 2006 Dust and Mold
Dissect only

See related IE.css files for future-proofing and IE hacking.

TOC:

1. Global Reset
2. Structure
3. Navigation
4. Typography
5. sIFR
6. Accessibility
7. Special Rules

I reserve the right to not follow this scheme ;)

*/

/* (1) GLOBAL RESET

This reset replicates mozilla/standards whitespace and flow behaviours across all browsers.  Major shouts to Left Justified: http://leftjustified.net/journal/2004/10/19/global-ws-reset/

*/

* {
padding:0;
margin:0;
font-size: 1em;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin:20px 0; 
}

li, dd { 
	margin-left: 40px; 
}

fieldset { 
	padding:10px; 
}

/* (2) STRUCTURE */

/* Uncomment for full-height pages
html, body {
height: 100%;
}
*/

/*10 pt standard text size - for 11pt switch to 67%*/
body {
	font: 62.5%/1.6em "Lucida Grande", 'Lucida Sans', verdana, arial, sans-serif;
	color: #666;
	background-color: #efefef;
}             

strong {
	font-weight: bold;
}                    

em {
	font-style: italic;
}

#wrapperfull {
	width: 780px;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
	height: auto; /*switch to 100% for full height sites*/
	background: transparent url('comps/bg4.gif') repeat-y left top;
	margin-top: 25px;
}

#header { 
	width: 780px;
	height: 50px;
	background: transparent url('comps/head7.gif') no-repeat left top;
	position: relative;
}

#content {
	width: 780px;
	min-height: 530px;
	height: auto;
	text-align: center;
}

#footer {
	width:780px;
	height: 70px;
	background: transparent url('comps/foot5.gif') no-repeat left top;
	
}


/* (3) NAVIGATION */

ul#nav {
	left: 210px;
	position:absolute;
	top: 11px;
	height: 40px;
	list-style: none;
	background-color: transparent;
	line-height: 1em;
	margin-top: 0px;
}

ul#nav li {
	float: left;
	margin-left: 10px;
}

ul#nav li a, ul#nav li a:visited {
	display: block;
	width: auto;
	padding: 13px 20px 0px 20px;
	font: 10px/1.3 verdana, 'lucida grande', arial, sans-serif;
	color: #fff;
	letter-spacing: normal;
	height: 21px;
	float: left;
}

ul#nav li a:hover {
	text-decoration: underline;
}

#index #home a, 
#gallery #gallerynav a, #multiples #gallerynav a, #installation #gallerynav a, #collage-paintings #gallerynav a,
#extras #extrasnav a, 
#about #aboutnav a {	
	color: #ffffff;
	background: transparent url("comps/arrow.gif") no-repeat center bottom;
}

/* (4) TYPOGRAPHY */

p{
	margin-top: 0px;
	margin-bottom: 2em;
}

a, a:visited {
	color: #92b528;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	font-family: Helvetica, "Lucida Grande", arial, sans-serif;
	color: #666;
	margin-top: 0px;
	margin-bottom: 0.3em;
}

h1 {
	font-size: 2.16em;
	margin:0;
	padding:0;
}

h2 {
	font-size: 1.64em;
}

h3 {
	font-size: 1.45em;
	margin-bottom: 20px;
}

h4 {
	font-size: 1.18em;
	
}

h5 {
	font-size: 1em;
	margin-top: 20px;
}
                                

/* (6) ACCESSIBILITY */

a.logo_outdent {
	position: absolute;
	left: 35px;
	top: 10px;
	display: block;
	height: 40px;
	width: 120px;
	text-indent: -1999px;
}


/* (7) SPECIAL RULES */

#index #content img {
	margin:0;
	padding:0;
	margin-top: 30px;
}                         

/*  whatevah
------------------------------------------------------------------*/

ul#prevnext {
	width: 300px;
	margin: 0px 145px 30px 130px;
	height: auto;
	
}   

ul#prevnext li {
	float:left;
	width: 80px;
	margin: 0px 10px;
}              

li#prev {
	text-align: right;	
}                    

li#next {
	text-align: left;
}                   

li#grid {
	text-align: center;
}


img {
border:none
}

p{
font-size:11px;
padding:1em 0
}

#index #content {
	min-height:460px;
	margin-top: 70px;
}

#index img {
	border: 15px solid #efefef;
	padding: 5px !important;
}

#about #content, #extras #content {
	text-align: left;
	padding: 0 120px;
	padding-top: 60px;
	min-height: 430px;
	height: auto;
	width: auto;
}     

#gallery #content {
	padding: 60px 0px 0px 40px;
	min-height: 470px; 
	width: 715px;
}

#content ul {
	list-style: none;
}

#content li {
	margin-left: 0;
}              

/* gallery
------------------------------------------------------------------*/

.gallery-cat-wrapper {
	float: left;                                        
	margin-left: 30px;  
	margin-top: 15px;
}              

.gallery-cat-wrapper img, .gallery-cat-wrapper a {
	float: left;
}         

.gallery-cat-wrapper img {
	margin-top: 10px;
}        

#multiples img, #installation img, #collage-paintings img {
	margin: 0px 15px 15px 0px;
}          

#multiples #content, #installation #content, #collage-paintings #content {
	text-align: left;  
	padding: 60px 90px 0px 105px;
	min-height: 470px; 
	width: 580px;
}                   

#multiples h2, #installation h2, #collage-paintings h2 {
	margin-bottom: 20px;
}                        

.go-back {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
                  

#image-container {
	text-align: center;       
	width: 570px;
}                       

#image-container img {
	margin: 0px;
}                

#caption {
	width: 200px;
	margin: 0px auto;
}               

/* about
------------------------------------------------------------------*/

#about h4 {
	margin-top: 0px; 
	width: 100%;          
	margin-bottom: 11px;  
	clear: left;
}                         

#about #cv h2 {
	margin-bottom: 15px;
}

#about #cv p {          
	margin-top: 0px;
	margin-left: 90px;  
	margin-bottom: 1em;
	padding-top: 0px;
}                    

#about #cv p.date {
	float: left;
	margin: 0px;
	font-weight: bold;   
	clear: left;   
	width: 70px;
}                  

#about #cv {
	margin-bottom: 30px;
}