/* - - - - - - - - - - - - - - - - - - - - -

Title : simplerules
Author : Silab Kamawall
URL : www.simplerules.de

Description : CSS For Simplerules

Created : 13.01.2008 
Modified : -

- - - - - - - - - - - - - - - - - - - - - */
*
{
	padding: 0;
	margin: 0;
}
html { height: 100%;}
body 
{
	background: #fff url("../images/sitebg.jpg") repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #a2a2a2;	
	height: 100%;
	font-size: 62.5%;
	font-family: Helvetica, "Times New Roman", Times, serif;
}
#wrapper 
{
	margin: 0 auto;
	width: 550px;
	text-align: left;
	padding-top: 60px;
}
#header
{
	width: 345px;
	height: 87px;
	background: url(../images/logo.jpg) no-repeat;
}
#header h1
{
	margin: 0;
	padding: 0px;
}
#header a
{
	display: block;
	width: 345px;
	height: 87px;
}
#header h1 a span
{
	display: none;
} 
#header h1 a:hover { background: transparent;}
/* general  -------------------------------- */
h1{font-size: 2.0em; margin: 10px 0;}
h2{font-size: 17px; margin: 40px 0 20px; color: #a2a2a2;}


p{font-size: 15px; margin: 5px 0;}
strong { font-weight: bold;}
a { color: #b2bcb9; text-decoration: underline; font-weight: bold;}
a:hover { background: #000; color: #fff; text-decoration: none;}
.error{
	color: red;
}

.left
{
	float: left;
	width: 45%;
}
.right
{
	float: right;
	width: 45%;
}

h1#nav 
{
	text-align: left;
	line-height: 1.4em;
	font-size: 17px;
	color: #a2a2a2;
	margin: 20px 0 ;
}
h1#nav span
{
	color: #333;
	border-bottom: 1px dotted;
}
#projects
{
	margin: 50px 0 30px;
	height: 400px;
}
#projects h2 { 
	margin: 0 0 20px;
	font-size: 17px;
	color: #a2a2a2;
}

#projects ul
{
	margin: 0;
	padding: 0;
}

#projects li
{
	list-style: none;
	float: left;
	margin: 10px 20px 10px 0;
	
}
#projects li a
{
	display: block;
	border: 3px solid #ccc;
}
#projects li a:hover
{
	border: 3px solid #fff;
}
* html #projects  li a {
	height: 1%;
	}

#technix
{
	
}
#technix li
{
	float: left;
	list-style: none;
	margin: 0 19px 0 0;
}
#footer 
{
	width: 550px;
	font-size: 1.3em;
	border-top: 3px solid #ccc; 
	margin-top: 2em; 
	padding: 1.5em 0px; 
}	
#footer img
{
	float: left;
	margin-right: 15px;
}

form
{
	margin: 20px 0;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}
fieldset
{
	border: none;
}
label 
{
	width: 100px;
	display: block;
	float: left;
	font-size: 15px;
	color: #666;
	padding: 5px 0;
	margin: 5px 0;
}
label.block
{
	display: block;
	margin: 20px 0;
}
textarea, input
{
	border-color:#7C7C7C rgb(195, 195, 195) rgb(221, 221, 221);
	border-style:solid;
	border-width:1px;
	width: 100%;
	padding:5px 0;
	margin: 5px 0;
}
input.text
{
	float: right;
	width: 80%;
}
input.submit
{
	width: auto;
	float: right;
	padding: 2px 10px;
}
/* self-clearing floats ------------------- */
#main:after,
#secondary:after,
#footer:after,
#wrapper:after,
#projects:after,
#technix:after,
fieldset p:after{
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }
/* IE WIn */
/* self-clearing floats */
* html #wrapper,
* html #projects,
* html #technix,
* html fieldset p{
	height: 1%;
	}
	
* html #wrapper
{
height: 100%;
}
