/*
Theme Name: esspeedee.com 2.5
Theme URI: http://www.esspeedee.com/
Description: The default theme for esspeedee.com.
Version: 2.5
Author: Steve Dalgleish
Author URI: http://www.esspeedee.com/
Tags: brown, fixed width, two columns
*/

/*
Dark brown: #262016
Middle brown: #d4ceb4
Light brown: #eae5be
*/


/* RESET */
html,body,h1,h2,h3,h4,h5,h6,p,blockquote,span,div,form,ul,ol,li,dl,dd,dt,img {
	margin: 0;
	padding: 0;
	border: 0;
}

/* BASICS */
body {
	font-family:"Lucida Grande", Verdana, sans-serif;
	font-size: 80%;
	background-color: #262016;
}

.width {
	width: 850px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

/* HEADER */
#header {
	padding: 10px auto;
	background-color: #262016;
	margin-top: 10px;
	margin-bottom: 10px;
}

#header h1 {
	margin: 0;
	font-size: 20px;
}

#header p {
	margin: 0;
}

#header h1, #header p {
	display: none;
}

/* NAVIGATION */
#menu {
	color: #262016;
	background-color: #d4ceb4;
	padding: 6px 0;
}

#menu ul {
	list-style: none;
}

#menu ul li {
	display: inline;
	padding: 5px 5px 5px 0;
}

#menu ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #262016;
	border: 1px solid #d4ceb4;
}

#menu ul li a:hover {
	border-bottom: 1px solid #262016;
}

/* CONTENT AREA */
#contentarea {
	padding-top: 20px;
	padding-bottom: 10px;
	background-color: #eae5be;
	font-size: 12px;
}

#contentarea a {
	color: #2F4E6F;
}

#contentarea p, #contentarea li {
	line-height: 20px;
}

/* FRONT PAGE WEB WORK BANNER */
#webwork {
	position: relative;
	padding: 10px !important;
	background-color: #262016;
}

#webwork h1 {
	font-size: 16px;
	color: #d4ceb4;
}

#banner_portfolio {
	height: 200px;
	margin-left: -10px;
	margin-right: -10px;
}
				
#banner_portfolio h2 {
	margin: 0;
}

#banner_portfolio a {
	display: block;
	height: 180px;
}

#webwork #portfolio {
	position: absolute;
	bottom: 10px;
	left:0;
	right: 0;
	background-color: #d4ceb4;
	background-color: #262016;
	display: block;
	filter:alpha(opacity=75);
	opacity: 0.75;
	color: #262016;
	color: #d4ceb4;
	padding: 0 5px;
}

#webwork #portfolio a {
	color: #d4ceb4;
	text-decoration: none;
}

#webwork #portfolio a:hover {
	text-decoration: underline;
}

#webwork #portfolio p {
	filter: alpha(opacity=100);
	opacity:1;
	margin-bottom: 3px;
}

/* FRONT PAGE CONTENT */
#column1 {
	width: 275px;
	float: left;
}

#column2 {
	float: right;
	width: 565px;
}

.box {
	background-color: #d4ceb4;
	color: #262016;
	padding: 5px;
	margin-bottom: 10px;
}

.box h2 {
	font-size: 12px;
}

#status_photo {
	width: 60px;
	height: 60px;
	float: left;
	text-align:center;
	background-color: #e15119;
	padding: 5px;
}

#status_photo img {
	margin-top: 5px;
}

#status_updates {
	text-align:left;
	font-weight:bold;
}

#status_updates p {
	margin-left: 80px;
}

.status_updated {
	color: #f00;
}

#photos {
	text-align:center;
}

#photos h2 {
	text-align: left;
	padding-left: 20px;
	padding-bottom: 5px;
	margin: 0;
}

#photos span {
	padding: 5px 10px 3px 0px;
	width: 50px;
	height: 50px;
}

#photos span img {
	border: 1px solid #262016;
}

#photos li {
	list-style-type: none;
	float: left;
	width: 150px;	
}

#photos li a {
	color: #262016;
	text-decoration: none;
	font-weight: bold;
}

#photos li a:hover {
	text-decoration: underline;
}

ul#albums {
	list-style: none;
}

#albums li {
	float: left;
	width: 60px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#albums li a {
	text-decoration: none;
	font-weight: bold;
	color: #262016;
}

#albums li a:hover {
	text-decoration: underline;
}

#albums li a span.image {
	width: 60px;
	height: 60px;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
}

#albums li a:hover span.image {
	display: none;
}

#albums li a span.title {
	float: left;
	display: none;
}

#albums li a:hover span.title {
	background-color: #eae5be;
	background-color: #e15119;
	display: inline;
	float: left;
	width: 60px;
	height: 60px;
	text-align: left;
	overflow: hidden;
	color: #eae5be;
}

/* CONTENT FORMATTING */
#contenttext {
	background-color: #d4ceb4;
	color: #262016;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}

#contenttext p {
	margin-bottom: 10px;
}

#contenttext.webdev {
	margin-right: 285px;
}

#contenttext h1 {
	margin: 0;
	font-size: 20px;
}

#contenttext h2 {
	margin: 0;
	margin-bottom: 10px;
	font-size: 16px;
}

#contenttext a {
	color: #262016;
}

#contenttext img {
	border: 1px solid #262016;
}

#contenttext ul, #contenttext ol {
	margin-left: 20px;
	margin-bottom: 10px;
}

#web_address {
	background-color: #262016;
	display: block;
	padding: 10px;
	margin-bottom: 5px;
}

#web_address a {
	color: #eae5be;
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

#webdev {
	background-color: #262016;
	color: #d4ceb4;
	width: 250px;
	float: right;
	padding: 10px;
}

#webdev h2 {
	font-size: 12px;
	margin: 0;
}

#webdev a {
	color: #eae5be;
	text-decoration: none;
}

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

#webdev p {
	color: #d4ceb4;
}

#webdev .webwork {
	text-align: left;
	margin-bottom: 5px;
}

#webdev .webwork p {
	margin: 0;
}

/* PHOTO ALBUMS */
#albums_all {
	margin-top: 10px;
}

#albums_all ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#albums_all li {
	width: 250px;
	height: 150px;
	float: left;
	background-color: #262016;
	border: 1px solid #f00;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px;
	overflow: none;
}

#albums_all img {
	border: 0;
}

#albums_all li p {
	margin-left: 135px;	
	color: #eae5ce;
	margin-top: 0;
}

#albums_all li p a {
	text-decoration: none;
	color: #eae5ce;
	font-weight: bold;
}

#albums_all li p small {
	display: none;
}

#albums_all li span {
	float: left;
	width: 130px;
	position: absolute;
}

#albums_all .noofphotos {
	background-color: #c00;
	background-color: #e15119;
	width: 30px;
	padding: 3px;
	float: left;
	margin-top: 3px;
	margin-left: 3px;
	text-align: center;
	color: #fff;
}

/* FOOTER */
#footer {
	color: #d4ceb4;
	padding: 0px;
	margin-top: 0px;
	font-size: 0.85em;
	font-size: 11px;
	background-color: #262016;
	padding: 20px 0;
}

#footer h3 {
	font-size: 12px;
	margin-bottom: 5px;
}

#footer p {
	margin-bottom: 5px;
}

#footer a {
	color: #d4ceb4;
}

#footer #footer_width {
	position: relative;
}

#footer #copyright {
	position: absolute;
	width: 275px;
	left: 0;
	top: 0;	
}

#footer #social {
	position: absolute;
	width: 275px;
	right: 0;
	top: 0;
}

#footer #recent {
	margin-left: 295px;
	margin-right: 295px;	
}
				
#footer #social ul {
	list-style: none;
}

#footer #social li {
	margin-bottom: 5px;
}

#footer #social li a {
	text-decoration: none;
	font-weight: bold;
}

#footer #social li img {
	border: 0;
	padding-right: 5px;
}

#footer #recent li {
	margin-bottom: 5px;
	list-style: none;
}













.sidebarbox {
	background-color: #eae5be;
	padding: 10px;
	color: #000;
	clear:both;
	margin-bottom: 5px;
}

.webwork {
	text-align:center;
}

.webwork img {
	border: 0;
	border: 1px solid #262016;
}

#fotobook-photos-widget .thumbnail {
	display: inline;
	border: 1px solid #f00;
	width: 50px;
	height: 50px;
}

.linklove, .cform legend {
	display: none;
}

.cform fieldset {
	border: 0;
}

.cform ol {
	list-style: none;
	margin: 0 !important;
	padding: 0;
}

.form ol li {
	margin: 0;
	padding: 0;
}

.cform ol label, .cf-box-title {
	display: block;
	font-weight: bold;
}

.cf-box-group label {
	display: inline !important;
}

#usermessagea .success {
	background-color: #262016;
	padding: 10px;
	display: block;
}