/* 
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#woothemes {
  background-color: #e9f6fc;
  background-attachment: fixed;
  color: #000;
}
a, a:link, a:visited {
  color: #000;
}
#header {
  height: 180px;
}
#nav a {
	color: #333;
}

#nav a:hover {
	background: url(images/bg-box.png);
}
#logo a {
        top: 60px;
}
div#hi {
        top: 90px;
}
h2 {
  color: #000;
}
h2.hd-page {
  color: #000;
}
h3 {
  color: #000;
}
.post h3 a {
  color: #000;
}
h3#myWritings {
  background: none;
  width: 400px;
  margin: 10px 0 0 12px;
}
#sidebar h3 {
  color: #000;
}
#sidebar a {
  color: #000;
}
div.box1 ul.list2 li, div.list3 li {
  border-bottom:1px dashed #FFF;
}
.txt0, .txt0 a, .continue {
  color: #febe10;
}
#footer {
  width: 100%; 
  height: 65px;
  background: none;
  background-color: #000;
}
#footer #footerWrap #copy a {
  color: #0099cc;
}
ul#footerNav li a {
  color: #ffcc00;
}