/* reset */
/* Resetting of element defaults to avoid cross-browser incompatibilities */
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, font, img, ins, kbd, q, s, samp,
sub, sup, tt, var, dd, dl, dt, li, ol, ul, form, fieldset, input, textarea, label, 
table, legend, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	text-align: left;
}

img, a img, :link img, :visited img {
	border: 0;
}

object {
	outline: none; /* fix for FF3 */
}

/* page layout framework */

html {
	overflow-y: scroll; /* Opera doesn't play along */
}

body {
	margin: 1em 0;
	font-size: 100%;
	line-height: 1.125em;
	text-align: center;
	color: #555;
	background: #e1e0e2 url("/img/global/bg_texture_tile.jpg") 0 0 fixed;
}

div#container {
	position: relative;
	margin: 0 auto;
	padding: 1.5em 1.5em 0 1.5em;
	width: 56em;
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.4);
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
}

/* element defaults */

p, span, dl, ol, ul, label, input, select, textarea, table, blockquote {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", "Verdana", "Verdana Ref", sans-serif;
}

p, span, dl, ul, label, input, select, textarea, table {
	font-size: 0.8em;
}

p {
	margin: 0 0 1.3em 0;
	line-height: 1.5em;
}

blockquote {
	margin: 0 0 1.3em 1.5em;
	padding: 0 1em 0 0.5em;
	color: #777;
	border-left: 3px solid #d8d8d8;
}

blockquote p {
	margin: 0;
}

/* headings */

h1, h2, h3, h4, h5 {
	font-family: "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", "Verdana", "Verdana Ref", sans-serif;
	line-height: 1.1em;
	font-weight: bold;
}

h2 {
	margin: 0 0 0.5em 0;
	font-size: 1.3em;
	color: #404044;
}

h3 {
	margin: 0 0 0.3em 0;
	font-size: 1em;
	color: #5f7d72;
}

/* links */

a:link, a:visited {
	text-decoration: underline;
	color: #a9336a;
}

a:hover {
	text-decoration: underline;
	color: #e90094;
}

a:active {
	text-decoration: none;
	color: #e95d00;
}

/* forms */

fieldset {
	border: 0;
}

label {
	margin: 0;
	padding: 0;
}

input, select, textarea {
	margin: 0;
	padding: 0;
	background-color: #fff;
	border: none;
}

input, textarea {
	padding: 0.4em 0.5em 0.3em 0.5em;
	color: #a9336a;
	background-color: #f6e5ed;
	border: 1px dashed #caa3b5;
}

textarea {
	line-height: 1.3em;
	overflow: auto;
}

.focusField {
	color: #7c0b40;
	border: 1px solid #caa3b5;
}

.idleField {
	color: #a9336a;
	border: 1px dashed #caa3b5;
}

button {
	width: 39px;
	height: 39px;
	background: transparent url("/img/global/button_pink.png") 0 0 no-repeat;
	border: none;
	text-indent: -400em;
	overflow: hidden;
}

/* bullet lists */

ul {
	margin: 0 0 0.7em 0;
	padding: 0;
}

ul li {
	margin-left: 1em;
	padding: 0 0 0.8em 1em;
	list-style-type: none;
	background: transparent url("/img/global/bullet.png") 0 0.55em no-repeat;
}

ol li {
	margin-left: 2em;
	padding: 0 0 0.8em 0;
}

/* navigation */

ul#navigation {
	position: relative;
	margin: 0 0 2em 0;
	padding: 0;
	width: 49em;
	height: 5em;
}

ul#navigation li {
	position: absolute;
	margin: 0;
	padding: 0;
	background-image: none;
}

ul#navigation li a {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	text-indent: -300em;
	outline: 0;
}

ul#navigation li#navHome {
	top: 0.8em;
	left: 0.2em;
}

ul#navigation li#navProducts {
	top: 0em;
	left: 7.5em;
}

ul#navigation li#navServices {
	top: 1em;
	left: 16em;
}

ul#navigation li#navBlog {
	top: 0.8em;
	left: 25.5em;
}

ul#navigation li#navAbout {
	top: 0em;
	left: 32em;
}

ul#navigation li#navContact {
	top: 1em;
	left: 40em;
}

ul#navigation li#navHome a {
	width: 86px;
	height: 41px;
	background: transparent url("/img/global/navHome.png") 0 top no-repeat;
}

ul#navigation li#navProducts a {
	width: 113px;
	height: 40px;
	background: transparent url("/img/global/navProducts.png") 0 top no-repeat;
}

ul#navigation li#navServices a {
	width: 120px;
	height: 41px;
	background: transparent url("/img/global/navServices.png") 0 top no-repeat;
}

ul#navigation li#navBlog a {
	width: 80px;
	height: 50px;
	background: transparent url("/img/global/navBlog.png") 0 top no-repeat;
}

ul#navigation li#navAbout a {
	width: 95px;
	height: 46px;
	background: transparent url("/img/global/navAbout.png") 0 top no-repeat;
}

ul#navigation li#navContact a {
	width: 99px;
	height: 46px;
	background: transparent url("/img/global/navContact.png") 0 top no-repeat;
}

ul#navigation li a:hover, ul#navigation li.on a {
	background-position: 0 bottom !important;
}

/* header */

h1 {
	position: absolute;
	top: 0.2em;
	right: 0.1em;
	margin: 0;
	padding: 0;
	font-size: 3em;
	color: #000;
	background: transparent url("/img/global/logo_default.png") 0 0 no-repeat;
	text-indent: -400em;
	overflow: hidden;
}

h1, h1 a {
	display: block;
	width: 270px;
	height: 65px;
}

p#oneliner {
	position: absolute;
	top: 8em;
	right: 2em;
	font-size: 0.6em;
	color: #a9336a;
}

/* home */

body#home {
	position: absolute;
	margin: 0;
	width: 100%;
	height: 100%;
}

body#home div#slideshow {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 59em;
	height: 35em;
	margin: -17.5em 0 0 -29.5em;
	padding: 0;
	z-index: 100;
	background-color: #fff;
	display: none;
}

body#home div#slideshow img {
	top: 0;
	right: 0;
}

body#home div#container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 56em;
	height: 33.5em;
	margin: -17.5em 0 0 -29.5em;
	padding: 1.5em 1.5em 0 1.5em;
	text-align: left;
	z-index: 200;
	background-color: transparent;
}

body#home ul#navigation {
	margin: 0;
}

body#home h1 {
	position: relative;
	top: 0;
	right: 0;
	background: transparent url("/img/global/logo_home_default.png") 0 0 no-repeat;
}

body#home h1, body#home h1 a {
	width: 390px;
	height: 96px;
}

body#home p#oneliner {
	position: relative;
	top: 0;
	right: 0;
	margin: 0 0 0 13.5em;
	font-size: 0.7em;
}

body#home h2 {
	margin: 1.3em 0 0.8em 0;
}

p#intro {
	width: 33em;
	font-size: 0.8em;
	line-height: 1.5em;
	padding-left: 5em;
}

body#home div#footer {
	margin-top: 2em;
}

/* about */

div#aboutRecreate {
	float: left;
	width: 26em;
	margin-right: 3em;
}

div#aboutKatie {
	float: left;
	width: 26em;
}

div#aboutKatie img#katie {
	float: left;
	margin: 0.4em 1em 0.5em 0;
	border: 1px dashed #caa3b5;
}

/* products */

ul#productCats {
	overflow: auto;
	margin: 0;
	padding: 0;
}

ul#productCats li {
	float: left;
	width: 19em;
	margin: 0 2em 0 0;
	padding: 0;
	background-image: none;
}

ul#productCats li.noMargin {
	margin-right: 0;
}

ul#productCats li h3 {
	font-size: 1.3em;
}

ul#productCats li h3 a {
	text-decoration: none;
}

ul#productCats li h3 a:hover {
	text-decoration: underline;
}

ul#productCats li a.thumb {
	display: block;
	width: 240px;
	height: 180px;
	border: 1px dashed #ddd;
}

ul#productCats li a.thumb:hover {
	border: 1px solid #ddd;
}

ul#productCats li a.thumb img {
	width: 240px;
	height: 180px;
	vertical-align: middle;
}

ul#productCats li p {
	margin: 0;
	font-size: 0.9em;
}

ul#productCats li span.count {
	font-style: italic;
	font-size: 1em;
	color: #929292;
	white-space: nowrap;
}

ul#productThumbs {
	margin: 0;
	padding: 0;
}

ul#productThumbs li {
	float: left;
	width: 16.4em;
	height: 20em;
	margin: 0 1em 0 0;
	padding: 0;
	background-image: none;
}

ul.single li {
	height: 18em !important;
}

ul#productThumbs li.noMargin {
	margin-right: 0;
}

ul#productThumbs li a.thumb {
	display: block;
	width: 200px;
	height: 200px;
	margin-bottom: 0.5em;
	border: 1px dashed #ddd;
}

ul#productThumbs li a.thumb:hover {
	border: 1px solid #ddd;
}

ul#productThumbs li a.thumb img {
	vertical-align: middle;
}

ul#productThumbs li a {
	font-size: 0.9em;
	text-decoration: none;
}

ul#productThumbs li a:hover {
	text-decoration: underline;
}

p#excerpt {
	width: 50em;
}

ul#productGallery {
	overflow: auto;
	margin: 0;
	padding: 0;
}

ul#productGallery li {
	float: left;
	width: 16.7em;
	height: 20em;
	margin: 0 1em 0 0;
	padding: 0;
	background-image: none;
}

ul#productGallery li a {
	display: block;
	width: 200px;
	height: 200px;
	margin-bottom: 0.5em;
	border: 1px dashed #ddd;
}

a.preview img {
	vertical-align: middle;
}

p#preview {
	display: none;
	position: absolute;
	background: #fff url("/img/global/loader.gif") center center no-repeat;
	border: 1px solid #ddd;
	z-index: 300;
}

/* contact */

form#contactForm {
	float: left;
	width: 21em;
}

div#contactDetails {
	width: 35em;
	float: left;
}

form#contactForm label {
	display: block;
}

form#contactForm input, form#contactForm textarea {
	width: 23em;
}

form#contactForm input {
	margin-bottom: 0.4em;
}

form#contactForm textarea {
	height: 10em;
	margin-bottom: 1em;
}

form#contactForm input#notifyme {
	width: auto;
	margin: 0;
	background-color: transparent;
	border: none;
	display: inline;
	float: left;
}

form#contactForm label#notifymeLabel {
	float: left;
	text-align: left;
	font-size: 0.7em;
	margin: -0.2em 0 1em 1em;
}

form#contactForm button {
	float: left;
}

div#contactDetails ul {
	margin: 1em 0;
}

div#contactDetails ul li {
	padding: 0 0 0.5em 1em;
}

/* services */

h3#redesign, h3#renovate, h3#redecorate {
	display: block;
	height: 40px;
	text-indent: -300em;
	overflow: hidden;
}

h3#redesign {
	width: 136px;
	background: transparent url("/img/global/redesign.png") 0 0 no-repeat;
}

h3#renovate {
	width: 141px;
	background: transparent url("/img/global/renovate.png") 0 0 no-repeat;
}

h3#redecorate {
	width: 165px;
	background: transparent url("/img/global/redecorate.png") 0 0 no-repeat;
}

/* blog */

div#posts {
	float: left;
	width: 38em;
	margin-right: 1em;
}

p#clickstream {
	padding-bottom: 0.8em;
	border-bottom: 1px dashed #E8CBD8;
}

div#sidebar {
	float: right;
	width: 16em;
}

div.postWrapper {
	margin: 0;
	padding-top: 0.8em;
	border-top: 1px dashed #E8CBD8;
}

div.postWrapper h3 a {
	text-decoration: none;
}

div.postWrapper h3 a:hover {
	text-decoration: underline;
}

p.postMeta {
	font-size: 0.7em;
	margin-bottom: 0.5em;
}

p.postExtract {
	margin-bottom: 0;
}

p.continue {
	font-size: 0.7em;
}

div.postBody {
	border-bottom: 1px dashed #E8CBD8;
}

ul#postThumbs {
	overflow: auto;
	margin: 0 0 0.5em 0;
	padding: 0;
}

ul#postThumbs li {
	float: left;
	margin: 0 0.7em 0.7em 0;
	padding: 0;
	background-image: none;
}

ul#postThumbs li a.thumb {
	display: block;
	width: 110px;
	height: 110px;
	border: 1px dashed #ddd;
}

ul#postThumbs li a.thumb:hover {
	border: 1px solid #ddd;
}

ul#postThumbs li a.thumb img {
	width: 110px;
	height: 110px;
	vertical-align: middle;
}

ul#postThumbs li a {
	font-size: 0.9em;
	text-decoration: none;
}

ul#postThumbs li a:hover {
	text-decoration: underline;
}

ul#postPDFs li {
	margin: 0;
	padding: 0 0 0.8em 1.8em;
	background: transparent url("/img/global/page_white_acrobat.png") 0 0.1em no-repeat;
}

span.date {
	font-size: 1em;
	color: #39584c;
}

div.box {
	margin: 0 0 1em 0;
	padding: 0.6em 0.8em 0.5em 0.8em;
	border: 1px dashed #E8CBD8;
}

div.box ul {
	margin: 0;
	font-size: 0.7em;
}

div.box ul li {
	padding: 0 0 0.3em 1.2em;
	background: transparent url("/img/global/bullet.png") 0 0.7em no-repeat;
}

/* comments */

div#commentsWrapper {
	margin-top: 1em;
}

/*div#commentsWrapper p {
	font-size: 0.8em;
}*/

div#commentsWrapper p.reply {
	width: 12px;
	float: right;
}

div#commentsWrapper p.reply a {
	display: block;
	width: 12px;
	height: 12px;
	text-indent: -300em;
	text-decoration: none;
	color: #ccc;
	background: transparent url("/img/global/replyIcon.png") 0 0 no-repeat;
	outline: none;
	overflow: hidden;
}

div#commentsWrapper p.reply a:hover {
	color: #f00;
	background-position: 0 -12px;
}

div#commentsWrapper p#cancelReply {
	float: right;
	margin: -2.2em 0 0 0;
}

ol#commentsList {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ol#commentsList li {
	position: relative;
	margin: 0;
	padding: 0.8em 0 0 0;
	background-image: none;
	border-top: 1px dashed #E8CBD8;
}

ol#commentsList ul.children {
	font-size: 1em;
}

ol#commentsList ul.children li.comment {
	padding: 0.5em 0 0 2.8em;
	border-bottom: 0;
}

ol#commentsList li div.avatar {
	position: absolute;
	width: 32px;
	margin: 0.2em 0.8em 0 0;
}

ol#commentsList li div.avatar img {
	width: 32px;
	height: 32px;
	vertical-align: middle;
}

ol#commentsList li div.commentBox {
	padding-left: 3em;
}

div.commentBox p.cite {
	margin-bottom: 0.2em;
	font-size: 0.7em;
	color: #8d8d8d;
}

/*div.commentBox span.author, div.commentBox span.author a {
	color: #fff;
}

div.commentBox span.date {
}*/

div.commentBox span.author {
	font-size: 1.2em;
	font-weight: bold;
	color: #a9336a;
}

div#respond {
	clear: both;
	padding-top: 1em;
	border-top: 1px dashed #E8CBD8;
}

div#respond p {
	font-size: 0.7em;
}

/*form#commentForm label {
	display: block;
	margin-bottom: 0.4em;
	overflow: auto;
}*/

form#commentForm label span {
	display: block;
	float: left;
	width: 5em;
	margin-top: 0.2em;
	margin-right: 1em;
	font-size: 1em;
	text-align: right;
}

form#commentForm span.required {
	float: left;
	padding: 0.1em 0 0 0.5em;
	font-size: 0.9em;
	color: #929292;
}

form#commentForm input, form#commentForm textarea {
	font-size: 1em;
	margin-bottom: 0.4em;
}

form#commentForm input {
	float: left;
	width: 21em;
}

form#commentForm textarea {
	margin: 0.4em 0 0.8em 0;
	width: 27em;
	height: 10em;
}

form#commentForm span#commentLabel {
	display: none;
}

form#commentForm button {
	float: left;
	margin-bottom: 1em;
}

/* form validations */

div.error p, div.error h5 {
	color: #c00;
}

/* footer */

div#footer {
	margin: 2em 0 0.5em 0;
}

div#subscribe {
	position: relative;
	width: 18em;
	height: 7em;
	float: left;
	background: transparent url("/img/global/subscribe_tile.png") 0 0 repeat-x;
}

form#subscribeForm label {
	display: block;
	height: 52px;
	background: transparent url("/img/global/notifyme.png") center 0 no-repeat;
	text-indent: -400em;
	overflow: hidden;
}

form#subscribeForm input {
	margin: 1em 0.5em 1em 1.2em;
	width: 15.2em;
	vertical-align: middle;
}

form#subscribeForm button {
	vertical-align: middle;
}

div#quote {
	float: right;
	width: 36em;
	height: 4.85em;
	margin-top: 1em;
	padding: 0.5em;
	color: #39584c;
	background: #d8e6e1 url("/img/global/quote_end.png") 21.5em 3.5em no-repeat;
	border: 1px dashed #acc5bc;
}

div#quote blockquote {
	width: 20em;
	margin: 0;
	padding: 0 0 0 3em;
	color: #39584c;
	background: transparent url("/img/global/quote_begin.png") 0.3em 0.3em no-repeat;
	border-left: 0;
}

div#quote blockquote p {
	font-size: 0.8em;
}

div#quote blockquote p#author {
	margin: 0;
	padding: 0.2em 0 0 0;
	font-weight: bold;
	font-size: 0.7em;
}

div#tag {
	float: right;
	margin: -11.7em -0.8em 0 0;
	width: 283px;
	height: 150px;
	background: transparent url("/img/global/contact_tag.png") 0 0 no-repeat;
	text-indent: -400em;
	overflow: hidden;
}

p.copyright {
	font-size: 0.6em;
	color: #929292;
}

div#footer p.copyright {
	float: left;
	width: 35em;
	margin-top: 1.4em;
}

p#re {
	float: left;
	width: 318px;
	height: 19px;
	margin-top: 1em;
	background: transparent url("/img/global/re1.png") 0 0 no-repeat;
	text-indent: -400em;
	overflow: hidden;
}

/* miscellaneous */

p#skip {
	display: none;
}

div.c { /* to clear a float */
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}