/* CSS Rest to clear all the browser formatting */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	background:transparent;
}
/* remember to define focus styles! */
:focus {
	outline:0;}
body {
	line-height:1; 
	color:black;	
	background: #000 ; 
	}
	
#wrapper {
	width: 960px;
	margin: 0 auto;
	}	

#content {
	padding-top: 15px;
	width: 960px;
	height: 500px;
	background: #000; 

	}
	
#main {
	width: 600px;
	float: left;
	}
	
#logo {
	width: 600px;
	height: 279px;
	background: url(../i/logo-line.png) 50px 25px no-repeat;
	
	}
	
#logo h1 {
	display:block;
	margin-left: -9999px;
	}

#copy {
	width: 513px;
	margin: 0 10px;
	}
	
#copy p {
	color:#fff;
	font-family: arial, verdana, sans serif;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	}



#sidebar {
	width: 360px;
	height: 550px;
	float:right;

	}

#sidebar form p {
	color: #333;
	font-family: arial, verdana, sans serif;
	font-size: 13px;
	}

#contact {
	padding: 100px 0 0 0;
	}

#contact-thanks {
	padding: 100px 0 75px 0;
	}
	
#intouch {
	width: 235px;
	height: 68px;
	background: url(../i/contact.png) -10px 0 no-repeat;
	}	

#intouch h3 {
	display: block;
	margin-left: -9999px;
	}
	
#intouch #thanks {
	margin-top: 60px;
	}


#contact p {
	color: #fff;
	font-family: arial, verdana, sans serf;
	font-size: 14px;
	line-height: 16px;
	}

#contact-thanks p {
	color: #fff;
	font-family: arial, verdana, sans serf;
	font-size: 14px;
	line-height: 16px;
	}
	

form {
	width: 360px;
	}

label,input {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 5px;
}

input.submit {
	display: block;
	width: 75px;
	float: left;
}

label{
	text-align: right;
	width: 100px;
	padding-right: 20px;
}

form #status-name{  
    width:35%;  
    padding:5px;  
    outline:none;  
    height:1.4em;  
    } 
    
form #status-email {  
    width:35%;  
    padding:5px;  
    outline:none;  
    height:1.4em;  
    }  


form #status-comment {
	width:175px;  
	height: 75px;
    padding:5px;  
    outline:none; 
    }
    
.focusField{  
    background:#fde0a1;  
    color:#361c08;  
    border: solid 2px #de5123;
    }  
    
.idleField{  
    background:#222;  
    color: #ccc;  
    border: solid 2px #555;  
    }  
    
form button {
	background:none; 
	border:none;
	
	}	
	
form button:hover {
	cursor:pointer;
	}
	
#tweet-title	{
	width:320px;
	margin: 0 -15px;
	}
	
#twitter-container {		
	width: 360px;
	margin: 0 0 0 0;
		
	}
	
#twitter-container ul {		
	list-style:none;
	width: 210px;
	margin: -55px auto;
	color: #eee;
	padding: 45px;
	font-family: arial;
	font-size:17px;
	line-height: 22px;
	text-align: center;
	background: #111;
	}

#twitter-container ul a {	
	font-family: arial, verdana, sans serif;
	color: #6dcff6;
	font-size: 14px;
	text-decoration: none;
	}

#twitter-container ul  a:hover {		
	color: #fff;
	text-decoration: underline;
	}

#follow-me {
	margin: -55px 0 0 255px;
	}

#follow-me p span {
	display: inline;
	margin-left: -9999px;
	}

