/*  
Theme Name: Yoga Tango
Theme URI: http://www.kendallinman.com/
Description: Designed for kendallinman.com, based on San Francisco Tango by Billion Studio. Contains copyrighted images. All rights reserved.
Version: 1.0
Author: Valarie Stuart
Author URI: http://www.martinstuart.com/
*/


/*primary color scheme

celery green #B0CE6D
dark warm grey #655240
blue links #809FA4
green heads #7F9652
*/


@import url('reset.css');

/* Default fonts and colors
========================================== */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea,select {
	color: #333;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	color: #666;
	font-weight: normal;
}

/* LAYOUT
========================================== */
body {
	background-color: #655240;
	font-size: 12px;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: left top;	
}

div#page {
	width: 960px;
	margin: 0 auto;
	background-image: url(images/bkgchick.png);
	background-repeat: no-repeat;
	background-position: left top;
}

div.container {
	width: 950px;
	margin: 0 auto;
}

div.tiny {
	width: 163px;
	float: left;
}

div.small {
	width: 266px;
	float: left;
	border-left: 1px solid #B0CE6D;
	padding-left: 20px;
}

div.large {
	width: 500px;
	float: left;
}

div.full {
	width: 100%;
	float: left;
}

div.container.body {
	padding: 25px 0 0;
	height: 100%;
	overflow: auto;
}

/* ELEMENTS
========================================== */
p {
	padding: 0 0 20px 0;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0 0 12px;
}

h1, h2, h3 {
	line-height: 100%;
}

h4, h5, h6 {
	font-weight: normal;
}

h1 { font-size: 220%; color: #000; }
h2 { font-size: 180%; }
h3 { font-size: 140%; }
h4 { font-size: 120%; }
h5 { font-size: 90%; }
h6 { font-size: 80%; }

img.left,
img.align-left,
img.alignleft {
	float: left;
	margin: 0 12px 6px 0;
	border: none;
}

img.right,
img.align-right,
img.alignright {
	float: right;
	margin: 0 0 6px 12px;
	border: none;
}
img.wp-smiley{ border:none }

a:link, a:visited {
	color: #4B8B68;
	text-decoration: none;
}

a:hover, a:active {
	color: #4B8B68;
	text-decoration: underline;
}

abbr, acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}

ul { list-style-type: square; }
ol { list-style-type: decimal; }

dl { margin-left: 20px; }
dl dt { font-weight: bold; }
dl dd { margin-left: 40px; }

blockquote {
	margin: 0 0 20px 0;
	padding: 6px 12px 6px;
	background-color: #fff;
	/*border: 1px solid #EAEAEA;*/
	border-left-width: 3px;
}
blockquote p {
	padding: 6px 0;
}
blockquote blockquote {
	margin: 6px 0;
	background-color: #fff;
}

code, pre {
	display: block;
	white-space: pre;
	padding: 6px 12px 6px;
	margin: 0 0 20px 0;
	background-color: #fff;
	border: 1px solid #EAEAEA;
	border-left-width: 3px;
	font-size: 120%;
	font-family: monospace;
}
p code {
	display: inline;
	padding: 3px 6px;
	margin: 0;
	border: 0;
	white-space: normal;
}

hr {
	margin: 0 0 20px 0;
	border: 0;
	height: 1px;
	border-bottom: 1px solid #ccc;
}

/* FORMS
========================================== */
form {
	width: auto;
	margin-left: 20px;
}

form p {
	margin: 3px 0;
	padding: 0px 0 3px 0;
}

form table td {
	border: 0;
	border-collapse: collapse;
	padding: 1px;
	vertical-align: top;
	text-align: left;
}

fieldset {
	width: auto;
	border: 0;
}

label {
	font-size: 100%;
	line-height: 100%;
	white-space: pre;
	display: block;
	color: #999;
	text-align: left;
	cursor: pointer;
	margin: 0 0 6px;
}
form p {
	line-height: 150%;
	clear: both;
}
form p input {
	display: inline;
	float: left;
	clear: both;
	margin: 0;
	margin-right: 6px;
}
form p label {
	display: inline;
	clear: none;
	padding: 0;
	margin: 0;
}

input, textarea, select, button {
	margin: 0 0 12px 0;
}

button {
	background-color: #B0CE6D;
	color: #ffffff;
	font-weight: bold;
	text-transform: lowercase;
	font-size: 14px;
}

input.text, textarea.text {
	padding: 4px 4px;
	background: #fff url('images/input.png') repeat-x top left;
	border: 1px solid #CCCCCC;
	border-top-color: #BDBDBD;
	border-bottom-color: #DDDDDD;
}

input.text, textarea.text {
	width: 230px;
	font-size: 100%;
}

textarea.text {
	width: 385px;
	height: 70px;
	padding: 5px;
	margin-bottom: 6px;
	resize: vertical;
}

input.button {
	float: none;
	clear: both;
	margin: 3px 0 0 0;
	padding: 3px 6px;
	font-size: 100%;
	font-weight: normal;
}

textarea:focus,
input:focus { outline: none; border-color: #666; }

/* TABLES
========================================== */
table {
	width: auto;
	margin: 0 0 5px;
}

table caption,
table tfoot {
	text-align: center;
	padding: 3px 0;
	font-weight: bold;
	color: #000;
}

table th {
	text-align: center;
	padding: 6px 12px;
	font-weight: bold;
	color: #666;
}

table tr {
	text-align: center;
}

table tr.alt th,
table tr.alt td {
	background-color: #F7F7F7;
}

table td {
	text-align: center;
	font-size: 1.0em;
	line-height: 100%;
	padding: 6px;
	vertical-align: middle;
}

/* HEADER
========================================== */
#header {
	width: 100%;
	margin: 0 auto;
}

#header .container {
	padding: 20px 0;
	position: relative;
	height: 200px;
}

#header h1,
#header p {
	width: 50%;
	display: none;
}

#header h1,
#header p,
#header h1 a {
	color: #fff;
	text-shadow: 1px 1px 0px #CF6500;
}

#header h1 {
	padding: 0 0 6px;
	margin: 0;
}
#header h1 a {
	text-decoration: none;
	width: auto;
}

#header p {
	font-size: 110%;
	font-weight: bold;
	padding: 3px 0 0;
}

/* custom logo image */
#header .container {
}

/* Header Main Navigation
========================================== */
#navigation.nav {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	padding: 0 20px 0 0;
	margin: 0;
}

#navigation.nav li {
	font-size: 110%;
	color: #333;
	font-weight: bold;
	margin: 0 0 0 6px;
	list-style: none;
	line-height: 110%;
	display: block;
	float: left;
	text-transform: uppercase;
	letter-spacing: .07em;
}

#navigation.nav li a {
	color: #fff;
	background-color: #B0CE6D;
	display: block;
	padding: 12px 24px 10px;
	text-decoration: none;
	line-height: 50%;
	float: left;
}
#navigation.nav li a:hover,
#navigation.nav li a:active,
#navigation.nav li.current_page_item a {
	text-decoration: none;
	color: #333;
	background-color: #fff;
}
#navigation.nav li.rss a {
	padding-left: 36px;
	background-image: url(images/rss.png);
	background-position: 17px center;
	background-repeat: no-repeat;
}
#navigation.nav li.rss a:hover {
	background-image: url(images/rss-hover.png);
}
#navigation.nav li li,
#navigation.nav li ul { display: none; } /*hide sub pages*/

/* SUB HEADER
========================================== */
#sub-header {
	padding: 12px 0 12px 300px;
	width: 100%;
	margin: 0 auto;
}
#sub-header ul {
	height: 100%;
	overflow: auto;
	font-size: 110%;
	color: #333;
	font-weight: bold;
}
#sub-header ul li {
	display: block;
	float: left;
	white-space: nowrap;
}
#sub-header ul li a {
	display: block;
	float: left;
	padding: 0 6px;
	border-left: 1px solid #ffffff;
	color: #FFFFFF;
}
#sub-header ul li span {
	display: block;
	padding-right: 6px;
}
#sub-header ul li ul {
	display: none;
}

/* CONTENT
========================================== */
#content {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background-color: #ffffff;
}
/*fixes other content inside content box*/
#content #content {
	background: #ffffff;
	width: auto;
	padding: 20px;
	margin: 0;
	border: 0;
}

#content p a,
#content p a:link,
#content p a:visited {
	color: #4B8B68;
}

#content h2 {
	padding: 0px 0 6px;
}
#content h2 a, #content h2 a:link, #content h2 a:visited,
#content h3 a, #content h3 a:link, #content h3 a:visited {
	color: #4B8B68;
	text-decoration: none;
}
#content h2 a:hover,
#content h3 a:hover {
	color: #4B8B68;
	text-decoration: underline;
}

#content h3 {
	padding: 6px 0 12px;
}

#content h4 a,
#content h4 a:visited {
	color: #4B8B68;
}

#content ul {
	list-style-type: none;
}
#content ul, #content ol {
	padding: 0 0 20px;
}
#content ul li,
#content ol li {
	background: url('images/bullet.gif') no-repeat 16px 9px;
	padding: 3px 0 3px 30px;
}
#content ul li a { font-weight: normal; text-decoration: none }
#content ul li a:hover { text-decoration: underline }

#content ul ul {
	padding: 0;
}
#content ol { 
	margin-left: 30px;
}
#content ol li {
	padding-left: 0;
	background-image: none;
}

/* POST
========================================== */
#content .post,
#content #comments {
	background-color: #ffffff;
	margin: 0 20px 20px 0;
	padding: 20px 20px 0;
	height: 100%;
	overflow: auto;
}

#content .post-content img {
	padding: 3px;
	max-width: 480px;
	margin-bottom: 10px;
}

#content .post-title h2 {
	font-size: 22px;
	color: #548D70;
	line-height: 120%;
	border-bottom: 1px solid #EAEAEA;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#content .post-title h2 a {
	color: #4B8B68;
}

#content .post-title h4 {
	font-size: 9px;
	color: #999;
	padding-bottom: 20px;
	text-transform: uppercase;
	border-top: 1px solid #EAEAEA;	
	padding-top: 3px;
}

#content .post-title h4 a,
#content .post-title h4 a:link,
#content .post-title h4 a:visited {
	color: #999;
}

#content .post-title span {
	padding-right: 4px;
	padding-left: 17px;
	background: url('images/post.png') no-repeat left center;
}
#content .post-title span.post-comments {
	background-image: url('images/comment.png');
}
#content .post-title span.post-date {
	background-image: url('images/uploaded.png');
}
#content .post-title span.post-category {
	padding-right: 3px;
}

/*#content .post table {
	background-color: #fff;
	border-collapse: collapse;
	border-width: 0;
}
#content .post table th {
	border-width: 0;
}
#content .post table td {
	border-width: 0px 1px 0px 0px;
}*/

/* Next and Previous Post Navigation
========================================== */
#content .post-nav {
	clear: both;
	height: 100%;
	overflow: auto;
	text-align: right;
	margin: 0 0 20px 0;
	margin-right: 20px
	/*
	padding: 6px 12px;
	background-color: #F3F3F3;
	border: 1px solid #EAEAEA;
	*/
}
#content .post-nav,
#content .post-nav a,
#content .post-nav a:link,
#content .post-nav a:visited {
	color: #4B8B68;
}
#content .post-nav .previous {
	text-align: left;
	float: left;
}
#content .post-nav .next {
	text-align: right;
}

/* Post Pages Navigation
========================================== */
#content p.pagenav {
	clear: both;
}
#content p.pagenav,
#content .pagenav a,
#content .pagenav a:link,
#content .pagenav a:visited {
	color: #4B8B68;
}

#content .pagenav a,
#content .pagenav span {
	border: 1px solid #4B8B68;
	margin: 0 2px 0;
	padding: 3px 6px 4px;
	display: inline;
}
#content .pagenav span.extend {
	border: 0;
	padding: 0;
}

#content .pagenav a {
	text-transform: lowercase;
	background-color: #F3F3F3;
	text-decoration: none;
	line-height: 50%;
}
#content .pagenav a:hover {
	border-color: #ccc;
}
#content .pagenav span.current {
	background-color: #fff;
}

/* COMMENTS
========================================== */
#comments #comment_form {
	margin-left: 0px;
	margin-bottom: 20px;
	padding: 12px 12px 9px;
	background-color: #fff;
	border: 1px solid #EAEAEA;
	border-left-width: 3px;
}
#comments .comment-wrap {
	height: 100%;
	overflow: auto;
	margin: 0 0 12px 0;
	padding: 0 12px 0;
	clear: both;
	background-color: #fff;
	border: 1px solid #EAEAEA;
}

#comments h3 {
	padding-top: 0;
}

#comments .alt {
	background-color: #F6F6F6;
}
#comments .author {
	background-color: #FEFEED;
	border-color: #F5F5D0;
}

#comments .comment-wrap img.avatar {
	margin: 0;
	margin-bottom: 12px;
	padding: 2px;
	background-color: #fff;
	border: 1px solid #E8E8E8;
}

#comments .comment-wrap .left {
	width: 65px;
	padding-top: 12px;
	float: left;
}

#comments .comment-wrap .right {
	width: 322px;
	float: left;
	padding: 12px 0 6px 12px;
}

#comments .comment-wrap .right a {
	text-decoration: none;
}

#comments .comment-wrap .right a:hover {
	text-decoration: underline;
}

#comments .comment-wrap .right cite {
	margin: 0;
	padding: 0;
	font-style: normal;
	display: block;
	height: 100%;
	overflow: auto;
}
#comments .comment-wrap .right cite b {
	float: left;
}
#comments .comment-wrap .right cite b a {
	color: #333;
}
#comments .comment-wrap .right cite small {
	font-size: 80%;
	float: right;
}

#comments .comment-wrap .right p {
	padding: 6px 0;
	clear: both;
}

#comments .comment-wrap .right blockquote,
#comments .comment-wrap .right code,
#comments .comment-wrap .right pre {
	margin: 6px 0;
	clear: both;
}

/* SIDEBAR
========================================== */
#content .sidebar {
	margin: 0 0 20px 0;
	clear: both;
	color: #655240;
}

#content .imgsize img {
	width: 60px;
}



#content .small h3 {
	color: #407481;
	padding: 12px 0px 6px 0px;
	margin: 0 0 5px;
	font-size: 14px;
	font-weight: bold;
	text-transform: lowercase;
	border-bottom: 1px dotted #B0CE6D;
}
#content .small h4 {
	color: #655240;
	padding: 6px 0;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
}
#content .small p a,
#content .small table a,
#content .small h3 a,
#content .small h3 a:visited {
	color: #4B8B68;
}
#content .small p {
	padding-right: 0;
	padding-bottom: 12px;
	margin: 0;
	padding-left: 0px;
}
#content .small ul {
	margin: 0;
	padding: 0 0 0px 0;
	/*border-top: 1px solid #999999;*/
}
#content .small ul li {
	color: #ccc;
	line-height: 125%;
	padding: 6px 0;
	background-image: none;
	border-bottom: 1px dotted #cccccc;
}
#content .small ul li a:link,
#content .small ul li a:visited {
	color: #4B8B68;
	text-decoration: none;
}

#content .small ul li a:hover,
#content .small ul li a:active {
	color: #4B8B68;
	text-decoration: underline;
}

#content .small ul li ul {
	border: 0;
}
#content .small ul li input,
#content .small ul li select {
	margin-bottom: 0;
}

#content .small ul li span.recent_date {
	padding-left: 3px;
	font-size: 80%;
	font-weight: bold;
	color: #ccc;
}
#content .sidebar ul li a:hover {
	text-decoration: none;
}
#content .small ul ul {
	border: 0;
	padding: 0 0 0 20px;
}
#content .small ul ul li {
	border: 0;
	padding: 3px 0;
}

#constant-contact, #constantcontactwidget-2 {
	background-image: url(images/flowerline.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: -10px;
}


/*Custom sidebars*/
#content .sidebar.tiny {
	float: left;
	clear: none;
	margin-right: 0;
}
#content .sidebar.tiny ul {
	margin-right: 20px
}
/*Ads sidebar*/
#content #ads.sidebar {
	height: 100%;
	/*overflow: auto;*/
	margin-right: 0;
}
#content #ads.sidebar img {
	float: left;
	margin-bottom: 12px;
	padding: 10px;
	border: 1px solid #655240;
	background-color: #ffffff;
}

#content #crumb.sidebar {
	background-color: transparent;
	border: 1px solid #999;
	border-width: 1px;
	padding: 6px 12px 12px;
}

/*amazon associates styling */
#content #ads.sidebar h3  {
	border-bottom: 1px dotted #B0CE6D;
	color: #407481;
	padding: 12px 0px 6px 0px;
	margin: 20px 0 5px 0;
	font-size: 14px;
	font-weight: bold;
	text-transform: lowercase;
}


/*Ads sidebar*/
#content #rss.sidebar {
	background: url('images/rss-32.png') no-repeat 12px 12px;
	background-color: transparent;
	border: 1px solid #666;
	border-width: 1px;
	padding: 6px 12px 12px 52px;
}
#content #rss.sidebar h3 {
	font-size: 10px;
}
#content #rss.sidebar h3,
#content #rss.sidebar h4,
#content #rss.sidebar p,
#content #rss.sidebar a {
	color: #4B8B68;
	padding-bottom: 0;
}
#content #rss.sidebar h3,
#content #rss.sidebar h3 a {
	color: #4B8B68;
}

/* FOOTER
========================================== */
#footer {
	clear: both;
	width: 100%;
	padding: 12px 0 0;
	background-color: #B0CE6D;
}

#footer h3 {
	color: #fff;
}

#footer p {
	padding: 0 20px 12px 0;
	margin: 0;
	color: #655240;
	font-size: 85%;
}

#footer a:link,
#footer a:visited {
	color: #655240;
}

#footer a:hover,
#footer a:active {
	color: #655240;
}

/* Footer Navigation
========================================== */
#footer ul.nav {
	margin: 0 0 12px;
}

#footer ul.nav li {
	color: #fff;
	padding: 0 !important;
	margin: 0 6px 0px 0;
	display: block;
	float: left;
}

#footer ul.nav li a {
	color: #655240;
	display: block;
	padding: 3px 6px;
	text-decoration: none;
	background-color: transparent;
}
#footer ul.nav li a:hover,
#footer ul.nav li a:active {
	color: #fff;
	background-color: #655240;
}
#footer ul.nav.right {
	margin: 0;
}
#footer ul.nav.right li {
	float: right;
}

/* CREDITS
========================================== */
#credits {
	clear: both;
}

#credits p {
	text-align: left;
	color: #655240;
	font-size: 85%;
	padding: 6px 6px 12px;
}

#credits a:link,
#credits a:visited {
	color: #655240;
	text-decoration: none;
}

#credits a:hover,
#credits a:active {
	text-decoration: underline;
}

/* WIDGETS AND PLUGINS
==================================================================================== */
/* Search form
========================================== */
form#search-form {
	width: 100%;
	height: 23px;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	position: relative;
}
form#search-form input.text {
	position: absolute;
	top: 0;
	left: 0;
	width: 219px;
	height: 13px;
	padding: 4px 3px 4px 4px;
	margin: 0;
	border-color: #fff;
	background-position-y: -1px;
	z-index: 0;
}
form#search-form input.text:focus {
	border-color: #EBAB58;
}
form#search-form input.button-search {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0px;
	display: block;
	line-height: 100%;
	width: 23px;
	height: 23px;
}
form#search-form label.overlabel {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
form#search-form label.overlabel-apply {
	display: block;
	color: #999;
	font-size: 100%;
	position: absolute;
	top: 6px;
	left: 6px;
	margin: 0;
	z-index: 1;
	cursor: text;
	line-height: 100%;
}
/* Calendar
========================================== */
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #666;
	text-align: center;
}
#wp-calendar th {
	color: #666;
	font-size: 80%;
	padding: 0;
	width: 300px;
}
#wp-calendar a {
	font-weight: bold;
	color: #548D70;
}

#wp-calendar tfoot td {
	text-align: left;
}
#wp-calendar tfoot td#next {
	text-align: right;
}
#wp-calendar td#today {
	background-color: #f3f3f3;
}

/* added
========================================== */
#headerlink {
	left: 300px;
	top: 55px;
	position: relative;
}

#classadtitle {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: center;
	border-top: 1px solid #999999;
}

#classad {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#classad a {
	font-size: 10px;
	line-height: 12px;
	color: #655240;
	text-align: center;
}

#eventdate {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #6CB68F;
	margin-bottom: 10px;
}

.date2{
	width:115px;
	height:100px;
	color:#655240;
	font-weight:bold;
	background-image: url(images/eventdatebkg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	float: left;
}
.date2 .day {position:relative; top:22px;}
.date2 .month{position:relative; top:16px;}
.date2 .date{position:relative; top:18px; font-size:28px;}



