* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}
html {
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 101%;
}
body {
	background-image: url(/inc/img/mobius/grad.png);
	background-repeat: repeat-x;
	background-color: #0060B6;
	margin: 0 auto;
	font-size: 10px;
	font-family: Helvetica, Arial, Sans-Serif;
}
#master {
	width: 80%;
	min-width: 800px;
	margin: 0 auto;
}
#master.gallery {
	min-width: 1015px;
	text-align: left;
	padding: 0;
	margin: 0 auto;
}
#gallery-wrap  {
	min-width: 800px;
}
#blog-wrap {
	width: 800px;
	margin: 0 auto;
}
#enn-header {
	margin:0 auto;
	margin-top:75px;
	margin-bottom: 4px;
	min-height: 125px;
	min-width: 788px;
}
#enn-header.gallery {
	width: 80%;
	min-width: 800px;
}
#enetbuttons {
	float:right;
	margin-top:20px;
}
#enetbuttons a:active img {
	top: 1px;
}
#menu {
	font: Helvetica, Arial, Sans-Serif;
	padding: 3px;
	background: transparent;
	color: white;
}

#left-nav {
	margin-right: 15px;
	float: left;
	width: 150px;
	text-align: center;
	color: transparent;
	margin-top: 20px;
}
#left-nav ul {
	
}
#left-nav ul, #left-nav li {
	list-style: none;
}
#left-nav .cat-item a, #searchsubmit, #submit {
	font-size: 1.8em;
	border: 0;
	background: url(/inc/img/mobius/button_overlay.png) repeat-x;
	background-color: rbga(20,20,20,0.8);
	display: inline-block; 
	padding: 2px 5px 2px 5px;
	width: 90%;
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	margin-right: 1px;
	margin-bottom: 6px;
}
#left-nav .cat-item a:hover , #searchsubmit:hover, #submit:hover { background-color: rgba(1,1,1,0.6); color: #fff; }
#left-nav .cat-item ul.profile-icons li a:active, #searchsubmit:active, #submit:active { top: 1px; }
#s {
	margin-top: 15px;
	padding: 2px;
	color: #fff;
	width: 142px;
	font-size: 1.5em;
}
#searchsubmit {
	margin-top: 15px;
	width: 148px;
	text-transform: lowercase; 
}
#content #searchform {
	margin-top: 40px;
	text-align: center;
}
.screen-reader-text {
	display: none;
}
#content {
	padding-top: 10px;
	color: white;
	font-family: Helvetica, Arial, sans-serif;
	float: right;
	width: 625px;
}
#blog-footer {
	font-size: small;
	color: #e0e0e0;
	margin: 20px 0px;
	text-align: center;
}
a {
	text-decoration: none;
	color: white;
	outline-style:none;
	outline-width:0;
}
a img {
	border-style: none;
	outline-style:none;
	outline-width:0;
}
a:active {
	outline-style:none;
	outline-width:0;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	float: center;
	margin: 0 auto;
	text-align: center;
}
.post {
	/*controls forum and blog post classes!*/
	padding: 11px 6px 6px 11px;
	background-color: rgba(1,1,1,0.3);
	border-right-color: rgba(1,1,1,0.2);
	border-bottom-color: rgba(1,1,1,0.2);
	border-left-color: rgba(10,10,10,0.2);
	border-top-color: rgba(10,10,10,0.2);
	border-style: solid;
	border-width: 1px 5px 5px 1px;
	min-height: 80px;
}
.entry {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	padding-bottom: 4px;
}
.entry p {
	padding: 0.8em 1em;
}
.entry a {
	font-weight: bold;
	color: #d3d3d3;
}
.entry ul {
	list-style: none;
	margin-left: 0;
	padding-left: 2em;
	text-indent: -1em;
}
.entry ul li {
	margin-bottom: 3px;
	padding-top: 1px;
}
.entry ul li:before {
	content: "\00BB \0020";
}
.entry ol {
	padding-left: 2em;
	margin: 1em 2em;
}
.entry ol li {
	margin: 1.2em 0em;
}
.entry list {
	margin: 2em;
}
.entry list li {
	margin-left: 2em;
}
.entry h2 {
	padding-top: 2em;
	font-size: 1.1em;
}
.entry h2:before {
	content: "\00BB \0020";
	margin-top: -4px;
}
.entry img {
	margin: 1em .2em;
	border-bottom: 3px rgba(10,10,10,0.4) solid;
	border-right: 3px rgba(10,10,10,0.4) solid;
	border-top: 1px rgba(250,250,250,0.2) solid;
	border-left: 1px rgba(250,250,250,0.2) solid;
}
.entry a img {
	text-decoration: none;
	border-bottom: 3px rgba(10,10,10,0.4) solid;
}
.entry a:hover img {
	opacity: 0.85;
}
.postmetadata {
	margin-bottom: 40px;
	margin-right: 11px;
	padding-top: 4px;
	color: #bfbfbf;
	text-align: right;
	font-size: 11px;
}
.headline {
	line-height: 1.2em;
	font-size: 18px;
	padding-bottom: 3px;
}
.leaf {
	height: 1.4em;
	background: transparent url('/inc/img/mobius/leaf.png') center center no-repeat;
	clear: both;
}
.date-author {
	color: #bfbfbf;
	text-align: right;
	font-size: 11px;
}
.comments {
	color: white;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	width: 80%;
	
}

#commentlist {
	margin: 10px 0px;
	list-style: none;
}
#commentlist li, blockquote {
	background: rgba(1,1,1,0.3) url("/inc/img/mobius/quote.png") 6px 8px no-repeat;
	margin-top: 30px;
	padding: 11px 6px 6px 11px;
	border-right-color: rgba(1,1,1,0.2);
	border-bottom-color: rgba(1,1,1,0.2);
	border-left-color: rgba(10,10,10,0.2);
	border-top-color: rgba(10,10,10,0.2);
	border-style: solid;
	border-width: 1px 5px 5px 1px;
}
blockquote {
	padding-top: 2em;
	margin: 1.5em 4em;
	border-width: 1px 3px 3px 1px;
}
#commentlist .comment-author {
	font-size: 1.4em;
	font-weight: bold;
	color: #e0e0e0;
	padding-bottom: 5px;
	padding-left: 68px;
}
#commentlist p {
	padding: 8px;
}
#commentlist .comment-meta {
	font-size: .8em;
	padding-right: 11px;
	color: #bfbfbf;
}
#commentlist a.no-dec {
	color: #bfbfbf;
}
#postcomment {
	margin-top: 15px;
	text-align: center;
}

#postcomment {
	margin-top: 60px;
}

#commentform {
	width: auto;
}

#commentform textarea {
	font-size: 1.4em;
	padding: 6px;
	width: 97%;
	margin-bottom: 5px;
}

.inputbox {
	font-family: Helvetica, Arial, sans-serif;
	padding: 2px;
	border: 1px solid white;
	background-color: rgba(15,15,15,0.4); 
	border-color:  rgba(254,254,254,0.4);
	color: #fff;
}

.inputbox:hover {
	border-color:  rgba(254,254,254,0.8);
}

.inputbox:focus {
	border-color:  rgba(254,254,254,0.8);
	color: #fff;
}

#commentform #submit {
	width: auto;
	font-size: 1.1em;
}

img {
	padding: 0;
	margin: 0;
}
.submit {
	cursor: pointer;
}

.clear {
	clear: both;
}

/*
Concerning the splash page - i.e. /index.enet
*/
#splash {
	margin: 0 auto;
	width: 781px;
	text-align: center;
}
#banner {
	top: -10px;
	position: relative;
	clear: both;
}
#splash .button {
	position: relative;
	float: left;
}
#splash .button img, #splash .button a {
	padding: 0px;
	margin: 0px;
	display: block;
}
#forum-button {
	top: -10px;
	left: 465px;
	width: 176px;
}
#photo-button {
	top: 60px;
	left: -155px;
	width: 280px;
}
#blog-button {
	top: 110px;
	left: 10px;
	width: 320px;
}

/*
Concerning the bottom of the page - i.e. the updates bar
*/
#bottom {
	bottom: 0px;
	color: white;
	font-size: 8pt;
	font-family: Helvetica, Arial, sans-serif;
	position: fixed;
	width: 100%;
	height: auto;
	top: auto;
	right: 0;
	left: 0;     
}
#updates {
	margin-left: 75px;
	cursor: pointer;
	margin-bottom: 0px;
	padding-bottom: 0px;
	display: block;
}
#updates a, #updates img {
	display: block;
	margin: 0px;
	padding: 0px;
}
#separation {                    
    width: 100%;
    height: 200px;
    top: auto;
}
#separation2 {           
	background-image: url(/inc/img/mobius/semi80.png);           
    width: 100%;
    height: 15px;
    top: auto;
}

#bottom .horizontal-pads {
	background-image: url(/inc/img/mobius/semi80.png);
	clear: right;
	float: left;
	width: 5%;
	left: 0;
	height:200px;
}

#bottom .centerme {
	background-image: url(/inc/img/mobius/semi80.png);
	clear: right;
	float: left;
	width: 18%;
	height:200px;
}
#bottom .update-category {
	font-size: .9em;
	font-weight: 1em;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#bottom ul {
        display: block;
        width: 100%;
        overflow: hidden;
        text-align: center;
		margin-top: 10px;
}
#bottom ul, #bottom li {
        list-style: none;
        margin-top: 3px 0 2px 0;
        padding: 0;
}
#bottom li {
        text-align: center;
        width: 150px;
        margin: 0px auto;
        border-bottom: 1px dotted silver;
}
#bottom li p {
        margin: 0;
        padding: 0;
}
#bottom a {
        text-decoration: none;
        color: white;
}
#bottom li a:hover {
        color: silver;
}
#bottom #gallery-updates li.toprow {
        margin-top: 0px;
}
#bottom #gallery-updates li {
	border: none;
	width: 165px;
}
#bottom #gallery-updates img {
	margin: 16px 1px 0 1px;
	border: 1px transparent solid;
}
#bottom #gallery-updates img:hover {
	border: 1px silver solid;
}
#bottom li.login-form {
	border: none;
}
#bottom input[type=text], #bottom input[type=password], #bottom input[type=submit], #bottom textarea {
	font: Helvetica, Arial, Sans-Serif;
	padding: 1px;
	background: #fefefe;
	opacity: 0.4;
	color: black;
}

/*
Concerning the color-picker
*/
#colors{
	border-bottom-color: black;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	position: fixed;
    width: 100%;
    height: 100px;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
	background-image: url('/inc/img/mobius/semi.png');
}
#colorcontainer{
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	width: 900px;
	background-position: center;
}
.color {
	height: 60px;
	width: 60px;
	margin-top: 20px;
	margin-bottom:20px;
	margin-left: 20px;
	margin-right: 20px;
	float: left;
	clear: right;
}
#red { background-color: #C21C13; }
#orange { background-color: #D73D06; }
#yellow { background-color: #FFE303; }
#green { background-color: #346A05; }
#blue {	background-color: #0060B6; }
#violet { background-color: #502783; }
#gray {	background-color: #373737; }

#saver {
	text-align: center;
	font-size: 17px;
	color: white;
	font-family: Helvetica, Arial, sans-serif;
	height: 20px;
	width: 80px;
	margin-top: 35px;
	margin-bottom:35px;
	margin-left: 0px;
	margin-right: 10px;
	float: left;
	clear: right;
	text-decoration: none;
}
#hide {
	opacity: .6;
	border-color: #4c4c4c;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	font-size: 17px;
	color: white;
	font-family: Helvetica, Arial, sans-serif;
	background-image: url('/inc/img/mobius/semi.png');
	height: 20px;
	width: 80px;
	margin-top: 35px;
	margin-bottom:35px;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
	clear: right;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#colorbutton {
	opacity: .6;
	border-color: #4c4c4c;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	font-size: 17px;
	color: white;
	font-family: Helvetica, Arial, sans-serif;
	background-image: url('/inc/img/mobius/semi.png');
	height: 20px;
	width: 80px;
	margin-top: 70px;
	margin-bottom:35px;
	margin-left: 30px;
	margin-right: 0px;
	float: left;
	clear: right;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}