/*   
Theme Name: Asayake En
Theme URI: http://www.cloverpetals.com/asayake/
Description: Fresh new layout look for Asayake En. //  A clean, non-graphical, typography centric layout with a light approach for that ghostly, "barely there" feel.
Author: TasiaChiba
Author URI: http://www.cloverpetals.com/
Version: v4.0
Tags: white, gray, light, two-columns, fixed-width, custom-menu, minimalism, clean, monochrome, simple

License: Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html

*/

/* =Reset default browser styles */
@import url('reset.css');

*, html {
    margin:0;
    padding:0;
}

body {
    background-color: #fff;
	background-image: url(images/AE-4-bodybg.jpg);
    color:#2b4c5d;
    font: 62.5%/1.6em "Trebuchet MS",Tahoma,Verdana,Sans-Serif;
    margin:0;
    padding:0px;
	text-shadow: 1px 1px 0 #f0f4f8;	
}

a {
    color:#c0760b;
    text-decoration:none;
}

a:hover {
    color:#c0760b;
    text-decoration:none;
}

h1 {
    color:#999;
    font-family:Justus,"Georgia","Times New Roman",Times,Serif;
    font-size:4.0em;
    font-weight:normal;
    letter-spacing:-1px;
    margin:20px 0;
}

h1 a {
    color:#999;
    text-decoration:none;
}

#footer {
	background-image: url(images/AE-4-footerbg.jpg);
	background-position:center;
    clear:both;
	height: 114px;
}

#footerbg {
	background-image: url(images/AE-4-footer.jpg);
	background-position:center;
	background-repeat: no-repeat;
    clear:both;
	height: 114px;
}

#footer p {
	color:#fff ;
    font: 14px Georgia,Oxford,"Bitstream Vera Serif","Georgia","Times New Roman",Times,Serif;
    line-height:20px;
	text-align: center;
	text-shadow: 1px 1px 0 #000;
}


#footer a {
    color: #C0760B;
	font-weight: bold;
    text-decoration: none;
}

#header {
	background-image: url(images/AE-4-header.jpg);
	background-position:center;
	background-repeat: no-repeat;
    clear:both;
    margin-top:0px;
	height: 239px;
    /*border-top:20px solid #f6f6f6;
    */
}

#head {
	padding-top: 145px;
	width:900px;
    margin:0 auto;	
}

#header .description {
	display:none;
    color: #DDDDDD;
    height: 18px;
    margin: -50px 0 0;
    padding: 7px;
    position: absolute;
    width: 325px;
}

#headersearchbar {
    background-image: url(images/AE-4-searchbox.png);
    background-size: 100% auto;
    color: #DDDDDD;
    height: 18px;
    margin: -90px 0 0;
    padding: 7px;
    position: absolute;
    width: 325px;
}

#headersearchbar  .hsbtext {
	background-color: transparent;
	border: 0px;
	color: #666;
	margin-left: 10px;	
	font-style:italic;
	text-shadow: 0 0 0;
}

#headersearchbar  .hsbicon {
	margin-left: 300px;
	margin-top: -20px;
}

#headersearchbar .searchbtn {
	background-image: url(images/AE-4-searchboxbutton.png);
	background-color: transparent;
	color: transparent;
	border: 0px;
	width: 23px;
	height: 24px;
}

#header .search {
    color:#222;
    float:right;
    margin:35px 25px 0 0;
}

#header h1 {
    margin:15px 0 0 0;
    padding:25px 25px 35px 25px;
}

#branding {
	padding-left: 560px;
}

#branding h1 {
	display:none;
}

#socialnets{
    margin-left: 750px;
    margin-top: 40px;
	position:absolute;
}

#wrapper {
	background-image: url(images/AE-4-headerbg.jpg);
	background-repeat: repeat-x;
	background-position:top;
}

#wrapper2 {
	background-image: url(images/AE-4-mainbodybg.jpg);
	background-position:center;
    width:900px;
    margin:0 auto;
	overflow: hidden;
}

/* =Menu */
/*=================================== */
#nav {
    /* border:1px solid #f0f0f0;
    background-color:#f9f9f9; */
    float:left;
    padding:0;
    margin:40px 0 0;
    width:900px;
}

#nav a {
    color: #aaa;
    display: block;
    padding: 0 10px;
    text-decoration: none;
}

#nav li {
    float:left;
    list-style:none;
}

#nav li a {
    color:#fff;
    display:block;
    /* font: 1.8em "Note this", Journal, "Trebuchet MS"; */
	font-smooth: always;
    letter-spacing:2px;
    margin:1px 2px 0 0;
    padding:5px 5px 7px 5px;
    text-decoration:none;
	text-shadow: 0 0 1px rgba(0,0,0,0.3);
}

#nav li a {
	line-height: 30px;
    padding: 0 22px 10px;
}

 /* nav padding */
#nav li:hover > a,#nav ul ul :hover > a {
    color:#444;
}

 /*drop-down hover bg & font color*/
#nav ul li:hover > ul {
    display:block;
}

#nav .menu-header ul,div.menu ul {
    list-style:none;
    margin: 0;
}

#nav ul {
    left:0;
    padding:0;
}

#nav ul a, #nav ul li {
    float:left;
    position:relative;
}

 /* drop-down placement */
#nav ul ul {
    /*drop-down drop-shadow effect*/
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    background-color: #000;
    /*can add drop-down bg color here (separator lines)*/
	display:none;
    float:left;
    position:absolute;
    top:40px;
    left:0;
    width:200px;
    z-index:99999;
}

 #nav ul ul li {
    min-width:180px;
}

#nav ul ul ul {
    left:100%;
    top: 0;
}

#nav ul ul a {
	/* nav menu dropdown bg color */
    background:#000; 
    line-height:1em;
    padding: 10px 10px 10px 20px;
    width:160px;
    height:auto;
}

 /*drop-down bg*/
#nav ul li.current_page_item > a,#nav ul li.current-menu-ancestor > a,#nav ul li.current-menu-item > a,#nav ul li.current-menu-parent > a {
    color: #aaa;
}

* html #nav ul li.current_page_item a,* html #nav ul li.current-menu-ancestor a,* html #nav ul li.current-menu-item a,* html #nav ul li.current-menu-parent a,* html #nav ul li a:hover {
    color: #aaa;
}

.menu {
    margin-bottom:25px;
}

/* =Menu : NavMenuHeaderMeta */
/*=================================== */
#navmenuheadermeta {
    float:left;
    padding:0;
	margin-bottom: -100px;
	margin-top: -42px;
}

#navmenuheadermeta a {
    color: #aaa;
    display: block;
    line-height: 40px;
    padding: 0 10px;
    text-decoration: none;
}

#navmenuheadermeta li {
    float:left;
    list-style:none;
}

#navmenuheadermeta li a {
    color:#fff;
    display:block;
    font:1.2em Tahoma;
    letter-spacing:2px;
    margin:1px 2px 0 0;
    padding:5px 5px 7px 5px;
    text-decoration:none;
	text-shadow: 0 0 0;
}

#navmenuheadermeta  li a {
    line-height:40px;
    padding: 0 20px 0 0;
}

 /* nav padding */
#navmenuheadermeta li:hover > a,#navmenuheadermeta ul ul :hover > a {
    color:#fff;
}

 /*drop-down hover bg & font color*/
#navmenuheadermeta ul li:hover > ul {
    display:block;
}

#navmenuheadermeta .menu-header ul,div.menu ul {
    list-style:none;
    margin: 0;
}

#navmenuheadermeta ul {
    left:0;
    padding:0;
}

#navmenuheadermeta ul a, #navmenuheadermeta ul li {
    float:left;
    position:relative;
}

 /* drop-down placement */
#navmenuheadermeta ul ul {
	display:none;
}

#navmenuheadermeta ul ul li {
    min-width:180px;
}

#navmenuheadermeta ul ul ul {
    left:100%;
    top: 0;
}

#navmenuheadermeta ul ul a {
	/* nav menu dropdown bg color */
    background:#000; 
    font-size:1.5em;
    line-height:1em;
    padding:10px;
    width:160px;
    height:auto;
}

 /*drop-down bg*/
#navmenuheadermeta ul li.current_page_item > a,#navmenuheadermeta ul li.current-menu-ancestor > a,#navmenuheadermeta ul li.current-menu-item > a,#navmenuheadermeta ul li.current-menu-parent > a {
    color: #aaa;
}

* html #navmenuheadermeta ul li.current_page_item a,* html #navmenuheadermeta ul li.current-menu-ancestor a,* html #navmenuheadermeta ul li.current-menu-item a,* html #navmenuheadermeta ul li.current-menu-parent a,* html #navmenuheadermeta ul li a:hover {
    color: #aaa;
}




/* =Welcome Post */
/*=================================== */

#welcomepost {
	background-image: url(images/AE-4-stickypostbg.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 452px;
	margin-top: 35px;
    text-align: center;
}

#welcomeposttext {
    float: right;
	margin-right: 72px;
	margin-top: -330px;
    width: 260px;
}

#welcomeposttext p {
	font: "Trebuchet MS";
	font-size: 14px;
	line-height: 20px;
    text-align: justify;
	text-shadow: 1px 1px 0 #d7dee5;
}

#welcomeposttext h2 {
	color: #b45000;
	font: "Trebuchet MS";
	font-size: 25px;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 25px;
    text-align: justify;
	text-shadow: 1px 1px 0 #d7dee5;
}

#welcomepostcarousel {
	padding-left: 75px;
	padding-top: 60px;
	width: 480px;
}

/* .carouselleftarrow {
	float: left;
	padding-bottom: 80px;
	padding-top: 130px;
	width: 37px;
}
.carouselmain {
	float: left;
	width: 300px;
	
}
.carouselrightarrow {
	float: right;
	padding-top: 130px;
	width: 37px;
} */

.carouselnav {
	background-image: url(images/AE-4-carouselbottomnavbg.png);
	width:404px;
	height: 34px;
	margin-left: 37px;
	clear: both;
}
.carouselbottomnavbg {
}
.carouselbottomnavbuttons {
	margin-top: 13px;
}







#topframe {
	margin-left:29px;
	position: absolute;
	z-index: 100;
}

.stitches-1{
padding-top:5px;
}
.stitches-2{
float: left;
margin-top: -14px;
}
.stitches-3{
float: right;
margin-top: -14px;
}
.stitches-4{
clear: both;
margin-top: 259px;
position: absolute;
}

#example {
	position:relative;
	height:350px;

}

#stitches {
	top:7px;
	left:29px;
	position:absolute;
	z-index:500;
}

#frame {
	position:absolute;
	z-index:0;
	width:408px;
	height:326px;
	top: 5px;
	left: 23px;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:15px;
	left:4px;
	z-index:10;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	display:none;
	margin-left: 27px;
	margin-top: -6px;
	overflow:hidden;
	position:relative;
	width:393px;
	height: 279px;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:450px;
	height:270px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next, #slides .prev {
	position:absolute;
	top:110px;
	left:-16px;
	width:36px;
	display:block;
	z-index:5;
}

#slides .next {
	left:426px;
}

/*
	Pagination
*/

.pagination {
	margin:21px auto 0;
	width:100px;
	height: 34px;
	margin-left: 200px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}











/* =Navigation (Next, Previous, Etc) */
/*=================================== */
.navigation {
    color:#888;
    font-size:1.7em;
    line-height:18px;
	margin-top: 10px;
	text-shadow: 0 0 1px #D7DEE5;
}

.navigation a:link,.navigation a:visited {
    color:#888;
    text-decoration:none;
}

.navigation a:active,.navigation a:hover {
    color:#ff4b33;
}

#nav-above {
    display:none;
    margin:0 0 18px 0;
}

#nav-below {
    clear:both;
    margin:20px 0 0 0;
}

.nav-previous {
    float:left;
    font:1.7em;
	margin-right: 10px;
}

#nav-below .nav-previous a {
	color: #000;
	padding: 5px;
	background: none repeat scroll 0 0 #B0B9C0;
	border-radius: 5px 5px 5px 5px;
}

#nav-below .nav-previous a:hover {
	color: #B45000;
	padding: 5px;
	background: none repeat scroll 0 0 #B0B9C0;
	border-radius: 5px 5px 5px 5px;
}

.nav-next {
    float:right;
    font:1.7em;
	margin-right: 10px;
    text-align:right;
}

#nav-below .nav-next a {
	background: none repeat scroll 0 0 #B0B9C0;
	border-radius: 5px 5px 5px 5px;
	color: #000;
	padding: 5px;
	text-shadow: 0 0 0;
}

#nav-below .nav-next a:hover {
	background: none repeat scroll 0 0 #B0B9C0;
	border-radius: 5px 5px 5px 5px;
	color: #B45000;
	padding: 5px;
	text-shadow: 0 0 0;
}

#single-nav-above {
    display:none;
    margin:0 0 18px 0;
}

#single-nav-below {
    clear:both;
    margin:20px 0 0 0;
}

.single-nav-previous {
    float:left;
    font-size:1.7em;
	letter-spacing: 1px;
}

#single-content .single-nav-previous a {
	background: none repeat scroll 0 0 #B0B9C0;
	border-radius: 5px 5px 5px 5px;
	color: #000000;
	padding: 5px;
	text-shadow: 0 0 1px #D7DEE5;
}

.single-nav-next {
    float:right;
    font-size:1.7em;
	letter-spacing: 1px;
    text-align:right;
}

#single-content .single-nav-next a {
	background: none repeat scroll 0 0 #B0B9C0;
	border-radius: 5px 5px 5px 5px;
	color: #000000;
	padding: 5px;
	text-shadow: 0 0 1px #D7DEE5;
}

.single #nav-above {
    display:none;
}

.paged #nav-above,.single #nav-above {
    display:none;
}

/* =Content */
/*=================================== */
#content {
    float: left;
    margin:18px 0 0 33px;
    padding-bottom:30px;
    width: 500px;
}

#content p {
    font-size:12px;
    margin:15px 0 20px 10px;
    word-spacing:2px;
}

#content a {
	color: #c0760b;
    text-decoration:none;
}

#content a:hover {
    color:#000;
}

#content h2 {
    font-family:"Trebuchet MS", Oxford;
    font-weight:normal;
	text-shadow: 0 0 1px #d7dee5;
}

#content h2 a {
    color:#000;
    border:none;
    text-decoration:none;
}

#content h2 a:hover {
	color:#B45000;
}

p.news {
    color:#537B17;
    background:#D7F0B2;
    border-bottom:2px solid #BCE67D;
    border-top:2px solid #BCE67D;
    margin:10px 0;
    padding:10px;
}

blockquote {
    background:#c6cbd1;
	border-radius:5px;
    margin:10px 0;
    padding:5px 15px;
	text-shadow: 0 0 0;
}

#content ul, ol {
    border-top:1px solid #F9F9F9;
    margin:10px 10px 10px 25px;
}

#content li {
    border-bottom:1px solid #F9F9F9;
    padding:10px;
}

img {
    /* background:#aaaaaa; */
    border:0px solid #f9f9f9;
    padding:1px;
}

#content h3 {
    font-family:"Trebuchet MS";
	font-size: 1.7em;
    font-weight:normal;
    margin:15px 0;
}

a.more {
    color:#2F460D;
    display:block;
    margin:10px 0 0 0 ;
    text-decoration:none;
    text-align:right;
}

a.more:hover {
    text-decoration:underline;
}

h4, h5, h6 {
    margin-bottom: 10px;
}

h4 {
	font-size: 1.7em;
	margin-bottom:-5px;
}

.post {
	margin-bottom: 20px;
}

.entry-meta-category {
    clear:both;
    margin-left:0;
    margin-top:10px;
    padding-bottom:10px;
    position:absolute;
}

.entry-meta {
    font-size:1em;
    margin: -8px 30px 0 0;
    padding: 0 10px 0;
	text-shadow: 0  0 0;
}

.entry-utility {
/*    color:#ddd; */
	clear: both;
    font-size:0.9em;
    margin:-5px 0 0;
    padding-top:15px;
	text-shadow: 0  0 0;	
}

.entry-content {
    line-height: 1.7em;
    margin-top: 0px;
    padding-right: 10px;
    text-align: justify;
}

.entry-title {
	background-image: url(images/AE-4-updatesheaderbg.png);
	/* background-size: 100%;
    border-bottom:1px solid #f9f9f9; */
    color: #000;
    font-family:"Trebuchet MS";
    font-size:2.8em;
    font-weight:normal;
    line-height: 34px;
    margin:10px 0;
    padding:5px 10px;
	width: 479px;
	height: 31px;
}

 .entry-title h1 {
    border:0px;
    font-size: 2.5em;
}

.entry-content h2 {
    border:0px;
    font-size: 2.5em;
}

.entry-content h2 a {
    border:0px;
    font-size: 2.5em;
}

.entry-content h3 {
    border:0px;
    clear:both;
    font-size: 2.2em;
}

.page-title {
    color: #B45000;
    font-family:"Trebuchet MS",Oxford,"Times New Roman",Times,serif;
    font-size:3.5em;
    font-weight:normal;
    line-height: 30px;
    margin:10px 8px 30px;
    padding:5px 3px;
}

.entry-content label {
    float: left;
    padding:2px;
}

.entry-content input {
    background:#fdfdfd;
    clear: both;
    color:#444;
    border:1px solid #f9f9f9;
    font:11px Verdana;
    padding:5px;
}

.entry-content input:focus {
    background:#fff;
    border:1px solid #eee;
}

.entry-content password {
    padding-bottom: 15px;
    width:240px;
}

 .entry-content submit {
    width:50px;
}

 /* search form button */
.sticky {
    background:#c6cbd1;
    border-radius: 4%;
    padding-bottom: 10px;
}

 /* sticky post styling */
.sticky h2 {
    margin-bottom:10px;
    padding: 4px 10px 0;
}

.sticky h2 a {
    ;
}

.sticky .entry-title {
    /* border-bottom: 1px solid #EEE; */
    padding-bottom: 6px; 
}

.content-featured-tbn {
	float: left;
	margin: 0 8px;
}

/* =Single-Content */
/*=================================== */
#single-content {
    float: left;
    margin:18px 0 0 25px;
    padding-bottom:30px;
	width: 500px
}

#single-content p {
    font-size:12px;
    margin:15px 0 10px 10px;
    word-spacing:2px;
}

#single-content a {
	color: #c0760b;
    text-decoration:none;
}

#single-content a:hover {
    color:#000;
}

#single-content h2 {
    font-family:"Trebuchet MS", Oxford;
    font-weight:normal;
	text-shadow: 0 0 1px #d7dee5;
}

#single-content h2 a {
    color:#000;
    border:none;
    text-decoration:none;
}

#single-content ul, ol {
    margin:10px 0 10px 25px;
}

#single-content li {
    border-bottom:1px solid #F9F9F9;
    padding:10px;
}

#single-content h3 {
    font-family:Oxford,"Times New Roman",Times,serif;
    font-weight:normal;
    margin:15px 0;
}

.single-content-credits {
	text-align: left; 
	border-radius: 10px; 
	background-color: #d4d9e0; 
	padding: 10px;
}

.single-created-date {
	color:#000000;
	font-family:Verdana;
	font-size:0.8em;
	font-weight:bold;
}

/* =Sidebar */
/*=================================== */
#sidebar {
    float:right;
    padding:25px 28px 30px 10px;
    width:315px;
}

#sidebar h2 {
	background-image: url(images/AE-4-sidebarheaderbg.png);
    /* border-bottom:1px solid #f6f6f6; */
    color:#000;
    font-family:"Trebuchet MS";
    font-size:2.8em;
    font-weight:normal;
    letter-spacing:2px;
    line-height: 38px;
    padding:0 0 3px 5px;
	width: 303px;
	height: 38px;
	text-shadow: 0 0 1px #d7dee5;
}

#sidebar .title {
    border-bottom:1px solid #f9f9f9;
    color:#333;
    letter-spacing:2px;
    padding:0 0 3px 0;
}

.widget-wrapper {
    list-style:none;
    margin:0 0 20px 0;
}

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

#sidebar li {
    padding:3px;
}

#sidebar li a {
    color:#c0760b;
	font-size: 12px;
    text-decoration:none;
	text-shadow: 1px 1px 0 #E8EBEF;
}

#sidebar input {
    background:#fdfdfd;
    border:1px solid #f9f9f9;
    color:#444;
    font:11px Verdana;
    padding:5px;
}

#sidebar input:focus {
    background:#fff;
    border:1px solid #eee;
}

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

/* =Widgets */
/*=================================== */
.tagcloud {
    padding:10px 3px 15px;
    text-align: justify;
}

.tagcloud a {
    color:#666;
    font-family:Geneva,Tahoma,Sans-Serif;;
    /* line-height: 1.8em;
    */
 text-decoration:none;
}

.postform {
    margin-bottom: 15px;
}

 /* a.k.a. drop-down (categories/archives/etc) */
#wp-calendar {
    font-size: 1.5em;
}

#wp-calendar td {
    padding:5px;
}

#wp-calendar caption {
    color:#333;
    font-family:Oxford,"Times New Roman",Times,serif;
    font-size:2em;
    font-weight:normal;
    letter-spacing:2px;
    line-height: 30px;
    margin-top:-37px;
    padding:0 0 15px 0;
    text-align: left;
}

#wp-calendar a {
    background-color:#f9f9f9;
}

#searchform {
    padding-bottom: 15px;
    width:240px;
}

 #s {
    width:150px;
}

 /* search form input area */
#searchsubmit {
    width:50px;
}

 /* search form button */
#footerwidget {
    list-style:none;
	margin: 0 25px;
}

#footerwidget div {
    ;
}

#footerwidget h2 {
    color:#333;
    border-bottom:1px solid #f6f6f6;
    font-family:Oxford,"Times New Roman",Times,serif;
    font-size:2.8em;
    font-weight:normal;
    letter-spacing:2px;
    line-height: 30px;
    margin-bottom: 10px;
    padding:0 0 3px 0;
}

#footerwidget ul {
    list-style-type: none;
}

#footer-primary-widget {
    float:left;
    margin-bottom:25px;
    margin-right:18px;
    width:265px;
}

#footer-secondary-widget {
    float:left;
    margin-bottom:25px;
    margin-right:18px;
    width:265px;
}

#footer-tertiary-widget {
    float:left;
    margin-bottom:25px;
    margin-right:18px;
    width:273px;
}

#headerwidget {
    list-style:none;
    margin-left: 25px;
    margin-right: 25px;
}

#headerwidget div {
    ;
}

#headerwidget h2 {
    color:#333;
    border-bottom:1px solid #f6f6f6;
    font-family:Oxford,"Times New Roman",Times,serif;
    font-size:2.8em;
    font-weight:normal;
    letter-spacing:2px;
    line-height: 30px;
    margin-bottom: 10px;
    padding:0 0 3px 0;
}

#headerwidget ul {
    list-style-type: none;
}

#header-primary-widget {
    float:left;
    margin-bottom:25px;
    margin-right:18px;
    margin-top:25px;
    width:265px;
}

#header-secondary-widget {
    float:left;
    margin-bottom:25px;
    margin-right:18px;
    margin-top:25px;
    width:265px;
}

#header-tertiary-widget {
    float: left;
    margin-bottom: 25px;
    margin-top: 25px;
    width: 273px;
}

#colophon {
    clear:both;
    /* background-color:#f9f9f9;
    border:1px solid #f0f0f0;
    height:40px;
    margin-bottom: 30px; */
	margin: 0 auto;
	padding-top: 50px;
	width: 900px;
}

#site-info {
    margin-left: 25px;
}

/* =Comments */
/*=================================== */
#comments {
    list-style-type:none;
}

#comments-list h3 {
	background-color: #000;
    border-radius: 8px;
    color: #4F6270;
    font-family:"Trebuchet MS", Oxford,"Times New Roman",Times,serif;
    font-size:2.8em;
    font-weight:normal;
    letter-spacing:2px;
    line-height: 30px;
    padding: 5px 5px 5px 10px;
	text-shadow: 0 0 1px #4F6270;
}

#comments-list #contents li {
    border-bottom: 1px solid #F9F9F9;
    padding: 10px;
}

.comment {
	background-color: #d4d9e0;
    border-bottom: 1px dashed #B0B9C0;
	border-radius: 5px;
    margin-top: 12px;
    padding: 10px;
}

.comment-author {
    color: #333;
    font-family:Oxford,"Times New Roman",Times,serif;
    font-size:2.5em;
    font-weight:normal;
    margin-left:135px;
    padding:10px 0;
}

.comment-meta {
    color: #666;
    margin-left: 135px;
}

.comment-content {
    margin-left: 125px;
    text-align: justify;
}

#comments p {
    font-size:12px;
    margin: 15px 5px 0;
    word-spacing:2px;
}

.comment-reply-link {
    margin-left: 68px;
}

.comment-cite {
	background-color: #B0B9C0;
	border-radius: 5px 5px 5px 5px;
	color: #000000;
	font-family: "Trebuchet MS";
	font-size: 0.7em;
	padding: 5px;
	text-shadow: 0 0 0;
}

#comments-list  .comment-cite a {
	color: #000;
}

#comments-list  .comment-cite a:hover {
	color: #B45000;
}

.comment-cite a {
    color:#333;
}

.comment-content ol {
    list-style: circle;
}

.comment-content address {
    padding-left: 20px;
}

.comment-content ins{
    background-color: #ddd;
}

.comment-content big {
    font-size: 1.7em;
}

.comment-content pre {
    font-size: 1.3em;
}

.comment-content q {
    ;
}

.comment-content sub {
    font-size: 0.7em;
}

.commentmetadata {
    font-size: 10px;
}

 .avatar {
    margin-left:-135px;
    margin-right:15px;
    margin-top:-10px;
    position:absolute;
    width:100px;
    height:100px;
}

.children ol, ul {
    border:0px;
}

/* =Trackbacks */
/*=================================== */
#trackbacks-list {
	margin-bottom: 20px;
	margin-top: 25px;
}

#trackbacks-list h3 {
	background-color: #000;
    border-radius: 8px;
    color: #4F6270;
    font-family:"Trebuchet MS", Oxford,"Times New Roman",Times,serif;
    font-size:2.8em;
    font-weight:normal;
    letter-spacing:2px;
    line-height: 30px;
    padding: 5px 0 5px 10px;
	text-shadow: 0 0 1px #4F6270;
}

#trackbacks-list p {
    margin:0px;
    padding-left: 20px;
}

#trackbacks-pingbacks {
    margin-left: -135px;
}

.pingback, .trackback {
}

#trackbacks-pingbacks .comment-author {
    color: #333333;
    font-family: "Trebuchet MS",Oxford,"Times New Roman",Times,serif;
    font-size: 1.7em;
    font-weight: normal;
    padding: 10px 0;
}

/* =Comment Form */
/*=================================== */
#comments-respond {
    padding-top: 40px;
}

#comments-respond h2 {
    color:#333;
    font-family:Oxford,"Times New Roman",Times,serif;
    font-size:2.8em;
    font-weight:normal;
    letter-spacing:2px;
    line-height: 30px;
    padding:10px 0 3px 0;
}

#page-comments-respond {
	padding-top: 50px;
}

#page-comments-respond h2 {
	background-color: #000;
	border-radius: 8px;
    color:#4F6270;
    font-family:"Trebuchet MS",Oxford,"Times New Roman",Times,serif;
    font-size:2.8em;
    font-weight:normal;
    letter-spacing:2px;
    line-height: 30px;
	padding: 5px 0 5px 10px;
	text-shadow: 0 0 1px #4F6270;
}

 /* Individual comments header styling for pages */
#login-req {
}

.formcontainer {
}

#commentform {
}

#commentform p {
	font-family:"Trebuchet MS";
	font-size: 1.3em;
    margin: 0px;
    padding: 20px 0 20px;
}

#login {
	text-shadow: 0 0 0;
}
.loggedin{
	font-size: 0.9em;
}
.logout{
	font-size: 0.9em;
}

#comment-notes {
}

.form-label {
    font-family:"Trebuchet MS";
	font-size:1.7em;
	letter-spacing:2px;
	padding-bottom: 5px;
	padding-left:4px;
	padding-top: 10px;
}

#form-section-author {
	float: left;
	margin-right: 11px;
}
#form-section-author .form-label {
}
#form-section-author .form-input {
}
#form-section-email {
	float: left;
	margin-right: 11px;
}
#form-section-email .form-label {
}
#form-section-email .form-input {
}
#form-section-url {
	float: left;
}
#form-section-url .form-label{
}
#form-section-url .form-input{
}

#form-section-comment {
	clear: both;
	padding-top:20px;
}
#form-allowed-tags {
}
#form-submit {
}
#submit {
}

textarea#comment {
    background-color:#000;
    border-radius: 10px;
	border: none;
    color: #4F6270;
	font-family: "Trebuchet MS";
	font-size: 12px;
    padding: 8px;
    width:484px;
	text-shadow: 0 0 1px #4F6270;
}

#commentform textarea:focus {
    color: #B45000;
}

#commentform input {
    background-color: #000;
    border:none;
	border-radius: 5px;
    clear: both;
    color: #4f6270;
    padding: 5px;
}

#commentform input:focus {
    color: #B45000;
}

/* =Archives Page */
/*=================================== */
.archives-titles {
}

.article-block {
	width: 500px;
}

.archives-entry-summary {
    padding-bottom:15px;
}

.archives-entry-summary p {
}

.archives-entry-content {
    margin-bottom: 10px;
    padding:5px 10px 0px;
}

.archives-entry-content  .entry-meta {
    margin-bottom: 10px;
    padding:0 10px 10px 0;
}

.archives-entry-content  .entry-utility {
	font-size: 0.9em;
	margin: -5px 0 0;
	padding: 0px;
	text-shadow: 0 0 0;
}

.archives-entry-content img {
    border:none;
    display:none;
}

.archives-entry-content .sticky {
    border:none;
    margin:0px;
    padding: 0 2px 0;
}

/* =Authors Page */
/*=================================== */
.author-title {
    color: #333;
    font-family:Oxford,"Times New Roman",Times,serif;
    font-size: 2.8em;
    font-weight:normal;
    line-height: 1.2em;
}

.author-entry-summary {
    padding-bottom:15px;
}

.author-entry-summary p {
    ;
}

.author-entry-content {
    background-color:#f9f9f9;
    border:1px solid #f0f0f0;
    margin-bottom: 10px;
    padding:20px 12px 2px;
}

.author-entry-content img {
    border:none;
    display:none;
}

.author-entry-content .sticky {
    border:none;
}

/* =Attachment Page */
/*=================================== */
.attachment-entry-title {
    border-bottom:1px solid #f9f9f9;
    color: #999;
    font-family:Oxford,"Times New Roman",Times,serif;
    font-size:2.8em;
    font-weight:normal;
    line-height: 30px;
    margin:10px 0;
    padding:5px 0;
}

.attachment-entry-utility {
    color: #DDD;
    font-size: 0.9em;
    margin: -5px 0 0;
    padding-top: 5px;
}

#attachment-nav-above {
    margin:0 0 18px 0;
    padding-bottom:20px;
    padding-top:20px;
}

.attachment-nav-previous {
    float:left;
    font-family: Oxford,"Times New Roman",Times,serif;
    font-size:2em;
    font-weight: normal;
}

 .attachment-nav-previous a {
    float:left;
    font-family: Oxford,"Times New Roman",Times,serif;
    font-weight: normal;
}

.attachment-nav-next {
    float:right;
    font-family: Oxford,"Times New Roman",Times,serif;
    font-size:2em;
    font-weight: normal;
    text-align:right;
}

.attachment-nav-next a {
    float:right;
    font-family: Oxford,"Times New Roman",Times,serif;
    font-weight: normal;
    text-align:right;
}

/* =404 Page */
/*=================================== */
#error-message {
    ;
}

#error-404-content {
    padding-left: 10px;
}

.error-404-post {
    font-size:110%;
    line-height: 1.7em;
    padding: 10px 0;
    word-spacing: 2px;
}

#error-404-content #searchform {
    padding-bottom: 15px;
    width:240px;
}

 #error-404-content #s {
    width:150px;
}

 /* search form input area */
#error-404-content #searchsubmit {
    width:50px;
}

 /* search form button */
#error-404-content input {
    background: none repeat scroll 0 0 #FDFDFD;
    border: 1px solid #F9F9F9;
    color: #444;
    font: 11px Verdana;
    padding: 5px;
}


/* =Password Protected */
/*=================================== */

.passwordform {
	margin: 0 auto;
}

.passwordform label input {
	color: #666;
	background-color: #000;
	border-radius: 8px;
	font-style:italic;
	height:18px;
	width: 180px;
	margin-right: 10px;
	padding:7px;
	text-shadow: 0 0 0;
}

.passwordform label input:focus {
	color: #666;
	background-color: #000;
	border-radius: 8px;
	font-style:italic;
	height:18px;
	width: 180px;
	margin-right: 10px;
	padding:7px;
	text-shadow: 0 0 0;
}

.passwordform .button {
	color:#DDDDDD;
	background: none repeat scroll 0 0 #000;
	border: 0px;
	border-radius: 8px;
	letter-spacing: 1px;
	padding: 10px;
}

.passwordformtext {
	margin-bottom: 0px;
}



/* =Search Not Found Page */
/*=================================== */
#notfound {
}

.notfound-entry-content {
    padding-left: 10px;
}

.notfound-entry-message {
    font-size:110%;
    line-height: 1.7em;
    padding: 10px 0;
    word-spacing: 2px;
}

.notfound-entry-content #searchform {
	margin: 0 auto;
    padding-bottom: 15px;
	padding-top: 15px;
    width:400px;
}

.notfound-entry-content .hsbtextinput {
}
.notfound-entry-content .hsbtext {
	color: #666;
	font-style:italic;
	text-shadow: 0 0 0;
}
.notfound-entry-content #s {
	background-color: #000;
	border-radius: 8px;
	height:18px;
	padding:7px;
	width:325px;
}

.notfound-entry-content .hsbicon {
	margin-left:305px;
	margin-top:-28px;

}

 /* search form input area */
.notfound-entry-content #searchsubmit {
	background-image: url(images/AE-4-searchboxbutton.png);
	background-color: transparent;
	color: transparent;
	border: 0px;
	width: 23px;
	height: 24px;
}

 /* search form button */
.notfound-entry-content input {
	color:#DDDDDD;
	background: none repeat scroll 0 0 #000;
	border: 0px;
	border-radius: 8px;
	font: 11px Verdana;
	padding: 7px;

}

/* =Sidebar Taxonomy Data */
/*=================================== */

#sidebar-taxonomydata {
	/* background-image: url(images/AE-4-stickypostbg.png); */
	background-size: 100%;
    float:right;
	margin-top: 28px;
    padding:0px 35px 20px 30px;
    width:250px;
	text-shadow: 0 0 1px #2E404A;
}
#sidebar-taxonomydata h2 {
	/* background-image: url(images/AE-4-sidebarheaderbg.png); */
    /* border-bottom:1px solid #f6f6f6; */
    color:#000;
    font-family:"Trebuchet MS";
    font-size:2.8em;
    font-weight:normal;
    letter-spacing:2px;
    line-height: 38px;
    padding:0 0 3px 5px;
	width: 303px;
	height: 38px;
	text-shadow: 0 0 1px #D3D3D3;
}
#sidebar-taxonomydata .title {
    border-bottom:1px solid #f9f9f9;
    color:#333;
    letter-spacing:2px;
    padding:0 0 3px 0;
}
.taxonomydata-artist {
	background: none repeat scroll 0 0 #4F6270;
	border-radius: 8px 8px 8px 8px;
	margin-bottom: 20px;
	overflow: visible;
	padding: 10px;
}
.taxonomydata-artist-title {
	color: #000;
	float: left;
	font-size: 2.5em;
	padding-bottom: 5px;
	position: absolute;
}
.taxonomydata-artist a {
	color: #D3D3D3;
	font-size: 1.7em;
	margin-left: 95px;
	text-decoration: none;
	text-shadow: 0 0 1px #D3D3D3;
}
.taxonomydata-genre {
	background: none repeat scroll 0 0 #4F6270;
	border-radius: 8px 8px 8px 8px;
	margin-bottom: 20px;
	overflow: visible;
	padding: 10px;
}
.taxonomydata-genre-title {
	color: #000;
	float: left;
	font-size: 2.5em;
	padding-bottom: 5px;
	position: absolute;
}
.taxonomydata-genre a {
	color: #D3D3D3;
	font-size: 1.7em;
	margin-left: 95px;
	text-decoration: none;
	text-shadow: 0 0 1px #D3D3D3;
}
.taxonomydata-series {
	background: none repeat scroll 0 0 #4F6270;
	border-radius: 8px 8px 8px 8px;
	margin-bottom: 20px;
	overflow: visible;
	padding: 10px;
}
.taxonomydata-series-title {
	color: #000;
	float: left;
	font-size: 2.5em;
	padding-bottom: 5px;
	position: absolute;
}
.taxonomydata-series a {
	color: #D3D3D3;
	font-size: 1.7em;
	margin-left: 95px;
	text-decoration: none;
	text-shadow: 0 0 1px #D3D3D3;
}
.taxonomydata-resolution {
	background: none repeat scroll 0 0 #4F6270;
	border-radius: 8px 8px 8px 8px;
	margin-bottom: 20px;
	overflow: visible;
	padding: 10px;
}
.taxonomydata-resolution-title {
	color: #000;
	float: left;
	font-size: 2.5em;
	padding-bottom: 5px;
	position: absolute;
}
.taxonomydata-resolution a {
	color: #D3D3D3;
	font-size: 1.7em;
	margin-left: 95px;
	text-decoration: none;
	text-shadow: 0 0 1px #D3D3D3;
}
.taxonomydata-tagged {
	background: none repeat scroll 0 0 #4F6270;
	border-radius: 8px 8px 8px 8px;
	margin-bottom: 20px;
	overflow: visible;
	padding: 10px;
}
.taxonomydata-tagged-title {
	color: #000;
	float: left;
	font-size: 2.5em;
	padding-bottom: 5px;
	position: absolute;
}
.taxonomydata-tagged a {
	color: #D3D3D3;
	font-size: 1.7em;
	margin-left: 95px;
	text-decoration: none;
	text-shadow: 0 0 1px #D3D3D3;
}

/* =Social Share Links */
/*=================================== */
#socialsharelinks {
	background-color:#D4D9E0;
	border-radius: 8px;
	padding: 5px;
	width: 490px;
}
.sticky #socialsharelinks {
	background-color:#B0B9C0;
	border-radius: 8px;
	margin-bottom: -10px;
	padding: 5px;
	width: 490px;
}
.social-twitter {
	float: left;
}
.social-gplus {
	float:left;
	margin-right: -17px;
}
.social-tumblr {
	float: left;
	margin-right:15px;
}
.social-fblike{

}

/* =Miscellanous */
/*=================================== */
.clear {
    clear:both;
}

.screen-reader-text {
    position: absolute;
    left: -9000px;
}

.moretag {
}

.content-featured-tbn .attachment-thumbnail {
	border: 1px solid #ccc;
}

.comments-link {
	background: url(images/ae-icon-comment.png) no-repeat;
	padding-left: 24px;
}

.edit-link {
	background: url(images/ae-icon-edit.png) no-repeat;
	padding-left: 20px;
}

.cat-links {
	background: url(images/ae-icon-categories.png) no-repeat;
	padding-left: 24px;
}

.tag-links {
	background: url(images/ae-icon-tag.png) no-repeat;
	padding-left: 20px;
}

.archive-taxonomies {
/*    color:#ddd; */
    font-size:1.0em;
    margin:0 10px;
    padding-bottom:20px;
    padding-top:10px;
	text-shadow: 0  0 0;	
}

.cat-links {
    padding-bottom:0px;
	text-shadow: 0  0 0;	
}

/* .postdatecomments {
    color:#dddddd;
    font-size:0.9em;
    margin:0px;
    margin-top:-5px;
    padding:0px;
}

 */
/* see gallery_shortcode() in wp-includes/media.php */
.gallery (margin-bottom: 20px;
    ).gallery-item ().gallery-icon ()#gallery-1 img {
    border: 2px solid #ccc;
}

.wp-smiley {
    border:0px;
    background-color: transparent;
}

.searchquery{
	color: #000;
	font-style: italic;
}

/* Special Styling */
table {
    margin-bottom: 20px;
    margin-top: 10px;
}

dl {
    margin-left: 10px;
}

dt {
    font-family:Oxford,"Times New Roman",Times,serif;
    font-size: 1.8em;
    font-weight:normal;
}

dd {
    margin-bottom: 10px;
}

ol {
    list-style: circle;
}

address {
    padding-left: 20px;
}

ins{
    background-color: #ddd;
}

big {
    font-size: 1.7em;
}

pre {
    font-size: 1.3em;
    padding-left: 0px;
}

q {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #EEEEEE;
    margin: 10px 0;
    padding: 5px 5px;
}

 sub {
    font-size: 0.7em;
}

/* img Placement & Captions */
.wp-caption p {
    ;
}

.wp-caption-text {
    ;
}

.gallery-caption {
    ;
}

.bypostauthor {
    ;
}

.alignright {
    ;
}

.alignleft {
    ;
}

.aligncenter {
    ;
}

img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 10px;
}

.aligncenter, img.aligncenter {
    clear: both;
    display:block;
    margin-left: auto;
    margin-right:auto;
}

/* Center-align, no caption */
.alignleft, img.alignleft {
    display:inline;
    float: left;
    margin-right: 20px;
    margin-top: 5px;
}

/* Left-align, no caption */
.alignright, img.alignright {
    display:inline;
    float: right;
    margin-left: 20px;
    margin-top: 5px;
}

/* Right-align, no caption */
img.size-auto, img.size-full, img.size-large, img.size-medium, attachment img {
    height: auto;
    max-width: 100%;
}

/* No alignment, no caption */
/* Center-align with Caption, Left-align with Caption, Right-align with Caption, No alignment with Caption */
/* ALL are similar to without caption, except have a div surrounding them with the following attributes:/* .alignleft, .alignright, or .aligncenter etc */
.wp-caption img {
    background:none;
    border:0;
    margin: 5px 5px 0;
}

.wp-caption {
	background-color: #d4d9e0;
    background: none repeat scroll 0 0 #d4d9e0;
    border-radius: 5px 5px 5px 5px;
	line-height: 18px;
    font-size:12px;
    margin-bottom: 20px;
    padding: 5px;
    text-align: center;
    max-width: 450px !important;
	word-spacing:2px;
	text-shadow: 0 0 0;
}

.page-link {
    clear: both;
	font-size: 1.7em;
    font-weight: bold;
    margin: 0 10px 10px;
    padding-top: 10px;
    word-spacing: 0.5em;
}

.navigation .navigation {
	font-size: 1.0em;
	padding-top: 10px;
}

.navigation .current {
	color: #000;
	margin-right: 10px;
	padding: 10px;
	width: 20px;	
	height: 20px;
	background: none repeat scroll 0 0 #C6CBD1;
	border-radius: 5px 5px 5px 5px;
}
.navigation .navigation a {
	color: #000000;
	margin-right: 10px;
	padding: 10px;
	background: none repeat scroll 0 0 #B0B9C0;
	border-radius: 5px 5px 5px 5px;
	text-shadow: 0 0 1px #D7DEE5;
}

#content .navigation .navigation a {
	color: #000000;
	text-shadow: 0 0 1px #D7DEE5;
}

/* Typeface-js styles: menu nav & sub menu nav links */
.typeface-js {
	font-family: "Notepad","Note this","Trebuchet MS", Tahoma, Georgia, Carolingia;
	font-size: 1.8em; 
}
#nav ul ul a .typeface-js {
	/* nav menu dropdown bg color */
    font:2em Journal;
}

.click-to-download {
	background-color: #000;
	border-radius: 10px;
	color: #C0760B;
	font-size:1.8em;
	font-weight:bold;
	padding: 5px;
	text-shadow:0 0 0;
}
#single-content .click-to-download a:hover {
	color: #B45000;
}