/* @override http://voltechs.com/themes/maroon/maroon.css */

body {
	background-color: #0f0f0f;
	margin-left: 20px;
	font: 12px Verdana, Arial, Sans-Serif;
}

/* @group Layout */

#header {
	width: 700px;
	background-color: #900;
	height: 160px;
	text-transform: lowercase;
	border-left: 10px solid #600;
	border-right: 10px solid #600;
	border-top: 10px solid #600;
	position: relative;
}

#wrapper {
	margin-left: 100px;
}

#page {
	width: 680px;
	border-right: 10px solid #222;
	color: #fff;
	padding: 10px;
	background-color: #333;
	border-left: 10px solid #222;
}



/* @end */

/* @group Header */

#header h1 {
	position: absolute;
	left: 20px;
	bottom: 10px;
}

#header h1 a {
	color: #fff;
	text-decoration: none;
}

/* @end */

/* @group Styles */

#dimmer {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	left: 0;
	z-index: 98;
	background-color: #000;
	top: 0;
	right: 0;
	opacity: 0.75;
}

#overlay {
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
}

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

a:hover {
	text-decoration: none;
}

p a {
	color: #fff;
}

p a:hover {
	border-bottom: 1px dotted #DD0000;
	color: #DD0000;
	text-decoration: underline;
}

h1 {
	color: #444;
	background-color: transparent;
	margin: 24px 0 2px 0;
	padding: 5px 0 6px 0;
	font: normal small-caps bold 36px Georgia;
}

h2 {
	font-family: Georgia;
}

h2 a {
	text-decoration: none;
	font-weight: bold;
}

.clear {
	clear: left;
	display: block;
}

blockquote:before {
	content: "“";
	font: 30px Georgia;
	position: absolute;
	margin-top: -6px;
	margin-left: -13px;
}

blockquote:after {
	content: "”";
	font: 30px Georgia;
	position: absolute;
	margin-top: -6px;
}

blockquote {
	font: 1.3em Georgia;
}

code {
	background-color: #555;
	border: 1px solid #a8a8a8;
	display: block;
	margin: 14px 0 14px 0;
	padding: 14px 10px 4px;
	text-align: left;
	max-height: 100px;
	overflow: auto;
	z-index: 0;
	font: 10px/1.5em Monaco, Verdana, Sans-serif;
	color: #bfbfbf;
	white-space: pre;
}

code:hover {
	cursor: pointer;
	background-color: #5b5b5b;
	color: #e5e5e5;
}

code span {
	display: block;
	background-color: #7f7f7f;
	padding: 2px 4px;
	border: 1px solid #999;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	position: absolute;
	margin-top: -23px;
	margin-left: -6px;
	color: #fff;
}

.post a:hover {
	border-bottom: 1px dotted #DD0000;
	color: #DD0000;
}

/* @group Form */

form {
	color: #fff;
	padding: 0;
	margin: 0;
	font-size: 1.1em;
}

form fieldset {
	border-style: none;
	padding: 0;
	font-size: 1.3em;
	margin-right: 0;
	margin-top: 0;
	margin-left: 0;
}

form fieldset legend {
	border: 3px solid #222;
	background-color: #343434;
	padding: 5px;
	clear: left;
}

form fieldset label {
	display: block;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

form fieldset input {
	font-size: .8em;
}

form fieldset input[type="text"], form fieldset input[type="password"] {
	border: 1px solid #555;
	background-color: #444;
	color: #fff;
	margin: 0 0 10px;
	padding: 4px;
}

form fieldset p {
	margin: 0;
}

form fieldset textarea {
	height: 5em;
	margin-bottom: 10px;
	border: 1px solid #555;
	background-color: #444;
	color: #fff;
	padding: 4px;
	width: 400px;
	font: 0.8em Verdana;
}



/* @end */

/* @end */

/* @group Footer */

#footer {
	border-right: 10px solid #161616;
	border-left: 10px solid #161616;
	background-color: #222;
	width: 680px;
	padding: 10px;
	border-bottom: 10px solid #161616;
	position: relative;
	color: #4F5155;
}

#footer form#themeSelector {
	top: 6px;
	position: absolute;
	right: 5px;
}

#footer #copyright {
	margin-left: 10px;
}

#footer #validations {
	float: left;
	margin-right: 10px;
}

#footer #validations div {
	display: table-cell;
}

#footer #validations div a {
	padding: 4px;
	border: 1px solid #222;
}

#footer #validations div a:hover {
	border: 1px dotted #3f3f3f;
	background-color: #262626;
}

/* @end */

/* @group Tag (post) */

.post.tag .meta {
	margin-left: 50px;
	background-color: #444;
	border: 1px solid #555;
	padding: 1px 1px 1px 10px;
	position: relative;
	clear: left;
	z-index: 0;
}

.post.tag span.image.start img {
	max-width: 100px;
	max-height: 150px;
}

.post.tag span.image.start {
	max-width: 100px;
	max-height: 150px;
	display: none;
}



/* @end */

/* @group Post */

/* @group Edit */

.post .edit_wrapper {
	position: absolute;
	top: 100%;
	background-color: #222;
	border: 1px solid #555;
	left: -1px;
	right: -1px;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.post .edit_wrapper input {
	border: 1px solid #555;
	background-color: #444;
	color: #fff;
	font-size: 1.2em;
	padding: 2px;
	float: left;
	width: 560px;
	margin: 5px 5px 0;
}

.post .edit_wrapper input.submit {
	float: right;
	font-size: 12px;
	height: 2em;
	width: 4em;
	position: absolute;
	top: 0;
	right: 0;
}

.post .edit_wrapper textarea {
	border: 1px solid #555;
	background-color: #444;
	color: #fff;
	width: 98.5%;
	height: 30em;
	float: left;
	margin: 5px;
	font-size: 14px;
	line-height: 20px;
}



/* @end */

/* @group Meta */

.meta {
	margin-left: 50px;
	background-color: #444;
	border: 1px solid #555;
	position: relative;
	clear: left;
	z-index: 0;
	font-size: 13px;
	padding: 1px 1px 1px 10px;
}

.meta div {
	margin-right: 10px;
	padding: 4px;
	float: left;
	text-indent: 14px;
	background-repeat: no-repeat;
	background-position: left center;
}

.post .meta .author_tag {
	background-image: url(/images/vcard_sm.png);
}

.post .meta .comments_tag {
	background-image: url(/images/comment.png);
}

.post .meta .time_tag {
	background-image: url(/images/clock.png);
}

.post .meta .date_tag {
	background-image: url(/images/calander.png);
}

/* @group tags */

.post .meta ul.tags_tag {
	float: left;
	padding: 4px;
	margin: 0 10px 0 0;
}

.post .meta ul.tags_tag lh {
	background: url(/images/folder_sm.png) no-repeat left center;
	padding-left: 17px;
}

.post .meta ul.tags_tag li {
	list-style-type: none;
	display: inline;
	margin-right: 3px;
}

.post .meta ul.tags_tag li:after {
	content: ",";
}

.post .meta ul.tags_tag li:last-child:after {
	content: "";
}



/* @end */

.post .meta .edit_tag {
	background: url(/images/new/edit_sm.png) no-repeat right center;
	cursor: pointer;
	display: block;
	overflow: hidden;
	text-indent: -999px;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 4px;
	right: 3px;
}

.post .meta .edit:hover {
	border-style: none;
}

/* @end */

/* @group images */

span.image.border {
	border: 1px solid #555;
	background-color: #444;
	border: 1px solid #222;
	
}

.post span.image {
	padding: 2px;
	display: inline-block;
}

.post span.image.start {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}

.post span.image.start img {
	max-width: 150px;
	max-height: 200px;
}



/* @end */

.post {
	
}

.post ul, .post ol {
	list-style-position: inside;
	padding: 0 0 0 1em;
	line-height: 1.4em;
}

.post ul li, .post ol li {
	margin: 0;
	padding: 0;
}

.post .body {
	clear: left;
	margin-left: 50px;
	margin-right: 10px;
	letter-spacing: 1px;
	line-height: 2em;
	text-align: justify;
	word-spacing: 1px;
	color: #cbcbcb;
	line-height: 16.5px;
	font-size: 11px;
}

.post .body a {
	border-bottom: 1px dotted #fff;
}

.post .body a:hover {
	color: #DD0000;
	border-bottom: 1px dotted #DD0000;
}

.post .body a.continue {
	color: #fff;
	border-bottom: 1px dotted #fff;
	font-size: .8em;
	padding-bottom: 1px;
}

.post .body a.continue:hover {
	color: #900;
	border-bottom-color: #900;
}

.post h3 {
	color: #eee;
	margin: 0 0 5px 20px;
	float: left;
	font: 18px/40px Georgia;
}

/* @group date */

.post .date {
	float: left;
	padding: 4px 8px;
	background-color: #eee;
	border: 1px solid #999;
	color: #444;
	text-align: center;
	min-width: 24px;
}

.post .date span.day {
	display: block;
}

.post .date span.month {
	display: block;
	font-size: 10px;
}



/* @end */

/* @group Comment Form */

form#comment {
	background-color: #222;
	padding: 10px;
	border: 10px solid #7f7f7f;
	width: 410px;
	position: fixed;
	left: 50%;
	margin-left: -220px;
	top: 50%;
	margin-top: -200px;
	overflow: visible;
	z-index: 100;
}

form#comment a.close {
	background-image: url(/images/close.png);
	width: 30px;
	height: 30px;
	position: absolute;
	top: -25px;
	text-indent: -99px;
	overflow: hidden;
	left: -25px;
	cursor: default;
}

form#comment a.close:active {
	background: url(/images/close.png) 0 bottom;
}

/* @end */

/* @group Comments */

.post .comments {
	margin-left: 50px;
	background-color: #444;
	border: 1px solid #555;
	position: relative;
	padding: 5px;
}

.post .comments>div {
	display: none;
	margin: 0;
	overflow-y: none;
	padding: 0;
}

.post .comments .comment {
	border: 1px solid #555;
	background-color: #333;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 10px;
	float: left;
	clear: left;
	width: 98%;
	position: relative;
}

.post .comments .comment a.name {
	float: left;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	border-left: 1px solid #555;
	margin: -1px 0 10px;
	font-size: 1.0em;
	text-indent: 26px;
	padding: 5px 5px 5px 0;
	background: #444 url(/images/comment.png) no-repeat 5px;
}

.post .comments .comment a.delete {
	height: 30px;
	text-indent: -99px;
	overflow: hidden;
	cursor: default;
	display: block;
	background-image: url(/images/close.png);
	width: 30px;
	float: right;
	border-style: none;
	position: absolute;
	right: -15px;
	top: -15px;
}

.post .comments .comment a.delete:active {
	background: url(/images/close.png) 0 bottom;
}

.post .comments .comment .content {
	font-size: 1em;
	padding: 0;
	margin: 2px 0 0 10px;
	float: left;
}

.post .comments a.add_comment {
	float: right;
	margin: 0;
	background: none left;
	padding: 0;
}

/* @end */



/* @end */

/* @group Media */

/* @group details */

ul.files li div {
	overflow: hidden;
	font-size: 10px;
	display: none;
	padding-bottom: 10px;
}

ul.files li div a.download {
	width: 66px;
	height: 13px;
	background: url(/images/download_cell.png) no-repeat left top;
	text-indent: -99px;
	overflow: hidden;
	cursor: default;
	float: none;
	display: block;
	margin: 0 0 5px;
	padding: 0;
}

ul.files li div a.download:active {
	background: url(/images/download_cell.png) left bottom;
}

ul.files li div.details {
	border: 1px solid #777;
	display: block;
	margin: 5px 5px 0;
	padding: 0;
}

ul.files li div.details p {
	margin-bottom: 0;
	line-height: 2em;
}

.details div.icon {
	background: url(/images/new/unknown.png) no-repeat center center;
	width: 64px;
	height: 64px;
	display: block;
	float: left;
	margin: 5px 5px 0;
}

.details div.pdf {
	background-image: url(/images/pdf.png);
}

.details div.rtf {
	background-image: url(/images/new/rtf.png);
}

.details div.egg {
	background-image: url(/images/new/py_egg.png);
}

.details div.vcf {
	background-image: url(/images/new/contact.png);
}

.details div.sh, .details div.conf, .details div.scpt {
	background-image: url(/images/new/conf.png);
}

.details div.txt {
	background-image: url(/images/new/txt.png);
}

.details div.html, .details div.php {
	background-image: url(/images/new/html.png);
}

.details div.zip, .details .gz, .details .sit {
	background-image: url(/images/new/archive.png);
}

.details div.m4p, .details div.mp3, .details div.wav, .details div.m4a {
	background-image: url(/images/new/wav.png);
}

.details div.gif, .details div.png, .details div.jpg {
	background-image: url(/images/new/image.png);
}

/* @end */

/* @group files */

ul.files {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.files li {
	border: 1px solid #555;
	background-color: #444;
	margin-bottom: 10px;
	position: relative;
}

ul.files li a.download {
	width: 66px;
	height: 13px;
	background: url(/images/download_cell.png) no-repeat left top;
	display: block;
	text-indent: -99px;
	overflow: hidden;
	cursor: default;
	margin-top: 7px;
	margin-right: 10px;
	float: right;
	padding: 0;
}

ul.files li a.download:active {
	background: url(/images/download_cell.png) left bottom;
}

ul.files li a.delete {
	width: 16px;
	height: 16px;
	background: url(/images/new/delete_sm.png) no-repeat left top;
	display: block;
	text-indent: -99px;
	overflow: hidden;
	position: absolute;
	top: -5px;
	right: -5px;
}

ul.files li a.open {
	color: #fff;
	display: block;
	text-indent: 18px;
	background: url(/images/new/default_sm.png) no-repeat 2px center;
	padding: 5px;
}

ul.files li a.zip, ul.files li a.gz, ul.files li a.sit {
	background-image: url(/images/new/archive_sm.png);
}

ul.files li a.dmg
{
	background-image: url(/images/dmg_sm.png);
}

ul.files li a.html, ul.files li a.php {
	background-image: url(/images/new/html_sm.png);
}

ul.files li a.vcf {
	background-image: url(/images/new/contact_sm.png);
}

ul.files li a.sh, ul.files li a.conf, ul.files li a.scpt {
	background-image: url(/images/new/conf_sm.png);
}

ul.files li a.pdf {
	background-image: url(/images/pdf_sm.png);
}

ul.files li a.egg {
	background-image: url(/images/new/py_egg_sm.png);
}

ul.files li a.m4p, ul.files li a.mp3, ul.files li a.wav, ul.files li a.m4a {
	background-image: url(/images/new/wav_sm.png);
}

ul.files li a.mov {
	background-image: url(/images/movie_sm.png);
}

ul.files li a.gif, ul.files li a.png, ul.files li a.jpg {
	background-image: url(/images/new/image_sm.png);
}

ul.files li a.app, ul.files li a.exe {
	background-image: url(/images/application_sm.png);
}

ul.files li a.rtf {
	background-image: url(/images/new/rtf_sm.png);
}

ul.files li a.txt {
	background-image: url(/images/new/txt_sm.png);
}

/* @end */

/* @group movies */

.movie {
	padding: 10px;
	border: 1px solid #222;
	float: left;
	margin: 10px;
	width: 128px;
	overflow: hidden;
}

.movie:hover {
	background-color: #3f3f3f;
}

.movie span {
	max-width: 128px;
	border: 1px solid #7f7f7f;
	height: 90px;
	width: 128px;
	background: url(/images/movie.png) no-repeat center center;
	display: block;
}

/* @end */

/* @group photos */

.photo {
	padding: 10px;
	border: 1px solid #222;
	float: left;
	margin: 10px;
	width: 128px;
}

.photo:hover {
	background-color: #3f3f3f;
}

.photo span {
	max-width: 128px;
	overflow: hidden;
	border: 1px solid #7f7f7f;
	display: block;
	max-height: 90px;
}

.photo img {
	display: block;
	background-position: center center;
	max-height: 128px;
	margin-left: auto;
	margin-right: auto;
	border-style: none;
}

/* @end */

.media {
	width: 128px;
	height: 128px;
	float: left;
	border: 1px solid #222;
	margin: 10px;
	padding: 10px;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	position: relative;
}

.media a.close {
	display: none;
}

.media:hover a.close {
	background-image: url(/images/close.png);
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: -14px;
	left: -15px;
}

.media a.close:active {
	background: url(/images/close.png) 0 bottom;
}

.media:hover {
	background-color: #3f3f3f;
}

.media div {
	border: 1px solid #7f7f7f;
	margin-top: 10px;
	padding: 5px;
	color: #fff;
	text-decoration: underline;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
}

/* @group categories */

.media.movies {
	background-image: url(/images/new/movies_folder.png);
}

.media.audio {
	background-image: url(/images/new/music_folder.png);
}

.media.developer {
	background-image: url(/images/new/developer_folder.png);
}

.media.photos {
	background-image: url(/images/new/pictures_folder.png);
}

.media.documents {
	background-image: url(/images/new/documents_folder.png);
}

.media.private {
	background-image: url(/images/new/private_folder.png);
}

.media.public {
	background-image: url(/images/new/public_folder.png);
}

.media.uploads {
	background-image: url(/images/new/public_folder.png);
}

.media.users {
	background-image: url(/images/new/users_folder.png);
}

/* @end */

/* @end */

/* @group Navigation */

ul#navigation {
	position: absolute;
	right: 10px;
	bottom: 0;
	text-align: right;
	list-style-type: none;
	font-size: 13px;
}

ul#navigation li {
	margin-top: 5px;
	position: relative;
	text-align: left;
}

ul#navigation li ul {
	list-style-type: none;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	right: 100%;
	overflow: hidden;
}

ul#navigation li ul li {
	margin: 0;
	padding: 0 10px 0 0;
	display: table-cell;
	color: #fff;
}

ul#navigation li span.expand {
	display: block;
	color: #fff;
	width: 16px;
	float: left;
}

ul#navigation li a {
	color: #fff;
	text-decoration: none;
	position: relative;
}

ul#navigation li a:hover {
	text-decoration: underline;
}

ul#navigation li ul#admin_menu.unauth {
	overflow: visible !important;
}

ul#navigation li a.admin, ul#navigation li span.admin {
	background-color: #900;
}

/* Above: A little trick so that the login menu can still show, but that the login link will disapear when it slides closed. */

/* @end */

/* @group Login */

form#login {
	font-size: 1.2em;
	color: #fff;
	display: none;
	overflow: hidden;
	position: absolute;
	right: 20px;
	z-index: 1;
	top: 120%;
}

form#login fieldset {
	border: 3px solid #222;
	background-color: #343434;
}

form#login fieldset legend {
	font-size: 1.5em;
	border: 3px solid #222;
	background-color: #343434;
	padding: 5px;
}

/* @end */

/* @group Admin */

.adminsection {
	width: 128px;
	height: 128px;
	float: left;
	border: 1px solid #222;
	margin: 10px;
	padding: 10px;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	position: relative;
}

form.login fieldset {
	border-style: none;
	padding-left: 10px;
	padding-right: 10px;
}

form.login fieldset legend {
	font-size: 20px;
}

form.login fieldset label {
	display: block;
	margin-top: 0;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Upload */

form.file_upload {
	
}

form.file_upload fieldset {
	
}

form.file_upload fieldset input {
	padding: 5px;
	line-height: 1em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#uploadfile {
	
}

#uploadfilename {
	margin-left: -160px;
}

form.file_upload fieldset input[type="submit"] {
	
}

/* @end */

/* @group About */

.about .meta {
	clear: left;
	margin-left: 0px;
	background-color: #444;
	border: 1px solid #555;
	padding: 5px;
	position: relative;
}

.post.about .body {
	clear: left;
	text-align: justify;
	margin-left: 0px;
	margin-right: 20px;
}

.portrait {
	background-color: #e5e5e5;
	border: 1px solid #7f7f7f;
	padding: 6px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.portrait img {
	border: 1px solid #000;
	padding: 2px;
}

/* @end */
