/*
Theme Name: What Would Dumbledore Do
Theme URI: http://thehpalliance.org/wwdd
Description: A theme by <a href="http://www.kittycaboodle.com">kittycaboodle</a> for The Harry Potter Alliance.
Version: 1
Author: Kittycaboodle
Author URI: http://kittycaboodle.com/
*/

@import url(reset.css);

body {
	background: #1e1c1b url(i/base/bg_body.jpg) no-repeat center top;
	text-align: center;
}

#wrap {
	margin: 0 auto;
	width: 935px;
	background: url(i/base/bg_pages.jpg) repeat-y center 260px;
}

#header {
	height: 98px;
	background: url(i/base/bg_header.jpg) no-repeat center top;
}

#main-body {
	float: left;
	width: 778px;
	text-align: left;
}

#content {
	float: right;
	width: 581px;
	padding: 0 20px;
	background: url(i/base/bg_pages_top.jpg) no-repeat 0px top;
	text-align: left;
}

#sidebar {
	float: left;
	width: 157px;
	padding: 10px 0 0 0;
	background: url(i/base/bg_sidebar.jpg) no-repeat left top;
}

#sidebar-2 {
	float: right;
	width: 157px;
	padding: 10px 0 0 0;
	text-align: left;
	background: url(i/base/bg_sidebar_2.jpg) no-repeat center top;
}

#sidebar #logo {
	text-align: center;
	margin: 0 auto;
}

#footer {
	width: 935px;
	clear: both;
	padding: 22px 0 0 0;
	background: #1e1c1b url(i/base/bg_footer.jpg) no-repeat center top;
}

/* Begin Typography & Colors */

/* LINKS */

a,
	a:link, 
	a:active {
	color: #7b1d22;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #4b5867;
	background-color: transparent;
}

a:hover {
	color: #3b42a5;
	background-color: transparent;
	text-decoration: none;
}

a img,
	a:link img, 
	a:active img,
	a:visited img,a:hover img {
	border: 0;
}

body {
	color: silver;
	font: 12px/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#content {
	color: #1e1d1c;
}

p {
	margin-bottom: 18px;
}

p.intro {
	text-transform: uppercase;
	font: 13px/1.5em Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	text-align: center;
}

.center {
	text-align: center;
	margin: 0 auto;
}

.postmetadata {
	text-align: center;
}

.thread-alt {
	background-color: #f8f8f8;
}

.thread-even {
	background-color: white;
}

.depth-1 {
}

.even, .alt {
	
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 1.5em;
}

/*	Begin Headers */

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: 1px;
}

#header h1 {
	font-size: 1em;
	color: #000;
	text-transform: uppercase;
	padding-top: 10px;
}

#header h1 a,
#header h1	a:link, 
#header h1	a:visited,
#header h1	a:hover,
#header h1	a:active{
	color: #7b1d22;
}

h1 {
	font-size: 2em;
	text-align: center;
}

#headerimg .description {
	font-size: 1em;
	text-align: center;
}

h2 {
	font-size: 1.2em;
}

h2.pagetitle {
	font-size: 1.4em;
	background: url(i/base/pagetitle.gif) no-repeat center bottom;
	text-align: center;
	padding-bottom: 12px;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.1em;
}

h3#comments {
	clear: both;
	padding: 20px 0 0 0;
}

/* End Headers */

.entry {
	background: url(i/base/fancyrule.gif) no-repeat center bottom;
	padding-bottom: 10px;
}


.author_name, .themes {
	background: url(i/base/bullet_themes.gif) no-repeat left center;
	padding: 5px 0 5px 25px;
}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}

.sticky h2 {
	padding-top: 10px;
}

/* SIDEBARS */

#sidebar, #sidebar-2 {
	color: #f7daaa;
	font-size: 10px;
}

#sidebar p, #sidebar ul, #sidebar-2 p, #sidebar-2 ul, .padder {
	margin: 0 10px 10px 10px;
}

#sidebar ul, #sidebar-2 ul {
	font-size: 12px;
}

#sidebar h2, #sidebar-2 h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
}

#sidebar h2 {
	background: url(i/base/title_sb_left.png) no-repeat right top;
	width: 175px;
	height: 35px;
	margin: 0 0 -5px -24px;
	text-align: right;
	color: #faeedc;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 5px 0 0;
}

#sidebar-2 h2 {
	background: url(i/base/title_sb_right.png) no-repeat right top;
	width: 175px;
	height: 35px;
	margin: 0 -24px -5px 0;
	text-align: left;
	color: #faeedc;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 0 0 5px;
}

/*  SIDEBAR LINKS */

#sidebar a,
	#sidebar a:link, 
	#sidebar a:active,
	#sidebar-2 a,
	#sidebar-2 a:link, 
	#sidebar-2 a:active {
	color: #faeedc;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

#sidebar a:visited, #sidebar-2 a:visited {
	color: #faeedc;
	background-color: transparent;
}

#sidebar a:hover, #sidebar-2 a:hover {
	color: #fefbf7;
	background-color: transparent;
	text-decoration: none;
}

/* HPA NAV LIST */

#sidebar ul#hpanav {
	margin: 0 0 20px 0;
	background: url(i/base/bg_hr.gif) no-repeat center bottom;
	padding-bottom: 25px;
}

#sidebar ul#hpanav li {
	padding: 4px 10px;
	margin-bottom: 1px;
	background: url(i/base/trans.png) repeat;
}

#sidebar ul#hpanav li a {
	display: block;
}

/* Other Sidebar Lists */


#sidebar-2 ul.bullet li {
	padding-left: 14px;
	background: url(i/base/bullet_sidebar.gif) no-repeat left center;
}

#sidebar-2 ul.bullet ul {
	margin: 0;
}

#sidebar hr, #sidebar-2 hr {
	display: none;
}

#sidebar .hr, #sidebar-2 .hr {
	clear: both;
	height: 54px;
	background: url(i/base/bg_hr.gif) no-repeat center center;
}

#sidebar-2 ul#socialnetworks li {
	float: left;
	padding-right: 3px;
}

 #sidebar ul ul li, #sidebar-2 ul ul li, #sidebar ul ol li, #sidebar-2 ul ol li{
	color: #f7daaa;
}

/* FOOTER */

#footer p {
	color: #5a3d00;
	font-size: 10px;
	line-height: 1.4em;
}

#sitemap {
	padding-top: 10px;
}

#sitemap .column {
	width: 200px;
	margin: 17px;
	float: left;
	display: inline;
}

#footer #sitemap .last {
	width: 195px;
	margin: 17px;
}

#sitemap .column h4 {
	text-transform: uppercase;
	font-size: 11px;
	color: #f7daaa;
	
	margin-bottom: 5px;
}

#sitemap .column p, #sitemap .column li {
	font-size: 11px;
	line-height: 14px;
	color: white;
	padding-bottom: 8px;
}

#sitemap .column a,
	#sitemap .column a:link, 
	#sitemap .column a:active {
	color: #faeedc;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

#sitemap .column a:visited {
	color: #faeedc;
	background-color: transparent;
}

#sitemap a:hover {
	color: #fefbf7;
	background-color: transparent;
	text-decoration: none;
}

#footer p.bottom {
	text-align: center;
	clear: both;
	color: #b1a88e;
	padding: 10px 0;
	margin: 0;
	background-image: url(i/base/trans.png);
	border-top: 1px solid black;
}

#footer p.bottom a,
	#footer p.bottom a:link, 
	#footer p.bottom a:visited
	#footer p.bottom a:active {
	color: #4b5867;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

#footer p.bottom a:hover {
	color: #3b42a5;
	background-color: transparent;
	text-decoration: none;
}


/* END FOOTER */

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* End Typography & Colors */

.post {
	margin: 0 0 10px;
	text-align: justify;
}

#content hr {
	display: none;
}
#content .hr {
	height: 5px;
	background: url(i/base/hr.gif) no-repeat center center;
	padding: 0 0 10px 0;
}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* clearing */

.stretch,
	.clear {
	clear: both;
	height: 1px;
	font-size: 15px;
	line-height: 1px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

.clearfix {
	display: block;
}

/* End hide from IE-mac */

/* end clearing */

/* Begin Images */

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.banner, .frame {
	padding: 5px;
	border: 1px solid #c7a575;
	background-image: url(i/base/trans_light.png);
	
}

.banner {
	margin: 0 auto 20px auto;
}

/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}



ol li, #sidebar ul ol li {
	list-style: decimal outside;
}


/* End Entry Lists */

/* Begin Form Elements */

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

.entry form {


/* This is mainly for password protected posts, makes them look better. */
	text-align: center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond {
	clear: both;
	padding: 10px;
	margin: 10px 0;
	background-image: url(i/base/trans.png);
}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

/* End Form Elements */

/* Begin Comments*/


/* COMMENTS */

.commentbox {
	margin: 0 0 40px 0;
	background-color: #f7e7b8;
	background-image: url(i/base/comment_bg.jpg);
}

.commentlist, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentbox .comment-number {
	font: 24px Georgia, "Times New Roman", Times, serif;
	float: left;
	width: 50px;
	text-align: center;
}

.commentbox .comment-data {
	padding: 5px;
	
	margin-left: 55px;
	background: url(i/base/comment_corner.jpg) no-repeat right top;
}

.commentbox .comment_text {
	padding: 10px 0 10px 5px;
	background: url(i/base/comment_rule.gif) no-repeat left top;
	margin: 5px 10px 5px 55px;
}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar {
	padding: 2px
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata a {
	font-weight: normal;
}

/* END COMMENTS */

.alt {
}

.commentlist {
	margin: 0 0;
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
}

.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}


.children {
	padding: 0;
	background-image: none;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
}

/* End Comments */

/* Begin Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {


/* Doesn't work in IE */
	background-color: #fff;
}

/* End Calendar */

/* Begin Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #d59d52;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

.screen-reader-text {
	position: absolute;
	left: -1000em;
}

hr {
	display: none;
}

a img {
	border: none;
}
.navigation {
	display: block;
	text-align: center;
	margin: 30px 0 0 0;
	clear: both;
}

.navigation .previous-entries {
	float: left;
	text-align: left;
	margin-bottom: 10px;
}

.navigation .next-entries {
	float: right;
	margin-bottom: 10px;
}

.navigation_lessons {
	display: block;
	text-align: center;
	margin: 30px 0 0 0;
	clear: both;
}

.navigation_lessons .previous-entries {
	float: left;
	text-align: left;
	margin-bottom: 10px;
}
.navigation_lessons .previous-entries a {
	padding: 18px 0 0 38px;
	background: url(i/base/lesson_prev.gif) no-repeat left top;
	
}
.navigation_lessons .next-entries {
	float: right;
	margin-bottom: 10px;
}
.navigation_lessons .next-entries a {
	
	padding: 18px 38px 0 0;
	background: url(i/base/lesson_next.gif) no-repeat right top;
}
/* End Various Tags & Classes*/

/* Captions */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	padding-top: 4px;
	margin: 10px;
}

.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;
}

/* End captions */

.author {
	float: left;
	margin-right: 10px;
	padding-right: 8px;
	border-right: 4px solid #dec381;
}

.author img {
	margin-bottom: 5px;
	border: 1px solid #ad9959;
}
.bio {
	color: #887131;
	font-size: 11px;
	width: 120px;
	font-style: italic;
	text-align: center;
}

.luminary {
	padding: 3px;
	background-image: url(i/base/trans_light.png);
	margin-bottom: 10px;
}

.luminary h2{
	background: url(i/base/bullet_luminary.jpg) no-repeat left center;
	padding: 10px 0 10px 35px;
	border-bottom: 1px solid #dec480;
	border-top: 1px solid #dec480;
}

.note {
	font-size: 11px;
}