/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

body  { 
  background: #cccccc url(styles/custom/bd_safegradient.png) repeat-x left top; 
}

/* Red styling */
a:link, a:visited  { color: #c40000; }
a:hover  {}
.post .date  { background: url(styles/red/date.png) no-repeat left top; }
.post-meta li .body a:hover  { color: #c40000; }
/* End red styling */


#header {
  margin-left: 160px;
}
#content {
  margin-left: 175px;
}

#navigation { height: 90px; }
#navigation img.title {
  position: relative;
  top: 30px;
}
#topsearch {
  position: relative;
  top: 15px;
}
input#s, input.field  { border: 1px solid #cccccc; }
input#s:focus, input.field:focus  { border: 1px solid #666666; }

#pagenav a  {  }
#pagenav li.current_page_item a, #pagenav li a:hover  { border-color: #c40000;  }

.entry blockquote  { font-size: 13px; }

.post {
  border: 5px solid #666666; 
}

.widget {
  font-family: Lucida Grande, sans-serif;
  color: #666
}

.widget h3  { 
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 0.1em;
  background: #000000;
  text-transform: none; 
  color: #999999; 
  height: 36px;
  padding: 0 0 0 8px;
  margin: 0 0;
}

.widget ul {
  padding: 10px 0 0 10px;
  list-style: disc;
  padding-left: 30px;
}

.widget ul li a:link, .widget ul li a:visited { 
  display: block; 
  font-size: 16px;
  line-height: 20px;
  padding: 0 0 0 5px; 
  text-decoration: none;
}

.widget ul li a:hover {
  text-decoration: underline;
}

#text-4 img, text-5 img {
  padding: 5px 0 0 30px;
}

#text-4 ul, text-5 ul {
  padding: 15px 0 0 30px;
  list-style: none;
}

#text-4 ul li a:link, #text-4 ul li a:visited, #text-5 ul li a:link, #text-5 ul li a:visited {
  color: #c40000;
  display: inline;
  font-size: 14px;
  padding: 0;
}

ul#twitter_update_list {
  font-size: 13px;
  list-style-type: disc;
  padding: 0 0 0 30px;
}

#twitter_update_list li {
  padding: 5px 0 5px 5px;
}

#twitter_update_list li a {
  text-decoration: none;
}

#twitter_update_list li a {
  color: #c40000;
  display: inline;
  font-size: 12px;
  line-height: 20px;
  padding: 0;
}

#text-3 p {
  font-size: 13px;
  padding: 5px 0 0 35px;
}

#footer { margin-top: 30px; }
