@charset "UTF-8";
/* Stompyrobot default CSS */

body {
		background-color:#252326;
		color:#F2F0F1;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		background-image: url('images/lolbot.jpg');
		background-position: top right;
		background-repeat: no-repeat;
		margin:0px auto;}
		
h1 {font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#B8D2D9;}

h1 a {text-decoration: none;}
	
a {color:#B8D2D9;}


/* selection style css */
::-moz-selection{
	background:#B8D2D9;
	color:#ffffff;
}

::selection {
	background:#B8D2D9;
	color:#ffffff;
}

code::-moz-selection {
	background:#B8D2D9;
	color:#ffffff;
}

code::selection {
	background:#B8D2D9;
	color:#ffffff;
}

/* div styles */


.wrapper {
		width:800px;
		clear: both;
}
	
.content {width:540px;
		float:left;}

.content p {font-family:Arial, Helvetica, sans-serif;
	font-size:13px;}
	
.content h1 {
	line-height:0.3em;
}
			
.intro {
	position: relative;
	left: 10px;
	width: 530px;
}
			
.right {width:230px;
		left: 550px;
		float:right;}

.navtop {height:56px;
		position: relative;
		left:5px;}
		
.navtop a {color:#B8D2D9;}

/* main navigation styling */
.mainnav {
	width: 220px;
	background-color: #161517;
	text-align:  center;
}

#menu {
	background: #161517;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #161517;
	border-bottom: 1px solid #252326;
	color: #C1D2D9;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #111111;
	color: #b8d2d9;
	padding-bottom: 8px;
}


/*twitter*/
.twitter {
	position:relative;
}

/*form items*/

input:focus {
	border: 2px solid #b8d2d9;
}

textarea:focus {
	border: 2px solid #b8d2d9;
}
