@charset "utf-8";
/* CSS Document */
/*
Project Name: StoneField Entertainment
Site Version: v1.0.37se
Author Name: Ayodele Okeowo
Author Email: aymacro@gmail.com
Author Website: http://www.ayomacro.co.cc
## Special thanks to CSS Drive and Sitepoint and CakePHP for their great source codes and tutorials ##
*/

body { border: 0; font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 12px;  margin: 0; padding: 0; background: #272727; text-align: center; }
hr { display: none; }

h1, h4 { font-size: 14px; margin: 0 0 5px 0; }
h2 {font-size: 12px; color:#E0E252; margin: 3px 0 15px 5px;}
h3{font-size:14px; color:#FF3333;}
h5 { background: url(../images/title_bar.gif) top left no-repeat; color: #bfbfbf; font-size: 11px; margin: 0 0 7px 0; padding: 4px 5px 11px 10px; text-transform: capitalize; }
table { border: none; width: 100%; display: inline; }
a img { border: none; }
a, a:link { color: #555; text-decoration: none; }
a:hover { color: #fbfbfb; text-decoration: none; }

input, select, textarea { font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin-bottom: 0px; }
textarea { font-family: sans-serif; border: none; }

/*Google Chrome, Opera 9.6+ and Safari 3.1 form border Hack*/
body:nth-of-type(1) input[type="text"], body:nth-of-type(1) input[type="password"], body:nth-of-type(1) textarea, body:nth-of-type(1) select {border: 1px solid #AAA;}

.a_right { text-align: right; }
.a_center { text-align: center; }
.a_justify { text-align: justify; }
.flo_left { float: left; }
.flo_right { float: right; }

.hider {display: none;}
.clear { clear: both; }
.clear_left { clear: left; }
.clear_right { clear: right; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } 
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/*Wrapper*/
#wrapper {
		background: 0;
		min-width: 980px;
		position: relative;
		min-height: 100%;
		height: auto !important;
		height: 100%;
		text-align: left;
		margin:0;
}

/*Top Bar*/
#topBar { background: #104d84; border-top: 3px solid #104d84; font-size: 1px; height: 1px; }

#header { 
	background: #1f1f1f; 
	color: #7b8993; 
	height: 105px;
	position:relative;
	padding-top: 0px;
	margin-bottom: 20px;
}

#logo_wrap { margin: 0 0 0 50px; }
#logo { padding-top: 10px; float: left;	width: 200px; padding-bottom: 10px; }

/*Mini Bar Wrapper*/
#headerMini_wrap{
	right: 0;
	width: 200px;
	padding: 0 40px 0 0;
	position: absolute;
	top: 0;
}

/*TopBar Menus*/
#minibar {
	background: #104d84;
	color: #fff;
	font-size: 11px;
	padding: 0 10px 0 15px;
}
#minibar ul	{ margin: 0 auto; padding: 2px 10px 1px 10px; list-style-type: none; height: 19px; }
#minibar ul li{ float: left; padding: 2px 5px; }
#minibar a { margin-right: 5px; }
#minibar ul li a { color: #050505; display: block; font-size: 1.1em; font-weight: bold; }
#minibar ul li a:hover, #minibar ul li a:focus { color: #bfbfbf; }

/*Menu Navigation*/
#menu_wrap {
	background: #272727 url(../images/nav_wrap_bg.gif) left top repeat-x;
	height: 32px;
	padding: 0 20px;
	display: block;
}
#menu_wrap h3 {
	display: none;
}
#menu {
	margin: 0 20px;	
	padding: 0 0 0 0px;
	height: 30px;
}
#menu ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 30px;
	width: 100%;
}
#menu_wrap ul li {
	background: #272727 url(../images/nav_l.png) left top no-repeat;
	display: block;
	float: left;
	margin: 0 0px 0 0;
	list-style: none;
	line-height: normal;
}
#menu_wrap ul li a {
	background: url(../images/nav_r.png) right top no-repeat;
	border: none;
	color: #ffffff;
	display:block;
	font-size:9px;
	font-weight:bold;
	text-decoration: none;
	margin: 0 -2px 0 0;
	width: auto;
	padding: 9px 11px;
	text-align: center;
}
	
/* hover */
#menu_wrap ul li:hover, #menu_wrap ul li.li_hover {
	background: #272727 url(../images/nav_l.png) 0 -100px;
	color: #555;
}
#menu_wrap ul li:hover a, #menu_wrap ul li.li_hover a {
	background: url(../images/nav_r.png) 100% -100px no-repeat;
	color: #555;
}
	
/* current page */
#menu_wrap ul li.active  {
	background: #272727 url(../images/nav_active_l.png) 0 -100px no-repeat;
}
#menu_wrap ul li.active a {
	background: url(../images/nav_active_r.png) 100% -100px no-repeat;
	color: #555;
	font-weight: bold;
}
/*
#menu_wrap ul li.active_page:hover {
	background: #272727 url(../images/nav_active_l.png) left top no-repeat;
}
#menu_wrap ul li.active_page:hover a  {
	background: url(../images/nav_active_r.png) right top no-repeat;
	color: #555;
	font-weight: bold;
}
*/

/*Search Bar*/
#search {
	float: right;
	width:32%;
	margin:0 30px 0 0;
	display:compact ;/*WinIE*/
	padding-top:1.0em;
	right: 11px;
	position: absolute;
	top: 70px;
}
#search label {
	display: none;
}
#search form { 
	margin:0;
	padding:0;
	text-align:left;
	position:relative;
}
#search ul {
	list-style:none;
	margin:0 0.66em 0.66em 0;
	padding:0;
	text-align:right;
	font-size:1.0em;
	text-transform:lowercase;
}
#search ul li {
	display:inline;
	margin-right:0.5em;
	padding-right:0.5em;
	border-right:1px solid #bbb;
}
#search ul li.end {
	border:0;
	margin-right:0;
	padding:0;
}
#search p {
	margin:0.66em;
	font-size:1.0em;
	text-align:right;
	color:#666;
	text-transform:uppercase;
	
}
#search a, #search a:visited {
	font-weight:200;
	color:#bfbfbf;
}
#search a:hover, #search a:active {
	font-weight:200;
	text-decoration: none;
	border-bottom: 2px solid;
}	
#search input {
	width:92%;
	margin:0.1em 0;
	border:0;
	background:0;
	padding:0.1em 0 0.2em 0.5em;
	color:#888;
	font-family: verdana,helvetica,sans-serif;
	font-size: 12px;
}
#search input.button {
	position:absolute;
	right: 10px;
	top:0.1em;
	width:auto;
	padding:0;
}
#search form span {
	display:block;
	width:100%;
	padding:0;
	background: transparent url(../images/bg_span_tl.gif) top left no-repeat;
}
#search form span span {
	background: transparent url(../images/bg_span_tr.gif) top right no-repeat;
}
#search form span span span {
	background: transparent url(../images/bg_span_br.gif) bottom right no-repeat;
}
#search form span span span span {
	padding:0.15em 0.3em;
	background: transparent url(../images/bg_span_bl.gif) bottom left no-repeat;
}

#head_title span p {
	left: 60px;
	margin: 0 auto;
	font-size:1.0em;
	text-align: left;
	color:#666;
	text-transform:lowercase;
	position: absolute;
	background: #272727;
	width: auto;
}
#head_title a {
	font-weight: bold;
	color:#bfbfbf;
}
#head_title a:hover {
	font-weight: bold;
	text-decoration: none;
	color:#666;
}

/*Little left sidebar for icons*/
#header div#side_crawler { background: url(../images/crawler2.png) no-repeat 0 0; height: 141px; width: 40px; 
position: absolute; top: 153px; left: 0px; z-index: 1003; }

ul#advanceList { 
	float:left; 
	height: 240px;
	margin-top:16px;
}
 
#advanceList li { 
	height:45px; 
	width:45px; 
	float:left; 
	margin-left:-35px;
}

/*
.crH { 
background:url(../images/music.png) no-repeat;
}
 
.crH:hover { 
background:url(../images/musicHover.png) no-repeat;
}

.crM{ 
background:url(../images/video.png) no-repeat;
}
 
.crM:hover { 
background:url(../images/videoHover.png) no-repeat;
}

.crG { 
background:url(../images/link.png) no-repeat;
}
 
.crG:hover { 
background:url(../images/linkHover.png) no-repeat;
} */
/** End Crawler */

#container {
	background: none;
	width: 910px;
	margin: 0 auto;
	position: relative;
	min-height: auto;
}

#content { 
	float: left;
	border-right: none; 
	width: 670px;
	text-align: left;
	font-size: 1.2em;
	padding-top: 11px;
	color:#85827F;
}

#mygallery { /*See rest of Carousel JQuery Effects in stone.css*/
	overflow: hidden;
}

#right { 
	float: right;
	top: 0;
	right: 0;
	width: 225px; 
	padding: 0; 
	margin: 0;
}

#sidebar {
	margin: 10px 0 5px 0;
	color: bfbfbf;
	border: #343434 1px solid;
	background: #2e2e2e url(../images/sidebar_header_bg.png) repeat-x left top; 
	border: 1px solid #3b3b3b; 
}
#sidebar h3 {
	font-size: 1.2em;
	margin: 0 0 0 0;
	padding: 5px 9px 5px 9px;
	display: block;
	font-family: Helvetica,"Lucida Grande";
	font-weight: bold;
	width: 190px; 
	height: 23px;
}

.inner {
	padding: 0 9px 5px 9px;
}

.sidebar-extras {
	margin: 12px 0 3px 0;
}

.line-breaker {
	background: url(../images/line.png) repeat-x left bottom;
	margin: 0;
	padding: 0;
	height: 10px;
}

.go-edikan ul {
	padding-left: 20px; 
	margin-left: 0; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #9f9f9f; 
}
.go-edikan li { 
	list-style: none; 
}
.go-edikan ul li { 
	line-height: 15px; 
	padding-left: 15px; 
	background: url(../images/plusbottom.gif) no-repeat 0 50%; 
}
.go-edikan ul li.selected { 
	line-height: 15px; 
	padding-left: 15px; 
	background: url(../images/plusbottom-sel.gif) no-repeat 0 50%; 
	font-weight: bold;
}
#sidebar a {
	color: #9f9f9f; 
	text-decoration: none;
}
#sidebar a:hover {
	color: #fbfbfb; 
	text-decoration: none; 
	border-bottom: none;
}
#sidebar p {
	padding: 0 0 0 0; 
	line-height: 1.4em; 
}
small {
	font-size: 11px; 
	margin: 0;
	line-height: 1.1em;
}
body .inner tr td {
	font-size: 11px; 
	padding-left:5px; 
	margin:0;
}
#sidebar .date {
	font-weight: bold;
}

.posts ul {
	padding-left: 10px; 
	margin-left: 0; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #9f9f9f; 
}
.posts li { 
	list-style: none; 
}
.posts ul li { 
	line-height: 15px; 
	padding-left: 15px; 
	background: url(../images/plusbottom-sel.gif) no-repeat 0 50%; 
}
.posts ul li.selected { 
	line-height: 15px; 
	padding-left: 15px; 
	background: url(../images/plusbottom-sel.gif) no-repeat 0 50%; 
	color: #fbfbfb;
}

#sidebar p.more-posts {
	clear: right;
	margin: 0 20px 0 0;
	text-align: right;
}

#sidebar p.more-posts a {
	color: #555;
	padding-left: 0;
}

#news-letterform {
	margin: 0;
	padding: 0;
	margin-top: 3px;
}

#news-letterform .text {
	width: 196px;
	border: 1px solid #3b3b3b;
	background-color: #343434;
	color: #999;
	padding: 2px 3px;
}

#news-letterform .searchbutton {
	text-aling: right;
	margin-top: 4px;
}

.buttons {
	border: 1px solid #2a2a2a;
	background-color: #252525;
	color: #9f9f9f;
}

.clearing { clear: both; }
.alert, .error { color: #fbfbfb; font-size: 11px;}

/*carousel text*/
p.panel  {
	margin-top: 120px;
}

/*Other Pages*/
#pagesimg {width:614px; border: 3px solid #3e3e3e; background-color: #3e3e3e; font-size:0px; margin: 0 20px;}
#pagesimg img {padding: 2px;}
.thumbimg {float:center; border:2px solid #9f9f9f; padding:2px; margin:0 10px 0 5px;} /*works for any image*/
.thumbimg2 {color:#FF9900; float:center; border:0px solid #9f9f9f; padding:2px; margin:0 12px 0 5px;}
.news {color:#FF9900; font-size:14px; font-weight:bold;}

/*Content Information*/
.info-content {width:619px; margin-top:18px; margin-bottom: 13px; margin: 20px;}
.info-content h1 {font-size: 20px; font-weight: normal color: #9f9f9f; margin: 0 0 8px 10px; padding:0; line-height: 24px; font-family: Helvetica, Arial ;}
.info-content p {margin-left: 10px; margin-right:10px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; color:#9f9f9f;}

/*JQuery Menu Tabs/*/
#tab-box {
	margin: 3em auto;  
	width: 610px;
}
#tab-box ul{
    list-style: none;  
    list-style-position: outside;
	margin: 0;
	padding: 0;
}  
#tab-box ul.menu li{  
    float: left;  
    margin-right: 2px;  
    margin-bottom: -1px;  
}  
#tab-box ul.menu li{  
    font-weight: 700;  
    display: block;  
    padding: 5px 10px 5px 10px;  
    background: #252525;  
    margin-bottom: -1px;  
    border: 1px solid #3b3b3b;  
    border-width: 1px 1px 1px 1px;  
    position: relative;  
    color: #898989;  
    cursor: pointer;  
}  
#tab-box ul.menu li.active{  
    background: #2e2e2e;  
    top: 1px;  
    border-bottom: 0;  
    color: #042356;
}

/*Back to Top*/
#go-top {
	margin-left: 600px;
	margin-top: -10px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 11px;
	color: #888;
}

/*Form tools*/
.textfield {width: 190px; border: 1px solid #3b3b3b; background-color: #343434; color: #999;}
.textfield:focus, .comment-form textarea:focus {border: 1px solid #555; background-color: #252525;}
.formtext {color: #626060; font-weight: bold; line-height: 18px;}
.btn {
	border: 1px solid #3f3f3f;
	background-color: #252525;
	color: #9f9f9f;
}

/*Comment Form*/
.comment-form div {
	width: 300px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	border-top: none;
	height: 1%;
}

.comment-form label {
	font-weight: normal;
	float: left;
	margin-left: -155px; 
	width: 150px;
}

.comment-form textarea {
	width: 250px;
	height: 150px;
	color: #999;
	border: 1px solid #3b3b3b;
	background-color: #343434;
}

/*.threepxfix class below: FOR IE6 ONLY. */
* html .threepxfix {
margin-left: 3px;
}

/*Contact form*/
.contactinfo {width:255px; background: url(../images/line.png) left bottom repeat-x; padding-bottom:10px; margin-bottom:10px;}
.contactinfo ul {padding: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
.contactinfo li {list-style: none;}
.contactinfo ul li {line-height: 18px; padding-left: 18px; }
.contactinfo ul li.selected {line-height: 14px; padding-left: 10px; background: url(../images/bullet.gif) no-repeat 0 50%;}
.contactinfo a {text-decoration: none;}
.contactinfo a:hover {text-decoration: none;}

/*Contact email team*/
.contact-team {width:255px; background: none /*url(../images/line.png) left bottom repeat-x*/; padding-bottom:10px; margin-bottom:10px;}
.contact-team ul {padding: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
.contact-team li {list-style: none;}
.contact-team ul li {line-height: 18px; padding-left: 5px;}
.contact-team ul li.selected {line-height: 14px; padding-left: 10px;}
.contact-teama {text-decoration: none;}
.contact-team a:hover {text-decoration: none;}

/*Footer*/
#footer-wrap { clear:both; background: url(../images/footer-bg.png) repeat-x left top; margin: 15px 0 0 0; width: 100%; text-align: center;}
#footer { width: 960px; text-align: left; color:#85827F; padding:15px 10px; margin:0 auto;}

#footerleft { width: 550px; left: 0; border-right: none;}
#footerright { 
	width: 380px; 
	float: right; 
	border-right: none; 
	padding: 0px 10px 0px 10px; 
	margin-top: -18px; 
}
#footer p { font-family: Arial, Helvetica, sans-serif; font-size: 11px; margin: 0; padding: 0.2em 0 0.2em 0; }
#footer a:link, #footer a:active, #footer a:visited { color: #85827F; text-decoration: none;}
#footer a:hover { color: #fbfbfb; text-decoration: underline;}
