/**
#262425 Lighter grey
#1b191a darker grey
#ffdb00 yellow
#fffbdb light yellow

/***************************global reset*/

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

/* remember to define focus styles! */

body {
	
}

ol, ul {
	list-style: none;
}

/* tables still need cellspacing="0" in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

/* remove possible quote marks (") from <q> & <blockquote> */

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

p {
	margin: 0 0 10px 0;
}

/*******************************************/

body {
	text-align: center;
	background-color: #262425;
	font-family: helvetica, arial, sans serif;
	color: #fffbdb;
	margin: 0;
	font-size: 0.85em;
	line-height: 1.4em;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 729px;
	background-color: #1b191a;
	padding: 18px 36px 36px 36px;
}

#header {
	position: relative;
	width: 729px;
	height: 110px;
}

#header-logo {
	position: absolute;
	top: 0;
	left: 0;
}

#header-services {
	position: absolute;
	top: 0;
	left: 249px;
}

#header-contact {
	position: absolute;
	top: 0;
	left: 534px;
}

#navigation li {
	line-height: 0;
	margin: 0;
	padding: 0;
}

#content {
	margin: 20px 0 0 0;
	;
	width: 729px;
	background-image: url(../images/dotted_line.gif);
	background-repeat: no-repeat;
	padding: 20px 0 0 0;
	margin-bottom: 20px;
}

.clear {
	clear: both;
	height: 1px;
}

#footer {
	font-size: 0.8em;
	padding-top: 50px;
	width: 729px;
	clear: both;
}

#content-col-one-two-container {
	float: left;
	width: 480px;
}

#content-col-one {
	float: left;
	width: 231px;
	margin-right: 18px;
	display: inline;
}

#content-col-two {
	float: left;
	width: 231px;
}

#content-col-three {
	float: right;
	width: 231px;
}

#content-col-three img {
	padding: 0 0 18px 0;
}

#footer {
	
}

#show-container {
	height: 500px;
}

.content-work-holder {
	margin: 10px 0 0 0;
	background-image: url(../images/dotted_line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0 0 15px 0;
	height: 360px;
}

.content-work-holder-left {
	float: left;
	width: 231px;
}

.content-work-holder-right {
	float: right;
	width: 480px;
}

h1 {
	color: #ffdb00;
}

.yellow {
	color: #ffdb00;
}

#navigation {
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
	height: 90px;
	position: relative;
}

#navigation a {
	margin: 0;
	position: absolute;
	height: 16px;
	text-decoration: none;
}

a#about {
	width: 231px;
	left: 0px;
	top: 1px;
}

a#work {
	width: 231px;
	left: 0px;
	top: 17px;
}

a#blog {
	width: 231px;
	left: 0px;
	top: 33px;
}

a#clients {
	width: 231px;
	left: 0px;
	top: 49px;
}

a#contact {
	width: 231px;
	left: 0px;
	top: 65px;
}

a#about:hover {
	background-image: url(../images/about.gif);
	background-repeat: no-repeat;
}

a#work:hover {
	background-image: url(../images/work.gif);
	background-repeat: no-repeat;
}

a#blog:hover {
	background-image: url(../images/blog.gif);
}

a#clients:hover {
	background-image: url(../images/clients.gif);
}

a#contact:hover {
	background-image: url(../images/contact.gif);
}

#navigation a i {
	visibility: hidden;
}

a#about:hover, a#work:hover, a#blog:hover, a#clients:hover, a#contact:hover {
	border: none;
}

a:link, a:visited {
	text-decoration: none;
	color: #ffdb00;
}

a:hover, a:active {
	text-decoration: none;
	color: #fffbdb;
}


ul.services     {
list-style: disc;
padding: 0 0 0 10px;
color: #ffdb00;
}

/***********************blog*/

.cols {
		width: 729px;
}

p.comment {
	width: 480px;
	float: right;
}


h1.title {
	width: 231px;
	
}

.time {
	text-transform: uppercase;
	font-size: 0.7em;
	width: 231px;
	margin: 0;
	padding: 0;
	
}

.im {
	margin: 0 0 20px 0;
}

#blogfooter {
	clear: both;
}

#blogfooter img {
	float: right;
	
}

#leftrow {
	width: 231px;
	float: left;
}

#row {
	width: 731px;
	clear: both;
	background-image: url(../images/dotted_line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0 0 10px 0;
	
}