/********************************************************************************                                                  
                          USING SF-BLUEPRINT-CSS
-Never make changes to the original Blueprint CSS files.  Overwrite them in this custom.css file.
-Not all of the css classes are listed in this file. Since Blueprint has great default classes, only overwrites and additions are listed.
For more information on BluePrint CSS, visit: http://code.google.com/p/blueprintcss/
Good luck!
********************************************************************************/
/*  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
.clearfix {display: inline-block;}  */
/********************************************************************************
	         Body
********************************************************************************/
body {
   background: #CCC;
   color: #000; 
   text-align: left;
   margin: 0;
}
#main {
   padding-top: 10px;
}
/********************************************************************************
               Typography
********************************************************************************/
/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px)
***************************************/
body {
   font-size: 12px;
   font-family: Arial, Helvetica, sans-serif;
   color: #4d4d4d;
}
body p {
	line-height: 20px;
}
h1,h2,h3,h4,h5,h6 { 
  color: #000080; 
}
/* SlipFire created typography classes
***************************************/
.medium { font-size: 1em; line-height: 2.1875em;}
.center {text-align:center;}
.byline{ font-size: .8em; line-height: 1em;}
.timestamp{ font-size: .8em; line-height: 1.2em;}
.commentnum{ font-size: .8em; line-height: 1.2em;}
.incategory{ font-size: 1em; line-height: 1.2em;}
/********************************************************************************
               Text Elements and Lists
********************************************************************************/
a { color: #ec872e; border-bottom: 1px dotted #000;  text-decoration: none; font-weight: bold;}
/* Removes unwanted link decoration
***************************************/
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a, p a, .nolink, .tabbertab a, .icon, a img{
   border: none !important;
   text-decoration:none !important;
}
a:focus, a:hover { }
/* Removes unwanted hover decoration
***************************************/
a.nohover:hover  { background: none;}
li { list-style: none;}
.fancybullet li {
      list-style: none;
	background: url(images/bullet.gif) no-repeat top left;
	padding: 0px 0px 5px 18px;
      margin: 0px 0px 0px 0px;
}
/********************************************************************************                                            
                            SLIPFIRE CREATED CLASSES                                                   
********************************************************************************/
/********************************************************************************
                Images
********************************************************************************/
.alignleft {
   float: left;
}
img.alignleft {
	margin: 0 15px 5px 0px;
}
.alignright {
   float: right;
}
/********************************************************************************
                Borders
********************************************************************************/
.border-left{
  margin-left: 7px;
  padding-left: 7px;
  border-left: 1px solid #ddd;
}
.border-right{
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #ddd;
}
.border-top{
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid #ddd;
}
.border-bottom{
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ddd;
}
div.border{
  border: 1px solid #ddd;
}
/********************************************************************************
                Misc
********************************************************************************/
/* Use a .box(Blueprint default) or .box2 to create a padded box inside a column. 
***************************************/
.box2 { 
  padding: .5em; 
  margin-bottom: .5em; 
  background: #eee; 
  border: 1px solid #ddd;   
}
/* Use to push down a div (adds vertical space between divs)
***************************************/
.pushdown-1 {padding-top:10px;}
.pushdown-2 {padding-top:20px;}
.pushdown-3 {padding-top:30px;}
.pushdown-4 {padding-top:40px;}
.pushdown-5 {padding-top:50px;}
/********************************************************************************
                Lines
********************************************************************************/
/* Lines: add "class=" to HR to control color and height
     example: <hr class=thick> for a thick line
***************************************/
.thick {
  height: 3px;
  margin: 0 0 1.4em 0;
}
.thin{
  height: 1px;
  margin: 0 0 0 0;
}
/********************************************************************************                                                  
                          SLIPFIRE CREATED FOR WORDPRESS                                                   
********************************************************************************/
/********************************************************************************
                Navbar
********************************************************************************/
#navbar {
   margin: 0px auto 0px;
   padding: 10px 0px 10px 0px;
}
	
#navbar li {
   display: inline;
   list-style-type: none;
   font-weight: bold;
   margin: 0px;
   padding: 0px;
}
		
#navbar ul {
   margin: 0px;
   padding: 0px;
}
	
#navbar ul li a {
   color: #000080;
   padding: 0px 10px 0px 10px;
   margin: 0px;
   text-decoration: none;
   border-bottom: none;
}
#navbar ul li a:hover, a:active {
   text-decoration: underline;
}
#current_page_item a {
   text-decoration: underline;
}
/********************************************************************************
                Sidebar
********************************************************************************/
#sidebar h2{
   font-size: 1em;
   font-weight: bold;
   margin-bottom: .2em;
}
#sidebar a {border-bottom: none;}
/********************************************************************************
                Footer
********************************************************************************/
#footer {
   text-align: left;
   font-weight: normal;
}
/********************************************************************************
                Herrin Additions
********************************************************************************/

#background ul {
	margin: 0 0 0 30px;	
}

#navigation-container ul {
	margin: 0 0 0 0px;
	background: url(images/separator.png) top left repeat-y;
}
#navigation-container li {
float: left;
background: url(images/separator.png) top right repeat-y;
padding: 0;
line-height: 17px;
}
#navigation-container li a:link {
border-bottom: none;
padding: 5px 21px 5px 21px;
margin-right: 3px;
color: #4d4d4d;
}
#navigation-container li a:visited {
color: #000;
padding: 5px 21px 5px 21px;
margin-right: 3px;
border-bottom: none;
}
#navigation-container li a:hover {
	background: #ccc;
}
#navigation-container li a:active {
background-image: none;
}
#navigation-container ul .sub-menu, #navigation-container li .sub-menu{
background-image: none;
}
.sub-menu {
margin-top: 22px !important;
font-weight: normal;
}
.sub-menu .sub-menu{
margin-top: 0px !important;
font-weight: normal;
}
.sf-menu li li {
background: #b3b3b3 !important;
}
.current-menu-item a , .current_page_item a {
	background: url(images/nave-active.png) top right repeat-x;
}
.sub-menu .current-menu-item a , .sub-menu .current_page_item a {
	background-image: none !important;
}
#content-title h2 {
		
}

#content-container h1{
	font: 20px/25px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #ec872e;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
.sidebar-content h2 {
	padding: 25px 0 15px 16px !important;	
}
#content-container h2{
	background: transparent url(images/background-lines.png) bottom left repeat-x;
	padding: 25px 0 15px 30px;
	font: 15px/20px Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	color: #4d4d4d;
	font-weight: bold;
}
#sidebar li {
	margin: 15px 10px 15px 0;
}
#sidebar a {
font: 12px/12px Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	font-family: Arial, Helvetica, sans-serif !important;
	letter-spacing: 1px;
	font-weight: bold !important;
	line-height: 12px !important;
}
#post  {
padding-right: 35px;	
padding-left: 28px;	
padding-bottom: 28px;	
line-height: 20px;
	font-style: normal;
}
.post-date {
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #8f8f8f;
	font-style: italic;
	margin-bottom: 0px;
}
.social {
	float: right;
	padding: 17px;
}
.menu-footer-container {
	padding: 7px;
}
#footer-container a:link {
	color: #4d4d4d;
	border-bottom: none;
}
#footer-container a:visited {
	color: #000;
}
#footer-container a:hover {
	background: none;
	color: #000;
}
#footer-container a:active {
}

#footer-container li {
	display: inline;
	background: url(images/line.png) top right repeat-y;
	padding: 0 10px 0 5px;
}
#search {
	float: right;
}
#searchwrapper {
width: 175px;
height: 27px;
background: url(images/search.png) center left no-repeat;
padding: 0px;
margin-top: 0px;
position: relative;
vertical-align: middle;
line-height: 27px;
}
 
#searchwrapper form { display:inline ; }
 
.searchbox {
border: 0px;
background-color: transparent;
position: absolute;
top: 8px;
left: 7px;
width: 150px;
height: 13px;
font: 10px/11px Arial, Helvetica, sans-serif;
color: #777;
text-transform: uppercase;
}
 
.searchbox_submit {
border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
top:4px;
left:265px;
width:32px;
height:28px;
}
.icon {
	margin: 0px;
	float: none;
	vertical-align: middle;
}
.utilities {
	margin: 0 15px 0 15px;	
}
.utilities-first {
	margin-left: 0px;
}
.wp-pagenavi .current {
	margin: 5px;
	color: #ec872e;
	font-weight: bold;
}
.wp-pagenavi a:link {
	margin: 5px;
	border-bottom: none;
	color: #4d4d4d;
}
.wp-pagenavi a:visited {
	color: #4d4d4d;
}
.wp-pagenavi a:hover {
}
.wp-pagenavi a:active {
}
#opacity-tags-list {
margin-left: 30px;
}
.archive {
	margin-bottom: 25px !important;
}
#categories li {
	margin: 0px 10px 0px 0px;
}
.author-list {
	margin: 10px 0px 10px 30px
}
.author-list .user {
	float: left;
	height: 140px;
}
.author-list .avatar {
	margin: 0px 0px 10px 3px;
}
.author-list .user .name {
	display: block;
	width: 100px;
}
.author-list .user a {
	color: #4d4d4d;
	line-height: 14px !important;
	font-weight: normal !important;
}

#right p {
margin: 0px 0px 50px 20px;	
}
#right h2{
	background: transparent url(images/background-lines.png) bottom left repeat-x;
	padding: 25px 0 15px 30px;
	font: 15px/20px Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	color: #4d4d4d;
	font-weight: bold;
	height: 20px;
}
.lang-cont a {
font: 12px/20px Arial, Helvetica, sans-serif;
color: #4d4d4d;	
font-weight: normal;
text-decoration: none;
}
.lang-cont {
margin: 0px 0px 20px 0px;	
}
.ui-accordion .ui-accordion-header {
font: 12px/20px Arial, Helvetica, sans-serif;
letter-spacing: 1px;
font-weight: bold;
color: #4d4d4d;
margin: 0px 10px 0px 0px !important;
padding: 0px 0px 0px 15px !important;
}
.ui-accordion .ui-accordion-content {
padding: 0px !important;
border-top: 0;
overflow:inherit !important;
}
#accordion {
padding: 0 10px 0 30px;	
}
#accordion a {
padding: 5px 0px;	
}
#accordion h3 {
	position: relative;
}
.ui-icon-circle-arrow-e {
	position: absolute;
	top: 13px !important;
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #4d4d4d;
}
.ui-state-active .ui-icon-circle-arrow-e {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #4d4d4d;
}
.ui-icon-circle-arrow-s {
	position: absolute;	
	top: 15px !important;
	left: 3px !important;
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #4d4d4d;
}
.arrow-up {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	
	border-bottom: 5px solid black;
}
.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	
	border-top: 20px solid #f00;
}
.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 60px solid transparent;
	border-bottom: 60px solid transparent;
	
	border-left: 60px solid green;
}
.arrow-left {
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
	
	border-right:10px solid blue; 
}
.author-cont {
	margin-top: 20px;
}
.visualClear {
    clear: both;
}
#post ol li {
	list-style: decimal;
	line-height: 20px;
	margin: 10px 0px;
}
.catlist a {
	display: block;
	text-indent: -10px;
	padding-left: 10px;	
}
#post li {
	list-style-type: circle;
	line-height: 20px;
}
.menu-item-1276 {
	background-color: #faa355 !important;
}
.authorname {
	color: #ec872e;
	font-weight: bold;
	padding: 2px;
/*	border: 1px solid #CCC;
	background-color: #EEE;*/
}
.bgbox {
	padding: 10px;
	margin: 25px 0px;
	border: 1px solid #CCC;
	background-color: #EEE;	
}
/************************** JG Edits **********************************************/
a {
  outline: none;
}
:focus {
  -moz-outline-style: none;
}
#master {
  -webkit-box-shadow: 0px 0px 11px -1px rgba(0,0,0,0.54);
  -moz-box-shadow: 0px 0px 11px -1px rgba(0,0,0,0.54);
  box-shadow: 0px 0px 11px -1px rgba(0,0,0,0.54);
  margin: 0 auto;
  width: 100%;
  max-width: 942px;
}
#background {
	background: #CCC;
	margin: 0 auto;
	width: 100%;
	max-width: 965px;
	padding-left: 13px;
}
#navigation-container {
	background: #CCC url(images/background-nav.png) top left repeat-x;
	width:100%;
	max-width: 941px;
	height: 27px;
	font: 11px/20px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #4d4d4d;
}
#content-container {
	background: #FFF;
	width: 100%;
	max-width: 942px;	
	margin: 0 auto;
}
#sidebar {
  width: 19.74522292993631%;
  max-width: 186px;
  float: left;
  position: relative;
}
#content {
  position: relative;
  float: left;
  width: 57%;
  max-width: 540px;
  border-right: 1px solid #999;
  border-left: 1px solid #999;
  min-height: 500px;
}
#right {
  width: 22.5%;
  max-width: 210px;
  float: left;	
}
img#wpstats {visibility:hidden;}
div#header-img > img {
  width: 100%;
  height: auto;
  min-height:58px;
}
div#header-img-small > img {
  width: 100%;
  height: auto;
}
div#header-img-small {
  display:none;
}
#footer-container {
	margin: 0 auto;
	width: 100%;
	max-width: 942px;
	font: 9px/20px Arial, Helvetica, sans-serif;
	color: #4d4d4d;
}
#footer-container ul {
	padding: 0 0 0 0;
	margin:0;
}
.wp-pagenavi {
  text-align: right;
  margin-right: 60px;
  padding-bottom: 30px;		
}
/************************************** Media Queries */
@media only screen and (max-width: 945px), only screen and (max-device-width: 945px) {
  #sidebar {
    display: none;
  }
  #content {
    width: 76% !important;
    max-width: 728px !important;
  }
  #right {
    width: 23% !important;
    max-width: 212px !important;
  }
}
@media only screen and (max-width: 820px), only screen and (max-device-width: 820px) {
  #content {
    width: 71% !important;
  }
  #right {
    width: 27% !important;
  }
}
@media only screen and (max-width: 740px), only screen and (max-device-width: 740px) {
  #content {
    width: 68% !important;
  }
  #right {
    width: 28% !important;
  }
  div#search {
    display: none;
  }
  div#navigation-container > div#menu {
    display: none;
  }
}
@media only screen and (max-width: 640px), only screen and (max-device-width: 640px) {
  #content {
    width: 99.8% !important;
    border-right: 0px !important;
    border-left: 0px !important;
  }
  #right {
    display: none !important;
  }
  #content-container h2 {
    background: none !important;
  }
  div#content-title > h2  {font-size:2em;}
  form#mc-embedded-subscribe-form { left:90%;width:90% !important;margin-left: -45% !important;}
}
@media only screen and (max-device-width: 640px) {
  div#header-img {display:none !important;}
  div#header-img-small {display:block !important;}  
}
/*********************************** End Media Queries */