

body{color:#000;}

.wrap-section{background-color: #fff;overflow: hidden;}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
 
    font-family: times new roman;
   
}

input, button, select, textarea{color:#000;}

select{color:#000; width: 100%;}

img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    color: #000000;
   
}

.form-control:focus {
    border-color: #f8f0db;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(248, 240, 219, 0.6);
    outline: 0 none;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.gallery-caption {}
.bypostauthor {}
.sticky {}


/**
*
* Body Background
*
**/

body{
background-color: #f8f0db;
font-family: verdana,arial,tahoma;

}



a {
    color: rgb(210, 172, 103);
    text-decoration: none;
}

a:hover, a:focus{
    color: rgb(210, 172, 103);
    text-decoration: underline;
}

.site-logo {
    padding: 20px 20px 25px;
}
.site-logo a {
    font-family: times new roman;
    font-size: 56px;
  
}


/**
*
* Header Section
*
**/

.site-header{background-color: rgba(255, 255, 255, 0.75)}

.header-contents{
	background-color: #000;
}

.site-description {
    color: #ffffff;
    font-size: 20px;
    line-height: 0;
    margin: 0 0 20px;
    padding: 0 0 30px;
}
/**
*
* Navigation
*
**/
.navbar {
    background: url("../images/nav-bg.jpg") repeat-x scroll 0 0 #000000;
    border: 0 none;
    border-radius: 0;
    margin:0px;
}

.navbar .alert{margin-top:10px;margin-bottom:10px;}

.navbar-default .navbar-nav > li > a {
    color: #d2ac67;
    border-right:1px solid #282828;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    
     color: #d2ac67;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #d2ac67;
  
}

.navbar-default .navbar-toggle {
    border-color: #ffffff;
    
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #d2ac67;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
 background: #000000; /* Old browsers */
background: -moz-linear-gradient(top,  #000000 0%, #454545 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(99%,#454545)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #000000 0%,#454545 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #000000 0%,#454545 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #000000 0%,#454545 99%); /* IE10+ */
background: linear-gradient(to bottom,  #000000 0%,#454545 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#454545',GradientType=0 ); /* IE6-9 */
color:#d2ac67;
}


.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
background: #000000; /* Old browsers */
background: -moz-linear-gradient(top,  #000000 0%, #454545 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(99%,#454545)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #000000 0%,#454545 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #000000 0%,#454545 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #000000 0%,#454545 99%); /* IE10+ */
background: linear-gradient(to bottom,  #000000 0%,#454545 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#454545',GradientType=0 ); /* IE6-9 */
color:#d2ac67;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #000;
}


/*.navbar ul{list-style: none;margin:0px;}
.navbar ul li {
    
    display: inline-block;
   
}
.navbar ul > li a{color:#d2ac67;}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #d2ac67;
}
.navbar-default .navbar-nav > li > a {
    color: #d2ac67;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #d2ac67;
    color: #fff;
}*/

/**
*
* Main Content
*
**/
.main-content {
   
}



/* =WordPress Post Section
-------------------------------------------------------------- */
article.post{margin-bottom:0px;background-color: #fff;padding:40px 0 0 5px;-ms-word-wrap: break-word;
word-wrap: break-word;}
article.post h1{margin:0px;padding:0px;}
article.post .entry-content{}
article.page{background-color: #fff;padding:40px 0 0 5px;}



/**
*
* Sidebar
*
**/

#calendar_wrap{width:100%;}
.sidebar {
    float: right;
    padding: 25px;
}
.sidebar h5.widget-title {
    color: #ffffff;
    font-family: arial;
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 20px;
    text-transform: capitalize;
}

  
.sidebar .widget {
    -webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;  
margin-bottom: 35px;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    padding: 15px;
  
}
.sidebar .widget.widget_search input[type="text"]{width:100%;}
.sidebar .widget.widget_search input[type="submit"] {background: #d3cc54; /* Old browsers */
background: -moz-linear-gradient(top,  #d3cc54 0%, #ccc54e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3cc54), color-stop(100%,#ccc54e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d3cc54 0%,#ccc54e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d3cc54 0%,#ccc54e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d3cc54 0%,#ccc54e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #d3cc54 0%,#ccc54e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3cc54', endColorstr='#ccc54e',GradientType=0 ); /* IE6-9 */
border:0px;
color:#000;
   margin-top: 5px;
    padding: 2px 10px 4px;
}
.sidebar ul{ list-style: none;padding:0px;}


.sidebar .widget select{color:#000;width:100%;}
.sidebar .wp-caption {color:#000;}

/**
*
* Footer Widgets
*
**/
.footer-sidebar ul ul,.footer-sidebar ol ul,.footer-sidebar ul ol,.footer-sidebar ol ol {
    margin-bottom: 0;
    padding: 0;
}


#searchform input#searchsubmit{margin-top:5px;}

/**
*
* Theming Comment Section
*
**/
#commentform textarea {
    clear: both;
    width: 100%;
}


/**
*
* Previous/Next Posts
*
**/
ul.prev-next-posts {
    list-style: outside none none;
    padding: 17px 0px 17px 0px;
}
ul li.next{float:right;font-weight: bold;}
ul li.previous{float:left;font-weight: bold;}


/**
* Table Styling
**/

table {
background: #fff;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
border: 1px solid #ddd;
margin:auto;
  }

 table thead, table tfoot { background: #f5f5f5; }
 table thead tr th,
 table tfoot tr th,
 table tbody tr td,
 table tr td,
 table tfoot tr td { font-size: 12px; line-height: 18px; text-align: left; }
 table thead tr th,
 table tfoot tr td { padding: 8px 10px 9px; font-size: 14px; font-weight: bold; color: #222; }
 table thead tr th:first-child, table tfoot tr td:first-child { border-left: none; }
 table thead tr th:last-child, table tfoot tr td:last-child { border-right: none; }

      table tbody tr.even,
      table tbody tr.alt { background: #f9f9f9; }
      table tbody tr:nth-child(even) { background: #f9f9f9; }
      table tbody tr td { color: #333; padding: 9px 10px; vertical-align: top; border: none; }




/* calendar widget */
.widget_calendar {}
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; color: #333; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }


ul,
ol {
    margin: 0 0 24px;
    padding: 0 0 0 30px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
}

ul.edit-catagory {
    border-bottom: 1px solid #f8f0db;
    border-top: 1px solid #f8f0db;
    display: inline-block;
    list-style: outside none none;
    padding: 8px 0;
    width: 100%;
    margin:0px;
}
ul.edit-catagory li{float:left;margin:0px 15px 0px 0px;}


/**
*
* Dropdown menus
*
**/
#cssmenu {
  padding: 0;
  margin: 0;
  border: 0;
  width: auto;
}
#cssmenu ul,
#cssmenu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu ul {
  position: relative;
  z-index: 597;
}
#cssmenu ul li {
  float: left;
  min-height: 1px;
  vertical-align: middle;
}
#cssmenu ul li.hover,
#cssmenu ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
#cssmenu ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}
#cssmenu ul ul li {
  float: none;
}
#cssmenu ul ul ul {
  top: 0;
  left: 190px;
  width: 190px;
}
#cssmenu ul li:hover > ul {
  visibility: visible;
}
#cssmenu ul ul {
  bottom: 0;
  left: 0;
}
#cssmenu ul ul {
  margin-top: 0;
}
#cssmenu ul ul li {
  font-weight: normal;
}
#cssmenu a {
  display: block;
  line-height: 1em;
  text-decoration: none;
}
/* Custom CSS Styles */
#cssmenu {
  background: #333333;
  border-bottom: 4px solid #1b9bff;
  font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif;
  font-size: 12px;
}
#cssmenu > ul {
  *display: inline-block;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu ul {
  text-transform: uppercase;
}
#cssmenu ul ul {
  border-top: 4px solid #1b9bff;
  text-transform: none;
  min-width: 190px;
}
#cssmenu ul ul a {
  background: #1b9bff;
  color: #ffffff;
  border: 1px solid #0082e7;
  border-top: 0 none;
  line-height: 150%;
  padding: 16px 20px;
  font-size: 12px;
}
#cssmenu ul ul ul {
  border-top: 0 none;
}
#cssmenu ul ul li {
  position: relative;
}
#cssmenu ul ul li:first-child > a {
  border-top: 1px solid #0082e7;
}
#cssmenu ul ul li:hover > a {
  background: #4eb1ff;
  color: #ffffff;
}
#cssmenu ul ul li:last-child > a {
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-box-shadow: 0 1px 0 #1b9bff;
  -webkit-box-shadow: 0 1px 0 #1b9bff;
  box-shadow: 0 1px 0 #1b9bff;
}
#cssmenu ul ul li:last-child:hover > a {
  -moz-border-radius: 0 0 0 3px;
  -webkit-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#cssmenu ul ul li.has-sub > a:after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
}
#cssmenu ul li:hover > a,
#cssmenu ul li.active > a {
  background: #1b9bff;
  color: #ffffff;
}
#cssmenu ul li.has-sub > a:after {
  content: '+';
  margin-left: 5px;
}
#cssmenu ul li.last ul {
  left: auto;
  right: 0;
}
#cssmenu ul li.last ul ul {
  left: auto;
  right: 99.5%;
}
#cssmenu a {
  background: #333333;
  color: #CBCBCB;
  padding: 0 20px;
}
#cssmenu > ul > li > a {
  line-height: 48px;
  font-size: 12px;
}




/* Comments
------------------------*/
.comments-area {
    background: #f6f6f6;
    margin-bottom: 60px;
    padding: 0 30px 48px;
}

.comments-area ol, .comments-area ul{list-style: none;}

#comments-title,
#reply-title {
    background: #000;
    color:#fff;
    margin-left: -30px;
    margin-right: -30px;
    padding: 24px 30px;
    text-align: center;
}

.comment-list,
.no-comments,
.comment-form {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
}

.comment-list {
    list-style: none;
    margin-bottom: 60px;
    margin-top: 60px;
    padding-left: 0;
}

.comment-list .children {
    list-style: none;
    margin: 0;
    padding-left: 45px;
}

.depth-3 .children {
    padding-left: 0;
}

.comment-body {
    border-top: 2px solid #dadada;
    padding-top: 24px;
}

.comment-list > li:first-child .comment-body {
    border-top: 0;
    padding-top: 0;
}

.comment-meta {
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 24px;
    padding-left: 90px;
    position: relative;
}

.comment-meta a {
    text-decoration: none;
}

.comment-meta .avatar {
    border-radius: 2px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
}

.comment-meta .fn {
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
}

.comment-meta .post-author {
    background: #aeb0b1;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: normal;
    line-height: 1.5;
    margin-left: 5px;
    padding: 3px 5px;
    text-transform: uppercase;
    vertical-align: middle;
}

.comment-metadata {
    color: #aeb0b1;
    font-size: 14px;
    line-height: 1.5;
}

.comment-date {
    color: #aeb0b1;
}

.comment-content {
    line-height: 1.5;
}

.reply {
    margin-bottom: 24px;
}

.comment-reply-link {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: none;
}

.comment-awaiting-moderation,
.no-comments {
    font-style: italic;
    text-align: center;
}

.comment-awaiting-moderation {
    color: #aeb0b1;
}

/* Comment Form */
.comment-list #reply-title {
    background: 0;
    margin: 0 0 24px;
    padding: 0;
    color:#000;
}

.comment-list #respond {
    border-top: 2px solid #f2f5f7;
    padding: 24px 0;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
    margin-bottom: 12px;
}

.comment-form label {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.comment-form input {
    height: 40px;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-form-comment textarea {
    width: 100%;
}

.form-allowed-tags {
    font-size: 16px;
    line-height: 1.5;
}

#cancel-comment-reply-link {
    background-color: #aeafb1;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.5;
    margin-left: 10px;
    padding: 6px 10px;
    text-decoration: none;
    vertical-align: middle;
}

#cancel-comment-reply-link:hover {
    background: #9b0708;
    color: #fff;
}

.comment-notes,
.logged-in-as {
    font-style: italic;
    text-align: center;
}

.required {
    color: #9b0708;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
}







/**
*
* Footer
*
**/


div.copyright {
    border-top: 1px solid #2e2e2e;
    margin-top: 25px;
    padding: 15px 0 0;
}
.site-footer {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
     -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px 8px 0px 0px; 
    margin: 25px 25px 0px 25px;
    padding: 20px;
}



/**
*
* Styling Wordpress Comment Section
*
**/
