/* Hat tip to Andy Clarke www.transcendingcss.com - Cheers Andy! */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers 
h1,h2,h3,h4,h5,h6 { font-size : 100%; }*/

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }


/* layout.css */

/* html { text-align : center;  }  removed because broke SlimBox rendering */

div#pagebody { 
position : relative; 
width : 860px; 
margin : 0 auto; 
text-align : left; }

div#branding { width : 100%; }

div#contentbody { 
position : relative; 
width : 100%; }

div#mainnav {
left : 0; 
width : 20%; 
padding : 1em 0; 
}

div#content {
left : 20%; 
width : 75%; 
padding : 1.5em 0;

}

form, input, table { margin-left: 20px; }
table { margin-right: 20px; }
  
div#footer { 
position : relative; 
width : 100%; 
padding-top: 20px;}  

div#contactcurator { left: 0; width; 20%; }	
div#contactcurator img {margin: 30px 0 0 20px; }
div#siteinfo { left: 20%; width: 79%; }				
div#siteinfo { text-align : center; padding-top: 10px; padding-bottom: 10px; }

/* =si_clear_children */
.pc,.sc { position : absolute; top: 0; left: 0; }
.clear_children,.cc_tallest { position: relative; } /*\*/* html .clear_children { display: inline;}/**/
.cc_tallest:after { contentbody: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */

/* home page display images */
ul#samples  { position: relative; margin: 20px 0 20px 20px;}
ul#samples li { display: inline; margin: 0 20px 0 0; }

/* Old styles carried over */
/* Featured artist */
div#featuredartist { display: block; position: absolute; 
				top: 25px; 
				right: -50px; 
				width: 300px; 
				z-index:1; }

img#featuredartist { float: right;
					margin: 10px; }
					
img#featuredartist { float: right; }
					
/* Old school styles, will have to stay for now */
.admintables { border-width: 2px; border-color: #FFCCCC; border-style: solid; }