/* .related class used with the "Yet Another Related Posts Plugin" by Michael Yoshitaka Erlewine. http://mitcho.com uncomment if you'd like to use it.*/

.related {
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
	padding-bottom:0px;
	padding-left:20px;
	
	padding-top:10px;
	background:#eee;
}

.related ul{
margin-top:0px;
}

.related ul a{
	color:#aaa;
	
}

.related ul a:hover{
	color:#ccc;	
}

.relatedItem {
	padding:5px;
	margin:5px;
	padding-left:30px;
	margin-left:-50px;
	background:#fff;
	list-style:none;
}


/* Downloads list */

.az_index_head {
	font-size:1.2em;
	font-family:Georgia;
	font-weight:bold;
}

.azindex ul {
	border:none;
}

.azindex ul li {
	min-height:80px;
}

.az_index_links{
	display:block;
	width:100%;
	font-size:.8em;
	padding:3px;

	bottom:10px;
}

.az_index_desc {
	font-size:.8em;
	padding:3px;
	margin-bottom:0;
}

.dl_img_container {
	float:right;
	margin-top:-20px;
}

/*	Footnotes plugin	*/
.footnotes {
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	font-size:12px;
}

.footnotes ol li{
	font-size:10px;
	margin-bottom:10px;
}
 
/* Ugly update notice. Needs work */
.update {
	padding:30px 30px 20px 30px;
	display:block;
	margin:20px 40px 20px 20px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;	
	background:#ffe7a6;
}

/* CForms Styling. Additional selectors in WP-Admin panel. */

.cform { 
	margin:10px auto 0 auto; 
	width: 610px; 
}

.cform label, .cform label span {
	width:100px; 
}

label.cf-group-after {
	width:100px;
}
label.cf-group-after span {
	width:100px;
	display:block;
}

.cform input,
.cform textarea,
.cform select {
	width:430px;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	width:430px;
}
.cform .cf_date {
	width:410px!important;
}

.cform select,
.cform select:hover {
	width:442px; 
}  

.cform textarea {
	height:12em;
}

.cform input.fldrequired,
.cform input.fldrequired:hover{
	width:428px;
}

.cform select.fldrequired,
.cform select.fldrequired:hover {
	width:442px;
}

/* Sociable */
div.sociable { 
	margin: 16px 0; 
	width:600px;
	}


.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
/*.sociable ul li:before { content: ""; }*/
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}


