/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

/* Post content margin */
#main .post-content {
	margin-left:0px;
}

h4 {
	background: transparent url('images/h4_medium.png') no-repeat;
	font-size:12px;
	letter-spacing:1px;
	line-height:35px;
	margin-bottom:15px;
	padding:10px 20px;
	text-transform:uppercase;
}


/* Image/Text in Sidebar */
.img-container {
	width:100%;
}
.img-container .content_sec {
	text-align:center;
}


/* Tables */
table {
	border:0px solid #000;
	border-collapse:collapse;
}

table td {
	border:0px solid #000;
	padding:4px;
}

h3 {
	clear:both;
}

h5 {
	text-decoration:underline;
	font-size:14px;
	padding-bottom:0;
}

div.indent {
	padding-left:20px;
}

/* MathGames! font */
div.mg {
	font-family: "Courier New", "Lucida Console", "Lucida Grande", "Arial";
}

/* Audio player paragraph style for MathGames */
div.audio-player p {
	padding:0;
}

/* Album */
.post div.album {
	float:left;
	padding:0 60px 20px 0;
	text-align:center;
}

.post div.album-list {
	padding:0 0 26px 0;
}
.post div.album-list h4 {
	background:none;
}
.post div.album-list .image {
	float:left;
}
.post div.album-list .music {
	float:left;
	padding:0 0 0 25px;
}
	.post div.album-list .music .audio-unit {
		margin-top:0;
	}
/* Footer */

#footer-out {
	width: 100%;
	padding: 15px 0 14px 0;
	margin-top:25px;
	height: 130px;
}
#footer {
	width: 960px;
	margin: 0 auto;
	padding-top: 0;
	font-size: 11px;
	color: #fff;
	text-align: center;
}
#footer p.center {
	text-align: left;
	padding-left:160px;
	float:left;
	background:none;
}
#footer p.left {
	text-align:left;
	float:left;
	padding-left:60px;
	background:none;
}
#footer p.right {
	text-align:right;
	float:right;
	padding:0;
	background:none;
}
#footer a{ color:#ffff99; }
#footer p {
	padding: 5px;
}
#footer img {vertical-align: middle;}
#footer span {display: block;}