/* Global
------------------------------------------------------------------*/

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, pre, blockquote, ul, ol, dl, address, .more-link, hr  {
	margin:0;
	padding:0;
	}

a, a:link, a:visited {
	outline: none;
	text-decoration: none;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

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

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

 a img {
	border: 0;
}

#header a, #footer a, a:hover {
	background: 0;
}

/* Layout
------------------------------------------------------------------*/
#wrapper {
	width: 850px;
	margin: 0 auto;
	background: url(images/background4.png) center top no-repeat #FFF;
}

.three {
	width: 820px;
	margin: 0 10px;
}

.two {
	width: 540px;
	margin: 0 10px;
}

.one {
	width: 260px;
	margin: 0 10px;
}

.right {
	float: right;
	display: inline;
}

.left {
	float: left;
	display: inline;
}

.clear {
	clear: both;
}

#masthead {
	width: 100%;
	height: 30px;
	background: #000;
}

.logo {
	padding-top: 20px;
	display: block;
	margin: 0 auto;
}


ul.nav {
	text-align: center;
	margin: 10px 0 10px -10px;
	
}

ul.nav li {
	display: inline;
	padding: 12px;
	background: url(images/swipe.png) repeat 0 0;
}

.nav li:hover, .nav li.current {
	background: url(images/swipe.png) repeat 0 -125px;
}

.nav a {
	color: #000;
	font-size: 18px;
	font-weight: bold;
}


#header {
	border-bottom: 3px double #000;
}

#header h1 {
	display: none;
}

#overview {
	margin: 0 0 0 10px;
	border-right: 1px solid #000;
	background: url(images/lowerright.png) right bottom no-repeat;
}

#overview p {
	padding-right: 30px;
	line-height: 24px;
	font-size: 18px;
}

#vcard {
	margin: 0;
	background: url(images/upperleft.png) left top no-repeat;
	text-align: center;
	width: 260px;

}

#vcard img {
	float: right;
	margin-top: 5px;
}

#vcard p {
	margin-top: 45%;
}

#twitter {
	background: url(images/upperright.png) top right no-repeat;
	margin: 0 0 0 10px;
}


#tshirts {
	width: 570px;
	background: url(images/lowerleft.png) bottom left no-repeat;
	border-left: 1px solid #000;
}

.wakalixes {
	margin: 0 35px 40px 70px;
	padding: 3px;
	border: 1px solid #333;
	float: left;
	display: block;
}


#tshirts p {
	margin: 0 0 15px 0;
	font-size: 14px;
	line-height: 24px;
	padding: 0;
}

hr {
	color: #000;
	background-color: #000;
	height: 1px;
	border: 1px;
}

.hr {
	clear: both;
	border-top: 1px solid #000;
}

.fulltop {
	background: url(images/fulltop.png) right top no-repeat;
}

#recently {
	width: 100%;
	overflow: hidden;
}

#recently img {
	margin: 15px 0 60px 10px;
	padding: 5px;
	border: 1px solid #000;
	background: url(images/transbg.png);
}

#recently h2, #projects h2 {
	padding: 0 0 0 10px;
	background: url(images/stripebg.png) top left repeat-x;
	line-height: 24px;
	margin-bottom: 15px;
}

#recently h3 {
	border-bottom: 0;
}

#projects {
	background: url(images/fullbottom.png) left bottom no-repeat;
	line-height: 24px;
	width: 100%;
	overflow: hidden;
}

#projects img {
	margin: 15px 0 0 0;
	padding: 5px;
	border: 1px solid #000;
	background: url(images/transbg.png);
}

#projects p {
	padding: 0 0 30px 0
}

.clientmeta {
	font-size: 14px;
	padding-left: 20px;
}


a {
	font-variant: small-caps;
	color: #000;
	background: #ffffcc;
	font-weight: bold;
}

#portfolio, #services, #about {
	background: url(images/fulltop.png) top left no-repeat;
}

#portfolio img {
	padding: 5px;
	border: 1px solid #CCC;
	margin-bottom: 1.5em;
	float: left;
}

#portfolio .project_description {
	float: right;
	width: 260px;
	padding-left: 15px;
}

#portfolio .project {
	clear: both;
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
}

#portfolio h2 {
	font-size: 18px;
	color: #333;
	text-align: center;
	font-weight: normal;
	padding-bottom: 40px;
}

#portfolio .project h3 {
	border-bottom: 1px solid #CCC;
	margin-bottom: 1.5em;
}

#portfolio .break, #services .break, #about .break {
	clear: both;
	background: url(images/divider.png) center top no-repeat;
	height: 53px;
	display: block;
	margin: 20px 0;
}

#services .contactform {
	width: 375px;
	float: right;
	margin: 60px 0 0 0;
	
}

#services .service_breakdown {
	float: left;
	width: 425px;
}

#services h2 {
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding: 0;
	margin-bottom: 15px;
}

#twitter_update_list {
	background: url(images/quote.png) top left no-repeat;
	list-style-type: none;
	margin: 0 20px 0 0;
	font-size: 18px;
	line-height: 30px;
	font-style: italic;
	color: #000;
	min-height: 150px;
}

#twitter_update_list a {
	background: none;
	color: #999;
	font-size: 10px;
	border-bottom: 1px dotted #999;
}

.bio {
	width: 540px;
	margin: 0 auto;
	line-height: 24px;
	text-align: justify;
}

.bio p {
	margin: 25px 0;
}

.bio img {
	padding: 3px;
	border: 1px solid #000;
}

#footer {
	font-size: 10px;
	text-align: right;
}

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

#footer ul {
	float: right;
}

#footer li {
	display: inline;
}

#services {
	line-height: 24px;
}

.service_breakdown ul {
	padding-bottom: 40px;
}

.service_breakdown li {
	padding: 15px 0;

}

p.revision {
	color: #666;
	font-size: 12px;
	margin-top: 30px;
}

span .fn {
	display: none;
}

/* Typography
------------------------------------------------------------------*/

body {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	color: #000;
	line-height: 18px;
	background: #FFF;
}

h1 {
	padding: 20px 0 0 0;
	font-variant: small-caps;
	text-align: center;
}

h2 {
	font-size: 14px;
	text-transform: uppercase;
	padding: 20px 0;
	color: #333;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}

h4 a {
	font-size: 12px;

}

#tshirts h2 {
	padding-left: 20px;
}

.heart {
	font-family: Helvetica, Arial, sans-serif;
	color: #CC0000;
	font-size: 24px;
}

.small {
	font-size: 9px;
}

.hidden {
	display: none;
}

