@charset "utf-8";
/*
	Technoangel Studios
	Version 4.0
	February 23, 2010
*/

/* General Styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: url(images/background-diamonds.jpg) repeat;
	color: #292929;
}
p {font-size: 80%; margin:0;padding:8px 0;}
img {border:0;font-size:80%;}
a, a:visited {
	color:#305364;
	text-decoration: underline;
}
h1 {font-size: 110%;font-weight: bold;}
h2 {font-size: 100%;font-weight: bold;border-bottom: 1px solid #628b9e;	margin: 0;}
h3 {font-size: 90%;font-weight: bold;}
h3.subscript {font-size: 80%;margin-top: 0;text-align: right;font-weight: normal;}
h4 {font-size: 80%;font-weight: bold; margin: 0;}
ul, ol {padding: 0;}
li {font-size: 80%;list-style:none;background:url(images/bullet.gif) top left no-repeat; line-height: 1.2em; padding: 0 0 0 8px;}
li ul li, li ol li {font-size:100%;}
.right {text-align:right;}

/* Global Template Styles */
div#container {
	width: 900px;
	margin: 5px auto;
	border: 5px solid #628b9e;
	background: #f8f8f8;
}
div#container div#header {
	height:163px;
	width: auto;
	background: url(images/header.jpg) top left no-repeat;
}
div#container div#header h1 {display:none;}
div#container div#menu {
	text-align: center;
	font-size: 80%;
	padding: 0;
	margin: 0px 0 20px 0;
	height:30px;
	background: url(images/menu-bg.jpg) top center no-repeat;
	overflow:hidden;
}
div#menu a {
	margin: 0 20px;
	padding: 0;
	text-align:center;
}
div#menu a.home {
	display: inline-block;
	width: 76px;
	height: 30px;
	background: url(images/menu-home.gif) no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}
div#menu a.robyn {
	display: inline-block;
	width: 118px;
	height: 30px;
	background: url(images/menu-robyn.gif) no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}
div#menu a.sadboy {
	display: inline-block;
	width: 130px;
	height: 30px;
	background: url(images/menu-sadboy.gif) no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}
div#menu a:hover.home, div#menu a:hover.robyn, div#menu a:hover.sadboy  {  
    background-position: 0 -30px;  
}
div#container div#content {
	width: auto;
	margin: 0 20px;
	padding: 0;
}
div#container div#footer {
	text-align: center;
	font-size: 70%;
	padding: 5px 0;
	border-top: 1px solid #628b9e;
	width: 860px;
	margin: 0 auto;
	clear: both;
}

/* Thumbnail Display Styles */
div.thumbnail {
	width: 100px;
	position: relative;
	float: left;
	padding: 0 25px 25px 0;
}
div#right_column div.thumbnail {padding: 0 0 25px 25px;}
div.thumbnail img {
	border: 1px solid #628b9e;
}
div.thumbnail span {
	position: absolute;
	top: 85px;
	left: 65px;
	backgruond
}
div#right_column div.thumbnail span {left:90px;}
div.thumbnail span a {
	color: #292929;
	text-decoration:none;
	font-size: 70%;
	font-weight: bold;
}

/* Tables */
table {
	font-size: 80%;
	border: 1px solid #628B9E;
	background: #fff;
	margin: 0 0 10px 0;
	width: auto;
}
table td {
	padding: 5px;
}

/* Homepage Styles */
div#left_column {
	width: 450px;
	float: left;
	padding: 0;
}
div#right_column {
	width: 385px;
	float: right;
}
div#left_column h4 {
	text-align: right;
	margin-bottom: 20px;
}
div#left_column div#sister_sites {
	width: 205px;
	float: left;
}
div#left_column div#conventions {
	width: 215px;
	float: right;
}
div#sister_sites p.title, div#conventions p.title {
	text-align: left;
	border-bottom: 1px solid #628b9e;
	color: #305364;
	font-weight: bold;
	padding: 0;
}
div#sister_sites p img {
	margin: 5px;
}
p.title a {
	text-decoration: none;
}
div#conventions ul {
	margin: 5px 0 0 0;
	padding: 0;
}

/* Gallery/Bio Page Styles */
div#gallery {
	width: 640px;
	float: left;
	padding: 0;
}
div#gallery div#navigation {
	clear:left;
	font-size:80%;
	height:1.2em;
	margin:0 25px 0 10px;
	padding:10px 0;
	text-align:center;
}
div#biography {
	width: 210px;
	float: right;
	margin: 0;
	padding: 0;
	font-size: 85%;
}
div#biography h2 {
	font-size: 90%;
	margin-top: 10px;
}
div#biography h2.top {margin-top:0;}
div#biography p {padding: 5px 0;}
div#biography ul {
	margin: 3px 0 10px 0;
	padding: 0;
}
div#biography ul li {
	line-height: 1.2 em;
	font-weight:bold;
	background: none;
}
div#biography ul li a {
	text-decoration: none;
}
div#biography ul li a:hover {
	text-decoration: underline;
}
div#biography ul li#on {
	background:transparent url(images/arrow.gif) no-repeat scroll left center;
	padding:0 0 0 8px;
}
#twitter_div {
	width: auto;
	margin: 0px 10px 0px 0px;
	border: 0;
	background: transparent;
	padding: 0;
}
#twitter_div ul#twitter_update_list li {
	padding: 0 0 5px 0;
	font-weight: normal;
}

/* Image Display Page Styles */
div#content p.display {
	text-align: center;
}
div#content p.display img {
	border: 2px solid #628b9e;
}
div#description {
	width: 500px;
	margin: 10px auto;
}

/* Contact Form Styles */
div#content form {
	width: 500px;
	margin: 0 auto 20px auto;
}
div#content input.wide, div#content textarea {
	width: 492px;
	border: 1px solid #628b9e;
	background: #FFFFFF;
	padding: 3px;
}
div#content select {
	width: auto;
	border: 1px solid #628b9e;
	background: #FFFFFF;
}
div#content input.button {
	width: auto;
	padding: 1px;
}
div#content form label {
	font-size: 80%;
}

/* Comment Styles */
#comment_container {
	background: #f8f8f8;
	border: 2px solid #628b9e;
	margin: 10px;
	padding: 10px;
	width: auto;
	text-align: left;
}
#comment_container h1 {
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
#comment_container h2 {
	font: bold 80% Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #628b9e;
	color: #305364;
	margin-top: 25px;
}
#comment_container p {
	font: normal 70% Verdana, Arial, Helvetica, sans-serif;
}
#comment_container abbr {
	background: none;
}
#comment_container p a {
	font-weight: bold;
	color: #305364;
	text-decoration: none;
}
#comment_container p a:hover {
	text-decoration: underline;
}
#comment_container p.small {
	font-size: 70%;
}
#comment_container form textarea {
	width: 90%;
}
.comment_box {
	width: 95%;
	margin: 10px auto 20px auto;
	border-bottom: 1px solid #e7e7e7;
}
.comment_box p.header {
	font-weight: bold;
	border-bottom: 1px solid #628b9e;
}
#left_column #commentform p textarea#comment {
	width: 425px;
}