/*

Designed by Adam Machin



*/

html {

	background-color:#FFFFFF;
} /* background white */

body {

	display: auto;
	color:#000000;
	font-family: Lucida Grande, Lucida Sans Unicode, Arial, Sans-serif;
	font-size:13px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#container {
	
	border-style:dashed;
	border-color:#black;
	display: center;
	margin: 0px auto;
	width: 750px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin: 10px auto;
	text-align: center;
	background: #FFFFFF;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#logo img {

	float: right;
	margin-top: 0px;
	margin-right: 0px;
}

#navi {
	
	font-size: 16px;
	text-align: left;
	width: auto;
	height: auto;

	margin-left: 5px;
	margin-top: 0px;
}

#home {
	display: inline;
	width: 100px;
	height: 40px;
	margin-right:15px;
	padding: 5px;	
	background: #DB375B;

}

#home a  {
	text-decoration: none;
	color: #FFF;
}

#home a:hover {
	text-decoration: underline;
	color: #000

	}
	
#thoughts {
	display: inline;
	width: 100px;
	height: 40px;
	margin-right:15px;
	padding: 5px;	
	background: #3999D2;

}

#thoughts a  {
	text-decoration: none;
	color: #FFF;
}

#thoughts a:hover {
	text-decoration: underline;
	color: #000
	}
	
#about {
	display: inline;
	width: 100px;
	height: 40px;
	margin-right:15px;
	padding: 5px;	
	background: #4EB94F;

}

#about a  {
	text-decoration: none;
	color: #FFF;
}

#about a:hover {
	text-decoration: underline;
	color: #000
	}
	
#twitter img {

	float: left;
	margin-top: 0px;
	margin-right: 0px;
}
#content {
	width: 500px;
	height: 40px;
	margin-left: 130px;
	padding: 5px;
	background: #FFF;
		-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
		border-style:dotted;
	border-color:#68CDEA;
	text-align: left;
	
}
#content a  {
	text-decoration: none;
	color: #000;
}

#content a:hover {
	text-decoration: underline;
	color: #06F;
	}
#twitter_update_list span {
	

color: #000000;

}

#main {
		width: 695px;
	height: auto;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 80px;
	margin-bottom: 20px;
	padding: 5px;
	background: #FFF;
		-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
		border-style:dotted;
	border-color:#000000;
	text-align: left;
	
}

#main a  {
	text-decoration: none;
	color: #06F;
}

#main a:hover {
	text-decoration: underline;
	color: #06F;
	}
	
	
#design {
		width: 695px;
	height: auto;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px;
	background: #FFF;


	text-align: right;
	
}

#design a  {
	text-decoration: none;
	color: #06F;
}

#design a:hover {
	text-decoration: underline;
	color: #06F;
	}

