/*
Theme: djaxo
Theme URI: http://www.djaxo.com
*/

/***** Reset default browser styles *****/
html {
	color:#000;
	background:#FFF;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td { 
	margin:0;padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

li {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
	font-variant:normal;
}

sup {
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}

input,textarea,select {
	font-family:inherit;font-size:inherit;font-weight:inherit;
}

input,textarea,select {
	font-size:100%;
}

legend {
	color:#000;
}

/***** Hacks *****/

/* Clearfix hack */
.clear{
	clear:both;
	height:0px;
}

.clearfix:after {
    content: ".";
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
*+html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* - */

/***** Common elements layout *****/

h1 {
	font-size: 3em;
	padding-bottom:7px;
	color:#333333;
}

h2 {
	font-size: 2.2em;
	font-weight:bold;
	padding-bottom:7px;
	color:#1f2d3d;
}

h3 {
	font-size: 2em;
	padding-bottom:7px;
	color:#106183;
}

h4 {
	font-size: 1.4em;
	padding-bottom:7px;
	font-weight: bold;
	color:#606060;
}

h4 a {
	color:#606060;
}

h4 a:hover {
	color:#606060;
}

p {
	font-size: 1.4em;
	line-height: 1.8em;
	color:#353431;
	margin:0 0 0.5em;
}

a {
	color: #35727e;
}

a:hover {
	color: #da5600;
}

strong {
	font-weight: bold;
}

/***** Forms layout *****/
form {
	padding-top:7px;
}

label {
	display:block;
	float:left;
	padding-right:10px;
	width:120px;
	min-width:70px;
}

.label-login {
	width:70px;
	min-width:70px;
}

.input {
	width:400px;
	padding:3px;
	border-color:#7C7C7C rgb(195, 195, 195) rgb(221, 221, 221);
	border-style: solid;
	border-width: 1px;
	color:#333333;
	font-size:100%;
}

.input-login {
	width:148px;
}

.submit {
	padding:1px 8px;
	font-weight: bold;
}

.textarea {
	width:400px;
	height:150px;
	padding:3px;
	border-color:#7C7C7C rgb(195, 195, 195) rgb(221, 221, 221);
	border-style: solid;
	border-width: 1px;
	color:#333333;
	font-size:100%;	
}

.upload {
	width:400px;
	padding:3px;
	color:#333333;
	font-size:100%;	
}
/* - */

/***** Set general page layout *****/
html {
	background-color: #f6f9fa;
	height: 100%;
}

body {
	height: 100%;
	font-family:arial, default;
	font-size:62.5%;
}

#wrap {
	height: 100%;
}

body > #wrap {height: auto; min-height: 100%;}

#main {
	padding-bottom: 50px;
}

#footer {
	position: relative;
	margin-top: -50px; /* negative value of footer height */
	height: 50px;
	clear:both;
	text-align: center;
}

#footer p {
	padding-top:15px;
	font-size: 1.2em;
	color:#353431;	
}

#footer a {
	color: #106183;
}

.container {
	width:980px;
	margin:0 auto;
}

#header {
	height: 70px;
	background-color:#0c151e;
}

#logo {
	float:left;
}

h1#logo {
	font-size:2em;
	padding-top:15px;
}

h1#logo a {
	background: transparent url(../img/logo.png) no-repeat 0 0;
	float:left;
	width: 194px;
	height: 43px;
	text-indent: -1000em;
	overflow: hidden;
	text-decoration:none;
	color:#fff;
}

#menu {
	float:right;
    height: 29px;
    padding: 15px 0 15px 15px;
    margin: 4px 0;
    overflow: hidden;
}

#menu li {
	float: left;
	list-style: none;
}

#menu li a {
    display: block;
    padding:5px 10px;
    font-size:1.8em;
    text-align: center;
    text-decoration: none;
    color: #f3f3f3;
}

#menu li.current {
	background-color: #2b4b6b;
}

#teaser {
	border-top:2px solid #fff;
	background: #d7eaee url(../img/teaser-bg.png) repeat-x 0 bottom;
	padding:20px 0;
}

#content {
	padding:30px 0;
}

#content-main {
	float:left;
	width:670px;
}

#content-main ul li {
	font-size: 1.4em;
	line-height: 1.8em;
	color:#353431;
	padding-left: 23px;
	background: transparent url("../img/list-item.gif") no-repeat 0 3px;
}

#sidebar {
	float:right;
	width:260px;
}

.sidebar-block {
	background: #edf7f6 url("../img/sidebar-block-bg.png") no-repeat 0 0;
	padding:10px;
	margin-bottom:20px;
}

span.error {
	color: #B02B2C;
}

p.message {
	color:#006E2E;
	padding:10px 0;
}

span.required {
	color: #f87a23;
	font-weight: bold;
}

span.upload-comments {
	font-size:0.8em;
	display: block;
	color:#9ba3a4;
}