/* 
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.
*/

#header {
  clear:both;
  position: relative;
  background-size:cover;
  background: transparent url(http://www.DrMichele.org/wp-content/uploads/2013/07/Header.jpg);
  width:980px;
  height:250px;
}


#navigation {
  margin-bottom: 1.5em;
width:;
}

ul.nav {
  width: 100%;
}

ul.nav li a:hover {
text-decoration:underline;
}


#logo {
padding:60px 0 0 20px;
}

#topad {
  margin: 0em 0 0em;
}

#wrapper {
  background:#fff;
padding: 0px 0 40px 0;
}

.post{
  margin: 10px 20px 10px 20px;
}

.page{
  margin: 0px 20px 10px 20px;
}

.magazine #loopedSlider{
margin-left:20px;
}

.widget {
  background: #f5fcfe;
  border:1px solid #d8e6eb;
  border-radius:0px;
  margin: 10px 20px 10px 20px;
}

.widget p {
  margin: 10px 20px 10px 20px;
}

.widget h3 {
  margin-left: 20px;
}

.widget #connect {
margin-left: 20px;
}

.widget #connect h3 {
margin-left:0px;
}

#footer {
clear: both;
}

#footer p{
  padding: 0px 20px;
}

#main {
margin-top:20px;
}