/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles at the end of this file 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.
*/

#wrapper { padding-bottom:20px }

#footer {
  padding-top:30px;
  padding-bottom:30px;
  -moz-border-radius:10px 10px 10px 10px;
  background-image:url("http://connectingtocontent.com/wp-content/uploads/2010/06/headergradientblue140.png");
  background-position:center top;
  background-repeat:no-repeat;
  border:1px solid #AAD5F3;
  width:938px;
}

#credit.col-right { padding-right:30px; }

#copyright.col-left {padding-left:30px; }

#logo .site-title a:hover { text-decoration:none; }

#logo .site-description { padding-top:8px; }

#header { -moz-border-radius:10px 10px 10px 10px; }

.nav a { margin: 0 5px 0 0; }

.nav a:hover, .nav li.current_page_item, .nav li.current_page_parent { 
  background:#AAD5F3; 
  color:#ffffff;
  margin:0 5px 0 0;
}

.widget h3 { 
  margin: 20px 0;
  padding:5px;
  background-color:#D5EAF9;
  text-transform:none;
}

.widget ul  { 
  clear:both;
  margin-left:10px; 
  padding:0;
  list-style-position:outside; 
  list-style-type:disc;
}

.widget ul li {
  margin-left:10px;
}

.widget ul li a {
  padding:0;
}

#tabs {
  border:2px solid #e6e6e6;
  background-color:#e6e6e6;
  -moz-border-radius:10px 10px 10px 10px;
  padding:10px;
}

#tabs .inside li { border:0 none #D5EAF9; }

#comments {
  border: 0 none;
  margin:20px 0 0;
  padding:20px 0 0;
}

#comments .comment .comment-container { border-top:2px solid #ffffff; }

#comments .comment.thread-even { border:0 none; }

.nav-entries { margin-top:30px; }

.nav-entries, .wp-pagenavi {
  border-bottom:0 solid #E6E6E6;
  border-top:0 solid #E6E6E6;
  background:none repeat scroll 0 0 #D5EAF9;
  padding:0 3px;
}

.subscribe-to-comments { padding-top:30px; }

.entry ol  { margin: 0 0 15px 0; padding: 0 0 0 30px; list-style-type: decimal; }
.entry ol ol  { margin: 0; list-style-type: decimal; }
.entry  ol li  { list-style-type: decimal; }
.entry  ol li ol li  { list-style-type: decimal; }

