html, body, input, select, textarea {
	font-family: tahoma, arial, helvetica, sans-serif;
}

input, select, textarea {
	font-size: 1em;
}

html, body {
	background: rgb(30, 30, 30);
	margin: 0;
	padding: 0;
	font-family: tahoma, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #bba;
}

h1, h2, h3, h4, h5, h6 {
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 0.3em;
}

blockquote {
	margin: 0 0.5em 1em 0.5em;
	padding: 0em 1em;
	border: 1px solid #555;
	background: rgb(20, 20, 20);
}

#content h1 {
	font-size: 1.5em;
	border-bottom: 1px solid black;
}
#content h1 a {
	/*
	text-decoration: inherit;
	color: inherit;
	font-weight: inherit;
	stupid IE doesn't like this
	*/
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

p {
	margin-top: 0;
	margin-bottom: 1em;
}

img.avatar {
	border: 1px solid #000;
	margin-right: 1em;
	vertical-align: middle;
}

#header a {
	text-decoration: none;
}

#header {
	height: 160px;
	background: url('http://www.etlgfx.com/content/gfx/header_grad.jpg') repeat-x;
}
#header-inner-box {
	position: relative; margin-left: auto; margin-right: auto; width: 1000px; height: 160px;
}
#header-logo {
	position: absolute;
	z-index: 99;
	height: 146px;
	width: 201px;
	background: url('http://www.etlgfx.com/content/gfx/etlgfx_logo.png') no-repeat;
	text-indent: -10000px;
}
#header-glow {
	position: absolute;
	width: 1000px;
	height: 110px;
	background: url('http://www.etlgfx.com/content/gfx/header_glow.jpg') top center no-repeat;
}

#user-menu-box {
	position: absolute;
	z-index: 99;
	top: 0; right: 0;
	background: rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-top: 0;
	padding: 0.4em 1em;
	-moz-border-radius: 0.5em;
	-moz-border-radius-topright: 0;
	-moz-border-radius-topleft: 0;
}

#header-after {
	height: 10px;
	background: url('http://www.etlgfx.com/content/gfx/header_shadow.jpg') repeat-x;
}

#content {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
    min-height: 400px;
	padding: 1em;
	text-align: justify;
}

#footer {
	height: 220px;
	background: url('http://www.etlgfx.com/content/gfx/footer_grad.jpg') repeat-x;
}
#footer-glow {
	height: 125px;
	background: url('http://www.etlgfx.com/content/gfx/footer_glow.jpg') no-repeat top center;
}
#footer-before {
	height: 10px;
	background: url('http://www.etlgfx.com/content/gfx/footer_shadow.jpg') repeat-x;
}

#menu a {
	text-decoration: none;
	color: #fff;
}
#menu {
	position: absolute; bottom: 0; right: 0;
	max-width: 480px;
	height: 40px;
	background: url('http://www.etlgfx.com/content/gfx/header_menu_grad.jpg') repeat-x;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
}

#menu ul, #menu ul li, #user-menu-box ul, #user-menu-box ul li {
	display: block;
	float: left;
}

#menu ul {
	margin-top: 10px;
	padding: 0;
}

#menu ul li:hover {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background: rgba(0, 0, 0, 0.5);
}

#menu ul li[selected] {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background: rgba(0, 0, 0, 0.5);
}

#user-menu-box ul li {
	padding-left: 1em;
	padding-right: 1em;
	line-height: 20px;
	vertical-align: middle;
}
#menu ul li {
	margin-left: 1px;
	margin-right: 1px;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	padding-left: 1em;
	padding-right: 1em;
	line-height: 30px;
}

#user-menu-box ul {
	margin: 0;
	padding: 0;
}

.clear-left {
	clear: left;
}
.clear {
	clear: both;
}
.ws {
	clear: both;
	height: 2em;
}

.right-column-box h3 {
	margin: 0;
	border-bottom: 1px solid #000;
	padding: 0;

	text-align: right;
	font-size: 14px;
	color: #ddd;
	text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 0.3em;
}

div.right-column-box a {
	text-decoration: none;
}

div.right-column-box {
	margin-bottom: 1em;
	padding: 0.5em 1em;
	background: #2a2a2a;
	-moz-border-radius-bottomright: 0.5em;
}

#content .sidebar {
	text-align: left;
}

ul.sidebar {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.sidebar li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0.5em 0;
	border-bottom: 1px solid #000;
}

.sidebar .meta {
	margin: 0;
	margin-left: 1em;
	float: right;
}

#tags-box .meta {
	display: inline;
}

#tags-box ul {
	list-style-type: none;
	padding: 0;
}
#tags-box ul li {
	background: rgb(34, 34, 34);
	padding: 5px 5px;
	margin-bottom: 1em;
}
#tags-box .image-thumb-box {
	float: left;
	margin-bottom: 1em;
	background: rgb(34, 34, 34);
	padding: 1em;
	text-align: center;
}

div.digg-list-outer {
	/*border-top: 2px solid #999;*/
	border-bottom: 1px solid #000;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}


div.digg-thumb {
	float: left;
	margin-right: 1em;
}
div.digg-thumb img {
	border: none;
}
div.digg-title {
	display: inline;
	color: #aaa;
}
div.digg-topic {
	display: inline;
	font-size: 0.9em;
	font-weight: normal !important;
}

div.digg-list-date {
	text-align: right;
	font-weight: normal !important;
	font-size: 0.9em;
	color: #888;
}

div.ajax-error {
	opacity: 0.7;
	border: 1px solid #999;
	background: #d66;
	padding: 1em;
	text-align: center;
	font-weight: bold;
}

#error-error {
	margin: 1em;
	border: 1px solid #d00;
	background: #fdc;
	padding: 1em;
    font-weight: bold;
	color: #d00;
}
#error-warning {
	margin: 1em;
	border: 1px solid #000;
	background: #fff;
	padding: 1em;
    font-weight: bold;
	color: #000;
}
#error-notice {
	margin: 1em;
	border: 1px solid #000;
	background: #cfd;
	padding: 1em;
	color: #000;
}

.section p {
	text-indent: 3em;
}
.section p.first {
	font-weight: bold;
}
.section h2 {
	background: #111;
	border-bottom: 1px solid #000;
	padding: 0.3em 0.6em;
	padding-bottom: 0.1em;
	margin-bottom: 0.5em;
	text-align: center;
}
.section {
	margin-bottom: 3em;
}

img.smiley {
	height: 13px;
	margin-left: 1px;
	margin-right: 1px;
	border: none;
	vertical-align: middle;
}

div#box-ajax-loading {
	display: none;
}
div.ajax-loading {
	min-width: 150px;
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
	border: 3px solid #000;
 	-moz-border-radius: 0.5em;
	background: rgba(90, 90, 90, 0.8);
	padding: 1em;
	text-align: center;
	font-weight: bold;
	color: #999;
}

div#box-ajax-dialog {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 1000px;
	height: 100%;
	z-index: 100;
	/*background: rgb(0, 0, 0); don't fall back on completely black page*/
	background: rgba(30, 30, 30, .6);
	text-align: center;
}

div.box-dialog-inner {
	width: 50%;
	margin-top: 4em;
    margin-left: auto;
    margin-right: auto;
    -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.8);
	border: 2px solid #000;
	-moz-border-radius-bottomright: 0.5em;
	background: rgb(60, 60, 60);
	background: rgba(60, 60, 60, .7);
	text-align: left;
}

div.box-dialog-content {
	border-top: 1px solid #111;
	padding: 1em;
}

div.box-dialog-header {
	border-bottom: 1px solid #800;
	padding: 0.5em 1em;
	background: #600;
	color: #fff;
}

div.box-dialog-header h1 {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	color: #fff;
}

div.box-dialog-header a {
	float: right;
	color: #fff;
}

#box-ajax-dialog .section {
	padding: 0.3em 0.6em;
}
#box-ajax-dialog .section p {
	text-indent: 0;
}
#box-ajax-dialog h1 {
	border: none;
}
#box-ajax-dialog h2 {
	font-size: 1em;
	padding: 0.3em 0.6em;
	background: #222;
}

div.input {
	margin-bottom: 0.9em;
}

div.input label {
	/*font-weight: bold;*/
	color: #ccc;
}

div.input label span.required {
	color: #fb5;
	font-weight: normal;
	font-size: 0.85em;
	margin-left: 1em;
	vertical-align: baseline;
}

div.input input[type='text'], div.input input[type='password'] {
	width: 400px;
}

div.input input, div.input textarea, div.input select {
	border: 1px inset #aaa;
	padding: 2px 5px;
	background: rgb(50, 50, 50);
	background: rgba(50, 50, 50, 0.5);
	color: #bbb;
    -moz-border-radius-bottomright: 0.2em;
}

#box-ajax-dialog div.input input[type='text'], #box-ajax-dialog div.input input[type='password'] {
	width: 180px;
}

#box-ajax-dialog div.input input, #box-ajax-dialog div.input textarea, #box-ajax-dialog div.input select {
	border: 1px inset #aaa;
	padding: 2px 5px;
	background: rgb(30, 30, 30);
	background: rgba(30, 30, 30, 0.5);
	color: #bbb;
    -moz-border-radius-bottomright: 0.2em;
}

div.input select {
	padding: 0;
}

div.input select option {
	padding: 0px 5px;
}

div.input input:focus, div.input textarea:focus,
#box-ajax-dialog div.input input:focus, #box-ajax-dialog div.input textarea:focus {
	background: rgb(60, 60, 60);
	background: rgba(60, 60, 60, 0.5);
}

div.input textarea {
	width: 400px;
	height: 150px;
}

div.input div.description {
	font-size: 0.9em;
}

input.button {
	margin: 2px 5px;
	border: 1px outset black;
	-moz-border-radius: 4px;
	background: #eee;
	color: #000;
}
input.button:active {
	border-style: inset;
	background: #ddd;
}

input.submit {
	margin: 1px 4px;
	border: 3px outset black;
	-moz-border-radius: 4px;
	-moz-border-top-colors: #000 #bbb #ddd;
	-moz-border-right-colors: #000 #999 #aaa;
	-moz-border-bottom-colors: #000 #555 #888;
	-moz-border-left-colors: #000 #aaa #ccc;
	background: #fff;
	color: #000;
}
input.submit:active {
	border-style: inset;
	-moz-border-bottom-colors: #000 #bbb;
	-moz-border-left-colors: #000 #999;
	-moz-border-top-colors: #000 #555;
	-moz-border-right-colors: #000 #aaa;
	background: #ddd;
}

div.input label.form-error {
	color: #e50;
}

div.form-error {
	font-size: 0.9em;
	color: #e50;
}

div.input input.form-error, div.input textarea.form-error {
	border-color: #800;
}

.no-left {
	margin-left: 0;
}

a {
	color: #fb5;
	text-decoration: underline;
	/*font-weight: bold;*/
}
a.title {
	font-weight: bold;
	text-decoration: none;
}

div.admin-menu {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	opacity: 0.5;
}

div.admin-menu:hover {
	opacity: 1;
}

a.admin {
	border: 1px outset;
	background: rgba(255, 0, 0, 0.8);
	padding: 3px 1em;
	color: #fff;
    font-weight: bold;
	font-size: 0.8em;
	text-decoration: none;
}
a.admin:hover {
	border: 1px inset;
	background: rgba(255, 0, 0, 0.7);
}

div.three-column {
	margin-top: 3em;
	margin-bottom: 3em;
	-moz-column-count: 3;
	-moz-column-gap: 4em;
	-moz-column-rule: 1px solid #111;
	-webkit-column-count: 3;
	-webkit-column-gap: 4em;
	-webkit-column-rule: 1px solid #111;
	column-count: 3;
	column-gap: 4em;
	column-rule: 1px solid #111;
}

.meta {
	text-align: right;
	font-size: 0.9em;
	margin-bottom: 2em;
	color: #888;
}
.blog-category {
	text-align: left;
}
.blog-author-box, .blog-date-box, .blog-tags-box {
    display: inline;
    margin-left: 1em;
}
.blog-date {
	font-weight: bold;
	color: #fff;
}
.author {
	font-weight: bold;
	color: #fff;
}
.blog-tags-box {
	float: left;
	margin-left: 0;
}
.blog-tags-box a.tag {
	background: #000;
	padding: 2px 5px;
}

.blog-avatar {
	border: 1px solid #000;
	background: #333;
	padding: 0.5em;
	display: inline-block;
}
.blog-avatar img {
	border: 1px solid #000;
	width: 64px;
	height: 64px;
	display: block;
}
.blog-image-center {
	margin: 0;
	margin-bottom: 1em;
	background: #000;
	padding: 1em;
	text-align: center;
	-moz-border-radius: 1em;
}
.blog-image-center img {
	display: inline-block;
	border: 0;
}
.blog-image {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
	border: 1px solid #000;
	background: #333;
	padding: 1em;
}
.blog-image img {
	border: 1px solid #000;
	display: block;
}
.blog-image .caption {
	margin-top: 0.5em;
	text-align: center;
	font-size: 0.9em;
}
.blog-comment-box {
	margin: 1em 0;
	-moz-border-radius: 0.5em;
	background: #292929;
}

#content .blog-detail h1 {
	font-size: 1.6em;
}
#content .blog-detail .blog-content {
	font-size: 1.1em;
}

#content .blog-footer {
	margin-top: 0.5em;
	border-top: 1px solid #000;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}
#content .blog-footer .blog-source,
#content .blog-footer .blog-category {
	margin-left: 2em;
	float: right;
}

#content .image-view {

}
#content .image-view img {
	margin-left: auto; 
	margin-right: auto;
	display: block;
}

.gallery-index {
	vertical-align: top;
	display: inline-block;
	margin: 1em;
	background: #000;
	padding: 1em;
	text-align: center;
	-moz-border-radius: 0.5em;
}

.gallery-thumb {
	background: rgba(0, 0, 0, 0.5);
}

.gallery-index h3, .gallery-summary h3 {
	font-size: 1em;
	font-weight: bold;
	color: #fff;
}

.gallery-index .meta-date {
	color: #fff;
}

.gallery-index .thumb-container {
	width: 128px;
	height: 128px;
	margin-left: auto;
	margin-right: auto;
	line-height: 128px;
}
.gallery-index .thumb-container img {
	vertical-align: middle;
}

.gallery {
	padding: 2em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.gallery-container {
	-moz-border-radius: 0.5em;
	background: rgba(0, 0, 0, 0.5);
	position: relative;
	top: 0; left: 0;
}

.gallery-container .gallery-next {
	-moz-border-radius-topright: 0.5em;
	-moz-border-radius-bottomright: 0.5em;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.5);
	background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	position: absolute;
	top: 0; right: 0;
}

.gallery-container .gallery-previous {
	-moz-border-radius-topleft: 0.5em;
	-moz-border-radius-bottomleft: 0.5em;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.5);
	background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	position: absolute;
	top: 0; left: 0;
}

.gallery-container .gallery-up:hover {
	opacity: 1;
}

.gallery-container .gallery-up {
	opacity: 0.2;
	-moz-border-radius-topleft: 0.5em;
	-moz-border-radius-topright: 0.5em;
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.5);
	background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.gallery-container .gallery-up a div {
	padding: 2em;
}

.gallery-container .gallery-next a div.container,
.gallery-container .gallery-previous a div.container {
	padding: 2em;
}

.gallery-container .gallery-next:hover, .gallery-container .gallery-previous:hover {
	opacity: 1;
}

.gallery-container .gallery-next, .gallery-container .gallery-previous {
	width: 200px;
	opacity: 0.2;
}

.image-meta {
	text-align: left;
}

.gallery-summary {
	-moz-border-radius: 0.5em;
	background: rgba(0, 0, 0, 0.5);
	padding: 1em;
}

.gallery-summary .gallery-index {
	margin: 0.5em;
	padding: 0.5em;
}

.gallery a img {
	border: none;
}
