/* CSS Document */


/* Universal stuff */
body {
	margin: 10px 0px 20px 0px;
	background: url(/petridish/images/stripes-grey.gif) #F0F0F0;
	text-align: center;
	}

a, a:link, a:visited, a:active {
	color: #5D798C;
	text-decoration: underline;
	}

a:hover {
	color: #333;
	text-decoration: underline;
	}

#banner {
	background-color: #87A2AB;
	text-align: center;
	padding: 0px;
	margin-botton: 8px; 
	}

fieldset {
	font-size: 11px;  /* 11px = 8pt */
	font-family: Verdana, Arial, sans-serif;
	}

fieldset p {
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	}
	
legend{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #87A2AB;
	padding: 0px 2px 2px 5px;
	font-size: 10pt;
	margin: 0px;
	}

/* fits everything in the main and category index */
#container {
	text-align: left;
	padding: 0px;
	margin: 5px 0px 10px 0px;
	width: 780px;
	}

/* fits everything in the indiv archive and comments  */
#container-small {
	text-align: left;
	padding: 0px;
	width: 516px;
	margin: 5px 0px 10px 0px;
}

/* sidebar on the main index */
#sidebar_left{
	float: left;
	width: 253px;
	border: 1px solid #E5E5E5;
	color: #333;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	background: #F0F0F0;
	text-align: left;
	padding: 5px 1px;
	
	margin-left:0px;
	margin-right: 10px;
	}

/* sidebar on the category index */
#sidebar_right {
	float: left;
	width: 253px;
	border: 1px solid #E5E5E5;
	color: #333;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	background: #F0F0F0;
	text-align: left;
	padding: 5px 1px;
	
	margin-left:10px;
	margin-right: 0px;
	}


/* within the sidebar */

#box fieldset{
	margin: 1px 15px 10px 15px;
	border: 2px #BDCCD1 solid;
	padding: 10px 8px; 
	text-align: left;
	}

#box .bullet {
	border: 0px;
	vertical-align:top;
}
	
#box .point {
	padding: 3px;
	vertical-align: top;
}

#box .projects {
	line-height: 130%;
	}

#box .grouping {
	margin-bottom: 10px;
	}	

.group {
	color: #5D798C;
	font-weight: bold;
	font-size: 10px;
	
}

/* main section of page */
	
#main {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float:left;
	width: 490px;
	border: 1px solid #E5E5E5;
	margin: 10px 0px;
	background: #F0F0F0;
	text-align: left;
	padding: 10px;
	color: #333;
	}
	
#main .title {
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-weight: bold;
}
	
#main fieldset{
	margin: 1px 0px 5px 0px;
	border: 2px #BDCCD1 solid;
	padding: 10px;
	}

#main legend {
	margin-bottom: 5px;
	}

.commentpost {
	color: #999999;
	font-size: x-small;
	text-align: left;
	padding: 0px 3px 6px 3px;
	margin-top: 1px;
	border-bottom: 2px solid #BDCCD1;
}


.content { 
	width: 465px;
	border: 2px #BDCCD1 solid;
	padding: 10px;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333;
	font-size: small;
	letter-spacing: 120%;
	}


.content p {
	color: #333;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	text-align: left;
	}

.content blockquote {
	color: #5D798C;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	text-align: left;
	margin-left: 20px;
	}

.content li {

	}

.content h2 {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	}

.content h3 {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	text-align: left;
	font-weight: bold;
	margin: 15px 2px 0px 2px;
	padding-bottom: 4px;
	border-bottom: 1px solid #999999;
	}

.content p.posted {
	color: #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: right;
	padding: 0px 3px 6px 3px;
	margin-top: 1px;
	}
	
.content p.additional {
	color: #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	border-top: 1px solid #999999;
	text-align: right;
	margin-top: 25px;
	margin-bottom: 2px;
	padding: 3px;
	}
		
.content img {
	border: 0px;
	margin: 3px;
	}

.content .bullet {
	border: 0px;
	vertical-align: middle;
	margin-right: 2px;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px #BDCCD1 solid;
	font-size: small;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px #BDCCD1 solid;
	font-size: small;
}

#submit {
	color: #666;
	background-color: #BDCCD1;
	border: 1px #666 solid;
	height: 19px;
	font-size: xx-small;
	margin: 0px 4px;	
	padding-bottom: 1px;
	font-weight: bold;
}

.caption {
	font-size: xx-small;
	margin-top: 0px;
	margin-left: 6px;
	}

.continue {
	font-size: x-small;
}

.filedUnderMain {
	font-family: Georgia, "Times New Roman", Times, serif;
 	font-weight: bold;
	font-size: 10pt;
	background-color: #A1B8C0;
	color: #F0F0F0;
	padding: 4px 5px 3px 5px;
	text-align: right;
	margin-bottom: 4px;
	}

.filedUnderMain a, .filedUnderMain a:link,  .filedUnderMain a:visited, .filedUnderMain a:active {
	color: #F0F0F0;
	text-decoration: none;
}

.filedUnderMain a:hover {
	color: #F0F0F0;
	text-decoration: underline;
	}

.filedUnderMain img {
	padding: 0px;
	margin: 0px 2px;
	border: 0px;
	vertical-align: bottom;
	}

.returnfront {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #A1B8C0;
	margin-bottom: 2px;
	margin-top: 1px;
}

.bulletnav {
	border: 0px;
	vertical-align: bottom;
	margin-right: 2px;
}

/* might not need these below */	
.filedUnderSub {
	color: #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	border-bottom: 1px solid #999999;
	text-align: right;
	margin: 5px;
	line-height: normal;
	padding: 6px 3px 3px 3px;
}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}