/*   
THEME NAME: Will My Dog Hate Me?
DESCRIPTION: Brandon Jones - 2010
VERSION: 1.0
AUTHOR: Brandon Jones
TEMPLATE: thematic
*/
.clear {clear: both;}
body, input[type=text], textarea, .entry-title {
	font-family: Georgia, Arial, sans-serif;
	line-height: 20px;
	background-color: white;
}
body {
	background: url(images/body-bg.png) repeat-x;
	color: #282828;
}

a:link {
    color: #0066cc;
	text-decoration: underline;
}
a:visited {
	color: #003e7c;
}
a:hover, a:active {
    color: #0073e5;
	text-decoration: none;
}

.entry-title a:hover, .entry-title a:active,
.entry-meta a:hover, .entry-meta a:active,
.entry-utility a:hover, .entry-utility a:active,
.aside a:hover, .aside a:active,
.navigation a:hover, .navigation a:active,
.comment-reply-link a:hover, .comment-reply-link a:active
{
    color: #0073e5;
}


#header {
	margin: auto;
	width:960px;
}

#branding {
	padding: 0;
	width: 960px;
	height: 315px;
	background: url(images/branding.jpg) no-repeat;
	color: #282828;
}

#blog-title {	
	font-family: Georgia;
	font-size: 55px;
	font-weight: normal;
	margin-left: 368px;
	padding-top: 80px;
}
#blog-title a:hover, #blog-title a:active {
	color: #282828;
}
#blog-description {
	font-size: 18px;
	margin-left: 480px;
	margin-top: 20px;
}

#access, #content, .sf-menu, .sf-menu a, ul {
    border:none;
}
#access {
	height: 100%;
	overflow: hidden;
	font-size: 24px;
	margin-left: 370px;
	margin-top: -74px;
}


/* Navigation */

ul#nav li { 							/* Space between tabs */
	margin-right: 15px;
}

ul#nav li a {
	padding: 10px 34px;					/* Space around text */
}

.sf-menu a:link, .sf-menu a:visited  { 	/* Tab Normal */
	color: #282828;
	background-color: #f1ebd9;
	text-decoration: none;
	border: 1px solid #807d73;
}
.sf-menu a:focus, .sf-menu a:hover {	/* Tab Hover */
	background-color: #f9f3e1;
}
.sf-menu .current_page_item a {	 		/* Tab Current Page */
	background-color: white;
	border-bottom: 1px solid white;
}





/* Body */

#content {
	width: 580px;
	margin-left:20px;
}

.entry-title, .entry-title a, .entry-content h1, .entry-content h2 {
	color: #282828;
	font-weight: normal;
	font-size: 24px;
	text-decoration: none;
	font-family: inherit;
}

.entry-meta abbr {
	text-transform: none;
	font-size: 13px;
	letter-spacing: normal;
}


div.page div.entry-content,
div.page div.entry-content h1,
div.page div.entry-content h2
{
	padding-top: 0;
	margin-bottom: 12px;
}

div.page h1.entry-title {
	display: none;
}


/*  Main Asides  */
#primary, #secondary {
    border:none;
    padding:0;
	margin-top: 0;
    margin-bottom:22px;
	width: 330px;
}

.main-aside ul {
	padding: 0;
}

ul.xoxo li {
/*     border: none; */
	margin-bottom: 40px;
/* 	padding: 20px 20px 0 20px; */
}


div.social-icon {
	float:left;
	margin: 0 auto;
	width: 33.33%;
	height: 84px;
	text-align: center;
	margin-bottom: 7px;
}

div.textwidget {
	width: 300px;
}

li.widget_text h3 {
	display: none;
}

ul.xoxo li li {
	border:none;
	padding: 0;
	margin: 0;
}

/*
h3.widgettitle {
	font-style: normal;
	font-weight: bold;
	font-family: Arial, sans-serif;
	color: #879b56;
	text-align:center;
	padding-bottom: 15px
}
*/
.aside p {
	margin-top: 10px;
	font-size: 16px;
	line-height:22px;
	text-align: center;
	clear: left;
}

.aside input[type=text] {
	width: 300px;
}

.aside input {
	color:#666666;
	padding: 5px;
}

#comments-list li.bypostauthor {
	background:none repeat scroll 0 0 #f9f3e1;
}

blockquote {
	font-style: normal;
}

div.slug-books blockquote p {
	color: #282828;
	margin-bottom: 30px;
}

div.slug-books blockquote p span {
	display: block;
	text-align: right;
	margin-top: 10px;
	margin-right: 50px;
	color: #787878;
}

.entry-content embed {
	display:block;
	margin:10px auto;
}
.entry-content h3  {
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	padding: 0 0 14px;
}

/* Footer */

#footer {
	border: none;
	text-align: center;
}
