body {
  background-color: #ededed;
  color: #3c3c3c;
  font-family: Arial, sans-serif;
  font-size: 14px;
  margin: 0px;
  width: 100%;
  line-height: 20px;
}
/************* Temp Styles ****************/
#page_ruller {
  width: 265px;
  height: 45px;
  margin: 10px auto;
  background: #999; /* for non-css3 browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#747474', endColorstr='#000000'); /* for IE */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#747474),
    to(#000)
  ); /* for webkit browsers */
  background: -moz-linear-gradient(top, #747474, #000); /* for firefox 3.6+ */
  border-radius: 10px 0;
  border: solid 4px #4db205;
  border-radius: 10px 0;
  color: #ffffff;
}
.increment {
  height: 25px;
  padding: 10px 0 10px 10px;
  float: left;
}
.increment input {
  font-size: 100%;
  margin: 0;
  padding: 0;
  width: 100px;
}

/************* Content Areas *************/
#top_bg {
  margin: auto;
}
#header {
  background-image: url("../static/images/bg_header.jpg");
  background-repeat: repeat-x;
}
#header_inner {
  width: 940px;
  height: 120px;
  padding: 0;
  margin: 0 auto;
}
#header_text {
  display: none;
}
#top_rotator {
  -moz-box-shadow: 2px 6px 5px 0 #cccccc;
  -webkit-box-shadow: 2px 6px 5px 0 #cccccc;
  box-shadow: 2px 6px 5px 0 #cccccc;
  height: 390px;
  margin: 0 0 30px;
  overflow: hidden;
  width: 940px;
}
#rotator {
  float: left;
  width: 100%;
}
#rotator img {
  height: auto;
  width: 100%;
}
#container {
  background-color: #fafafa;
  background-image: url("../static/images/bg_content.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  width: 980px;
  margin: auto;
  text-align: center;
}

#content_container {
  margin: 0 20px;
  padding: 20px 0;
  text-align: left;
  width: 940px;
}
#content_container_page {
  margin: 0 20px;
  padding: 30px 0 55px;
  text-align: left;
  width: 940px;
}
#main_content {
  border-right: 1px solid #acacac;
  float: left;
  min-height: 450px;
  padding: 0 19px 0 0;
  text-align: justify;
  width: 600px;
}
#main_content_blog {
  min-height: 450px;
  text-align: justify;
  width: 100%;
}
#footer_stuff {
  background-image: url("../static/images/bg_footer_stuff.png");
  background-repeat: repeat-x;
  -moz-background-size: 100% 100%; /* Gecko 1.9.2 (Firefox 3.6) */
  -o-background-size: 100% 100%; /* Opera 9.5 */
  -webkit-background-size: 100% 100%; /* Safari 3.0 */
  background-size: 100% 100%; /* Gecko 2.0 (Firefox 4.0) and other CSS3-compliant browsers */
  background-repeat: no-repeat;
  height: 80px;
  margin: -60px -10px 0 0;
  position: relative;
}
#footer_stuff_inner {
  margin: auto;
  width: 940px;
}
#footer {
  background-image: url("../static/images/bg_footer.jpg");
  -moz-background-size: auto 100%; /* Gecko 1.9.2 (Firefox 3.6) */
  -o-background-size: auto 100%; /* Opera 9.5 */
  -webkit-background-size: auto 100%; /* Safari 3.0 */
  background-size: auto 100%; /* Gecko 2.0 (Firefox 4.0) and other CSS3-compliant browsers */
  height: 245px;
  padding-top: 40px;
}
#footer_inner {
  text-align: left;
  font-size: 12px;
  line-height: 18px;
  height: 245px;
  margin: auto;
  color: #000000;
  width: 940px;
  margin: auto;
  padding: 20px 0;
}
#footer_left {
  float: left;
  margin-top: 20px;
  width: 550px;
}
#footer_right {
  text-align: right;
  float: right;
  margin-top: 20px;
  width: 300px;
}
#follow_us {
  width: 280px;
  height: 40px;
  padding: 20px;
  margin-bottom: 20px;
}
/************* Navigation Areas *************/

#top_nav {
  background-color: #758796;
  color: #ffffff;
}
#top_nav_inner {
  height: 60px;
  margin: 0 auto;
  text-align: left;
  width: 940px;
}
.menu {
  width: 960px;
  height: 200px;
  margin: auto;
  padding-top: 10px;
}
.menu ul {
  width: 980px;
  height: 200px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu li {
  float: left;
  padding: 0px;
}
.menu li a,
.menu li a:visited,
.menu li a:active {
  display: block;
  font-weight: normal;
  line-height: 200px;
  margin-right: 10px;
  text-align: center;
  text-decoration: none;
}
.menu li a:hover {
  -moz-box-shadow: 5px 3px 5px 0px #80807e;
  -webkit-box-shadow: 5px 3px 5px 0px #80807e;
  box-shadow: 5px 3px 5px 0px #80807e;
}
#side_nav {
  float: left;
  padding: 0 0 0 20px;
  text-align: left;
  width: 300px;
}

#side_nav ul {
  border: none;
  list-style: none;
  margin-bottom: 50px;
  padding: 0;
  width: auto;
  height: auto;
}
#side_nav li {
  margin: 0;
  text-align: left;
  float: none;
}
#side_nav li a {
  border-bottom: 1px solid #acacac;
  color: #3c3c3c;
  display: block;
  font-size: 15px;
  line-height: 25px;
  font-weight: normal;
  text-decoration: none;
  padding: 5px 10px;
  text-align: left;
}
#side_nav li a:hover {
  background-color: #c5cfd7;
}
#side_nav ul li ul li {
  margin: 0;
  margin-top: 12px;
  margin-left: 10px;
  margin-bottom: 10px;
  height: 25px;
  text-align: left;
  padding-top: 1px;
  width: 195px;
}
#side_nav a.side_nav_sm {
  font-size: 14px;
  font-weight: normal;
  margin-top: 3px;
}
.side_nav_closed {
  display: none;
}
.side_nav_open {
  margin-left: 10px;
}
a.sub_pages,
a.sub_pages:visited,
a.sub_pages:active {
  background-color: #361d0e;
  border: 1px solid #361d0e;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-right: 4px;
  padding: 5px;
  text-align: center;
  text-decoration: none;
}
a.sub_pages:hover {
  background-color: #3c3c3c;
  border-radius: 15px;
  color: #faf0ce;
}
/*** ESSENTIAL STYLES ***/
.sf-menu,
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu {
  line-height: 1;
  width: 100%;
  color: #ffffff;
}
.sf-menu ul {
  position: absolute;
  top: -999em;
  width: 250px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
  width: 100%;
}
.sf-menu li:hover {
  visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
  float: left;
  position: relative;
}
.sf-menu a {
  display: block;
  position: relative;
  font-size: 20px;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  left: 0;
  top: 30px; /* match top ul list item height */
  background-color: #15344e;
  z-index: 99;
  margin-right: 45px;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
  top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 250px; /* match ul width */
  top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
  top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left: 250px; /* match ul width */

  top: 0;
}
ul.sf-menu li li li li:hover ul,
ul.sf-menu li li li li.sfHover ul {
  left: 250px; /* match ul width */

  top: 0;
}

/*** DEMO SKIN ***/
.sf-menu {
  float: left;
}
.sf-menu a {
  text-decoration: none;
}
.sf-menu a,
.sf-menu a:visited {
  /* visited pseudo selector so IE6 applies text colour*/
  color: #ffffff;
}
.sf-menu a:hover {
  /* visited pseudo selector so IE6 applies text colour*/
  color: #fff;
  background-color: #15344e;
}
.sf-menu li {
  font-size: 17px;
  padding: 22px 15px 21px;
}
.sf-menu li:hover {
  background-color: #15344e;
  color: #ffffff;
}
.sf-menu ul {
  margin: 0;
}
.sf-menu li a {
  color: #ffffff;
  font-size: 17px;
  font-weight: normal;
  margin: 0px;
  text-align: center;
  text-decoration: none;
}
.sf-menu li a:hover {
  background: #15344e;
  color: #ffffff;
}
.sf-menu li li a {
  margin: 0px;
  padding: 0px;
  text-align: left;
  padding: 10px;
}
.sf-menu li li a:hover {
  background: #15344e;
  color: #ffffff;
}

.sf-menu li li li a {
  font-size: 16px;
  padding-left: 10px;
}
.sf-menu li li {
  background: #758796;
  text-align: left;
  padding: 0px;
}
.sf-menu li li:hover {
  background: #15344e;
  color: #fff;
}
.sf-menu li ul {
  width: 250px;
  background: #758796;
  margin: 18px 0 0 0;
}
.sf-menu li li ul {
  margin-left: 0px;
  margin-top: 0px;
  padding-top: 0px;
  background: #758796;
}
.sf-menu li li li {
  background: #758796;
}
.sf-menu li li li ul {
  padding-top: 0px;
  background: #758796;
}
.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
  outline: 0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
  min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
  position: absolute;
  display: block;
  right: 0.75em;
  top: 1.05em; /* IE6 only */
  width: 10px;
  height: 10px;
  text-indent: -999em;
  overflow: hidden;
  background: url("../static/images/arrows-ffffff.png") no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {
  /* give all except IE6 the correct values */
  top: 0.8em;
  background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
  background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
  background-position: -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
  background-position: 0 0;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
  background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/************* Links *************/

.footer_nav {
  float: left;
  margin: 0 10px;
  width: 125px;
}
a,
a:visited,
a:active {
  color: #5193cc;
  font-weight: normal;
  text-decoration: none;
}
a:hover {
  color: #000000;
}
#footer_stuff_inner a,
#footer_stuff_inner a:visited,
#footer_stuff_inner a:active {
  color: #ffffff;
  font-size: 17px;
  font-weight: normal;
  line-height: 75px;
  margin-right: 12px;
  padding: 5px;
}
#footer_stuff_inner a:hover {
  color: #000000;
  background-color: #c5cfd7;
  border-radius: 5px;
}
a.footer_ds_link,
a.footer_ds_link:visited,
a.footer_ds_link:active {
  font-weight: normal;
  padding: 5px;
  margin-right: 12px;
}
a.footer_ds_link:hover {
  color: #15344e;
}
.buttons {
  margin-right: 25px;
}
/************* OTHER *************/

legend {
  background-color: #faf0ce;
  border: 1px solid #3c3c3c;
  color: #3c3c3c;
  font-weight: bold;
  padding: 5px 10px;
}
.clear {
  clear: both;
  height: 0px;
}
.float_right {
  float: right;
}
label.error {
  padding-left: 15px;
  color: #ff0000;
}
input {
  font-size: 125%;
  margin: 10px 2px 0 0;
  padding: 2px 0;
}
select {
  font-size: 125%;
  margin: 10px 2px 0 0;
  padding: 2px 0;
}
textarea {
  margin: 10px 2px 1px 0;
  padding: 2px;
  vertical-align: top;
}
span.required {
  color: #ff0000;
}
tr.url_input_form {
  display: none;
  visibility: hidden;
}
h1 {
  color: #3c3c3c;
  font-size: 25px;
  font-weight: normal;
  line-height: 36px;
  margin: 0 0 10px 0;
  padding: 5px 5px 5px 0;
}
h2 {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 10px;
  padding: 5px 5px 5px 0;
}
h3 {
  color: #3c3c3c;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding: 5px 5px 5px 0;
}
h4 {
  color: #3c3c3c;
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 10px;
  padding: 5px 5px 5px 0;
}
h5 {
  color: #3c3c3c;
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 10px;
  padding: 5px 5px 5px 0;
}

a.pager_active,
a.pager_active:visited,
a.pager_active:active {
  background-color: #1a1819;
  border: 1px solid #3c3939;
  color: #ffffff;
  font-weight: bold;
  height: 25px;
  padding: 5px;
  text-decoration: none;
}
a.pager_active:hover {
  background-color: #3c3939;
  color: #ffffff;
}
a.pager_num,
a.pager_num:visited,
a.pager_num:active {
  background-color: #3c3939;
  border: 1px solid #1a1819;
  color: #ffffff;
  font-weight: bold;
  height: 25px;
  padding: 5px;
  text-decoration: none;
}
a.pager_num:hover {
  background-color: #dadada;
  color: #000000;
}

/******************* COMMENTS *******************/
.comments_border {
  border: 0px solid #6ca5d3;
}
#leave_comment_box {
  padding: 0 0 0px 0;
  margin: 10px 0;
  background-color: #eeeeee;
  border: 1px solid #bbbbbb;
  width: 70%;
}
#leave_comment_box_inner {
  padding: 0px;
}
#leave_comment_box_inner div {
  margin: 0;
  padding: 10px 10px 10px 15px;
}
.div_bg_darker {
  background-color: #dddddd;
}

#leave_comment_box h2 {
  background-color: #758796;
  padding: 10px 15px;
  color: #ffffff;
}

#leave_comment_box input {
  font-size: 14px;
  padding: 5px;
  width: 400px;
  border: 0px;
  margin-top: 10px;
}
#leave_comment_box textarea {
  font-size: 14px;
  padding: 5px;
  width: 400px;
  border: 0px;
}
.post_comment {
  background-color: #758796;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 10px 15px;
  padding: 0;
  width: 100px;
}
#comments_box {
  margin: 10px 0;
  background-color: #eeeeee;
  border: 1px solid #bbbbbb;
  width: 720px;
}
#comments_box_inner {
  padding: 0px;
  font-size: 12px;
}
#comments_box_inner div {
  margin: 0;
  padding: 10px 10px 10px 15px;
}

#comments_box h2 {
  background-color: #bbbbbb;
  padding: 10px 15px;
  color: #ffffff;
}
.comment_name {
  color: #6ca5d3;
}
.comment_details {
  font-size: 10px;
  padding: 0;
  margin-top: 10px;
}
/************************* BLOG *************************/
#recent_blogs {
  background-color: #dadbdc;
  margin: 0 0 25px;
  width: 100%;
}
#recent_blogs_inner {
  margin: auto;
  padding: 20px;
}
.recent_blog_title {
  color: #3c3c3c;
  text-align: left;
}
#blog_left_container {
  float: left;
  text-align: left;
  width: 75%;
}
#blog_right_container {
  float: right;
  padding-top: 0px;
  text-align: left;
  width: 20%;
}
a.blog_title_link,
a.blog_title_link:visited,
a.blog_title_link:active {
  color: #173751;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
}
a.blog_title_link:hover {
  color: #000000;
}
a.blog_title_link_sm,
a.blog_title_link_sm:visited,
a.blog_title_link_sm:active,
.wp-block-tag-cloud a,
.wp-block-tag-cloud a:visited,
.wp-block-tag-cloud a:active {
  color: #5193cc;
  font-weight: normal;
  font-size: 14px;
}
.wp-block-tag-cloud a {
  font-size: 14px !important;
}
a.blog_title_link_sm:hover,
.wp-block-tag-cloud a:hover {
  color: #000000;
}
.blog_subscribe {
  float: right;
  width: 520px;
  padding: 10px;
  text-align: right;
}
/* Blog resutls styles */
.blog_post_mini {
  text-align: left;
  border-top: 1px solid #cccccc;
  margin-top: 10px;
  padding-top: 15px;
  width: 100%;
}
.blog_post_left {
  float: left;
  margin-right: 2%;
  padding-top: 10px;
  text-align: center;
  width: 25%;
}
.blog_post_left img {
  height: auto;
  width: 100%;
}
.blog_post_right {
  float: right;
  padding: 10px 10px 10px 0;
  text-align: left;
  width: 70%;
}
.blog_title {
  margin-bottom: 15px;
  width: 100%;
}
.blog_avatar {
  float: left;
}
.blog_data {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 10px 0;
  margin: 10px 0;
}
.blog_author_tags {
  float: left;
  width: 60%;
}
.blog_share {
  float: right;
  text-align: right;
  width: 35%;
}
.blog_content {
  float: left;
  margin: 0;
  text-align: justify;
  width: 100%;
}
/* Blog posts styles */
/************************* BLOG TAGS WIDGET*************************/

.right_topics_active {
  width: 80px;
  border-top: 1px solid #6ca5d3;
  border-left: 1px solid #6ca5d3;
  border-right: 1px solid #6ca5d3;
  margin-left: 5px;
  margin-top: 5px;
  background-color: #ffffff;
  padding: 5px;
  float: left;
}
.right_topics_inactive {
  width: 80px;
  border-top: 1px solid #6ca5d3;
  border-left: 1px solid #6ca5d3;
  border-right: 1px solid #6ca5d3;
  margin-left: 5px;
  margin-top: 5px;
  background-color: #eeeeee;
  padding: 5px;
  float: left;
}
.right_archive_active {
  width: 85px;
  border-top: 1px solid #6ca5d3;
  border-left: 1px solid #6ca5d3;
  border-right: 1px solid #6ca5d3;
  margin-left: 5px;
  margin-top: 5px;
  background-color: #ffffff;
  padding: 5px;
  float: left;
}
.right_archive_inactive {
  width: 85px;
  border-top: 1px solid #6ca5d3;
  border-left: 1px solid #6ca5d3;
  border-right: 1px solid #6ca5d3;
  margin-left: 5px;
  margin-top: 5px;
  background-color: #eeeeee;
  padding: 5px;
  float: left;
}
#blog_right_side {
  border-top: 1px solid #6ca5d3;
  background-color: #eeeeee;
}
.blog_right_entry {
  border-bottom: 1px solid #6ca5d3;
  background-color: #ffffff;
  padding: 5px;
}

#blog_right_subscribe {
  background-color: #758796;
  margin-bottom: 20px;
  color: #173751;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
}
a.blog_rss,
a.blog_rss:active,
a.blog_rss:visited {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}
a.blog_rss:hover {
  color: #ededed;
}
#blog_right_categories_header,
#blog_right_container h2 {
  background-color: #758796;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
}
#blog_right_categories_content {
  padding: 10px;
  margin-bottom: 20px;
}
#blog_right_archive_header {
  background-color: #758796;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  padding: 10px;
}
#blog_right_archive_content {
  padding: 10px;
  margin-bottom: 20px;
}
/************************* BLOG TAGS WIDGET*************************/
#testimonials {
  color: #758796;
  margin: 0 0 40px;
}
#testimonials h2 {
  margin: 0 0 5px;
}
a.testimonials,
a.testimonials:active,
a.testimonials:visited {
  color: #1f3f5b;
}
a.testimonials:hover {
  color: #758796;
}
#testimonials p {
  display: inline;
  margin: 0;
  padding: 0;
}
.testimonial {
  font-weight: bold;
}
.testifier {
  font-weight: bold;
  text-align: right;
}
/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
.clearfix {
  display: block;
  zoom: 1;
}
.clear {
  clear: both;
  height: 0;
}

/************************************************************************************
smaller than 1100
*************************************************************************************/
@media screen and (max-width: 1110px) {
  #footer_suff_inner {
    float: right;
    margin: 0 45;
  }
}
/************************************************************************************
smaller than 980
*************************************************************************************/
@media screen and (max-width: 980px) {
  /************* Content Areas *************/
  #header_inner {
    margin: 0 2%;
    width: 96%;
  }
  #header_inner img {
    height: auto;
    width: 100%;
  }
  #top_rotator {
    box-shadow: none;
    height: 330px;
    width: 100%;
  }
  #container {
    margin: 0 2%;
    width: 96%;
  }
  #content_container {
    margin: 0 2%;
    width: 96%;
  }
  #content_container_page {
    margin: 0 2%;
    width: 96%;
  }
  #main_content {
    padding: 0 2% 0 0;
    width: 65%;
  }
  #main_content img {
    height: auto;
    width: 100%;
  }
  #footer_stuff {
    height: auto;
    margin-right: 0;
  }
  #footer_stuff_inner {
    margin: 0 0 0 9%;
    width: 85%;
  }
  #footer_inner {
    margin: 0 2%;
    width: 96%;
  }
  #footer_left {
    width: 30%;
  }
  #footer_right {
    width: 30%;
  }
  /************* Navigation Areas *************/

  #top_nav_inner {
    height: auto;
    margin: 0 2%;
    width: 96%;
  }
  #side_nav {
    padding: 0 0 0 2%;
    width: 30%;
  }
  #side_nav img {
    height: auto;
    width: 100%;
  }
  #footer_stuff_inner a,
  #footer_stuff_inner a:visited,
  #footer_stuff_inner a:active {
    font-size: 15px;
    line-height: 45px;
    margin-right: 1%;
  }
  /******************* COMMENTS *******************/
}
/************************************************************************************
smaller than 780
*************************************************************************************/
@media screen and (max-width: 780px) {
  /************* Content Areas *************/
  .sf-menu li {
    font-size: 15px;
    padding: 10px 15px;
  }
}
/************************************************************************************
smaller than 700
*************************************************************************************/
@media screen and (max-width: 710px) {
  /************* Content Areas *************/
  #top_rotator {
    display: none;
  }
  /************* Navigation Areas *************/

  .sf-menu li {
    padding: 10px;
  }
  .sf-menu li ul {
    margin: 5px 0 0;
  }
  /************************* BLOG *************************/
  #blog_left_container {
    width: 60%;
  }
  #blog_right_container {
    width: 35%;
  }
  /* Blog resutls styles */
  .blog_post_left {
    float: none;
    width: 40%;
  }
  .blog_post_right {
    float: none;
    width: 100%;
  }
}
/************************************************************************************
smaller than 600
*************************************************************************************/
@media screen and (max-width: 610px) {
  /************* Content Areas *************/
  #header {
    -moz-background-size: auto 100%; /* Gecko 1.9.2 (Firefox 3.6) */
    -o-background-size: auto 100%; /* Opera 9.5 */
    -webkit-background-size: auto 100%; /* Safari 3.0 */
    background-size: auto 100%; /* Gecko 2.0 (Firefox 4.0) and other CSS3-compliant browsers */
    height: auto;
  }
  #header_inner {
    height: auto;
  }
  #header_logo {
    overflow: hidden;
    width: 350px;
  }
  #header_logo img {
    width: 223%;
  }
  #header_text {
    color: #ffffff;
    display: block;
    text-transform: uppercase;
    padding-bottom: 25px;
  }
  #header_text p {
    margin-bottom: 0;
  }
  #main_content {
    border: none;
    float: none;
    width: 100%;
  }
  /************* Navigation Areas *************/
  #side_nav {
    padding: 15px 2%;
    width: 96%;
  }
  #side_nav img {
    width: 60%;
  }
  .sf-menu li {
    border-bottom: 1px solid #acacac;
    padding: 10px 0;
    text-align: center;
    width: 100%;
  }
  .sf-menu li li {
    padding: 0 10px;
  }
  .sf-menu li li a {
    padding: 10px 0;
  }
  /************************* BLOG *************************/
  #blog_left_container {
    float: none;
    width: 100%;
  }
  #blog_right_container {
    float: none;
    width: 100%;
  }
  /* Blog resutls styles */
  .blog_post_left {
    float: left;
    margin-right: 2%;
    width: 30%;
  }
  .blog_post_right {
    float: left;
    width: 65%;
  }
  /* Blog posts styles */
  /************************* BLOG TAGS WIDGET*************************/
  .testifier {
    margin: 25px 0 0;
    padding: 0 0 0 15px;
    text-align: left;
  }
}
/************************************************************************************
smaller than 450
*************************************************************************************/
@media screen and (max-width: 460px) {
  /************* Content Areas *************/
  #header_logo {
    margin: 0 2%;
    width: 96%;
  }
  #footer_stuff {
    background-image: none;
    border-top: 15px solid #1f3f5b;
    margin: 0 0 -5px;
    position: inherit;
    margin: 0;
  }
  #footer_stuff_inner {
    border-top: 10px solid #758796;
    margin: 0;
    padding: 15px 2%;
    width: 96%;
  }
  #footer_left {
    float: none;
    width: 100%;
  }
  #footer_right {
    float: none;
    text-align: left;
    width: 100%;
  }
  /************* Navigation Areas *************/
  #footer_stuff_inner a,
  #footer_stuff_inner a:visited,
  #footer_stuff_inner a:active {
    color: #000000;
    display: block;
    line-height: 25px;
    margin: 0 10%;
    width: 75%;
  }
  #side_nav img {
    width: 100%;
  }
  /************************* BLOG *************************/
  .blog_post_left {
    float: none;
    width: 100%;
  }
  .blog_post_right {
    float: none;
    width: 100%;
  }
}

#footer_stuff_inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer_stuff_inner li {
  display: inline;
}

#blog_right_container .wp-block-archives {
  list-style: none;
  padding: 0 10px;
  margin: 0 0 20px;
}

#blog_right_container .wp-block-tag-cloud {
  padding: 0 10px;
  margin-bottom: 20px;
}

#main_content img {
  max-width: 100%;
  height: auto;
}

#main_content .wp-block-image img {
  border: 10px solid;
  margin: 5px 10px;
}