/*
Theme Name: Its Phizzle
Theme URI: http://www.itsphizzle.com
Description: 
Version: 1.0
Author: Temi Kolawole
Author URI: http://www.antigravityinc.com
Tags: 

*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFF01;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	background-image: url(images/bg-2012.jpg);
	background-repeat: no-repeat;
	background-position: center -50px;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 360px;
}
#menu {
	clear: both;
	color: #000000;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	float: left;
	list-style-type: none;
	display: block;
	padding-top: 40px;
}
#menu ul li:hover {
}
#menu ul li a {
	color: #000000;
	text-decoration: none;
	font-size: 25px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 3px;
	height: 32px;
}
#menu ul li a img{
	border: 0 none;
}
#menu ul li a:hover {
}
#main {
	float: left;
	width: 620px;
}
#content {
	clear: both;
	min-height: 500px;
	padding: 10px;
	border: 1px solid #000;
	margin-top: 20px;
	color: #000000;
	overflow: hidden;
}
.videos{
	width: 900px;
}
.post{
	margin-bottom: 20px;
}
.post a:hover{
	color: #FFFF01;
	background-color: #000000;
}
.post h2{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.post h2 img{
	border: 0 none;
}
.entry{
	line-height: 20px;
	min-height: 200px;
}
#commentdiv{
}
#commentdiv a, #commentdiv a:hover{
}
#sidebar {
	float: right;
	width: 300px;
}
#sidebar h3{
	font-size: 24px;
	text-transform: lowercase;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#sidebar h3:after {
    content: ".";
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
}
#sidebar ul li {
	margin: 0px;
	padding: 0px;
	list-style:none;
}
#sidebar ul li ul {
	list-style-type: none;
}
#sidebar .widget{
	margin-bottom: 20px;
}
#sidebar a{
	text-decoration: none;
}
#sidebar a:hover{
	text-decoration: underline;
}
#sidebar ul li ul li {
	margin-bottom: 3px !important;
	list-style:none;
}
#sidebar ul li ul li a{
	display:block;
	padding: 5px;
	text-decoration: none;
}
#sidebar ul li ul li a:hover{
	background-color: #000000;
	text-decoration: none;
	color: #FFFF01;
}
#footer {
	padding: 10px;
	clear: both;
	color: #000000;
}
#footer a {
	color: #000000;
}

#social_links {
	clear: both;
	overflow: hidden;
	background-image: url(images/social.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#social_links ul {
	margin: 0px;
	padding: 0px;
}
#social_links ul li {
	list-style-type: none;
}
#social_links ul li a {
	height: 40px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
}
#social_links ul li a span {
	display: none;
}
#social_links #facebook {
	background-image: url(images/facebook.gif);
}
#social_links #facebook:hover {
	background-image: url(images/facebook_hover.gif);
}
#social_links #myspace {
	background-image: url(images/myspace.gif);
}
#social_links #myspace:hover {
	background-image: url(images/myspace_hover.gif);
}
#social_links #youtube {
	background-image: url(images/youtube.gif);
}
#social_links #youtube:hover {
	background-image: url(images/youtube_hover.gif);
}
#social_links #twitter {
	background-image: url(images/twitter.gif);
}
#social_links #twitter:hover {
	background-image: url(images/twitter_hover.gif);
}
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	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;
	color: #000000;
}
/* End captions */

