/* CSS Document: Slobberdog Studios and Sue Wiley, copyright 2007. Site design by www.cheyenneweaverdesign.com */
/* =HTML tag styles                             */
/***********************************************/ 
html {}
body {font-family: Trebuchet MS, Arial, Helvetica, sans-serif;font-size: 100%;color:#FFFFFF;margin: 0px;margin-top: 0px;padding: 0px;text-align: center; background-color:#000000;}
h1 {font-family: Trebuchet MS, Arial, Helvetica, sans-serif;font-size: 220%;color:#33FFFF;}
h2 {font-family: Trebuchet MS, Arial, Helvetica, sans-serif;font-size: 140%;color:#33FFFF;}
h3 {font-family: Trebuchet MS, Arial, Helvetica, sans-serif;font-size: 130%;color:#FF6600;}
h4 {font-family: Trebuchet MS, Arial, Helvetica, sans-serif;font-size: 130%;color:#CCCC33;}
p {text-indent: 0px;}

/*********** =SiteLinks link styles ***********/
a:hover {color:#FF9900;}
a {text-decoration:none;color:#33FFFF;}
.current a{color:#FF6600;}

/* =Layout Divs                                 */
/***********************************************/
#container {width: 900px;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:15px 0 0px 0;}

#left-col {float:left; width:300px; padding-top:15px; height:610px;}
#main-content {float:right; width:600px; padding-top:15px;}
#footer {clear:both; height:20px; padding-top:25px;}

#logo {padding:0px 0 15px 0px; border-bottom:solid; border-bottom-color:#333333; border-bottom-width:1px;}
#menu {padding:0px 0 10px 10px; width:250px; color:#33FFFF; font-size:120%}
	#menu li ul li{text-indent:15px; }
	#menu li ul li a{font-size:90%;}
	
#main-content a{color:#FF6600; text-decoration:underline;}
#main-content a:hover {color:#FF9900;}
#main-content a:visited {color:#9999FF;}
#contact {}
	#contact h3{padding-bottom:30px;}
	#contact h4{padding:30px 0 10px 0;}
#biography {padding-bottom:20px;}
#biography h3{padding:0 0 30px 0; margin:0;}
#slobberdog {width:500px;}
#gallery-page li {float:left; padding:0px 5px 10px 0;}
.gallery li {float:left; padding:0px 10px 10px 0;}
#home-gallery {}
	#home-gallery li {float:left; padding:0px 5px 0px 0;}
#arrows {font-size:250%;text-align:right;width:100px;position:absolute;left: 800px;top: 55px;}
#arrows a {text-decoration:none; color:#FFFFFF}
#arrows a:hover {color:#FF9900;}
#work {text-align:left; float:right;}
#work img {margin-bottom:10px;}
#events h3{padding-bottom:0px;}
	#events h4{padding:30px 0 10px 0;}
#biography img{position:absolute;left: 17px;top: 475px;}

#copyright {float:left; width:450px; font-size:90%;}
#site-design {float:left; width:450px; text-align:right;  font-size:90%;}
	#site-design a{color:#FFFFFF;}
	#site-design a:hover{color:#FF9900;}
	
/***********************************************/
/* =Normalizes Browser Styles                   */
/***********************************************/
/*--Normalize margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, 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%;}
/*--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: '';}
