/*   
Theme Name: Impulse Strength Thematic Theme
Theme URI: http://impulsestrength.co.nz
Description: Impulse Strength & Athletics theme, built on Thematic.
Author: Matt Perryman
Author URI: http://archae.us/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* Embedded Fonts
------------------------------*/
@font-face {
	font-family: 'Boycott';
	src: url('fonts/BOYCOTT_-webfont.eot');
	src: local('☺'), url('fonts/BOYCOTT_-webfont.woff') format('woff'), url('fonts/BOYCOTT_-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Comfortaa";
	src: url('fonts/Comfortaa_Regular-webfont.eot');
	src: local('☺'), url('fonts/Comfortaa_Regular-webfont.woff') format('woff'), url('fonts/Comfortaa_Regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	}

@font-face {
	font-family: 'Destroy';
	src: url('fonts/DESTROY_-webfont.eot');
	src: local('☺'), url('fonts/DESTROY_-webfont.woff') format('woff'), url('fonts/DESTROY_-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "DroidSans";
	src: url('fonts/DroidSans-webfont.eot');
	src: local('☺'), url('fonts/DroidSans-webfont.woff') format('woff'), url('fonts/DroidSans-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "HighlandGothic";
	src: url('fonts/HighlandGothicFLF-webfont.eot');
	src: local('☺'), url('fonts/HighlandGothicFLF-webfont.woff') format('woff'), url('fonts/HighlandGothicFLF-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Salaryman";
	src: url('fonts/SALARYMA-webfont.eot');
	src: local('☺'), url('fonts/SALARYMA-webfont.woff') format('woff'), url('fonts/SALARYMA-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* =Global Elements
-------------------------------------------------------------- */
a:link {
    color: #0089AF;
    text-decoration: none;
}
a:active, a:hover {
    color: #121212;
}
a:visited {
    color: #004B91;
    text-decoration: none;
}

#buttons {
    padding:.75em 0;
} 
#buttons form {
	float:left;
	margin-right:20px;
}
a.button {
    background-color: #FFF;
    border:1px solid #FFF;
    -webkit-border-radius: .7em;
    -moz-border-radius: .7em;
    border-radius: .7em;
    color:#000;
    font-size:13px;
    margin:0 10px 0 0;
    padding:.75em 1.25em;    
    text-decoration:none;
}
a.button:hover,
a.button:active {
    background-color: #0bc3f8;
    border-color: #0bc3f8;
    box-shadow: 2px 2px 2px #000;
    -moz-box-shadow: 2px 2px 2px #000;
    -webkit-box-shadow: 2px 2px 2px #000;
    color: #121212;
}

/* =Header
-------------------------------------------------------------- */
#header {
    background: #121212 url("images/header.png") repeat scroll;
    border-bottom: 1px solid #3bc0f8;
    min-height: 100px;
    overflow: hidden;
}
#access {
    border-bottom: none;
    bottom: 30px;
    float: right;
    position: relative;
}
#branding {
    overflow: hidden;
    padding: 20px 0 10px; 
    position:relative;
}
#blog-title {
    background: transparent; 
    float: left;
    height: 62px;
    width:205px;
}
#blog-title a {
    color: #0089AF;
}
#blog-title a:active, #blog-title a:hover {
    border-bottom: none;
    color: #3CF;
    text-decoration: none;
}
#blog-description {
    font-family: "HighlandGothic";
    clear: left;
    color: #FFF;
    float: left;
    text-shadow: 1px 1px 10px #FAFAFA;
    width:280px;
}
#branding #searchform {
    position:absolute;
    top:97px;
    right:0;
}
#branding #searchform label {
    display:none;
}
#branding #searchform input {
    font-size:13px;
    line-height:18px;
}
#branding #searchform input#s {
    width:316px;
}
#branding #searchform input#searchsubmit {
    display:none;
}

/* =Menu
-------------------------------------------------------------- */

#nav {
    float:right;
}
#access .menu {
    width: auto;
}
.sf-menu li, .sf-menu li:hover {
    background: transparent;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
    margin-right: 4px;
    text-transform: uppercase;
}
.sf-menu {
    border-right: none;
}
.sf-menu a, .sf-menu a:visited {
    border: none;
    color: #FFF;
}
.sf-menu a:hover, .sf-menu a:focus {
    background: #0BC3F8;
    color: #121212;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.sf-menu .current_page_item a {
    background: #0bc3f8;
    color: #121212;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
/* =Content
-------------------------------------------------------------- */

.search .page-title {
    display:none;
}


/* =Leader and Front Page Styles
-------------------------------------------------------------- */

#leader {
    background: transparent url('images/bkg1.jpg') no-repeat scroll;
    border-bottom:1px solid #ccc;
    padding:63px 0 42px 0;
}
#leader-container {
    margin:0 auto;
    overflow:hidden;
    position:relative;
    width:988px;
}
#leader .entry-title {
    font-family: "Salaryman";
    font-size:40px;
    letter-spacing: -1px;
    line-height:45px;
    margin-top:-4px;
    padding:0 0 14px 0;
}
#leader .entry-title span {
    font-family:Georgia,serif;
    font-weight:normal;
    font-style:italic;
}
.single #leader .entry-title {
    width:652px;
}
#leader .entry-meta {
    position:absolute;
    top:15px;
    left:690px;
}

.page-template-front-page-php #feature {
		float:left;
}
.page-template-front-page-php #feature img {
    box-shadow: 2px 2px 2px #000, 2px 2px 20px #000;
    -moz-box-shadow: 2px 2px 2px #000, 2px 2px 20px #000;
    -webkit-box-shadow: 2px 2px 2px #000, 2px 2px 20px #000;
    float:left;
    margin:-10px 10 0 -10px;
}
.page-template-front-page-php #feature-info {
    float:right;
    font-family: "DroidSans", Arial, sans-serif;
    margin:0 0 0 19px;
    width:484px;
}
.page-template-front-page-php #feature-info h2 {
    font-family: "HighlandGothic",Arial,sans-serif;
    font-size:40px;
    font-weight:normal;
    line-height:45px;
    margin-top:-8px;
    padding:0 0 14px 0;
}
.page-template-front-page-php #container,
.page-template-front-page-php #content  {
    font-family: "DroidSans", Arial, sans-serif;
    margin:0;
    padding:0;
    width:988px;
}
.page-template-front-page-php #container {
    margin-top:-21px;
}
.page-template-front-page-php #welcome-intro {
    width: 95%;
}
.page-template-front-page-php #training {
    width: 95%;
}
.page-template-front-page-php #training {}
.page-template-front-page-php #training ul {
	list-style-type: none;
}
.page-template-front-page-php #training ul li {
	margin: 0 0 15px;
}
.page-template-front-page-php #training ul li h3 {
	color: #07A;
	font-family: "HighlandGothic", "DroidSans", Arial, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 5px;
}
.page-template-front-page-php #welcome-intro h2, .page-template-front-page-php #latest-workout-feature h2, .page-template-front-page-php #training h2 {
    color: #0089AF;
    font-family: Arial, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1em;
    margin: 0 0 10px;
    padding: 0 0 5px;
}
.page-template-front-page-php #latest-workout-feature {
    display: none; /* remove for wod */
    visibility: hidden;
}
.page-template-front-page-php #training-links {
    display: none;
    margin: 0 0 40px;
    text-align: center;
    visibility: hidden;
}
.page-template-front-page-php #training-links .training-options {
    margin: 0 auto 18px;
}
.page-template-front-page-php #training-links .training-options li {
    display: inline-block;
    font-family: "HighlandGothic";
    font-size: 1.5em;
    margin: 0 15px 0 0;
}
.page-template-front-page-php #training-links .training-options li.wod {
    font-family: "Boycott";
    display: none; /* remove for wod */
}
.page-template-front-page-php #training-links li a, .page-template-front-page-php #training-links li a:visited {
    color: #121212;
}
.page-template-front-page-php #training-links li a:hover, .page-template-front-page-php #training-links li a:active {
    color: #0bc3f8;
}
.page-template-front-page-php .wavy {
    color: #666;
    font-family: Georgia, "Times New Roman";
    font-size: 13px;
    font-style: italic;
}
.page-template-front-page-php #social-media-icons {
    margin: 0 0 40px;
    text-align: center;
}
.page-template-front-page-php #social-media-icons .social-media {
    margin: 0 auto 18px;
}
.page-template-front-page-php #social-media-icons .social-media li {
    color: #0089AF;
    display: inline-block;
    font-family: "HighlandGothic";
    font-size: 1.5em;
    margin: 0 15px 0 0;
}
.page-template-front-page-php #social-media-icons .social-media li.twitter {
    list-style-image: url('images/twitter.png');
}
.page-template-front-page-php #social-media-icons .social-media li.facebook {
    list-style-image: url('images/facebook.png');
}
.page-template-front-page-php #social-media-icons .social-media li.tumblr {
    list-style-image: url('images/tumblr.png');
}
.page-template-front-page-php #social-media-icons .social-media li.friendfeed {
    list-style-image: url('images/friendfeed.png');
}
.page-template-front-page-php #social-media-icons .social-media li.youtube {
    list-style-image: url('images/youtube.png');
}
.page-template-front-page-php #social-media-icons .social-media li.vimeo {
    list-style-image: url('images/vimeo.png');
}
.page-template-front-page-php #social-media-icons li a, .page-template-front-page-php #social-media-icons li a:visited {
    color: #0089AF;
}
.page-template-front-page-php #social-media-icons li a:hover, .page-template-front-page-php #social-media-icons li a:active {
    color: #0bc3f8;
}
.page-template-front-page-php #social-media-icons .wavy {
    color: #4a4a4a;
    font-family: "HighlandGothic";
    font-size: 13px;
    font-style: normal;
}
.page-template-front-page-php #sub-feature {
    font-size:13px;
    line-height:18px;
    position:relative;
    overflow:hidden;
}
.page-template-front-page-php #sub-feature p {
    margin:0 0 18px 0;
}
.page-template-front-page-php #sub-feature h3 {
    color: #0089AF;
    font-family: Arial, sans-serif;
    font-weight:bold;
    font-size:20px;
    font-style: normal;
    letter-spacing: -1px;
    padding:0 0 7px 0;
    text-transform:none;
}
.page-template-front-page-php #latest-workout-feature h3 {
    color: #666;
    font-family: "Boycott";
    font-weight:normal;
    font-size:30px;
    font-style: normal;
    line-height: 1em;
    margin: 0 0 10px;
    padding:0 0 7px 0;
}
.page-template-front-page-php #latest-workout-feature h3 a, .page-template-front-page-php #latest-workout-feature h3 a:visited {
    color: #121212;
}
.page-template-front-page-php #latest-workout-feature h3 a:hover {
    color: #0bc3f8;
}
.page-template-front-page-php #sub-feature h3 img {
    position:relative;
    top:3px;
    right:0;
}
.page-template-front-page-php .block {
    float:left;
    width:484px;
}
#front-block-1 {
    margin-right:20px;
}
.page-template-front-page-php .block .avatar {
    float:left;
    margin:.25em 10px 0 0;
}
.page-template-front-page-php #social-networks {
    margin: 0 0 18px;
    text-align: center;
}
.page-template-front-page-php #social-networks a, .page-template-front-page-php #social-networks a:visited {
    color: #0089AF;
    font-family: "HighlandGothic";
    font-size: 1.2em;
    margin-right: 20px;
}
.page-template-front-page-php #social-networks a:hover {
    color: #0bc3f8;
    text-shadow: 0 0 1px #FAFAFA, 0 0 10px #0bc3f8;
}
.page-template-front-page-php #social-networks a img {
    margin-right: 4px;
}
.page-template-front-page-php .dense {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
}
.page-template-front-page-php .rssOrange {
	color:#F78A17;
	font-weight:bold;
	letter-spacing:-1px;
}
.page-template-front-page-php .twitBlue {
	color:#33CCFF;
	font-weight:bold;
	letter-spacing:-1px;
}
.page-template-front-page-php .fbBlue {
	color:#3b5997;
	font-weight:bold;
	letter-spacing:-1px;
}
.page-template-front-page-php .tumblrBlue {
	color:#3e5b76;
	font-weight:bold;
	letter-spacing:-1px;
}
.page-template-front-page-php .ffBlue {
	color:#437ec7;
	font-weight:bold;
	letter-spacing:-1px;
}
.page-template-front-page-php .block ul {
    border-top:1px solid #ccc;
    list-style:none;
    margin:0;
}
.page-template-front-page-php .block ul#recent-items {
    margin: 0 0 10px;
    width: 95%;
}
.page-template-front-page-php .block ul li {
    display:block;
}
.page-template-front-page-php .block ul li a {
    border-bottom:1px solid #ccc;
    color:#666;
    display:block;
    padding:6px 0;
    text-decoration:none;
}
.page-template-front-page-php .block ul li a:hover,
.page-template-front-page-php .block ul li a:active {
    background:#fafafa;
    color: #0bc3f8;
}
.page-template-front-page-php .block ul li a img {
    float: left;
    margin-right: 10px;
}
.page .entry-content,
.single .entry-content {
    padding-top:0;
}

/* #content on all pages */
#wrapper {

}
body, input, textarea {
    font: 15px/22px "DroidSans", sans-serif;
}
#content p {
    line-height: 1.45em;
    margin: 0 0 15px;
    text-shadow: 1px 1px 1px #CCC;
}
#content .more-items {

}
#content .more-items a, #content .more-items a:visited {
    color: #666;
}
#content .more-items a:hover {
    color: #0bc3f8;
}
/* WOD Page styles */
.page-template-workout-log-php #leader {
    background: #121212 url('images/bkg2.jpg') no-repeat scroll;
    border-bottom:1px solid #ccc;
    padding:63px 0 42px 0;
}
.page-template-workout-log-php #leader-container {
    color: #FFF;
    margin:0 auto;
    overflow:hidden;
    position:relative;
    width:988px;
}
.page-template-workout-log-php #leader .entry-title {
    color: #FFF;
    font-family: "Boycott";
    font-size:60px;
    letter-spacing: 1px;
    line-height:45px;
    margin-top:4px;
    padding:0 0 14px 0;
}
.page-template-workout-log-php #leader .entry-title span {
    font-family:Georgia,serif;
    font-weight:normal;
    font-style:italic;
}
.page-template-workout-log-php .single #leader .entry-title {
    width:652px;
}
.page-template-workout-log-php #leader .entry-meta {
    position:absolute;
    top:15px;
    left:690px;
}

.page-template-workout-log-php #feature {
		float:left;
		padding: 10px 0;
}
.page-template-workout-log-php #feature img {
    box-shadow: 2px 2px 2px #000, 2px 2px 20px #000;
    -moz-box-shadow: 2px 2px 2px #000, 2px 2px 20px #000;
    -webkit-box-shadow: 2px 2px 2px #000, 2px 2px 20px #000;
    float:left;
    margin:-10px 10 0 -10px;
}
.page-template-workout-log-php #feature-info {
    float:right;
    font-family: "DroidSans", Arial, sans-serif;
    margin:0 0 0 19px;
    width:484px;
}
.page-template-workout-log-php #feature-info h2 {
    font-family: "Comfortaa",Arial,sans-serif;
    font-size:40px;
    font-weight:normal;
    letter-spacing: -1px;
    line-height:45px;
    margin-top:-8px;
    padding:0 0 14px 0;
}
.page-template-workout-log-php #content .entry-title {
    font-family: "Boycott";
    font-size: 36px;
    line-height: 34px;
    margin: 0 0 10px;
}

/* Full Width Sales Pages 
*/
.page-template-template-page-fullwidth-php #leader {
	padding: 32px 0;
}
.page-template-template-page-fullwidth-php #leader .entry-title {
	margin: 0;
	padding: 0;
}
.page-template-template-page-fullwidth-php #main {
	padding: 20px 0;
}
.page-template-template-page-fullwidth-php #content p, 
.page-template-template-page-fullwidth-php #content li {
	font-family: Georgia, serif;
	font-size: 1.2em;
	line-height: 1.45em;
}

/* Single Posts */

.entry-title {
    color: #000;
    font-family: "Comfortaa";
    font-weight: normal;
    letter-spacing: 1px;
}
.entry-title a, .entry-title a:visited { 
    color: #000;
}
.entry-title a:active, .entry-title a:hover {
    border-bottom: none;
    color: #0bc3f8;
}
.entry-meta {
    color: #222;
    font-family: "DroidSans", Arial, sans-serif;
    font-style: normal;
}
.entry-meta a, .entry-meta a:visited {
    color: #222;
}
.entry-meta a:active, .entry-meta a:hover {
    border-bottom: none;
    color: #0bc3f8;
}
.entry-content h1, .entry-content h2 {
    color: #0089AF;
    font-size: 26px;
    padding: 20px 0;
}
.entry-content p, .entry-content li {
    font-family: "DroidSans";
    text-shadow: 1px 1px 1px #CCC;
}
.entry-content a {

}
.entry-content a:active, .entry-content a:hover {
    color: #0bc3f8;
}
.fbLikeContainer {
    margin: 0 0 15px;
}
.right-buttons {
    float: right;
    margin: 0 0 10px 10px;
}
.right-buttons .social-button {
    margin: 0 0 10px;
    overflow: hidden;
}

/* Stream Page */
.stream-post {
    margin: 0 0 15px;
}
.stream-title {
    font-family: Arial;
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 1.3em;
}
.stream-title a {
    color: #0089AF;
}
.stream-title a:hover, .stream-title a:active {
    color: #0bc3f8;
}
.stream-list li span a, .stream-list li span a:visited {
    color: #0089AF;
    text-decoration: none;
}
.stream-list li span a:hover, .stream-list li a:active {
    border-bottom: none;
    color: #FAFAFA;
    text-shadow: 0px 0px 1px #0bc3f8, 0 0 5px #0bc3f8, 0px 0px 10px #0bc3f8;
}
.twitter {
    list-style-image: url('http://twitter.com/favicon.ico');
}
.facebook {
    list-style-image: url('http://www.facebook.com/favicon.ico');
}
.tumblr {
    list-style-image: url('http://tumblr.com/favicon.ico');
}
.friendfeed {
    list-style-image: url('http://friendfeed.com/favicon.ico');
}
.linkedin {
    list-style-image: url('http://linkedin.com/favicon.ico');
}
.vimeo {
    list-style-image: url('http://www.vimeo.com/favicon.ico');
}
.lastfm {
    list-style-image: url('http://www.last.fm/favicon.ico');
}

/* The About Page 
*/
#matt_pic, #matt_pic2 {
    border-bottom: 1px solid #0bc3f8;
    margin: 5px;
    width: 150px;
}
#matt_pic img, #matt_pic2 img {
    margin: 0 0 5px;
}
#matt_pic {
    float: left;
}
#matt_pic2 {
    float: right;
}
p.caption {
    color: #666;
    font-family: Georgia, serif;
    font-size: 0.9em;
    font-style: italic;
    margin: 0 0 5px !important;
    text-align: center;
    text-shadow: none !important;
}
#about_sidebar {
    display: block;
    float: right;
    margin: 15px 0 15px 5px;
    overflow: hidden;
    width: 175px;
}

/* Author Bio Styling */

#entry-author-info {
    border: 1px solid #DDD;
    margin: 15px 0;
    padding: 10px 20px;
}

#author-avatar {
    display: inline-block;
}

#author-description {
    color: #666;
    display: inline-block;
    font-style: italic;
    margin-left: 15px;
    width: 75%;
}

#author-description h2 {
    color: #121212;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-style: normal;
    font-weight: bold;
    letter-spacing: -1px;
    text-transform: uppercase;
}

#author-link {
    font-size: 0.9em;
}

#author-link a, #author-link a:visited {
    color: #0089AF;
    text-decoration: none;
}

#author-link a span.meta-nav {}

/* .aside 
------------------------*/

.aside {}
.aside a, .aside a:visited {
    color: #0089AF;
}
.aside a:active, .aside a:hover {
    color: #0bc3f8;
}
.aside .current_page_item a {
    color: #000;
}
.aside ul ul li {
    font-size: 16px;
    margin: 10px 0;
}
.main-aside h3 {
    border-bottom: 1px solid #CCC;
    color: #121212;
    font-family: "Arial";
    font-size: 18px;
    font-style: normal;
    letter-spacing: -1px;
    margin: 0 0 4px;
    padding: 0 0 4px;
    text-transform: none;
}

/* Footer
-------------------------------- */
#footer {
    background: #000;
    font-family: "DroidSans", Arial, sans-serif;
}
#subsidiary .aside h3 {
    color: #FFF;
    font-family: "Comfortaa", Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
}
#subsidiary .aside a {}
#subsidiary .aside a:active, #subsidiary .aside a:hover {
    border-bottom: none;
    color: #FAFAFA;
    text-shadow: 0px 0px 1px #0bc3f8, 0px 0px 10px #0bc3f8;
}
#siteinfo {
    font-family: Georgia, serif;
    font-style: italic;
}
#siteinfo a {}
#siteinfo a:active, #siteinfo a:hover {
    border-bottom: none;
    color: #FAFAFA;
    text-shadow: 0px 0px 1px #0bc3f8, 0px 0px 10px #0bc3f8;
}

