/*******
	Global Styles for Deirdre Dyson Paintings
	Author: James Taylor: jamesstephentaylor@hotmail.com
*******/
* { margin: 0; padding: 0; border: 0; }
body { background: #fff; text-align: center; font-family: verdana; font-size: 62.5%; color: #666; margin-bottom: 18px; }
p, h2, h3, ul { font-size: 0.9em; }
p.hide { display: none; }
#wrapper { width: 758px; border: 1px solid #ccc; margin: 18px auto; position: relative; text-align: left; min-height: 420px; }
body.paintings #wrapper { background: url(../images/bg_paintings.png) repeat-y left; }
body.profile #wrapper { background: url(../images/bg_profile.png) repeat-y left; }
	body.paintings #header { height: 47px; background: url(../images/bg_header.png) no-repeat top; position: absolute; top: 0; left: 0; width: 100%; }
	body.profile #header { height: 47px; background: url(../images/bg_header_profile.png) no-repeat top; position: absolute; top: 0; left: 0; width: 100%; }
		h1 { width: 200px; height: 37px; background: url(../images/deirdre_dyson_paintings.png) no-repeat; text-indent: -10000px; margin: 9px 0 0 64px; }
	ul#nav_main { position: absolute; left: 0; top: 47px; }
		ul#nav_main li { display: inline; }
			ul#nav_main li a { display: block; float: left; width: 19px; height: 420px; text-indent: -10000px; }
			ul#nav_main li a#profile { background: url(../images/btn_profile.png) no-repeat top; }
			ul#nav_main li a#profile_on { background: url(../images/btn_profile_on.png) no-repeat top; }
			ul#nav_main li a#paintings { background: url(../images/btn_paintings.png) no-repeat top; }
			ul#nav_main li a#paintings_on { background: url(../images/btn_paintings_on.png) no-repeat top; }
	#nav_sub { margin: 110px 25px 0 66px; width: 197px; text-align: right; float: left; }
		h2 { margin-bottom: 2px; }
		ul#nav_paintings { list-style: none; margin-bottom: 12px; color: #bcbcbc; }
			ul#nav_paintings li { display: inline; margin-left: 10px; }
				ul#nav_paintings li a:link { color: #666; text-decoration: none; }
				ul#nav_paintings li a:visited { color: #666; text-decoration: none; }
				ul#nav_paintings li a:hover, ul#nav_paintings li a:focus { color: #000; }
				ul#nav_paintings li a.on:link, ul#nav_paintings li a.on:hover, ul#nav_paintings li a.on:visited { color: #669999; font-weight: bold; text-decoration: underline; }
		ul#nav_categories  { list-style: none; }
			ul#nav_categories li { margin-bottom: 2px; }
				ul#nav_categories li a:link, ul#nav_categories li a:visited { color: #666; text-decoration: none; }
				ul#nav_categories li a:hover, ul#nav_categories li a:focus { color: #000; }
	#content { margin-top: 65px; }
	body.profile #content { position: absolute; left: 286px; margin-right: 40px; }
		#content ul { list-style: none; margin-bottom: 8px; }
			#content li { margin-bottom: 2px; }	
		#content p { line-height: 1.4; margin-top: 1.2em; }
	#painting { padding-bottom: 8px; }
	#email { position: absolute; top: 21px; left: 287px; }
		#email a { color: #666; text-decoration: none; }
		#email a:hover { color: #000; text-decoration: underline; }