@charset "UTF-8";
/* GENERAL */

* {
	padding:0;
	margin:0;
}
#wrap {
	width:1024px;
	margin: 0px auto 0px auto;
}
img {
	border:none;
}
body {
	background-image:url(../images/ink_Bg.gif);
	background-repeat:no-repeat;
}
body#portfolio {
	background-image:url(../images/ink_BgPortfolio.gif);
	background-repeat:no-repeat;
}
body#index, body#portfolio, body#about, body#contact, body#thankyou, body#terms {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#666666;
}
h3 {
	font-size:13px;
	font-weight:bold;
	padding-bottom:10px;
}
ul {
	list-style-type:none;
}
.sxnTtl {
	padding-bottom:15px;
}
.thumbs {
	border:#E6E6E6 solid 10px;
}
.thumbs:hover {
	border:#999999 solid 10px;
}
.captions {
	font-size:11px;
	padding-top:5px;
	padding-left:10px;	
}

/* HEADER */

#header {
	display:block;
	height:160px;
	background-image:url(../images/ink.gif);
	background-position:right;
	background-repeat:no-repeat;
}
#logo {
	float:left;
	margin:40px 0 0 30px;
}
#line {
	float:left;
	padding:5px 5px 0 20px;
}
#tagline {
	float:left;
	padding-left:10px;
	font-size:11px;
}
#logo_area {
	float:left;
		_float:left;
width:450px;
}
#stylesSwap {
	padding:0 0 5px 960px;
	font-family:Arial, Helvetica, Geneva, sans-serif;
	font-size:12px;
	color:#CCCCCC;
	text-indent:-9999px;
}

/* NAVIGATION */
#left_content #nav {
	padding:30px 30px 0 20px;
}
a#btnPortfolio, a#btnAbout, a#btnContact, a#btnManiblog {
	text-indent:-9999px;
	display:block; 
	width:150px;
	height:50px;
}
a#btnPortfolio {
	background: transparent url(../images/nav_portfolio.png) 0px 0px no-repeat;
}
a#btnPortfolio:hover, #btnPortfolio.on {
	background: transparent url(../images/nav_portfolio.png) 0px -50px no-repeat;
}
a#btnAbout {
	background: transparent url(../images/nav_about.png) 0px 0px no-repeat;
}
a#btnAbout:hover, #btnAbout.on {
	background: transparent url(../images/nav_about.png) 0px -50px no-repeat;
}
a#btnContact {
	background: transparent url(../images/nav_contact.png) 0px 0px no-repeat;
}
a#btnContact:hover, #btnContact.on {
	background: transparent url(../images/nav_contact.png) 0px -50px no-repeat;
}
a#btnManiblog {
	background: transparent url(../images/nav_blog.png) 0px 0px no-repeat;
}
a#btnManiblog:hover, #btnManiblog.on {
	background: transparent url(../images/nav_blog.png) 0px -50px no-repeat;
}


/* GENERAL CONTENT */

#content {
	display:block;
	clear:both;
	font-size:13px;
	line-height:16px;
}
a {
	color:#FF3366;
	text-decoration:none;
}
a:hover {
	color:#FF3366;
	text-decoration:underline;
}
#left_content, #mid_content, #mid_content_left, #mid_content_right, #right_content {
	float:left;
	min-height:768px;
	margin-left:10px;
	background-repeat:no-repeat;
}
#left_content {
	width:200px;
	background-image:url(../images/edge_left.jpg);
}
#mid_content {
	width:570px;
	background-image:url(../images/edge_mid_full.jpg);
}
#right_content {
	width:200px;
	background-image:url(../images/edge_right.jpg);
}
.paddingMid, .paddingRight {
	margin:20px 20px 0 20px;
}

/* GENERAL CONTENT - HOME PAGE 
#mid_content_left {
	width:340px;
	background-image:url(../images/edge_mid_left.jpg);
}
#mid_content_right {
	width:220px;
	background-image:url(../images/edge_mid_right.jpg);
}
*/

/* CONTACT FORM */
#form_container {
	margin-top:15px;
	margin-left:80px;
}
#form_container p {
	width:360px;
}
#nameContainer, #emailContainer, #phoneContainer, #msgContainer {
	clear:both;
	padding-top:5px;
}
input.field {
	width:360px;
	height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
#submitBtns {
	margin-top:15px;
	margin-left:315px;
	clear:both;
}
.required {
	font-size:11px;
	font-weight:bold;
	color:#FF0000;
	clear:both;
	float:right;
	padding-right:85px;
}
#msgArea {
	height:130px;
	width:360px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
label {
	font-size:12px;
}

/* UNIQUE CONTENT */
#me {
	float:right;
	padding-top:20px;
	padding-right:30px;
}
#whereabouts img, #whereabouts p {
	float:left;
}
#whereabouts p {
	padding-left:10px;
}
.line_short {
	padding:5px 0 5px 0;
}
#mid_content_right .date {
	font-size:10px;
	color:#000;
	font-weight:bold;
}
body#about #mid_content .paddingMid {
	padding:10px 30px 0 10px;
	font-size:16px;
	line-height:24px;
}
body#about #mid_content .large_text {
	margin-bottom:20px;
}
body#terms #mid_content .copyright {
	margin-bottom:20px;
}
/* FOOTER */
#footer {
	clear:both;
	font-size:10px;
	color:#CCC;
	padding-bottom:10px;
	background-image:url(../images/ftrLine.jpg);
	background-repeat:no-repeat;
	width:1024px;
	text-align:right;
}
.icon {
	clear:left;
}
body#contact #right_content .sxnTtl {
	margin-bottom:10px;
}
.paddingMid .workTtls {
	font-weight:bold;
	color:#333333;
}
body#portfolio .paddingRight {
	margin-top:100px;
}
.paddingRight .description {
	clear:fixed;
	_clear:fixed;
	float:left;
	_float:left;
	height:313px;
	_height:313px;
	font-size:11px;
	_font-size:11px;
	line-height:18px;
	_line_height:18px;
}

