/* 
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.

*/

#header{
     padding:0px 0;
     clear:both;
     position:relative;
     height:145px;
     background:url('http://www.drormagal.com/wp-content/themes/headlines/images/dror.png') bottom right no-repeat;
}

#logo  { 
	min-height:70px; 
	float: right;
        margin-top:70px;
        margin-right:110px;
}
h2 {
    font-size: 20px;
    font-weight:bold;
}

h1 {
    font-size: 26px;
    font-weight:bold;
}

.post .title {
    font-size: 28px;
    font-weight:bold;
}

.post h2{
    font-size: 20px;
    font-weight:bold;
}

body {background:#D8DFEA}
.post {border: 1px solid #3B5998;}

.widget {
    background: none;
    background: #FEFEFE;
    border: 1px solid #3B5998;
    color: #555555;
    font-family: Arial,Helvetica,sans-serif;
}

.widget h3 {
    background: none;
    background:#3B5998;
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
}

#footer-widgets .widget h3{
    background: none;
    background:#3B5998;
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    text-shadow:none;
}

#page-nav {
    position: relative;
    background: none;
    height: 40px;
}

#secnav, #secnav ul {direction: rtl;}