﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url("../images/background.png");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	border-top: 2px solid #725972;
	width: 800px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #fff;
}
#masthead {
	width: 778px;
	padding: 10px 15px 10px 5px;
	border: 1px dotted #725972;
	background-image: url('/cgi-bin/randombanner.cgi');
	background-repeat: repeat;
	background-attachment: scroll;
}
#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #725972;
}
#content {
	float: left;
	width: 648px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	text-align: center;
	clear: both;
	width: 798px;
	border: 1px dotted #d8bfd8;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #dfb8df;
	background-color: #6A6AE4;
}
#navigation li a {
	color: #402640;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #6A6AE4;
}
#navigation li a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #503750;
}
#content img {
	padding: 5px;
	border: 0px solid #402640;
}
/* Footer Styles */
#footer p {
	margin: 0;
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
#navigation ul {
                z-index: 1000;
}
#navigation > ul li ul {
                display: block;
                position: absolute;
                visibility: hidden;
                left: 128px;
                width: 148px;
                margin-top: -20px; 
                border-top: #dcdcdc 1px solid;
                border-left: #a9a9a9 1px solid; 
                border-right: #a9a9a9 1px solid; 
                border-bottom: #808080 1px solid
}
#navigation ul Li:hover > ul {
                visibility: visible;
}
a {
	color: #503750;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.header {
	text-align: center;
}
.logo {
	border-width: 0px;
}
.socialborder{
	border-width: 0px;
	margin: 8px;
	margin-right: 0px;
}
.headericons{
	border-style: none;
	border-color: inherit;
	border-width: -1px;
	margin: 2px;
}
.social img{
	opacity:0.8;
}
.social img:hover {
	opacity:1;
 	background: none repeat scroll 0 0 rgba(0,0,255,0.2);
    box-shadow: 0 0 10px rgba(0,0,255,0.8);
}
.addthis_default_style .addthis_separator, 
.addthis_default_style .at300b, 
.addthis_default_style .at300bo, 
.addthis_default_style .at300m, 
.addthis_default_style .at300bs,
.addthis_counter.addthis_pill_style {
	display: inline-block ! important;
	float:none ! important;
	margin-top:2px;
}
.addthis_button_facebook_like > iframe {
	height:20px ! important;
}
.addthis_button_google_plusone iframe {
	height:20px ! important;
}
.at16t_email {
	margin-bottom: 2px ! important;	
} 