/*
Theme Name: JAX babatunde
Theme URI: http://tundeolaniran.com
Description: Artistic design by Brock Willsey of <a href="http://vividbraille.com">vividbraille</a>.
Version: 0.70
Author: Scott Jacks
Author URI: http://jaxservices.net/
Designer: Brock Willsey
Designer URI: http://vividbraille.com/
Tags: 

	other notes...
	
*/


body {
	background-color: #DEDED2; /* #D6D7AB #BB5E00 #CFCFB5 */
	background:url('images/bg.png');
	}

#header {
	}

#pagewrapper {
	min-height: 690px;
	width: 935px;
	margin-left: auto;
	margin-right: auto;
}

#leftcol { /*contains the menu*/
	/* width set by #menu
	width: 419px !important;
	*/
}

#rightcol { /*contains the content*/
	position: inline;
	top: 0px; 
	left: 419px;
	margin: 0;
	margin-left: 419px;
	padding: 0;
	width: 500px;
}


/* Begin menu styles */
#menu { /*backgound*/
	width: 419px !important;
	height: 684px;
	margin: 0;
	padding: 0;
	background-image: url('images/menu.png');
	background-repeat: no-repeat;
	float: left; /*inherits to child*/
	position: relative; /*inherits to child*/
	top: 0;
	left: 0;	
	border-style: none; /*border-style: solid; /*inherits to child*/
	border-width: 1px; /*inherits to child*/
}

#menu #about {
	border-style: inherit;
	border-width: inherit;
	border-color: #F0F;
/*border: 1px solid #F0F;*/
	position: inherit;
	float: inherit;
	left: 45px;
	top: 80px;
	width: 60px;
	height: 62px;
}#menu #about:hover {
	background-image: url('images/menu-h_02.png');
	background-position: -45px -102px;
	cursor: pointer;
}

#menu #music {
	border-style: inherit;
	border-width: inherit;
	border-color: #0FF;
/*border: 1px solid #0FF;*/
	position: inherit;
	float: inherit;
	left: 51px; 
	top: 66px;
	width: 62px;
	height: 68px;
}#menu #music:hover {
	background-image: url('images/menu-h_02.png');
	background-position: -111px -1px;
	cursor: pointer;
}

#menu #video {
	border-style: inherit;
	border-width: inherit;
	border-color: #00F;
/*border: 1px solid #00F;*/
	position: inherit;
	float: inherit;
	left: 57px;
	top: 80px;
	width: 46px;
	height: 55px;
}#menu #video:hover {
	background-image: url('images/menu-h_02.png');
	background-position: -179px -15px;
	cursor: pointer;
}

#menu #gallery {
	border-style: inherit;
	border-width: inherit;
	border-color: #0F0;
/*border: 1px solid #0F0;*/
	position: inherit;
	float: inherit;
	top: 75px;
	left: 67px;
	width: 59px;
	height: 70px;
}#menu #gallery:hover {
	background-image: url('images/menu-h_02.png');
	background-position: -235px -10px;
	cursor: pointer;
}

#menu #contact {
	border-style: inherit;
	border-width: inherit;
	border-color: #F00;
/*border: 1px solid #F00;*/
	position: inherit;
	float: inherit;
	top: 74px;
	left: 83px;
	width: 58px;
	height: 65px;
}#menu #contact:hover {
	background-image: url('images/menu-h_02.png');
	background-position: -310px -9px;
	cursor: pointer;
}

#menu #home {
	border-style: inherit;
	border-width: inherit;
	border-color: #000;
/*border: 1px solid #000;*/
	position: relative;
	float: left;
	top: 460px; 
	left: 70px;
	width: 280px;
	height: 85px;
}#menu #home:hover {
	background-image: url('images/menu-h_05.png');
	background-position: -70px -4px;
	cursor: pointer;
}
/* end menu styles */


#content {
	padding: 10px;
	margin: 0;
	background-color: #F6F5F1; 
	font-family: "Century Gothic", arial, sans-serif;
	font-size: 0.8em;
	min-height: 690px;
}

#content a {
	color: #03C;
	text-decoration: none;
	border: none;
}

#content img {
	border: none;
	max-width: 490px;
	margin: 5px;
}

h2 {
	font-family: "Century Gothic", arial, sans-serif;
	font-weight: normal;
	color: #6E3D41;
	font-size: 18px;
}

/*begin blog post styling*/
.post {
	margin-bottom:30px;
}

.post-title, .post-title a {
	font-family: "Century Gothic", Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #6E3D41;
	padding: 4px 4px 10px 0px;
	margin: 0;
}
.post-title a:hover {
	color: #00C;
}
.post-title a:visited {
	color: #6E3D41;
}

.post-date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: black;
	padding: 0px 5px 0px 2px;
	margin: 0;
}

.post-content {
	font-size: 1em;
	color: black;
	padding: 4px 4px 4px 10px;	
	margin-bottom: 1em;
}

.post-content img {
	max-width: 400px;
	margin: 5px;
}

.post-footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: black;
	background-color: #D0D0D0; 
	padding: 4px;
}
/*end blog post styling*/

.greyheading {
	background-color:#CCC; 
	color:#6E3D41; 
	font-weight:bold;
	padding:5px; 
	padding-right:10px; 
}

.videoexcerpt {
}
.videoexcerpt img {
	cursor:pointer;
}


/* ///////////////////////////////////////////////////////// */
/* being predefined styling from the wordpress default theme */
/* ///////////////////////////////////////////////////////// */

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */




/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
