body{
  background-color: black;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  
}
a{
  text-decoration: none;
  color: #9e1626;
}
a:hover{
  text-decoration: underline;
}
img{
  border: 0;
}

#logo{
  height: 120px;
}

#logo #i_heart_simonwex{
  position: absolute;
  top: 0px;

  margin: 5px auto;
  left: 100px;
  z-index: -2;
}
#logo #jackass{
  position: absolute;
  z-index: -1;
  left: 368px;
}

#wrapper{
  width: 860px;
  margin: 0 auto;
  padding-bottom: 300px;
}
#header{
  clear: both;
	height: 52px;
}
#header h2{
  margin: 20px auto;
  color: #9e1626;
}

#header #searchform{
	display: none;
  float: right; 
  border: 2px solid white;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}
#header #searchform input{
  font-size: 1em;
  margin-right: 2px;
}
#header #searchform #q{
  background-color: transparent;
  font-size: 1em;
  border: none;
  padding: 2px;
  margin: 2px;
  color: white;
}

#menu{
  background-color: #2877bb;
  width: 100%;
  height: 40px;
  -moz-border-radius: 8px; 
  -webkit-border-radius: 8px; 
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 7px 20px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.2em;
	color: #fff;
}

#menu a:hover { 
	color: #48acde;
}

#menu a.Current {
	color: white;
	text-decoration: underline;
}

#main{
  float: left;
  padding: 5px 0;
  color: #4c4c4c;
}

#main .Content{
  background-color: #fff;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 10px;
}

#main .WithSidebar{
  margin-top: 15px;
  width: 615px;
}

#main .Full{
  width: 840px;
}


#sidebar{
  margin: 20px auto;
  width: 205px;
  float: right;
  text-align: center;
  background-color: #222d2d;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
#sidebar ul li{
  text-align: left;
}

#footer{
  clear: both;
  color: white;
  background-color: #4a4a4a;
  width: 100%;
  height: 40px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
#footer a{
  display: block;
  float: left;
  margin-right: 3px;
  padding: 9px 10px;
  text-decoration: none;
  color: white;
}
#footer ul {
	margin: 0;
	padding: 0px 0 0 0px;
	list-style: none;
	line-height: normal;
}
#footer ul li{
  margin: 10px;
}

.ClearBoth{
  clear: both;
}

.Projects .Home {
  background-image: url(http://farm1.static.flickr.com/124/329434979_80212cfaf8.jpg);
}

.Home {
  background-repeat: no-repeat;
  background-position: 0px -100px;
  background-attachment:scroll;
}

.Home h1{
  margin-top: -78px;
  color: #fff;
  font-size: 2.5em;
}
.Home h1.Shaddow{
  margin-top: 180px;
  margin-left: 2px;
  color: #444;
}

.Gallery li{
  display: block;
  position: relative;
  float: left;
  height: 160px;
  width: 160px;
}

ul.ProjectList{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li.Project{

}

li.Project img{
  border: 8px solid #dadada;
  float: left;
  margin: 10px;
}

li.Project img:hover{
  border: 8px solid #9e1626;
}

li.Project div{
  margin: 8px;
  float: left;
  width: 440px;
  height: 80px;
}

li.Project h2{
  margin: 0;
  padding: 0;
  margin-top: 2px;
  font-size: 1.2em;
}

li.Project p{
  margin-top: 0;
}

div.ScoreContainer {
  border: 1px solid #ccc; 
  height: 100px; 
  margin: 2px 5px 2px 0; 
  padding: 0px; 
  float: left; 
  background: #ace97c;
}

div.ScoreContainer div {
  background-color: #fff; 
  width: 4px
}

.SearchResults ul{
  list-style: none;
  padding: 0;
}
  
.SearchResults h2{
  font-size: 1em;
}
.SearchResults .Extract{
  height: 65px;
}

.PicturePage {
  text-align: center;
}
.PicturePage img{
  border: 6px solid #2877bb;
}


/* Special Stuff */
#countbox{
  font-size: 2em;
}
