/*GLOBAL THEME CSS FOR DISTRACTED CAT*/
html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #ede8db;
	text-align: center;
	font-family: Tahoma;
	font-size: 12px;
}

img {
	border: 0;
	display: block;
	margin: 0px;
}

a:link {
	color: #777777;
}

a:visited {
	color: #777777;
}

a:hover {
	text-decoration: underline;
}

a {
	text-decoration: none;
}

h1 {
	font-weight: 600;
	color: #B8860B;
	font-size: 20px;
	text-align: center;
}

.h1, a.h1 {
	font-weight: 600;
	color: #B8860B;
	font-size: 20px;
	text-align: left;
}

h2 {
	font-size: 14px;
	font-weight: 700;
	color: #B8860B;
	margin: 0px;
}

.h2, a.h2 {
	font-size: 14px;
	font-weight: 700;
	color: #B8860B;
	text-align: left;
}

h3 {
	font-size: 12px;
	font-weight: 800;
	color: #B8860B;
	margin: 0px;
}

.h3, a.h3 {
	font-size: 12px;
	font-weight: 800;
	color: #B8860B;
	margin: 0px;
}

p {
	margin: 0px;
	padding: 5px;
}

ul {
	list-style-image: url(images/bull.png);
}

li {

}

td {
	font-size: 11px;
}

form, input, textarea, select, label {
	padding: 2px;
	margin: 4px 1px;
}

option {
	padding: 2px;
}

.dc-form input[type="text"], select {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 24px;
}

input {
	width: 100%;
}

textarea {
	width: 100%;
	height: 8em;
}

label {
	width: 100%;
	margin: 4px 1px;
	color: #666666;
	font-weight: bold;
}

input[type="checkbox"] {
	display: inline;
	width: 11px;
	height: 11px;
}

.dc-empty-button {
	border: 0;
	background: transparent;
	margin: 0;
	padding: 0;
}

.dc-quote {
	width: 90%;
	background: url(images/dc_quote.jpg) repeat-y;
	margin-left: 22px;
	padding: 11px;
	
}

.dc-hidden {
	display: none;
}

.dc-clear {
	clear: both;
}

/*------------------FORM START----------------*/
.dc-form {
	width: 90%;
	margin: 0px auto;
	padding: 10px;
	font-size: 12px;
}

.dc-form-translation {
	display: none;
}

.dc_content {
	width: 600px;
	height: 300px;
}

.dc-form-top-selection {
	width: 100%;
	margin-bottom: 4px;
	height: 50px;
	clear: both;
}

.dc-form-middle-selection {
	width: 100%;
	clear: both;
}

.dc-form-top-single {
	width: 150px;
	height: 40px;
	float: left;
	margin: 4px;
}

.dc-form-top-single-wide {
	width: 340px;
	height: 40px;
	float: left;
	margin: 4px;
}

.dc-form-middle-single {
	width: 100%;
	margin: 4px 0px;
}

.form-expl {
	font-size: 11px;
	font-style: italic;
	color: #3e6b5f;
	margin: 2px;
}

.submit_button {
	padding-bottom: 5px;
	color: #ebe2cc;
	font-size: 17px;
	border: 0px;
	width: 99px;
	height: 44px;
	background: transparent url(images/buttonpublish.png) no-repeat 0px 0px;
	margin: 0px auto;
}

.submit_button:hover {
	background: transparent url(images/buttonpublish.png) no-repeat 0px -44px;
}

/*------------------FORM END----------------*/
/*------------------INDEPENDENT START----------------*/
.headline {
	background: url(images/updatesheadline.png) no-repeat;
	margin-top: 3px;
	padding: 5px;
}

.dc_text {
	padding: 5px;
}

.dc_error {
	font-weight: 800;
	color: #6F2323;
	font-size: 13px;
}

.w_d {
	width: 100%;
	height: 2000px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #000000; 
	z-index: 9;
}

.w_d_t {
	color: #ffffff;
	position: absolute;
	top: 47%;
	left: 37%;
	z-index: 10;
}

#w_down {
	opacity: 0.7; 
	filter:alpha(opacity=70);
}

#w_down_text {
	font-size:  22px;
	font-weight: 500;
}

#w_sdown {
	opacity: 0.9; 
	filter:alpha(opacity=90);
}

#w_sdown_text {
	font-size:  13px;
	font-weight: 300;
	border: 1px solid #ffffff;
	padding: 20px;
}

#dc-welcome-bg {
	background: url(images/intro_box.jpg) no-repeat;
	width: 940px;
	height: 600px;
	margin: 4px auto;
}

.dc-welcome-button {
	color: #ffffff;
	font-size: 17px;
	background: url(images/buttonintro.png) no-repeat;
	width: 115px;
	height: 46px;
	border: 0px;
	margin: 390px 20px 0px 20px;
}

.dc-welcome-button:hover {
	background: url(images/buttonintrohover.png) no-repeat;
}

#dc_error {
	margin: 0px auto;
}

#dc_success {
	margin: 0px auto;
}

#dc_working {
	margin: 0px auto;
	background: url(images/dc_working.gif);
}

#tags {
	font-size: 13px;
	font-weight: 800;
	color: #a61212;
}

/*------------------INDEPENDENT END----------------*/
