/* =========================================================== Global Styles */
/*
  Main text: #666666    
  A "green" text: #44c4a1
*/

* { 
  margin: 0;
  padding: 0;
	list-style: none;
}

body {
  font: 62.5%/1.8 "Lucida Sans Unicode", "Lucida Grande", Tahoma, Helvetica, sans-serif; 
	background: #fff;
  color: #6a6a6a;
}

#wrap {
	padding: 60px 20px 20px 40px;
}

/* =========================================================== Global Text Styles */
a {
	text-decoration: none;
	outline: none;
}

a img {
	border: none;
}

a, a:link, a:active, a:visited {
	color: #6a6a6a;
}

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

p {
  margin: 0 0 1em 0;
}
/* =========================================================== Showcase */

#showcase #menu, #menu {
  width: 240px;
  float: left;
  clear: both;
  position: fixed;
}

#showcase {
  margin-left: 280px;
}

#categories {
  margin-top: 1em;
  font-weight: bold;
}

#categories ul {
	font-weight: normal;
	padding: 0 0 0 3em;
	line-height: 1.4em;
}

#categories ul .selected {
	list-style: square;
}

#showcase #job {
  width: 750px;
  padding: 0 0 40px 0;
}

#showcase #job #details h1 {
  font-size: 1.1em;
}

#showcase #job #details {
  margin-bottom: 1.5em;
}

#showcase #job #details #description {
  width: 500px;
}

#showcase #job #images ul li {
  margin-bottom: 4em;
}


#showcase #digg {
  float: right;
}

#contact {
  width: 600px;
  margin: 0.1em 0 0 280px;
  padding-bottom: 40px;
}

.new {
  color: #B21F14!important;
}

.eleven-horses {
  margin-left: 280px;
  float: left;
  position: relative;
}