/*
Theme Name: Magnificent Lore
Theme URI: http://www.magnificentlore.com
Description: Super Fantastic 'Magnificent Lore' Theme.
Version: 1.0
Author: Nick Prevas
Author URI: http://www.magnificentlore.com/
	This theme was designed by Nick Prevas (http://www.magnificentlore.com/)
	and built by Joseph Faura (http://mavienrose.com/)	
*/

/* Begin Basic Tags */

body {
	padding: 0px; 
	margin: 0px;
	background: #19617f url('images/MLbg.jpg') fixed repeat;
	font-family: Georgia, Times, serif;
	font-size: 15px;
	text-align:left;
	color:black;
	line-height:1.5em;
}

a {
	text-decoration: none;
	color:#1b96cd;
}

a:active {
	outline: none;
	position:relative;
	top:1px;
}

a img {
	border:none
}

h2 {
	font-family: 'Vollkorn', Georgia, serif;
	font-size:30px;
	font-weight:normal;
	margin:0 0 10px 0;
	line-height: 1.3em;
}

h2 a {color:black;}
h2 a:hover {color:#e83c99;}

h3 {
	font-size:16pt;
	font-weight:normal;
	margin:0 0 .5em 0;
}

ul {
	padding: 0;
	margin: 0;
}

* html ul {
	margin-left: 0;      /* for IE only */ 
	margin-top: 0;       /* for IE only */
}

hr {display:none;}

submit input {padding:5px 10px; cursor:pointer; font-weight:bold; }
textarea, input{ 
	border:1px solid black;
	padding:7px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

textarea {width:600px;}

.alignright {
	float:right;
	margin-left:15px;
	margin-top:5px;
}

.alignleft {
	float:left;
	margin-right:15px;
	margin-top:5px;
}

.clear {clear:both;}

.disclaimer {
	font-style:italic;
	font-size:11pt;
	color:#444;
	margin: 0 0 3em 0;
}

.disclaimer a:hover {border-bottom:2px solid #999;}

p.audioplayer_container {padding:10px 0;}

.wpcf7-form {padding:10px 0;}

.badges {
	padding:0; 
	margin:0; 
}

.badges span {display:none}

.facebook, .twitter, .myspace  {float:left; padding:0 20px 0 0;}
.facebook a{
	background:url(images/facebookBadge.gif) no-repeat 0% 0px;
	display: block;
	width:89px;
	height:90px;
}
.twitter a{
	background:url(images/twitterBadge.gif) no-repeat 0% 0px;
	display: block;
	width:89px;
	height:90px;
}
.myspace a{
	background:url(images/myspaceBadge.gif) no-repeat 0% 0px;
	display: block;
	width:89px;
	height:90px;
}

.facebook a:hover, .twitter a:hover, .myspace a:hover {background-position: 0 -90px;}

/* End Basic Tags */


/* Begin Structure */

#container {
	background:url(images/paper_bg_repeat.jpg) repeat-y;
	position:relative;
	width: 1024px;
	height: auto;
	margin: 0 auto;
	z-index:0;
}

#header {
    background:url(images/MLheader2.jpg) no-repeat;
	position:relative;
	height:303px;
	z-index:2;
}

#body {
	position:relative;
	z-index:2;
}

#content {
	float:left;
	margin:20px 10px 0 50px;
	width:628px;
	min-height:500px;
}

/* End Structure */

/* Begin Navbar */

#navbar {
	background:url(images/MLnavBG.jpg);
	margin:0;
	padding:0;
	width:1024px;
	height:54px;
	letter-spacing:.15em;
	line-height:10pt;
}

#navbar_content {
	font-family: 'Vollkorn', Georgia, serif;
	margin: 0 auto;
	padding: 10px 0 0 55px;
}

/*
#navbar_content a:link {
	color:#e82c99;
}
*/
#navbar_content a {
	color:#e82c99;
}

#navbar_content a:hover {
	color:#2abdff;
}

#navbar_content a:active {
	color:#fff;
}

/*#navbar_content a:visited {
	color:#bb4087;
}*/

#navbar span {
	padding: 0 30px 0 0;
}

/* Begin The Loop */

.entry {
	margin-bottom:30px;
}
.entry p {
	margin: 0 0 .6em 0;
}
.entry p a:hover {
	color:#e83c99;
}

.entry small.byline {
	font-style:italic;
	font-size:11pt;
	color:#e82c99;
}

.entry small.date {
	color:#e83c99;
}

.entry small.postscript {
	font-style:italic;
	font-size:10pt;
	color:#444;
}

.entry .line {
	background:url(images/entryhr.gif) no-repeat;
	width:628px;
	height:8px;
	margin-top:20px;
}

.entry a img {
	border:none
	text-decoration:none;
}

.entry ul {
	margin: 20px;
}

.postnav {
	margin-bottom:30px;
}

.wp-caption-text {
	font-family:Georgia;
	color:#bb4087;
	font-size:.8em;
	padding:3px 0;
	text-align:center;
	line-height: 1.5em;
}

/* End The Loop */


/* Begin The Sidebar */

#sidebar {
	background:url(images/MLsidebarBG.jpg);
	background-repeat:repeat-y;
	float:right;
	margin:10px 10px 0 0;
	padding:20px 0;
	width:192px;
	height:auto;
	min-height:300px;
}

#sidebar_content {
	padding: 0 10px 0 0;
	text-align:right;
}
	
#sidebar .line {
	background:url(images/bluehr.png) repeat-x;
	float:right;
	width:150px;
	height:6px;
	padding: 0 0 5px 0;
}

#sidebar li h2 {
	list-style-type: none;
	text-transform:uppercase;
	font-size:14pt;
	letter-spacing:.3em;
	text-align:right;
	padding:20px 0 0 0; 
}

#sidebar li {
	list-style-type: none;
	font-size:10pt;
	letter-spacing:.2em;
	text-align:right;
}

#sidebar li a:link {
	color:#1b96cd;	
}

#sidebar li a:hover {
	color:#e83c99;	
}

#sidebar ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

/*.menu ul {
	list-style-type:none;
	padding-right:.2em;
	margin-bottom:5px;
	text-decoration:none;
}
.menu ul li {
	font-size:11pt;
	line-height:1.4em;
	margin-top:10px;
	text-decoration:none;
}
.menu a {color:#c32356;}
.menu a:hover {border-bottom:2px solid #999;}/*

/* End The Sidebar */


/* Begin The Comments */

#comments h3 { font-size: 13pt;	font-weight: normal; color:#e82c99; margin:0 0 0 0;}
#comments h3.comm { padding: 10px 0 0 0;}

#comments #comments_wrap {padding: 0; position: relative; margin-top:20px;}
#comments ol.commentlist li { list-style-type:none; }

#comments .comment a { color:#3680a1; }
#comments .comment a:hover { text-decoration:none; }
#comments .comment small { font-size: 10px;	margin-top: -2px; }

#comments .comment span.reply { float:right; padding: 3px 3px 0; font-size:11px; }
#comments .comment span.reply a { text-decoration:none; color:#aaa; }

#comments ul.children { margin:10px 0 0 25px; padding:0; }

#comments .navigation .alignright, #comments .navigation .alignleft { margin:0;}
#comments .navigation a {
	display: block;
	padding: 5px 9px;
	margin-left: 4px;
	font-weight:bold;
}
#comments .commentlist {padding:0;}

#comments .commentlist #respond #form_wrap {
	padding:0 0 25px;
	margin:0;
	border:0;
	width:auto;
}
#comments ol.commentlist li  {
	background:url(images/box3-bg.png) repeat;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 0 0 10px;
	padding: 18px 20px 18px 20px;
	position: relative;
}

#comments ol.commentlist li img.avatar {float:left;margin-right:10px;}
#comments ol.commentlist li ul li {	margin:10px 0 0;}
#comments ol.commentlist .comment-meta a { color:#666;font-size:10pt;}
#comments ol.commentlist .children { margin:0; }
#respond p.submit input {padding:5px 10px; cursor:pointer; font-weight:bold; }
#respond ol {padding:20px 0 0; list-style-type:none;}
#respond ol li { list-style-type:none;}
.cancel-comment-reply { padding: 10px 0; }
ol.commentlist #respond { margin-top:10px; }
#respond textarea, #respond input{ 
	border:1px solid black;
	padding:7px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

/* End The Comments */


/* Begin The Footer */

#footer {
	background:url(images/MLfooter2.jpg) no-repeat;
	position:relative;
	width: 1024px;
	height:180px;
	z-index:2;
	margin-top:20px;
}

#footer_content {
	width:1024px;
	margin:0 auto;
	padding-top:92px;
	text-align:center;
	font-size:13px;
	line-height:10pt;
}

#footer_content p {
	letter-spacing:.1em;
/*	line-height:10pt;*/
}

#footer_content a {
	color:black;
}

#footer_content a:hover {
	color:#e82c99;
}

#footer_content a:active {
	color:#2abdff;
}

#footer_content ul li {
	display:inline;
	padding:0 14px 0 0;
	text-transform:uppercase;
	font-size:13px;
	letter-spacing:.2em;
}

#footer_copyright {
	font-size:10px;
	line-height:6pt;
	letter-spacing:.1em;
}

/* End The Footer */
