

/*=============================================================
main layout styles
=============================================================*/

body {
	background: #764E1F url('../cssimages/bg_main.jpg') repeat 0 0;
	color: #333;
}

#page {
	margin: 0 auto;
	width: 983px;
}

#header_wrapper {
	background: url('../cssimages/bg_panel_bottom.png') no-repeat left bottom;
}

#header {
	padding: 40px 12px 30px 12px;
	position: relative;
}

/*=============================================================
header
=============================================================*/

#header h1 {
	margin: 0;
	width: 315px;
	height: 66px;
	background: url('../cssimages/text_mark_perkins.gif') no-repeat 0 0;
	text-indent: -9999px;
}

p#contact {
	position: absolute;
	top: 0;
	right: 27px;
	margin: 0;
}

p#contact a {
	background: url('../cssimages/contact_tab.gif') no-repeat;
	width: 200px;
	height: 40px;
	display: block;
	text-indent: -9999px;
}

/*=============================================================
portfolio sections
=============================================================*/

.content {
	background: url('../cssimages/bg_panel_bottom.png') no-repeat left bottom;
	padding: 0 27px 18px 27px;
}

.content a {
	color: #8E1006;
}

.wrapper {
	margin-top: 20px;
	padding-top: 9px;
	background: url('../cssimages/bg_panel_top.png') no-repeat left top;
}

.wrapper h2 {
	margin: 0;
	background-color: #8E1006;
	background-repeat: no-repeat;
	background-position: 15px 13px;
	height: 45px;
	text-indent: -9999px;
	float: left;
}

p.skills {
	width: 400px;
	float: right;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: top right;
	text-indent: -9999px;
	margin: 18px 0 0 0;
}

p.htmlcssjsphp {
	background-image: url('../cssimages/text_skills_htmlcssjsphp.gif');
}

p.designhtmlcssjs {
	background-image: url('../cssimages/text_skills_designhtmlcssjs.gif');
}

p.designhtmlcss {
	background-image: url('../cssimages/text_skills_designhtmlcss.gif');
}

.main {
	clear: left;
	padding-top: 10px;
	width: 617px;
	float: left;
}

.secondary {
	clear: right;
	padding-top: 10px;
	width: 305px;
	float: right;
}

.content img {
	border: 1px solid #CCC;
	margin-bottom: 8px;
}

/* ratton */

#ratton h2 {
	background-image: url('../cssimages/text_header_ratton.gif');
	width: 172px;
}

/* love and patience */

#loveandpatience h2 {
	background-image: url('../cssimages/text_header_landp.gif');
	width: 221px;
}

/* love and patience */

#bognorbunny h2 {
	background-image: url('../cssimages/text_header_bbh.gif');
	width: 246px;
}

/* love and patience */

#pchelpman h2 {
	background-image: url('../cssimages/text_header_pchelp.gif');
	width: 151px;
}

/* image wrappers */

.img_wrapper {
	position: relative;
	z-index: 100;
}

.img_description {
	position: absolute;
	left: 1px;
	bottom: 9px;
	margin: 0;
	padding: 6px 10px;
	color: #FFF;
	font-size: 10px;
	letter-spacing: 0.2px;
	background: url('../cssimages/overlay.png');
}

/*=============================================================
footer
=============================================================*/

#footer .content {
	background-position: left top;
	padding-top: 1px;
}

#footer .content {
	padding-bottom: 10px;
}

#footer .content p {
	margin-bottom: 0;
}