/**
 * Stylesheet for Spacechecker
 *
 * @media	screen, projection
 * @copyright	Netlash <http://www.netlash.com>
 * @author	Karen <author@example.net>
 */
 
/**
 * = Primary selectors
 * ----------------------------------------------------------
 */

html, body, form, div, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, li, dl, dt, dd, address, input, textarea, th, td {
	margin: 0;
	padding: 0;
}

ul, ol {
	list-style: none;
}

/**
 * font-size: 76% = 12px
 * line-height: 1.4 = 16px
 */
 
body.home{
	background: #e3e4e5 url(../images/bg_home.jpg) repeat-x 0px 0px;
} 
 
body {
	font: 76%/1.4 Verdana,Arial,Helvetica,sans-serif;
	background: #e3e4e5 url(../images/bg.jpg) repeat-x 0px 0px;
}

h1, h2, h3, h4, h5, h6 {

}

h4{
	float: left;
	color: #6f032e;
	font-size: 1.6em;
	font-weight: normal;
	width: 470px;
	padding: 0px 20px 2px 0px;
	margin: 0px 0px 10px 20px;
	background: url(../images/dashed_bordeau.gif) repeat-x 0px 27px;
}

p {

}

ul {

}
	
ul li {
	
}

dl {
	
}

dl dt {
	margin-top: 10px;
}
		
dl dd {
	
}

blockquote {

}
	
blockquote p {
	
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

abbr, acronym {
    font-style: normal;
    cursor: help;
}

a abbr {
    border: none;
}

address {
    margin: 0;
    padding: 0;
    font-style: normal;
}

a{
	color: black;	
}

a:hover {

}

a img {
    border: none;
}

br.clear{
	clear: both;	
}

/**
 * = Forms
 * ----------------------------------------------------------
 */

form {

}

form p {

}

label {

}

fieldset {

}

fieldset legend {

}

input, select {
	border: 1px solid black;
}

input.input-button{
	color: white;
	background: #70032D;	
}

span.form-error{
	color: red;
	display: block;
}

select {

}

textarea {
	border: 1px solid black;
	width: 400px;
	height: 100px;
}

.required {

}

/**
 * = Tables
 * ----------------------------------------------------------
 */

table {

}

caption {

}

tr {

}

th {

}

td {

}

thead {

}

tbody {

}

tfoot {

}

/**
 * = Page structure
 * ----------------------------------------------------------
 */

#container {
	width: 960px;
	margin: 0px auto 0px auto;
	background: transparent url(../images/bg_copyright.png) no-repeat;
}

/**
 * = Header
 * ----------------------------------------------------------
 */
 
/*#logo{
	float: left;
}
*/
#logo{
	float: left;
	background:#FFFFFF url(../images/logo_spacechecker.jpg) no-repeat 0 0;
	text-indent: -9999px;
	width: 217px;
	height: 88px;
}
#logo a{
	display: block;
	width: 217px;
	height: 88px;
	overflow: hidden;
	outline: 0;
}

#slogan{
	color: white;
	width: 651px;
	height: 80px;
	background: url(../images/bg_slogan.jpg);
	float: left;
	font-family:"Trebuchet MS", Arial, Verdana;
}

#slogan h2{
	margin: 5px 0px 0px 60px;
	font-size: 1.89em;
	font-weight: normal;
}

#slogan h3{
	margin: 5px 50px 0px 170px;
	font-size: 1.39em;
	font-weight: normal;
}

#header {
	height:138px;
	width: 870px;
	margin: 50px 0px 0px 0px;
	float: right;
}

#header_home {
	width: 870px;
	margin: 50px 0px 0px 0px;
	float: right;
	height: 131px;
}


/**
 * = Navigation
 * ----------------------------------------------------------
 */

#header_home ul {
	margin: 14px 0px 0px 0px;
	width: 575px;
	height: 37px;
	float: right;
}

#header_home ul li {
	float: left;
	background-color: #dce2e5;
	margin-right: 10px;
	
}


#header_home ul li.selected {
	background-color: #6f032e;
	margin-right: 10px;
	
}

#header_home ul li.selected a{
	color: white;
	text-decoration: none;
	display: block;
	height: 28px;
	padding: 9px 10px 0px 10px;
	float: left;

}

#header_home ul li:hover{
	background-color: #b7c6cd;
}

#header_home ul li.selected:hover{
	background-color: #6f032e;
}

#header_home ul li a{
	color: black;
}


#header_home ul li a:link,
#header_home ul li a:visited {
	text-decoration: none;
	display: block;
	height: 28px;
	padding: 9px 10px 0px 10px;
	float: left;
}

#header_home ul li a:hover,
#header_home ul li a:visited {

}

#header ul {
	margin: 17px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
	width: 575px;
	height: 38px;
	float: right;
}

#header ul li {
	float: left;
	background-color: #dce2e5;
	margin-right: 10px;
	
}

#header ul li:hover{
	background-color: #b7c6cd;
}

#header ul li.selected {
	background-color: #6f032e;
	margin-right: 10px;
	
}

#header ul li.selected:hover{
	background-color: #6f032e;
}

#header ul li.selected a{
	color: white;
	text-decoration: none;
	display: block;
	height: 28px;
	padding: 9px 10px 0px 10px;
	float: left;

}
#header ul li a{
	color: black;
}

#header ul li a:link,
#header ul li a:visited {
	text-decoration: none;
	display: block;
	height: 28px;
	padding: 9px 10px 0px 10px;
	float: left;
}

#header ul li a:hover,
#header ul li a:visited {

}






#sidebar ul {
	margin: 20px 0px 0px 0px ;
	width: 210px;
}

#sidebar ul li {
	padding: 5px 0px 5px 0px;
	background: transparent url(../images/dashed_black.gif) repeat-x 0px 31px;
	margin-bottom: 1px;
	width: 210px;
	float: left;
	display: block;
}

#sidebar ul li a{
	display: block;
	/*height: 24px;*/
	padding: 5px 0px 0px 5px;
	/*margin: 0px 0px 15px 0px;*/
	text-decoration: none;
	color: black;
}

#sidebar ul li a:hover{
	background: #f3f3f4;
}

#sidebar ul li.selected ul li, #sidebar ul li.selected ul li a{
	display: block;
	padding: 0px 0px 5px 0px;
	text-decoration: none;
	color: black;
	/*height: 30px;*/
}

#sidebar ul li.selected ul li a{
	padding: 0px 0px 0px 30px;
	background: #f3f3f4;
}

#sidebar ul li.selected{
	float: left;
	padding: 0px;
	margin: 0px;
}

#sidebar ul li.selected a{
	display: block;
	background: url(../images/bg_menu.jpg) no-repeat 0 0;
	padding: 5px 0px 5px 5px;
	margin: 0px;
}




/**
 * = Main
 * ----------------------------------------------------------
 */

#main {
	width: 960px;
}

#main_home {
	margin: 0px 0px 0px 0px;
	width: 960px;
}
/**
 * = Content
 * ----------------------------------------------------------
 */


#content {
	margin: 10px 0px 0px 0px;
	float: left;
	width: 645px;
	background-color: white;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

#content_home {
	margin: 6px 0px 0px 0px;
	float: left;
	width: 615px;
	background-color: white;
	padding: 50px 0px 0px 30px;
}

div.lines{
	margin:20px 0px 0px 0px;
	width: 580px;
	padding: 0px 0px 0px 20px;
	float: left;
}

div.lines img{
	/*float: left;*/
	/*margin: 0px 10px 0px 0px;*/
}

div.lines p.punchline{
	float: left;
	width: 450px;
	padding: 20px;
	margin-left: 20px;
	font-size: 1.4em;
	border-top: 1px dashed black;
	border-bottom: 1px dashed black;
	background-color: #e3e4e5;
}

div.lines span.author{
	padding: 5px 0px 0px 0px;
	color: #6f032e;
	font-size: 0.8em;
	text-align: right;
	float: right;
}


.arrow_img{
	float: left;	
}

 div.title{
 	padding: 0px 0px 10px 0px;
 	color: #70032d;
 	font-weight: bold;
 }

 div.title a{
	color: #70032D;
 }

div.article_news span.date{
	color: black;
	font-size: 0.89em;	
}

div.article_news div.article_txt{
	padding: 0px 0px 0px 13px;
}

div.text{
	float: left;
	text-align: left;
	width: 490px;
	padding: 10px 0px 0px 40px;
}

div.text ul li{
	padding-left: 15px;
	background: transparent url(../images/bullet.jpg) no-repeat 0px 5px;
}

div.text ul li a{
	color: #70032D;
}


div.text h1{font-weight: bold; font-size: 1.6em;}
div.text h2{font-weight: bold; font-size: 1.4em;}
div.text h3{font-weight: bold; font-size: 1.0em;}
div.text h4{font-weight: bold; font-size: 0.9em; padding: 0px; margin: 0px;}
div.text h5{font-weight: bold; font-size: 0.8em;}
div.text h6{font-weight: bold; font-size: 0.7em;}

div.block{
	width: 580px;
	float: right;
}



div.block img{
	float: left;
}

div.block div.title{
	float: left;
	text-align: left;
	width: 450px;
	padding: 0px 20px 8px 20px;
	margin-right: 50px;
	color: #6f032e;
	font-size: 1.2em;
}

 div.title a{
	color: #6f032e;
 }

div.block span.date{
	color: black;
	font-size: 0.69em;	
}

div.text img{
	padding: 0px 10px 10px 0px;
}



/**
 * = Sidebar
 * ----------------------------------------------------------
 */

#sidebar {
	margin: 6px 0px 0px 0px;
	float: left;
	width: 315px;
}

div.side_img{
	height: 168px;
	text-align: right;
	margin: 10px 25px 0px 0px;
	margin-right: 25px;
}

div.bar{
	background-color: #70032D;
	height: 28px;
	color: white;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 1.3em;
	padding: 2px 0px 0px 0px;
}

div.bar a{
	color: white;
	text-decoration: none;	
}

div.barcontent{
	float: right;
	width: 210px;
	margin-right: 25px;
}

div.barcontent img{
	float: right;
	margin: 3px 0px 0px 0px;	
}

div.baractive{
	height: 28px;
	padding: 7px 0px 0px 9px;
	margin: 20px 25px 0px 0px;
	float: right;
	width: 201px;
	color: white;
	background-color: #70032D;
}

div.baractive img{
	float: right;
	margin-right: 5px;
	
}

/**
 * = Footer
 * ----------------------------------------------------------
 */
 
#footer {
	float: right;
	margin: 0;
	height: 21px;
	width: 645px;
	background-color: #f4f5f5;
	text-align: center;
	font-size: 0.9em;
}

#footer a{
	color: black;	
}

/**
 * = Clearfix
 * ----------------------------------------------------------
 * @see	http://www.positioniseverything.net/easyclearing.html
 * @see http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/
 * @see http://www.stuffandnonsense.co.uk/archives/clearing_floats_without_structural_markup_in_ie7.html
 */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display:inline-block;
}
