@charset "utf-8";
@import url("ads.css");
@import url("content.css");
@import url("layoutMain.css");

body{
	margin: 0px;
	padding: 0px;
	font-size: 62.5%;
}
body#home{ background: #191919 url(http://cdn.streamingfaith.com/assets/home-back.jpg) no-repeat scroll center top;}/*home background*/
body#page { background: #191919 url(http://cdn.streamingfaith.com/assets/page-back.jpg) no-repeat scroll center top;}/*dark grey page*/
body#grey-pg { background: #f3f3f3 url(http://cdn.streamingfaith.com/assets/grey-back.jpg) no-repeat scroll center top;} /*light grey page*/
body#grey-pg-blank { background: #f3f3f3 url(http://cdn.streamingfaith.com/assets/grey-back-blank.jpg) no-repeat scroll center top; } /*light grey page no swoop*/
body.community-forum{background: #f7f7f7 url(http://cdn.streamingfaith.com/assets/forum-back.jpg) repeat-x scroll center top; } /*forums page*/
body.aux#page { background: #191919 url(http://cdn.streamingfaith.com/assets/page-back-reg.jpg) no-repeat scroll center top;}/*dark grey general page*/
body.pass#page { background: #191919 url(http://cdn.streamingfaith.com/assets/page-back-pass.jpg) no-repeat scroll center top;}/*faithpass login pages*/

/*store page*/
body#store-pg{ background: #f2f2f2 url(/store/assets/pg-back.jpg) repeat-x scroll center top; } 

/*Shows Pages*/
body.onloc#shows-pg { background: #191919 url(http://cdn.streamingfaith.com/assets/onlocation-bak.jpg) no-repeat center top; }/*On Location*/
body.stalk#shows-pg{ background: #191919 url(http://cdn.streamingfaith.com/assets/st-background.jpg) repeat-x scroll center top; } /*Striaght Talk*/


@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {

    .ui-tabs-nav {
        display: none;
    }
}

