/**********

	Style for beingchange.net
	Last Updated: May 18, 2012
	by Nolan Fan (nolanfan.net)
	
**********/

body {
    background: #fff url(img/background.jpg) no-repeat fixed center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    font-family: ComfortaaRegular, Arial, sans-serif;
    color: #fff;
    font-size: 62.5%;;
}

@font-face {
    font-family: 'ComfortaaRegular';
    src: url('Comfortaa_Regular-webfont.eot');
    src: url('Comfortaa_Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Comfortaa_Regular-webfont.woff') format('woff'),
         url('Comfortaa_Regular-webfont.ttf') format('truetype'),
         url('Comfortaa_Regular-webfont.svg#ComfortaaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ComfortaaBold';
    src: url('Comfortaa_Bold-webfont.eot');
    src: url('Comfortaa_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Comfortaa_Bold-webfont.woff') format('woff'),
         url('Comfortaa_Bold-webfont.ttf') format('truetype'),
         url('Comfortaa_Bold-webfont.svg#ComfortaaBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

a {
    color: #ff6666;
    text-decoration: none;
}

a:focus,
a:active,
a:hover {
    color: #fff;
}

/* CONTAINERS */

#main {
	display: block;
	width: 650px;
	height: 650px;
	background: #660000 url(img/footer.png) repeat-x bottom;
    border-radius: 325px;
	-moz-border-radius: 325px;
	-webkit-border-radius: 325px;
    -o-border-radius: 325px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -325px;
	margin-left: -325px;
    overflow: hidden;
/*    
    filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
*/
}

#header {
    display: block;
    height: 150px;
    margin-top: 25px;
    background: transparent url(img/beingchange.png) no-repeat center center;
    
    filter:alpha(opacity=50); /* msie */  
	-moz-opacity: 0.50; /* firefox 1.0 */  
	-khtml-opacity: 0.50; /* webkit */  
	opacity: 0.50; /* css 3 */
}

.content {
    float: left;
    width: 290px;
    margin-left: 25px;
    font-size: 1.6em;
}

#footer {
    display:block;
    height:100px;
    margin-top:325px;
}

#copyright {
    display: block;
    clear: both;
    padding-top: 60px;
    text-align: center;
    font-size: 1.2em;
}

/* NAVIGATION */

.side {
    width: 211px;
    float: left;
    margin-left: 75px;
    text-align: right;
    font-size: 2em;
}

#nav {
    padding-top: 65px;
    background: transparent url(img/sau.png) no-repeat;
}

#nav ul li {
    padding: 5px 0;
    list-style: none;
}

#nav ul li  a{
    color: #ff6666;
}

#nav ul li a:focus,
#nav ul li a:active,
#nav ul li a:hover {
    color: #fff;
}

body#home #homelink,
body#bio #biolink,
body#consult #consultlink,
body#it #itlink,
body#speak #speaklink{
    color: #fff;
}