 /*
Theme Name: Nile On (Supafrenz Theme)
Theme URI: www.nile-on.com
Description: Custom Theme for Nile-On by Mr.M@Supafrenz
Author: Mr.M@Supafrenz <miches@supafrenz.com>
Author URI: www.supafrenz.com
Template: nileonbeta
Version: beta 0.70
*/

/* test */

body {
	background: #696969;
	color: #999;
	width: 100%;

	font: normal 11px Tahoma;
	line-height: 14px;
}

p {
	font: normal 11px Tahoma;
	line-height: 12px;
}

p.hed2 {
	padding-bottom: 6px;
}

a {
	font: normal 10px Tahoma;
	color: #333;
	text-decoration: none;
	line-height: 12px;
}

a:hover{
	color: #000;
}


a.more, a.more:hover{
	display: block;
	padding-top: 6px;
	clear: both;
	font: bold 11px Tahoma;
	color: #333;
	text-decoration: underline;
	line-height: 14px;
	/*margin-left: 5px; */

}

#container {
         position: relative;
	width: 1050px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#white_container {
	position: relative;
	display: block;
	background: #FFF;
	width: 1050px;
	float: left;
	padding-bottom: 15px;

}
#header #logo {
	float: left;
	width: 430px;
}

#header #navs {
	float: left;
	display: block;
	height: 125px;
	width: 590px;
	background: url(images/nav_bar_gradient.jpg) 0px 85px no-repeat;
}

#header #navs #navs_main {
	margin-top: 90px;
	margin-left: 0px;
	width: 370px;
}

#navs_main a {
         clear: none;
	float: left;
         position: relative;
         top: 0;
         margin: 0;
         padding: 0;
	display: inline;
	height: 22px;
}

#navs_main a.home {
	width: 40px;
	background: url(images/nav_home.gif) top left no-repeat;
}

#navs_main a.home:hover {
	background: url(images/nav_home_f2.gif) top left no-repeat;
}

#navs_main a.about {
	width: 45px;
	background: url(images/nav_about.gif) top left no-repeat;
}

#navs_main a.about:hover {
	background: url(images/nav_about_f2.gif) top left no-repeat;
}

#navs_main a.clients {
	width: 45px;
	background: url(images/nav_clients.gif) top left no-repeat;
}

#navs_main a.clients:hover {
	background: url(images/nav_clients_f2.gif) top left no-repeat;
}

#navs_main a.events {
	width: 50px;
	background: url(images/nav_events.gif) top left no-repeat;
}

#navs_main a.events:hover {
	background: url(images/nav_events_f2.gif) top left no-repeat;
}

#navs_main a.music {
	width: 45px;
	background: url(images/nav_music.gif) top left no-repeat;
}

#navs_main a.music:hover {
	background: url(images/nav_music_f2.gif) top left no-repeat;
}

#navs_main a.blog {
	width: 30px;
	background: url(images/nav_blog.gif) top left no-repeat;
}

#navs_main a.blog:hover {
	background: url(images/nav_blog_f2.gif) top left no-repeat;
}



#header #navs #navs_contact {
	display: block;
	float: left;
	width: 100px;
	margin-top: -22px;
	margin-left: 400px;
}

#navs_contact a {
	float: left;
	display: block;
	height: 22px;

	/* just to pad it at the left */
	margin-left: 2px;
}

#navs_contact a.contact {
	width: 65px;
	background: url(images/nav_contact.gif) top left no-repeat;
}

#navs_contact a.contact:hover {
	background: url(images/nav_contact_f2.gif) top left no-repeat;
}


/********************************* CONTENT **********************************/

#content {
	clear: both;
	display: block;
	position: relative;

	top: 50px;
	left: 30px;
	width: 990px;
	min-height: 500px;
	height: auto;
	float: left;
}

#content #content_left {
	display: block;
	width: 370px;
	float: left;

}

#content #content_left .latest {

	width: 370px;
	float: left;
	padding-bottom: 20px;
}

#content_left .latest img {
	width: 370px;
	height: 22px;
}

#content_left .latest .blurb {
	position: relative;
	top: 10px;
	width: 370px;

	/*background: red;*/

}

.blurb .thumb {
	position : relative;
	float: left;
	display: block;
	width: 170px;
}

#content_inner .blurb img {
	width: 170px;
	height: auto;
}

.blurb .excerpt {
	position: relative;
	left: 0px;
	float: left;
	width: 170px;

}

.blurb p {
	font: normal 11px Tahoma;
	color: #666666;
	line-height: 14px;
}

.blurb p.hed {

	font: bold 10px Tahoma;
	color: #666666;
	line-height: 12px;
	

}

#content_inner .blurb p.hed {
	padding-top: 10px;
	font: bold 11px Tahoma;
	color: #666666;
	line-height: 14px;
	text-transform: uppercase;

}


.blurb p.hed2 {
	font-weight: bold;
	font-size: 10px;
	line-height: 14px;
	color: #8a9543;
	text-transform: uppercase;
}


#content #content_mid {
	position: relative;
	top: 0;
	left: 30px;
	display: block;
	float: left;
	width: 370px;

	/*background: green;*/
}

#content #content_right {
	position: relative;
	top: 0;
	left: 60px;
	display: block;
	float: left;
	width: 190px;

	/*background: blue;*/
}

#content #content_mid #static p {
	line-height: 14px;
	font-size: 11px;
	color: #999;
	padding-bottom: 6px;
}

#content #content_mid #static p.hed, .static_content_right p.hed {
	font: bold 18px Tahoma;
	color: #333;
	line-height: 16px;

	padding-top: 10px;
	padding-bottom: 0px;
}

.static_content_right p.hed {
	padding: 0;
}

#content #content_mid #static p.hed2 {
	font: normal 11px Tahoma;
	color: #aab660;
	line-height: 12px;
	padding-bottom: 6px;
}

#content_mid #static img {

}

#content_mid #static #static_content {
	position: relative;
	top: 10px;
	width: 370px;

	/*background-color: red;*/
}
/********************** INNER CONTENT **********************/

.static_content_right p {
	font: normal 11px Tahoma;
	line-height: 16px;
}

#content_inner {
	clear: both;
	display: block;
	position: relative;

	top: 50px;
	left: 30px;
	width: 990px;
	min-height: 500px;
	float: left;
}


#content_inner #content_left {

	display: block;
	width: 170px;
	float: left;

	/*background: red;*/
}


#content_inner #content_left .latest {
	width: 170px;
	float: left;
	padding-bottom: 20px;
}
#content_inner #content_left .latest img {
	width: 170px;
	height:22px;
}

#content_inner #content_left .latest .blurb {
	position: relative;
	top: 10px;
	width: 170px;
}


#content_inner #content_mid {
	position: relative;
	top: 0;
	left: 30px;
	display: block;
	float: left;
	width: 570px;

	/*background: green;*/
}

#content_inner #content_mid #static {
	position: relative;
	width: 570px;
	float: left;
	min-height: 300px;

	/*background: #ddd;*/
}

#content_inner #static img {
	position: relative;
}



#content_inner #content_mid #static #static_content {
	position: relative;
	width: 570px;
	float: left;
	padding: 0;
	min-height: 300px;

	/*background: blue;*/
}


#static_content img {
	border: 1px solid #999999;

}
#content_inner #static_content #static_left , #comment{
	position: relative;
	width: 370px;
	float: left;
	display: block;
	min-height: 200px;
	/*background: red;*/
}

#static_left ul {
	position: relative;
	margin-left: 15px;
	width: 340px;
}
#static_left ul li {
	font: normal 11px Tahoma;
	list-style: square;
	color: #999;
	padding-bottom: 6px;
}

#static_left p {
	font: normal 11px Tahoma;
	color: #666;
	line-height: 16px;
	padding-bottom: 6px;
}

.list_mid p.hed, #static_left p.hed {
	font: bold 18px Tahoma;
	color: #333;
	line-height: 16px;
	padding:0px;

	padding-top: 10px;
	padding-bottom: 0px;
}

#respond{
	font: bold 11px Tahoma;
	color: #666;
	line-height: 16px;
	padding:0px;

	padding-top: 10px;
	padding-bottom: 0px;
}
.list_mid p.hed {
	padding: 0;
}

#static_left p.hed2 {
	font: bold 10px Tahoma;
	color: #8A9543;
	line-height: 14px;
	padding-top: 2px;
	text-transform: uppercase;
}

#static_left p a, #static_left p a:hover{

	font: normal 10px Tahoma;
	color: #333;
	text-decoration: underline;
	line-height: 16px;
	/*margin-left: 5px; */

}


#content_inner #static_content #static_right {
	position: relative;
	float: left;
	width: 170px;
	left: 30px;
	min-height: 200px;

	/*background: green;*/
}



#static_right #posts_nav {
	position: relative;
	width: 100%;
	display: block;
	float: left;
	padding: 0;
}



#static_content .static_content_entry {
	clear: both;
	position: relative;
	width: 100%;
	float: left;
	min-height: 10px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #999;
}



.list_left, .static_content_entry .static_content_left {
	display: block;
	position: relative;
	width: 170px;
	float: left;
	min-height: 170px;


}



.list_left {

}

.list_mid {

	display:block;
	position: relative;
	float: left;
	top: 0;
	left: 30px;
	width: 170px;

}

.list_right {

	display: block;
	position: relative;
	float: right;
	top: 0;
	width: 170px;
}

.list_right a.more_posts{

	position: relative;
	font: normal 10px Tahoma;
	color: #333;
	line-height: 14px;
	text-decoration: underline;
	width: 100%;
	top: 1px;
	display: block;
	min-height: 20px;
	padding-bottom: 20px;
	clear: both;

}
ul.list_artists {

	clear: both;
	float: left;
	width: 100%;
}

ul.list_artists li {

	clear: both;
	position: relative;
	width: 100%;
	float: left;
	min-height: 10px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #999;
}

.static_content_entry .static_content_right {
	display:block;
	position: relative;
	float: left;
	top: 0;
	left: 30px;
	width: 370px;

}




ul.related_posts_nav {

	position: relative;
	width: 100%;
	display: block;
	min-height: 10px;
	margin-top: -5px;
	float: left;
	padding-bottom: 10px;
}

ul.related_posts_nav li {

	position: relative;
	width: 100%;
	clear: both;
	min-height: 10px;
	float: left;
	padding: 0;
	border-bottom: 1px solid #999;
	margin: 0;
}


ul.related_posts_nav a:link,
ul.related_posts_nav a:visited,
ul.related_posts_nav a:hover,
ul.related_posts_nav a:active {

	position: relative;
	left: 0;
	width: 100%;
	padding: 5px 0;
	background: #fff;
	display: block;
}

ul.related_posts_nav a:hover {
	background: #f7f7f7;
}


ul.related_posts_nav li a span {
	position: relative;
	color: #999;
	display: block;
	width: 100%;
	font-weight: normal;
	line-height: 12px;
	font-size: 10px;
}

ul.related_posts_nav li a span.hed {
	font: bold 10px Tahoma;
	color: #aab660;
	line-height: 12px;
	text-transform: uppercase;
}


#posts_nav {

	margin-top: -5px;
}

#posts_nav li {
	position: relative;
	width: 100%;
	display: block;
	padding: 0;
	border-bottom: 1px solid #999;

}

#posts_nav li a {
	position: relative;
	left: 0;
	padding: 5px 0;
	background: #fff;
	display: block;
}

.blurb #posts_nav {
	padding: 0;
}
#content #content_left #posts_nav li a {
	width: 370px;

}
#static_right li a {
}

#posts_nav li a:hover {
	background: #f7f7f7;
}


#posts_nav a span {
	position: relative;
	color: #999;
	display: block;
	width: 100%;
	font-weight: normal;
	line-height: 12px;
	font-size: 10px;
}

#posts_nav a span.hed {
	font: bold 10px Tahoma;
	color: #666;
	line-height: 12px;
}

#static_right #posts_nav a span.hed {
	
	font: bold 10px Tahoma;
	color: #8a9543;
	text-transform: uppercase;
}

#content_inner #content_right {
	position: relative;
	top: 0;
	left: 60px;
	display: block;
	float: left;
	width: 190px;

	/*background: blue;*/
}


#sidebar ul li  {
	height: 22px;
}

#sidebar #dailymotion {


	width: 190px;
	text-align: left;
	margin-top: 15px;
	left: 0;
	display: block;

	/*background: #aaa;*/
}

#dailymotion div {
	margin: 0;
	padding: 0;

	margin-left: -24px;
}

#sidebar #flickr {

	width: 190px;

	display: block;

	/*background: #888;*/
}


#flickr_badge_wrapper {
	margin-top: 3px;
}
#flickr_badge_wrapper img {
	border: 1px solid #FFF;
}

.flickrimg {
	margin-bottom: 10px;
}
#flickrimg1 {
	margin-right: 10px;
}
#flickrimg3 {
	margin-right: 10px;
}
#flickrimg5 {
	margin-right: 10px;
}
#flickrimg7 {
	margin-right: 10px;
}
#flickrimg9 {
	margin-right: 10px;
}


/********************************* FOOTER **********************************/
#footer {
	clear: both;
	position: relative;
	display: block;
	left: 30px;
	top: 70px;
	width: 990px;
	height: 150px;
	background-color: #aaa;
	background: url(images/footer_bar_gradient.jpg) top left no-repeat;
	padding-top: 20px;

	color: #666;
	float: left;
}

#footer #footer_left {
	display: block;
	float: left;
	width: 170px;
	height: 100%;
	padding-left: 2px;

	/*background: red;*/
}

#footer #footer_mid {
	display:block;
	position: relative;
	top: 0;
	left: 230px;
	float: left;
	height: 100%;
	width: 370px;
	font-size: 11px;

	/*background: green; */
}

#footer #footer_right {
	display: block;
	position: relative;
	top: 0;
	left: 260px;
	height: 100%;
	width: 190px;
	float: left;

	padding-left: 2px;

	/*background: blue;*/
}


#footer p {
	
	font: normal 10px Tahoma;
	color: #999;
	line-height: 14px;
}


#footer p.hed {

	font: bold 11px Tahoma;
	line-height: 14px;
	color: #666;
}


#footer ul li {
	padding-right: 8px;
	float: left;
}

#footer_mid ul li a:link,
#footer_mid ul li a:visited,
#footer_mid ul li a:hover,
#footer_mid ul li a:active {

	font: bold 11px Tahoma;
	color: #666;
	line-height: 14px;

}

/******************************* HOVER IMAGE LOADERS ******************************/

#imageloader {
	position: absolute;
	top: -1000px;
	left: -1000px;
	overflow: hidden;
}

#content_inner #content_left .latest .blurb img,
#content_left .latest .blurb .thumb img {
	width: 168px;
	height: auto;
	border: 1px solid #999;
}

#comments,#respond {
   margin-top: 30px;
	padding-top: 15px;
	padding-bottom: 5px;
	border-top: 1px solid #999;

	color: #666;
	font: bold 11px Tahoma;
}

#respond {
}


cite {
	text-transform: capitalize;
}

ol.commentlist li, ol.commentlist li.alt {
	display: block;
	padding: 10px 5px;
	background: #FFF;
}

ol.commentlist li.alt {
	background: #E7E7E7;
}

#content_inner ol.commentlist li img, #content_inner ol.commentlist li.alt img {
        width: auto;
        display: inline;
        position: relative;
        clear: none;
}

input#author, input#email, input#url, textarea#comment, input#submit {
	font: normal 11px Tahoma;
}

input#submit {
	margin-top: 7px;
}

textarea#comment {
	width: 100%;
	height: 100px;
}

#static_left p.gotags a:link,
#static_left p.gotags a:visited,
#static_left p.gotags a:hover,
#static_left p.gotags a:active {

	color: #999;
}

#nile_sociablebuttons {

	display: block;
	float: left;
	text-align: right;
	width: 100%;
	height: 15px;
	margin-top: 8px;
}

#togglehidesociable {

	display: block;
	width: 100%;
	height: 15px;
	top: 0;
	text-align: right;
	position: relative;
}

#togglehidetags {

	display: block;
	width: 100%;
	height: 15px;
	top: 0;
	text-align: right;
	position: relative;
}


p.hed a:link,
p.hed a:visited,
p.hed a:hover,
p.hed a:active {

	font: bold 18px Tahoma;
	color: #333333;
	line-height: 16px;
	text-decoration: none;
}
