@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	border: 0;	
}

body {
	background-image: url(../images/topback.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666;
}

a {
	text-decoration:none;
	color:#900;
}

a:hover {
	background-color: #FEE;
	border-bottom: 1px solid #FCC;

}

ul.linkList {
	list-style: none;	
}
ul.linkList li{
	list-style: none;
	display: inline;
}
ul.linkList li a{
	display:inline-block;
	width: 179px;
	border-bottom: 1px solid #EEE;
	font-size: 14px;
	padding: 3px 0px 3px 5px;
}
ul.linkList img {
	margin-bottom: -2px;
	margin-right: 3px;
}
ul.linkList li a:hover{
	list-style: none;	
}

div#container {
	margin: 0 auto;
	width: 860px;
	overflow: auto;
}

ul#navlist {
	list-style: none;
	float: right;
	margin-top: 168px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
	ul#navlist {margin-top: 169px;} 
}

ul#navlist li {
	display: inline;
}

ul#navlist li a {
	padding: 7px 15px 7px 15px;
	font-weight: bold;
	color: #900;
	margin-right: 10px;
}

ul#navlist li a:hover {
	background-color: #CCC;
	border:none;
}

ul#navlist li.current a {
	background-color: #FFF;
	border: 1px #CCC solid;
	border-bottom: 0;
	color: #000;
	text-shadow: 2px 2px 2px #CCC;
}

div.box1 {
	margin: 35px 10px 0px 0px;
	width: 400px;
	float: left;
	line-height: 1.5em;
}

div#about_box {
	margin-top: 0;	
	float: left;
	width: 400px;
	clear: left;
}

div.box2 {
	margin: 15px 0px 35px 0px;
}

div.work_item {
	margin: 35px 10px 0px 0px;
	width: 100%;
	float: left;
}


h1 {
	font-size: 1em;	
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	padding: 10px 0px 10px 0px;
	margin-bottom: 20px;
}

img#mugshot {
	margin: 0px 10px 20px 0px;
	padding: 5px;
	border: 1px solid #CCC;
	float: left;
}

img.smallicon {
	margin-right: 5px;
}

img.work_thm {
	padding: 5px;
	border: 1px solid #CCC;
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}

img.work_thm a {
	border: 1px solid #FCC;
}


ul.newslist {
	list-style: none;
	font-size: 0.9em;
}

li.newsitem {
	padding: 10px;
	border: 0px;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	margin-bottom: 10px;
	background-color: #f5f5f5;
}





div#gnews {
	float: right;
	width: 440px;
	margin-top: -344px;
}

.subtext {
	font-size: .8em;
	margin-right: 10px;
}





div#tweet {
	width: 355px;
	height: 60px;
	overflow: visible;
	padding: 28px 20px 20px 25px;
	float:left;
	font-size: 1em;
	color: black;
	background-image: url(../images/tweetback.png);
	background-repeat: no-repeat;
	line-height: 1.2em;
	clear: left;
}

div#amethyst_container {
	width:262px;
	height:162px;
	overflow:hidden;
	float:left;
}

div#amethyst_container {
	margin-right: 18px;
}

div#footer {
	background-image:url(../images/footback.gif);
	background-repeat: repeat-x;
	background-color: #000;
	margin-top: 50px;
	height: 400px;
}

div#footer_content {
	padding-top: 15px;
	width: 860px;
 	margin: 0 auto;
	font-size: 0.9em;
}

div#footer_content a:hover {
	background-color: #000;
	border-bottom: 1px solid #FCC;
}