/* CSS Document css for naijaborn.com
@author: mambe nanje churchill 
@license: www.afrovisiongroup.com
@date: 09 feb 2008
*/

/* style the whole site removing the borders and padding in browsers, set overall font  */
*{
	padding:0px;
	border:0px;
	margin:0px;
	font-family:Arial;
        font-size:12px;
}
/* style the body tag with a top nav gradient red to black */
body{
	/*background-image:url(images/bg-top.png);
	background-repeat:repeat-x;*/
	background-color:#000000;
	
}
/* lets get a centralised main div panel */
#maindiv{
	width:960px;
	margin:auto;
	margint-top:0px;
	height:300px;
	overflow:visible;
	background-image:url(images/banner-bg.png);
	background-repeat:no-repeat;
}
#maindiv a:hover{
	text-decoration:underline;
}
/* lets create the navigation and logo band */
#navigation{
	vertical-align:middle;	
	height:60px;
}

/* style the logo */
#navigation .logo{
	
}

/* position the navigation links at the center of the red backround gradient */
#navigation ul{
	margin-top:-32px;
	margin-left:235px;
}
#navigation li{
	float:left;
	width:80px;
	text-align:center;
	list-style:none;
}
#navigation a{
	color:#FFFFFF;
	text-decoration:none;
}

/* style the advert banner that showcases latest artist or shows some preview of guys */
#advert-banner{
	background-color:#000000;
	margin-top:29px;
	font-size:15px;
}

/* content div */
#content-div{
	width:100%;
	height:auto;
	overflow:visible;
}
/* content div has a login panel */
#login-panel{
    margin-top:5px;
	float:left;
	width:190px;
	padding:5px;
    border:1px solid #90C50D;
}
#login-panel h1{
	color:#FFFFFF;
	font-size:15px;
    background-color:#52C005;
    padding:2px;
}
#login-panel label{
	color:#FFFFFF;
	display:block;
    margin-top:5px;
    font-weight:bold;
}
#login-panel input {
    width:190px;
    margin-top:5px;
}
#login-panel .login{
	width:100px;
	margin-top:5px;
	padding:2px;
	background-image:url(images/login-btn-bg.png);
	background-repeat:repeat-x;
	color:#FFFFFF;
	height:23px;
	font-size:13px;
   
}
#login-panel a{
	color:#B5E222;
	font-size:13px;
	text-decoration:none;
}
#login-panel .profile-links{
    padding-left:4px;
}
/* the content has details so lets make allocation */
#details-panel{
	float:left;
	background-image:url(images/details-bg.jpg);
	width:750px;
	height:auto;
	background-repeat:no-repeat;
}
#details-inner-panel{
	height:auto;
	background-color:#FFFFFF;
	width:710px;
	margin-left:5px;
	margin-right:5px;
	padding-top:15px;
	padding-right:15px;
	padding-left:15px;
	background-image:url(images/inner-details-bg.jpg);
	background-repeat:repeat-y;
	margin-top:10px;
	overflow:visible;
}
#details-footer{
	background-image:url(images/details-footer.jpg);
	margin-left:5px;
	margin-right:5px;
	background-repeat:no-repeat;
	height:14px;
}
/* content has footer */
#footer {
	width:945px;
	height:40px;
	background-color:#52C005;
	margin-top:10px;
	text-align:left;
	color:#FFFFFF;
	padding:10px;
    text-align:center;
}
#footer .footer-links{
    margin-bottom:10px
}
#footer a{
    color:#ffffff;
   margin-left:5px;
   margin-right:5px;
   text-decoration:none;
}

/* admin dashboard styles */
#admin-dashboard{
    background-color:#efcfcf;
    overflow:visible;
    height:40px;
    padding:2px;
    padding-bottom:30px;
    padding-left:10px;
}
#admin-daashboard ul{
    overflow:visible;
}
#admin-dashboard li{
    float:left;
    list-style:none;
    font-weight:bold;
    color:#999999;
}
#admin-dashboard a{
    color:black;
    font-weight:bold;
    font-size:12px;
    margin-left:30px;
}
#admin-user-list{
    width:100%;
}
#admin-user-list th{
    text-align:left;
}
/* end of admin dashboard styles */

/* style the user settings panels */
#settings-panel{
	 /*background-color:#FAD163;**/
}
#settings-panel a{
    color:black;
    text-decoration:none;
}
#settings-panel .grey-bg{
	background-color:#FAD163;
}
#settings-panel .panel-padding{
	padding:10px;
}
#settings-panel .active-link{
	width:auto;
	float:left;
	text-align:center;
	border-bottom:1px solid #FAD163;
    font-size:18px;
    font-weight:bold;
    padding:4px;
}
#settings-panel .inactive-link{
	width:auto;
	border-top:1px solid #FAD163;
	border-left:1px solid #FAD163;
	border-right:1px solid #FAD163;
	float:left;
	text-align:center;
     font-size:18px;
    font-weight:bold;
    padding:4px;
}
#settings-panel .spacer{
	width:10px;
	float:left;
}
#settings-panel .white-box{
	border:2px solid #999999;
	background-color:#FFFFFF;
	width:95%;
	height:auto;
	padding:15px;
	margin-top:6px;
	margin-bottom:6px;
    overflow:auto;
}
#settings-panel label{
	font-weight:bold;
	font-size:16px;
}
#settings-panel .thumb{
	border:1px solid #CCCCCC;
	padding:4px;
	margin-right:5px;
	background-color:#F4F4F4;
}

/* end of user settings panels styles */


/* style the expose panels */
#expose-panel{
	 /*background-color:#FAD163;**/
	 color:#FFFFFF;
	 font-family:helvetica;
}
#expose-panel a{
	color:#000000;
	font-weight:bold;
    text-decoration:none;
}
#expose-panel .green-bg{
	/*background-color:#009900;*/
	background-color:#96B830;
}
#expose-panel .panel-padding{
	padding:10px;
}
#expose-panel .active-link{
	width:auto;
	float:left;
	text-align:center;
	border-bottom:1px solid #96B830;
    font-size:18px;
    font-weight:bold;
    padding:4px;
}
#expose-panel .inactive-link{
	width:auto;
	border-top:1px solid #96B830;
	border-left:1px solid #96B830;
	border-right:1px solid #96B830;
	float:left;
	text-align:center;
     font-size:18px;
    font-weight:bold;
    padding:4px;
	color:#009900;
	height:22px;
}
#expose-panel .spacer{
	width:10px;
	float:left;
}
#expose-panel .white-box{
	border:2px solid #999999;
	background-color:#FFFFFF;
	width:95%;
	height:auto;
	padding:15px;
	margin-top:6px;
	margin-bottom:6px;
    color:black;
}
#expose-panel label{
	font-weight:bold;
	font-size:16px;
	color:#000000;
}
#expose-panel ul{
	margin-left:40px;
}
#expose-panel li{
	float:left;
	list-style:url(images/expose-links-bullets.png);
	width:45%;
	text-align:left;
}
#expose-panel .expose-link{
	color:#FFFFFF;
	font-weight:bold;
	font-family:arial;
}
#expose-panel .item-icon{
	width:150px;
	height:auto;
	float:left;
	padding:2px;
}
#expose-panel .item-details{
	float:left;
	width:auto;
	height:auto;
}

/* end of user expose panels styles */


/* style the site wide grey panels */
#grey-panel{
	 /*background-color:#FAD163;**/
}
#grey-panel a{
    color:black;
    text-decoration:none;
}
#grey-panel .grey-bg{
	background-color:#F5F5F5;
}
#grey-panel .panel-padding{
	padding:10px;
}
#grey-panel .active-link{
	width:auto;
	float:left;
	text-align:center;
	border-bottom:1px solid #F5F5F5;
    font-size:18px;
    font-weight:bold;
    padding:4px;
}
#grey-panel .inactive-link{
	width:auto;
	border-top:1px solid #F5F5F5;
	border-left:1px solid #F5F5F5;
	border-right:1px solid #F5F5F5;
	float:left;
	text-align:center;
    font-size:18px;
    font-weight:bold;
    padding:4px;
}
#grey-panel .spacer{
	width:10px;
	float:left;
}
#grey-panel .white-box{
	border:2px solid #999999;
	background-color:#FFFFFF;
	width:95%;
	padding:15px;
	margin-top:6px;
	margin-bottom:6px;
	overflow:auto;
}

#grey-panel .thumb{
	border:1px solid #CCCCCC;
	padding:4px;
	margin-right:5px;
	background-color:#F4F4F4;
}

#grey-panel label{
	font-weight:bold;
	font-size:16px;
}
/* end of site wide grey panels styles */


/* overall site styles */
.notice{
	background-color:#FFFFCC;
	border:1px solid #FF9900;
	color:#000000;
	font-weight:bold;
	width:500px;
	margin:auto;
	padding:10px;

}

.picture{
    border:1px solid #cccccc;
    padding:5px;
    margin:2.5px;
}
.form-bg{
	background-color:#F8F8F8;
}

textarea{
    border:1px solid #cccccc;
}

.signup-button{
	width:150px;
	font-size:18px;
	margin-top:5px;
	background-image:url(images/login-btn-bg.png);
	background-repeat:repeat-x;
	color:#FFFFFF;
}
.red-button{
	width:auto;
    padding:2px;
	font-size:16px;
	margin-top:0px;
	background-image:url(images/login-btn-bg.png);
	background-repeat:repeat-x;
	color:#FFFFFF;
    font-weight:bold;
}
.red-link{
	color:#FF0000;
	font-weight:bold;
}


.text-input{
	border:1px solid #999;
    padding:4px;
    background-color:#fcfcfc;
    width:200px;
}

.small-grey-text{
	color:#CCCCCC;
	font-size:12px;
}

.activity-quote{
    display:block;
    border-left:2px solid #999;
    background-color:#f9f9f9;
    padding:5px;
    margin-top:5px;
}

.small-black-info{
	
	font-size:12px;
}

.grey-div{
   background-color:#dddddd;
}
.green-text{
	color:#B5E222;
}
.extra{
    background-color:#f8f8f8;
    color:#f8f8f8;
}
/*end of overal site styles */

/* style the notice board or notifications panel */
#notice-board{
    padding:10px;
}
#notice-board ul{
    margin-left:20px;
}
#notice-board li{
    margin-bottom:5px;
    color:#000;
    font-size:18px;
    font-weight:bold;
}
#notice-board a{
    color:red;
}
/*end of notice board styles */

/*style the home page */
#welcome-banner{
	background-color:#90C50D;
	color:#FFFFFF;
	font-size:19px;
	padding:4px;
	margin-bottom:10px;
}
#welcome-banner a{
	color:#FFFFFF;
	text-decoration:none;
	margin-left:10px;
}
/*end of home page styles */

/* lets style posts */
#post-div{
    
}
.post-by-line{
    padding:5px;
    margin-bottom:5px;
    margin-top:5px;
    background-color:#f5f5f5;
}
.post-content{
    padding:5px;
    margin-bottom:5px;
}
/* end of style posts */