/*
Theme Name: Libracorn Chronicles
Author: Jen Reed
Website: http://www.libracornchronicles.com

-- just some ugly styling to make it easier to get started, can safely be removed

#header {border:1px solid red;}
#wrapper {border:1px solid purple;}
#footer {border:1px solid blue;}
.sidebar {border:1px solid red;}
#respond {border:1px solid yellow;}


.posts-wrap {border:1px solid blue;}
#twitter {border:1px solid #39F; background-color:#FFF;}
.menu {border:1px solid #309; background-color:#CCC;}
li.depth-1 {border: 1px solid orange;}
.navigation {border:1px dashed red;}
.post {border:1px solid pink;}

.sidebar-wrap {border:1px solid black;}

- BASIC STUFF -*/
BODY
{
	margin: 0 auto;
	background-color: #B3B3B3;
	font: 0.7em Verdana, sans-serif;
	line-height: 1.5em;
	color: #333;
}
A
{
	text-decoration: none;
	color: #1F63AE;
}
A:hover
{
	text-decoration: underline;
}
.additional-meta
{
	font-size: xx-small;
}
BLOCKQUOTE
{
	width: 80%;
	margin: 0 auto;
	padding: 5px;
	background-color: #F9F9F9;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	font: 1em Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
	line-height: 18px;
	font-weight: bold;
}
/*-- LISTS --*/
UL
{
	margin: 0;
	padding: 0;
}
UL LI
{
	margin-left: 5px;
	padding: 0;
}
LI
{
	list-style-type: none;
}
.disc
{
	list-style-type: disc;
}
/*lists inside posts*/
.entry-content UL OL
{
	margin-left: 0;
}
.entry-content UL LI
{
	margin-left: 10px;
	list-style: disc;
	list-style-position: inside;
}
.entry-content UL LI OL
{
	margin-left: 10px;
}
.entry-content OL LI
{
	margin-left: 5px;
	list-style: decimal;
	list-style-position: inside;
}
.entry-content OL LI LI
{
	margin-left: 5px;
}
/*-- HEADINGS --*/
H1, H2, H3, H4, H5, H6
{
	padding: 0;
	font-family: Verdana, sans-serif;
	font-variant: small-caps;
}
H2.entry-title-homepage
{
	font: normal 28px/30px Georgia, "Times New Roman", serif;
	color: #ED1848;
	letter-spacing: 0.1em;
	padding: 0px;
	margin: 0px;
}
H2.entry-title
{
	font: normal 18px Georgia, "Times New Roman", serif;
	color: #ED1848;
	letter-spacing: 0.1em;
	padding: 0px;
	margin: 0px;
}
H2.category-title A
{
	font: normal 12px Georgia, "Times New Roman", serif;
	color: #ED1848;
	letter-spacing: 0.05em;
}
H2.archive-title
{
	font: normal 28px/30px Georgia, "Times New Roman", serif;
	color: #1F63AE;
	letter-spacing: 0.05em;
	line-height: 0px;
}
H2.entry-title A
{
	font: normal 18px Georgia, "Times New Roman", serif;
	color: #ED1848;
	letter-spacing: 0.1em;
	padding: 0px;
	margin: 0px;
}
H2.category
{
	font: normal 28px/30px Georgia, "Times New Roman", serif;
	color: #1F63AE;
	letter-spacing: 0.1em;
	padding: 0px;
	margin-bottom: 20px;
}
.sidebar H4
{
/*widget sidebar headers*/
	font: 1em Verdana, sans-serif;
	text-transform: uppercase;
	text-align: left;
	clear: both;
	margin-top: 25px;
	color: #1F63AE;
	font-weight: bolder;
	width: 100%;
	border-bottom: 1px solid #1F63AE;
	letter-spacing: 0.1em;
}
H2#comments
{
	margin: 20px auto 10px;
	font-size: 140%;
}
/*headings inside posts*/
.entry-content H3
{
	font-size: 140%;
}
.entry-content H4
{
	font-size: 120%;
}
.entry-content H5
{
	font-size: 100%;
}
.entry-content H6
{
	font-size: 90%;
}
/*-- MAIN DIV'S --*/
#wrapper
{
/*Main Header Image*/
	background: url(images/imgHeader.png) no-repeat center top;
	width: 970px;
	margin: 0 auto;
	background-color: #FFF;
}
#header
{
	float: none;
	clear: both;
	height: 510px;
	margin: 0 auto;
	text-align: center;
	width: 970px;
}

#topmenubar
{
	position: relative;
	top: 55px;
	list-style:none;
	overflow:hidden;
	width:99%;
	margin:0;
	padding:1px; 
	background-color:#FFFFFF;

}

#topmenubar li {
	display:inline;
}


#topmenubar a {
	font-size: 14px;
	font-variant: small-caps;
	color: #000;
	list-style-type: none;
	display:block;
	float:left;
	margin-left:1px;
	padding-left:15px;
	line-height:25px;
}


.btn_home
{
	height: 100px;
	width: 400px;
	float: right;
	top: 0px;
}
.btn_about
{
	width: 90px;
	height: 28px;
	float: left;
	position: relative;
}
.btn_mission
{
	width: 118px;
	height: 28px;
	float: left;
	position: relative;
}
.btn_board
{
	width: 95px;
	height: 28px;
	float: left;
	position: relative;
}
.btn_contact
{
	width: 110px;
	height: 28px;
	float: left;
	position: relative;
}
.btn_donate
{
	width: 140px;
	height: 40px;
	float: left;
	position: relative;
}
#footer
{
	background-color: #1F63AE;
	overflow: hidden;
	margin: auto 0;
	clear: both;
	float: none;
	padding: 10px 0;
	color: #FFF;
	text-align: center;
}
.footer-right
{
	position: relative;
	text-align: right;
	width: 520px;
	overflow: hidden;
	padding: 10px;
}
.footer-right A
{
	color: #FFF;
	font-weight: bold;
}
.footer-left
{
	float: left;
	text-align: left;
	position: relative;
	width: 400px;
	overflow: hidden;
	padding: 10px;
}
.footer-left A
{
	color: #FFF;
	font-weight: bold;
}
.header-motto
{
	clear: both;
	top: 30px;
	position: relative;
	text-align: right;
	padding-right: 10px;
	text-transform: uppercase;
	overflow: hidden;
}
.header-desc
{
	clear: both;
	position: relative;
	width: 505px;
	top: 45px;
	*top: 50px; /*shows in IE7*/
	height: 160px;
	left: 430px;
	text-align: left;
	*left: 230px; /*shows in IE7*/
	padding: 12px;
	letter-spacing: 0.1em;
	font-size: 1.1em;
	line-height: 1.5em;
	overflow: hidden;
}
.mnu_help
{
	top: 70px;
	left: 90px;
	width: 185px;
	height: 90px;
	float: left;
	position: relative;
}
.mnu_donate
{
	top: 70px;
	left: 105px;
	width: 185px;
	height: 90px;
	float: left;
	position: relative;
}
.mnu_volunteer
{
	top: 70px;
	left: 118px;
	width: 185px;
	height: 90px;
	float: left;
	position: relative;
}
.mnu_media
{
	top: 70px;
	left: 133px;
	width: 185px;
	height: 90px;
	float: left;
	position: relative;
}
.breadcrumb
{
	position: relative;
	text-align: right;
	padding-right: 20px;
	top: 30px;
}
.menu
{
	clear: both;
	position: relative;
	top: 90px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000000;
}
#content
{
	width: 100%;
	float: left;
	background: #FFF url(images/imgBackContent.png) repeat-y center top;
}
/*-- POSTS --*/
.post-index
{
	margin: 0 0 10px;
}
#post-single
{
	margin: 0 0 20px;
}
.post
{
	padding: 10px;
}
.posts-wrap
{
	float: left;
	width: 585px;
	padding: 40px 20px 20px;
}
.about-wrap
{
	float: left;
	width: 930px;
	margin-top: 25px;
	padding: 20px;
	background-color: #FFFFFF;
}
.sidebar-donate
{
	text-align: center;
	background: #D2D2D2;
	border: 1px solid #000000;
	padding: 5px;
}
.comments_link
{
	position: relative;
	float: right;
	right: 11px;
	width: 100px;
	text-align: center;
	padding: 6px 3px 0 0;
	top: -55px;
}
/*-- SIDEBARS --*/
.sidebar-wrap
{
	margin: 0 auto;
	overflow: hidden;
	width: 320px;
	padding: 10px;
}
.sidebar-wrap-homepage, .sidebar-wrap-posts
{
	margin: 0 auto;
	overflow: hidden;
	width: 320px;
	padding: 40px 10px 10px;
}
.sidebar
{
	width: 100%;
}
.widget
{
/*spacing between individual widgets on sidebar*/
	margin-bottom: 30px;
}
#s
{
	width: 220px;
	height: 54px;
	padding: 0;
}
.recent_comments
{
	margin: 5px;
	padding: 5px;
	font-variant: small-caps;
}
.recent_comments_posts
{
	padding: 5px;
	font-variant: normal;
}
.entry-meta A
{
	font-weight: bold;
}
DIV#entry-meta-single
{
	padding: 15px 0 0;
	font-size: 0.8em;
}
.post-sep
{
	border-top: 1px solid #CCC;
	width: 80%;
	margin: 20px auto;
}
.news
{
	padding-bottom: 5px;
}
.news LI A
{
	color: #000000;
}
.date
{
	font-weight: bold;
}
.date-news
{
	color: #ED1848;
	padding-right: 5px;
	font-weight: bold;
}
DIV.tags
{
	font-weight: bold;
	padding-top: 35px;
}
DIV.tags A
{
	color: #ED1848;
}
.simpleimage IMG
{
	float: left;
	border: none;
	padding: 5px;
}
.wp-smiley
{
	border: none;
	background-color: #FFF;
}
.quotescollection_randomquote
{
	font-weight: bold;
	font-style: italic;
	padding: 5px;
}
.footer-sidebar2
{
	clear: both;
	text-align: center;
	padding: 10px;
	background: #FFF url(images/imgBackContent.png) repeat-y center top;
}
/*-- 404-PAGE --*/
.error404
{
	margin: 0;
	width: 100%;
}
.error404 H1, .error404 H2
{
	margin: 10px auto;
}
/*-- COMMENTS --*/
DIV.comments-wrap
{
	margin: 15px auto;
	padding: 0;
}
LI.comment, LI.trackback, LI.pingback
{
	margin: 10px auto;
}
UL.children
{
	margin-left: 10px;
}
UL.commentlist, UL.pinglist
{
	margin: 10px 0;
}
DIV.reply
{
}
TEXTAREA#comment
{
	overflow: auto;
}
/*-- ALIGNMENTS --*/
IMG.alignright
{
	float: right;
	clear: none;
	margin: 0 0 1em 1em;
}
IMG.alignleft
{
	float: left;
	clear: none;
	margin: 0 1em 1em 0;
}
IMG.aligncenter
{
	display: block;
	margin: 1em auto;
	text-align: center;
}
IMG.alignnone
{
	margin: 0 0.5em 0 0;
}
IMG
{
	border: 1px solid #999;
	padding: 5px;
	background-color: #F5F5F5;
}
/*-- NAVIGATION --*/
DIV.navigation
{
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	padding: 10px 0px 25px;
}
.navigation-index
{
}
.nav-next
{
	float: right;
	clear: none;
	width: 48%;
	text-align: right;
}
.nav-prev
{
	float: left;
	clear: none;
	width: 48%;
	text-align: left;
}
.small
{
	font-size: 9px;
}
.small A
{
	color: #FFF;
}
UL#twitter_update_list LI
{
	list-style-type: none;
	margin-bottom: 6px;
	line-height: normal;
	margin: 10px;
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
