/* ========================================================================================= */
/* ================================================== RESET ================================ */
/* ========================================================================================= */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, blockquote, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    border: 0 none;
    font-size: 100%;
    font-style: inherit;
    font-weight: normal;
    margin: 0;
    padding: 0;
    list-style: none;
}
body
{
    background-color: #BB7748;
}
/* ========================================================================================= */
/* ================================================== CHROME =============================== */
/* ========================================================================================= */
#topwrapper
{
    background-color: #432115;
    background-image: url(backgrounds/global/Slice_Full_Page.jpg);
    background-repeat: repeat-y;
    background-position: center;
}

#testingbottom
{
    background-image: url(backgrounds/global/Footer_Shadow.png);
    background-repeat: repeat-x;
    height: 7px;
    position: relative;
    bottom: 0px;
}
#wrapper
{
    position: relative;
    margin: 0 auto;
    width: 940px;
}

#head
{
    position: relative;
    height: 235px;
    z-index: 2;
    background: url(backgrounds/global/header.jpg) no-repeat 0 0;
}

/* -------------------------------------------------- */
/* nav */
/* -------------------------------------------------- */
#nav
{
    clear: left;
    float: left;
    width: 100%;
    position: absolute;
    top: 206px;
    font-family: Georgia, Times New Roman, serif;
    font-size: 16px;
    overflow: hidden;
}
#nav ul
{
    clear: left;
    float: left;
    list-style: none;
    margin-left: 42px;
    padding: 0;
    position: relative;
    text-align: center;
}
#nav ul li
{
    float: left;
    list-style: none;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    border-left: 1px solid #A8A8A8;
}
#nav ul li.first
{
    border-left: none;
}
#nav ul li.last
{
    border-right: none;
}
#nav ul li a
{
    display: block;
    margin: 0;
    padding: .4em .8em;
    color: #A8A8A8;
    text-decoration: none;
    line-height: .4em;
    font-size: 16px;
	font-family: Georgia, Times New Roman, serif;
}
#nav ul li a span
{
    display: block;
}
#nav ul li.active a
{
    color: #7B6C6A;
    
}
#nav ul li a:hover
{
    color: #7B6C6A;
}

/* -------------------------------------------------- */
/* END nav */
/* -------------------------------------------------- */

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

#content
{
    position: relative;
    background-image: url(backgrounds/global/Slice_Page_Gradient.jpg);
    background-repeat: repeat-x;
    min-height: 450px;
    background-color: #EAD7AC;
    padding: 42px;
}

#contentdropshadow
{
    /*background-image: url(backgrounds/global/Footer_Shadow.png);*/
    background-repeat: repeat-x;
    height: 7px;
    position: relative;
    bottom: -7px;
    width: 940px;
}

#backgroundcontentfrill
{

    background: url(backgrounds/global/Header_Frill.jpg) no-repeat 0 0;
    height: 60px;
    width: 80px;
    position: absolute;
    top: 0px;
    right: 0px;
	z-index: 1;
}
.bottomfrill
{
    position: absolute;
    bottom: -7px;
    left: 0px;
}
#contentheaders
{
    /*margin-left: 41px;*/
    position: relative;
    left: 42px;
    top: 42px;
}

#contentstuff
{
    position: relative;
    left: 28px;    
    width: 387px;
    margin-top: 27px;
}

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

#contactheader
{
	position: relative;
	margin-top: 42px;
}
#contactcontent
{
    position: relative;
    left: 28px;    
    width: 255px;
	margin-top: 27px;
	margin-bottom: 15px;
}
#contactmap
{
    position: relative;
    float: right;
    top: 30px;
    right: 5px;
}

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

/* -------------------------------------------------- */
/* About  */
/* -------------------------------------------------- */
#aboutcontainer
{
	margin-top: 27px;
}

#aboutcontentprimary
{
	float: left;
	width: 400px;
	
}

#aboutcontentsecondary
{
	float: right;
	width: 400px;
	padding-top: 25px;
}

#aboutcontentsecondary p
{
	font-size: 11px;
	color: #000;
	line-height: 13px;
}

/* -------------------------------------------------- */
/* About  */
/* -------------------------------------------------- */

a
{outline: none;}
p
{
    font-family: Arial, Times New Roman, sans-serif;
    font-size: 13px;
    color: #2D0C0B;
    line-height: 15px;
}

p.galleryp
{
    top: 37px;   
    left: 18px;
    padding-bottom: 28px;
}

a
{
    font-family: Arial Regular, Sans-Serif;
    font-size: 12px;
    color: #712F0C;
}
h1
{
    font-family: Georgia, Times New Roman, serif;
    font-size: 24px;
    color: #361515;
    position: relative;
    top: 5px;
    
}

h2
{
    font-family: Georgia Regular, Georgia, Times New Roman, serif;
    font-size: 16px;
    line-height: 19px;
    color: #603331;
    position: relative;
}


h2.mainheader2
{
    margin-top: 42px; 
}

h3
{
    font-family: Georgia Regular, Georgia, Times New Roman, serif;
    font-size: 14px;
    color: #603331;
}

.mainhero
{
    position: relative;
    float: right;
    top: 5px;
    right: 5px;
	z-index: 2;
    -moz-box-shadow: 0 0 6px 2px rgba(0,0,0, 0.45);
    -webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0, 0.45);
    box-shadow: 0 0 6px 2px rgba(0,0,0, 0.45);
}

.maincta
{
    position: relative;
    margin-top: 27px;  
}

.displace
{
    position: absolute;
    left: -5000px;
}

#cta a
{
    position: relative;
    display: block;
    width: 163px;
    height: 38px;
    background: url('buttons/Button_Sprite.png');
    left: 200px;
    top: -25px;
}

#cta a:active
{
    background-position: 0px -38px;
}




/* -------------------------------------------------- */
/* Footer */
/* -------------------------------------------------- */

#footertop
{
    background-color: #6E3411;
    height: 11px;
}

#footercontainer
{
    background-color: #BB7748;
}

#footer
{
    background-color: #BB7748;
    height: 60px;
    margin: 0 auto;
    width: 940px;
    padding-top: 15px;
    padding-left: 41px;
}

#footer a
{
    display: inline;
    /*padding: 21px 12px 17px 41px;*/
    padding-right: 12px;
    font-family: Arial Regular, Sans-Serif;
    font-size: 12px;
    color: #712F0C;
}

#footer li
{
    float: left;
}

#footer ul li.last
{
    position:relative;
    height: 20px;
    padding-left: 28px;
    background-image: url('backgrounds/global/Icon_RSSFeed.jpg');
    background-repeat:no-repeat;
    left: 8px;
}

#copyright
{
    float: left;
    padding-top: 12px;
    font-family: Arial Regular, Sans-Serif;
    font-size: 12px;
    color: #712F0C;
    padding-bottom: 40px;
}

#copyrightright
{
    text-align: right;
    padding-top: 12px;
    font-family: Arial Regular, Sans-Serif;
    font-size: 12px;
    color: #712F0C;
    padding-right: 60px;

}

#copyrightright a
{
    width: 48px;
    height: 55px;
    background: url('backgrounds/global/footer_Logo.jpg');
    left: 200px;
}

#copyrightright img
{
	position: relative;
	float: right;
	right: -20px;
	top: -30px;
}


/* -------------------------------------------------- */
/* END Footer */
/* -------------------------------------------------- */


/* -------------------------------------------------- */
/* Gallery */
/* -------------------------------------------------- */


#contentgallery
{
    position: relative;
    left: 28px;
    top: 30px;
    width: 820px;
    
}

.gallerylist li
{
    position: relative;
    left: 0;
    padding-right: 50px;
    /*padding-bottom: 36px;*/
    margin: 2px;
    float: left;
    text-align: left;
    height: 265px;
    width: 160px;
}

.gallerylist li img
{
    position: relative;
    display: inline;
    margin: 3px;
    border: 5px solid #6E3411;
    -moz-box-shadow: 0 0 8px 1px rgba(0,0,0, 0.55);
    -webkit-box-shadow: 0 0 8px 1px rgba(0,0,0, 0.55);
    box-shadow: 0 0 8px 1px rgba(0,0,0, 0.55);
}

.gallerylist li h2
{
    padding-top: 10px;
}

.gallerylist li p
{
    padding-top: 12px;
	font-size: 11px;
	line-height: 13px;
}
.gallerylist li.fourth
{
    padding-right: 0px;
}

.gallerylist li.last
{
    
    padding-right: 0px;
/*    padding-bottom: 80px; */
}

div.galleryimg
{
    position: relative;
    left: 0;
    padding-right: 50px;
    padding-bottom: 36px;
    margin: 2px;
    float: left;
    text-align: left;
    height: 180px;
    width: 160px;
    
}
div.galleryimg img
{
    position: relative;
    display: inline;
    margin: 3px;
    border: 5px solid #6E3411;
    -moz-box-shadow: 0 0 8px 1px rgba(0,0,0, 0.55);
    -webkit-box-shadow: 0 0 8px 1px rgba(0,0,0, 0.55);
    box-shadow: 0 0 8px 1px rgba(0,0,0, 0.55);
}
div.galleryimg a:hover img
{
    border: 5px solid #432115;
}

.gallerysold span
{
	width: 150px;
	height: 90px;
	display: block;
	position: absolute;
    z-index: 1;
	background: url(backgrounds/gallery/sold.png) no-repeat;
}

/*
div.gallerydesc
{
    position: relative;
    text-align: left;
    font-weight: normal;
    width: 150px;
    margin: 2px;
}
.gallerydesc p
{
	font-size: 11px;
}
*/

/* -------------------------------------------------- */
/* END Gallery */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* Modal */
/* -------------------------------------------------- */

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog {
  width:675px; 
  height:500px;
  padding:10px;
  background-color:#000;
}

#boxes .close
{
    position: absolute;
    top: 0px;
    right: 0px; 
}

/* -------------------------------------------------- */
/* END Modal */
/* -------------------------------------------------- */

/* -------------------------------------------------- */
/* Profile */
/* -------------------------------------------------- */

#profilecontent
{
	min-height: 650px;
}

#profilecontenttext
{
	position: relative;
	margin: 42px 240px 42px 20px;
	float: left;
	padding-bottom: 30px;
}

#profilecontenttext img
{
	float: left;
	margin-right: 38px;
	margin-bottom: 20px;
    -moz-box-shadow: 0 0 8px 1px rgba(0,0,0, 0.45);
    -webkit-box-shadow: 0 0 8px 1px rgba(0,0,0, 0.45);
    box-shadow: 0 0 8px 1px rgba(0,0,0, 0.45);
}
#profilecontent h2
{
}

#profilecontent p
{
	margin: 20px 0px 0px 0px;
}

#profilecontent ul
{
    margin-top: 30px;
}
#profilestats
{
    background: url('backgrounds/profile/Profile_RR_Bottom.jpg') no-repeat right bottom;
	float: right;
	position: absolute;
	top: 50px;
	right: 36px;
	width: 207px;
	min-height: 200px;
    padding-bottom: 80px;	
	z-index: 2;
    -moz-box-shadow: 0 0 8px 1px rgba(0,0,0, 0.45);
    -webkit-box-shadow: 0 0 8px 1px rgba(0,0,0, 0.45);
    box-shadow: 0 0 8px 1px rgba(0,0,0, 0.45);
}

#profilestats .sidebar
{
    padding: 0;
    }
#profilestats img
{
    
}
#profilestatscontent
{
    padding-top: 10px;
    margin-left: 35px;
    margin-bottom: 15px;
	margin-right: 15px;
}

#profilestatscontent h2
{
    margin-top: 20px;
    color: #562E2C;
}

#profilestatscontent p
{
    margin-top: 6px;
}

#profilecta a
{
    position: relative;
    display: block;
    width: 153px;
    height: 38px;
    background: url('buttons/Profile_Button.png');
    top: 50px;
}

#profilecta a:active
{
    background-position: 0px -38px;
}

.gallerylist li.profilegalleryitem
{
    height: 0px;
	padding-bottom: 80px;
}
/* -------------------------------------------------- */
/* END Profile */
/* -------------------------------------------------- */

/* -------------------------------------------------- */
/* Galleria */
/* -------------------------------------------------- */


.contentgalleria{color:#eee;font:14px/1.4 "helvetica neue", arial,sans-serif;width:620px; margin:20px auto}
#gallery{height:400px;width:620px;}


/* -------------------------------------------------- */
/* END Galleria */
/* -------------------------------------------------- */


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

#container {
	float: left;
	margin: 0 -240px 20px 0;
	width: 100%;
}

#blogcontent {
	margin: 0 280px 36px 0px;
}

#primary,
#secondary {
    background: url("backgrounds/global/Slice_Page_Gradient.jpg") repeat-x scroll 0 -40px #EAD7AC;
	float: right;
	overflow: hidden;
	width: 200px;
	position: absolute;
    right: 20px;
}
#secondary {
	clear: right;
}

.hentry {
	margin: 0 0 34px 0;
}
.entry-title{font-size: 28px;}
.post{border-color: Green; border-bottom-width: 5px;}
#blogcontent p,
#blogcontent ul,
#blogcontent ol,
#blogcontent dd,
#blogcontent pre,
#blogcontent hr {
	margin-bottom: 24px;
}
#blogcontent pre,
#blogcontent kbd,
#blogcontent tt,
#blogcontent var {
	font-size: 15px;
	line-height: 21px;
}
#blogcontent code {
	font-size: 13px;
}
#blogcontent dt,
#blogcontent th {
	color: #000;
}
#blogcontent h1,
#blogcontent h2,
#blogcontent h3,
#blogcontent h4,
#blogcontent h5,
#blogcontent h6 {
	
	margin: 0 0 20px 0;
}
#blogcontent table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#blogcontent tr th,
#blogcontent thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#blogcontent tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#blogcontent tr.odd td {
	background: #f2f7fc;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	padding-left: 10px;
}
.page-title a:link,
.page-title a:visited {
	
	
}
.page-title a:active,
.page-title a:hover {
	text-decoration: underline;
}
#content .entry-title {
	color: #361515;
	font-size: 21px;
	margin-bottom: 10px;
}
.entry-title a:link,
.entry-title a:visited {
	color: #361515;
	text-decoration: none;
	font-size: 21px;
	font-family: Georgia, Times New Roman, serif;
}
.entry-title a:active,
.entry-title a:hover {
	text-decoration: underline;
}
.entry-meta {
	color: #2D0C0B;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-utility
{
background: url("backgrounds/blog/blog_divider.jpg") no-repeat 35px 70px;
height: 90px;
width: 850px;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 25px 0 0 30px;
}

/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
	padding-top: 10px;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 132px;
        margin-right: 15px;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}

#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}

input.searchsubmit {
width:81px;
height:30px;
overflow:hidden;
text-indent:-999px; /* To remove any default text on the button*/
line-height:16px; /* required for safari */
background:url(buttons/Button_Search_Sprite.png) no-repeat 0 0; /* This will display the search icon by default */
cursor:pointer; /* Hand cursor for the normal state */
border:none;
padding: 0px;

}
input.searchsubmit:active{
background-position: 0px -30px; /* And finally, this is the one that shows the loader */
}
input::-moz-focus-inner {border:0;}
/* =Navigation
-------------------------------------------------------------- */
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
        display: none;
}
/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	width: 600px;
	margin: 24px 0;
	/*overflow: hidden;*/
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #666;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

/* -------------------------------------------------- */
/* END Blog/Wordpress */
/* -------------------------------------------------- */