/** Globals **/
body {
	font-family: 'Lucida Grande', Helvetica, Verdana, sans-serif;
	background: #839DAC url(../img/page_top.jpg) repeat-x top;
	color: #FFF;
	margin: 0;
}

#skip_to_content {
	display: none;
}

#site_name {
	width: 451px;
	height: 105px;
	overflow: hidden;
	text-indent: -5000px;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	background: url(../img/darkhorse_logo.jpg) no-repeat top right;
}

#site_name a {
	display: block;
	width: 451px;
	height: 105px;
}

#menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	right: 30px;
}

#menu li {
	display: inline;
	line-height: 60px;
}

#menu a {
	color: #647E8D;
	font-size: x-large;
	text-decoration: none;
	padding: 15px;
}

#menu a:hover {
	color: #FFDF00;
	background: #647E8D url(../img/menu_rollover.jpg) no-repeat bottom;
}

#home .home {
	color: #FFDF00;
	background: #647E8D url(../img/menu_rollover.jpg) no-repeat bottom;
}

#about .about {
	color: #FFDF00;
	background: #647E8D url(../img/menu_rollover.jpg) no-repeat bottom;
}

#services .services {
	color: #FFDF00;
	background: #647E8D url(../img/menu_rollover.jpg) no-repeat bottom;
}

#portfolio .portfolio {
	color: #FFDF00;
	background: #647E8D url(../img/menu_rollover.jpg) no-repeat bottom;
}

#contact .contact {
	color: #FFDF00;
	background: #647E8D url(../img/menu_rollover.jpg) no-repeat bottom;
}

#submenu {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#submenu li {
	display: inline;
}

#briefsummary, #servicestagline {
	width: 734px;
	height: 82px;
	margin: 0 auto;
}

#briefsummary {
	background: url(../img/tagline.jpg) no-repeat;
}

#servicestagline {
	background: url(../img/smart_websites.jpg) no-repeat;
	margin-bottom: 15px;
}


#briefsummary span, #servicestagline span {
	visibility: hidden;
}

#summary {
	font-size: large;
	padding-bottom: 23px;
	background: url(../img/horizontal_rule.jpg) no-repeat bottom center;
}

#content {
	padding: 105px 0 0 0;
	max-width: 900px;
	margin: auto;
}

#promo {
	overflow: hidden;
	width: 600px;
	margin: auto;
}

#promo ul {
	list-style: none; /* IE... sigh... */
	list-style-image: none;
	padding: 0;
	margin: 0;
}

#promo li {
	display: inline;
}

#promo a {
	float: left;
	border: 0px solid yellow;
	width: 300px;
	height: 205px;
	padding: 42px 0 0 0;
	margin: 0;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 107%;
	font-family: 'trebuchet ms', Helvetica, Verdana, sans-serif;
}

#promo_websites {
	background: url(../img/promo_sites.jpg) no-repeat;
	color: #000;
}

#promo_teaching {
	background: url(../img/promo_teaching.jpg) no-repeat;
	color: #FFF;
}

#footer {
	clear: both;
	background: url(../img/footer_tile.jpg) repeat-x;
	height: 113px;
	color: #2F3A42;
	margin: 10px 0 15px 0;
	float: right;
	font-size: x-small;
	width: 100%; /* Safari fix */
}

#footer p {
	width: 400px;
	margin: 15px auto;
}

#footer a {
	color: #647E8D;
	text-decoration: none;
}

#footer a:hover {
	color: #3D4D56;
	text-decoration: underline;
}

#footer_text {
	margin-top: 30px!important;
	font-size: small;
	text-align: center;
}

#footer #footer_arrow {
	float: right;
}

#footer #footer_horse {
	float: left;
}

/* Portfolio */
#portfoliolist {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#portfoliolist li {
	float: left;
	margin: 9px;
}

#portfoliolist li {
	border: 3px solid #839DAC;
}

#portfoliolist li:hover {
	border: 3px solid #FEDE01;
}


/* element specific */

a {
	color: #FEDE01;
}

a img {
	border: 0;
}

a:hover {
	color: #2F3A42;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'trebuchet ms', Helvetica, Verdana, sans-serif;
}

.page_topic {
	margin: 0;
	padding: 0 0 10px 0;
	background: url(../img/fancy_underline.jpg) no-repeat left bottom;
	font-weight: normal;
	font-size: x-large;
}

p, ul, ol, pre, h2, h3, h4, h5, h6 {
	margin: 0 0 15px 0;
}

ul {
	list-style-image:url(../img/bullet.png);
}

.removed {
	display: none;
}

.float_right {
	float: right;
	margin: 0 0 15px 15px;
}

.float_left {
	float: left;
	margin: 0 15px 15px 0;
}

.border {
	border: 1px solid #CCD7DD;
}

.clear {
	clear: both;
}