@import url(http://fonts.googleapis.com/css?family=Open+Sans);

body { 
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

/* STRUCTURE */

#pagewrap {
	padding: 5px;
	width: 1200px;
	margin: 20px auto;
}
header {
	height: 70px; 
}
#content1 {
	width: 200px;
	float: left;
	padding: 15px 15px;
}

#middle {
	width: 675px; /* Account for margins + border values */
	float: left;
	padding: 5px 15px;
	margin: 0px 5px 5px 5px;
}

#sidebar {
	width: 300px;
	padding: 15px 15px;
	float: left;
}
footer {
	clear: both;
	padding: 0 15px;
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* for 980px or less */
@media screen and (max-width: 980px) {
	
	#pagewrap {
		width: 94%;
	}
	#content1 {
		width: 41%;
		padding: 1% 4%;
	}
	#middle {
		width: 55%;
		padding: 1% 4%;
		margin: 0px 0px 5px 5px;
		float: right;
	}
	
	#sidebar {
		clear: both;
		padding: 1% 4%;
		width: auto;
		float: none;
	}

	header, footer {
		padding: 5% 4% 20% 4%;
	}
}

/* for 700px or less */
@media screen and (max-width: 600px) {

	#content1 {
		width: auto;
		float: none;
	}
	
	#middle {
		width: auto;
		float: none;
		margin-left: 0px;
	}
	
	#sidebar {
		width: auto;
		float: none;
	}
	
	header, footer {
		padding: 5% 4% 20% 4%;
	}
}
/* for 480px or less */
@media screen and (max-width: 480px) {

	header {
		height: auto;
	}
	h1 {
		font-size: 2em;
	}
	
	header, footer {
		padding: 5% 4% 20% 4%;
	}
	#sidebar {
		display: none;
	}

}


#content1 {
	background: #f8f8f8;
}
#sidebar {
	background: #;
}
header, #content, #middle, #sidebar {
	margin-bottom: 5px;
}

#pagewrap, header, #content, #middle, #sidebar, footer {
	border: solid 0px #ccc;
}


a.player {	
	display:block;
	width:500px;
	height:340px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	background:-moz-linear-gradient(top, rgba(55, 102, 152, 0.9), rgba(6, 6, 6, 0.9));
	-moz-box-shadow:0 0 40px rgba(100, 118, 173, 0.5);
}
 
a.player:hover {
	background:-moz-linear-gradient(center top, rgba(73, 122, 173, 0.898), rgba(6, 6, 6, 0.898));	
}
 
/* splash image */
a.player img {
	margin-top:125px;
	border:0;	
 
}
img 

{
	border:0;
}

h1 { font-family: 'Source Sans Pro', sans-serif; Arial, serif;
	color: #73ae0b;
	font-weight: normal;
	font-size: 40px;
}
h1.dashboard {
	padding-left: 40px;
	padding-top:20px;
	background:url('../images-11/dashboard.png') no-repeat;
	height: 28px;
}
#left {
	float: left;
	width: 810px;
	height: auto;
	margin-left: 26px;
	margin-top: 10px;
}
#left-user {
	float: left;
	width: 660px;
	height: auto;
	margin-left: 26px;
	margin-top: 10px;
}
#wrapper {
	width: 1040px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

a
{
	color: #507708;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}


#user_links {
	height: 30px;
	font-size: 14px;
	color: #9d9e80;
	float: right;
	margin-top: 50px;
	margin-right: 20px;
}
#user_links a {
	color: #73ae0b;
	text-decoration: none;
}
#user_links a:hover {
	text-decoration: underline;
}

#content {
	width: 1040px;
	height: auto;
	float: left;
	background: url('../images-11/content_bg.png') repeat-y;
}
.div_header {
	line-height: 24px;
	width: 644px;
	background: url('../images-11/div_header_bg.png') no-repeat;
	padding-left: 8px;
	color: #ffffff;
	float: left;
}
.div_content {
	width: 644px;
	padding-left: 8px;
	padding-top: 5px;
	background: url('../images-11/div_bg.png') repeat-y;
	font-size: 14px;
	float: left;
	clear: both;
}
.div_bottom {
	width: 652px;
	height: 7px;
	background: url('../images-11/div_bottom_bg.png') no-repeat;
	float: left;
	margin-bottom: 30px;
}
p.alert {
	width: 652px;
	height: 39px;
	background: url("../images-11/alert_bg.png") no-repeat;
}

.success {
	width: 24px;
	height: 24px;
	padding: 10px 0px 0px 15px;
	margin: 6px 0px 0px 15px;
	background: url("../images-11/success.png") no-repeat;
	float: left;
}

.validation-summary-errors
{
    color: #FF0000;
}


.error {
	width: 24px;
	height: 24px;
	padding: 10px 0px 0px 15px;
	margin: 6px 0px 0px 15px;
	background: url("../images-11/error.png") no-repeat;
	float: left;
}
.success_text {
	margin: 11px 0px 0px 5px;
	float: left;
	color: #73ae0b;
}
.error_text {
	margin: 11px 0px 0px 5px;
	float: left;
	color: #e20000;
}

br.clear { clear: both; line-height:0; height:0; }

/* Sidebar */

#sidebar {
	font-size: 16px;
	float: right;
	width: 215px;
	margin-right: 10px;
	margin-top: 20px;
}
.sidebar_header {
	width: 205px;
	line-height: 24px;
	background: url('../images-11/sidebar_header_bg.png') no-repeat;
	color: #ffffff;
	padding-left: 10px;
}
.sidebar_content {
	width: 213px;
	height: auto;
	background: #FFF;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
.sidebar_content ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.sidebar_content ul li
{
	border-bottom: 1px solid #eaeaea;
}

.sidebar_content ul li a
{
	background-color: #fdfdfd;
	display: block;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	padding: 8px 10px 8px 18px;
	background: url('../images-11/sidebar_icon.png') no-repeat 5px 13px;
	
}

.sidebar_content ul li a:hover
{
	background-color: #777;
	color: #FFF;
}

.sidebar_content ul li.current a
{
	background-color: #fff;
	/* font: bold 1.2em Arial, Tahoma, sans-serif; */
	color: #666666;
	text-decoration: none;
	padding: 8px 10px 8px 16px;
	margin-left: -1px;
}

.sidebar_bottom {
	width: 215px;
	height: 10px;
	background: url('../images-11/sidebar_bottom_bg.png') no-repeat;
}


#bottom_rounds {
	height: 10px;
	width: 1040px;
	background: url('../images-11/footer_bg.png') no-repeat 0px bottom;
	margin-bottom: 20px;
	color: #9d9e80;
	font-size: 13px;
	clear: both;
}

/* Nav Styles */

#nav {
	width: 1040px;
	height: 36px;
	background: url('../images-11/nav_bg.png');
	font-size: 16px;
	margin: 10px 0px;
}
#nav ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#nav ul li
{
	float: left;
}

#nav ul li a
{
	/*font: bold 1.0em Arial, Tahoma, sans-serif; */
	text-decoration: none;
	display: block;
	color: #ffffff;
	padding: 0px 10px 0px 10px;
	line-height: 36px;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
}

#nav ul li a:hover {
	background: url('../images-11/nav_bg.png') no-repeat center -36px;
	border-right: 1px solid #d2eb9d;
	border-left: 1px solid #d2eb9d;
}
#nav ul li a:active {
	background: url('../images-11/nav_bg.png') no-repeat center -72px;
	border-right: 1px solid #d2eb9d;
	border-left: 1px solid #d2eb9d;
}

#nav ul li.current a {
	background: url('../images-11/nav_bg.png') no-repeat center -72px;
	border-right: 1px solid #d2eb9d;
	border-left: 1px solid #d2eb9d;
}

#home_but
{
	width: 197px;
	padding: 0px !important;
	color: #6a9e0a !important;
	border: none !important;
}
#home_but:hover
{
	background: url('../images-11/nav_bg.png') no-repeat left -36px !important;
}
#home_but:active
{
	background: url('../images-11/nav_bg.png') no-repeat left -72px !important;
}


/* Admin Nav Styles */

#nav_admin {
	width: 1040px;
	height: 36px;
	background: url('../images-11/nav_bg_admin.png');
	font-size: 16px;
	margin: 10px 0px;
}
#nav_admin ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding-left: 15px;
}

#nav_admin ul li
{
	float: left;
}

#nav_admin ul li a
{
	/*font: bold 1.0em Arial, Tahoma, sans-serif; */
	text-decoration: none;
	display: block;
	color: #ffffff;
	padding: 0px 10px 0px 10px;
	line-height: 36px;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
}

#nav_admin ul li a:hover {
	background: url('../images-11/nav_bg_admin.png') no-repeat center -36px;
	border-right: 1px solid #d2eb9d;
	border-left: 1px solid #d2eb9d;
}
#nav_admin ul li a:active {
	background: url('../images-11/nav_bg_admin.png') no-repeat center -72px;
	border-right: 1px solid #d2eb9d;
	border-left: 1px solid #d2eb9d;
}





/* Subnav Styles */

#sub_nav {
	width: 1020px;
	height: 35px;
	color: #9d9e80;
	font-size: 13px;
	padding: 0px 10px;
	background: url('../images-11/sub_nav_bg.png') repeat-x;
	float: left;
}

#sub_nav p {
	float: left;
	margin-right: 20px;
	margin-top: 10px;
	padding: 0;
	color: #333;
}
#sub_nav_text
{
    font-family: 'myriad Pro';
    font-size: 12pt;
    float: left;
	border-bottom: 1px solid #BBB;
	width: 100%;
	height: 38px;
}
#sub_nav ul {
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
	list-style: none;
}

#sub_nav ul li
{
	float: left;
	margin: 0px 10px 0px 0px;
}

#sub_nav ul li a {
	text-decoration: none;
	display: block;
	color: #73ae0b;
	padding: 10px 10px 7px 10px;
}

#sub_nav ul li a:hover {
	text-decoration: underline;
}


/*BANNER*/
.banner
{
	padding: 10px 0px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


/*Search box*/
#search
{
    float: right;
	margin: 4px 4px 0px 0px;
}
#search .search_bg
{
    background: url('../images-11/search_bg.png') no-repeat;
	height: 28px;
	line-height: 28px;
	border: none;
	outline: none;
	padding: 0px 0px 0px 7px;
	width: 178px;
	color: #777;
	vertical-align: middle;
}
#search #btnsearch
{
    background: url('../images-11/search_but.png') no-repeat;
	width: 36px;
	height: 28px;
	border: none;
	outline: none;
	margin-left: -3px;
	cursor: pointer;
	vertical-align: middle;
}
#search #btnsearch:hover
{
    background: url('../images-11/search_but.png') no-repeat 0px -28px;
}

/* Form Stuff */
label
{
	font-family: Arial, Tahoma, sans-serif;
	font-size: 13px;
	color: #9c9c8e;
	margin: 0px 0px 5px 0px;
	display: block;
	clear: both;
}

input, textarea
{
	/*font: normal 15px Arial, Tahoma, sans-serif;
	color: #777777;
	margin: 10px 0px 10px 0px;
	padding: 5px;
	display: block;
	border: 1px solid #cccccc;
	width: 95%;
	height: 18px;*/
}



textarea
{
	font: normal 1.2em Arial, Tahoma, sans-serif;
	height: 150px;
}

/*input:focus, textarea:focus
{
	border: 1px solid #aaaaaa;
}*/

.submit
{
	background: url('../images-11/button.png') no-repeat;
	display: block;
	float: left;
	width: 102px;
	height: 36px;
	margin: 0px 10px 10px 0px;
	padding: 3px 0px 6px 0px;
	font-size: 14px;
	border: none;
	color: #fff;
	cursor: pointer;
}
.submit:hover
{
	background: url('../images-11/button.png') no-repeat 0px -36px;
}


input.reset
{
	background-color: #33393c;
}

input.submit:hover
{
	/* background-color: #ff6600; */
}

.short
{
	width: 35%;
}

.medium
{
	width: 60%;
}
.sub_text {
	float: left;
	font-size: 12px;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}


.box
{
    width: 230px;
    margin: 10px auto 10px auto;
    float: left;
    padding-right: 20px;
    padding-left: 20px;
}

.box div {
	margin: 0.5em 0 0 -2.5em;
	 
}

.box div.topleft {
	display: block;
	background: url("../images-11/box-bg.png") top left no-repeat white;
	padding: 2.0em 0em 0em 2.0em;
}

.box div.topright {
	display: block;
	background: url("../images-11/box-bg.png") top right no-repeat white;
	padding: 2.0em;
	margin: -2.0em 0 0 2.0em;
}

.box div.bottomleft {
	display: block;
	height: 45px;
	margin-top: -2.0em;
	background: url("../images-11/box-bg.png") bottom left no-repeat white;
}

.box div.bottomright {
	display: block;
	background: url("../images-11/box-bg.png") bottom right no-repeat white;
	height: 45px;
	margin-left: 3.0em;
}

.userphoto a.button{
	background:url(../images-11/button.gif);
	display:block;
	color:#555555;
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin-bottom:14px;
	text-decoration:none;
	width:191px;
}
.userphoto a:hover.button{
	color:#0066CC;
}

.user		
{
    background:url(../images-11/user.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
}


.field-validation-error
{
    color: #FF0000;
}


.input-validation-error
{
    border: 1px solid #FF0000;
}

.validation-summary-errors li
{
    display:none;
}



/*Above Footer*/
.abovefooter
{
/*	border-top: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;*/
	width: 100%;
	padding: 10px 0px;
	height: 35px;
	margin-bottom: 5px;
	font-family: arial;
}
.abovefooter h3
{
	float: left;
	color: gray;
	font-size: 12px;
	border: none;
	margin-top: 0px;
}
.abovefooter a
{
	float: left;
	font-size: 12px;
	padding: 0px 10px;
	text-decoration: none;
}
.abovefooter a:hover
{
	text-decoration: underline;
}


/* Footer */
#footer
{
	background: url(../images-11/bottomfooter_bg.png) repeat-x;
	height: 419px;
	color: #E6E6E6;
	font-size: 16px;
	font-family: arial;
}
#footer_top
{
	background: url(../images-11/butterfly.png) no-repeat 0px center;
	height: 53px;
	width: 1040px;
	margin: 0px auto;
	color: #B3B3B3;
	line-height: 55px;
	font-size: 12px;
}
#footer-bottom
{
	margin-top: 30px;
}
#footer strong
{
	text-transform: uppercase;
	padding-left: 65px;
	font-size: 12px;
	color: #B3B3B3;
}
#footer_top a
{
	float: right;
	color: #B3B3B3 !important;
	padding: 0px 10px;
	text-decoration: none;
}
#footer_top a:hover
{
	color: #FFF !important;
	text-decoration: none !important;
}
.footer_bigpanel
{
	width: 200px;
	height: 300px;
	border-right: 1px solid #1A1A1A;
	margin-right: 20px;
	float: left;
}
.footer_smallpanel
{
	width: 165px;
	height: 300px;
	float: left;
}
.footer_smallpanel
{
	width: 165px;
	height: 300px;
	float: left;
}
.footer_smallpanel a
{
	width: 100%;
	display: block;
	font-size: 14px;
	padding: 0px 0px 4px;
	text-decoration: none;
}
.footer_smallpanel a:hover
{
	text-decoration: underline;
}
#footer a
{
	color: #E6E6E6;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
}
.footer p
{
	margin-bottom: 17px;
}




/*HEADER*/
#header
{
	height: 148px;
	width: 100%;
	font-family: arial;
}
#header .row-1
{
	height: 98px;
	margin: 0px auto;
}
#header .row-1 .fleft
{
	padding: 11px 0 0 8px;
}
#header .row-1 .fright
{
	padding: 45px 0 0 0;
	width: 540px;
}
#header .row-2
{
	height: 50px;
	width: 100%;
	margin: 0px auto;
	background: url(../images-11/mainmenu_bg.png) repeat-x;
}
.menu-box
{
	width: 1040px;
	height: 50px;
	margin: 0px auto;
}
.menu
{
	height: 50px;
	text-align: center;
	padding: 0px;
}
.menu li
{
	float: left;
	list-style: none;
}
.menu li a
{
	padding: 0px 17px 0px 18px;
	font-size: 16px;
	font-weight: bold;
	border-right: 1px solid #6A9E0A;
	line-height: 50px;
	display: block;
	text-decoration: none;
	text-shadow: black 1px 1px 0px;
	outline: none;
	color: #E9F5CE;
}
.menu li a:hover, .menu li:mega-hover a
{
	background: url(../images-11/mainmenu_bg.png) repeat-x 0px -50px !important;
	color: #FFF;
}
#menu1
{
	border-left: 1px solid #6A9E0A;
}
#members_area
{
	float: right;
	margin: 15px 0px 0px 700px;
	position: absolute;
}
#members_area a
{
	background: url(http://www.onlinenigeria.com/images-11/joinus_bg.png) no-repeat;
	height: 60px;
	width: 250px;
	display: block;
}

.HeadMainNews
{ font-family: 'Boogaloo', cursive; font-weight: 400; font-size: 35px; }

/*HEADLINES*/
#headline
{
	line-height: 20px;
	height: 23px;
	width: 100%;
	margin: 3px 0px 10px 0px;
	background: #354F05;
	color: #D2EB9D;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#headline_main
{
	width: 1040px;
	margin: 0px auto;
}
.headline_text
{
	width: 400px;
	float: left;
}
.headline_text a
{
	color: #D2EB9D;
	text-decoration: none;
}
.headline_text a:hover
{
	color: #FFF;
}
.sn_icons
{
	width: 85px;
	float: right;
	text-align: right;
}
.sn_ico2
{
	display: block;
	height: 16px;
	width: 55px;
	margin: 2px 5px 0px 0px;
	float: left;
}
.sn_ico
{
	display: block;
	height: 16px;
	width: 16px;
	margin: 2px 5px 0px 0px;
	float: left;
}

.language_icons { width: 220px; float: left; text-align: left; }
.language_ico { display: block; height: 11px; width: 16px; margin: 4px 5px 0px 0px; float: left; }

#usa_ico { background: url(http://www.onlinenigeria.com/homepageimages/icons/usa.png) no-repeat; }
#uk_ico { background: url(http://www.onlinenigeria.com/homepageimages/icons/uk.png) no-repeat; }
#ca_ico { background: url(http://www.onlinenigeria.com/homepageimages/icons/ca.png) no-repeat; }
#ghana_ico { background: url(http://www.onlinenigeria.com/homepageimages/icons/ghana.png) no-repeat; }
#germany_ico { background: url(http://www.onlinenigeria.com/homepageimages/icons/germany.png) no-repeat; }
#netherland_ico { background: url(http://www.onlinenigeria.com/homepageimages/icons/netherland.png) no-repeat; }
#france_ico { background: url(http://www.onlinenigeria.com/homepageimages/icons/france.png) no-repeat; }
#spain_ico { background: url(http://www.onlinenigeria.com/homepageimages/icons/spain.png) no-repeat; }
#italy_ico { background: url(http://www.onlinenigeria.com/homepageimages/icons/italy.png) no-repeat; }
#nigeria_ico { background: url(http://www.onlinenigeria.com/homepageimages/icons/nigeria.png) no-repeat; }
#facebook_ico
{
	background: url(http://www.onlinenigeria.com/homepageimages/icons/facebook.png) no-repeat;
}
#twitter_ico
{
	background: url(http://www.onlinenigeria.com/homepageimages/icons/twitter.png) no-repeat;
}
#flickr_ico
{
	background: url(http://www.onlinenigeria.com/homepageimages/icons/flickr.png) no-repeat;
}
#youtube_ico
{
	background: url(http://www.onlinenigeria.com/homepageimages/icons/youtube.png) no-repeat;
}
/* Form Stuff */
label
{
	font-family: Arial, Tahoma, sans-serif;
	font-size: 13px;
	color: #9c9c8e;
	margin: 0px 0px 5px 0px;
	display: block;
	clear: both;
}


textarea
{
	font: normal 1.2em Arial, Tahoma, sans-serif;
	height: 150px;
}
input:focus, textarea:focus
{
	border: 1px solid #aaaaaa;
	
}
input, textarea
{
	color: #777777;
	padding: 5px;
	border: 1px solid #cccccc;
}
.submit
{
	background-color: #33FF33;
	display: block;
	width: 102px;
	height: 39px;
	margin: 0px 10px 10px 0px;
	padding: 3px 0px 6px 0px;
	font-size: 14px;
	float: left;
	border: none;
	color: #FFFFFF;
	text-transform: uppercase;
	 border: 1px solid #fff;
}

input.reset
{
	background-color: #33393c;
}

#FacebookComments .h3 {
background: #5C74A9;
color: #fff;
margin-bottom: 10px;
font-weight: normal;
text-align: left;
}

