/*
Theme Name: Akademos
Theme URI: http://akademos.com/
Description: Custom theme for Akademos.com
Author: Rob Maurizi, RHM Interactive
Author URI: http://rhminteractive.com/
Version: 1.0
*/


/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
/*input:invalid, textarea:invalid { background-color: #f0dddd; }*/


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }


/* =============================================================================
   Primary styles
   Author: Rob Maurizi, RHM Interactive
   ========================================================================== */

html { background: #FFF url('img/bkgd-bottom.png') 0 100% repeat-x; }
body { background: transparent url('img/bkgd-top-rev2.png') 0 0 repeat-x; }
.page-template-tmp-page-no-carousel-php { background: url('img/bkgd-top-no-carousel.png') 0 -31px repeat-x; }

.wf-loading body { visibility: hidden; }
.no-js #carousel-content { visibility: hidden; }
.noCarousel .carousel-img { visibility: hidden; }
.noCarousel .carousel-img:first-child { visibility: visible; }


a, a:visited { text-decoration: none; color: #cc3333; }
a:hover { text-decoration: underline; }

#container { width: 960px; margin: 0 auto; }
.masthead { height: 216px; height: 186px; position: relative; }
.logo { position: absolute; right: 0; top: 0; top: -30px;  }
.logo a { background: transparent url('img/akademos-logo-rev.png') 0 0 no-repeat; width: 199px; height: 144px; }

.site-nav { position: absolute; right: 0; top: 0; list-style-type: none; margin: 0; padding: 0; }
.site-nav li { float: left; margin: 0 0 0 14px; padding: 0; position: relative; }
.site-nav a { font-size: 12px; color: #666; text-decoration: none; }
.site-nav a:hover { border-bottom: 1px solid; }


.global-nav { position: absolute; bottom: 30px; right: 0; font-family: franklin-gothic-urw, sans-serif; font-weight: 400; }
.global-nav li { float: left; text-transform: uppercase; margin-left: 15px; padding-bottom: 4px; }
.global-nav a { font-size: 14px; text-decoration: none; color: #808080; }
.global-nav a:hover, .global-nav .active a, .global-nav .current-menu-item a, .global-nav .current_page_parent a { color: #000; }
.sub-menu { display: none; position: absolute; top: 21px; /*margin-left: 15px; */}
.global-nav .current-menu-item .sub-menu, .global-nav .current_page_parent .sub-menu { display: block; }
.sub-menu li { margin-left: 0; margin-right: 15px; }
.global-nav .sub-menu a { font-size: 12px; color: #c03; text-transform: none; text-shadow: none; }
.sub-menu a:hover, .sub-menu .current-menu-item a, .current_page_parent .current-menu-item a { font-weight: bold; }

/*.ie9 .global-nav a:hover, .ie9 .global-nav .active a, .ie9 .global-nav .current-menu-item a, .ie9 .global-nav .ie9 .current_page_parent a { font-weight: bold; letter-spacing: -.3px; }

.ie9 .global-nav .sub-menu a { font-weight: normal; letter-spacing: 0; }
.ie9 .sub-menu a:hover, .ie9 .sub-menu .current-menu-item a, .ie9 .current_page_parent .current-menu-item a { font-weight: bold; }
*/

/*.hovering { position: relative; }*/
/*.hovering > a { position: relative; z-index: 1; }*/
/*.hovering ul { z-index: 0; }*/

#carousel { background: #000; margin-bottom: 25px; position: relative; }

#carousel-content { width: 736px; /*height: 368px;*/ margin: 0 auto; height: 198px; }
.carousel-img { position: relative; /*height: 368px;*/ background-color: #000; padding: 0; width: 736px; height: 198px;}
.carousel-img img { margin-top: 31px; margin-top: 0; width: 367px; height: 198px; }
.carousel-img figcaption { font-family: franklin-gothic-urw-condensed, sans-serif; font-weight: 400; font-size: 24px; color: #FFF; background-color: #808080; position: absolute; top: 0; bottom: 0; right: 0; width: 237px; padding-top: 54px; padding-left: 14px; padding-right: 9px; line-height: 1.3; letter-spacing: .3px; 
	width: 367px;
	padding-top: 38px;
	font-size: 21px;
}
.carousel-img blockquote { margin: 0; padding: 0; }
.carousel-img .lead-link { color: #333; text-decoration: none; text-transform: uppercase; font-size: 11px; position: absolute; bottom: 8px; right: 8px; }
.carousel-img .lead-link:hover { text-decoration: underline; }

.linked figcaption { padding-top: 14px; }

.carousel-nav { background: transparent url('img/carousel-nav.png') 0 0 no-repeat; width: 32px; height: 73px; position: absolute; top: 50%; margin-top: -36px; cursor: pointer; z-index: 10; }
.carousel-next { background-position: 0 -100px; right: 39px; }
.carousel-back { background-position: 0 0; left: 39px; }

.main-column h1, .section h2 { font-family: atrament-web, sans-serif; font-weight: 300; font-size: 36px; color: #cc0033; margin: 0 0 14px; letter-spacing: 1px; }

.page-template-tmp-page-no-carousel-php .main-column h1 { color: #FFF; margin-bottom: 44px; position: relative; height: 35px; padding-top: 3px; font-size: 26px; }
.page-template-tmp-page-no-carousel-php .main-column h1 b { display: block; position: absolute; width: 260px; top: 0; bottom: 0; right: 61px; background: #000; }


.site-footer { height: 122px; margin-top: 20px; }
#home .site-footer { margin-top: 0; }
.footer-links-wrap { position: relative; height: 59px; }
.footer-links { float: left; list-style-type: none; margin: 23px 0; padding: 0; }
.footer-links li { float: left; border-right: 1px solid #FFF; border-left: 1px solid #FFF; }
.footer-links li { margin: 0; padding: 0 10px 0 8px; text-transform: uppercase; line-height: 1; }
.footer-links li:first-child { padding-left: 0; border-left: 0; }
.footer-links li:last-child { padding-right: 0; border-right: 0; }


.footer-social { list-style-type: none; margin: 0; padding: 0; background-color: #999; width: 260px; position: absolute; top: 0; bottom: 0; right: 110px; }
.footer-legal { clear: left; text-align: right; color: #666; font-size: 11px; margin-top: 9px; }
.footer-links a { color: #FFF; font-size: 11px; }
.footer-legal a { color: #666; }

#footer-youtube { background: transparent url('img/footer-social-sprites-rev.png') 0 0 no-repeat; width: 31px; height: 40px; position: absolute; right: 79px; bottom: 10px; }
#footer-twitter { background: transparent url('img/footer-social-sprites-rev.png') 0 -40px no-repeat; width: 31px; height: 40px; position: absolute; right: 43px; bottom: 10px; }
#footer-facebook { background: transparent url('img/footer-social-sprites-rev.png') 0 -80px no-repeat; width: 31px; height: 40px; position: absolute; right: 9px; bottom: 10px; }


#home-lede { margin-bottom: 40px; }

#home-savings { font-family: franklin-gothic-urw-condensed, sans-serif; font-weight: 400; font-size: 18px; }
#home-savings h2 { font-size: 25px; }
#home-savings h2 strong { font-size: 36px; }
#home-savings h3 { font-size: 18px; font-weight: 400; margin: 0 0 6px; text-transform: uppercase; }
#home-savings ul { list-style-type: none; margin: 0; padding: 0; }
#home-savings li { margin: 0 0 10px; padding: 0; float: left; width: 50%; }


.main-column { width: 500px; float: left; margin-left: 52px; }
.side-column { width: 371px; float: right; margin-right: 0; }
#home .main-column { width: 500px; }
#home .side-column { width: 371px; margin-right: 0; }
.full-width .main-column { width: auto; float: none; margin: 0 51px; }


.img-left { float: left; margin-right: 15px; }

.main { color: #666; margin-bottom: 40px; }
.main p, .main ul, ,main dl { font-size: 12px; line-height: 1.5; }
#home-blog-post p { font-size: 13px; line-height: 1.63636363636363636363; }

#home .blog-feed { text-align: left; border: none; clear: left; padding-top: 24px; }
#home .blog-feed h2 { margin-top: 0; margin-bottom: 12px; font-family: atrament-web; font-weight: 300; font-size: 21px; }
#home .blog-feed header { border: none; padding-top: 6px; }
#home .blog-feed time { font-style: normal; text-transform: uppercase; font-size: 12px; }
#home .blog-feed .excerpt { font-size: 14px; font-style: italic; color: #666; margin-top: 6px; }

.section { margin-bottom: 19px; }

/*#home-rss { padding: 20px; }*/

#home-social { -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .5), 3px 5px 5px rgba(0, 0, 0, .11); -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .5), 3px 5px 5px rgba(0, 0, 0, .11); box-shadow: 0 0 2px rgba(0, 0, 0, .5), 3px 5px 5px rgba(0, 0, 0, .11); border-radius: 20px; /*width: 480px;*/ margin-bottom: 40px; }

#home-rss { background: transparent url('img/rss-icon.png') 20px 10px no-repeat; margin: 0; padding: 40px 20px 20px; }

#home-rss .rss-item { font-style: italic; font-size: 11px; margin-top: 10px; }
#home-rss .rss-item footer { margin-top: 3px; }
#home-rss .rss-item footer a { color: #666; }
#home-rss .rss-item footer a:hover { text-decoration: none; }

#home-rss h2 { font-size: 13px; font-family: sans-serif; font-weight: normal; font-style: normal; margin-bottom: 0; }
#home-rss a { color: #cc3333;}


#home-test-drive { padding-left: 34px; background: transparent url('img/test-drive-arrow.png') 0 0 no-repeat; padding-top: 10px; }
#home-test-drive h2 { font-size: 25px; text-transform: uppercase; }



#home-twitter { background: transparent url('img/twitter-icon.png') 20px 20px no-repeat; margin: 0; padding: 25px 20px 0; }
.tweet_list { list-style-type: none; margin: 0; padding: 0; font-size: 13px; }
.tweet_list li { margin-bottom: 10px; }
.tweet_time a { font-size: 11px; color: #666; white-space: nowrap; }

#home-twitter h2 { font-family: "franklin-gothic-urw-condensed,", sans-serif; text-align: right; font-size: 16px; font-weight: 400; letter-spacing: .5px; }





/* forms */

	.form_row { position: relative; height: 54px; margin-bottom: 18px; }
	.textarea { height: 202px; }
	label { font-family: sans-serif; color: #666; font-size: 12px; position: absolute; bottom: 0; }
	input, textarea { border: 1px solid #C33; width: 320px; display: block; position: absolute; top: 0; font-size: 12px; padding: 11px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

	input[type='submit'], input[type='image'], input[type='button'], input[type='reset'] { border: none; width: auto; position: static; display: inline; padding: auto; }
	
	#testdrive-submit { position: absolute; right: 0; top: 0; padding: 0; margin: 0; }
	#contact-submit { position: absolute; top: auto; left: 335px; bottom: 20px; padding: 0; margin: 0; }
	

/* end forms */




/* interior page elements */

.page-img { margin-bottom: 20px; width: 321px; }
.page-img span { border-bottom: 1px solid #A3A3A3; display: block; float: right; }
.page-img img { padding-bottom: 20px; border-bottom: 1px solid #666; display: block; margin: 0; }
.blog-feed { margin-bottom: 20px; width: 321px; }
.blog-feed header { color: #C33; text-transform: uppercase;  }
.blog-feed h2 { font-family: atrament-web, sans-serif; font-weight: 300; font-size: 24px; margin-top: 7px; margin-bottom: 0; letter-spacing: .5px; }
.blog-feed h2 a { color: #000; text-decoration: underline; }
.blog-feed h2 a:hover { text-decoration: none; }
.blog-feed time { color: #C33; font-style: italic; }


.test-drive-tout { margin-bottom: 20px; }
.test-drive-tout h2, .form-container h2 { font-family: atrament-web, sans-serif; font-weight: 300; font-size: 26px; text-transform: uppercase; margin: 0;  background: transparent url('img/test-drive-arrow.png') 0 0 no-repeat; padding: 10px 0 10px 34px; }
.test-drive-tout h3, .form-container h3 { font-family: atrament-web, sans-serif; font-weight: 300; font-size: 22px; margin-top: -5px; padding-left: 34px; }


/*.page-excerpt p { font-family: 	franklin-gothic-urw-condensed, sans-serif; font-weight: 400; font-size: 33px; line-height: 1.1; color: #666; letter-spacing: .5px; }*/
.page-excerpt { width: 321px; }
.page-excerpt p { font-family: franklin-gothic-comp-urw, sans-serif; font-weight: 400; font-size: 21px; line-height: 1.4; color: #666; /*letter-spacing: .5px;*/ margin-top: 0; }

/*franklin-gothic-urw-condensed, */
/* end interior page elements */




/* contact page */

#contact .vcard, #contact .side-column { font-size: 16px; line-height: 1.5; margin: 30px 0; }
#contact #contact-form { margin-top: 20px; }
#contact .side-column p { margin-top: 0; margin-bottom: 2em; }
/* end contact page */



/* FAQ */

#faq-posts { list-style-position: inside; font-size: 12px; font-weight: bold; padding: 0; }
#faq-posts h2 { display: inline; font-family: sans-serif; font-weight: bold; font-size: 12px; letter-spacing: 0; color: #666; margin-bottom: 0; }
#faq-posts p, #faq-posts ul, #faq-posts ol { font-weight: normal; font-style: italic; margin-top: 0; }

#faq-posts ul, #faq-posts ol { list-style-position: outside; margin-right: 80px; }

.random-faq { font-family: 	franklin-gothic-urw-condensed, sans-serif; font-weight: 400; font-size: 21px; line-height: 1.2; color: #666; letter-spacing: .5px; margin-top: 0; width: 321px; }
.random-faq h3 { /*text-transform: lowercase;*/ font-weight: 500; line-height: 1.0; margin: 0; font-size: 21px; margin-bottom: 10px; }
.random-faq p { margin-top: 0; }

#faq .page-img span { float: left; }
/* end FAQ */

/* news & events */

.news-item { font-size: 11px; color: #666; line-height: 1.63636363636363636363; margin-bottom: 20px; }
.news-item h3 { font-family: franklin-gothic-urw-condensed, sans-serif; font-weight: 300; font-size: 21px; color: #C03; letter-spacing: .5px; margin: 0 0 6px; line-height: 1.2; width: 90%; }
.news-item p { margin: 0 0 6px; }
.news-item time { font-size: 14px; font-weight: bold; }
.news-item .more-link { color: #333; text-transform: uppercase; }

.single .post-content h2 { font-family: sans-serif; font-size: 14px; font-weight: bold; color: #666; }
.single .main-column time { font-size: 14px; font-weight: bold; color: #666; }



.events-list { list-style-type: none; margin: 0; padding: 0; font-size: 12px; line-height: 1.5; background: transparent url('img/sidebar-border-bottom.png') 0 100% repeat-x; padding-bottom: 1px; }
.events-list h3 { display: inline; font-size: 12px; margin: 0; }
time abbr[title] { border: none; }
.event-hed { font-weight: bold; }

.events-list li { margin-bottom: 20px; }
.events-title { font-size: 14px; font-weight: bold; text-transform: uppercase; margin-bottom: 6px; }

#news-home-link { font-weight: bold; float: right; font-size: 11px; text-transform: uppercase; }

#news .rss-link { display: block; float: right; background: url("img/rss-icon.png") no-repeat scroll 0 10px transparent; width: 28px; height: 28px; padding-top: 10px; }



/* end news & events */


/* testimonials */

#partner-schools .main-column { margin-left: 0; }

.quotes blockquote { float: left; width: 462px; font-family: atrament-web, sans-serif; font-size: 36px; font-weight: 300; color: #333; margin: 0; }
.quotes blockquote:first-child { margin-right: 36px; }
.quotes .cite { text-align: right; font-family: sans-serif; font-style: italic; font-size: 12px; font-weight: normal; color: #666; margin-top: 16px; margin-right: 16px; }

.video-thumbs { list-style-type: none; margin: 19px 0 0; padding: 0; }
.video-thumbs li { float: left; margin-left: 12px; }
.video-thumbs li:first-child { margin-left: 0; }

#video-player, .video-player { float: left; width: 565px; height: 381px; }
#video-player .clip-info, .video-player .clip-info { text-align: right; font-size: 10px; font-weight: bold; color: #666; margin-top: 12px; }

.hidden-player { position: absolute; left: -9999em; }

.video-player .youtube5player, .youtube5player video { width: 300px !important; height: 200px !important; }


/*#partner-schools .test-drive-tout, #partner-schools .blog-feed { float: right; clear: right; }*/


#partner-savings .main-column, #partner-savings .side-column { width: auto; float: none; position: relative; }
#partner-savings .blog-feed { float: left; }
#partner-savings .side-column { margin-top: -100px; }

#partner-savings #content-block { position: absolute; left: 0; top: 40px; font-family: atrament-web, sans-serif; font-size: 26px; color: #c03; font-weight: 300; width: 150px; letter-spacing: .5px; }
#partner-savings #content-block p { margin: 0 0 13px; }
#partner-savings #content-block strong { font-weight: normal; color: #000; }


.tooltip { position: absolute; z-index: 999; left: -9999em; width: 124px; height: 130px; background: transparent url('img/tooltip-bkgd.png') 0 0 no-repeat; }
.tooltip p { color: #FFF; font-size: 18px; text-align: center; margin: 46px 10px 0; text-transform: uppercase; }



/* end testimonials */


/* test drive */

.testdrive-hed { width: 360px; float: left; }
.testdrive-hed strong { color: #000; font-weight: normal; }

#testdrive #screens-container { float: left; width: 722px; clear: both; }
#testdrive #title-container { float: right; width: 150px; padding-top: 100px; }
#testdrive #screen-titles { list-style-type: none; margin: 0; padding: 0; font-size: 24px; font-family: franklin-gothic-urw-condensed, sans-serif; font-size: 21px; font-weight: 300; }
#screen-titles li { margin-bottom: 12px; }
#screen-titles a { color: #333; }

#testdrive .caption { margin-top: 40px; }

#testdrive .main-column, #testdrive .side-column { width: auto; float: none; margin-left: 52px; }
#testdrive .side-column { position: relative; margin-top: 40px; }
.testdrive-lede { width: 722px; float: right; width: 546px; }
.testdrive-lede p { margin-top: 0;}

#screen-titles .active { color: #C03; }
#screens-container { height: 810px; }
#screens-container .sample-screen { height: 810px; }
#screens-container img { -moz-box-shadow: 3px 2px 8px rgba(0, 0, 0, .3); -webkit-box-shadow: 3px 2px 8px rgba(0, 0, 0, .3); box-shadow: 3px 2px 8px rgba(0, 0, 0, .3); }

.testdrive-lede { font-family: franklin-gothic-urw-condensed, /*atrament-web,*/ sans-serif; font-size: 26px; /*30px*/ font-weight: 300; color: #333; }
.testdrive-info { float: left; font-family: franklin-gothic-urw-condensed, /*atrament-web,*/ sans-serif; font-weight: 300; font-size: 18px; color: #000; width: 500px; position: absolute; bottom: 20px; left: 0; /*letter-spacing: .5px;*/ }
.test-drive-tout { float: right; width: 371px; }

#testdrive .blog-feed { float: left; }


/* end test drive */




/* team page */

#team .main-column { width: auto; float: none; }
/*#team .main-column h1 { font-size: 26px; color: #333; }*/
#team .exec { float: left; width: 259px; margin-right: 41px; }
#team .exec:nth-of-type(3n+1) { clear: left; }
#team .bio { margin-bottom: 20px; }
#team .bio h2 { font-family: sans-serif; color: #666; font-size: 12px; text-transform: uppercase; font-weight: bold; letter-spacing: .5px; }
#team .bio figure { margin-bottom: 12px; }

#board { clear: both; }

#team .sidebars { float: right; margin-top: 40px; width: 300px; }
#team .blog-feed, #team .test-drive-tout { width: auto; }
#team .blog-feed h2, #team .test-drive-tout h2 { font-size: 21px; }
#team .test-drive-tout h2 { padding: 13px 0 13px 34px; }
#team .test-drive-tout h3 { font-size: 18px; }
#team .test-drive-tout input { width: 296px; }
#team #testdrive-submit  { width: auto; top: 62px; }

#team #board h1 { color: #FFF; background: transparent url("img/bkgd-top-no-carousel.png") repeat-x scroll 0 -217px; position: relative; padding-left: 52px; margin: 40px 0 40px -52px; font-size: 26px; }
#team #board h1 b { background: none repeat scroll 0 0 #000000; bottom: 0; display: block; position: absolute; right: 61px; top: 0; width: 260px; }


/* end team page */



/* price comparisons */

.price-comps { margin: 0; padding: 0; list-style-type: none; font-family: franklin-gothic-comp-urw, sans-serif; font-weight: 300; color: #666; }
.price-comps li { float: left; margin-right: 40px; margin-bottom: 30px; width: 140px; }
.price-comps li:nth-of-type(3n) { margin-right: 0; }

.price-comps .comp_data { width: 140px; }
.price-comps td { padding-bottom: 3px; }
.price-comps .comp_hed { width: 50%; }
.price-comps .comp_value { text-align: right; }
.price-comps .bottomline td { color: #C03; }

#price-comparisons .page-excerpt { width: auto; }
#price-comparisons .page-excerpt h1 { font-size: 32px; color: #C03; font-family: atrament-web, sans-serif; font-weight: 300; margin-top: 0; margin-bottom: 10px; }
#price-comparisons .page-excerpt p { font-size: 12px; font-family: sans-serif; }

#price-comparisons #main { position: relative; }
#price-comparisons .side-column { position: absolute; bottom: 0; top: 223px; right: 0; }

#price-comparisons .form-container { margin-top: 40px; }


/* end price comparisons */





/* misc */

.server-message { font-family: atrament-web, sans-serif; font-weight: 300; background-color: #FFC; padding: 12px; font-size: 24px; color: #333; margin-bottom: 24px; }
.error { background-color: #C99; }

/* end misc */








/*Typekit:

	font-family: atrament-web; font-weight: 300;
	
	font-family: refrigerator-deluxe;
	
	font-family: franklin-gothic-urw; font-weight: 300; (book == 400, medium == 500)
	
	font-family: franklin-gothic-urw-condensed,sans-serif;
	font-style: normal;
	font-weight: 400;

*/


/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}


/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

