/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}
#wrapper {  background: #FFFFFF url(img04.gif) repeat-x; }
h1, h2, h3 {
  margin-top: 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #666666;
}

h1 {
  font-size: 197%;

}

h2 {
  font-size: 106%;
    text-align: center;
    font-family: arial black;
    color: #000000;
}

h3 {
  font-size: 100%;

}

p, ul, ol {
  margin-bottom: 1.6em;
  line-height: 180%;
}

/* blog */
.blog_post h3 a {
  color: #444; 
  font-size: 156%;
  font-weight: normal;
  text-decoration: none;
}
.blog_post h3 { margin-bottom: 0px; }
.blog_post h3 a:hover { text-decoration: underline; }
.blog_post .date { color: #999 }
.blog_post .metadata { color: #999; }
.blog_post .post_wrapper { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px dotted #eee; }


#location_1 ul.friends { margin-left: 20px; }
#location_1 .cropped_images.small_images { padding-left: 20px }
#location_0 .cropped_images.small_images { padding-left: 3px; }

blockquote { font-style: italic; }

a {
  color: #5aa1c8;
}

a:hover {
  text-decoration: none;
}

small {
}

hr {
  display: none;
}

img {
  border: 1px solid #B2B2B2;
}

img.left {
  float: left;
  margin: 0 15px 0 0;
}

img.right {
  float: right;
  margin: 0 0 0 15px;
}

/* header */

#header {
  width: 770px;
  height: 62px;
  margin: 0 auto;
}

/* Logo */

#logo {
  float: left;
  width: 240px;
  height: 10px;
  background: #ffffff;
}

#logo h1#site_heading, #logo h2#site_subheading {
  margin: 0;
  text-align: center;
}

#logo h1#site_heading {
  padding-top: 18px;
  font-size: 26px;
  font-family: helvetica;
        height: 15px; 
       
}

#logo h2#site_subheading {
  font-size: 18px;
  font-family: helvetica;
        color: #ffffff; 
          height: 15px; 
}


#logo a {
  text-decoration: none;
  color: #ffffff;
}



/* Menu */

#primary_navigation {
  width: 770px;
  height: 40px;
  margin: 8px auto 0px auto;
}

#primary_navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
        float: right;
        width: 510px;
        overflow: hidden;
        height: 40px;
}

#primary_navigation li {
  float: left;
  display: block;
  height: 40px;
}

#primary_navigation a:hover {
  background: #61c5f3;
    color: #fff;
}

#primary_navigation a {
  display: block;
  width: 60px;
  height: 35px;
  padding: 8px 20px 0 20px;
    font-family: arial black;
    font-size: 12px;

  text-align: center;
  text-decoration: none;

  color: #000000;
}

html>body #primary_navigation a {
  width: auto;
}

#primary_navigation li.active {
  background: #d2e5f0 url(img05.gif) no-repeat;
}

#primary_navigation li.active a {
  background: url(img06.gif) no-repeat right top;
}

/* Page */

#page {
  width: 800px;
  margin: 0 auto 20px auto;
  background: url(img07.gif) repeat-y 260px 0;
}
#page.single_column { 
  background-image: none;  
}

.blog_post {
  margin-bottom: 10px;
}

/* Content */

#location_0 {
  float: right;
  width: 490px;

}

#page.single_column #location_0
{
  width: 770px;  
}
#location_0 h2 span {
  display: block;
  margin-top: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #D5EBED;
}


/* Sidebar */

#location_1 {
  float: left;
  width: 240px;


}
#location_1 div.component {
  padding: 10px;
        margin-bottom: 20px; 
        
}

#location_1 ul {

  padding: 0;
  list-style: none;

}

#location_1 li {
  padding: 5px 10px;

    line-height: 24px;


}


#location_1 h2 span {
  display: block;
  border-bottom: 1px solid #D5EBED;
  font-size: 114%;


}

#location_1 h3 {
  margin: 0;
  padding: 5px 0;
  background: url(img12.gif) repeat-x left bottom;
}

#location_1 p {
  margin: 0 0 10px;
  line-height: 6px;
}

#location_1 a {
  text-decoration: none;
      color: #000000;
  font-family: arial black;
    font-size: 11px;
  margin-left: 30px;
    padding-left: 30px;
  display: block;

}



#location_1 li a:hover {
 
    background: #61c5f3  top right no-repeat; 
  color: #fff; 


}

/* Footer */

#footer {
  clear: both;
  height: 100px;
  padding-top: 20px;
  background: #d2e5f0 url(img08.gif) repeat-x;
        font-size: 77%;
        text-align: center;
}
#footer img { border: 0px; }
#copyright, #powered_by {
  padding-left: 20px;
}

.search_wrapper #blog_search { width:115px; }

