/*

6e6c69 - dark gray
8d8f8d - light gray

6e9aa3 - dark turquoise
8eb9c1 - light turquoise

d7e0e2 - light blue

*/

/*
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
APPEARANCE
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/

* {
	margin: 0;
	padding: 0;
}
img {
	/*vertical-align: middle;*/
	border: none;
}

/*
------------------------------------------------------------------------------
Body
*/

body {
	background-color: #d7e0e2;
	color: #6e6c69;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

/*
------------------------------------------------------------------------------
Headers
*/

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, serif;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
}

/*
------------------------------------------------------------------------------
Paragraphs and Lists
*/

p, ul {
	font-size: 12px;
	margin-bottom: 10px;
}
ul {
	margin-left: 20px;
}

/*
------------------------------------------------------------------------------
Links
*/

a,
a:link,
a:visited,
a:active {
	text-decoration: none;
	outline: none;
	color: #6e9aa3;
}
a:hover {
	color: #55858f;
	text-decoration: underline;
}

/*
------------------------------------------------------------------------------
Form
*/

fieldset {
	border: none;
}
label {
	display: block;
	margin-bottom: 5px;
	font-family: Georgia, serif;
	font-size: 14px;
}
label.inline {
	display: inline;
	margin-bottom: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	vertical-align: middle;
}
input, textarea {
	color: #6e6c69;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
input.text {
	width: 250px;
}
textarea {
	width: 500px;
}
input.text, textarea {
	padding: 5px;
	border: none;
	border-bottom: solid 1px #becccf;
	background-color: #fff;
}
input.radio, input.checkbox {
	vertical-align: middle;
}
form p.submit input, 
input.submit {
	padding: 2px 5px 2px 5px;
	border: none;
	border-top: solid 1px #b7cace;
	border-bottom: solid 1px #d7e0e2;
	background-color: #b7cace;
	background-image: url(/images/button_bkgd.jpg);
	background-repeat: repeat-x;
	font-family: Georgia, serif;
	font-size: 14px;
	cursor: pointer;
	outline: none;
}

/*
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
LAYOUT
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/

body {
	background-image: url(/images/body_bkgd.jpg);
	background-repeat: repeat-x;
}

/*
------------------------------------------------------------------------------
Body
*/

#body-block {
	background-image: url(/images/header_bkgd.jpg);
	background-repeat: no-repeat;
}

/*
------------------------------------------------------------------------------
Page
*/

#page-block {
	min-width: 850px;
	padding-bottom: 30px;
	text-align: center;/* IE 5.5 hack */
}
/* IE min-width emulation */
* html #page-block {  
	width: 850px;/* in case JavaScipt is off, set a fallback width. */
	width: expression(Math.max((document.documentElement ? document.documentElement.clientWidth : document.body.clientWidth), 850)+'px');  
} 

/*
------------------------------------------------------------------------------
Header
*/

#header-block {
	float: left;
	height: 80px;
	width: 200px;
	/* duplicate background image to fix IE rendering bug */
	background-image: url(/images/header_bkgd.jpg);
	background-repeat: no-repeat;
	text-align: left;/* IE 5.5 hack */
}
#header-block h1 {
	margin-bottom: 0;
	padding-left: 30px;
}

/*
------------------------------------------------------------------------------
Navigation
*/

#navigation-block {
	float: right;
	height: 80px;
	text-align: left;/* IE 5.5 hack */
}
#navigation-block ul {
	margin: 0;
	padding-top: 32px;
	padding-right: 20px;
	list-style-type: none;
}
#navigation-block li {
	display: block;
	float: left;
	padding-right: 20px;
	font-family: Georgia, serif;
	font-size: 16px;
	/* text-transform: uppercase; */
}
#navigation-block a {
	color: #6e9aa3;
}
#navigation-block a:hover {
	color: #fff;
	text-decoration: none;
}
#navigation-block li.selected a {
	color: #fff;
}

/*
------------------------------------------------------------------------------
Content
*/

#content-block {
	text-align: left;/* IE 5.5 hack */
}

/*
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Classes And Alterations for All Pages
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/

span.clear {
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}

/*
pager
*/

p.pager {
	padding: 10px;
	background-image: url(/images/box_bkgd.jpg);
	background-repeat: repeat-x;
	background-color: #ced9db;
	border: solid 1px #ced9db;
	border-bottom-color: #e3eaeb;
}
p.pager a,
p.pager span {
	padding: 2px 6px;
}
p.pager a,
p.pager a:visited {
	background-color: #c6d2d5;
	border-top: solid 1px #becccf;
	border-bottom: solid 1px #d8e1e3;
	color: #6e9aa3;
}
p.pager a:hover {
	color: #55858f;
	text-decoration: none;
}
p.pager span.previous,
p.pager span.next {
	background-color: #c6d2d5;
	border-top: solid 1px #becccf;
	border-bottom: solid 1px #d8e1e3;
	color: #b0b8ba;
}
p.pager span.active {
	font-weight: bold;
}
p.pager span.break {
}

/* error */

body .error {
	color: #6e9aa3 !important;
}
#error,
#thanks {
	display: none;/* set to 'block' by jQuery */
	padding: 10px;
	border-bottom: solid 1px #55858f;
	background-color: #6e9aa3;
	background-image: url(/images/message_bkgd.jpg);
	background-repeat: repeat-x;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
}

/* noresult */

#noresult {
	width: 500px;
	margin: 60px auto 0 auto;
}
#noresult h2 {
	font-size: 18px;
	text-align: center;
}
#noresult p {
	font-size: 16px;
	text-align: center;
	color: #8d8f8d;
}

/*
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Classes And Alterations for Specific Pages
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/

/*
------------------------------------------------------------------------------
Home
*/

body.home #content-block {
	margin-top: 60px;
}
body.home #photo {
	margin: 0 auto 0 auto;
	text-align: center;
}
body.home #photo img.default-photo {
	border: solid 10px #fff;
}

/*
------------------------------------------------------------------------------
Portfolio - Index
*/

body.portfolio-index #content-block {
	width: 660px;
	margin: 60px auto 0 auto;
}
body.portfolio-index div.category,
body.portfolio-index div.category-blank {
	display: inline;/* prevent IE double left margin bug */
	float: left;
	width: 200px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}
body.portfolio-index div.category img {
	border: 10px solid #fff;
}
body.portfolio-index div.category-blank div {
	background-color: #d0dcdf;
	border: 10px solid #e1e8e9;
	margin: 0 auto 0 auto;
}

/*
------------------------------------------------------------------------------
Portfolio - Category
*/

body.portfolio-category #content-block {
	width: 660px;
	margin: 22px auto 0 auto;
}
body.portfolio-category #content-block h2 {
	margin: 0 0 20px 25px;
}
body.portfolio-category #category-description {
	margin: -10px 25px 20px 25px;
	padding: 20px 20px 10px 20px;
	background-image: url(/images/box_bkgd.jpg);
	background-repeat: repeat-x;
	background-color: #ced9db;
	border: solid 1px #c6d1d5;
	border-bottom-color: #e3eaeb;
}
body.portfolio-category #category-description p {
	color: #8d8f8d;
}
body.portfolio-category div.photo {
	display: inline;/* prevent IE double left margin bug */
	float: left;
	width: 200px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	text-align: center;
}
body.portfolio-category div.photo p {
	margin-bottom: 0;
}
body.portfolio-category div.photo img {
	border: 10px solid #fff;
}

/*
------------------------------------------------------------------------------
Portfolio - Photo
*/

body.portfolio-photo #content-block {
	width: 820px;
	margin: 22px auto 0 auto;
}
body.portfolio-photo #photo-navigation {
	float: left;
	width: 50px;
	margin-bottom: 18px;
}
body.portfolio-photo #photo-title {
	float: left;
	margin-bottom: 0;
	/* padding-top: 1px; */
	color: #8d8f8d;
}
body.portfolio-photo #photo-title span.category {
	color: #6e6c69;
}
body.portfolio-photo #photo-count {
	float: right;
	margin-bottom: 0;
	padding-top: 1px;
	color: #8d8f8d;
	font-family: Georgia, serif;
	font-size: 14px;
}
body.portfolio-photo #photo {
	text-align: center;
}
body.portfolio-photo #photo img {
	border: solid 10px #fff;
}
body.portfolio-photo #photo-description {
	width: 460px;
	margin: 10px auto 0 auto;
	padding: 20px 20px 10px 20px;
	background-image: url(/images/box_bkgd.jpg);
	background-repeat: repeat-x;
	background-color: #ced9db;
	border: solid 1px #c6d1d5;
	border-bottom-color: #e3eaeb;
}
body.portfolio-photo #photo-description p {
	color: #8d8f8d;
}

/*
------------------------------------------------------------------------------
Page
*/

body.page #content-block {
	width: 600px;
	margin: 60px auto 0 auto;
}
body.page #content-block p {
	font-size: 16px;
	line-height: 22px;
}

/*
------------------------------------------------------------------------------
Blog
*/

body.blog #content-block {
	margin: 30px auto 0 auto;
}
body.blog #content-block h3,
body.blog #content-block h3 a {
	font-size: 14px;
}
body.blog #blog-post,
body.blog div.blog-post {
	margin-bottom: 20px;
}
body.blog div.blog-post {
	margin-bottom: 20px;
	padding-bottom: 10px;
	background-image: url(/images/post_divider.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}
body.blog #blog-post p.created,
body.blog div.blog-post p.created  {
	color: #8d8f8d;
	font-style: italic;
}
body.blog #blog-post img,
body.blog div.blog-post img {
	border: solid 1px #6e6c69;
}

/*
------------------------------------------------------------------------------
Blog - Index
*/

body.blog-index #content-block {
	width: 650px;
}
body.blog-index #blog-pager {
	width: 500px;
}
body.blog-index #blog-posts {
	width: 500px;
	float: left;
}
body.blog-index #blog-archive {
	float: right;
	padding: 20px 20px 10px 20px;
	background-image: url(/images/box_bkgd.jpg);
	background-repeat: repeat-x;
	background-color: #ced9db;
	border: solid 1px #c6d1d5;
	border-bottom-color: #e3eaeb;
}
body.blog-index #blog-archive ul {
	margin-left: 0;
	list-style-type: none;
}
body.blog-index #blog-archive li {
	line-height: 1.5em;
}

/*
------------------------------------------------------------------------------
Blog - Post
*/

body.blog-post #content-block {
	width: 500px;
}
body.blog-post #content-block h3 {
	font-size: 16px;
	margin-bottom: 20px;
}
body.blog-post #comment-form {
	margin-bottom: 20px;
	padding: 20px 20px 10px 20px;
	background-image: url(/images/box_bkgd.jpg);
	background-repeat: repeat-x;
	background-color: #ced9db;
	border: solid 1px #c6d1d5;
	border-bottom-color: #e3eaeb;
}
body.blog-post #comment-form textarea {
	width: 450px;
}
body.blog-post div.comment {
	margin-bottom: 10px;
	padding: 20px 20px 10px 20px;
	background-image: url(/images/box_bkgd.jpg);
	background-repeat: repeat-x;
	background-color: #ced9db;
	border: solid 1px #c6d1d5;
	border-bottom-color: #e3eaeb;
}
body.blog-post div.comment p.author {
	color: #8d8f8d;
}
body.blog-post div.comment span.name {
	color: #6e6c69;
}

/*
------------------------------------------------------------------------------
Contact
*/

body.contact #content-block {
	width: 340px;
	margin: 60px auto 0 auto;
}
body.contact div.content {
	padding-bottom: 10px;
}
body.contact div.content p {
	font-size: 14px;
	line-height: 22px;
}
body.contact #contact-form {
	padding: 20px 20px 10px 20px;
	background-image: url(/images/box_bkgd.jpg);
	background-repeat: repeat-x;
	background-color: #ced9db;
	border: solid 1px #c6d1d5;
	border-bottom-color: #e3eaeb;
}
body.contact input.text,
body.contact textarea {
	width: 290px;
}
body.contact label,
body.contact input.submit {
	font-size: 16px;
}
body.contact label.inline {
	font-size: 14px;
}
body.contact p.submit {
	margin-top: 20px;
}

/*
------------------------------------------------------------------------------
Error
*/

body.error #content-block {
	width: 600px;
	margin: 60px auto 0 auto;
}
body.error #content-block p {
	text-align: center;
	font-size: 16px;
	line-height: 22px;
}

/*
------------------------------------------------------------------------------
Mailing List  Unsubscribe
*/

body.unsubscribe #content-block {
	width: 600px;
	margin: 60px auto 0 auto;
}
body.unsubscribe #content-block p {
	text-align: center;
	font-size: 16px;
	line-height: 22px;
}

