@charset "utf-8";
/* CSS Document stylesheet for anthonywyatt.com */

* {padding:0; margin:0;
font-size:14px;
font-family:Verdana, Arial, Helvetica, Kalimati, sans-serif;
}



/* outer most div */
#space{background-color:#FFFFFF; /* light gray */
margin:0 auto;
padding:0px;
width: 930px;
}


/* header and nav divs */
#header{
background-image:url(/ui_art/headerbg.jpg);
background-color:#999999;
width:930px;
height:230px;
padding:0px;
margin:0px;

}
/*this section is the nav buttons */
#nav{
margin-top:25px;
margin-left:452px;
}

#nav li{
display:inline;
list-style-type:none;
margin:0px;
}


#nav a {
background-image:url(ui_art/navbuttonbg.gif);
background-repeat:no-repeat;
padding:5px 20px 5px 10px;
margin:0px;
text-decoration:none;
color:#000000;
font-weight:bold;
}

#nav a:hover {
background-position:0 -30px;
background-repeat:no-repeat;
color:#4A2500
}

/* content divs  and all news sidebar divs */
#content{
background-image:url(ui_art/contentbg.jpg);
background-repeat:no-repeat;
background-color:#FFFFFF;
width:930px;
min-height:704px;
}
									/* divs for Content */
#newswrapper{
width:700px;
min-width:700px;
margin:0;
padding:0;
float:left;

}
#aboutbgwrapper{
/*background-image:url(ui_art/aboutbg.png);*/
width:700px;
min-width:700px;
margin:0;
padding:0;
float:left;

}

div.news{
margin:10px 30px 20px 30px;
padding:0px 0px 10px 5px;
}
div.abblock{
margin:10px 30px 20px;
padding:0px 0px 10px 5px;
font-size:90%;
}


									/* divs for sidebar */
#sidebarwrapper{
width:230px;
min-width:230;
margin:0;
padding:0;
float:right;
z-index:1;

}

div.sb{

margin:10px 20px 0px 20px;
}

#sb,ul{
list-style:none;

}

/* Divs for the footer */

#footer {
background-image:url(ui_art/footerbg.jpg);
background-repeat:no-repeat;
margin:0;
padding:0;
width:930px;
height:30px;
min-height:66px;
min-width:930px;
float:left;
}

div.footer{
margin:5px 20px 5px 40px;
}



/*Gallery divs and styles*/
		#gallery{
		width:650px;
		min-height:580px;
		min-width:650px;
		margin:5px 20px 0px 30px;
		padding:0px;
		float:left;
		}
		#gnav{
	clear:both;
	width:650px;
	height:80px;
	padding:0px;
	float:left;
		}
		

		
		
		#gpic{
	background-image:url(gallery_art/gallery_default_css.jpg);
	background-repeat:no-repeat;
	width:650px;
	height:500px;
	min-height:500px;
	min-width:650px;
	padding:0px;
	float:left;
		}
		
		iframe.gallery_frame{
	width:650px;
	min-width:650px;
	margin:0px;
	padding:0px;
	min-height:700px;
		}
		
		div.galleryimage{
	overflow:hidden;
	width:650px;
	min-width:650px;
	margin:0px;
	padding:0px;
		}
		
		
		div.thumbnail{
		border-bottom:1px inset #000000;
		width:650px;
		margin:0px 20px 5px 30px;
		padding:10px;
		}
	div.gimageinfo{
	width:650px;
	border-bottom:2px #666666 inset;
	font-size:12px;
	}	
		
/*Creative commons and other Copy Right/left info divs*/		
	div.cc{
	font-size:9px;
	float:left;
	width:650px;
	}
	
	.cc a,span{
	font-size:10px;

	}
	.cc p{
	margin:4px 0 0 95px;
	font-size:10px;}
/*Gallery menu styles	*/	
			#triggers {
			float:left;
			margin:0px 0px 0px 10px;
			padding:5px 0px 5px 0px;
			}
			#triggers li {
			cursor:pointer;
			margin:0px 0px 5px 0px;
			list-style-type:none;
			background-color:transparent;
			font-size: 12px;
			}
			#triggers li:hover{
			color:#666666;
			}
			#default {
			display:none;
			color:black;
			}
			#industrial design {
			color:black;
			}
			#illustration {
			color:black;
			}
			#print {
			color:black;
			}
			/*stuff I added*/
			.detail{
			width:500px;
			height:80px;
			margin:0px 0px 0px 25px;			
			}
			img.thumb{
			border-style:none;
			margin:0px;
			padding:0px;
			width:35px;
			height:35px;
			}
			img.thumb:hover{
			opacity:0.5;
			filter:alpha(opacity=50);
			}



/*Text, link and Pharagraph styling*/
h1.news {
background-color:#CCCCCC;
font-size:16px;
font-family:Verdana, Arial, Helvetica, sans-serif;
padding:0px 5px 0px 20px;
}
h1.sb{
background-color:#CCCCCC;
font-size:12px;
font-family:Verdana, Arial, Helvetica, Kalimati, sans-serif;
padding:0px 5px 0px 5px;
}
h1.ab {
background-image:url(ui_art/about_h1line.png);
background-repeat:no-repeat;
font-size:16px;
font-family:Verdana, Arial, Helvetica, sans-serif;
padding:0px 5px 0px 16px;
}
img {
border-style:none;
}

img.mepic{
margin:-6px 10px -5px 43px;}

.news a{
text-decoration:none;
color:#000000;
font-weight:600;
}
.news a:visited{
text-decoration:none;
color:#666666;
font-weight:600;
}
.news a:hover{
text-decoration:none;
color:#FFFFFF;
font-weight:600;
}

.sb a{
text-decoration:none;
color:#000000;
font-weight:600;
}
.sb a:visited{
text-decoration:none;
color:#666666;
font-weight:600;
}
.sb a:hover{
text-decoration:none;
color:#FFFFFF;
font-weight:600;
}


