/**
 * Theme Name:    Aaron D. Campbell
 * Theme URI:     http://aarondcampbell.com/
 * Description:   Child theme for the primer theme
 * Author:        Aaron D. Campbell
 * Author URI:    http://aarondcampbell.com/
 * Template:      primer
 * Version:       1.0.0
 * Text Domain:   aarondcampbell
 */

.tabs-wrapper {
    border-bottom-color: #DDD;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-weight: bold;
    margin: 0 0 1em;
    padding: 0 5px;
    position: relative;
}

.tabs {
    bottom: -1px;
    float: none;
    font-weight: normal;
    left: 0;
    margin: 0 5px;
    overflow: hidden;
    list-style: none outside none;
    position: relative;
}
.tabs li {
    display: inline;
    line-height: 200%;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-align: center;
    white-space: nowrap;
}
.tabs li a {
    border-color: transparent transparent #DDD transparent;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-top-width: 1px;
    display: block;
    float: left;
    line-height: 28px;
    padding: 0 10px;
	text-decoration:none;
}

.tabs li.ui-state-active a {
    border-color: #DDD #DDD #FFF;
    border-style: solid;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-width: 1px;
    font-weight: normal;
    padding-left: 9px;
    padding-right: 9px;
}
.ui-tabs-hide {
	display:none;
}

/**
 * Star Ratings
 */
div.star-holder svg {
	height: 100%;
	width: 100%;
}
div.star-holder svg .star {
	fill:none;
	stroke:#000;
	stroke-width:1;
}
div.star-holder svg .fill {
	fill: #FC0;
}
/*
div.star.select:hover { background-color: #d00; }
*/
.star1 { width: 20%; }

.star2 { width: 40%; }

.star3 { width: 60%; }

.star4 { width: 80%; }

.star5 { width: 100%; }

.star-average, .star.star-rating { background-color: #fc0; }

.star img, div.star a, div.star a:hover, div.star a:visited {
	display: block;
	position: absolute;
	right: 0px;
	border: none;
	text-decoration: none;
}

div.star img {
	width: 19px;
	height: 19px;
	border-left: 1px solid #F7F7F7;
	border-right: 1px solid #F7F7F7;
}

/**
 * Big Button is for our download button
 */

a.big.button {
	width:100%;
	text-align: center;
}

/**
 * Pull Quotes
 */

.pulledquote {
	border-top: none;
	border-bottom: none;
	background: transparent;
	text-indent: 0;
	margin: 20px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	text-transform: uppercase;
	color: #686868;
	font-style: italic;
	font-size: 1.6em;
}
span.pulledquote {
	max-width:35%;
}
/**
 * End Pull Quotes
 */

/**
 * Primer Overrides
 */
.site-header {
	background-position: center center;
}
/**
 * End Primer Overrides
 */