/*
To get started customizing with CSS, we recommend you 
go to http://headwaythemes.com/documentation/developer-resources/css-map/
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;
}
*/
/* header top */ 

body.custom div#header-top {overflow: hidden; float: right;} 
body.custom div#header-top ul, body.custom div#header-top ul li {list-style-type: none; list-style-image: none;} 
body.custom div#header-top ul li {font-size: 12px; padding-left: 10px; padding-right: 10px; line-height: 1.7em; padding-bottom: 4px; padding-top: 4px;} 
body.custom div#header-top {background-color:#000000}
body.custom div#header-top {color:#ffffff}
body.custom div#header-top a {font-family:Palatino, serif; font-size:11px;}
body.custom div#header-top a:link {text-decoration: none; color:white;}
body.custom div#header-top a:visited {text-decoration: none; color: #ffffff;}
body.custom div#header-top a:hover {color: #ffffff;text-decoration: underline;}
body.custom div#header-top a:active {color: white;text-decoration: none}
body.custom div.entry-content blockquote {font-style: normal; color: #000000; border-left: 1px solid #000000; background: none; border-top: none; border-bottom: none; margin-left: 10px;}
body.custom div.entry-content a, body.custom div.entry-content a:hover {text-decoration: none; font-weight: bold;}
