        #bg-image {
                background: url("http://goldenfetus.com/wp-content/uploads/2012/09/Unknown-31.jpeg");
        }

	@media only screen and (min-width: 0px) and (max-width: 1200px) {
		#bg-image {	
			background-image: url("http://goldenfetus.com/wp-content/uploads/2012/09/gfetus_bg_mobile.jpg");
 			height:100%
			width:100%;
			postion:fixed;
			bottom:0;
			}
	}



        #bg-image {
                background-repeat: no-repeat;
                background-attachment:fixed;
                background-position: center;
                -webkit-background-size: cover;
                -moz-background-size: cover;
                -o-background-size: cover;
                background-size: cover;          
                filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
                -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
                width: 100%;
                height: 100 %;
                }

a, 
a:visited,
h1 a:hover, h1 a:active,
h2 a:hover, h2 a:active,
h3 a:hover, h3 a:active,
h4 a:hover, h4 a:active,
h5 a:hover, h5 a:active,
h6 a:hover, h6 a:active,
#footer-widget-area a:hover,
#footer-widget-area a:active
         {
         color: #fb2e2e;
         }
         
.sf-menu li:hover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active,
.sf-menu ul a:hover,
        
.sf-menu li.selected,
.sf-menu li.current-cat,
.sf-menu li.current-cat-parent,
.sf-menu li.current_page_item,
.sf-menu li.current_page_ancestor,

.button1,
.buttonS,
.highlight1,
.highlight2,
ul.tabs li a,
.pagination_main a:hover,
.pagination_main .current,
ul.login li a:hover,
span.page-numbers,
a.page-numbers:hover,
li.comment .reply,
.login-submit input
        {
        background-color: #fb2e2e;
        }
        
a:hover.nivo-nextNav,
a:hover.nivo-prevNav,
.nivo-caption p
        {
        background-color: #fb2e2e;
        }         
        
h1, h2, h3, h4, h5, h6,
.button1,
.buttonS,
.cancelled,
.soldout,
span.reply
.details,
.dropcap,
li.comment cite,
ul.login li a,
.sf-menu a,
.comment-reply-link,
.nivo-caption p
         {
         font-family: "Open Sans Condensed" , "Helvetica Neue", Arial, "sans-serif";
         }
h3.widgettitle,
.button1,
.buttonS,
.cancelled,
.soldout,
span.reply,
.date-h,
h1.pagetitle,
#content h3.widgettitle,
ul.login li a,
.sf-menu a,
.comment-reply-link,
.nivo-caption p
         {
         text-transform: uppercase;
         }         
 
        .arrow-down { border: 0; height: 6px; }        
a.social1 {
        width: px;
        background:url("") no-repeat;
        }
        
a.social2 {
        width: px;
        background:url("") no-repeat;
        }
        
a.social3 {
        width: px;
        background:url("") no-repeat;
        }

a.social4 {
        width: px;
        background:url("") no-repeat;
        }
        
a.social5 {
        width: px;
        background:url("") no-repeat;
        }        
html, body {
height:120%;
margin:0;
padding:0;
}

#bg-image {
min-height: 100%;
}

h1.pagetitle {
display:none;
}

#bg-wrapper {
margin-top: -20px;
float: left;
margin-left:50px;

/*background: rgba(255,255,255,0.6)*/
background: transparent;
}

#wrapper img.logo {
background: none;
}

#wrapper img.logo-mobile {
background: none;
display:none;
}

#wrapper p {
width: 350px;
font-size: 1.1em;
color: #000;
}

#wrapper p.gf-links {
font-size:1em;
}

#wrapper p a {
color: #888;
}

#wrapper p a:hover {
color: #f0f0f0;
}

#footer {
	position:absolute;
        bottom:0;
	left:0;
        display:none;
}

@media only screen and (min-width: 0px) and (max-width: 1100px) {

#wrapper {
margin-bottom:100px;
height:100%;
width:100%;
position:fixed;
}

#bg-wrapper {
width:100%;
}

/**
#wrapper p {	
        width: 85%;
	font-size:2em;
        line-height:1.5em;                   			
}

#wrapper p.gf-links {
font-size:2em;
line-height:1.5em;   
}
**/

#wrapper img.logo {
background: none;
}

#wrapper img.logo-mobile {
background: none;
display:none;
padding-bottom:20px;
}

#footer {
position: fixed;
bottom: 0;
left: 0;
display:none;
/**width:100%;**/

}

}
/**
@media only screen and (orientation:landscape) and (min-width:960px) and (max-width: 1100px) {
#wrapper p{font-size:1.2em;}
#wrapper p.gf-links {
font-size:1.2em;
line-height:1.5em;   
}

#footer {
position:fixed;
bottom:-30px;
left:0;
width:100%;
}
}
