/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

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

body {
  background: #CCCCCC url(bg.gif) repeat-x;
  font: 13px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: #6B6B6B; 
  text-align: center;  
}

/* links */
a, a:visited {  
  color: #555555;
  text-decoration: underline;
}
a:hover {
  color: #555555;
  text-decoration: none;
}

/* headers */
h1, h2, h3 {
  font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
  font-weight: Bold;   
  padding: 10px;    
  color: #444444;  
}
h1 {
  font-size: 2.3em;
  color: #2266AA;
}
h2 {
  font-size: 1.3em;
  color: #F26B35;
}
h3 {
  font-size: 1.6em;
  font-weight: normal;  
  padding: 16px 10px 4px 10px;  
}

/* Paragraph */
p { padding: 12px 10px;  }

/* Lists */
ul, ol {
  margin: 10px 20px;
  padding: 0 20px;  
}
ul { list-style: none; }

dl { padding: 10px; margin: 0; }

dt {
  font-weight: bold;
  color: #79A62E;
}
dd {
  padding-left: 25px; 
}

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

code {
    margin: 5px 0;
    padding: 15px;
    text-align: left;
    display: block;
    overflow: auto;  
    font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace;
    /* white-space: pre; */
    border: 1px solid #EEE8E1; 
  background: #FAF7F5;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
  margin: 15px 10px;
   padding: 15px 7px 15px 60px;    
   font-weight: normal;
  font-size: 17px;
  line-height: 1.6em;
  font-style: italic;
  font-family: Georgia, 'Times New Roman', Times, serif;    
  color: #80614D;  
  border: 1px solid #EEE8E1; 
  background: #FAF7F5 url(quote.gif) no-repeat 15px 15px;
}

/* start - table */
table {
  border-collapse: collapse;
  margin: 15px 10px;    
}
th {
  height: 38px;
  padding-left: 12px;
  padding-right: 12px;
  color: #fff;
  text-align: left;
  background: #ADD163;  
  border-width: 1px;
    border-style: solid;
    border-color: #C4DE8F #93C138 #93C138 #C4DE8F;  
}
tr {
  height: 34px;
  background: #FFFFFF;
}
td {
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 11px;
  padding-right: 11px;
  border: 1px solid #EEEEEE;  
}  
/* end - table */

/* form elements */
form {
  margin: 20px 10px; 
  padding: 15px 25px 25px 20px; 
  border: 1px solid #EEE8E1; 
  background: #FAF7F5;
}
form p {
  border-bottom: 1px solid #ECE5DD;
  padding: 12px 0 5px 0;  margin: 0;  
  color: #555555;
}
label {
  font-weight: bold;
  color: #A7743B;
}
input, select, textarea {
  margin: 5px 0;
  padding: 5px;
  color: #6A6969;
  border-width: 1px;
  border-style: solid;
    border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 
}
option { padding-right: 0.5em; } 

#name, #email, #message, #website{
  width: 455px;
}
input.button { 
  font: bold 12px Arial, Sans-serif; 
  height: 30px;
  margin: 0;
  padding: 2px 3px; 
  color: #fff;
  background: #A6CD56;
  
  border-width: 1px;
    border-style: solid;
    border-color: #C4DE8F #8DB836 #8DB836 #C4DE8F;
}


/*-------------------------------------------
   LAYOUT
--------------------------------------------*/ 
.component { margin-bottom: 15px; }
#wrap {
  position: relative;
  width: 952px;
  background: #FFF url(wrap.gif) repeat-y center top;
  margin: 40px auto 30px auto;
  text-align: left;  
}
#content {
  clear: both;  
  float: left;  
  width: 952px;            
  padding: 25px 0 25px 0;   
}
#header {
  position: relative;
  width: 952px;
  height: 150px;
  background: #B6B6B6 url(header.jpg) no-repeat;  
  color: #fff;  
  padding: 0;  
  margin: 0;  
}
#header h1#site_heading {
  position: absolute;
  margin: 0; padding: 0;
  font: bold 66px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
  letter-spacing: -5px;

  color: #332616;
  
  /* change the values of top and left to adjust the position of the logo*/
  top: 75px; left: 55px;  
}

#header h1#site_heading a { color: #332616; text-decoration: none; }

#header p#site_subheading {
  position: absolute;
  margin: 0; padding: 0;
  font: bold 15px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
  color: #322815;
  letter-spacing: -0.5px;
  
  /* change the values of top and left to adjust the position of the slogan*/
  top: 148px; left: 150px;    
}

/* top-menu */
 #top-menu {
   position: absolute;
  margin: 0;
  padding: 30px 15px 8px 15px;
  background: #F26B35 url(top-menu.jpg) repeat-x;
  font-family: 'Trebuchet MS', Arial, Sans-serif;
  color: #FFF;
  
  top: 0;  right: 70px
 }
 #top-menu p {   
  margin: 0; padding: 0;  
 }
 #top-menu a {
   font-weight: bold;
  color: #fff;
 }

/* Navigation */
#primary_navigation {
  clear: both;  
  padding: 0;  margin: 0;
  width: 952px;
  height: 40px;
  background: #CCCCCC url(nav.jpg) no-repeat;    
}
#primary_navigation ul {
  float: left;  
  list-style: none;  
  margin: 0 0 0 0;
  height: 45px;
  padding: 0 0 0 40px;          
}
#primary_navigation ul li {
  float: left;
  margin: 0; padding: 0 0 0 10px;    
}
#primary_navigation ul li a {
  float: left;
  margin: 0;
  padding: 0 15px 0 5px;
  color: #FFF;
  font: bold 14px/44px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
  text-decoration: none;    
}
#primary_navigation ul li a:hover, 
#primary_navigation ul li a:active {
  color: #F26B35;  
}
#primary_navigation ul li.active {
  background: transparent url(left-tab.gif) no-repeat;  
}
#primary_navigation ul li.active a {  
  color: #F26B35;
  background: transparent url(right-tab.gif) no-repeat right top;  
}

/* Main Column */
#location_0 {
  float: left;
  width: 535px;
  padding: 0; margin: 0 0 0 50px;
  display: inline;  
}
h3, h2 { margin: 0px; padding: 0px; }
 
#location_0 h2, #location_0 .blog_post h3 { font: bold 2.3em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif; }
#location_0 h2 span, #location_0 .blog_post h3 {
  color: #2266AA;
  display: block;
  padding: 10px 0 5px 5px;
  margin-left: 5px;
  border-bottom: 0px solid #E4F2C8;
}
#location_0 .blog_post h3 a {
  color: #51432f;
  text-decoration: none;    
}
#location_0 ul li {
  list-style-image: url(bullet.gif);
}

#location_1 {
  float: right;
  width: 285px;
  padding: 0; 
  margin: 0 45px 0 0;
  display: inline;  
}
#location_1 h2 {   font: bold 1.5em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif; }
#location_1 h2 span {
  display: block;
  color: #88BB44; 
  text-transform: none;
  letter-spacing: -0.5px;
  padding: 5px 0 5px 5px; 
  margin: 10px 0 5px 10px;   
  border-bottom: 1px solid #E4F2C8;  
}

#location_1 .lastfm_entry { padding: 5px; }


#location_1 li {
  list-style: none;
  margin: 0;
  padding: 8px 10px;     
  border-bottom: 1px solid #E8E8E8;  
}
* html body #location_1 .sidemenu li {
  height: 1%;
}
#location_1  li a {
  text-decoration: none;  
  color: #739A23;
  background: none;
  font-weight: normal;
}

#location_1  li a:hover {  
  color: #000;  
  background: none;  
}
#location_1  ul { margin: 0 0 0 5px; padding: 0; }


/* footer */
#footer {
  clear: both;
  width: 952px;
  margin: 0;
  padding: 30px 0 25px 0;
  background: #CCCCCC url(footer-bottom.gif) no-repeat left top;      
  font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
  font-size: 0.95em;
  color: #777777;  
  text-align: center;  
  letter-spacing: .2px;
}

#footer a:hover { 
  color: #555555; 
  border-bottom: 0px dotted #555555;
  text-decoration: none;
}

/* postmeta */
.blog_post .metadata {
  padding: 8px 10px;
  margin: 15px 10px 10px 10px;  
  color: #FF0000;
  border: 1px solid #EEE8E1; 
  background: #FAF7F5;
  overflow: hidden;
}

.blog_post .metadata .comments, .blog_post .metadata .category { 
  margin: 0 10px 0 5px;
  padding: 7px 5px 7px 25px;
  display: inline;
  color: #FF0000;
}
.blog_post .metadata .comments { 
  background: #FAF7F5 url(comments.gif) no-repeat 0 2px;
}
.blog_post .metadata .category { 
  background: #FAF7F5 url(doc.gif) no-repeat 0 2px;
}
.blog_post .metadata .tags { display: block; padding: 5px 5px 0px 5px; }

.blog_post .date { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #A98D76; }
.blog_post .date a, .blog_post .date a:visited { color: #333; }
 
/* comments list */
ol.commentlist {
  margin: 12px 10px;
  padding: 0;
  border-style: solid;  
  border-color: #EEE8E1;  
  border-width: 1px 1px 0 1px;
}
.commentlist li {
  margin: 0;
  padding: 10px;
  list-style: none;
  border-bottom: 1px solid #EEE8E1; 
}
.commentlist li cite {
  display: block;
  font-style: normal;
  font-weight: bold;
  padding: 7px;  
}
.commentlist li cite img {
  float: left;
  margin-right: 10px;  
}
.commentlist li cite .comment-data {
  font-size: .8em;
  font-weight: normal;
}
.commentlist li .comment-text {
  clear: both;
  margin: 0; padding: 0;
}
.commentlist li.alt {
  background: #FAF7F5; 
}
  
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }



/* header quick search */
#location_1 .search_wrapper form {
  padding: 0px; margin: 20px 0 30px 10px;
  border: none;
  width: 270px; height: 33px;
  background: #F2F0F0 url(qsearch.gif) no-repeat;    
}
#location_1 .search_wrapper { padding: 0px;}
#location_1 .search_wrapper form p {
  margin: 0; padding: 0;    
}
#location_1 .search_wrapper .input_wrapper input {
  float: left;
  border: none;
  background: transparent;
  color: #B8B8B8;  
  margin: 0;
  margin: 5px 0 0 5px; 
  width: 165px;  
  display: inline;  
  font: 1em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
}

#location_1 .search_wrapper .submit_wrapper input { 
  border-width: 0px;
  text-align: left;
  width: 70px; height: 24px;
  margin-top: 5px; 
  float: left;
  display: block;    
  background: transparent url(search.gif) no-repeat top right;
}

#location_0 .images .image { margin: 6px; }