body {
  font-family:      'Lucida Grande' Verdana, Arial, Helvetica, sans-serif;
  font-size:        14px;

  text-align:       center;

  background:       #7b868f url('images/body_background.png') repeat-x left top;
  color:            #000000;
}

a img {
  border:           0;
}

a {
  color:            #00afca;
  text-decoration:  none;
}

a:hover {
  text-decoration:  underline;
}

h1 {
  font-size:        0.9em;
  font-weight:      normal;
  letter-spacing:   1.4em;
  text-transform:   uppercase;
}

h1 a {
}


h2 {
  font-size:        1.5em;
  font-weight:      bold;
  margin-bottom:    0;
}

h2 a {
}

h3 {
  font-size:        1.2em;
  margin-bottom:    0;
}

h3 a {
}



p {
  margin-left:      30px;
  margin-right:     30px;
}

p.fullwidth {
  margin:           0;
  padding:          0;
}

#main {
  color:            #000000;
  background-color: #f0f5f7;
  width:            824px;
  margin-left:      auto;
  margin-right:     auto;
  margin-top:       0;
  padding-top:      0;
}

#header {
  display:          block;

  background-color: #f0f5f7;
  margin-top:       0;
  padding-top:      0;
} 

#footer {
  color:            #aaaaaa;
  text-align:       right;
  clear:            both;
  margin:           5px;
}

#footer a {
  color:            #aaaaaa;
}

#hmenu {
  text-align:       right;
  margin-top:       0;
  padding-top:      0;
  margin-bottom:    3px;
  width:            100%;
}

#maincol {
  background-color: #f0f5f7;
  width:            672px;
  padding-left:     12px;
  text-align:       left;
  float:            left;
  margin:           0;
  padding:          0;
}

#rightcol {
  float:            right;
  width:            152px;
  color:            #000000;
  background-color: #f0f5f7;
  text-align:       right;
}


#hmenu ul {
  list-style:       none;
  padding:          0;
  margin:           0;
}

#hmenu ul.left {
  float:            left;
}

#hmenu ul.right {
  float:            right;
}

#hmenu a {
  display: block;
  float: left;

  border-width: 1px;
  border-style: solid;
  border-color: #f0f5f7;

  -moz-border-radius-bottomright: 5px;
  -khtml-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;

  -moz-border-radius-bottomleft: 5px;
  -khtml-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
}

#hmenu a:hover {
  color: #ffffff;
  background-color:   #7b868f;
  border-color: #00afca;
}

#hmenu a.selected {
  color: #00afca;
  border-color: #00afca;
}

#hmenu a.selected:hover {
  color: #ffffff;
}

#hmenu a {
  display: block;
  margin: 0px 2px 2px 2px;
  padding: 5px 5px 5px 5px;
}

#hmenu li.current-cat  a {
  color: #ffffff;
  background-color: #00afca;
  border-color: #00afca;
}

#hmenu li {
  display:          inline;
}

#vmenu {
  padding-right:    10px;
}


#vmenu ul, .external ul {
  list-style:       none;
  margin:           0;
  padding:          0;
}

#vmenu a {
  display:          block;
  margin-left:      10px;
}

#vmenu a:hover {
  text-decoration:  underline;
}

#vmenu a, #vmenu h2 {
  display:          block;
  margin:           2px 0 2px 0;

}

#vmenu h3 {
  padding-top:      20px;
  font-size:        0.8em;
  font-weight:      bold;
  letter-spacing:   0.8em;
  text-transform:   uppercase;
}

.external span{
  font-weight:      bold;
}

.image {
  width: 800px;
  margin-bottom: 20px;
  overflow: hidden;
  float: left;
  position: relative;
  padding: 0;
}

.image .caption {
  font-weight:      bold;
  background:       #555;
  display: block;
  filter:alpha(opacity=75);
  opacity:.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 15px 10px 15px;
  width: 100%;
  border-top: 1px solid #777;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

div.navigation {
  color:            #aaaaaa;
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-left: 30px;
  margin-right: 30px;
  padding-bottom: 20px;
}


.post {
  padding-bottom: 30px;
  padding-top: 10px;
}

h1, h3, h2, small{
  margin-left:          30px;
}

.entry {
}

#tag-cloud {
  padding-left:    10px;
  padding-right:    10px;
  margin-top: 50px;
}

ul.related_post {
  list-style:       none;
}

#search {
  color:            #00afca;
  float: right;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 3px;
}

div.search {
  margin-left:      30px;
}

#search input {
  color: #7b868f;
  border: 1px solid #00afca;
}

#kiva {
  text-align: center;
  padding-top: 20px;
}

#cboxOverlay {
  font-size:        13px;
}

#blogroll {
  text-align: center;
  background-color: #e0e5e7;
  padding-top: 5px;
  padding-bottom: 5px;
}
