/*
Wordpress Layout NAME: Fountain of Youth Entertainment Version 1
DESCRIPTION: Custom Layout for Fountain of Youth Entertainment by DaddyDesign.com
VERSION: 1
AUTHOR: Daddy Design
AUTHOR URI: http://www.daddydesign.com/
*/

/* General Settings */
*{ margin: 0; padding: 0; }

html, body { height:100%; }

img { border: 0; }

body{
background: url('images/intro_bg.jpg') no-repeat top center #00c0f3;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-variant: normal;
color: #fff;
}

p { margin-bottom: 12px; line-height:17px; }

a, a:hover{ color: #fff; text-decoration: none; font-weight: normal; }
a:hover{ text-decoration: underline; }
a{ outline: none; }

/* Container */
#container{ 
width: 810px; 
min-height:100%;
margin: 0 auto -125px auto;
position: relative;
}
/* See main_ie6.css for IE Fix */

#clear_footer {
height: 125px;
clear: both;
}

#intro{
width: 800px;
height: 450px;
float: left;
border: 5px solid #01a7cf;
background-color: #01a7cf;
margin-top: 30px;
}

#enter{ 
width: 810px;
background-color: #01a7cf;
float: left;
margin-top: 3px;
text-align: center;
}
#enter a{ display: block; padding: 10px 15px; }

/* Footer */
#footer_container{ 
width: 100%; 
height: 91px; 
position: relative; 
margin-top: 34px;
}

#social_links{
width: 920px;
margin: 0 auto;
padding: 0 15px;
}
.social_button{ 
float: right;
background-color: #01a7cf;
margin: 0 0 0 15px;
}
.social_button a{ display: block; padding: 8px 18px; }


#footer{
width: 100%; 
height: 55px;
float: left;
background-color: #0199be;
}

#footer_main{
width: 920px;
height: 30px;
margin: 0 auto;
padding: 15px 15px 10px 15px;
}

span.copyright, span.designed_by{
font-size: 10px;
float: left;
margin: 0 0 2px 0;
}
span.designed_by{ clear: left; }
span.designed_by a, span.designed_by a:hover{ font-weight: bold; }

#dd_logo{ float: right; }




