@import url('browser-reset.css');

html {
	height: 100%;
}

body {
	background-color: #000;
	color: #000;
	font-family: Arial, sans-serif;
	height: 100%;
}

* html body {
	font-size: 85%;
}

h2 {
	color: #018CD3;
	font-size: 140%;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
}

h3 {
	color: #018CD3;
	font-size: 110%;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
}

h4 {
	color: #FF6C00;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
}

strong {
	font-weight: bold;
}

em {
	color: #FF6C00;
}

.stretch,
.clear {
	clear:both;
	height:1px;
	margin:0;
	padding:0;
	font-size: 15px;
	line-height: 1px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html>body .clearfix {
	display: inline-block;
	width: 100%;
}
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}


#expandable-container {
	background-color: #fff;
	border: 14px solid #22475b;
	margin: 0 auto;
	width: 926px;
	padding-bottom: 20px;
}

.visible {
	visibility: visible;
}

.invisible {
	display: none;
	visibility: hidden;
}

/* EDIT&SEARCH FORMS */

form.edit_form fieldset {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

form.edit_form fieldset legend {
	padding-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
}

* html form.edit_form dl {
	height: 1%;
}

form.edit_form dl {
	overflow: hidden;
	padding: 0 0 10px 0;
}

	form.edit_form dt {
		float: left;
		width: 140px;
		font-size: 13px;
		padding: 0px 10px;
	}

	form.edit_form dl.required dt {
		font-size: 14px;
		color: #4383D3;
	}

	form.edit_form dd {
		float: left;
		width: 240px;
		padding: 0px;
	}

	form.edit_form dd input.text {
		width: 90%;
	}

form.edit_form dd input, form.edit_form dd select, form.edit_form dd label {
	font: 12px "Trebuchet MS", Arial, sans-serif;
}

form.edit_form dd > .check {
	margin-bottom: 2px;
}

form.edit_form dd > .radio {
	margin-bottom: -3px;
}

* html form.edit_form dd .check, * html form.edit_form dd .radio {
	margin-left: -4px;
}

form.edit_form dd select {
	margin-right: 2px;
}

form.edit_form dd label {
	margin: 0 3px 0 1px;
}

form.edit_form dd textarea {
	width: 100%;
	height: 150px;
}

.field-help {
	font-size: 12px;
	color: #666;
	margin-left: 10px;
}

form.edit_form dd.field-help {
	float: left;
	width: 240px;
}

form.edit_form dd.full-width {
	float: left;
	width: 546px;
}

form.edit_form .controls {
	border: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.comment {
	color: #666;
}

#bottom_links {
	border-top: 1px dashed #ccc;
	padding-top: 15px;
	margin-top: 15px;
}

/* PAGER */

ul.pager {
	list-style-type: none;
}

ul.pager li {
	float: left;
	list-style-image: none;
	margin: 0 1px;
}

ul.pager li a {
	text-decoration: none;
	padding: 2px 10px;
	border: 1px solid #ccc;
}
ul.pager li a:hover {
	text-decoration: underline;
}

ul.pager li.current_page, ul.pager li.dots {
	color: #000;
	font-weight: bold;
	padding: 0 10px;
}

ul.pager li.rpp {
	float: right;
}

.rpp select {
	font-size: 11px;
}

ul.pager li.last {
	float:none;
	clear:both;
}


/* INFO+ERROR MESSAGES */

#message_wrapper {
	margin-left: 18px;
	font-size: 13px;
	font-weight: bold;
	overflow: hidden;
}

.message_info {
	color: #42BE34;
}

.message_error {
	color: #fd617b;
}

	#message_wrapper .box_content {
		padding: 0 0 10px 20px;
	}

	.message_info .box_content .message_text {
		background: url('../images/symbol-success.gif') no-repeat top left;
		height: 30px;
		padding: 4px 0 0 40px;
	}

	.message_error .box_content .message_text {
		background: url('../images/symbol-error.gif') no-repeat top left;
		height: 30px;
		padding: 4px 0 0 40px;
	}


/*============================HEADER================================*/


#header-container {
	position: relative;
	height: 150px;
}

#logo-box {
	padding-top: 10px;
}

#logo-box a {
	background: url('../images/logo.gif') no-repeat;
	width: 369px;
	height: 91px;
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
}

#primary_nav {
	position: absolute;
	bottom: 0;
	left: 46px;
	background: url('../images/pri_nav_bg.gif') repeat-x left center;
}

#primary_nav li {
	float: left;
	height: 35px;
}

#primary_nav li.first {
	width: 17px;
	padding: 0;
	background: url('../images/pri_nav_left.gif') no-repeat left center;
}

#primary_nav li.links {
	width: 800px;
	text-align: center;
	padding-top: 5px;
	height: 30px;
}

#primary_nav li.last {
	width: 17px;
	padding: 0px;
	background: url('../images/pri_nav_right.gif') no-repeat left center;
}

#primary_nav li a {
	color: #fff;
	text-decoration: none;
	font-size: 130%;
	padding: 0px 15px;
}

#primary_nav li a:hover {
	color: #0cff00;
}
#primary_nav a.active,#primary_nav a.active:hover {
	color: #58c7fb;
}

#skin_changer {
	position: absolute;
	bottom: 62px;
	left: 650px;
	height: 20px;
}

#skin_changer a {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	float: left;
	margin: 5px;
}

#to_def {
	background: #59C7FB;
	border: 1px solid #018CD3;
}

#to_green {
	background: #b4dd44;
	border: 1px solid #9c4711;

}

/*============================CONTENT================================*/

#content-container {
	padding: 10px 45px;
	position: relative;
	font-size: 95%;
}

a {
	font-weight: bold;
	text-decoration: underline;
	color: #204068;
	font-size: 95%;
}

a:hover {
	color: #018CD3;
}

.justify {
	text-align: justify;
}

#latest_blog_comments {
	font-size: 80%;
}

* html #latest_blog_comments {
	font-size: 90%;
}

#latest_blog_comments li {
	padding-bottom: 5px;
}

.underline {
	text-decoration: underline;
}

blockquote {
	border: 1px solid #ccc;
	background: #f5f5f5;
	margin: 5px 0px 5px 30px;
	padding: 5px;
    text-align: left;
}

/*============================FOOTER================================*/

#footer-container {
	margin: 0 auto;
	width: 926px;
	color: #fff;
}

#footer-container a {
	color: #fff;
	padding: 0 10px;
}

#footer-container a:hover {
	text-decoration: underline;
	color: #0cff00;
}

#footer-container p {
	text-align: center;
	font-size: 85%;
	margin: 5px 0;
}

#blogrush_frame {
	position:relative;
	left:-20px;
	top:10px;
}

