*
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html, body
{
	color: #555;
	background: #000 url('../images/stripe_bkg.png');
    font-family: "Trebuchet MS", "DejaVu Sans", "Bitstream Vera Sans", sans-serif; 
}

h1, h2, h3, h4, h5, h6
{
	color: #fff;
	border-top: 1px solid #0e80ca;
	border-bottom: 1px solid #0e80ca;
	background-color: rgba(35, 35, 35, .45);
}

h1
{
	font-size: 1.85em;
}

h2
{
	font-size: 1.35em;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}

h3
{
	font-size: 1em;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

a
{
	color: #bbb;
	text-decoration: none;
}

a:hover
{
	color: #fff;
	border-bottom: 1px solid #0e80ca;
}

blockquote
{
	color: #ccc;
	background: rgba(50, 50, 50, .45);
	font-size: 0.85em;
	padding: 5px;
	margin-right: 50px;
	margin-left: 50px;
}

#content blockquote p
{
	text-align: center;
	margin: 0;
}

#banner
{
	background-image: url('../images/3xelogo-text-banner-reflection.png');
	background-repeat: no-repeat;
	background-position: center;
	height: 200px;
	text-align: center;
}

#home a 
{
	display: block;
	height: 157px;
	width: 500px;
	margin: 0 auto;
	padding: 0;
	border: none;
}

#home a:hover
{
	border: none;
}

#hover
{
	opacity: 0.0;
	-moz-opacity: 0.0;
	-webkit-opacity: 0.0;
	border: none;
}

#navbar
{
	text-align: center;
	background: rgba(50, 50, 50, .45);
	width: 850px;
	margin: 0 auto;
	padding: 10px;
	height: 50px;
}

#navbar li
{
	display: inline-block;
	margin-right: 40px;
	margin-left: 40px;
	width: 6em;
}

#navbar a 
{
	font-size: 24px;
    font-weight: bold;
	text-decoration: none;
    color: #777;
	border-bottom: 1px solid rgba(0, 0, 0, 0.0);
}

#subnav
{
	text-align: center;
	width: 850px;
	margin: 5px auto;
	height: 50px;
	padding: 0;
	font-size: .75em;
}

#subnav li
{
	display: inline-block;
	width: 8em;
}

#subnav li.spacer
{
	width: 2em;
	font-size: 1.15em;
}

#content
{
	font-size: 10pt;
	text-align: center;
	margin: 20px auto;
	width: 600px;
	padding-top: 5px;
	color: #888;
}

#content p, #content ul
{
	text-align: left;
	margin-left: 30px;
	margin-right: 30px;
}

#content ul li
{
	color: #ccc;
}

#content ul
{
}
.newsbox, .post
{
	background: rgba(50, 50, 50, .45);
	width: 550px;
	padding: 2px;
	padding-left: 8px;
	padding-right: 8px;
	margin: 0 auto;
	text-align: left;
	overflow: auto;
	margin-bottom: 20px;
}

.post_content 
{
	padding: 5px;
	background-color: rgba(0, 0, 0, .45);
	color: #ddd;
	overflow: hidden;
}

.post_content a
{
	color: #555;
}

.post_content h1, .post_content h2, .post_content h3, .post_content h4, .post_content h5, .post_content h6
{
	color: #666;
	border: none;
	background-color: rgba(35, 35, 35, 0.0);
	margin: 2px 0px 0px 2px;
}

.post_content p
{
	margin: 3px 10px 10px 10px;
}

.post_links
{
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0;
	font-size: .75em;
	text-align: center;
}

.post_links a, .post_links a:active 
{
	color: #0e80ca;
	text-decoration: none;
}

.post_links a:hover 
{
	color: #ddd;
	border-bottom: none;
}

.post_nav
{
	font-size: 1em;
	margin-top: -30px;
	margin-left: 200px;
	margin-right: 200px;
}

.readmore
{
	font-size: .65em; 
	float: right;
	margin-right: 10px;
}

table.contact
{
	margin: 0 auto;
}

table.contact input, table.contact textarea
{
	width: 100%;
}

table.contact input[type="text"]
{
    color: #bbb;
    padding: 2px;
    border: 1px solid #105D8F;
    background-color: rgba(50, 50, 50, .65)
}

table.contact textarea
{
    color: #bbb;
    padding: 2px;
    border: 1px solid #105D8F;
    background-color: rgba(50, 50, 50, .65)
}

table.contact div.note
{
    color: #555;
    font-size: 7.5pt;
    margin-top: -10px;
    margin-bottom: 10px;
}

#footer
{
	text-align: center;
}

.copyright
{
	font-size: .65em;
	border-top: 1px solid #0e80ca;
	padding-top: 1px;
	margin: 10px auto;
	width: 400px;
}

.left 
{
	float: left;
}

.right 
{
	float: right;
}

.center 
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.datetime
{
	color: #ddd;
}



