-10px/*  
Theme Name: Projectblog
Theme URI: http://wordpress.org/
Description: STEIM's projectblog.
Version: 1.0
Author: Robert van Heumen
Author URI: http://hardhatarea.com
*/

::-moz-selection{
	background: #afeeee;
	color: black;
}

::selection {
	background: #afeeee;
	color: black;
}

body {
//    background-image: url(http://www.steim.org/steim/images/back3.gif);
    background-color: #253c3c;    
    font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
    font-size: 10pt;
    color: white;
}

h1, h2 {
	font-size: 12pt;
	color: white;
	text-decoration: none ;
	font-weight: normal;
}

a:link {
    text-decoration: underline;
    color: #afeeee;
}
a:visited {
    text-decoration: underline;
    color: #afeeee;
}
a:active {
    text-decoration: underline;
    color: #afeeee;
} 
a:hover {
    text-decoration: underline;
    color: #afeeee;
} 

.head1 {font-size: 23px;}
.head2 {font-size: 20px;}
.head3 {font-size: 17px;}
.head4 {font-size: 14px;}

a:link.special    {text-decoration: none; }
a:visited.special {text-decoration: none;}
a:active.special  {text-decoration: none;} 
a:hover.special   {text-decoration: underline;} 

table {
    width: 865pt;	
    border-spacing: 0px;    
}

td {
}

td.fix_height {
    height: 20px;
}

td.margin_left {
    width: 40pt;        
}

td.menu {
    width: 485pt;        
    white-space: nowrap;
}

td.column_one {
    background-color: #2f4f4f;
    vertical-align: top;
    padding-left: 10pt;
    padding-right: 10pt;
}

td.margin_middle {
    width: 35pt;    
    background-image: url(http://www.steim.org/steim/images/vertical_dot.png);
    background-repeat: repeat-y;
}

td.column_two {
    vertical-align: top;
    width: 300pt;        
}

td.margin_right {
    width: 5pt;        
}

input
{
    font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
    border: 1px solid;
	font-size: 10pt;
}

input.text1
{
    width: 100px;
}

input:hover {
	COLOR: black;
}

textarea {
    font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
    border: 1px solid;
	font-size: 9pt;
}

textarea:hover {
	COLOR: black;
	cursor: auto;
}

textarea.comment {
    width: 550px;        
}

ul.system {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

hr {
    border: none 0; 
	border-top: 1px solid #afeeee;
	text-align: center;
	height: 1px;
	width: 100%;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

#content {
	float: left;
	width: 700px;
	margin-top: 15px;
	margin-bottom: 30px;
}


