/*
Theme Name: South Main Muse
Theme URI: http://jamiemiles.com/
Description: Theme developed for JamieMiles.com.
Author: Madison Studios
Author URI: http://madisonstudios.com/
Version: 1.0
Tags: 
*/



* {
  margin: 0;
  padding: 0;
}

img {
  border: 0px;
}

div {
  border: 0px solid #000000;
}

div {
  border: 0px solid #999;
}

table {
  border-collapse: collapse;
  border: 0px solid #000000
}

#comments-link {
  text-decoration: none;
}

#comments-count {
  display: inline-block;
  text-align: center;
  background: url(images/comment.gif) no-repeat left top;
  width: 42px;
  height: 20px;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  padding: 5px 0;
  box-sizing: border-box;
}

h1 {}

h2 {
  color: #F15A24;
  font-size: 27px;
  font-family: 'Special Elite', cursive;
  font-weight: normal;
}

p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 24px;
  color: #000000;
  margin: 15px 0;
}

a {
  color: #0071BC;
}

a:hover {
  color: #F15A24;
}

ul,
ol {}

ul li,
ol li {}

.clearer {
  clear: both;
  width: 100%;
}

body {
  background-color: #0071BC;
  font-size: 14px;
  color: #222222;
  font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
  width: 989px;
  background: url(images/BKGND.gif) repeat left top;
  padding: 0 0 45px 0;
  box-sizing: border-box;
 margin: 0 auto;
}

.page {}

.page#header {
  position: relative;
}

.page#header #nav {
  position: absolute;
  top: 0;
  right: 0;
  width: 450px;
  margin-top: 5px;
}

.page#header #nav ul {}

.page#header #nav ul li {
  display: inline-block;
  padding: 1em;
  
}

.page#header #nav ul li a {
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Abel', sans-serif;
}

.page#header #nav ul li a:hover {}

.page#subheader {
  position: relative;
/*   margin: -75px 0 0 0;
  height: 110px; */
}
#subheader::after {
	display: block;
	content: "";
	clear: both;
}

.page#subheader #ribbon {
  background: url(images/muses-banner.png) no-repeat left top;
/*   width: 411px;
  height: 43px;
  overflow: hidden;
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0; */
  width: 70%;
  position: relative;
  float: left;
  padding-left: 25px;
  box-sizing: border-box;
}

.page#subheader #ribbon h1 {
/*   margin-left: 55px;
  margin-top: 10px; */
  font-family: 'Special Elite', cursive;
  color: #ffffff;
  font-size: 35px;
  font-weight: normal;
}

#group {
  width: 30%;
  position: relative;
  float: left;
}

.page#subheader #links {
/*   position: absolute;
  bottom: 60px;
  right: 45px; */
}

.page#subheader #links ul li {
  display: inline-block;
}

.page#subheader #links ul li a {
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  padding: 0 15px 0 5px;
}

.page#subheader #links ul li a.dropdown {
  background: url(images/dwn-arrw.png) no-repeat right 50%;
}

.page#subheader #links ul li a.rss {
  background: url(images/rss.png) no-repeat right 50%;
}

.page#subheader #links ul li ul {
  visibility: hidden;
  position: absolute;
  z-index: 10;
  display: block;
  background-color: #E85830;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
}

.page#subheader #links ul li ul li {
  padding: 5px 10px;
  border-bottom: 1px solid #000000;
  display: block;
  width: 175px;
  box-sizing: border-box;
}

#searchform {}

#searchform #s {
  width: 205px;
  height: 28px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  border-radius: 14px;
}

#searchform #searchsubmit {
  border: none;
  background: url(images/search-submit.png) no-repeat left top;
  width: 26px;
  height: 26px;
  margin-left: 10px;
}

.page#subheader #searchbox {
/*   position: absolute;
  bottom: 10px;
  right: 45px; */
}

.page#content {
  background-color: #ffffff;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 0;
}

.content#col1 {
  display: table-cell;
  vertical-align: top;;
  width: 560px;
  padding: 0px 30px;
  text-align: left;
  border-right: 2px solid #F2B741;
	box-sizing: border-box;
}

.post {
  margin: 0 0 40px 0;
}

.post h2 {}

.post h2 .date {}

.post h2 a {
  color: #F15A24;
  text-decoration: none
}

.post h2 a:hover {
  text-decoration: underline;
}

.post img {
  max-width: 540px;
}

.content#col2 {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  width: 250px;
  padding: 0px 15px;
  box-sizing: border-box;
}

.content#col2 .widget {
  text-align: center;
  margin: 20px 0;
}

.content#col2 .widget h3 {
  font-size: 16px;
  font-family: 'Special Elite', cursive;
  font-weight: normal;
  color: #F15A24;
  text-align: left;
}

.content#col2 .widget ul {
  margin-left: 20px;
  text-align: left;
}

.content#col2 .widget .textwidget {
  text-align: center;
}

.content#col2 img {
  max-width: 246px;
}

#footer {}

#footer p {
  display: inline-block;
  margin: 0 15px;
  font-size: 11px;
  color: #ffffff;
}


/* =============== Special Wordpress Styles =============== */


/* Begin Comments*/

ol.commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
  text-indent: 0;
}

ol.commentlist li {
  border: 1px solid #ddd;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 1%;
  margin: 0 0 10px;
  padding: 10px;
  position: relative;
  box-sizing: border-box;
}

ol.commentlist li.alt {}

ol.commentlist li.bypostauthor {}

ol.commentlist li.byuser {}

ol.commentlist li.comment-author-admin {}

ol.commentlist li.comment {}

ol.commentlist li div.comment-author {
  padding: 0 170px 0 0;
}

ol.commentlist li div.vcard {}

ol.commentlist li div.vcard cite.fn {
  font-style: normal;
  font-style: italic
}

ol.commentlist li div.vcard cite.fn a.url {
  color: #333;
  text-decoration: none;
}

ol.commentlist li div.vcard cite.fn a.url:hover {
  color: #000;
}

ol.commentlist li div.vcard img.avatar {
  border: 4px solid #d5d5d5;
  float: left;
  margin-right: 10px;
}

ol.commentlist li div.vcard img.avatar-32 {}

ol.commentlist li div.vcard img.photo {}

ol.commentlist li div.vcard span.says {}

ol.commentlist li div.commentmetadata {}

ol.commentlist li div.comment-meta {
  font: 12px Arial, Verdana;
}

ol.commentlist li div.comment-meta a {
  color: #aaa;
  text-decoration: none;
}

ol.commentlist li div.comment-meta a:hover {
  color: #000;
}

ol.commentlist li div.commentbody {
  margin-top: 1em;
  font-size: 14px
}

ol.commentlist li p {
  margin: 0 0 1em;
}

ol.commentlist li ul {
  list-style: square;
  margin: 0 0 1em;
  padding: 0;
  text-indent: 0;
}

ol.commentlist li div.reply {
  margin-bottom: 7px
}

ol.commentlist li div.reply a:hover {
  background: #c30;
  border: 1px solid #c00;
}

ol.commentlist li div.reply a {
  background: #999;
  border: 1px solid #666;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  color: #fff;
  font: bold 9px/1 arial, sans-serif;
  padding: 5px 6px 4px;
  text-align: center;
  width: 36px;
  text-decoration: none;
  text-transform: uppercase;
  box-sizing: border-box;
}

ol.commentlist li ul.children {
  list-style: none;
  margin: 1em 0 0;
  text-indent: 0;
}

ol.commentlist li ul.children li {}

ol.commentlist li ul.children li.alt {}

ol.commentlist li ul.children li.bypostauthor {}

ol.commentlist li ul.children li.byuser {}

ol.commentlist li ul.children li.comment {}

ol.commentlist li ul.children li.comment-author-admin {}

ol.commentlist li ul.children li.depth-2 {
  margin: 0 0 .18em;
}

ol.commentlist li ul.children li.depth-3 {
  margin: 0 0 .18em;
}

ol.commentlist li ul.children li.depth-4 {
  margin: 0 0 .18em;
}

ol.commentlist li ul.children li.depth-5 {
  margin: 0 0 .18em;
}

ol.commentlist li ul.children li.odd {}

ol.commentlist li.even {
  background: #fff;
}

ol.commentlist li.odd {
  background: #f6f6f6;
}

ol.commentlist li.parent {}

ol.commentlist li.pingback {}

ol.commentlist li.pingback.parent {}

ol.commentlist li.pingback div.vcard {
  padding: 0 170px 0 0;
}

ol.commentlist li.thread-alt {}

ol.commentlist li.thread-even {}

ol.commentlist li.thread-odd {}


/* Comment Form */

#commentform input {
  width: 170px;
  padding: 4px;
  border: 1px solid #ccc;
  font-size: 14px;
  font-family: Georgia, Times;
	box-sizing: border-box;
}

#commentform {
  margin: 5px 10px 0 0;
  padding-bottom: 30px;
}

#commentform p label {
  width: 120px;
  display: block;
  float: left
}

#commentform p {
  border-top: 1px solid #eee;
  padding: 10px 0;
  margin: 0;
  font-size: 14px
}

#commentform textarea {
  width: 70%;
  border: 1px solid #ccc;
  padding: 4px;
  font-family: Georgia, Times;
  box-sizing: border-box;
}

.cancel-comment-reply {
  display: none;
}

#commentform #submit {
  margin-left: 120px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #aaa;
  font-weight: bold
}

#commentform small,
#commentform #submit {
  color: #333;
  text-transform: uppercase;
  font-family: arial;
}

#commentform small {
  font-size: 11px;
  font-weight: bold
}

#respond h3 {
  padding-top: 20px;
  margin-bottom: 10px;
}

/* Johvan wrote this code below */


#header #nav .menu ul li.page-item-14829,
#header #nav .menu ul li.page-item-21503 {
	display: none !important;
}




















