/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ 
 display:block !important;
 }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf, .comment-respond {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after, .comment-respond:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/******************************************************************
Typography
******************************************************************/

p {
  -ms-word-break: break-all;
  -ms-word-wrap: break-all;
  word-break: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig"; }

/******************************************************************

Grid Stylesheet

******************************************************************/
.last-col {
  float: right;
  padding-right: 0; }

  .d-all {
    float: left;
    padding-right: 0.75em;
    width: 100%; }

  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }

  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }

  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }

  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }

  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; }

  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%; }

  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%; }

  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%; }

  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%; }

  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%; }

  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%; }

  .d-2of7 {
    float: left;
    padding-right: 18px;
    padding-left: 18px;
    width: 35%; }

  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%; }

  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%; }

  .d-5of7 {
    float: left;
    padding-right: 18px;
    width: 627px; }

  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%; }

  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%; }

  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%; }

  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%; }

  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.09090909091%; }

  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%; }

/******************************************************************
Alert Styles
******************************************************************/
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

/******************************************************************
Button Styles
******************************************************************/

.blue-btn, .comment-reply-link, #submit {
  display: inline-block;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: white;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out; }
  .blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
    color: white;
    text-decoration: none; }
  .blue-btn:active, .comment-reply-link:active, #submit:active {
    top: 1px; }

/*********************
GENERAL STYLES
*********************/

html {
    position: relative;
    min-height: 100%;
}

body {
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #e1d0a5;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased; 
  text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
  padding: 0;
  margin: 0;
  height: 100%;}

/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 965px;
  margin: 0 auto; 
  background: #221f1f;}
  
#inner-content {}

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #ffffff;
  /* on hover */
  /* on click */
  /* mobile tap color */ 
  text-decoration: none;}
  
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #ffffff; 
    text-decoration: none;}
    
  a:link, a:visited:link {
    /*
    this highlights links on iPhones/iPads.
    so it basically works like the :hover selector
    for mobile devices.
    */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: 500;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */ }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }

h1, .h1 {
  font-size: 1.4em;
  line-height: 1em; 
  font-family: 'Enriqueta', serif; 
  color: #ffffff; }

h2, .h2 {
  font-size: 1.5em;
  line-height: 1.4em;
  margin-bottom: 0.375em; 
  color: #ffffff; }

h3, .h3 {
  font-size: 1.125em; 
  color: #ffffff; }

h4, .h4 {
  font-size: 1.3em;
  font-weight: 300; 
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase; 
  letter-spacing: 4px; 
  line-height: 1em;
  color: #a9926f; }

h5, .h5 {
  font-size: 1em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 5px; 
  color: #e1d0a5; }
  
/*********************
HEADER STYLES
*********************/

#home-content {
	width: 965px;
	height: 460px;
	background: #221f1f;
	position: absolute;
	margin: -230px 0 0 -492.5px;
	top: 50%;
	left: 50%;}

#home-content-left {
	width: 482px;
	height:460px;
	overflow: hidden;
	float: left;
	padding: 15px;
	}
	
#home-text {
	padding: 0 15px;}
	
#home-text p{
	line-height: 1.2em;
	font-family: times;
	font-size: 0.8em;
	color: white;
	word-break:keep-all;
	margin-top: 0;}

#home-text h1{
	padding: 7px 30px; 
	color: #cdc4a6;
	font-size: 1em;
	line-height: 1.5em;
	margin: 0;}

#home-content-right {
	float:right;}

/*********************
HEADER STYLES
*********************/
.header {
	background-color: #221f1f;
	font-family: Arial Black, sans-serif;
	font-size: 0.75em;
	min-width: 960px;}
  
#header-right{
	float:right;
	text-align: right;
	padding-right: 18px;}
	
#header-phone{
	display: inline-block;
	color: #929287;
	padding: 0.5em 1em;}

#header-social{
	display: inline-block;
	color: #929287;
	padding:6px;
	height: 18px;}
	
#header-social .widget{
	padding: 0;
	margin: 0;}
	
#header-social .social-icons-widget ul{
	margin: 0;
	height: 18px;}

#header-social .social-icons-widget ul li{
	margin: 0 10px 0 0;
	height: 18px;}

#header-login{
	display: inline-block;
	background-color: #e1d0a5;
	color: white;	
	width: 165px;
	text-align: center;}

#header-login ul{
	float: none;
	padding: 0;}
	
#header-login ul li{
	float: none;
	padding: 0;}
	
#header-login ul li a{
	padding: 0.5em 3em;
	color: #3b3731;}

#header-title {
	float: left;
	width: 455px;
	margin: 18px 36px;
	}
	
#header-search {
	width: 420px;
	height: 30px;
	margin: 15px 0;
	text-align: right;
	display: inline-block;
	}
	
#header-search h5{
	line-height: 1em;
	margin: 7px;
	display: inline-block;
	}
	
#search-text {
	width: 270px;
	border: none;
	height: 30px;
	padding: 8px;
	margin: 0;
	display: inline-block;
	}
	
#searchsubmit {
	background:url('../img/search.jpg') no-repeat;
    cursor:pointer;
    width: 30px;
    height: 30px;
    border: none;
    float:right;
    display: inline-block;
    }

.article-header {
	background: #524837; 
	text-transform: uppercase; 
	min-height: 60px;
	
	}

.article-header h1{
	text-transform: uppercase; 
	letter-spacing: 4px;}
	
.article-header h3{
	margin: 0;}
	
/*********************
HEADER TOP STYLE
*********************/

#header-top {
	width: 965px;
	height: 188px;
	margin-top: 36px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0;
	background: #221f1f;}
	
#header-top-logo {
	float: left;
	height: 188px;}
	
#header-top-img {
	/*float: right;*/
	height: 188px;}
	
#header-top-img img{
	border: 0; }

/*********************
NAVIGATION STYLES
*********************/

.nav {
	float: left;
	border-bottom: 0;
	margin: 0;}
	
.nav li {
	}
	
.nav li a {
	display: block;
	color: #d7d1c4;	
	text-decoration: none;
	padding: 0.5em 1em;}
	
.nav li ul.sub-menu li a,
.nav li ul.children li a {
	padding-left: 30px; }

.nav ul {
	margin-top: 0; }

.nav li {
	float: left;
	position: relative;}
	
.nav li a:hover, .nav li a:focus {
	color: white;
	text-decoration: none; }
    
.nav li ul.sub-menu,
.nav li ul.children {
	margin-top: 0;
	border: none;
	border-top: 0;
	position: absolute;
	overflow: hidden;
	visibility: hidden;
	z-index: 8999;}
	
.nav li ul.sub-menu li,
.nav li ul.children li {
	background: #524837;
    }

.nav li ul.sub-menu li a,
.nav li ul.children li a {
	padding-left: 10px;
	border-right: 0;
	display: block;
	width: 180px;
	border-bottom: 1px solid #413829; }
          
.nav li ul.sub-menu li:last-child a,
.nav li ul.children li:last-child a {
    border-bottom: 0; }
      
.nav li:hover ul {
	top: auto;
	overflow: visible;
	visibility: visible; }  
	
#header-login ul li ul {
	padding: 10px;
	background: #524837;
	width: 165px;}
	
#header-login #user_pass.input,
#header-login #user_login.input{
	width: 145px;
	border: 0; }

#header-login input[type=submit] {
	width: 145px;
	border: 0; 
	background: #a9926e;
	color: white;
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing:3px;
	}
	
#header-login label {
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-size: 1.2em;
	line-height: 1.5;
	color: #e1d0a5;
	}
	
#header-login .sub-menu a{
	padding: 10px 0;
	width:145px;
	color: #e1d0a5;}

/* end .nav */
/*********************
POSTS & CONTENT STYLES
*********************/
#content {
	padding: 0 0 66px 0;}
  
#home-bg-content {
	color: #e8d5b0;
	margin: 2px 0 0 0;
	position: fixed;
	z-index: -100;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 1.5em;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: justify;
	background: white;
	line-height: 1.2em;
	}
	
#bg-content {
	color: #e8d5b0;
	margin:-248px 0 0 0;
	position: fixed;
	z-index: -100;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 1.5em;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: justify;
	background: white;
	line-height: 1.2em;
	}

.hentry {
  background-color: #393021;
  margin-bottom: 18px;
  margin-top: 18px;
  border: none; }
  .hentry header {
    border-bottom: 1px solid #221f1f;
    padding: 1.5em; }
  .hentry footer {
    padding: 1.5em;
    border-top: 1px solid #221f1f; }
    .hentry footer p {
      margin: 0; }
	  
.entry-content-fullwidth {
	background: #393021;
	padding: 18px;
	margin: 18px;
}

/* end .hentry */
.single-title,
.page-title,
.entry-title {
  margin: 0; }

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #a9926e;
  font-style: italic;
  margin: 0; }

/* entry content */
.entry-content {
  padding: 1.5em 1.5em 0;
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */ }
  .entry-content p {
    margin: 0 0 1em; }
  .entry-content table {
    width: 100%;
    border: 1px solid #221f1f;
    margin-bottom: 1.5em; }
    .entry-content table caption {
      margin: 0 0 7px;
      font-size: 0.75em;
      color: #a9926e;
      text-transform: uppercase;
      letter-spacing: 1px; }
  .entry-content tr {
    border-bottom: 1px solid #221f1f; }
    .entry-content tr:nth-child(even) {
      background-color: #221f1f; }
  .entry-content td {
    padding: 7px;
    border-right: 1px solid #221f1f; }
    .entry-content td:last-child {
      border-right: 0; }
  .entry-content th {
    background-color: #221f1f;
    border-bottom: 1px solid #221f1f;
    border-right: 1px solid #221f1f; }
    .entry-content th:last-child {
      border-right: 0; }
  .entry-content blockquote {
    margin: 0 0 1.5em 0.75em;
    padding: 0 0 0 0.75em;
    border-left: 3px solid #221f1f;
    font-style: italic;
    color: #a9926e; }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #ffffff;
    margin-bottom: 1.5em; }
  .entry-content img {
    margin: 0 0 1.5em 0;
    max-width: 100%;
    height: auto; }
  .entry-content .size-auto,
  .entry-content .size-full,
  .entry-content .size-large,
  .entry-content .size-medium,
  .entry-content .size-thumbnail {
    max-width: 100%;
    height: auto; }
  .entry-content pre {
    background: #a9926e;
    color: #221f1f;
    font-size: 0.9em;
    padding: 1.5em;
    margin: 0 0 1.5em;
    border-radius: 3px; }
  .entry-content ul{
    	list-style-position: inside;
  		padding: 0;
  		list-style-type: disc;
  		padding-left: 1em;
    	}
  .entry-content ol{
    	list-style-position: inside;
  		padding: 0;
  		list-style-type: decimal;
  		padding-left: 1em;
    	}

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */ }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
.tags {
  margin: 0; }

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 1.5em 0; }

.pagination {
  text-align: center; }
  .pagination ul {
    display: inline-block;
    background-color: white;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border-radius: 3px; }
  .pagination li {
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
    border-right: 1px solid #221f1f; }
  .pagination a, .pagination span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1em;
    font-size: 1em;
    font-weight: normal;
    padding: 0.75em;
    min-width: 1em;
    display: block;
    color: #221f1f; }
    .pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
      background-color: #221f1f;
      color: white; }
  .pagination .current {
    cursor: default;
    color: #a9926e; }
    .pagination .current:hover, .pagination .current:focus {
      background-color: white;
      color: #a9926e; }

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left; }
.wp-prev-next .next-link {
  float: right; }

/* end .wp-prev-next */

/******************************************************************
SEARCH PAGE STYLE
******************************************************************/

.search-page {
	float: left;
    padding: 18px 18px 0 18px;
    width: 100%;}
    
.search-page img {
	float: left;}

.search-page article {
	margin-left: 230px;}
	
.search-page .hentry {
	margin-top: 0;}
	
/******************************************************************
ABOUT SINGLE PAGE STYLE
******************************************************************/

#about-img {
	width: 302px;
	height: 302px;
	margin-bottom: 18px;}
	
.about-sidebar {
    margin-top: 18px; }

.about-sidebar .widgettitle {
    height:55px;
    margin: 0; 
    padding: 18px;
    background: #393021;}

.about-sidebar .widget {
    background:#524837; 
    margin-bottom: 18px;
    border-bottom: 6px solid #393021;}
    
.about-sidebar .widget img{
    float: left; 
    margin-right: 18px;}
    
.about-sidebar .widget p{
    font-size: 0.9em;
    margin: 0;
    padding:0;}
    
.about-sidebar .widget ul{
    margin: 18px; }
    
.about-sidebar .widget ul li {
    padding: 18px 0 18px 18px;
	border-bottom: 1px solid #6a5d45;}
		
.about-sidebar .widget ul li:last-child {
    padding: 18px 0 0 18px;
	border-bottom: 0px;}
		
.about-sidebar .widget ul li:first-child {
    padding: 0 0 18px 18px;}
      
.about-sidebar .widget ul li ul {
    /* margin-top: 0.75em;*/
    padding-left: 1em;}

#about-content-title {
	margin-bottom: 18px;
	padding-bottom: 9px;
	border-bottom: 1px solid #6a5d45;}

#about-content-title h5{
	color: #a9926e;
	line-height: 2em;
	margin: 0;
	padding:0;
	font-size: 0.9em;
	letter-spacing: 2px;
	text-transform: none; }
	
#about-addition-title {
	margin-bottom: 5px;
	border-bottom: 1px solid #6a5d45;
	padding: 0 0 9px 30px;
	background: url('../img/list-icon-2.png') no-repeat top left;}
	
#about-addition-title h1{
	color: #a9926f;
	line-height: 1.5em;
	margin: 0;
	padding:0;
	font-size: 1em;
	letter-spacing: 5px;
	text-transform: uppercase; }
	
#about-addition-content {
	margin-bottom: 18px;}
	
#about-addition-content ul{
	padding: 0;
	margin: 0;}

#about-addition-content li{
	list-style: none;
	padding: 5px 0;
	border-bottom: 1px solid #534530;}	
	
#about-addition-content li:first-child{
	list-style: none;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #534530;}

#about-addition-content li:last-child{
	list-style: none;
	padding: 5px 0 0 0;
	border-bottom: 0px solid #534530;}
	
/******************************************************************
OUR WORK DETAIL PAGE
******************************************************************/

#our-work-title {
	min-height: 55px;
	margin: 18px 0 0 0 ;
	padding: 11px 18px;
	background: #393021;
	font-size: 1.3em;
	color: #fff;}
	
.our-work-entry-content {
	padding: 1.5em;}

.our-work-project-detail-title, .our-work-units-detail-title{
	margin-bottom: 10px;
	border-bottom: 1px solid #6a5d45;
	padding: 0 0 9px 30px;
	background: url('../img/list-icon-2.png') no-repeat top left;
	}
	
.our-work-project-detail-title h1, .our-work-units-detail-title h1{
	color: #a9926f;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	font-size: 1em;
	letter-spacing: 5px;
	text-transform: uppercase;
	font-family: 'Enriqueta', serif;
	}

.our-work-project-detail-content li{
	list-style: none;
	padding: 7px 0;
	border-bottom: 1px dotted #534530;
	}
	
.our-work-project-detail-content li:first-child{
	list-style: none;
	padding: 0 0 7px 0;
	border-bottom: 1px dotted #534530;
	}
	
.our-work-project-detail-content li:last-child{
	list-style: none;
	padding: 7px 0 0 0;
	border-bottom: 0px solid #534530;
	}
	
.our-work-project-detail-content #ow-attr{
	width: 15%;
	float: left;
	}
	
.our-work-project-detail-content #ow-value{
	width: 85%;
	color: #ffffff;
	}

.our-work-units-detail-content{
	color: #ffffff;
	text-align: left;
	}

.our-work-units-detail-content li{
	list-style: none;
	padding: 7px 0;
	border-bottom: 1px dotted #534530;
	}

.our-work-units-detail-content li:first-child{
	list-style: none;
	padding: 0 0 7px 0;
	border-bottom: 1px dotted #534530;
	}
	
.our-work-units-detail-content li:last-child{
	list-style: none;
	padding: 7px 0 0 0;
	border-bottom: 0px solid #534530;
	}
	
.our-work-units-detail-content .attr{
	color: #e1d0a5;
	}

.our-work-units-detail-content #project-units{
	width: 10%;
	display: inline-block;
	}

.our-work-units-detail-content #project-type{
	width: 25%;
	display: inline-block;
	}

.our-work-units-detail-content #project-area{
	width: 55%;
	display: inline-block;
	}
	
/******************************************************************
LOGO SINGLE PAGE STYLE
******************************************************************/

#logo-content{
	background: #524837;
	height: 200px;
	clear: both;
}

#logo-content-text{
	margin-left: 200px;
	padding: 18px;
}

#logo-content-text h3{
	margin: 0;
	color: #e1d0a5; 
}

#sidebar-content p{
	font-size: 100%;
	line-height: 1.5;
	color: #e1d0a5;
	-webkit-font-smoothing: antialiased;
	padding:18px 18px 0 18px;
	display:inline-block;
}

/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments-title {
  padding: 0.75em;
  margin: 0;
  border-top: 1px solid #221f1f;
  /* number of comments span */ }

.commentlist {
  margin: 0;
  list-style-type: none; }

.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  border-bottom: 1px solid #221f1f;
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */ }
  .comment .comment-author {
    padding: 7px;
    border: 0; }
  .comment .vcard {
    margin-left: 50px; }
    .comment .vcard cite.fn {
      font-weight: 700;
      font-style: normal; }
    .comment .vcard time {
      display: block;
      font-size: 0.9em;
      font-style: italic; }
      .comment .vcard time a {
        color: #a9926e;
        text-decoration: none; }
        .comment .vcard time a:hover {
          text-decoration: underline; }
    .comment .vcard .avatar {
      position: absolute;
      left: 16px;
      border-radius: 50%; }
  .comment:last-child {
    margin-bottom: 0; }
  .comment .children {
    margin: 0;
    /* variations */
    /* change number for different depth */ }
  .comment[class*=depth-] {
    margin-top: 1.1em; }
  .comment.depth-1 {
    margin-left: 0;
    margin-top: 0; }
  .comment:not(.depth-1) {
    margin-top: 0;
    margin-left: 7px;
    padding: 7px; }
  .comment.odd {
    background-color: white; }
  .comment.even {
    background: #221f1f; }

/* comment meta */
/* comment content */
.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

/* end .commentlist .comment_content */
/* comment reply link */
.comment-reply-link {
  font-size: 0.9em;
  float: right; }

/* end .commentlist .comment-reply-link */
/* edit comment link */
.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9em; }

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.comment-respond {
  padding: 1.5em;
  border-top: 1px solid #221f1f; }

#reply-title {
  margin: 0; }

.logged-in-as {
  color: #a9926e;
  font-style: italic;
  margin: 0; }
  .logged-in-as a {
    color: #a9926e; }

.comment-form-comment {
  margin: 1.5em 0 0.75em; }

.form-allowed-tags {
  padding: 1.5em;
  background-color: #221f1f;
  font-size: 0.9em; }

/* comment submit button */
#submit {
  float: right;
  font-size: 1em; }

/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em; }

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

/* no comments */
.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul li {
  /* deep nesting */ }

.no-widgets {
  background-color: white;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 2px;
  margin-bottom: 1.5em; }

/*********************
FOOTER STYLES
*********************/
.footer {
	background-color: #221f1f;
	font-family: 'Kreon', serif;
	text-transform: uppercase;
	font-size: 0.65em;
	min-width: 960px;
	letter-spacing: 1px;
	position: absolute;
    left: 0;
    bottom: 0;
    height: 30px;
    width: 100%;
	text-align:center
	}

.footer .copyright{
	color: #ffffff;
	float: left;
	width: 90%;
	height: 18px;
	margin: 6px;}
	
.footer .copyright a{
	color: #ffffff;
	text-decoration: none}

#footer-right{
	float:right;
	text-align: right;}

#footer-social{
	display: inline-block;
	color: #ffffff;
	padding:6px;
	height: 18px;}
	
#footer-social .widget{
	padding: 0;
	margin: 0;}
	
#footer-social .social-icons-widget ul{
	margin: 0;
	height: 18px;}

#footer-social .social-icons-widget ul li{
	margin: 0 10px 0 0;
	height: 18px;}

/* end .footer-links */


  /*********************
  SIDEBARS & ASIDES
  *********************/
  .sidebar {
    margin-top: 18px; }

  .sidebar .widgettitle {
    height:55px;
    margin: 0; 
    padding: 18px;
    background: #393021;}

  .sidebar .widget {
    background:#524837; 
    margin-bottom: 18px;
    border-bottom: 6px solid #393021;}
    
    .sidebar .widget ul{
    margin: 18px; }
    
    .sidebar .widget ul li {
      	padding: 10px 0 10px 30px;
		border-bottom: 1px solid #6a5d45;
		background:url('../img/list-icon.png') no-repeat center left;}
		
	.sidebar .widget ul li:last-child {
      	padding: 10px 0 0 30px;
		border-bottom: 0px;}
		
	.sidebar .widget ul li:first-child {
      	padding: 0 0 10px 30px;
      	background:url('../img/list-icon.png') no-repeat top left;
		}
      
      .sidebar .widget ul li ul {
       /* margin-top: 0.75em;*/
        padding-left: 1em; }
		
#ar-map a{
	color: #1C1919 !important;
}
.elfinder-cwd-wrapper, .elfinder-cwd-wrapper-list, .elfinder-workzone, #elfinder, .elfinder-navbar{
height: auto !important;
}
  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  .footer-links ul li {
    /*
    be careful with the depth of your menus.
    it's very rare to have multi-depth menus in
    the footer.
    */ }

  /* end .footer-links */ 


/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
 /* * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }*/
  #home-bg-content {
  	display: none;
  }
  
  #bg-content {
  	display: none;
  }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  /*.sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } */}