/* CSS Document for John Bittick Pastels*/
/***********************************************/
/* =HTML tag styles                            */
/***********************************************/ 
html {background:url(/images/backgrounds/bg-black.png) repeat 0px 0px; background-attachment:fixed;}
body {font-family: Verdana, Helvetica, sans-serif;font-size: 12px;color:#CCCCCC;margin: 0px;margin-top: 0px;padding: 0px;text-align: center;}

h1 {font-family:Helvetica, Verdana, Arial, sans-serif;font-size: 12px;color:#999999; font-style:italic;}
h2 {font-family: Arial, sans-serif;font-size: 14px;color:#999999;}
h3 {font-family:Helvetica Neue Light, Helvetica, Verdana, Arial, sans-serif;font-size: 17px;color:#CCCCCC;}
h4 {font-family:Helvetica Neue Light, Helvetica, Verdana, Arial, sans-serif;font-size: 15px;color:#CCCCCC; font-style:italic;}
p {text-indent: 0px; color:#666666; font-style:italic;}

/* =Layout Divs                                 */
/***********************************************/
#container {width: 950px;position: relative; /* makes "container" the containing block */margin: 0 auto; /* the proper css way to center */text-align: left; /* overrides text-align rule on body */padding:0 0 0 0;}
#menu {padding:20px 0 20px 20px;}
#menu li{padding:10px 0 0 0px;}
	#menu_artstate{padding:30px 0 0 170px;}
#main_nav{padding:30px 0 0 0;}
#logo {padding:40px 0 0 15px;}
#logo2 {padding:0 0 0 130px;}
	#logo-hand {padding:0 0 0 70px;}
	#artstate {padding:50px 0 0 70px;}
	#johnbittick_1 {padding:0 0 0 0px; text-align:center;}
	#about {padding:0 0 0 70px;}
	#sig {text-align:center;}
#signature {float:right;}
#gallery {padding:20px 0 0 15px;}
#gallery-selection {padding: 0 0 0 185px;}
	#gallery-selection li {padding:20px 50px 20px 0;}
#content {padding: 20px 0 40px 10px;float:left; width:100%; font: Helvetica Neue, Helvetica, Verdana, Arial;color:#333333; font-size:13px;}
	#main {padding-left:100px;width:550px;color:#666666;}
	#ordering {padding: 40px 0 15px 175px;}

	#images {padding-left:100px;width:800px}
#footer {width:900px; text-align:center; padding:50px 0 20px 0;}

/*********** =SiteLinks link styles ***********/
a:hover {color:#CCCCCC;}
a {text-decoration:none;color:#444444;}

/***********************************************/
/* =Normalizes Browser Styles                   */
/***********************************************/

/*--Normalize margin, padding */
body, div, dl, dt, dd, ul, ol, li, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0; 
	padding: 0;
	}
	
/*--Normalize font-size for headers*/
 h4, h5, h6 {
	font-size: 100%;
	}

	
/*--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: '';
	}

