/*
Design by Peter Mikhael
http://www.petermikhael.com
Released for free under a Creative Commons Attribution
Version 0.1
*/

@import url("start_page_reset.css");
@import url("../src/slimbox.css");


#-------------------basic elements- {}
html, body {
	background-color: #EEEEEE;
	background-image: url(/Images/start_page_bg.jpg);
}
html {
	font-size: 100%;
}

body {
	line-height: 1.6;
	font-family: Arial, Helvetica, sans-serif;
	color: #616161;
	font-size: 12px;
}

	
h1, h2, h3, h4, h5, h6 {
	color: #4b4745;
	font-weight:bold;
	margin-bottom: 10px;
}

h1 {
	font-size: 20px;
	text-align: center;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}

a {
	text-decoration: none;
	color: #666666;
}
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #999999;
}
a:active {
	color: #999999;
}

p  {
	line-height: 1.6em;
	margin-bottom: 10px;
}
ol {
	margin-top: 20px;
	margin-bottom: 20px;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
li {
	color: #999999;

}


#-------------------style elements- {}
.big {font-size: 1.8em; padding:0; line-height:1.2em; color:#f1f1f1; margin:0 0 22px 0;}
.fat{font-weight:bold;}
.gray {color: #666; font-size:1em; font-style:normal;}
.hr{ border-bottom:1px solid #CCCCCC; border-left:none; border-right:none; border-top:none; margin:10px 0 20px 0; }

.red {
	color:#a60101;
}
.small  {font-size: 1.1em; padding:0; line-height:1.4em;}
.white {font-size: 1.2em; padding:0 10px 0 0; line-height:1.4em; color:#fff;}
.title{ font-size:1.1em; font-style:italic; color:#227ab0;}
.stroke { border:1px solid #fff;}

.more {
	padding-left: 16px;
	text-decoration: underline;
	font-weight: normal;
	background-image: url(../images/read_more.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}

.comments {
	padding-left: 18px;
	text-decoration: underline;
	font-weight: normal;
	background-image: url(../images/comments.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}
.line_through {
	text-decoration: line-through;
}
.bg {
	background-image: url(../images/input_bg.jpg);
	background-repeat: repeat-x;
	background-color: #ededed;
}

#-------------------position elements- {}
.left{ float:left;}
.left_margin_right{ float:left; margin:0 10px 0 0; font-size:1.2em;}
.left_margin_right_top{ float:left; margin:4px 10px 0 0;}
.right{ float:right;}
.right_margin_right{ float:right; margin:0 20px 0 0;}
.right_margin_top{ float:right; margin:40px 0 0 0;}
.clear_both {display: block; clear: both; margin-right: auto; margin-left: auto;}
.hidden{display:none;}
.pointer{cursor:pointer;}
#-------------------clear floated elements- {}
/* Clear Floated Elements
/* http://sonspring.com/journal/clearing-floats */
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
#-------------------index  layout- {}
#container {
	clear: both;
	width: 750px;
	margin: 0px auto;
}
#header {
	margin-bottom: 10px;
	background-image: url(../Images/start_page-trans.jpg);
	background-repeat: no-repeat;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
	margin-top: 0px;
	padding-top: 140px;
	background-position: 0px 120px;
	position: relative;
}
#versions {
	position: absolute;
	left: 186px;
	top: 232px;
}
#versions img {
	margin-right: 5px;
	margin-left: 5px;
}


#maincontent {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	width: 350px;

}
.list1  ul  {
	margin: 0px;
	padding: 0px;
}
.list1 li {
	padding-left: 12px;
	font-weight: normal;
	background-image: url(../Images/start_page_marker-trans.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.latest_news  {
	background-image: url(../Images/start_page_latest_news-trans.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 120px;
}
.latest_videos  {
	background-image: url(../Images/start_page_latest_videos-trans.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 120px;
}

#sidebar2 {
	width: 350px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
}
.list_videos li {
	padding-left: 10px;
	font-weight: normal;
	margin-bottom: 10px;
	float: left;
	padding-right: 10px;
}
.list_videos ul {
	margin: 0px;
	padding: 0px;
}


#footer {
	text-align: center;
	margin-top: 20px;
	clear: both;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../Images/start_page_2_18-trans.png);
	background-repeat: no-repeat;
	background-position: top;
}
#footer p {
	margin: 0px;
}

#-------------------form container styles- {}
#form_container {
	overflow: auto;
	width: 400px;
}
#form_container  p {
	display: block;
	float: left;
	width: 100px;
	margin: 0px;
}
#form_container li {
	display: block;
	width: 350px;
	overflow: auto;
	margin-top: 5px;
}
#form_container select, #form_container textarea, #form_container input{
	border: 1px solid #D3D3D3;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #667f92;
	width: 190px;
	background-color: #FFFFFF;
	float: left;
}
#form_container .submit {
	width: 80px;
	display: block;
	margin-right: 8px;
	background-color: #FFFFFF;
	cursor:pointer;
	background-image: url(../images/input_bg.jpg);
}
#form_container .checkbox {
	width: 15px;
	margin-right: 8px;
}
#form_container  .p_spacing {
	width: 100px;
	display: inline;
	float: left;
}

#-------------------internal pages styles- {}
