/*
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#background, body.custom div#post, body.custom div#footer {background: transparent; border: none;}


body.custom div#wrapper {background: transparent; border: none;}

body.custom div#container {background: transparent; border: none; z-index: 4;}

/*container for widgets and sidebar positioning*/
body.custom div#ul.sidebar { z-index: 4;}
body.custom div#ul.sidebar li{ z-index: 4;}
/*superb slideshow positioning*/
body.custom div#sswld { z-index: 4;}

body.custom div#navigation {background: transparent; border: none;}


body.custom div#header-container, body.custom div#header {background: transparent; border: none;}

body.custom div#navigation-container, body.custom div#header-navigation {background: transparent; border: none;}

body.custom {background: url(custom/images/black.jpg) repeat fixed top left;}

body.custom div#top, body.custom div#breadcrumbs, body.custom div#breadcrumbs-container, body.custom div#header-navigation {background: transparent; border: none;}

/*main navigation background including dropdown, but not active*/
body.custom div#navigation li{background: transparent; border: none; z-index: 5;}
body.custom div#navigation ul.navigation li a:link{background-color: #070707; border: none;}
body.custom div#navigation ul.navigation li a:visited{background-color: #070707; border: none;}

/*main navigation background but not list backgrounds or active*/
body.custom div#navigation ul{background: transparent; border: none;}

/*main navigation background of parent page of dropdown menus*/
body.custom div#navigation li.page-parent a{background: transparent; border: none;}

/*main navigation background of current page and its parent*/
body.custom div#navigation li.current-page-parent a{background: transparent;border: none;}
body.custom div#navigation li.current-page-item a{background: transparent;border: none;}

/*navigation background of dropdown menus*/
body.custom div#navigation ul.navigation li ul{background: transparent; border: none;z-index: 5;}


/*position address on contact page*/
body.custom div#address { position: relative; top: 110px; left: 130px;font-size:20px;line-height: 1.2em }

/*position text in movie clip posts*/
body.custom div#movie_text,div#movie_text2,dive#movie_text2_2,div#movie_text3,div#movie_text4,div#movie_text5,div#movie_text6,div#movie_text7,div#movie_text8,div#movie_text9,div#movie_text10,div#movie_text11,div#movie_text12,div#movie_text13,div#movie_text14,div#movie_text15,div#movie_text16,div#movie_text17,div#movie_text18,div#movie_text19,div#movie_text20,div#movie_text21,div#movie_text22,div#movie_text23,div#movie_text24,div#movie_text25,div#movie_text26,div#movie_text27,div#movie_text28,div#movie_text29,div#movie_text30 { position: relative; top: 0px; left: 20px; width:500px; height:150px; color:1a1a1a;}
/*position links under clip posts*/
body.custom div#clips,div#clips2,div#clips2_2,div#clips3,div#clips4,div#clips5,div#clips6,div#clips7,div#clips8,div#clips9,div#clips10,div#clips11,div#clips12,div#clips13,div#clips14,div#clips15,div#clips16,div#clips17,div#clips18,div#clips19,div#clips20,div#clips21,div#clips22,div#clips23,div#clips24,div#clips25,div#clips26,div#clips27,div#clips28,div#clips29 { position: relative; top: 10px; left: 60px;word-spacing:20px;}

/*hide all post titles for the WHOLE SITE---not this syntax is for a class entry*/
body.custom .entry-title {display:none;;}

/*position text in about page*/
body.custom div#about_text { position: relative; top: 0px; text-indent:20px; line-height: 1.5em; color:#f2f2f2; background:transparent;font-size:13px;}

/*position text on test page*/
body.custom div#test {position: relative; top: 40px; font-size:13px;line-height: 1.2em }

/*position cloud player on test page*/
body.custom div#cloud { float: right; }

/*position text to right on test page*/
body.custom div#testright {position: relative; top: 40px; left: 20px; font-size:13px;line-height: 1.2em }

/*position cloud player to left on test page*/
body.custom div#cloudleft { float: left; }





