/*
To get started customizing with CSS, we recommend you 
go to http://headwaythemes.com/documentation/customizing-your-headway-site/custom-css/ 
to get started.

Be sure to turn on custom CSS in the Headway Design Options.  

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 div#header-navigation li {
padding-left: 20; 
padding-right: 20; 
	 }

body.custom div.content p.author {
   font-size: 12px;
   color: #666666;
   padding: 6px;
   border: 3px dotted #666666;
} 


body.custom div.content p.action {
   font-size: 14px;
   color: #1865A3;
   background: #52A3DA;
   padding: 6px;
   border: 3px solid #1865A3;
} 

body.custom div.content p.blockquote {
   color: #1865A3;

} 

body.custom div#footer {
   font-size: 11px;
   color: #ffffff;
   border: 1px solid #1865A3;
} 

body.custom div#footer a{
 font-size: 11px;
   color: #ffffff;
} 

/* TOP BAR & DROP DOWN */


#topbar {
height: 32px; 
background: #ffffff;
}

#topbar .container {
width: 960px;
height: 32px;
margin: 0 auto;
position: relative;
z-index: 101;
background: #ffffff;
}

.switcher_wrap {
width: 406px;
background: #1865A3;
position: absolute;
z-index: 101;
right: 0;
}

.switcher_header {
width: 400px;
height: 28px;
padding: 4px;
background: #ffffff url('custom/images/switcher-header.gif') no-repeat 4px 4px;
text-indent: -9999px;
}

.switcher_header:hover { cursor:pointer; }

#links ul {
list-style-type: none;
padding: 0 0;
margin: 0;
border-bottom: 1px solid #FFFFFF;
line-height: 1.5em;
}

#links li {
list-style: none;
font-size: 12px;
}
	
#links a {
font-family: "Trebuchet MS", sans-serif;
color: #FFFFFF;
text-decoration: none;
display: block;
padding: 5px 20px;
}

#links a:hover {
background: #61A8DC;
}


body.custom div.content p.caption {
   font-size: 10px;
   font-style:italic;
} 
