/* General styles */

body
{
	font: 13px Helvetica, Arial, sans-serif, Verdana;
	color: #000;
	background: #fff;
	padding: 0;
	margin: 0 0 40px 0;
}

a
{
	text-decoration: none;
	color: #464646;
}

a:hover
{
	text-decoration: underline;
}

a:focus
{
	outline: none;
}

img
{
	border: none;
}

.clearer
{
	clear: both;
	line-height: 0;
	height: 0;
}

hr
{
	background: #c7c7c7;
	height: 1px;
	border: none;
	margin: 0;
}

h1
{
	margin: 0;
	padding: 0;
	display: block;
	margin-bottom: 70px;
	font-size: 22px;
	font-weight: normal;
}

h3
{
	font-size: 13px;
	margin: 0;
	padding: 0;
}

dt
{
	font-weight: bold;
	margin-bottom: 5px;
}

dd
{
	padding: 0;
	margin: 0 0 30px 0;
}

ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}





/* Site structure */

#container
{
	background-color: #fff;
	width: 950px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}

#logo
{
	display: inline;
}

#header
{
	width: 950px;
	margin: 30px auto 80px;
}





/* Navigation */

#navigation
{
	float: right;
	margin: 0;
}

#navigation li
{
	margin-left: 20px;
	float: left;
}

#navigation li a
{
	color: #000;
	font-weight: bold;
	font-size: 11px;
}

#navigation li a:hover
{
	background-color: transparent;
}





/* Content related styles */

#content
{
	min-height: 500px;
	line-height: 18px;
}





/* Reusable styles */

a.img:hover
{
	background-color: transparent;
}

/* Lists with gradient selection */
ul.selectable
{
	border-top: 1px solid #c7c7c7;
}

ul.selectable li
{
	margin: 0;
	padding: 0;
	background: transparent;
}

ul.selectable li:hover, ul.selectable li.selected
{
/*	background: transparent url(../images/grad_background.gif) repeat-x;*/
	background-color: #000;
}

ul.selectable a
{
	color: #000;
	display: block;
	border-bottom: 1px solid #c7c7c7;
	padding-left: 17px;
	background: transparent url(../images/bullets/arrow.gif) no-repeat 5px 50%;
	height: 34px;
	line-height: 34px;
}

ul.selectable a:hover, ul.selectable li.selected a
{
	background-image: url(../images/bullets/arrow_white.gif);
	color: #fff;
	text-decoration: none;
}

/* Lists with arrows */
ul.arrow li
{
	padding-left: 14px;
	background-image: url(../images/bullets/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

/* Tabbar */
div.tabbar
{
	height: 20px;
	background: transparent url(../images/border_pixel.gif) repeat-x 0 100%;
}

ul.tabbar li
{
	float: left;
	margin-right: 5px;
	height: 11px;
}

ul.tabbar li a
{
	color: #7a7a7a;
	line-height: 11px;
	padding: 4px 10px;
}
ul.tabbar li a:hover
{
	text-decoration: none;
}

ul.tabbar li.selected a
{
	font-weight: bold;
}

ul.tabbar li.selected
{
	background-color: #fff;
}

ul.tabbar li a:hover
{
	color: #000;
	background-color: transparent;
}

ul.tabbar li.selected a
{
	color: #000;
	background-color: #fff;
}

html>body ul.tabbar li.selected a
{
	border: 1px solid #c7c7c7;
	border-bottom-width: 0;
}

.tabcontent
{
	padding: 10px 0;
}

/* Specific headlines */
h3.separator
{
	margin-top: 40px;
	padding-bottom: 3px;
	margin-bottom: 15px;
/*	border-bottom: 1px solid #000;*/
}

h3.separator.first
{
	margin-top: 10px;
}

p.first
{
	margin-top: 0;
}

p.last
{
	margin-bottom: 0;
}

/* Definition List style blocks */
div.dt
{
	width: 224px;
	margin-right: 56px;
	float: left;
}

div.dd
{
	width: 450px;
	float: left;
}

hr.dl
{
	margin: 40px 0;
}





/* Latest entries */

#footer_items .column
{
	margin-top: 35px;
	width: 296px;
	float: left;
	margin-right: 30px;
}

#footer_items .column.last
{
	margin-right: 0;
}

#footer_items .column h3
{
	line-height: 30px;
}

#footer_items .column img
{
	margin-top: 15px;
}






/* Products */

#container.products #left_column
{
	float: left;
	width: 666px;
	margin-right: 60px;
}

#container.products #right_column
{
	float: left;
	width: 221px;
}

#container.products #right_column div.related
{
	margin-top: 100px;
}

#container.products #right_column div.related h3
{
	margin-bottom: 3px;
	padding-left: 20px;
	background: transparent url(../images/document.gif) no-repeat 0 50%;
}

#container.products #screenshots li
{
	display: inline;
}

#container.products #download_box
{
	border: 1px solid #c7c7c7;
	width: 221px;
	text-align: center;
}

#container.products #download_box h3
{
	font-size: 14px;
}

#container.products #download_box .icon
{
	width: 80px;
	height: 80px;
	display: block;
	margin: 25px auto 22px auto;
}

#container.products #download_info
{
	margin-top: 18px;
	background-color: #f8f8f8;
	color: #959595;
	border-top: 1px solid #c7c7c7;
	padding: 12px 0 3px 0;
	font-size: 9px;
}





/* Projects */

#container.projects #project_details
{
	position: relative;
}

#container.projects #project_details .detail
{
	position: absolute;
}

#container.projects #project_details .detail .get_the_source
{
	position: absolute;
	left: 520px;
	top: 0;
}





/* Contact */

#container.contact #content div.image
{
	float: left;
}

#container.contact #content div.top_inner_column
{
	margin-left: 38px;
	float: left;
}

#container.contact #content div.top_inner_column p
{
	margin: 0;
}

#container.contact #content div.top_inner_column .address
{
	margin-bottom: 20px;
}



/* Crash reports */
#container.crash-reports table
{
	width: 100%;
}

#container.crash-reports td.date
{
	padding-left: 20px;
	width: 120px;
}

#container.crash-reports td.type
{
	width: 90px;
	text-align: center;
}

#container.crash-reports td.version
{
	width: 30px;
	text-align: right;
}

#container.crash-reports td.green
{
	background-color: #0f0;
}

#container.crash-reports td.red
{
	background-color: #f00;
}

#container.crash-reports td.comment
{
	width: 40px;
}

#container.crash-reports td.has-comment
{
	background: transparent url(../images/document.gif) no-repeat 50% 50%;
}

#container.crash-reports pre
{
	background-color: #efefef;
	font-size: 10px;
	line-height: 13px;
	padding: 10px;
	word-wrap: break-word;
	margin-bottom: 70px;
}