/********************************************
   AUTHOR:        Erwin Aligam
        MODIFIED BY:            Brade for BigBlueHat - http://www.bigbluehat.com/
   WEBSITE:         http://www.styleshout.com/
  TEMPLATE NAME:    HigherGround
   TEMPLATE CODE:   S-0014
   VERSION:          1.1   
  LAST MODIFIED:    August-1-2008         
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
  background: #CCC;
  font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
  color: #666666; 
}

/* links */
#wrap a,#wrap  a:visited {  
  color: #5A93C9;
  background: inherit;
  text-decoration: none;
}
#wrap a:hover {
  color: #88ac0b;
  background-color: inherit;
  text-decoration: underline;
}

/* headers */
#wrap h1,#wrap h2,#wrap  h3 {
  font-family: 'Trebuchet MS', Tahoma, Sans-serif;
  font-weight: Bold;     
}
#wrap h1 {
  font-size: 190%;  
  font-weight: normal;
  color: #555;
}
#wrap h2 {
  font-size: 130%;
  text-transform: uppercase;
  color: #88ac0b;
}
#wrap h3 {
  font-size: 130%;  
}

#wrap h1,#wrap  h2,#wrap  h3,#wrap  p {
  padding: 5px 0;    
  margin: 0;
}
#wrap ul,#wrap  ol {
  margin: 5px 20px;
  padding: 0 20px;
}
#wrap ul {
  list-style: none;
}

/* images */
#wrap img {
  background: #FAFAFA;
   border: 1px solid #DCDCDC;
  padding: 5px;
}
#wrap img.float-right {
    margin: 5px 0px 10px 10px;  
}
#wrap img.float-left {
    margin: 5px 10px 10px 0px;
}

#wrap code {
    margin: 5px 0;
    padding: 10px;
    text-align: left;
    display: block;
    overflow: auto;  
    font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
    /* white-space: pre; */
    background: url(/media/images/higherground/post.jpg);
  border: 1px solid #E0DBC9;  
}
#wrap acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
#wrap blockquote {
  margin: 10px;
   padding: 0 0 0 25px;  
   background: url(/media/images/higherground/post.jpg);
  border: 1px solid #E0DBC9;
  font: bold 1.3em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;
  color: #A89A6A;
}


/* start - table */
#wrap table {
  border-collapse: collapse;
  margin: 10px;  
}
#wrap th strong {
  color: #fff;
}
#wrap th {
  background: #93BC0C url(/media/images/higherground/nav.jpg) repeat-x;
  height: 29px;
  padding-left: 12px;
  padding-right: 12px;
  color: #FFF;
  text-align: left;
  border-left: 1px solid #B6D59A;
  border-bottom: solid 2px #FFF;
}
#wrap tr {
  height: 30px;
}
#wrap td {
  padding-left: 11px;
  padding-right: 11px;
  border-left: 1px solid #E8E8E8;
  border-bottom: 1px solid #DFDFDF;
}
#wrap td.first,#wrap th.first {
  border-left: 0px;
}
#wrap tr.row-a {
  background: #F8F8F8;
}
#wrap tr.row-b {
  background: #EFEFEF;    
}
/* end - table */

/* form elements */
#wrap form {
  margin:10px; padding: 0 5px;
  border: 1px solid #D5D5D5; 
  background-color: #DFDFDF;   
}
#wrap label {
  display:block;
  font-weight:bold;
  margin:5px 0;
}
#wrap input {
  padding:2px;
  border:1px solid #eee;
  font: normal 1em Verdana, sans-serif;
  color:#777;
}
#wrap textarea {
  width:400px;
  padding:2px;
  font: normal 1em Verdana, sans-serif;
  border:1px solid #eee;
  height:100px;
  display:block;
  color:#777;
}
#wrap input.button, #wrap input[type=submit] { 
  font: bold 12px Arial, Sans-serif; 
  height: 24px;
  margin: 5px 0;
  padding: 2px 3px;
  color: #FFF;
  background: #8EB50C url(/media/images/higherground/nav.jpg) repeat-x 0 0;
  border: none;
}
#wrap fieldset{border:none}

/* search form */
#wrap .searchform {
  background-color: transparent;
  border: none;  
  margin: 0 0 0 3px; padding: 5px 0 10px 0;  
  width: 220px;  
}
#wrap .searchform p { margin: 0; padding: 0; }
#wrap .searchform input.textbox { 
  width: 130px;
  color: #777; 
  height: 18px;
  padding: 2px;  
  border: 1px solid #E5E5E5;
  vertical-align: top;
}
#wrap .searchform input.button { 
  width: 60px;
  height: 24px;
  padding: 2px 5px;
  vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
  position: relative;
  width: 820px;
  background: #CCC url(/media/images/higherground/content.jpg) repeat-y center top;
  margin: 15px auto;
  text-align: left;
}
#wrap #top-bg {
   position: absolute;
  width: 820px;
  height: 19px;
  background: #CCC url(/media/images/higherground/top-bg.jpg) repeat-y center top;  
  top: 0; left: 0;
  z-index: 2;  
}
#wrap #content-wrap {
  position: relative;
  clear: both;
  float: left;  
  width: 790px;  
  padding: 0;   
  background: #E8E8E8;  
  border-top: 5px solid #FFF;
  border-bottom: 2px solid #D0D0D0;
  margin-left: 15px;
padding-bottom:40px;  
  
}
#wrap #header {
  width: 820px;
  position: relative;
  height: 75px;
  background: #CCC url(/media/images/higherground/header-bg.jpg) repeat-y center top;
  padding: 0;  
  color: #FFF;  
}
#wrap #header h1#logo-text a {
  position: absolute;
  margin: 0; padding: 0;
  font: bold 36px 'Trebuchet MS', Arial, Sans-serif;
  letter-spacing: -1px;
  color: #787676;
  text-transform: none;
  text-decoration: none;
  
  /* change the values of top and left to adjust the position of the logo*/
  top: 25px; left: 30px;  
}
#wrap #header h1#logo-text span {
  color: #9A9696;
}
#wrap #header p#slogan {
  position: absolute;
  margin: 0; padding: 0;
  font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
  text-transform: none;
  color: #838181;
  
  /* change the values of top and left to adjust the position of the slogan*/
  top: 67px; left: 95px;    
}

/* header links */
#wrap #header #header-links {
  position: absolute;
  top: 20px; right: 20px;  
  color: #838181;
  font-size: 10px;  
}
#wrap #header #header-links a {  
  color: #838181;
  text-decoration: none;  
}
#wrap #header #header-links a:hover {
  color: #444;    
}

/* header-photo */
#wrap #header-photo {
  clear: both;
  height: 200px;
  width: 790px;
  margin: 0 auto;
  background: #FFF url(/media/images/higherground/header-photo.jpg) no-repeat center center;
}

/* Navigation */
#wrap #nav {
  clear: both;  
  padding: 0;    
}
#wrap #nav ul {
  float: left;
  list-style: none;
  background: url(/media/images/higherground/nav.jpg) repeat-x;  
  width: 790px;    
  text-transform: uppercase;
  margin: 0 0 0 15px;
  padding: 0;  
  display: inline;
}
#wrap #nav ul li {
  display: inline;
  margin: 0; padding: 0;
}
#wrap #nav ul li a {
  display: block;
  float: left;
  width: auto;
  margin: 0;
  padding: 0 14px;
  border-right: 1px solid #899D00;
  border-left: 1px solid #A7D101;
  border-bottom: none;
  color: #FFF;
  font: bold 13px/2.8em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
  text-transform: uppercase;
  text-decoration: none;  
  letter-spacing: 1px;
}
#wrap #nav ul li a:hover, 
#wrap #nav ul li a:active {
  background: url(/media/images/higherground/nav-hover.jpg) repeat-x;  
}
#wrap #nav ul li#current a {  
  background: url(/media/images/higherground/nav-current.jpg) repeat-x;  
}

/* Main Column */
#wrap #ddcol_0 {
  float: left;
  width: 67%;
  padding: 20px 0 0 0; margin: 0 0 0 10px;
  display: inline;
}
#wrap #content-wrap h2 {
  font: normal 1.9em 'Trebuchet MS', Tahoma, Sans-serif;
  color: #85970C; 
  text-transform: none;
  padding: 10px 0 0px 10px;       
}
#wrap #content-wrap h2 a {
  color: #85970C;
  text-decoration: none;  
}
#wrap ul li {
  list-style-image: url(/media/images/higherground/bullet.gif);
}

/* Sidebar */  
#wrap #sidebar,#wrap #ddcol_1 {
  float: right;
  width: 27.5%;
  padding: 20px 10px 0 0; margin: 0;    
}
#wrap #ddcol_1{
padding-right:0;margin-right:10px
}
#wrap #sidebar h3,#wrap  #ddcol_1 h3 {
  padding: 5px 5px; 
  font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
  color: #8C9F0D;     
}
#wrap #sidebar ul {
  text-align: left;
  margin: 7px 4px 8px 0; padding: 0;
  text-decoration: none;    
  background: url(/media/images/higherground/dots.jpg) repeat-x left top;
}
#wrap #sidebar ul li {
  list-style: none;
  background: url(/media/images/higherground/dots.jpg) repeat-x left bottom;
  padding: 4px 0 4px 5px;
  margin: 0 2px;    
  color: #8F8F8F;
}
* html body #sidebar ul li {
  height: 1%;
}
#wrap #sidebar ul li a {
  text-decoration: none;  
  background-image: none;  
  color: #666666;      
}
#wrap #sidebar ul li a:hover {  
  color: #1773BC;  
}
#wrap #sidebar ul ul { margin: 0 0 0 5px; padding: 0; background:none}
#wrap #sidebar ul ul li { background: none; }

/* footer */
#wrap #footer-wrap {
  clear: both;
  width: 820px;
  font-size: 95%;  
  text-align: left;
  padding:0 0 15px;
  background: url(/media/images/higherground/footer-bottom.jpg) no-repeat center bottom;  
}
#wrap #footer-wrap a {
  text-decoration: none;
  color: #666666;
  font-weight: bold;
}
#wrap #footer-wrap a:hover {
  color: #000;  
}
#wrap #footer-wrap p {
  padding:10px 0;
}
#wrap #footer-wrap h3 {
  color: #666666;
  margin: 0;
  padding: 0 10px; 
  text-transform: uppercase;
}

#wrap #footer-columns {
  color: #888;
  margin: 0 auto; 
  padding: 0;  
  width: 760px;    
}
#wrap #footer-columns ul {
  list-style: none;
  margin: 10px 0 0 0; 
  padding: 0;  
  background: url(/media/images/higherground/footer-dots.jpg) repeat-x left top;
}
#wrap #footer-columns li {
  background: url(/media/images/higherground/footer-dots.jpg) repeat-x left bottom;    
}
#wrap #footer-columns li a {
  display: block;
  font-weight: normal;
  padding: 4px 0 4px 10px;
  width: 96%;
}
#wrap #footer-columns .col3,#wrap  .col3-center {
  float: left;
  width: 32%;
}
#wrap #footer-columns .col3-center { 
  margin: 0 15px; 
}

/* bottom */
#wrap #footer-bottom {
  clear: both;
  color: #666;  
  margin: 0 auto; 
  width: 820px;
  padding: 10px 0;
  text-align: center;
}

/* postmeta */
#wrap .post-footer {
  background: url(/media/images/higherground/post.jpg);
  padding: 5px; margin: 5px 10px 10px 10px;  
  font-size: 95%;  
  color: #AEA471;
  border: 1px solid #E0DBC9;
}
#wrap .post-footer .date{ margin: 0 10px 0 5px;  }
#wrap .post-footer a.comments { margin: 0 10px 0 5px;  }
#wrap .post-footer a.readmore { margin: 0 10px 0 5px;  }
#wrap .post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #888; }

/* alignment classes */
#wrap .float-left  { float: left; }
#wrap .float-right { float: right; }
#wrap .align-left  { text-align: left; }
#wrap .align-right { text-align: right; }

/* display and additional classes */
#wrap .clear { clear: both; }

#content .item{padding:0 10px 10px}
#content .item:after{content:".";display: block;height:0;clear:both;visibility:hidden}
/* item overrides */
#content .contentcol{padding-top:8px}
#content .dditem{background:#e8e8e8}
#content .dditem:hover{cursor:move;background:#ddd}
#content .dragitem{border-bottom:0}
#content .dragitemhover{border-bottom:8px solid #ccc}
#content .ddcol{background:#e8e8e8}
#content .ddcolhover{background:#ccc}

#wrap ul.galleryphotos{margin:0;padding:0}
#wrap ul.galleryphotos li{list-style:none;float:left;margin:0 8px 10px 0}
#wrap ul.galleryphotos li a{display:block}
#wrap ul.galleryphotos span.caption{margin-top:8px;display:block;text-align:center}

#wrap .bigbluehat a{text-decoration:none}
#wrap .bigbluehat a:hover{text-decoration:none}
#wrap .bigbluehat a em{font-style:normal}

p.signuplinks{text-align:center;margin-top:5px}
p.signuplinks a{color:#777;text-decoration:none;font-weight:bold}
p.signuplinks a:hover{text-decoration:underline}

.cake-sql-log {visibility: none; display: none;}
