/*  
Theme Name: Dynamic Aliveness
Theme URI: http://dynamicaliveness.com/wp-content/themes/dynamicaliveness
Description: The Wordpress Theme for Dynamic Aliveness
Version: 1.0
Author: Chad Bush
Author URI: http://ravenseyedesign.com/
*/

/* color scheme
.lite_blue {
  color: #cde;
}
.yellow {
  color: #fe0;
}
.blue {
  color: #28c;
}
.red {
  color: #c22;
}
.green {
  color: #165;
}
.dark_blue {
  color: #15b;
}
.black {
  color: #000;
}
.white {
  color: #fff;
}
 */

/* Reset All Margins and Padding */
* { 
  margin: 0; 
  padding: 0;
}

/* Layout */
body {
	background: #cbdded url(images/halo.jpg) -60px -70px repeat-x;
	font-size: 1em;
	color: #333;
}
#wrap {
	width: 960px;
	margin: 0 auto;
	background: transparent;
}
#masthead {
	background: transparent;
	height: 187px;
	width: 960px;
	text-align: center;
}
#container-top {
	background: transparent url(images/container-lid.gif) 0 0 no-repeat;
	width: 838px;
	height: 13px;
	position: relative;
}
#flower-top {
	background: transparent url(images/flower-top.gif) 0 0 no-repeat;
	width: 112px;
	height: 42px;
	position: absolute;
	top: -28px;
	right: -112px;
}
#column-wrap {
	background: transparent url(images/container.gif)  0 0 repeat-y;
}
#left {
	background: transparent;
	width: 175px;
	float: left
}
#main {
	background: transparent url(images/bar-red.gif) 0 0 no-repeat;
	width: 785px;
	float: left;
}
#main-blue {
	background: transparent url(images/bar-blue.gif) 0 0 no-repeat;
	width: 785px;
	float: left;
}
#main-green {
	background: transparent url(images/bar-green.gif) 0 0 no-repeat;
	width: 785px;
	float: left;
}
#footer {
	background: transparent url(images/footer.gif) no-repeat;
	width: 939px;
	height: 26px;
}
.content {
	padding: 10px;
}
#left .content {
	padding: 0;
}
#main .content, #main-blue .content, #main-green .content {
	padding: 0 200px 12px 60px;
}
#footer .content {
	padding: 0;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/* Fonts */
body, .send input, input#searchsubmit, #commentform input#submit {
	font-family: "myriad-pro-1","myriad-pro-2", Arial, "Lucida Grande", Lucida, Helvetica, Verdana, sans-serif;
}
h2, h3, h4, h5, h6 {
	font-family: "myriad-pro-1","myriad-pro-2", Arial, "Lucida Grande", Lucida, Helvetica, Verdana, sans-serif;
}
.quote, textarea, input {
	font-family: "myriad-pro-1","myriad-pro-2", Georgia, "Times New Roman", Times, serif;
}

/* Masthead */
#masthead h1 {
	text-indent: -9000px;
	line-height: 0;
	font-size: 0;
}
#masthead h1 a {
	background: transparent url(images/header.gif) 0 0 no-repeat;
	width: 836px;
	height: 186px;
	display: block;
}
#masthead .content {
	padding: 0;
}

/* Left Menu */
.skiplinks {
	display: none;
}
#left ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 175px;
}
#left ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}
#left ul li a {
	display: block;
	text-decoration: none;
	padding: 11px 4px 10px 16px;
	margin: 3px 0 0 8px;
	color: #fff;
	font-size: 14px;
	line-height: 15px;
	background: transparent url(images/nav-back.gif) 0 0 no-repeat;
	font-weight: bold;
}
#left ul li a:hover {
	color: #15b;
	background-position: 0 -46px;
}
#left ul li li.page_item a {
	color: #fff;
	margin: 0 8px 0 16px;
	padding: 6px 4px 7px 8px;
	font-size: 13px;
	line-height: 14px;
	background: transparent url(images/subnav-grad.jpg) 0 0 repeat-y;
	border-left: 3px solid #53a2d7;
	border-bottom: 1px solid #53a2d7;
}
#left ul li li.page_item a:hover {
	color: #15b;
	background-position: -220px 0;
}
#left ul li li.current_page_item a {
	background: transparent url(images/subnav-grad.jpg) 0 0 repeat-y;
 	color: #fe0;
}
#left ul li li.current_page_item a:hover {
	color: #15b;
	background-position: -220px 0;
}
#left ul li.current_page_item a {
	color: #fe0;
	background-position: 0 -93px;
}
#left ul li.current_page_item a:hover, #left ul li.current_page_ancestor a:hover {
	color: #15b;
	background-position: 0 -46px;
}
#left ul li.current_page_ancestor a {
	color: #fe0;
	background-position: 0 -93px;
}

/* General Formatting */
h2 {
	font-size: 1.6em; 
	line-height: 1.2em; 
	color: #fff;
	font-weight: bold;
	margin: 0.1em 0 1.2em 0;
}
h3 { 
	font-size: 1.4em; 
	line-height: 1.2em;
	font-weight: bold;
	margin: 0.6em 0 0.4em 0;
}
h4 {
	font-size: 1.1em;
	margin: 0.6em 0 0.2em 0;
	font-weight: bold;
	text-transform: uppercase;
}
h5 {
	font-size: 1.1em;
	margin: 0.6em 0 0.2em 0;
	font-weight: bold;
}
h6 {
	font-size: 1.0em;
	margin: 0.8em 0 0.2wm 0;
	font-weight: normal;
}
#main h3, #main h4, #main h5, #main h6 {
	color: #c22;
}
#main-blue h3, #main-blue h4, #main-blue h5, #main-blue h6 {
	color: #28c;
}
#main-green h3, #main-green h4, #main-green h5, #main-green h6 {
	color: #165;
}
p {
	line-height: 1.4em;
	margin: 0.8em 0 0 0;
	padding: 0;
	font-size: 0.9em;
}
strong {
	font-weight: bold;
}
#main ul, #main-blue ul, #main-green ul {
	margin: 0.8em 0 0 0;
	padding: 0;
}
#main ul li, #main-blue ul li, #main-green ul li {
	margin: 0.2em 0 0 2em;
	list-style: url(images/bullet.gif);
}
#main ul li li, #main-blue ul li li, #main-green ul li li {
	list-style: square;
}
#main ol, #main-blue ol, #main-green ol {
	margin: 0.8em 0 0 0;
	padding: 0;
}
#main ol li, #main-blue ol li, #main-green ol li {
	margin: 0 0 0 2em;
}
#main li, #main-blue li, #main-green li {
	font-size: 100%;
}
.centered {
	text-align: center;
}
.imageb {
	border: 2px solid #35a;
	margin: 6px;
}
.wp-caption {
	background: #eee;
	border: 1px solid #ddd;
	text-align: center;
}
.wp-caption p {
	text-align: center;
	font-size: 0.8em;
	line-height: 1em;
}
#bottom {
	width: 900px
}
#bottom .content {
	font-size: 0.9em;
}
#bottom .copyright {
	float: right;
	width: 440px;
	line-height: 2em;
	text-align: right;
	margin: 0 0 20px;
}
#bottom .address {
	float: left;
	width: 440px;
	line-height: 2em;
	margin: 0 0 20px;
}
#footer a {
	border: none;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
#footer a:hover {
	color: #15b;
}
.byline {
	color: #666;
	text-align: right;
}
.skiplinks {
	display: none;
}
input select {
	background: none;
}

/* Format Custom Classes */
.border-top {
	border-top: 2px solid #888;
	margin-top: 20px;
	padding-top: 2px;
}
.border-bottom {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.no-border {
	border-width: 0;
}
.lead-in {
	text-align: center;
	margin: 20px 0;
	line-height: 1.1em;
	border: 2px solid #ddd;
	border-width: 2px 0;
	padding: 1px 0;
}
.right-text {
	text-align: right;
}
.centered-text {
	text-align: center;
}
.left-text {
	text-align: left;
}
.byline {
	color: #666;
	text-align: right;
}
.skiplinks {
	display: none;
}
blockquote p {
	margin: 1.6em 20px;
	line-height: 1.3em;
}
blockquote p.withattrib {
	margin-bottom: 0;
}
.quote {
	color: #777;
	font-size: 1.3em;
	text-align: center;
	margin: 1.6em 0 0 0;
}
.quoted {
	text-align: right;
	margin: 0 30px 1em;
}
.nomargintop {
	margin-top: 0;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}
#main .subnav {
	line-height: 1.1em;
	font-size: 14px;
	letter-spacing: 0.05em;
	border-bottom: 2px solid #666;
	padding-bottom: 6px;
}
#main .subnav a {
	text-decoration: none;
}
.one-line-per-page {
	margin: 200px 20px;
}
.date {
	font-size: 0.8em;
	color: #aaa;
	margin: 0.8em 0 0.4em;
	line-height: 0.9em;
	text-align: right;
	font-style: italic;
}
.clear {
	clear: both;
}
.bigspaceabove {
	margin-top: 10em;
}
#main #intro p {
	font-size: 0.95em;
	line-height: 1.4em;
	color: #a97;
}
#main #intro a, #intro a:visited {
	color: #aaa;
}
#main #intro a:hover {
	color: #3aa;
}
#main .pagination p {
	word-spacing: 5px;
}
#main .pagination a {
	width: 16px;
	line-height: 16px;
	font-size: 14px;
	margin: 2px;
	padding: 2px 6px;
	text-decoration: none;
	border: 1px solid #ddd;
	text-align: center;
	background: #f3f3f3 url(images/lite-gray-back.jpg) 0 40% repeat-x;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #144;
}
#main .pagination a:hover {	
	color: #3aa;
	border-color: #3aa;
	background-position: 0 90%;
}
sup.wpmlrequired {
	display: none;
}
.video {
	text-align: center;
	margin: 20px auto;
}

/* Images */
p img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 14px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 14px 2px 0;
	display: inline;
}
.alignright {
	float: right;
	border: none;
}
.alignleft {
	float: left;
	border: none;
}

/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px; /* Doesn't work in IE */
	-khtml-border-radius: 3px; /* Doesn't work in IE */
	-webkit-border-radius: 3px; /* Doesn't work in IE */
	border-radius: 3px; /* Doesn't work in IE */
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* Main Lists */
#main ul {
	margin: 0.8em 0 0.4em 0;
	padding: 0;
}
#main ul li {
	margin: 0.6em 0 0 2em;
	list-style: url(images/bullet.gif);
}
#main ul li li {
	list-style: square;
}
#main ol {
	margin: 0.8em 0 0.4em 0;
	padding: 0;
}
#main ol li {
	margin: 0.4em 0 0 2em;
}
#main li {
	font-size: 1em;
}

/* Main Links */
#main a:link, #bottom a:link {
	text-decoration: underline;
	color: #666;
}
#main a:visited, #bottom a:visited {
	color:#777;
}
#main a:hover, #bottom a:hover {
	color: #0c4;
}

/* Footer Links */
#footer #to-top a {
	text-align: center;
	text-decoration: none;
	line-height: 1em;
	font-size: 0.9em;
	padding-top: 6px;
	font-weight: normal;
	display: block;
	margin: 0 auto;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #ccc;
}
#footer p {
	margin: 0;
}

/* Posts */
#main .post {
	border-bottom: 2px solid #eee;
	padding: 0 0 20px;
	text-align: left;
}
#main .post h3 a {
	text-decoration: none;
}
#main .post h3 a:hover {
	text-decoration: underline;
}
.post hr {
	display: block;
}
#main .postmetadata {
	clear: left;
	margin-top: 0.2em;
	padding: 4px 0;
}
#main .postmetadata small {
	color: #999;
	font-size: 0.9em;
	line-height: 1.3em;
}
#main .postmetadata small a {
	color: #aaa;
}
#main .postmetadata small a:hover {
	color: #3aa;
}
#main .navigation {
	margin: 0 auto;
}

/* Forms */
input, textarea {
	background: #f3f3f3 url(images/lite-gray-back.jpg) 0 0 repeat-x;
	color: #457;
	border: 1px solid #ddd;
	padding: 4px;
	-moz-border-radius: 4px; /* Doesn't work in IE */
	-khtml-border-radius: 4px; /* Doesn't work in IE */
	-webkit-border-radius: 4px; /* Doesn't work in IE */
	border-radius: 4px; /* Doesn't work in IE */
}
textarea {
	padding: 4px;
	-moz-border-radius: 4px; /* Doesn't work in IE */
	-khtml-border-radius: 4px; /* Doesn't work in IE */
	-webkit-border-radius: 4px; /* Doesn't work in IE */
	border-radius: 4px; /* Doesn't work in IE */
}
input select {
	background: none;
}
.contact input, .contact textarea {
	width: 400px;
	background: #f3f3f3 url(images/lite-gray-back.jpg) 0 0 repeat-x;
	color: #457;
	border: 1px solid #ddd;
	padding: 4px;
	-moz-border-radius: 4px; /* Doesn't work in IE */
	-khtml-border-radius: 4px; /* Doesn't work in IE */
	-webkit-border-radius: 4px; /* Doesn't work in IE */
	border-radius: 4px; /* Doesn't work in IE */
	font-size: 16px;
	line-height: 18px;
}
.contact .send {
	margin-left: 0;
	font-size: 0.8em;
	color: #000;
	background-position: 0 60%;
	padding: 3px;
	border-color: #999;
	width: 40px;
	cursor: pointer;
}
.send:hover {
	border-color: #0c4;
	color: #0c4;
	background-position: 0 0;
}
.required {
	font-size: 0.8em;
	font-style: italic;
	color: #888;
}
.contact-label {
	margin: 10px 0 2px;
	font-size: 0.9em;
}
#si_contact_captcha_code1 {
	width: 100px;
}
#main #password-section {
	width: 400px;
}
#main #password-section label {
	font-size: 16px;
	float: left;
}
#main #password-section .password-box {
	font-size: 16px;
	float: left;
	display: block;
	width: 140px;
	float: left;
	line-height: 22px;
	padding: 4px;
}
#main #password-section .password-send {
	font-size: 16px;
	cursor: pointer;
	float: left;
	display: block;
	width: 60px;
	margin-left: 0.4em;
	line-height: 22px;
	padding: 4px;
}	
#main #password-section .password-send:hover {
	color: #3aa;
	border-color: #3aa;
}
select {
	width: 130px;
}
#commentform input, #commentform textarea {
	font-size: 1.2em;
}
#commentform input {
	width: 200px;
	margin: 5px 5px 1px 0;
}
#commentform textarea {
	width: 400px;
	margin-top: 5px;
}
#commentform #submit {
	font-size: 0.9em;
	line-height: 1.1em;
	color: #000;
	padding: 2px;
	border-color: #999;
	width: 120px;
	background-position: 0 60%;
}
#commentform #submit:hover {
	color: #3aa;
	border-color: #3aa;
	background-position: 0 90%;
}
#commentform p {
	margin: 5px 0;
}
#paypal {
	text-align: center;
	margin-top: 10px;
}
#paypal input {
	background: transparent;
	border: none;
}
div#search {
	height: 30px;
	margin: 20px 0;
}
div#search input[type="text"], .text {
	border: 1px solid #CBCAC7;
	padding: 4px 6px;
	margin: 5px 0 2px;
	font-size: 14px;
	font-weight: bold;
	color: #444;
	letter-spacing: normal;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
div#search input[type="submit"] {
	padding: 6px 10px;
	margin: 5px;
	color: #FFF;
	background: #363635;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;	
	border: none;
}
div#search input[type="submit"]:hover {
	color: #FFF;
	background: #005999;
}
div#search form#searchform {
	display:block;
	margin:2px 0 0px 0;
}
div#search form#searchform input#s {
	padding: 6px 6px 5px;
	margin: 0 0 0 10px;
	border-right: none;
	height: 14px;
	width: 85px;
	float: left;
	border: none;
	background: url(images/search-field-bg.png) 0 0 no-repeat;
}
div#search form #searchsubmit {
	background: url(images/search-btn-bg.png) right top no-repeat;
	overflow: hidden;
	text-align: left;
	text-indent: -9000px;
	line-height: 0;
	font-size: 0;
	width: 66px;
	height: 25px;
	cursor: pointer;
	position: absolute;
	z-index: 10;
	margin: 0 0 0 -5px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
div#search form #searchsubmit:hover {
	background-position: right bottom;	
}

/* Comments */
#main .commentlist .alt {
	
}
#main .commentlist {
	text-align: left;
}
#main .commentlist li {
	margin: 0;
	padding: 6px 10px 4px;
	list-style: none;
	line-height: 1.3em;
	font-size: 0.9em;
	clear: both;
}
#main .commentlist p {
	margin: 10px 5px 6px 0;
	line-height: 1.3em;
}
#main .nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
#main small.commentmetadata {
	display: block;
	font-size: 0.8em;
	line-height: 1em;
	font-style: italic;
	color: #999;
	margin: 0.4em 0 0.4em 0;
	text-align: right;
}
#main .commentlist cite {
	color: #666;
	font-style: normal;
	font-size: 1em;
	display: block;
}
#main #respond {
	border-top: 2px solid #eee;
	padding-top: 10px;
}
.c-grav {
	width: 80px;
	float: left;
}
.c-grav img {
  	border: 4px solid #e3e3e3;
	-moz-border-radius: 4px; /* Doesn't work in IE */
	-khtml-border-radius: 4px; /* Doesn't work in IE */
	-webkit-border-radius: 4px; /* Doesn't work in IE */
	border-radius: 4px; /* Doesn't work in IE */
}
.c-body {
	float: left;
	width: 360px;
	font-size: 1.1em;
	background: #f3f3f3 url(images/lite-gray-back.jpg) 0 0 repeat-x;
	padding: 12px 20px 12px;
	-moz-border-radius: 12px; /* Doesn't work in IE */
	-khtml-border-radius: 12px; /* Doesn't work in IE */
	-webkit-border-radius: 12px; /* Doesn't work in IE */
	border-radius: 12px; /* Doesn't work in IE */
	margin-left: 20px;
	border: 1px solid #eee;
}

/* Links Page */
#main ul li.linkcat {
	list-style: none;
	margin-left: 0;
}
#main ul li.linkcat h2 {
	margin-top: -10px;
}
#main ul li.linkcat li {
	list-style: url(images/bullet.gif);
}
#resource-list a, #resource-list a:hover {
	display: block;
	font-weight: bold;
	font-size: 1.1em;
	border: none;
	margin-top: 20px;
}

/* Random quote */
#left h4 {
	font-size: 1.2em;
	margin: 2em 0 0 0;
	font-style: italic;
}
.quotescollection_randomquote {
	width: 170px;
	margin: 0.8em 0.4em 0;
	text-align: left;
}
.quotescollection_randomquote q {
	font-size: 0.95em;
	line-height: 1.5em;
	color: #777;
}
.quotescollection_randomquote cite {
	display: block; /* To display author and source in a new line */
	color: #555;
	font-style: italic;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-top: 1em;
	text-align: right;
}
.quotescollection_randomquote br {
	line-height: 0.8em;
}
#quotescollection_nextquote-0 {
	color: #046;
	font-size: 0.95em;
	letter-spacing: 0.1em;
	text-transform: lowercase;
	text-align: right;
	margin-top: 16px;
}
#quotescollection_randomquote-0 a {
	text-decoration: none;
	color: #046;
	border-bottom: 1px dotted #000;
}
#quotescollection_randomquote-0 a:visited {
	color:#157;
	border-color: #157;
}
#quotescollection_randomquote-0 a:hover {
	color: #09a;
	border-bottom: 1px solid #09a;
}
#quotescollection_nextquote-0 a, #quotescollection_nextquote-0 a:visited {
	color: #046;
	border-bottom: 1px solid transparent;
	text-decoration: none;
}
#quotescollection_nextquote-0 a:hover {
	color: #09a;
	border-bottom: 1px solid #09a;
}

/* Left newsletter signup */
#left h4 {
	font-size: 1.0em;
	margin: 16px 6px 6px 6px;
	border-top: 1px solid #560;
}
#left #optinform2 {
	margin: 2px 10px 40px;
	width: 160px;
}
#left #optinform2 p {
	margin: 0.8em 0 0.4em 0;
	line-height: 1.2em;
}
#left #optinform2 label {
	margin: 0 3px;
	font-size: 12px;
}
#left #optinform2 input {
	margin: 4px;
	width: 160px;
}
#left #optinform2 .button {
	float: right;
	line-height: 1.2em;
	display: block;
	padding: 3px 2px;
	font-size: 0.8em;
	background: #eee;
	color: #333;
	border: 1px solid #666;
	text-transform: uppercase;
	border-color: #999 #ccc #ccc #999;
	width: 60px;
}
#left #optinform2 fieldset {
	border: none;
}

/* Site Credit */
#credit p {
	text-align: center;
	margin: 40px 0 20px;
	font-size: 0.8em;
}
#credit a {
	color: #aaa;
	text-decoration: none;
	display: block;
}
#credit a:hover {
	color: #333;
}

/* Social Network Links */
#socialnets {
	margin: 10px 0 0;
}
#socialnets a {
	margin: 0 3px 0 0;
	text-indent: -9000px;
	font-size: 0;
	line-height: 0;
	width: 43px;
	height: 43px;
	background: transparent url(images/socialnets/feed.gif) 0 -2px no-repeat;
	display: block;
	float: left;
}
#socialnets a#feed:hover, #socialnets a#facebook:hover, #socialnets a#twitter:hover, #socialnets a#myspace:hover, #socialnets a#linkedin:hover, #socialnets a#youtube:hover {
	background-position: 0px -45px;
}
#socialnets a#facebook {
	background-image: url(images/socialnets/facebook.gif);
}
#socialnets a#twitter {
	background-image: url(images/socialnets/twitter.gif);
}
#socialnets a#myspace {
	background-image: url(images/socialnets/myspace.gif);
}
#socialnets a#youtube {
	background-image: url(images/socialnets/youtube.gif);
}
#socialnets a#linkedin {
	background-image: url(images/socialnets/linkedin.gif);
}

/* AddThis Buttons */
.addthis_toolbox {
	margin: 30px 0 0 15px;
}
.addthis_default_style a {
	margin: 3px 0 0;
}
.addthis_default_style p.share {
	margin: 8px 0 0 0;
	color: #fff;
}
#footer .addthis_toolbox {
	margin: 10px auto;
	clear: both;
	width: 260px;
}

/* WP Audio Player */
.wpaudio-container {
	display: inline-block;
	zoom: 1; *display:inline;
	line-height: 1;
	margin: 16px 30px 8px 0;
	border: 1px solid #eee;
	padding: 4px;
	-moz-border-radius: 4px; /* Doesn't work in IE */
	-khtml-border-radius: 4px; /* Doesn't work in IE */
	-webkit-border-radius: 4px; /* Doesn't work in IE */
	border-radius: 4px; /* Doesn't work in IE */
}
#main .wpaudio-container a.wpaudio, #main .wpaudio-container a.wpaudio:visited {
	text-decoration: none;
	font-size: 20px;
	display: block;
	width: 540px;
	color: #888;
}
#main .wpaudio-container a.wpaudio:hover {
	color: #3aa;
}
#main .wpaudio-container a em {
	font-size: 0.6em;
	font-style: italic;
	letter-spacing: 0;
}
.wpaudio {
	font-weight: normal;
	letter-spacing: 1px;
}
.wpaudio-play {
	margin: 0 5px 0 0;
	border: 0;
	width: 33px;
	height: 33px;
	background: transparent;
	vertical-align: middle;
}
.wpaudio-slide {
	display: none;
}
.wpaudio-bar {
	position: relative;
	margin: 2px 0 0 19px;
	height: 5px;
	font-size: 1px;
	background: #eee;
}
.wpaudio-bar-playable {
	position: absolute;
	top: 0;
	left: 0;
	right: 100%;
	height: 5px;
	z-index: 11;
	background: #ccc;
}
.wpaudio-bar-position {
	position: absolute;
	top: 0;
	left: 0;
	right: 100%;
	height: 5px;
	z-index: 12;
	background: #c00;
}
.wpaudio-bar-click {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 5px;
	z-index: 12;
	cursor: pointer;
}
.wpaudio-meta {
	margin: 3px 0 0 19px;
	float: right;
	width: 400px;
	font-size: 10px;
	color: #888;
	text-align: right;
}
#main .wpaudio-meta a.wpaudio-download {
	font-size: 12px;
}
.wpaudio-position {
	display: inline;
	margin-left: 2em;
	font-size: 12px;
	color: #333;
}
