/*
Theme Name: BLT 82 Birds Custom
Description: Custom theme for Blue Lotus Temple by 82 Birds.
Author: 82 Birds
Author URI: http://www.82birds.com/
Version: 1.0
*/

html {
	padding: 0;
	margin: 0;
}
body {
	padding: 0;
	margin: 0;
	font-size: 62.5%;  /* reset normal browser font size (16px) to 10px for ease of calculating sizes in ems */
	line-height: 220%;
	background-image: url(images/blue-bg.jpg);
	background-position: center;
}
body, input, textarea {
	font-family: Helvetica, Arial, sans-serif;
	color: #557A82;
}

/* frames */
.FrameHeaderWhite {
	background-color: #FFF;
}
.FrameHeaderBlueTop {
	background-image: url(images/blue-head-top.jpg);
	background-repeat: repeat-x;
	background-position: center top;	
}
.FrameHeaderBlueBottom {
	background-image: url(images/blue-head-bottom.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.FrameCenter {
	width: 945px;
	margin: 0 auto;
	font-size: 1.3em;  /* 13px  */
}
.FrameFootPattern {
	background-image: url(images/pattern-bg.gif);
	background-position: center;	
}
.FrameFootBlueTop {
	background-image: url(images/blue-foot-top.png);
	background-repeat: repeat-x;
	background-position: center top;	
}
.FrameFootBlueBottom {
	background-image: url(images/blue-foot-bottom.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.FrameContentLeft {
	width: 620px;
	float: left;
}
.FrameContentRight {
	width: 300px;
	float: right;
}

/* text */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Copse', Georgia, serif;
	font-weight: normal;
	line-height: 140%;
	margin: 0;
}
h1 {
	font-size: 1.4em;
	color: #1385AE;  /* bright blue */
}
h2 {
	font-size: 1.4em;
	color: #63A7b6;  /* blue */
	margin-bottom: 10px;
}
.HomePg h2 {
	margin-bottom: 0;
}
h3 {
	font-size: .9em;
	color: #003C56;
	text-transform: uppercase;
}
h5 {
	font-size: .8em;
}
h6 {
	font-size: .6em;
}
p {
	padding: 0;
	margin-top: 0;
	margin-bottom: 1em;
}
.entry table, .entry form {
	margin-bottom: 1em;
}
blockquote {
	
}
ul {
	list-style-image: url(images/bullet.png);	
}
ol {
	
}
table {  /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	/*text-align: left;*/
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
/* images */
img {
    max-width: 100%;
}

/* links and submits */
a, a:visited, a:link {
	color: #63A7B6;
	text-decoration: none;
	outline: 0;
}
a:hover {
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #D6BF5D;
}
a img {
	border: 0;
}
.NoStyle:hover {  /* remove style for image links */
	text-decoration: none;
	border: 0 none !important;
}
.LinkYellowLg, .LinkYellowSm, .LinkGreen, input[type=submit], .PostsPrev a, .PostsNext a, .greenBtn {
	font-family: 'Copse', Georgia, serif;
	text-transform: uppercase;
	color: #FFF !important;
	text-decoration: none;
	display: block;
	height: 25px;
	line-height: 25px;
	text-align: center;
}
.LinkYellowSm {
	width: 215px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-image: url(images/bg-tab.png);
}
.LinkYellowSm:hover {
	background-image: url(images/bg-tab-hover.png);
	border: none !important;
}
.LinkYellowLg {
	width: 300px;
	background-image: url(images/link-yellow.gif);
	background-repeat: no-repeat;
}
.LinkYellowLg:hover {
	background-image: url(images/link-yellow-on.gif);
	border: none !important;
}
.PostsPrev a {
	width: 263px;
	background-image: url(images/link-yellow-prev.gif);
	background-repeat: no-repeat;
}
.PostsPrev a:hover {
	background-image: url(images/link-yellow-prev-on.gif);
	border: none !important;
}
.PostsNext a, input[type=submit] {
	width: 263px;
	background-image: url(images/link-yellow-next.gif);
	background-repeat: no-repeat;
}
.PostsNext a:hover, input[type=submit]:hover {
	background-image: url(images/link-yellow-next-on.gif);
	border: none !important;
}
.LinkGreen {
	width: 300px;
	background-image: url(images/link-green.gif);
	background-repeat: no-repeat;	
}
.LinkGreen:hover {
	background-image: url(images/link-green-on.gif);
	border: none !important;
}
.greenBtn {
	width: 214px !important;
	background-image: url(images/btn-green.png) !important;
}
.greenBtn:hover {
	background-image: url(images/btn-green-on.png) !important;
	border: none !important;
}
/* slide shows */
.nivo_slider_container {
	margin-bottom: 30px !important;
}
.nivo-caption {
	background-color: #02668b !important;
}
.nivo-caption h2 {
	color: #FFF;
}
.nivo-controlNav {
	top: 385px;
}
.nivo-controlNav .nivo-control {
	width: 22px;
	height: 17px;
	display: inline-block;
	color: transparent !important;
	background-image: url(images/pagination.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.nivo-controlNav .active {
	background-image: url(images/pagination-on.png);
}

/* forms */
input[type=text], textarea {
	border: none;
	padding: 0 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-image: url(images/bg-input.jpg);
	-moz-box-shadow: inset 0 0 5px #999999;
	-webkit-box-shadow: inset 0 0 5px #999999;
	box-shadow: inset 0 0 5px #999999;
}
input[type=text] {
	width: 508px;
	height: 48px;
	line-height: 48px;
}
input[type=text] .embeddedInput {
	float: right;
	height: 20px;
    	line-height: 48px;
    	margin-right: 10px;
    	width: 74px;
}
textarea {
	width: 508px;
	height: 129px;
	padding: 15px;
	font-size: 1em;
}
.wpcf7-quiz-label {
	font-size: 1.3em;
	font-weight: bold;
}
.wpcf7-quiz {
	width: 50px !important;
	height: 40px !important;
    line-height: 40px !important;
}
input[type=submit] {
	border: none;
	cursor: pointer;
}
#SearchForm {
	float: right;
}
#SearchForm input, #MailListForm input {
	float: left;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
#SearchForm input[type=text], #MailListForm input[type=text] {
	width: 176px;  /* total 196px */
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
}

/* header social links */
.SocialHead {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: right;
}
.SocialHead li {
	margin-left: 5px;
	display: inline;
}

/* top navigation */
.topNav {
	font-family: 'Copse', Georgia, serif;
	font-size: 20px;
	line-height: 100%;
	padding-left: 10px;
	position:relative;
}

.topNav li {
	display:inline;
	padding-right:24px;
}
.topNav li.last-item {
	padding-right:5px;
}

.subMenuContainer {
	position:relative;
	width:0;
	height:0;
}
.subMenuContainer ul {  
	display:none;
	width:130px; 
	padding-left:5px;
	position:absolute;
	left:-60px;
	border:solid 1px gray;
	background-color:white;
}

.topNav li ul li { 
/*	border:solid 1px black; */
}

.TopNavMain {
	font-family: 'Copse', Georgia, serif;
	font-size: 20px;
	line-height: 100%;
}
.TopNavSub {
	font-size: 10px;
	line-height: 100%;
	text-transform: uppercase;
	color: #63A7B6;
}

/* sidebar */
#sidebar, #sidebar li ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#sidebar li {
	margin-bottom: 15px;
}
#sidebar li ul li {
	margin-bottom: 0px;
}
#SocialSidebar {
	margin-bottom: 15px !important;
}
#SocialSidebar ul {
	height: 25px;
}
#SocialSidebar li {
	float: left;
}
#SocialSidebar img {
	float: left;
	margin-right: 10px;
}
#SocialSidebar span {
	float: left;
	line-height: 25px;
	margin-right: 15px;
}

/* post meta data */
.PostMeta {
	float: left;
	margin-right: 15px;
	line-height: 130%;
}
.Date {
	font-family: 'Copse', Georgia, serif;
}
.DateDay {
	width: 30px;
	height: 30px;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	float: left;
	margin-right: 5px;
	background-image: url(images/bg-date.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.DateMY {
	float: left;
}
.DateMonth {
	text-transform: uppercase;
}

/* comments */
.commentlist {
	list-style: none;
	margin: 10px 0;
	padding: 0;
	clear: both;
}
.CommentAuthor, .CommentDate {
	margin-bottom: 0;
}
.comment-author cite {
	font-style: normal;	
}
.comment p {
	padding: 10px;
	background-color: #FFFFFF;
	margin-bottom: 0;
}
.byuser p {
	background-color: #C7E1E9;
}
.reply {
	text-align: right;
}
.required {
	color: #D3B53E;
}
#respond {
	clear: both;
}
.comment .children {
	list-style: none;
}
.comment .children li {
	margin-bottom: 20px;
}
.comment #respond p {
	background-color: transparent;
	margin-bottom: 1em;  /* restore standard padding */
	padding: 0;
}
/* Shop page */
#ShopList {
	list-style: none;
	margin: 0;
	padding: 0;
}
#ShopList li {
	display: inline-block;
	margin: 0 17px 17px 0;
}
#ShopList a {
	border: none !important;
}

/* CDs page */
.TblLeftCol {
	padding-right: 20px;
}
.price {
	color: #82b766;
	font-weight: bold;
}

/* WordPress core classes */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
/*a img.alignleft {*/
img.alignleft {
    float:left;
    /*margin: 5px 20px 20px 0;*/
    margin: 5px 20px 10px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 0;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}
.wp-caption p.wp-caption-text {
	height: 45px;
	color: #FFFFFF;
	font-family: 'Copse', Georgia, serif;
    font-size: 1.1em;
    line-height: 45px;
    margin: -6px 0;
    padding: 0;
	background-color: #80b6c1;
}

/* font size resets */
input, select, th, td {
	font-size: 1em;
}
li li, li p, td p, blockquote p {
	font-size: 1em;
}

/* misc */
.LotusBorder {
	height: 18px;
	background-image: url(images/lotus-border.png);
	background-repeat: repeat-x;
	background-position: left center;
	width:619px;
}
/* hide home page share */
.HomePg .sharing {
	display: none;
}
:focus {
	outline: 0;
}

/* Nivo Slideshow */
