/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/* color palette 

violet: #5a306f
pink violet: #864f94
grey purple: #c6bade
grey: #ece2ff
cream: #f3d4ff
purple: #990066
*/

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

body {
	line-height: 1;
	background: #ECE2FF;
}

blockquote, q { quotes: none; }

a img { border: 0; }

/* tag and class styles */
acronym, abbr, span.caps { cursor: help; }

acronym, abbr { border-bottom: 1px dashed #a6e3eb; }

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #92c847;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center { text-align: center; }

.hidden { display: none; }

hr { display: none; }

.post pre code {
	display: block;
	padding: 10px;
	color: #1a887d;
	background: #edf2d5;
	margin: 5px 0;
}

/* image floats and position floats */
.clear { clear: both; }

.float-left { float: left; }

.float-right { float: right; }

.img-right {
	float: right;
	padding: 0 0 15px 15px;
}

.img-left {
	float: left;
	padding: 0 15px 15px 0;
}

/* wraps */
#header-wrap {
	width: 100%;
	background: #c6bade url(../images/grass.png) repeat-x center bottom;
}

#header-center {
	width: 960px;
	margin: 0 auto;
}

#content-wrap {
	position: relative;
	clear: both;
	width: 960px; /*padding: 15px 0;*/
	margin: 0 auto;
}

#portfolio-wrap {
	position: relative;
	clear: both;
	width: 960px;
	padding: 15px 0;
	margin: 0 auto;
}

/* home page and main nav */
h1 a.logo {
	display: block;
	float: left;
	font: bold 32px Arial, Helvetica, sans-serif;
	color: #c6bade;
	text-decoration: none;
	background: url(../images/namebgr.gif) no-repeat center center;
	padding: 10px 15px;
}

#main-nav {
	width: 550px;
	display: block;
	float: right;
	list-style: none;
	margin: 0px 0px 10px;
}

#main-nav li { display: inline; }

#main-nav a {
	display: block;
	float: left;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #5a306f;
	text-decoration: none;
	padding: 10px 0 0 0;
	margin: 0;
	height: 69px;
	text-align:center;
	width: 115px;
}

#main-nav a:hover {
	color: #FFF;
	background: url(../images/butpurple.png) no-repeat 0px -5px;
	height: 69px;
	text-align:center;
	width: 115px;
}

#main-nav li.active a {
	color: #c6bade;
	background: url(../images/butwhite.png) no-repeat 0px -5px;
	height: 69px;
	text-align:center;
	width: 115px;
}

.home-banner {
	clear: both;
	width: 931px;
	height: 310px;
	background: url(../images/home-banner01.gif) no-repeat center bottom;
	margin: 0 auto;
}

.home-banner h2, .home-banner p { text-indent: -9999em; }

/* portfolio work list */
#work-post { padding: 10px; }

.work-list {
	display: block;
	width: 960px;
}

.work-list li {
	display: inline;
	float: left;
	margin: 5px;
}

.work-holder {
	position: relative;
	display: block;
	width: 225px;
	height: 130px;
	background: #ffffff;
}

a.folio-thumb {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	z-index: 1;
}

a.folio-thumb:hover { z-index: -1; }

a.folio-title {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 205px;
	height: 110px;
	font: normal 18px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: #864f94;
	color: #fff;
	padding: 10px;
}

a.folio-title:hover { z-index: 400; }

/* portfolio single styles */
.portfolio-frame {
	position: relative;
	background: #ffffff;
	padding: 1px;
	margin: 30px 20px;
}

.work-post { padding: 10px; }

.work-full {
	width: 585px;
	float: left;
	padding:10px 0px 10px 10px;
}

.work-full img {
	display: block;
	margin: 0 auto;
}

.work-info {
	width: 275px;
	float: right;
	margin-right: 10px;
}

#more-work {
	position: relative;
	display: block;
	list-style: none;
	clear: right;
	float: right;
	width: 275px;
	margin: 40px 10px 0 0;
}

#more-work li { display: inline; }

#more-work a {
	display: block;
	float: left;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #edf2d5;
	text-decoration: none;
	background: #5A306F;
	padding: 10px;
	margin-right: 10px;
}

#more-work a:hover { background: #864f94; }

/* blog styles */
#post-wrap {
	width: 618px;/*620 total*/
	float: left;
	margin: 0 20px;
}

.post-frame {
	position: relative;
	background: #ffffff;
	padding: 1px;
	margin: 30px 0;
}

.post { padding: 10px 15px; }

.post h1, .work-info h1 {
	font: italic bold normal 36px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5A306F;
	margin-bottom: 8px;
}

.post h1 a {
	font: bold italic 36px Georgia, "Times New Roman", Times, serif;
	color: #5A306F;
	text-decoration: none;
	margin-bottom: 8px;
}

.post h1 a:hover { color: #1a887d; }

.post h2 {
	font: bold 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5A306F;
	margin-top: 12px;
}

.post p, .work-info p {
	font: 12px Arial, Helvetica, sans-serif;
	color: #906;
	line-height: 18px;
	margin: 8px 0;
}

.post-info { margin-top: 18px; }

.post-info p {
	font: 12px Arial, Helvetica, sans-serif;
	text-align: right;
	color: #1a887d;
	margin: 0;
}

.post-info p a, .post p a, .work-info p a, .contact-wrap a {
	color: #864f94;
	text-decoration: none;
}

.post-info p a:hover, .post p a:hover, .work-info p a:hover, .contact-wrap a:hover { color: #5A306F }

.page-nav { margin-bottom: 30px; }

.page-nav a {
	display: block;
	float: left;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #edf2d5;
	text-decoration: none;
	background: #92c847;
	padding: 10px;
}

.page-nav a:hover { background: #95969a; }

/* blog sidebar */
#sidebar-wrap {
	width: 275px;
	float: right;
	margin: 30px 20px 30px 0;
}

.widget {
	clear: both;
	background: #92c847;
	padding: 10px;
	margin-top: 20px;
}

.widget h2, .contact-wrap h2 {
	display: block;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #C6BADE;
	padding: 10px;
	text-align: center;
}

.link {
	height:20px;
	margin:10px 15px 10px 15px;
	background-color:#ECE2FF;
	padding: 8px 5px 8px 5px;
}

.link a { font-size:14px; }

.link .link-icon {
	height: 20px;
	width: 30px;
	float: left;
	margin: 0px 5px 0px 0px;
}


/* contact form styles */
.contact-wrap {
	background: url(../images/backgr.gif) no-repeat 5px -7px;
	padding: 10px;
	height: 450px;
	width: 279px;
}

#contactform { width: 255px; }

#contactform label, #contactform legend { display: none; }

#success-message {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #edf2d5;
	background: #92c847;
	position: absolute;
	width: 320px;
	top: 80px;
	left: 50%;
	z-index: 9999;
	padding: 30px;
	margin-left: -200px;
}

.messageBtn, a.messageBtn, a.messageBtn:visited {
	border: none;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #92c847;
	text-decoration: none;
	background: #edf2d5;
	padding: 10px;
	margin-top: 7px;
}

a.messageBtn:hover, a.messageBtn:active { background: #ffffff; }

.messageBtn:focus, .messageBtn:hover {
	background: #ffffff;
	cursor: pointer;
}

.field {
	background: #edf2d5 ! important;
	font: 12px Arial, Helvetica, sans-serif;
	color: #1a887d;
	border: none;
	padding: 4px 4px 4px 22px;
}

.field#user-name {
	background: #edf2d5 url(file:///C|/Documents%20and%20Settings/Admin/Desktop/images/user-name.gif) 5px 4px no-repeat ! important;
	width: 225px;
	border: 2px solid #edf2d5;
	margin-top: 8px;
}

.field#user-name:focus { background: #ffffff url(file:///C|/Documents%20and%20Settings/Admin/Desktop/images/user-name.gif) 5px 4px no-repeat ! important; }

.field#user-email {
	background: #edf2d5 url(file:///C|/Documents%20and%20Settings/Admin/Desktop/images/user-email.gif) 5px 7px no-repeat ! important;
	width: 225px;
	border: 2px solid #edf2d5;
	margin-top: 8px;
}

.field#user-email:focus { background: #ffffff url(file:///C|/Documents%20and%20Settings/Admin/Desktop/images/user-email.gif) 5px 7px no-repeat ! important; }

.field#user-comment {
	background: #edf2d5 url(file:///C|/Documents%20and%20Settings/Admin/Desktop/images/user-comment.gif) 5px 6px no-repeat ! important;
	width: 225px;
	height: 120px;
	border: 2px solid #edf2d5;
	margin-top: 8px;
}

.field#user-comment:focus { background: #ffffff url(file:///C|/Documents%20and%20Settings/Admin/Desktop/images/user-comment.gif) 5px 6px no-repeat ! important; }

#interior .field#user-name, #interior .field#user-email, #interior .field#user-url, #interior .field#user-url { width: 225px; }

#interior .field#user-comment {
	width: 225px;
	height: 300px;
}

/* footer */
#footer-wrap {
	position: relative;
	clear: both;
	width: 100%;
	background: #ECE2FF;
	padding: 10px 0px;
	margin: 0 auto;
}

#footer-wrap p {
	font: 11px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #5A306F;
}

#footer-wrap p a {
	color: #ffffff;
	text-decoration: none;
}

#footer-wrap p a:hover { color: #92c847; }

