.ui-tabs .ui-tabs-hide {
	display: none;
}
.ui-state-active a.AllBlogsNav-1 { 
	background: #375fc1 url(http://img.sparknotes.com/images/tab_faq_1_on.gif) no-repeat center center;
}
.ui-state-active a.AllBlogsNav-2 { 
	background: #e35c97 url(http://img.sparknotes.com/images/tab_faq_2_on.gif) no-repeat center center;
}
.ui-state-active a.AllBlogsNav-3 { 
	background: #f79e36 url(http://img.sparknotes.com/images/tab_faq_3_on.gif) no-repeat center center;
}


/* Blog Module Nav (Tabs)
----------------------------------------------------------- */
#AllBlogsContainer {
	padding: 37px 10px 14px;
	background: #ededef url(http://img.sparknotes.com/images/bg_blog-module-allblogs.gif) no-repeat top center;
	margin: 0 auto;	
}
#AllBlogsContainer a {
	text-decoration: none;
	color: #209ce7;
}
ul#AllBlogsNav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#AllBlogsNav li {
	float: left;
}
ul#AllBlogsNav li a {
	display: block;
	width: 78px;
	height: 37px; 
	margin-right: 1px;
	padding: 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-indent: -99999px;
}
ul#AllBlogsNav li a.last {
	margin-right: 0;
}
ul#AllBlogsNav li.AllBlogsNav-1 {
	background: url(http://img.sparknotes.com/images/tab_faq_1.gif) no-repeat left center;
}
ul#AllBlogsNav li a.AllBlogsNav-1 {width: 86px; }

ul#AllBlogsNav li.AllBlogsNav-2 {
	background: url(http://img.sparknotes.com/images/tab_faq_2.gif) no-repeat left center;
}
ul#AllBlogsNav li a.AllBlogsNav-2 { width: 104px; }

ul#AllBlogsNav li.AllBlogsNav-3 {
	background: url(http://img.sparknotes.com/images/tab_faq_3.gif) no-repeat left center;
}
ul#AllBlogsNav li a.AllBlogsNav-3 { width: 78px; }

ul#AllBlogsNav li.AllBlogsNav-1 a:hover, ul#AllBlogsNav li.AllBlogsNav-1 a:focus {
	background: url(http://img.sparknotes.com/images/tab_faq_1_on.gif) no-repeat left center;
}
ul#AllBlogsNav li.AllBlogsNav-2 a:hover, ul#AllBlogsNav li.AllBlogsNav-2 a:focus {
	background: url(http://img.sparknotes.com/images/tab_faq_2_on.gif) no-repeat left center;
}
ul#AllBlogsNav li.AllBlogsNav-3 a:hover, ul#AllBlogsNav li.AllBlogsNav-3 a:focus {
	width: 78px;
	background: url(http://img.sparknotes.com/images/tab_faq_3_on.gif) no-repeat left center;
}


/* Blog Modules
----------------------------------------------------------- */
#AllBlogs-1, #AllBlogs-2, #AllBlogs-3 {
	width: 305px;
	background: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#AllBlogs-1 {
	border-top: 3px solid #B780D4;
}
#AllBlogs-2 {
	border-top: 3px solid #B780D4;
}
#AllBlogs-3 {
	border-top: 3px solid #B780D4;
}
#AllBlogs-1 h2, #AllBlogs-2 h2, #AllBlogs-3 h2 {
	text-align: center;
	font: bold 1em/2em Helvetica, Arial, sans-serif;
	margin: 5px 0 0;
}
#AllBlogs-1 div, #AllBlogs-2 div, #AllBlogs-3 div {
	text-align: center;
	padding: 6px 0;
}
#AllBlogs-1 div a, #AllBlogs-2 div a, #AllBlogs-3 div a {
	color: #000;
	font: bold 1em/2em Helvetica, Arial, sans-serif;
	padding: 2px 6px;
	text-decoration: underline;
	background: #fff100;
}

#AllBlogsContainer ol {
	list-style: decimal inside;
	margin: 0 10px;
	padding: 10px 5px;
	color: #209ce7;
	font: bold 12px/22px Helvetica, Arial, sans-serif;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}
#AllBlogsContainer ol a:hover, #AllBlogsContainer ol a:focus {
	background: none;
	color: #55c6f2;
}




