/*

To get started customizing with CSS, we recommend you 

go to http://headwaythemes.com/documentation/customizing-your-headway-site/custom-css/ 

to get started.



When writing the selectors for the elements, put body.custom at the

beginning.



For an example on how to change the background with custom CSS

we can use the following code.



body.custom {

	background: red;

}

*/



body.custom #header {

margin-top:25px;

}



body.custom ul.navigation li a:hover {

-moz-background-clip:border;

-moz-background-inline-policy:continuous;

-moz-background-origin:padding;

background:#7c800b none repeat scroll 0 0;

text-decoration:underline;

letter-spacing: 1px;

color:#fff;

} 



body.custom ul.navigation li ul a:hover {

-moz-background-clip:border;

-moz-background-inline-policy:continuous;

-moz-background-origin:padding;

background:#F57835 none repeat scroll 0 0;

text-decoration:underline;

letter-spacing: 1px;

color: #fff;

}



body.custom ul.navigation li.current_page_item a:link, ul.navigation li.current_page_item a:visited, ul.navigation li.current_page_item ul, ul.navigation li.current_page_parent a:link, ul.navigation li.current_page_parent a:visited, ul.navigation li.current_page_parent ul, ul.navigation li.current_page_ancestor a:link, ul.navigation li.current_page_ancestor a:visited, ul.navigation li.current_page_ancestor ul {

-moz-background-clip:border;

-moz-background-inline-policy:continuous;

-moz-background-origin:padding;

background:#7c800b none repeat scroll 0 0;

border-right-width:0;

color:#fff;

font-family:verdana,sans-serif;

font-size:12px;

font-variant:normal;

font-weight:normal;

letter-spacing:1px;

line-height:8px;

text-transform:none;

}



body.custom div#leaf-26 div.feed-post {

margin:3px 0;

padding:5px 0;

}



body.custom div#leaf-31.headway-leaf  {

background:transparent url(http://teaching2learn.org/testbed/wp-content/uploads/2010/02/about_bg_bottom.gif) no-repeat scroll 0 0;

height:1%;

overflow:hidden;

}



body.custom div#leaf-31.box div.leaf-content {

padding-right:6px;

}



body.custom div.post, div.small-post {

border-bottom: 1px dotted #cccccc;

}



body.custom .leaf-top {
padding: 6px 4px;
}

body.custom span.widget-title {
padding: 6px 4px;
}