/*
Template: areinet
Theme Name: areinet default
Description: Custom theme for arei.net
Author: Glen R. Goodwin
Author URI: http://www.arei.net
*/

p,td,div,span
{
}

a
{
	color: #0099FF;
	text-decoration: none;
}

a:hover
{
	color: white;
	text-decoration: underline;
}

a:visited
{
	color: #0099FF;
	text-decoration: none;
}

html
{
	background-color: black;
}

body
{
	background-color: black;
	font-family: sans-serif;
	color: white;
}

.footer
{
	border-top: 1px solid #C0C0C0;
	clear: both;
	color: #808080;
	font-size: x-small;
	overflow: hidden;
	padding: 1px 10px 3px 10px;
	text-align: center;
}

.banner
{
	height: 170px;
	width: 100%;
	background: black url("images/areinet.banner.background.jpg") repeat-x scroll 0px 0px;
}

.logo
{
	height: 170px;
	width: 672px;
	background: black url("images/areinet.banner.logo.jpg") no-repeat scroll 0px 0px;
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
}

.rss
{
	height: 28px;
	width: 28px;
	background: transparent url("images/areinet.banner.rss.jpg") no-repeat scroll 0px 0px;
	position: absolute;
	top: 137px;
	right: 3px;
	z-index: 10000;
	cursor: pointer;
}

.license
{
	height: 15px;
	width: 80px;
	position: absolute;
	top: 150px;
	left: 3px;
	cursor: pointer;
	z-index: 10000;
	background: transparent url("images/areinet.banner.license.jpg") no-repeat scroll 0px 0px;
}

.title
{
	color: #808080;
	font-size: x-large;
	text-align: center;
	border-bottom: 1px solid #C0C0C0;
	padding: 2px 5px;
}

.none
{
	padding: 20px;
	font-size: x-large;
	font-weight: bold;
	float: left;
	width: 85%;
}

.entries
{
	padding: 5px 10px;
	float: left;
	width: 85%;
}

.entry
{
	padding: 2px 5px;
	margin-bottom: 25px;
}

.entry-title
{
	font-size: x-large;
	font-weight: bold;
	color: white;
	margin-bottom: 3px;
}

.entry-metadata
{
	font-size: small;
	color: #A0A0A0;
	padding-bottom: 5px;
	padding-left: 4px;
}

.entry-metadata a
{
	color: #0099FF;
	cursor: pointer;
}

.entry-metadata a:hover
{
	color: white;
	text-decoration: underline;
}

.entry-body
{
	font-size: small;
	color: white;
	margin-bottom: -3px;
	border-top: 3px solid #808080;
	border-bottom: 3px solid #808080;
}

.entry-body p
{
	font-size: 115%;
	padding: 10px;
}

.entry-body pre
{
	font-size: 115%;
	padding: 0px 10px;
}

.entry-body ul li
{
	list-style-type: square;
	padding: 5px 20px;
	list-style-position: inside;
	font-size: 115%;
}

.entry-commentlink
{
	font-size: small;
	color: #A0A0A0;
	padding-left: 4px;
	padding-top: 3px;
	overflow: hidden;
}

.entry-commentlink-link
{
	float: left
}

.entry-commentlink .addthis
{
	float: right;
	padding-top: 2px;
}

.entry-commentlink .addthis img
{
	opacity: .5;
	-moz-opacity: .50; 
	filter: alpha(opacity=50);  
}

.menu
{
	float: right;
	padding: 10px 0px 10px 10px;
	width: 11%;
}

.menu-title
{
    text-align: right;
    font-size: smaller;
    color: #999999;
    padding-bottom: 3px;
    padding-right: 10px;
    display: block;
    text-transform: lowercase;
    text-decoration: underline;    
}

.menu-section
{
	padding-bottom: 15px;
}

.menu-section a
{
	text-align: right;
	font-size: smaller;
	color: #0099FF;
	padding-bottom: 3px;
	padding-right: 10px;
	cursor: pointer;
	background: transparent url("images/areinet.menu.selected.jpg") no-repeat scroll 30000px 0px;
	display: block;
	text-transform: lowercase;
}

.menu-section a:hover
{
	background-color: #333333;
	background-position: 0px 0px;
	text-decoration: underline;
	color: white;
}

.comments
{
	padding: 2px 5px; 
}

.comments-heading
{
	font-size: medium; 
	font-weight: bold; 
	padding-bottom: 3px;
}

.comment
{
	border-left: 1px solid #404040; 
	padding: 2px 5px;
	margin: 10px 0px;
}

.comment-metadata
{
	font-size: small;
	color: #A0A0A0;
	padding-bottom: 5px;
}

.comment-metadata a
{
	color: #0099FF;
	cursor: pointer;
}

.comment-metadata a:hover
{
	color: white;
	text-decoration: underline;
}

.comment-body
{
	font-size: small;
}

.addcomment
{
	border: 2px solid #404040; 
	padding: 5px; 
	margin-top: 10px; 
	background-color: #A0A0A0;
}

.addcomment-title
{
	padding: 0px 0px 3px; 
	font-size: medium; 
	font-weight: bold;
	color: black;
}

.addcomment-fields
{
}

.addcomment-field
{
	float: left; 
	width: 31%; 
	margin-right: 1%;
}

.addcomment-field-label
{
	font-size: small;
	color: black;
	font-weight: bold;
}

.addcomment-field-input-text
{
	border: 2px solid #404040;
	background-color: #CCFFCC;
	width: 100%;	
	font-family: sans-serif;
	font-weight: bold;
	font-size: small;
}

.addcomment-field-input-text-required
{
	background-color: #FFCCCC;
}

.addcomment-body
{
	clear: both; 
	float: none; 
	width: 95%; 
	padding: 5px 0px; 
}

.addcomment-body-label
{
	font-size: small;
	color: black;
	font-weight: bold;
}

.addcomment-body-textarea
{
	border: 2px solid #404040; 
	clear: both; 
	background-color: #FFCCCC; 
	width: 99%;	
	font-family: sans-serif;
	font-weight: bold;
	font-size: small;
	overflow-y: scroll;
}

.addcomment-buttons
{
}

.addcomment-button
{
	font-size: 70%;
	font-weight: bold;
}

.alignright
{
    float: right;
}

.entry-body
{
    overflow: hidden;
}

.entry-body img
{
    padding: 5px;
}

.entry-body strong
{
    font-weight: bold;
}

.entry-body blockquote
{
    padding: 10px 25px; 
}
