@font-face {
    font-family: 'LavenderScriptProRegular';
    src: url('/fonts/lavender_script_ot-webfont.eot');
    src: url('/fonts/lavender_script_ot-webfont.eot?iefix') format('eot'),
         url('/fonts/lavender_script_ot-webfont.woff') format('woff'),
         url('/fonts/lavender_script_ot-webfont.ttf') format('truetype'),
         url('/fonts/lavender_script_ot-webfont.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000;
	background: #e6216a;
}

h1 {
	font-family: 'LavenderScriptProRegular', Georgia, 'Times New Roman', serif;
	font-size: 4em;
	font-weight: normal;
}

.section label,
h2 {
	font-size: 1.5em;
	line-height: 1.8em;
	font-weight: normal;
	color: #E6216A;
}

h3 {
	font-size: 1.3em;
	line-height: 1.7em;
	font-weight: normal;
	color: #E6216A;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #E6216A;
}

h5 {
	font-size: 1.1em;
	line-height: 2.6em;
	text-transform: uppercase;
	margin-top: 5px;
}

	h5 a {
		font-family: 'LavenderScriptProRegular', Georgia, 'Times New Roman';
		font-size: 3em;
		font-weight: normal;
		color: #E54D26;
		text-transform: none;
	}

a {
	color: #E54D26;
	text-decoration: none;
}

	a:hover {
		color: #E6216A;
	}

li,
p {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 10px 0 20px 0;
	color: #464646;
}

	li p {
		font-size: 1em;
		margin-top: 5px;
	}
	
	blockquote p {
		font-size: 1em;
	}
	
blockquote {
	font-size: 1.2em;
	line-height: 1.6em;
	color: #464646;
	background: url(../images/quote.png) no-repeat 0 3px;
	padding-left: 20px;
}

cite {
	font-size: 1em;
	line-height: 1.2em;
	text-transform: uppercase;
	display: block;
	text-align: right;
	color: #464646;
	font-style: normal;
}

label {
	font-size: .9em;
	font-weight: bold;
	text-transform: uppercase;
}

	label span {
		text-transform: none;
		color: #666;
		font-weight: normal;
	}
	
		label span span {
			color: #E6216A;
		}

input,
textarea {
	border: 1px solid #6ed5ec;
	margin-bottom: 10px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
}

input {
	height: 12px;
	padding: 7px 0;
	line-height: 26px;
}

	input.checkbox {
		height: 12px;
		line-height: 12px;
		margin-bottom: 0;
	}
	
	input.submit {
		height: 28px;
		width: 140px;
		background: url(../images/submit.png) no-repeat center top;
		border: 0;
		cursor: pointer;
	}
	
		input.submit:hover {
			background-position: center bottom;
		}

.highlight {
	color: #6ed5ec;
}

	span.highlight {
		font-size: 1.5em;
		position: relative;
		top: 2px;
	}

.search_result {
	border-bottom: 1px solid #6ed5ec;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

	.search_result p {
		margin-bottom: 10px;
	}


/* Header
------------------------------ */
#header {
	width: 100%;
	border-bottom: 1px solid #6ed5ec;
	background: #fff;
}

a#mainLogo {
	position: absolute;
	top: 29px;
}

ul.mainNav {
	float: right;
	margin-top: 49px;
}

	.mainNav li {
		float: left;
		margin: 0;
	}
	
		.mainNav a {
			display: block;
			text-indent: -9999px;
			height: 80px;
		}
		
			.mainNav a#nav_about {
				background: url(../images/nav_about.gif) no-repeat;
				width: 128px;
			}
			
			.mainNav a#nav_blog {
				background: url(../images/nav_blog.gif) no-repeat;
				width: 117px;
			}
			
			.mainNav a#nav_contact {
				background: url(../images/nav_contact.gif) no-repeat;
				width: 98px;
			}
			
			.mainNav a#nav_portfolio {
				background: url(../images/nav_portfolio.gif) no-repeat;
				width: 132px;
			}
			
			.mainNav a#nav_press {
				background: url(../images/nav_press.gif) no-repeat;
				width: 116px;
			}
			
			.mainNav a#nav_services {
				background: url(../images/nav_services.gif) no-repeat;
				width: 137px;
			}
			
			.mainNav a#nav_about,
			.mainNav a#nav_blog,
			.mainNav a#nav_contact,
			.mainNav a#nav_portfolio,
			.mainNav a#nav_press,
			.mainNav a#nav_services {
				background-position: center center;
			}
			
			.mainNav a#nav_about:hover,
			.mainNav a#nav_blog:hover,
			.mainNav a#nav_contact:hover,
			.mainNav a#nav_portfolio:hover,
			.mainNav a#nav_press:hover,
			.mainNav a#nav_services:hover {
				background-position: center top;
			}
			
			.mainNav .current a#nav_about,
			.mainNav .current a#nav_blog,
			.mainNav .current a#nav_contact,
			.mainNav .current a#nav_portfolio,
			.mainNav .current a#nav_press,
			.mainNav .current a#nav_services {
				background-position: center bottom;
			}


/* Content
------------------------------ */
#content {
	background: #fff;
}

.container {
	width: 940px;
	margin: 0 auto;
}

.frame {
	float: right;
	background: url(../images/photo_frame.png) no-repeat center center;
	padding: 47px 29px;
	margin: 20px 0 20px 40px;
	position: relative;
}

	.frame p {
		float: left;
		position: absolute;
		right: 5px;
		bottom: -15px;
		font-size: .9em;
		text-transform: uppercase;
	}

#content h1 {
	padding: 130px 0 10px 0;
}

#content ul {
	margin-bottom: 20px;
}

	#content li {
		list-style-image: url(../images/bullet.gif);
		list-style-type: disc;
		margin: 7px 0 7px 15px;
	}


/* Main
------------------------------ */
.main {
	width: 700px;
	float: left;
	margin: 40px 0 40px 28px;
}

img.thumb {
	background: url(../images/photo_frame-thumb.png) no-repeat center center;
	padding: 16px;
	float: left;
}


/* Blog
------------------------------ */
#content .post h1 {
	padding-top: 0;
	text-align: center;
}

	.post h1 a {
		color: #000;
	}
	
		.post h1 a:hover {
			color: #E6216A;
		}

.post .date,
.post .post_info {
	text-align: center;
}

	.comment .date,
	.post .date,
	.post .post_info span {
		text-transform: uppercase;
	}

.post {
	background: url(../images/post_footer.png) no-repeat center bottom;
	padding: 25px 0 10px 0;
}

	.post.first {
		padding-top: 0;
	}

	#content .post li,
	#content .sidebar li {
		margin: 0 0 0 15px;
	}
	
	.post blockquote {
		border-bottom: 1px solid #6ed5ec;
		border-top: 1px solid #6ed5ec;
		text-align: center;	
		background: none;
		padding: 0 25px;
		margin: 20px 0;
	}
	
	.post img {
		border: 1px solid #ccc;
		padding: 4px;
	}

.paginate {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	color: #E6216A;
	border-bottom: 1px solid #6ed5ec;
	padding-bottom: 10px;
}

	.paginate a {
		font-weight: normal;
	}

ul.sitemap {
	margin-left: 125px;
}

#content .sitemap li {
	float: left;
	margin: 0 3px 0 20px;
}

	#content .sitemap li.first {
		list-style: none;
	}
	
	.sitemap li a {
		text-transform: uppercase;
		color: #464646;
	}
	
		.sitemap li a:hover {
			color: #E6216A;
		}

#comment_form {
	background: url(../images/post_footer.png) no-repeat center bottom;
	padding-bottom: 20px;
}

	#comment_form h4,
	h4.comment_header {
		text-align: center;
		padding: 20px 0;
	}
	
	h4.comment_header {
		border-bottom: 1px solid #6ed5ec;
	}
	
	.comment {
		border-bottom: 1px solid #6ed5ec;
		padding: 10px 0;
	}
	
		.comment .date {
			margin: 0;
		}
	
	.captcha img {
		vertical-align: middle;
	}
	
	.captcha input {
		position: relative;
		top: 1px;
	}

span.previous {
	float: left;
}

span.next {
	float: right;
}


/* Press
------------------------------ */
.sample {
	float: left;
	text-align: center;
	font-size: 1.1em;
	margin-right: 10px;
}

	.sample img {
		padding: 4px;
		margin-bottom: 10px;
		border: 1px solid #ccc;
	}


/* Sidebar
------------------------------ */
.sidebar {
	width: 212px;
	float: left;
	padding-bottom: 60px;
}

	.section {
		border-bottom: 1px solid #6ed5ec;
		padding-top: 15px;
	}
	
		.section cite {
			margin-bottom: 20px;
		}
		
		.section label {
			text-transform: none;
		}
		
		.section form {
			padding-bottom: 15px;
		}
		
		.section input {
			width: 175px;
			padding: 3px 0;
			line-height: 1em;
		}
		
			.section input.submit {
				width: 30px;
				height: 20px;
				float: right;
				background: url(../images/submit-search.png) no-repeat center center;
			}
	
	.sidebar .first {
		padding-top: 191px;
	}
	
	.sidebar .last {
		background: url(../images/flower_footer.png) no-repeat center bottom;
		border-bottom: 0;
		padding-bottom: 26px;
	}
	
	.subNav {
		
	}
	
		#content .subNav li {
			margin: 0;
			list-style-type: none;
			list-style-image: none;
			border-bottom: 1px solid #6ed5ec;
		}
	
	a.rss {
		display: block;
		height: 26px;
		background: url(../images/rss.png) no-repeat left bottom;
		padding-left: 35px;
		margin-bottom: 20px;
	}



/* Footer
------------------------------ */
#footer {
	background: url(../images/footer_top.gif) repeat-x;
	color: #dda8bc;
	padding: 40px 0 300px 0;
}

	#footer p {
		font-size: 1.1em;
		color: #dda8bc;
		margin: 0;
	}

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



