/* @override http://submit.poisonthemind.com/css/submit-color.css */

body {
	background: #111122;
}
#top {
	background-color: #ffb652;
}

#logo a {
	background-image: url("../images/submit-skull.png");
}

#title h1 {
	color: #036;
}

#title h2 {
	color: #5e1404;
}

#menu {
	background: #C28E57 url(../images/submit-menu-bg.png) repeat-x;
	border-color: #703c05;
	
}

#menu li a {
	border-color: #703c05;
	color: #333;
}

#menu li a:hover {
	color: #000;
	background: url(../images/submit-menu-hover.png) repeat-x;
}

#login {
	background: #e57200 url(../images/submit-login-bg.png) repeat-x;
	border-color: #932000;
}

#header {
	background: #FFF url(http://poisonthemind.com/style/6/images/maincontent-background.jpg) repeat-x;
}

#header h1 {
	color: #5e1404;
}

#header h2 {
	color: #333;
}

#content {
	background: #fff;
}

#content div.pages a, #content div.pages span {
	border-color: #FFF;
}

#content div.pages a {
	color: #333;
	border-color: #706458;
}

#content div.pages a.next {
	border-color: #703c05;
	background-color: #C28E57;
	color: #333;
}

#content div.pages a:hover {
	border-color: #703c05;
	background: #d99f62;
	color: #000;
}

#gallery div.item {
	border-color: #d1d1d1;
	background-color: #f2f2f2;
}

#gallery div.item:hover {
	background-color: #1468ca;
	border-color: #0b50a0;
}

#gallery div.item:hover a {
	color: #fff;
}

#gallery div.item a {
	color: #191919;
}

#gallery div.item h4 {
	background-color: rgba(230,230,230,0.33);
}

#gallery div.item h5 {
	background-color: rgba(204,204,204,0.33);
}

.thirds{
	width: 31%;
	height: 150px;
	margin-right: 1%;
	padding: 5px;
	float: left;
	border: 5px solid #932000;
	background: #ffb652;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#content div.thirds h4 {
	margin: 0;
	padding: 0;
	bottom: 0;
	position: relative;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-style: italic;
	font-size: 30px;
	color: #5e1404;
	
}

#content div.thirds h3 {
	margin: 0;
	padding: 0;
	position: fixed;
	display: block;
	text-decoration: none;
}
#content div.thirds h3 a{
	text-decoration: none;
	color: #000;
	font-size: 20px;
}
#footer {
	background: #111122;
	color: #99998A;
}

#footer #quote p {
	color: #99998A;
}

#footer p {
	color: #808073;
}

#navigation li a {
	color: #ccc;
}

#navigation li a:hover {
	color: #FFF;
}

#content div.pages a.switch_thumb {
	background: url(images/switch.png) no-repeat left bottom;
}
.ubrBody {
        margin: 0 0 0 0;
        background-color: #FFF;
}

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

.ubrDebug {
	font: 16px Arial;
	background-color: #FFFFFF;
	border: 1px solid #898989;
	width: 900px;
	height: 100px;
	overflow: auto;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#uu_upload {
	padding: 5px;
	margin: 0 auto;
	width: 66%;
	border: 5px solid #932000;
	background: #ffb652;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.ubrAlert {
	font: 18px Arial;
}

.ubrFinishedData {
	background-color: #b3b3b3;
	border: 1px solid #898989;
	width: 700px;

}

.ubrFinishedData  th{
	text-align: center;
	background-color: #bbbbbb;
	font-weight: bold;
}

.ubrFinishedOdd{
	text-align: center;
	background-color: #dddddd;
}

.ubrFinishedEven{
	text-align: center;
	background-color: #eeeeee;
}

.ubrUploadData {
	background-color: #b3b3b3;
	border: 1px solid #898989;
	width: 350px;
}

.ubrUploadDataLabel {
	background-color: #dddddd;
	font: 13px Arial;
	width: 50%;
	text-align: left;
	font-weight: bold;
}

.ubrUploadDataInfo{
	background-color: #dddddd;
	font: 13px Arial;
	width: 50%;
	text-align: center;
}

.ubrBar1 {
	background-color: #b3b3b3;
	position: relative;
	text-align: left;
	height: 20px;
	border: 1px solid #505050;
	z-index: 5;
	/*background-image:url(images/progress_bar_white.gif);*/
	/*layer-background-image:url(images/progress_bar_white.gif);*/
}

.ubrBar2 {
	background-color: #000099;
	position: relative;
	text-align: left;
	height: 20px;
	width: 0%;
	z-index: 6;
	/*background-image:url(images/progress_bar_blue.gif);*/
	/*layer-background-image:url(images/progress_bar_blue.gif);*/
}

.ubrUploadSlot{}

.ubrError {
	color: red;
}

.ubrWarning{
	color: yellow;
}
#progress_bar{
	width: 400px;
	margin: 0 auto;
}

