/*

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 ul#header-navigation { float: right; }

ul.sidebar li ul li { background: url(custom/images/dot.png) no-repeat left; padding: 0 0 0 12px; }

body.custom span.widget-title { text-transform: none }

body.custom p.nocomments { display: none; }

body.custom div.gallery div.caption {
	border:0px none #CCCCCC;
	clear:both;
	padding:3px;background-color: #FFFFFF;
	}
	
body.custom div.gallery div.slideshow span.image-wrapper {
float:right;
padding-bottom:0px;
}

body.custom div.gallery div.slideshow a.advance-link {
	border:1px solid #000000;
	display:block;
	padding:0px;
}

body.custom div.sidebar li.widget {
	text-align: left;
}

body.custom textarea.text  {
width:100%;
}

body.custom div.post, div.small-post {
margin:0 0 0px;
padding:0 0 0px;
}
