/*
Theme Name: Ground Up Audio
Theme URI: http://groundupaudio.com/
Description: Custom Design for Ground Up Audio LLC
Version: 2.0
Author: Eric Troyer
Author URI: http://elephantandwayne.com
Tags: Ground Up Audio
*/

/* Sticky Bottom */
* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -91px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 91px; /* .push must be the same height as .footer */
}

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, Sans-Serif;
	background: #000;
	color: #7e7b68;
	}

#page {
	text-align: left;
	}

#headerimg 	{
	padding-top: 30px;
	height: 400px;
	width: 910px;
	text-align: center;
	}

#content {
	font-size: 1.2em;
	height: auto;
	}

.widecolumn .entry p {
	line-height: 1.4em;
	text-shadow: #000000 0px 2px 2px;
	color: #7e7b68;
	font-size: 14px;
	}

.narrowcolumn .entry, .widecolumn .entry p {
	line-height: 1.4em;
	text-shadow: #000000 0px 0px 2px 0px 0px 2px 0px 0px 2px;
	color: #7e7b68;
	font-size: 14px;
	}
	
.widecolumn {

	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

#footer {
	border: none;
	}

small {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Helvetica, Arial, Sans-Serif;
	letter-spacing: .02em;
	}

h1 {
	font-size: 48px;
	color: #fff;
	text-shadow: #000000 0px 2px 2px;
	}

#headerimg .description {
	font-size: 22px;
	margin-top: 20px;
	text-align: center;
	color: #7e7b68;
	font-family: Georgia, Serif;
	font-style: italic;
	}

h2 {
	font-size: 1.8em;
	}

h2.pagetitle {
	font-size: 1.8em;
	color: #fff;
	}

#sidebar h2 {
	padding: 0 0 0 16px;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, {
	text-decoration: none;
	color: #fff;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #fff;
	text-shadow: #000000 0px 2px 2px;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

ul {
	list-style-type: none;
	padding: 0;
	}
.entry p {
	color: #7e7b68;
	font-size: 14px;
	line-height:24px;
	margin: 15px 0 0 0;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Helvetica, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Helvetica, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #7e7b68;
	}

code {
	font: 1.4em Helvetica, Sans-Serif;
	text-align: center;
	display:block;
	width: 300px;
	padding: 20px;
	margin: 15px 0px;
	background-color: #fff;
	border: 0px solid #fff;
	border-radius: 10px;
	-webkit-transition: border-color .2s ease-in, background-color .2s ease-in;
	-moz-border-radius: 13px;
	-webkit-border-radius: 10px;
}
code a, code a:visited {
	color: #333333;
	text-shadow: 0;
}
code a:hover {
	color: #0084B4;
	text-shadow: 0;
}
acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #509D1B;
	text-decoration: none;
	}

h2 a:hover, h3 a:hover {
	color: #fff000;
	text-decoration: none;
	text-shadow: #fff000 0px 0px 2px;
	}

a:hover {
	color: #fff000;
	text-decoration: none;
	text-shadow: #fff000 0px 0px 2px;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Helvetica, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
}
/* End Typography & Colors */

/* Form Elements */
form {
	margin: 20px 10px; padding: 5px 10px 20px 10px;
	border: 1px solid #111; 
	background: #070707; 	
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0;
	color: #fff;
}
input, select, textarea {
	padding: 5px 4px;
	font: normal 1em Verdana, Tahoma, sans-serif;
	color: #6A6969;
	background: #0C0C0C;  
	border: 1px solid #7e7b68;
}
textarea {
	width: 400px;
	height: 100px;
	display: block;	
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #48780E;
	background: #000;
	border: 1px solid #1c1c1c;
}
/* end Form Elements */

/* Form Elements */
/*input[type=text],
textarea{
	border: 1px solid #333;
	padding: 3px;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #fff;
	background-color: #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}*/
input[type=text], textarea {
	padding: 2px 4px;
	color: #fff;
	background-color: #111;
	border: 1px solid #7e7b68;
	border-radius: 10px;
	-webkit-transition: border-color .2s ease-in, background-color .2s ease-in;
	-moz-border-radius: 13px;
	-webkit-border-radius: 10px;
}
input:focus, textarea:focus, input:hover, textarea:hover {
	border-color: #fff000;
	border-radius: 10px;
	-webkit-transition: border-color .2s ease-in, background-color .2s ease-in;
	-moz-border-radius: 13px;
	-webkit-border-radius: 10px;
	outline: none;
}
input[type=submit]{
	padding: 2px 4px;
	color: #fff;
	font-weight: bold;
	background-color: #509D1B;
	border: 1px solid #509D1B;
	border-radius: 10px;
	-webkit-transition: border-color .2s ease-in, background-color .2s ease-in;
	-moz-border-radius: 13px;
	-webkit-border-radius: 10px;
	cursor: pointer;
}
input[type=submit]:hover, input[type=submit]:focus {
	background-color: #FFF000;
	border-color: #FFF000;
	color: #333;
}


/* Main Navigation */
#nav {
	margin: 0;
 	padding: 0px;
	height:55px;
	line-height: 55px;
	font-size:15px;
	}	
#nav li {	
	margin-left:25px; 
	}		 
#nav li, #subnav li {	
	float:left;	
	list-style:none;	
	}		 
#nav a, #nav a:visited {	
	color: #509D1B;	 
	text-decoration:none;	
	font-weight:bold	
	}	
#nav a:hover{	
 	color:#FFF000;
 	text-decoration:none;
 	text-shadow: #fff000 0px 0px 2px;
	}	
/* End Main Navigation */

/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#page {
	margin: 55px auto 0 auto;
	padding: 0 20px 0 20px;
	width: 910px;
	}
#dirt-center{
	background: #000 url('images/gua-body-bg.jpg') ;
	background-repeat: no-repeat;
	background-position: center 390px;
}
#dirt-top{
	background: #000 url('images/gua-body-bg.jpg');
	background-repeat: no-repeat;
	background-position: center 0px;
}
#opacityBar{
	position: fixed;
	top:0;
	left:0;
	height: 55px;
	width: 100%;
	background-color: #000;
	opacity:.8;
	z-index: 998;
	}
#nav-container{
	position: fixed;
	top:0;
	left:0;
	height: 55px;
	width: 100%;
	z-index: 999;
	}
#nav-wrapper{
	margin: 0px auto;
	padding: 0 20px 0 20px;
	width: 910px;
	}
#nav-logo{
	float: left;
	width: 190px;
	padding-top: 18px;
}
#navigation{
	float:left;
	width: 520px;
	}	
#search{
	float:left;
	width: 200px;
	}
	
#header {
	height: auto;
	width: 910px;
	}

/* Homepage Boxes */
.home-box {
	float:left;
	margin:0 35px 0 0;
	width: 280px;
	}
.box-last {
	margin:0;
	}
.home-box h3 {
	font-size: 30px;
	text-shadow: #000000 0px 2px 2px;
	}
.home-box p{
	font-size:16px;
	line-height:24px;
	color: #7e7b68;
	text-shadow: #000000 0px 2px 2px;
	}
	
#box-wrapper {
	margin:23px 0 0;
	}
#box-wrapper h3 {
	margin:0 0 13px;
	}
#box-wrapper div.hoverable h3 {
	color:#fff;
 	text-shadow: #000000 0px 2px 2px;
	}
#box-wrapper div.hoverable p {
	}
#box-wrapper div.hover h3 {
	color:#fff000;
	text-shadow: #fff000 0px 0px 2px;
	}
#box-wrapper div.hover p {
	color:#fff;
	}
#box-wrapper div.hover {
	cursor:pointer;
	}
#box-wrapper div.inactive {
	color:#CCCCCC;
	}

/* Columns */	
.narrowcolumn {
	float: left;
	padding: 10px 0 20px 0;
	margin: 5px 0 0 0px;
	width: 560px;
	}

.widecolumn {
	float: left;
	padding: 10px 0 20px 0;
	margin: 5px 0 0 0px;
	width: 910px;
	}

.post {
	margin: 0 0 40px;
	}
.post p {
	text-align: justify;
	}
.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
	}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
	}

.postmetadata {
	clear: both;
	}

.clear {
	clear: both;
	}
	
/* Tweeter */
#tweeter {
	margin: 55px auto 0 auto;
	padding: 0 0 50px 0;
	width: 910px;
	}
ul.twitter{
	margin:0 150px;
	padding:0;
	text-align:center;
	font-family: Georgia, Serif;
	list-style: none;
	}
li.quote {
	float: left;
	}
.quote-left {
	display: block;
	width: 44px;
	height: 30px;
	margin: 0 14px 0 0;
	background: url('images/gua-bits.png') no-repeat -118px -300px;
	}
.quote-right {
	display: block;
	width: 44px;
	height: 30px;
	margin: 0 0 0 14px;
	background: url('images/gua-bits.png') no-repeat -118px -329px;
	}
li.twitter-item{
	font-size:22px;
	color:#fff;
	width: 492px;
	float: left;
	}
p.twitter-message{
	color:#fff;
	}
.twitter-timestamp, .twitter-timestamp a {
	text-decoration: none;
	text-transform:uppercase;
	color: #7E7B68;
	font-size: 10px;
	padding: 10px 5px;
	letter-spacing: .05em;
	font-family: Helvetica, Arial, Sans-Serif;
	}
.twitter-timestamp a:hover {
	color: #75babe;
	text-shadow: #75babe 0px 0px 1px;
	}
a.twitter-link{
	color: #fff;
	text-decoration:none;
	font-style: italic;
	text-shadow: #fff 0px 0px 2px;
	}
a.twitter-link:hover{
	color:#75babe;
	text-decoration:none;
	text-shadow: #75babe 0px 0px 2px;
	}
a.twitter-user{
	color:#cccccc;
	}


/* Copyright */
#copyright {
	margin: 0 auto;
	padding: 0 20px 4px 20px;
	width: 910px;
	text-align: center;
	height: 15px;
	color: #1d1d1d;
	}

/* Footer */
#footer {
	padding: 0;
	width: 100%;
	height: 91px;
	background: #000 url('images/gua-footer-bg.gif');
	clear: both;
	}
#social {
	margin: 0 auto;
	padding: 0 20px 0px 20px;
	width: 910px;
	height: 91px;
	text-align: center;
	}
#social-hardcoded {
	width: 304px;
	margin: 0 auto;
	}
.social-wrap {
	width: 76px;
	height: 91px;
	float: left;
	}
#sidebar-app {
	margin: 0 auto;
	padding: 0;
	width: 320px;
	text-align: center;
	}
#sidebar-app-hardcoded {
	width: 304px;
	height: 91px;
	margin: 0 auto;
	padding: 0;
	}
#sidebar-social {
	margin: 0 auto;
	padding: 0;
	width: 320px;
	text-align: center;	
	}
#sidebar-social-hardcoded {
	width: 320px;
	height: 91px;
	margin: 0 auto;
	padding: 0 0 0 8px;
	}
.social-wrap {
	width: 76px;
	height: 91px;
	float: left;
	}
.social-icon {
	margin: 10px 9px 6px 8px;
	width: 59px;
	height: 60px;
	}
.social-title {
	width: 76px;
	height: 15px;
	letter-spacing: .1em;
	font-family: Helvetica, Arial, Sans-Serif;;
	line-height: 15px;
	color: #fff;
	font-size: 10px;
	text-align: center;
	text-shadow: #333 0px -1px 0px;
	}
.social-title2 {
	width: 76px;
	height: 5px;
	letter-spacing: .1em;
	font-family: Helvetica, Arial, Sans-Serif;;
	line-height: 5px;
	color: #aaa;
	font-size: 10px;
	text-align: center;
	text-shadow: #333 0px -1px 0px;
	}
.imagebutton1 {
	margin: 10px 9px 6px 0;
	width: 59px;
	height: 60px
	}

.candywrapper {
	padding: 1px 20px 10px 20px;
	margin: 12px 0px;
	color: #fff;
	background-color: #111;
	border: 0px solid #7e7b68;
	border-radius: 10px;
	-webkit-transition: border-color .2s ease-in, background-color .2s ease-in;
	-moz-border-radius: 13px;
	-webkit-border-radius: 10px;
}

/* Social Icons */
#gua-appstore {display: block;width: 59px;height: 60px;background: url('images/gua-bits.png') no-repeat 0px -120px;}
#gua-appstore:hover {background-position: 0px -180px;}
#gua-appstore span {display: none;}

#gua-facebook {display: block;width: 59px;height: 60px;background: url('images/gua-bits.png') no-repeat -59px -120px;}
#gua-facebook:hover {background-position: -59px -180px;}
#gua-facebook span {display: none;}

#gua-vimeo {display: block;width: 59px;height: 60px;background: url('images/gua-bits.png') no-repeat -118px -120px;}
#gua-vimeo:hover {background-position: -118px -180px;}
#gua-vimeo span {display: none;}

#gua-youtube {display: block;width: 59px;height: 60px;background: url('images/gua-bits.png') no-repeat -177px -120px;}
#gua-youtube:hover {background-position: -177px -180px;}
#gua-youtube span {display: none;}

#gua-twitter {display: block;width: 59px;height: 60px;background: url('images/gua-bits.png') no-repeat -236px -120px;}
#gua-twitter:hover {background-position: -236px -180px;}
#gua-twitter span {display: none;}

/* Other Icons */
#gua-rss {display: block;width: 59px;height: 60px;background: url('images/gua-bits.png') no-repeat 0px -240px;}
#gua-rss:hover {background-position: 0px -300px;}
#gua-rss span {display: none;}

#gua-groundupaudio {display: block;width: 59px;height: 60px;background: url('images/gua-bits.png') no-repeat -59px -240px;}
#gua-groundupaudio:hover {background-position: -59px -300px;}
#gua-groundupaudio span {display: none;}

/* App Icons */
#gua-pedals {display: block;width: 59px;height: 60px;background: url('images/gua-bits.png') no-repeat 0px -480px;}
#gua-pedals:hover {background-position: 0px -540px;}
#gua-pedals span {display: none;}

#gua-klik {display: block;width: 59px;height: 60px;background: url('images/gua-bits.png') no-repeat -59px -480px;}
#gua-klik:hover {background-position: -59px -540px;}
#gua-klik span {display: none;}

#gua-ampsandcabs {display: block;width: 59px;height: 60px;background: url('images/gua-bits.png') no-repeat -118px -480px;}
#gua-ampsandcabs:hover {background-position: -118px -540px;}
#gua-ampsandcabs span {display: none;}

/* Company Icons */
#gua-aaron {display: block;width: 59px;height: 60px;background: url('images/gua-bits.png') no-repeat 0px 0px;}
#gua-aaron:hover {background-position: 0px -60px;}
#gua-aaron span {display: none;}

#gua-scott {display: block;width: 59px;height: 60px;background: url('images/gua-bits.png') no-repeat -59px 0px;}
#gua-scott:hover {background-position: -59px -60px;}
#gua-scott span {display: none;}

#gua-nathan {display: block;width: 59px;height: 60px;background: url('images/gua-bits.png') no-repeat -118px 0px;}
#gua-nathan:hover {background-position: -118px -60px;}
#gua-nathan span {display: none;}

#gua-eric {display: block;width: 59px;height: 60px;background: url('images/gua-bits.png') no-repeat -177px 0px;}
#gua-eric:hover {background-position: -177px -60px;}
#gua-eric span {display: none;}	
	
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 20px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 30px 0 0;	
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */


/* Sidebar Lists */
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0 0 0 16px;
	width: 288px;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 10px 0;
	font-size: 14px;
	letter-spacing: .025em;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 10px 0 0 0;
	padding: 0;
	}

/* Specific Lists */
.features-checked {
	display: block;
	width: 13px;
	height: 11px;
	background: url('images/gua-bits.png') no-repeat -163px -300px;
	line-height: 20px;
	}
.features-unchecked {
	display: block;
	width: 13px;
	height: 11px;
	background: url('images/gua-bits.png') no-repeat -163px -311px;
	line-height: 20px;
	}
.audio {
	list-style-type: none;
	line-height: 20px;
	}
.tiled-screenshot {
	list-style-type: none;
	}
.tiled-screenshot img {
	width: 128px;
	height: 196px;
	margin: 0 40px 40px 0;
	padding: 0;
	float: left;
	}
/* End Entry Lists */


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: right;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
			display: block; 
			height: 0; 
			clear: both; 
			visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 10px 0 20px 0px;
	margin: 5px 0 0 590px;
	width: 320px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

table {
	padding: 1px 20px 10px 20px;
	margin: 12px 0px;
	width: 560px;
	color: #fff;
	background-color: #111;
	border: 0px solid #7e7b68;
	border-radius: 10px;
	-webkit-tran sition: border-color .2s ease-in, background-color .2s ease-in;
	-moz-border-radius: 13px;
	-webkit-border-radius: 10px;
}
thead th {
	padding: 20px 10px 10px 10px;
}
tfoot td {
	padding: 10px;
	font-size: 0.7em
}
th {
	font-size: 1.2em;
}
td {
	vertical-align: top;
	padding: 0px 10px 0px 10px;
	color: #7e7b68;
}
.middle {
	padding: 20px 10px 10px 10px;
	font-size: 0.7em;
	text-align: center;
}
/* Begin Various Tags & Classes */
span.caps {
	}

acronym, abbr {
	border-bottom: 1px dotted #333;
	cursor: help;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
		 position: absolute;
		 left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.left {
	float: left;
	padding: 5px 20px 20px 0;
	}

.right {
	float: right;
	padding: 5px 0px 20px 20px;
	}

/* End Various Tags & Classes*/



/* 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;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.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;
}
/* End captions */


/* Accordion */
.accordion {
	width: 500px;
	margin: 15px 0 0 0;
	font-size: 12px;
	}

.question {
	width: 500px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	list-style-type: none;
	color: #509D1B;
	padding: 1px 10px;
	margin: 1px;
	color: #fff;
	font-weight: bold;
	background-color: #111;
	border-radius: 10px;
	-webkit-transition: border-color .2s ease-in, background-color .2s ease-in;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	cursor: pointer;
	line-height:1.6em;
	}
	
.answer {	
	width: 500px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	margin: 15px 15px 30px 15px;
	list-style-type: none;
	}

.on {
	color: #fff;
	font-weight: bold;
	background-color: #509D1B;
	}
	
.over {
	background-color: #FFF000;
	border-color: #FFF000;
	color: #333;
	}

.audio_wrap {
	margin: 15px 0;
	}