/*	##################################
   	RESET
	################################## */

html, body, ul, ol, li, img, hr, input, textarea, dl, dt, dd, form {
	margin: 0px;
	padding: 0px;
	border: none;
	list-style: none;
}


/*	##################################
   	GENERAL
	################################## */

body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	line-height: 22px;
}

body.grey, body.blue, body.pink {
	background-repeat: repeat;
	background-position: left top;
	background-image: url(../images/gray-wood.png);
	background-color: #cfcfcf;
	color: #4a4a4a;
}

body.red, body.green {
	color: #47101a;
	background-color: #d4d2c4;
	background-image: url(../images/seamlesstexture23_500.jpg);
	background-position: left top;
	background-repeat: repeat;
}

a {
	color: #010857;
}

p, ul, ol, dl, blockquote, address {
	margin: 0 0 0px;
}

blockquote, address {
	padding: 0 0 0 40px;
	background: url(../images/bg-blockquote.png) no-repeat left top;
	font-style: italic;
	color: #666666;
}

pre {
	display: block;
	margin: 0 0 20px 0;
	padding: 10px;
	background: #f8f8f8;
	border: 1px dotted #eee;
	font-family: "Courier New", Courier, serif;
	overflow: auto;
}

code {
	font-family: "Courier New", Courier, serif;
}


/*	##################################
   	HEADINGS
	################################## */

h1, h2, h4, h5, h6 {
	margin: 0 0 20px;
	color: #B75D04;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 2px 2px 4px #926060;
}

h4, h5, h6 {
	margin: 0 0 3px;
}

h3 {
	margin: 0 0 3px;
	color: #B75D04;
	text-transform: uppercase;
}


/*	##################################
   	LISTS
	################################## */

#content ul,
#sidebar ul {
	margin: 0 0 20px 10px;
	padding: 0px;
}

#content ul li,
#sidebar ul li {
	padding: 0 0 0 20px;
	background: url(../images/bg-list-item.png) no-repeat 0px 6px;
}

#content li ul,
#sidebar li ul {
	margin: 0px;
	padding: 0px;
}

#content ol,
#sidebar ol {
	margin: 0 0 20px 25px;
	padding: 0px;
}

#content li ol,
#sidebar li ol {
	margin: 0 0 0 25px;
	padding: 0px;
}

#content ol li,
#sidebar ol li {
 	list-style: decimal;
}

#content ol li li,
#sidebar ol li li {
 	list-style: lower-alpha;
}

#content ol li li li,
#sidebar ol li li li {
 	list-style: lower-roman;
}

#content dt,
#sidebar dt {
	font-weight: bold;
}

#content dd,
#sidebar dd {
	padding: 0 0 0 20px;
}


/*	##################################
   	FORMS
	################################## */

form {
	margin: 0 0 20px;
}
#rounded-boxes {
	padding: 9px;
	background-color: #FFFFFF;
	background-image: url(../images/gray-grad-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	behavior: url(border-radius.htc);
	border: 1px solid #999;
}
.surname {
	display: none;
	visibility: hidden;
}
.form-fields {
	background-color: #F7F7F7;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 6px;
	behavior: url(border-radius.htc);
	border: 1px solid #06C;
	padding: 4px;
	margin-bottom: 4px;
	margin-top: 4px;
	font-size: 14px;
	font-weight: bold;
	color: #06C;
}
.formfields {
background-color: #F3F8FE;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 6px;
	behavior: url(border-radius.htc);
	border: 1px solid #06C;
	padding: 4px;
	margin-bottom: 4px;
	margin-top: 4px;
	font-size: 14px;
	font-weight: bold;
	color: #06C;
}

fieldset {
	border-style: none;
}


input.text,
textarea.text {
	width: 75%;
	height: 12px;
	margin: 0 0 20px;
	padding: 9px 10px;
	background: #d8d8d8;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	font-style: italic;
}

input.text,
textarea.text {
	background: #d8d8d8 url(../images/bg-input-text.png) repeat-x left top;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.red input.text,
.red textarea.text,
.green input.text,
.green textarea.text {
	background: #d5d3c5 url(../images/bg-input-text.png) repeat-x left top;
	border-right: 1px solid #c8c6b9;
	border-left: 1px solid #c8c6b9;
}

textarea.text {
	width: 95%;
	height: 100px;
}

input.submit {
	height: 30px;
	padding: 0 10px;
	background: #d8d8d8;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}

input.submit {
	background: #d8d8d8 url(../images/bg-button-grey.jpg) repeat left top;
}

.red input.submit {
	background: #47101a url(../images/bg-button-red.jpg) repeat left top;
}
.submit-button {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #252C63;
	padding: 2px 6px;
}

#searchform {
	width: 260px;
}

#searchform input.text {
	float: left;
	width: 188px;
	margin: 0 0 10px;
}

#searchform input.submit {
	float: right;
	width: 40px;
	padding: 0px;
}

#searcherror {
	margin: 0 0 10px;
	padding: 0 0 0 20px;
	background: url(../images/bg-question.png) no-repeat left center;
	clear: both;
}

#searchform input.fielderror {
	color: #3e0e17;
}

/*	##################################
   	BASIC LAYOUT
	################################## */



#Topheader {
	position: relative;
	width: 980px;
	height: 174px;
	margin: 0 auto;
	padding: 26px 0 0;
}

#Header {
	position: relative;
	width: 980px;
	height: 300px;
	overflow: hidden;
	margin: 0 auto;
}



#Header1 {
	height: 300px;
	background-image: url(../images/HeaderBG-1.jpg);
	width: 980px;
	background-repeat: no-repeat;
	background-position: center 42px;
}
#Header2 {
	height: 300px;
	background-image: url(../images/HeaderBG-2.jpg);
	width: 980px;
	background-repeat: no-repeat;
	background-position: center 42px;
}
#Header3 {
	height: 300px;
	background-image: url(../images/HeaderBG-3.jpg);
	width: 980px;
	background-repeat: no-repeat;
	background-position: center 42px;
}

#display {
	position: relative;
	width: 980px;
	height: 300px;
	margin: 0 auto;
}

#main {
	width: 900px;
	margin: 0 auto;
	padding: 1px 50px;
	background: url(../images/bg-main.png) repeat-y top left;
	z-index: 1;
}

#content {
	float: left;
	width: 560px;
}

#sidebar {
	float: right;
	width: 260px;
}

#footer {
	position: relative;
	width: 980px;
	height: 96px;
	margin: 0 auto;
	padding: 40px 10px 0;
	background: url(../images/bg-footer.png) no-repeat center top;
}

.grey #footer {
	color: #484848;
}

.red #footer {
	color: #C8AF91;
}

.blue #footer {
	color: #7283AC;
}

.green #footer {
	color: #5C6F4C;
}

.pink #footer {
	color: #ac597e;
}


/*	##################################
   	HEADER
	################################## */

#header-wrap {
	z-index: 2;
}

.grey #header-wrap, .pink #header-wrap {
	background: url(../images/bg-header-wrap-grey.png) repeat-x left top;
}

.red #header-wrap {
	background: url(../images/bg-header-wrap-red.png) repeat-x left top;
}

.blue #header-wrap {
	background: url(../images/bg-header-wrap-blue.png) repeat-x left top;
}

.green #header-wrap {
	background: url(../images/bg-header-wrap-green.png) repeat-x left top;
}

.pink #header-wrap {
	background: url(../images/bg-header-wrap-pink.png) repeat-x left top;
}

#home #header-wrap {
	height: 550px;
}

.grey #header-wrap-inner {
	background: url(../images/bg-header-grey.jpg) no-repeat center top;
}

.red #header-wrap-inner {
	background: url(../images/bg-header-red2.jpg) no-repeat center top;
}

.blue #header-wrap-inner {
	background: url(../images/bg-header-blue2.jpg) no-repeat center top;
}

.green #header-wrap-inner {
	background: url(../images/bg-header-green.jpg) no-repeat center top;
}

.pink #header-wrap-inner {
	background: url(../images/bg-header-pink.jpg) no-repeat center top;
}

#logo {
	width: 404px;
	margin: 0 auto;
	text-align: center;
}

#description {
	width: 394px;
	margin: 0 auto;
	padding: 0 0 18px;
	background: url(../images/bg-description.png) repeat-x left bottom;
	color: #FEE074!important;
	font-size: 13px;
	line-height: 13px;
	text-align: center;
	text-shadow: 1px 1px 0px #000;
	letter-spacing: 1px;
}



/*	##################################
   	MENU
	################################## */

.ts-menu {
	width: 980px;
	margin: 0 auto;
	text-align: center;
}

.ts-menu ul {
	margin: 0px!important;
}

.ts-menu li {
	display: inline;
}

.ts-menu li ul {
	background: url(../images/bg-menu-sub-grey.jpg) repeat left top;
}

.red .ts-menu li ul,
.green .ts-menu li ul {
	background: url(../images/bg-menu-sub-color.jpg) repeat left top;
}

.ts-menu a {
	line-height: 50px;
	margin: 0 5px;
	padding: 13px 10px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px #000;
}

.ts-menu li li a {
	display: block;
	line-height: 30px;
	margin: 0px;
	padding: 0 10px;
	color: #3e0e17;
	font-size: 12px;
	text-align: left;
	text-transform: none;
	text-shadow: none;
}

.ts-menu li a:hover,
.ts-menu li a.active
 {
	color: #BDD1F8;
}

/** see also /lib/superfish/superfish.css */


/*	##################################
   	MAIN
	################################## */

#main-inner {
	margin: 40px 0 19px;
}

#main-inner {
	background: transparent url(../images/bg-main-inner-grey.png) repeat-y 600px 0px;
}

.red #main-inner,
.green #main-inner {
	background: transparent url(../images/bg-main-inner-red.png) repeat-y 600px 0px;
}

#main-inner-full {
	margin: 40px 0 19px;
}


/*	##################################
   	CONTENT
	################################## */

h1.archive-title {
	margin: 0 0 10px;
	padding: 0 0 40px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

h1.archive-title {
	background: transparent url(../images/bg-space-grey.png) no-repeat center bottom;
}

.red h1.archive-title,
.green h1.archive-title {
	background: transparent url(../images/bg-space-red.png) no-repeat center bottom;
}

.search-results .post,
.search-results .page {
	margin: 0 0 20px;
	padding: 0 0 40px;
}

.search-results .post,
.search-results .page {
	background: transparent url(../images/bg-space-grey.png) no-repeat center bottom;
}

.red.search-results .post,
.red.search-results .page,
.green.search-results .post,
.green.search-results .page {
	background: transparent url(../images/bg-space-red.png) no-repeat center bottom;
}

h2.post-title {
	font-size: 18px;
}

.single .post,
.archive .post,
.home .post,
.blog .post {
	margin: 0px;
	padding: 0 0 20px;
	background: none;
}

.single h2.post-title,
.page h2.post-title {
	margin: 0 0 10px;
	padding: 0 0 40px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.single h2.post-title,
.page h2.post-title {
	background: transparent url(../images/bg-space-grey.png) no-repeat center bottom;
}

.red.single h2.post-title,
.red.page h2.post-title,
.green.single h2.post-title,
.green.page h2.post-title {
	background: transparent url(../images/bg-space-red.png) no-repeat center bottom;
}

.search-results .page h2.post-title {
	margin: 0px;
	padding: 0 0 20px;
	background: none;
	font-weight: normal;
	text-align: left;
}

h3.comments-title,
h3.gallery-title {
	margin: 0 0 10px;
	padding: 0 0 40px;
	background: transparent url(../images/bg-space-grey.png) no-repeat center bottom;
	font-size: 14px;
	text-align: center;
}

.red h3.comments-title,
.green h3.comments-title,
.red h3.gallery-title,
.green h3.gallery-title {
	background: transparent url(../images/bg-space-red.png) no-repeat center bottom;
}

.meta-date {
	margin: 0 0 5px;
	font-size: 11px;
	font-family: "Helvetica Neue", Helvetica, Verdana, sans-serif;
	text-align: center;
}

.meta-date {
	color: #d8d8d8;
}

.red .meta-date,
.green .meta-date {
	color: #d5d3c5;
}

.meta {
	text-align: center;
}

.more-link {
	margin: 0px;
}

#welcome .more-link,
.search-results .more-link {
	margin: 0 0 20px;
	padding-top: 8px;
}

.button {
	display: block;
	float: left;
	width: auto;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	background-color: #26365A;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	clear: left;
}

.red .button {
	background: #47101a url(../images/bg-button-red.jpg) no-repeat left top;
}

.post-image {
	position: relative;
}

.post-image img {
	margin: 0 0 20px;
	z-index: 1;
}

.post-image .overlay3 {
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 2;
}

.content-space {
	height: 40px;
	margin: 0 0 20px;
	clear: both;
}

.content-space {
	background: transparent url(../images/bg-space-grey.png) no-repeat center center;
}

.red .content-space,
.green .content-space {
	background: transparent url(../images/bg-space-red.png) no-repeat center center;
}

.subpages h3 {
	position: absolute;
	top: 110px;
	left: 0px;
	width: 240px;
	height: 30px;
	line-height: 30px;
	margin: 0px;
	padding: 0 10px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	z-index: 3;
}

.subpages h3 a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}

.post-edit-link {
	clear: both;
}

#gallery {
	margin: -20px 0 0;
}


/*	##################################
   	CONTENT BOX
	################################## */

.box {
	position: relative;
	float: left;
	width: 260px;
	margin: 0 0 20px;
}

.box-alt {
	float: right;
}

.box h3 {
	margin: 0 0 10px;
}

.box img {
	margin: 0 0 10px;
	z-index: 1;
}

.box .overlay2 {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 280px;
	height: 160px;
	background: url(../images/overlay2.png) no-repeat left top;
	z-index: 2;
}

.box .overlay4 {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 280px;
	height: 160px;
	background: url(../images/overlay4.png) no-repeat left top;
	z-index: 2;
}




/*	##################################
   	PAGING
	################################## */
	
.wp-pagenavi {
	clear: both;
}

.wp-pagenavi .pages {
	width: auto;
	float: right;
}

.wp-pagenavi .current,
.wp-pagenavi a.page,
.wp-pagenavi span.extend {
	margin: 0 5px;
}

.search-results .wp-pagenavi .page {
	margin: 0 5px;
	padding: 0px;
	background: none;
}


/*	##################################
   	SIDEBAR
	################################## */

.sb-box {
	margin: 0 0 10px;
	padding: 0 0 30px;
}

.sb-box {
	background: transparent url(../images/bg-sb-box-grey.png) no-repeat center bottom;
}

.red .sb-box,
.green .sb-box {
	background: transparent url(../images/bg-sb-box-red.png) no-repeat center bottom;
}

.sb-title {
	margin: 0 0 10px;
	font-size: 13px;
	font-weight: normal;
}




/*	##################################
   	FOOTER
	################################## */

.grey #footer-wrap {
	background: url(../images/bg-footer-wrap-grey.png) repeat-x left bottom;
}

.red #footer-wrap {
	background: url(../images/bg-footer-wrap-red.png) repeat-x left bottom;
}

.blue #footer-wrap {
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #111521;
}

.green #footer-wrap {
	background: url(../images/bg-footer-wrap-green.png) repeat-x left bottom;
}

.pink #footer-wrap {
	background: url(../images/bg-footer-wrap-pink.png) repeat-x left bottom;
}

.grey #footer-wrap-inner {
	background: url(../images/bg-footer-wrap-inner-grey.jpg) no-repeat center bottom;
}

.red #footer-wrap-inner {
	background: url(../images/bg-footer-wrap-inner-red2.png) no-repeat center bottom;
}

.blue #footer-wrap-inner {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/bg-header-blue2.jpg);
}

.green #footer-wrap-inner {
	background: url(../images/bg-footer-wrap-inner-green.jpg) no-repeat center bottom;
}

.pink #footer-wrap-inner {
	background: url(../images/bg-footer-wrap-inner-pink.jpg) no-repeat center bottom;
}

.grey #footer a {
	color: #484848;
}

.red #footer a {
	color: #C8AF91;
}

.blue #footer a {
	color: #677597;
}

.green #footer a {
	color: #5C6F4C;
}

.pink #footer a {
	color: #ac597e;
}

#legal, #credits {
	position: absolute;
	bottom: 6px;
	width: 480px;
	margin: 0px;
	line-height: 40px;
}

#legal {
	left: 10px;
}

#credits {
	right: 10px;
	text-align: right;
}


/*	##################################
   	CLEARING
	################################## */

.clear {
        clear: both;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
#PhoneBox {
	text-align: center;
	color: #2A2A2A;
}
.PhoneNumber {
	color: #010857;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 34px;
	font-weight: bold;
	margin-top: 6px;
}
.PhoneNumberSmall {
	color: #010857;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-top: 6px;
}
.bbb {
	margin: 0px auto;
	text-align: center;
	width: 60px;
}
.txt10pt {
	font-size: 10px;
}
.bio-bg table {
	margin-left: auto;
	margin-right: auto;

}
.bio-bg table tr td {
	text-align: center;
}
.bio-bg {
	background-color: #F3F3F3;
	margin-top: 12px;
	margin-bottom: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 2px solid #CCCCCC;
}
.bio-bg table tr td p {
	line-height: 14px;
}
#PhoneBox-surround {
	background-color: #F7F7F7;
	border: 6px solid #D7D7D7;
	padding: 9px;
}
ul li strong {
	color: #2A2F66;
}
