/*

Designed by Adam Machin

blue = #0066FF

*/

html {

	background-color:#0066FF;
} /* background blue */

body {

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

#container {

	width: 750px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin: auto;
	text-align: left;


}

#mainContent {

	text-align: left;

	color: white;

	width: 750px;
	padding: 30px;
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	background-color: #333333;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#badge img {

	float: right;
	margin-top: -20px;
	margin-right: -50px;
}

#me img {
	
	float: right;
	margin-top: 10px;
	margin-right: 20px;
}


#header {

	margin: auto;
}

#twitlogo img {

	float: left;
	margin-top: -42px;
	margin-left: 45px;
}

#navi {
	

	text-align: left;
	width: auto;
	height: auto;
	margin-left: 100px;
	margin-top: -40px;
}

#home {
	display: inline;
	width: 100px;
	height: 40px;
	margin-right:15px;
	padding: 10px;	
	background: #06F;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

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

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

#blog {
display: inline;
	width: 100px;
	height: 40px;
	margin-right:15px;
	padding: 10px;	
	background: #690;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

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

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

#projects {
display: inline;
	width: 100px;
	height: 40px;
	margin-right:15px;	
	padding: 10px;
	background: #F00;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

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

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

#about {
display: inline;
	width: 100px;
	height: 40px;
	margin-right:15px;	
	padding: 10px;
	background: #F30;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

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

#about a:hover {
	text-decoration: underline;
	color: #000
	}
#links2 {
display: inline;
	width: 100px;
	height: 40px;
	margin-right:15px;	
	padding: 10px;
	background: #F06;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}


h1 {

	background-image:url(../alpha/logo2.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 130px;
}

h1 span {

	display: none;
}

h2 {
	font-family: Lucida Grande, Lucida Sans Unicode, Arial, Sans-serif;
	text-align: right;
	font-size:10px;
	text-decoration: none;
	list-style-type: none;
}

h3 {
	font-family: Lucida Grande, Lucida Sans Unicode, Arial, Sans-serif;
	text-align: left;
	font-size:11px;
	text-decoration: line-through;
	list-style-type: none;
}

a  {
	text-decoration: none;
	color: #0099CC;
}

a:hover {
	text-decoration: underline;
	}
	
#projectscontent {

}
	
#showprojects {
	display: none;
	border:1px solid #F00;
	background-color: #FFF;
	margin-bottom:15px;
	margin-top:10px;
	margin-right:15px;
	margin-left:60px;
	padding: 10px;
	font-size:12px;
	color: #000;
	list-style-type: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#showprojects a {
	text-decoration: none;
	color: #F00;

}

#showprojects a:hover {
	text-decoration: underline;
	}
#projectslist {
	text-decoration: none;
	color: #000;
}

#projectslist a {

	text-align: left;
	color: #F00;
	font-size:11px;
	text-decoration: line-through;
	list-style-type: none;
	
}

#projectslist a:hover {
	text-decoration: line-through;
	
}

#projectshide {
	text-align: right;
	text-decoration: none;
	color: #000;
}

#projectshide a {

	text-align: left;
	color: #F00;
	font-size:11px;
	text-decoration: none;
	list-style-type: none;
	
}

#projectshide a:hover {
	text-decoration: overline;
	
}

#showabout {
	display: none;
	border:1px solid #F60;
	background-color: #FFF;
	margin-bottom:15px;
	margin-top:10px;
	margin-right:15px;
	margin-left:60px;
	padding: 5px;
	font-size:12px;
	color: #000;
	list-style-type: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#showabout a {
	text-decoration: none;
	color: #F60;

}

#showabout a:hover {
	text-decoration: underline;
	}
#aboutlist {
	text-decoration: none;
	color: #000;
}

#aboutlist a {

	text-align: left;
	color: #F60;
	font-size:11px;
	text-decoration: line-through;
	list-style-type: none;
	
}

#aboutlist a:hover {
	text-decoration: line-through;
	
}

#abouthide {
	text-align: right;
	text-decoration: none;
	color: #000;
}

#abouthide a {

	text-align: left;
	color: #F00;
	font-size:11px;
	text-decoration: none;
	list-style-type: none;
	
}

#abouthide a:hover {
	text-decoration: overline;
	
}

#storagemain {
	
}

#twitter {

	text-align: left;
	width: 700px;
	color: #333333
}



	
#twittercontent ul {

	padding-top: 15px;
}

#twittercontent ul li {

	border:1px solid #000000;
	background-color: #FFFFFF;
	margin-bottom:15px;
	padding: 10px;
	font-size:12px;
	list-style-type: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#flickrfont {
	
	text-align: left;
	
}

#flickr {
	text-align:center;
	align:center;
	
}

#flickrphotos {
	align:center;
	
	
}
#flickrphotos img{
	
	padding: 0px;
	
}

#flickrrandom {
	text-align:center;
	align:center;

	width: 750px;
}

#flickrrandom img {

	/*width: 120px;
	height: auto;*/
	align:center;

	

	padding: 0px;

}


#links {
display: inline;
	width: 100px;
	height: 40px;
	margin-right:15px;
	padding: 10px;	


}

#links a  {
	text-decoration: none;
	color: #0099CC;
}

#links a:hover {
	text-decoration: underline;
	}

	
#footer a {

	text-decoration: none;
	color: red;

}
#footer a:hover {

	text-decoration: none;
	color: white;

}


