/*  
Theme Name: Romantic Landscape
Theme URI: http://www.michellewillingham.com/
Description: 2011 Theme
Version: 2.0
Author: Emily Carlin
Author URI: http://www.swankwebdesign.com/
*/
/*
General
----------------------------------------------- */
* { margin: 0; padding: 0; }

body {
	background-color: #ced3b1;
	font: 100%/150% 'alda', Georgia, 'Times New Roman', Times, serif;
	margin: 20px auto 0;
	color: #333; }

.clearit { clear: both; }
.alignleft { float: left; }
.alignright { float: right; }
p { padding: 0 0 20px; }

input, textarea, select {
	font: 90% 'trajan-pro-3', 'Times New Roman', Times, serif;
	background-color: #ADB79E;
	border: 0px solid #053357;
	margin: 0 0 10px;
	padding: 3px; }

label { font: 90% 'trajan-pro-3', 'Times New Roman', Times, serif; }

#footer input {
	font: 80% 'trajan-pro-3', 'Times New Roman', Times, serif;
	background-color: #FEF9DB;
	border: 0px solid #a04344;
	margin: 7px 0 0; }

#submit:hover, #fsc-submit-1:hover {
	background-color: #053357;
	color: #FEF9DB; }

.divider {
	clear: both;
	background: url(images/divider.png) top left no-repeat;
	width: 172px;
	height: 59px;
	margin: 30px auto;
	padding: 10px; }

blockquote {
	font-style: italic;
	font-size: 110%;
	line-height: 170%; 
	margin: 10px auto 20px; }

blockquote small { display: block; font-size: 80%; font-style: normal; text-align: right; padding: 0 0 5px; }

/*
Fonts
----------------------------------------------- */
@font-face {
    font-family: 'aphrodite_slim_textregular';
    src: url('fonts/aphrodite_slim_text-webfont.woff2') format('woff2'),
         url('fonts/aphrodite_slim_text-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal; }

/*
Links
----------------------------------------------- */
a:link { color: #053357; font-weight:normal; text-decoration:none; }
a:visited { color: #053357; font-weight:normal; text-decoration:none; }
a:hover { color: #ADB79E; font-weight:normal; text-decoration:none; }

.post a:link { text-decoration:underline; }
.post a:visited { text-decoration:underline; }
.post a:hover { text-decoration:underline; }

.post h1 a:link, .post h1 a:visited, .post h1 a:hover { text-decoration: none; }

.post h2 a:link, .post h2 a:visited, .post h3 a:link, .post h3 a:visited, .post h4 a:link, .post h4 a:visited, .post h5 a:link, .post h5 a:visited { text-decoration: none; }

.navigation a:link, .navigation a:visited, #book a.excerpt:link, #book a.excerpt:visited { text-decoration: none; }

.ngg-album-compact h4 a.ngg-album-desc { text-decoration:none; }

a img.icon { 
	border: none; 
	opacity: 0.70;
	filter: alpha(opacity = 70);
	-webkit-transition: opacity 0.2s ease-in-out; 
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out; }

a:hover img.icon,
a:focus img.icon { 
	opacity: 1.0;
	filter: alpha(opacity = 100); }

/*
Structure
----------------------------------------------- */
#container {
	width: 1006px;
	margin: 0 auto;
	background: url(images/background.jpg) repeat-y top left;
	overflow: hidden; }

#header {
	width: 1006px;
	height: 380px;
	background: url(images/header.jpg) no-repeat top left; }

#content {
	float: left;
	width: 740px;
	margin: -25px 0 20px;	
	padding: 0; }

.post { padding: 10px 40px 40px 50px; }

#side {
	float: right;
	width: 210px;
	margin: 0 50px 0 0;
	padding:  0; }

/*
Menu
----------------------------------------------- */
#menu { padding: 0 0 0 260px; }

.nav,
.nav ul,
.nav li,
.nav a {
	border: none;
	margin: 0;
	padding: 0;
	line-height: 1;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box; }

.nav {
	display: block;
	text-align: center;
	padding: 15px 0 0;
	margin: 0 auto;
	width: auto;
	height: auto; }

.nav > ul {
	list-style: inside none;
	padding: 0;
	margin: 0 auto;
	text-align: center; }

.nav > ul > li {
	list-style: inside none;
	padding: 0;
	margin: 0;
	display: inline-block;
	position: relative;
	vertical-align: top; }

.nav > ul > li > a {
	outline: none;
	display: block;
	width: auto;
	height: 40px;
	position: relative;
	font: 110% 'trajan-pro-3', 'Times New Roman', Times, serif;
	color: #053357;
	text-align: center;
	padding: 0 0 0 15px;
	animation: fix 0.00000001s;
	-moz-padding-end: 0;
  	font-stretch: condensed; }

.nav > ul > li > a:first-letter { font: 90%/100% 'aphrodite_slim_textregular', 'Times New Roman', Times, serif; }

@-moz-keyframes fix {
   from { padding-right: 1px; } 
   to { padding-right: 0; } 
}

.nav > ul > li > a:hover { color: #ADB79E; }

.nav > ul > li > a:after {
	content: '';
	position: absolute;
	top: -1px;
	bottom: -1px;
	right: -2px;
	z-index: 99;  }

.nav > ul > li.has-sub:hover > a:after {
	top: 0;
	bottom: 0; }

.nav > ul > li.has-sub > a:before {
	xcontent: '';
	position: absolute;
	top: 18px;
	right: 6px; }

.nav > ul > li.has-sub:hover > a:before { top: 19px; }

.nav > ul > li.has-sub:hover > a {
	background: transparent;
	padding-top: 0;
	padding-bottom: 0;
	top: 0;
	z-index: 999; }

.nav > ul > li.has-sub:hover > ul,
.nav > ul > li.has-sub:hover > div { display: block; }

.nav ul li > ul,
.nav ul li > div {
	display: none;
	width: auto;
	position: absolute;
	top: 40px;
	padding: 0;
	background-color: #fdf9da;
	border: 3px solid #ced3b1;
	z-index: 999; }

.nav ul li > ul { width: 260px; }

.nav ul li > ul li {
	display: block;
	list-style: inside none;
	padding: 0;
	margin: 0;
	position: relative; }

.nav ul li > ul li a {
	outline: none;
	display: block;
	position: relative;
	margin: 0;
	padding: 5px 15px;
	font: 90% 'trajan-pro-3', 'Times New Roman', Times, serif;
	letter-spacing: 1px;
	color: #053357; }

.nav ul ul a:hover { background-color: #ced3b1; color: #053357; }

.nav > ul > li > ul > li a:hover { background-color: #ced3b1; color: #053357; }

.nav ul li > ul li > ul {
	display: none;
	width: auto;
	position: absolute;
	top: -15px;
	left: 260px;
	padding: 0;
	background-color: #fdf9da;
	border: 3px solid #ced3b1;
	z-index: 999; }

.nav ul li > ul li > ul { width: 260px; }

ul#topmenu { 
	list-style-type: none;
	margin: 0 0 250px 475px;
	padding: 2px 0 0;
	font: 80% 'trajan-pro-3', 'Times New Roman', Times, serif;
	letter-spacing: 1px; }

ul#topmenu li { 
	list-style-type: none;
	float: left;
	background: url(images/bullet.png) center left no-repeat;
	margin: 0;
	padding: 0 5px 0 15px; }

ul#topmenu li.plain { 
	background: url() center left no-repeat;
	padding: 0 5px 0 0; }

ul#bottommenu { 
	list-style-type: none;
	margin: 10px 0 0 265px;
	padding: 2px 0 0;
	font: 80% 'trajan-pro-3', 'Times New Roman', Times, serif;
	letter-spacing: 1px; }

ul#bottommenu li { 
	list-style-type: none;
	float: left;
	background: url(images/bullet.png) center left no-repeat;
	margin: 0;
	padding: 0 5px 0 15px; }

ul#bottommenu li.plain { 
	background: url() center left no-repeat;
	padding: 0 5px 0 0; }

ul#topmenu li a:link, ul#topmenu li a:visited, ul#bottommenu li a:link, ul#bottommenu li a:visited { color: #fff; }
ul#topmenu li a:hover, ul#bottommenu li a:hover { color: #acb79d; }

/*
Bottom
----------------------------------------------- */
#footer {
	clear: both;
	background: url(images/footer.jpg) no-repeat;
	width: 1006px;
	height: 97px; }

#footer .icon { vertical-align: text-bottom; }

.subscribe { 
	float: left;
	width: 350px;
	margin: 15px 0 0 50px; }

.newsletter { 
	float: right;
	width: 500px;
	margin: 20px 50px 0 0; }

#copyright {	
	font: 80% 'trajan-pro-3', 'Times New Roman', Times, serif;
	margin: 0 auto;
	padding: 25px 0 10px;
	text-align: center; }

#copyright a:link, #copyright a:visited { text-decoration: underline; }

/*
News
----------------------------------------------- */
#blog #content {
	float: right;
	width: 755px;
	margin: -25px 0 0 0;
	padding: 0; }

.navigation {
	text-align: left;
	font: 100%/100% 'trajan-pro-3', 'Times New Roman', Times, serif;
	font-weight: normal;
	margin: 0 0 30px; }

#blog #side {
	float: left;
	width: 200px;
	margin: 0 0 0 50px; }

/*
Books
----------------------------------------------- */
#book #content {
	float: right;
	width: 750px;
	margin: -25px 0 0 0;
	padding: 0; }

#book a.excerpt {
	font: 130%/100% 'trajan-pro-3', 'Times New Roman', Times, serif; }

.buy-button { float: left; padding: 0 6px 10px; }

#book #side {
	float: left;
	width: 205px;
	margin: 0;
	padding: 0 0 0 50px; }

ul.side-series {
	margin: 10px 0 25px;
	padding: 0; }

ul.side-series li {
	list-style-type: none;
	list-style-position: outside;
	font: 100%/130% 'trajan-pro-3', 'Times New Roman', Times, serif;
	letter-spacing: 1px;
	text-align: left;
	margin: 0;
	padding: 0 0 15px; }

ul.series-list, ul.audio-list, ul.country-list { margin: 0; }

ul.series-list li { 
	list-style-type: none;
	float: left;
	width: 200px;
	height: 370px;
	text-align: center;
	margin: 10px 0 20px;
	padding: 0 0 0 16px; }

ul.audio-list li { 
	list-style-type: none;
	float: left;
	width: 200px;
	height: 250px;
	text-align: center;
	margin: 10px 0 20px;
	padding: 0 0 0 16px; }

ul.country-list li { 
	list-style-type: none;
	float: left;
	width: 32px;
	height: 32px;
	margin: 10px 0 10px;
	padding: 0 0 0 10px; }

.book-info iframe { margin: 30px auto; text-align: center; }

/*
Page
----------------------------------------------- */
#page #content, #newsletter #content {
	float: none;
	width: 1006px;
	margin: -25px 0 20px 0;	
	padding: 0; }

.col1 { 
	float: left;
	width: 400px;
	text-align: center; }

.col2 { 
	float: right;
	width: 400px; 
	text-align: center; }

/*
Forms
----------------------------------------------- */	
#mc_embed_signup input#mce-EMAIL, #mc_embed_signup input#mce-FNAME, #mc_embed_signup input#mce-LNAME { width: 400px; }

#mc_embed_signup ul { margin: 0; }

#footer #mc_embed_signup form { float: right; display: inline-block !important; }

#footer #mc_embed_signup input#mce-EMAIL { width: 240px; margin: 0; }

.fscf-div-form .fscf-input-text { width: 400px; }

.fscf-div-form #fscf_field1_3 { width: 600px; }

/*
Headings
----------------------------------------------- */	
h1 {
	font: 160%/100% 'trajan-pro-3', 'Times New Roman', Times, serif;
	text-align: right;
	color: #053357;
	margin: 0 0 20px;
	padding: 0; }

h1.pagetitle { font: 200%/140% 'aphrodite_slim_textregular', 'Times New Roman', Times, serif; }

#main h1, #page h1 { text-align: left; margin: 0 0 20px 170px; }	
#book h1 { margin: 0 0 20px; }	
#blog h1 { text-align: left; margin: 0 0 5px; }

h2 {
	font: 150%/140% 'trajan-pro-3', 'Times New Roman', Times, serif;
	color: #646852;
	text-align: left;
	margin: 0 0 15px;
	padding: 0; }	

h2.series-title {
	font: 100%/130% 'trajan-pro-3', 'Times New Roman', Times, serif;
	letter-spacing: 1px;
	text-align: center;
	margin: 5px 0 5px; }

#blog h2.pagetitle { text-align: right; }

h3 {
	font: 140%/140% 'trajan-pro-3', 'Times New Roman', Times, serif;
	color: #646852;
	text-align: left;
	margin: 0 0 20px;
	padding: 0; }	

#blog h3 { font: 100%/100% 'trajan-pro-3', 'Times New Roman', Times, serif; }

#side h3, #footer h3 { 
	font: 140%/100% 'trajan-pro-3', 'Times New Roman', Times, serif;
	color: #646852;
	margin: 0 0 20px;
	padding: 0; }	

#side h3:first-letter, #footer h3:first-letter { font: 90%/100% 'aphrodite_slim_textregular', 'Times New Roman', Times, serif; }

.indent { display:block; text-indent: 25px; }

#footer h3 { display: inline-block; color: #053357; margin: 10px 0; }

#footer .subscribe h3 { width: 240px; }

h4 {
	font: 100%/140% 'trajan-pro-3', 'Times New Roman', Times, serif;
	color: #646852;
	text-align: left;
	margin: 0 0 10px;
	padding: 0; }

#side h4 { text-align: center; margin: 10px 0; }

h5 {
	display: inline;
	font: 90%/120% 'trajan-pro-3', 'Times New Roman', Times, serif;
	color: #646852;
	text-align: left;
	margin: 0 0 10px;
	padding: 0; }

.imagecaption {	
	font-size: 110%;
	text-align: center;
	font-weight: strong;
	font-style: italic;
	padding: 0;
	margin: 5px 0 10px; }

/*
Lists
----------------------------------------------- */
ol {
	list-style-type: none;     
	margin: 0 0 25px; }

ul {
	list-style-type: none;
	margin: 0 0 25px; }

ul li, ol li {
	list-style-type: disc;
	list-style-position: inside;
	line-height: 160%;
	text-align: left;
	margin: 0;
	padding: 0 0 10px; }

#newsletter ul li, #newsletter ol li {
	list-style-type: disc;
	list-style-position: outside;
	line-height: 160%;
	text-align: left;
	margin: 0;
	padding: 0 0 10px; }

#newsletter ul.archive_badges_ul li.archive_badges_li { float: left; list-style-type: none; padding: 0;  }

#newsletter hr { clear: both; }

/*
Images
----------------------------------------------- */
img { border:0; }

img.centered, img.aligncenter {
	display: block;
	background-color: #ced3b1;
	margin: 15px auto;
	padding: 5px; }

img.alignright {
	display: inline;
	background-color: #ced3b1;
	margin: 0 0 20px 15px;
	padding: 5px; }

img.alignleft {
	background-color: #ced3b1;
	display: inline; 
	margin: 0 15px 20px 0;
	padding: 5px; }

img.singlecover { 
	float: right;
	display: inline;
	background-color: #ced3b1;
	margin: 0 0 15px 20px;
	padding: 5px; }

img.seriescover {
	background-color: #ced3b1;
	width: 180px;
	height: 285px;
	margin: 0 0 10px 5px;
	padding: 5px; } 

img.audiocover {
	background-color: #ced3b1;
	width: 180px;
	height: 180px;
	margin: 0 0 10px 5px;
	padding: 5px; } 

a:hover img.seriescover {
	background-color: #053357; }