/*
Theme Name: devART Coalition
Template: millenia
Description:For use on <a href="http://dcqc.metokur.org">DCQC</a>.
Author:METOKUR
Author URI:http://www.METOKUR.org/
*/

@import url('http://dcqc.metokur.org/wp-content/themes/millenia/style.css');
body {
	background: #728776;
	color: #2C3635;
}
a, a:link, a:visited {
	color: #337287;
}
a:active, a:hover {
	color: #337287;
}
#wrap {
	background: #728776;
}

/* Header */

#header {
	background: #728776;
}
#header-logo-container {
	background-image: url('http://dcqc.metokur.org/wp-content/themes/millenia/images/header/dcqc-rotator.php');
}
#navigation {
	background: #404D43;
	background-image:url('/files/hea_ce.png');
	background-repeat:repeat-x;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #728776;
}
#search-bit input {
	background: #A9B8A9;
	border: 1px solid #2B3432;
	color: #2B3432;
}
#navigator li:hover {
	background: #3C4441;
}
#navigator li a {
	color: #C0D0CA;
}

/* Content */

#content, #footer {
	border-color: #40534a!important
}
.mil-list li a {
	border-left: 5px solid #3b5a4a;
}
.mil-list li a:hover, ul.mil-list ul li a:hover {
	border-left-color: black;
	color: #337287;
}
.mil-list-b, .mil-list-b li ul {
	list-style: none;
}
.mil-list-b li {
}
.mil-list-b li, .mil-list-b li a {
	margin: 3px 0 3px 0;
}
.mil-list-b li:hover a {
}
.mil-list-b ul.children li a {
	margin-left: 6px;
}
.mil-list-b li:hover {
}
.mil-list-b a {
	border-left: 0px solid #ffffff;
}
.mil-list-b li a:hover, ul.mil-list-b ul li a:hover {
	border-left-color: black;
	color: #ffffff;
}


/* Columns */

#three-column-layout {
	background: #D3DFD1;
	border-left: 4px solid #404D43!important;
	border-right: 4px solid #404D43!important;
}
.column.left, .column.right {
	padding: 5px 0 10px 0;
}
#three-column-layout .column.center {
	margin: 10px 0px 10px 0px;
	background: #CCD9C8;
	border: 2px solid #9FB1A3!important;
}

/* Page Navigator */

.page-navigator.top {
	margin-bottom: 10px;
	/*border-bottom: 1px solid #bbb;*/
}

/* Articles */

.article .content blockquote {
	background: #F2F8F1;
	border: 2px solid #A6B2A6;
	color: black;
}
.article .meta {
	background: #D7DED5;
	background-image:url('/files/bar_ce.png');
	background-repeat:repeat-x;
	border: 1px solid #AFBEB0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 12px;
	margin-bottom: 12px;
}
.article {
	padding: 0px;
	margin: 0px 0 0px 0;
}
.meta .categories a {
	/*background: #DAE4D9;*/
}
.article .content ol p {
	margin: 12px;    padding: 6px;    text-align: left;
}

/* Images */

/*
.article .content img {
	border-color: #93A98F;
	border-style: solid;
	border-width: 5px;
}
*/

/* Footer */

#footer {
	background: #506256;
	color: #A9B1A6;
	border-left: 4px solid #404D43!important;
	border-right: 4px solid #404D43!important;
	border-bottom: 4px solid #404D43!important;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 0px 0px 0px 0px;
}

