/*
Theme Name: ACU Blogs
Theme URI: http://themeslice.com/
Author: Chris Gibbs and The ThemeSlice Team
Author URI: http://themeslice.com/
Description: A widget ready, 3 column theme for use on ACU branded blogs (course blogs, department blogs, etc). For instructions on usage go to theme options > instructions after activating the theme.
Version: 1.7
*/
@import 'css/reset.css';

/* Attachments */

div.attachment img {
	border: 1px solid #D7D7D7;
	padding: 5px;
	margin: 0 10px 0 0;
	display: block;
	float: left;
	background: #fff;
	outline: 9px solid #fff;
}
div.attachment_data {
	padding-left: 100px;
}
div.attachment_data .post-text {
	width: auto;
}
div.grid div.attachment img {
	float: none;
	margin: 0 auto;
	outline: 0;
}
div.attachment a:hover img {
	padding: 0;
	border: 6px solid #D7D7D7;
}
div.grid {
	overflow: hidden;
	width: 500px;
}
div.grid div.attachment {
	width: 154px;
	float: left;
	overflow: hidden;
	margin: 20px 19px 0 0 !important;
	padding-bottom: 10px;
	text-align: center;
}
div.grid div.grid-last {
	margin: 20px 0 0 0 !important;
}
#content div.grid div.attachment h2 {
	font-size: 1.2em !important;
	word-wrap: break-word; 
	margin: 10px 0 !important;
}
div.grid div.attachment .post-text {
	width: auto;
	font-size: 0.8em;
}
div.grid div.attachment img {
}
div.grid .clear {
	border-bottom: 1px solid #D7D7D7;
}

/* @group Structure */
body {
	text-align: center;
	color: #383838;
	background-color: #44134D;
	font: 75% Helvetica Neue, Arial, Verdana, Tahoma, sans-serif;
	line-height: 1.4em;
	}
a:link, a:visited {
	color: #4A2A50;
	text-decoration: none;
	}
a:hover, a:focus {
	color: #000;
	text-decoration: underline;
	}
a.more, .more {
	font-weight: bold;
	font-style: italic;
}
.post-text {
	width: 500px;
	overflow: hidden;
}
.post-text a, .comment-text a {
	font-weight: bold;
}
.post-text div.post_author {
	float: left;
}
.post-text div.post_author img {
	margin: 14px 20px 10px 0;
	border: 6px solid #D7D7D7;
	outline: 10px solid #fff;
}
.sideContent a {
	color: #6F6F6F !important;
}
div.inner {
	margin: 0 auto;
	text-align: left;
	width: 900px;
	padding: 0;
}
div.clear {
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	height: 0;
}
#top {
	background: #8C8C8C url(images/top.gif) repeat-x top;	
}
#top .inner {
	position: relative;
	z-index: 10;
}
#logo {
	float: left;
	display: inline;
	position: absolute;
	left:0;
	top:0;
	z-index: 10;
	margin: 0 0 0 -9px !important;
	padding: 0 !important;
	line-height: 1 !important;
	}
#top ul {
	float: right;
	margin: 0;
	padding: 0;
}
#top ul li a {
	color: #fff;
	background: #7F7F7F;
	padding: 0 8px;
	text-decoration: none;
	line-height: 20px;
	float: left;
	font-size: 0.8em;
}
#top ul li a:hover {
	text-decoration: underline;
}
#topShadow {
	background: url(images/shadow_top.png) repeat-x top;
	position: absolute;
	z-index: 9;
	top:20px;
	left: 0;
	width: 100%;
	height: 27px;
}
#header {
	border-bottom: 6px solid #000;
	}
#header .intro {
	width: 250px;
	background: #000;
	float: right;
	height: 156px;
	position: relative;
}
#header .intro h2 {
	border-bottom: 1px dashed #A7A7A7;
	line-height: 1;
	padding: 11px 12px 8px 12px;
	margin: 0 !important;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.2em !important;
	letter-spacing: 1px;
}
#header .intro p {
	font-family: Georgia, times, serif;
	font-style: italic;
	margin: 0 !important;
	padding: 6px 12px;
	color: #C0C0C0;
	position: absolute;
	bottom:0;
	left:0;
	width: 226px;
}
#banner {
	margin: 0 0 0 100px;
	padding: 0;
	outline: 0;
	display: inline;
	float: left;
	background-repeat: none;
	background-position: top left;
	width: 550px;
	height: 156px;
	position: relative;
	overflow: hidden;
}
#banner h1, #banner div {
	color: #fff;
	font-family: Georgia, times, serif;
	font-style: italic;
	font-size: 20px;
	font-weight: bold;
	background: url(images/overlay.png) repeat;
	line-height: 40px;
	margin: 0;
	padding: 0 8px;
	position: absolute;
	bottom:0;
	width: 534px;
}
#banner h1 a, #banner div a {
	color: #fff !important;
}
#banner h1.hidden, #banner div.hidden {
	left: -9999px !important;
}
#banner a.overlay_link {
	display: block;
	width: 100%;
	height: 100%;
	background: transparent none;
	border: 0;
	outline: 0;
	margin: 0;
	left: 0;
	top:0;
	position: absolute;
	z-index: 15;
}
#content {
	margin: 0;
	padding: 0;
	background: #fff url(images/shadow_content.gif) repeat-x top;
	}
/* Basic Header */
	body#basic #top {
		background: #A6A6A6 none;	
	}
	body#basic #topShadow {
		display: none;
	}
	body#basic #header {
		background: #fff;
		border: 0;
	}
	body#basic #banner {
		background: none !important;
		margin: 0 0 0 100px;
		padding: 0;
		outline: 0;
		display: inline;
		float: left;
		background-repeat: none;
		background-position: top left;
		width: auto;
		height: auto;
		position: static;
		overflow: hidden;
	}
	body#basic #banner h1, body#basic #banner div {
		color: #000;
		font-family: Helvetica Neue, Arial, Verdana, Tahoma, sans-serif;
		font-style: normal;
		font-size: 24px;
		font-weight: bold;
		background: none;
		line-height: 1.2em;
		margin: 0;
		padding: 24px 0 10px;
		position: static;
		bottom:auto;
		width: 534px;
	}
	body#basic #banner h1 a, body#basic #banner div a {
		color: #000 !important;
	}
	body#basic #banner h1.hidden, body#basic #banner div.hidden {
		left: auto !important;
	}
	body#basic #content {
		background: #fff none;
	}
	body#basic #header .intro {
		width: 250px;
		background: #000;
		float: right;
		height: auto;
		position: relative;
	}
	body#basic #header .intro h2 {
		border-bottom: 0;
		line-height: 1;
		padding: 8px 12px;
		margin: 0 !important;
		color: #fff;
		text-transform: uppercase;
		font-weight: normal;
		font-size: 1.1em !important;
	}
/* End basic header */
#mainContent {
	width: 500px;
	float: left;
	margin: 0 0 0 100px;
	padding: 20px 0 40px;
	display: inline;
	/*position: relative;*/
	}
.sideContent {
	float: left;
	display: inline;
	width: 85px;
	/*position: absolute;
	left: 0;*/
	position: relative;
	margin-left: -100px;
}
#sidebar {
	width: 250px;
	display: inline;
	float: right;
}
#footer {
	text-align: center;
	clear: both;
	color: #AFAFAF;
	background: url(images/acufooter.png) no-repeat 12px center;
	overflow: hidden;
	padding: 16px 0;
	}
#footer .left {
	float: left;
	text-transform: uppercase;
	font-size: 0.6em;
	width: 200px;
	text-align: left;
	margin: 0 !important;
	padding-left: 60px;
	letter-spacing: 0.15em;
}
#footer .right {
	float: right;
	text-transform: uppercase;
	font-size: 0.6em;
	width: 320px;
	text-align: right;
	margin: 0 !important;
	padding-right: 12px;
	letter-spacing: 0.15em;
}
#footerlinks {
	text-align: left;
	margin: 0 auto !important;
	width: 800px;
	padding-left: 100px;
	font-size: 0.95em;
}
#footerlinks li {
	border-right: 1px solid #AFAFAF;
	padding-right: 8px;
	margin-right: 7px;
	display: inline;
}
#footerlinks li.last {
	border: 0;
	padding-right: 0;
	margin-right: 0;
}
#footer a {
	color: #AFAFAF;
	text-decoration: none;
	}
#footer a:hover {
	color: #AFAFAF;
	text-decoration: underline;
	}
/* @end */
/* @group Typograpghy */
h1, h2, h3, h4, h5, h6, .pagehead {
	margin: 10px 0;
	}
strong {
	font-weight: bold;
	}
q, .rss-date, cite {
	font-style: italic;
	color: #6F6F6F;
}
em {
	font-style: italic;
	}
small, .social em {
	font-size: 0.9em;
	}
span.meta {
	font-style: italic;
}
#content h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #4A2A50;
	margin: 20px 0 10px !important;
}
#content h2 {
	font-size: 1.6em;
	font-weight: bold;
	color: #383838;
	margin: 20px 0 10px !important;
}
#content h3 {
	font-size: 1.4em;
	margin: 15px 0 10px !important;
	font-weight: normal;
	border-bottom: 1px solid #AFAFAF;
	line-height: 1.6em;
}
#content h4 {
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: bold;
	color: #000;
}
#content h5 {
	font-weight: bold;
	color: #000
}
#content h6 {
	font-weight: bold;
}
#content h2.posttitle, #content h1.posttitle {
	font-size: 1.5em;
	font-weight: bold;
	color: #4A2A50;
	line-height: 32px;
	padding: 0 8px;
	border-bottom: 1px solid #C9C8C6;
	background: #D9D9D9;
	border-top:6px solid #2E2E2E;
	margin: 20px 0 0 0 !important;
}
#content h2.posttitle a, #content h1.posttitle a {
	text-decoration: none;
	color: #4A2A50;
}
#content h2.posttitle a:hover, #content h1.posttitle a:hover {
	text-decoration: underline;
}
#content h2.posttitle.sticky, #content h1.posttitle.sticky {
	color: #fff;
	background: #454545;
}
#content h2.posttitle.sticky a, #content h1.posttitle.sticky a {
	color: #fff !important;
}
#content h1.pagehead {
	margin-top: 20px !important;
	margin-bottom: 0 !important;
}
#sidebar h3 {
	font-size: 1.3em;
	line-height: 2em;
	margin: 0 !important;	
	font-weight: bold;
	border:0;
}
#sidebar h3 a {
	text-decoration: none !important;
	color: #383838 !important;
}
#content .sideContent h3 {
	font-size: 0.9em !important;
	margin: 0 0 4px !important;
	border-bottom: 1px solid #8D8B8B;
	border-top: 1px solid #fff;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 18px !important;
}
.sideContent p, .sideContent ul {
	font-size: 0.85em;
}	

p, ul, ol, dl {
	font-size: 1em;
	margin: 10px 0;
	}
.post, .attachment {
	margin-bottom: 25px;
	}


#content p, #sidebar p, #content ul, #sidebar .widget ul, #content ol, #sidebar .widget ol {
	margin: 10px 0;
	line-height: 1.5em;
	}
	
	
.post ul {
	margin: 10px 0 10px 16px !important;
	line-height: 0;
	}
.post ul li {
	list-style: none;
	background: url(images/square.png) no-repeat left 7px;
	padding: 2px 0 2px 12px;
}

.post ol li {
	padding: 2px 0;
	}
.post ol {
	list-style: decimal outside;
	margin: 10px 0 10px 28px !important;
	}
.post ul.posts li {
	list-style: none;
	background: none;
	padding: 2px 0;
	}
.post blockquote {
	padding: 0 10px;
	margin: 20px 0 20px 54px !important;
	font-style: italic;
	border-top: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1.4em;
	background: #F7F7F7;
	color: #383838;
	}
.post blockquote p {
	line-height: 1.4em !important;
	color: #383838;
}
.post cite {
	color: #383838;
}
.post cite strong {
	font-style: normal;
	font-weight: bold;
}
p.meta {
	border-bottom: 1px dotted #767474;
	border-top: 1px dotted #767474;
	margin: 0 !important;
	line-height: 18px !important;
	color: #707070;
	text-transform: uppercase;
	font-size: 0.82em;
	letter-spacing: 0.05em;
}
p.meta small {
	font-size: 1em;
	text-transform: lowercase;
}
p.meta a {
	color: #707070 !important;
}
p.meta strong, p.meta strong a {
	color: #404040 !important;
}
p.meta .comment {
	float: right;
	height: 18px;
}
p.meta .comment strong {
	background: #454545;
	color: #fff !important;
	padding: 0 4px;
	height: 20px;
	line-height: 20px;
	position: relative;
	margin-top: -1px;
	float: right;
	margin-left: 4px;
}
.paging {
	padding: 0;
	margin: 10px 0 20px !important;
	overflow: hidden;
	}
.paging a {
	color: #373737;
	}
p.center {
	text-align: center
}

/* @end */
/* @group Images */
#content .alignleft{
	float: left;
	margin: 10px 20px 10px 0;
	}
#content .alignright {
	float: right;
	margin: 10px 0 10px 20px;
	}
#content img.alignright, #content img.alignleft, #content img.aligncenter, #content img.alignnone {
	border: 6px solid #D7D7D7;
	outline: 10px solid #fff;
}
#content img.borderless {
	border: 0 !important;
	outline: 0 !important;
}
#gallery-1 img {
	border: 6px solid #D7D7D7 !important;
}
#content .aligncenter {
	margin: 10px auto 5px;
	display: block;
	}
#content img.alignnone + img.alignnone  {
	margin-left: 8px;
	outline: 8px solid #fff;
}
div.wp-caption {
	text-align: center;
	border: 6px solid #D7D7D7;
	outline: 10px solid #fff;
	border-bottom: 1px solid #CBC8C5;
	padding: 0 !important;
	background: #D7D7D7;
	text-align: center !important;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
div.wp-caption img {
	margin: 0 !important;
	padding: 0;
	border: 0 none;
	border: 5px solid #fff;
	display: block;
}
p.wp-caption-text {
	margin: 0 !important;
	padding: 3px !important;
	font-weight: bold;
	clear: both;
	background: #D7D7D7;
}
/* @end */
/* @group Lists */
.sideContent ul, .sideContent ul li {
	list-style: none inside !important;
	margin: 0 !important;
	text-indent: 0;
	background: none !important;
	padding: 0 !important;
}
/* --- abbreviations -- */
abbr, span.abbr {
	cursor: help;
	border-bottom: 1px dashed #999;
	}
/*-- forms -- */
#comment {
	width: 100%;
	height: 150px;
	}
#searchform {
	margin-bottom: 16px;
	overflow: hidden;
	padding: 0;
	}
#searchform .hidden {
	display: none;
	}
#searchform input#s {
	width: 142px;
	}
#searchform fieldset {
	border: none;
	margin: 0;
	padding: 0;
	display: inline;
	}
/* comments */
#comments {
	background: #fff;
	padding: 0 !important;
}
.cancel-comment-reply {
	float: right;
}
#content #comments h2, #comments h3 {
	color: #555;
	border: 0;
}
#content #comments h2 {
	margin-bottom: 14px !important;
}
#content #comments #respond {
	margin-top: 8px !important;
}


ol#comment-list {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	border-bottom: 6px solid #363636;
	}
ol#comment-list li {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px dashed #1D1D1D;
	background: #F7F7F7 url(images/quote.gif) no-repeat left 82px;
	}
ol#comment-list li div.comment {
	position: relative;
	padding: 16px;
}
ol#comment-list li div.comment-text {	
	padding-left: 68px;
	clear: both;
	padding-bottom: 12px;
}
ol#comment-list li div.comment-text p {
	margin: 10px 0;
}
ol#comment-list img.avatar {
	/*margin: 0 14px 0 0;*/
	float: left;
	position: absolute;
	top:0;
	left: 0;
	margin: 16px 0 0 16px;
	}
ol#comment-list li div.comment-author {
	float: left;
	border-bottom: 1px solid #C8C8C8;
	font-size: 0.9em;
	color: #303030;
	height: 49px;
	min-width: 166px;
	margin: 0 0 0 66px;
	padding: 2px 0 0 0;
}
ol#comment-list li li div.comment-author {
	margin: 0 0 0 58px;
}
ol#comment-list li div.comment-author p {
	margin: 0 !important;
}
ol#comment-list li div.comment-author a {
	color: #303030;
}
ol#comment-list li div.comment-author em {
	color: #6C6C6C;
}
.commentlinkbox {
	border-bottom: 6px solid #393939;
	position: relative;
}
ol#comment-list .reply, .commentlinkbox a {
	position: absolute;
	right:0;
	bottom: 0;
	background: #CAC6C5;
	padding: 0 8px;
	line-height: 16px;
	font-size: 0.9em;
	color: #666263;
	text-transform: uppercase;
}
ol#comment-list .reply a, .commentlinkbox a {
	color: #666263 !important;	
}

ol#comment-list div.comment-author-admin .comment-author,
ol#comment-list div.bypostauthor .comment-author {
	background: #d8d8d8;
	margin: 0 0 0 61px;	
	padding: 2px 7px 0 7px;
}
ol#comment-list div.comment-author-admin .comment-author em,
ol#comment-list div.bypostauthor .comment-author em {
	color:#666263;
}

ol#comment-list li li div.comment-author-admin .comment-author,
ol#comment-list li li div.bypostauthor .comment-author {
	background: #d8d8d8;
	margin: 0 0 0 51px;	
	padding: 2px 7px 0 7px;
}
ol#comment-list li li div.comment-author-admin .comment-author em,
ol#comment-list li li div.bypostauthor .comment-author em {
	color:#666263;
}


/* Nested */
ol#comment-list li ul {
	margin: 0 !important;
}
ol#comment-list li li {
	margin-left: 84px !important;
	background: #F7F7F7 none;
}
ol#comment-list li li li {
	margin-left: 32px !important;
}
ol#comment-list li li img.avatar {
	width: 44px;
	height: 44px;
}
ol#comment-list li li div.comment-author {
	float: left;
	border-bottom: 1px solid #C8C8C8;
	color: #303030;
	height: 41px;
}
ol#comment-list li li div.comment {
	padding: 16px 0 16px 16px;
	}
ol#comment-list li li div.comment-text {
	padding: 0 18px 0 0;
}
	
	
	
ol#comment-list li .commenttext p {
	margin: 0 0 12px !important;
	color: #656565;
	}
ol#comment-list li p.meta {
	float: left;
	width: 34%;
	text-align: right;
	font-weight: normal;
	background: transparent;
	padding: 0;
	font-style: italic;
	color: #656565;
	margin: 0 !important;

	}
ol#comment-list li p.meta strong {
	font-style: normal;
	color: #3E3E3E;
	}
ol#comment-list h3 {
	width: 100%;
	padding: 0 0 32px 0;
	margin: 0;
	font-size: 1em;
	}
ol#comment-list h3 a {
	text-decoration: none;
	color: #222;
	}
	
	
span#comments-rss a {
	float: right;
	font-size: 0.6em;
	border-bottom: 1px solid #C7E4F1;
	text-decoration: none;
	color: #222;
	}
h3 span#comments-rss a {
	border: none;
	text-decoration: none;
	}
#commentform {
	background: #EFEFEF;
	margin-top: 5px !important;
	padding: 4px 10px;
	margin-bottom: 20px;
	}
#commentform input.text, #commentform select, #commentform textarea {
	border: 2px solid #C9C9C9;
	width: 172px;
	padding: 3px;
	background: #fff;
	}
#commentform textarea {
	width: 446px;
	}
#commentform label {
	font-size: 1em;
	}
/* -- sidebar main list -- */
ul.widgets {
	margin: 40px 0 40px 0 !important;
	padding: 0;
	text-align: left;
	float: left;
	width: 250px;
	border-top:6px solid #363636;
	}
ul.widgets li.widget {
	list-style-type: none;
	padding: 0 !important;
	margin: 12px 0 !important;
	font-size: 0.95em;
	}
ul.widgets li.widget ul, ul.widgets li.widget ol, .textwidget {
	margin: 0 !important;
	padding: 0 !important;
	border-top: 1px dashed #898888;
}
/* @group Widgets */

#sidebar-login img {
	width: 48px;
	padding: 0 !important;
	border: 0 !important;
	height: 48px;
	margin: 0 !important;
}
#sidebar-login .avatar_container {
	float: left !important;
	margin: 8px 8px 0;
}
#sidebar-login ul {
	padding: 4px 0 0 !important;
	background: #F7F7F7;
}
.sidebarlogin_otherlinks {
	display: none;
}
#sidebar-login form {
	background: #F7F7F7;
	padding: 8px 8px 4px;
	overflow: hidden;
	border-top: 1px dashed #898888;
}
#sidebar-login form p {
	margin: 0 0 4px !important;
}
#sidebar-login p.rememberme {
	float: right;
}
#sidebar-login input.mid {
	background:#FFF;
	border:1px solid #8D8B8B;
	width:232px !important;
}
#sidebar-login form p.submit #wp-submit {
	color: #363636;
	background: #DCDAD8;
	border: #fff;
	font-weight: bold;
	cursor: pointer;
	border: 0;
	outline: 0;
	display: inline;
	font-size: 11px;
	padding: 2px 4px;
	margin-top: 4px;
}
#sidebar-login h3 span:before
{
content: "ACU Blogs ";
}

/* About */
.about_widget {
	border-bottom: 1px solid #C2C2C2;
	font-style: italic;
}
.about_widget img {
	display: block;
}

/* Recent Comments (Themeslice) */
.widget_themeslice_recent_posts .avatar {
	float: left;
	margin-right: 8px;
}
.widget_themeslice_recent_posts li {
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #ECECEC;
	background: #F7F7F7;
	color: #6F6F6F;
	font-size: 1em;
	padding: 8px;
	overflow: hidden;
}
.widget_themeslice_recent_posts li a {
	color: #373737;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
.widget_themeslice_recent_posts li a:hover {
	text-decoration: underline;
}
.widget_themeslice_recent_posts li strong {
	color: #373737;
}

/* Search */
.widget_search input#s {
	border: 1px solid #8D8B8B;
	background: #f7f7f7;
	width: 188px !important;
	display: inline;
}
.widget_search #searchsubmit {
	color: #363636;
	background: #fff;
	border: #fff;
	font-weight: bold;
	cursor: pointer;
	border: 0;
	outline: 0;
	display: inline;
	font-size: 11px;
}
.widget_search label {
	display: none;
}	
	
/* Archive + Blogroll + posts + comments + meta */
.widget_categories ul, 
.widget_archive ul, 
.widget_links ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_meta ul,
.widget_pages ul,
.widget_themeslice_widget_pages ul,
.widget_rss ul,
#sidebar-login ul,
ul.widgets li.widget ol,
.widget_themeslice_recent_posts_in_cat ul {
	margin: 0;
	padding: 0;
	list-style-type: none;	
	} 
.widget_archive ul li, 
.widget_links ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_meta ul li,
.widget_rss ul li,
#sidebar-login ul li,
ul.widgets li.widget ol li,
.widget_themeslice_recent_posts_in_cat ul li {
	display: block;
	border-bottom: 1px solid #ECECEC;
	background: #F7F7F7;
	color: #6F6F6F;
	font-size: 1em;
	padding: 1px 8px 1px 8px;
}
.widget_archive ul li a,
.widget_links ul li a,
.widget_recent_entries ul li a,
.widget_recent_comments ul li a,
.widget_meta ul li a,
.widget_rss ul li a,
#sidebar-login ul li a,
ul.widgets li.widget ol li a,
.widget_themeslice_recent_posts_in_cat ul li a {
	text-decoration: none;
	color: #6F6F6F;
	} 
.widget_archive ul li a:hover, .widget_archive ul li a:focus,
.widget_links ul li a:hover, .widget_links ul li a:focus,
.widget_recent_entries ul li a:hover, .widget_recent_entries ul li a:focus,
.widget_recent_comments ul li a:hover, .widget_recent_comments ul li a:focus,
.widget_meta ul li a:hover, .widget_meta ul li a:focus,
.widget_rss ul li a:hover, .widget_rss ul li a:focus,
#sidebar-login ul li a:hover, #sidebar-login ul li a:focus,
ul.widgets li.widget ol li a:hover, ul.widgets li.widget ol li a:focus,
.widget_themeslice_recent_posts_in_cat ul li a:hover, .widget_themeslice_recent_posts_in_cat ul li a:focus {
	text-decoration: underline;
	}
.widget_rss img {
	vertical-align: middle;	
	position: relative;
	margin-top: -2px;
}

/* Categories */
.widget_categories ul li {
	font-size: 1em;
	padding: 0;
	color: #6F6F6F;
	position: relative;
}
.widget_categories ul li a {
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #ECECEC;
	background: #F7F7F7;
	color: #6F6F6F;
	padding: 1px 8px 1px 8px;
	}
.widget_categories ul li a:hover, .widget_categories ul li a:focus {
	text-decoration: underline;
	}
ul.widgets li.widget_categories ul ul {
	border-top: 0;
}
ul.widgets li.widget_categories ul ul li a {
	border-color: #ECECEC;
	padding-left: 20px;
	background-position: 8px center;
}
ul.widgets li.widget_categories ul ul ul li a {
	padding-left: 34px;
	background-position: 20px center;
}
ul.widgets li.widget_categories ul ul ul ul li a {
	padding-left: 48px;
	background-position: 34px center;
}
ul.widgets li.widget_categories ul ul ul ul ul li a {
	padding-left: 62px;
	background-position: 48px center;
}
ul.widgets li.widget_categories ul ul ul ul ul ul li a {
	padding-left: 76px;
	background-position: 62px center;
}
/*ul.widgets li.widget_categories ul ul li a:before {
	content: "\2014  ";
}*/
ul.widgets li.widget_categories ul ul li a {
	background-image: url(images/h_bullet.gif);
	background-repeat: no-repeat;	
}
li.widget_categories li.current-cat a {
	background: #ECECEC;
}
li.widget_categories li.current-cat li a {
	background: #F7F7F7;
}
ul.widgets li.widget_categories span.count {
	position: absolute;
	right: 0;
	top:0;
	margin-top: 4px;
	margin-right: 8px;
	z-index: 10;
}

/* Pages */
.widget_pages ul li, .widget_themeslice_widget_pages ul li {
	font-size: 1em;
	padding: 0;
	color: #6F6F6F;
}
.widget_pages ul li a, .widget_themeslice_widget_pages ul li a {
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #ECECEC;
	background: #F7F7F7;
	color: #6F6F6F;
	padding: 1px 8px 1px 8px;
	}
.widget_pages ul li a:hover, .widget_pages ul li a:focus,
.widget_themeslice_widget_pages ul li a:hover, .widget_themeslice_widget_pages ul li a:focus {
	text-decoration: underline;
	}
ul.widgets li.widget_pages ul ul,
ul.widgets li.widget_themeslice_widget_pages ul ul {
	border-top: 0;
}
ul.widgets li.widget_pages ul ul li a,
ul.widgets li.widget_themeslice_widget_pages ul ul li a {
	border-color: #ECECEC;
	padding-left: 20px;
	background-position: 8px center;
}
ul.widgets li.widget_pages ul ul ul li a,
ul.widgets li.widget_themeslice_widget_pages ul ul ul li a {
	padding-left: 34px;
	background-position: 20px center;
}
ul.widgets li.widget_pages ul ul ul ul li a,
ul.widgets li.widget_themeslice_widget_pages ul ul ul ul li a {
	padding-left: 48px;
	background-position: 34px center;
}
ul.widgets li.widget_pages ul ul ul ul ul li a,
ul.widgets li.widget_themeslice_widget_pages ul ul ul ul ul li a {
	padding-left: 62px;
	background-position: 48px center;
}
ul.widgets li.widget_pages ul ul ul ul ul ul li a,
ul.widgets li.widget_themeslice_widget_pages ul ul ul ul ul ul li a {
	padding-left: 76px;
	background-position: 62px center;
}
ul.widgets li.widget_pages ul ul li a,
ul.widgets li.widget_themeslice_widget_pages ul ul li a  {
	background-image: url(images/h_bullet.gif);
	background-repeat: no-repeat;	
}
li.widget_pages li.current_page_item a,
li.widget_themeslice_widget_pages li.current_page_item a,
li.widget_themeslice_widget_pages li.current-cat a
{
	background: #ECECEC;
}
li.widget_pages li.current_page_item li a,
li.widget_themeslice_widget_pages li.current_page_item li a,
li.widget_themeslice_widget_pages li.current-cat li a {
	background: #F7F7F7;
}


/* Text */
.widget_text div div {
	background: #F7F7F7;
	padding: 12px 8px;
	overflow: hidden;
}
.widget_text div div p {
	margin: 0 !important;
}

/* Tags */	
.widget_tag_cloud div {
	border-top: 1px dashed #898888;
	background: #F7F7F7;
	padding: 12px 8px;
	line-height: 2em;
	overflow: hidden;
	}
.widget_tag_cloud a {
	text-decoration: none;
	color: #666;	
	}
.widget_tag_cloud a:hover, .widget_tag_cloud a:focus {
	text-decoration: underline;
	}

/* Calendar */	
.widget_calendar {
	}
.widget_calendar tbody td {
	border-bottom: 1px solid #ECECEC;
	background: #F0F0F0;
	color: #6F6F6F;
	font-size: 1em;
	padding: 5px 8px 4px 8px;
	text-align: center;
	}
.widget_calendar tbody td#today {
	font-style: italic;
}
.widget_calendar tbody tr td:hover {
	background-color: #ECECEC;
	}
.widget_calendar tbody td a {
	text-decoration: none;
	color: #373737;
	font-weight: bold;
	font-style: italic;
	}
.widget_calendar #prev,
.widget_calendar #next {
	padding: 5px 0 0 0;
}
.widget_calendar #next {
	text-align: right;
}
.widget_calendar #prev a,
.widget_calendar #next a {
	text-decoration: none;
	color: #373737;
	font-weight: bold;
	font-style: italic;
	}
.widget_calendar thead th {
	text-align: center;
	}
.widget_calendar caption {
	text-align: center;
	font-weight: bold;
	padding-bottom: 5px;
}
div#calendar_wrap {
	width: 234px;
	border-top: 1px dashed #898888;
	background: #F7F7F7;
	padding: 8px;
	}
.widget_calendar table {
	width: 234px;
	}
/* @end */
