@charset "UTF-8";
/* CSS Document */
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0;
}
#wrapper-box{
	margin: 0 auto;
	width: 1000px;
	padding:20px;
	background-color:rgba(0,0,0,0.4);
}
#content a{
	color:#CCC;
}
#content a:hover{
	color:#FFF;
}

#slider{
	margin: 5px 0 5px 0;
	height: 300px;
	position: relative;
	z-index: 10;
}

#slider img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

#slider img.active {
	display: block;
}


#navigation{
	height: 100px;
	width:1000px;
	margin:0 auto;
}
#menu {
	float:right;
	margin-top:20px;
	padding-left: 40px;
}
/*------------------------------------*\
	NAV
\*------------------------------------*/
#nav{
	list-style:none;
	font-weight:bold;
	margin-bottom:10px;
	/* Clear floats */
	float:left;
	width:100%;
	/* Bring the nav above everything else--uncomment if needed.
	position:relative;
	z-index:5;
	*/
}
#nav li{
	float:left;
	margin-right:10px;
	position:relative;
}
#nav a{
	display:block;
	padding:5px;
	color:#fff;
	background:#000;
	text-decoration:none;
}
#nav a:hover{
	color:#fff;
	background:#6b0c36;
	text-decoration:none;
}

/*--- DROPDOWN ---*/
#nav ul{
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#nav ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:#C03;
	color:#FFF;
	text-decoration:none;
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#000;
	color:#FFF;
}

#logo{
	background-image:url(../images/logo_kevnsteph.png);
	background-repeat:no-repeat;
	width:410px;
	height:100px;
	float:left;
}
#content-title{
	margin:0 auto;
	width:1000px;
	height: 182px;
}
#content{
	margin:0 auto;
	width:1000px;
	color:#FFF;
}
h1{
	color:#FF0;
	font-size:36px;
}

#footer{
	font-size:10px;
	margin:0;
	background-color:#000;
	height:100%;
	color: #FFF;
}
#footer-inner{
	margin:0 auto;
	width: 960px;
	padding: 20px;
	
}
#footer a{
	color:#CCC;
}
#footer a:hover{
	color:#FF0;
}
#kevin-deng{
	background-image:url(../images/kevin_deng.png);
	opacity:0.4;
    filter:alpha(opacity=40); /* For IE8 and earlier */
	width:412px;
	height:731px;
	float:left;	
}
#kevin-deng:hover{
	background-image:url(../images/kevin_deng.png);
	opacity:1;
    filter:alpha(opacity=100); /* For IE8 and earlier */
	width:412px;
	height:731px;
	float:left;
	cursor:pointer;
}
#kevin-deng-content{
	display: none;
	background-color:#000;
	width:548px;
	height:731px;
	float:right;
	padding:0 20px 0 20px;
	background-color:rgba(0,0,0,0.5);
    
}

#stephani-alves{
	background-image:url(../images/stephani_alves.png);
	opacity:0.4;
    filter:alpha(opacity=40); /* For IE8 and earlier */
	width:412px;
	height:731px;
	float:right;
}
#stephani-alves:hover{
	background-image:url(../images/stephani_alves.png);
	opacity:1;
    filter:alpha(opacity=100); /* For IE8 and earlier */
	width:412px;
	height:731px;
	float:right;
	cursor:pointer;
}
#stephani-alves-content{
	display: none;
	background-color:#000;
	width:548px;
	padding:0 20px 0 20px;
	height:731px;
	float:left;
	background-color:rgba(0,0,0,0.5);

}

#news-feed{
	height: auto;
	width: 75%;
	float:left;
	padding: 30px 30px 30px 30px;
	
}

#ads{
	padding: 10px 10px 10px 10px;
	width: 16%;
	float: right;
	height: auto;

}
.feed_bg{
	background-color:rgba(0,0,0,0.5);
	border-radius: 10px;
	moz-border-radius: 10px;
	webkit-border-radius: 10px;
	height: 100px;
	color:#FFF;
}
.feed_title_new{
	padding: 10px;
	float:left;
	width: 500px;
	background-image:url(../images/new.png);
	background-repeat:no-repeat;
	background-position:10px 5px;
	height: 80px;
}
.feed_title{
	padding: 10px;
	float:left;
	width: 500px;
	height: 80px;
}
.feed_title h1 {
	font-size:14px;
	margin-top: -2px;
	border-bottom: 1px dotted;
	padding-bottom:5px;
	margin-bottom: 10px;
	border-color: #CCC;
}
.feed_title_new h1 {
	font-size:14px;
	margin-top: -2px;
	border-bottom: 1px dotted;
	padding-left: 50px;
	padding-bottom:5px;
	margin-bottom: 10px;
	border-color: #CCC;
}
.feed_button{
	margin-top: 2px;
	margin-right: 2px;
	float: right;
	width: 120px;
	height: 96px;
	background-color:#333333;
	background-image:url(../images/bt_view_photos_off.jpg);
	background-repeat: no-repeat;
	border-radius: 0 10px 10px 0;
}
.feed_button:hover{
	margin-top: 2px;
	margin-right: 2px;
	float: right;
	width: 120px;
	height: 96px;
	background-color:#302f2f;
	background-image:url(../images/bt_view_photos_on.jpg);
	background-repeat: no-repeat;
	border-radius: 0 10px 10px 0;
}
#wrapper #body #news-feed h1 {
	border-bottom: 1px dotted #F03;
}

#google-ad-header{
	float:right;
	margin-top: -60px;
}

.fb-like{
	float:left;
	margin-top:30px;
}


#main-left{
	float:left;
	width:440px;
	margin-top:30px;
}
#main-right{
	float:right;
	width:500px;
	padding:20px;
}