/*
Theme Name: Caspa WordPress Theme
Theme URI: http://wordpress-1210409-4299383.cloudwaysapps.com
Author: Shotgun Front
Author URI: http://www.shotgunfront.com
*/

/*! normalize.css 2011-11-04T15:38 UTC - http://github.com/necolas/normalize.css */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 */

audio:not([controls]) {
    display: none;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */

[hidden] {
    display: none;
}


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Keeps page centred in all browsers regardless of content height
 * 3. Prevents iOS text size adjust after 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%; /* 1 */
    /*overflow-y: scroll; /* 2 */
    -webkit-text-size-adjust: 100%; /* 3 */
    -ms-text-size-adjust: 100%; /* 3 */
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */

body {
    margin: 0;
}

/* 
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */

body,
button,
input,
select,
textarea {
    font-family: sans-serif;
}


/* =============================================================================
   Links
   ========================================================================== */

/*
 * Addresses outline displayed oddly in Chrome
 */

a:focus {
    outline: none;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */

a:hover,
a:active {
    outline: 0;
}


/* =============================================================================
   Typography
   ========================================================================== */

/*
 * Neutralise smaller font-size in 'section' and 'article' in FF4+, Chrome, S5
 */

h1 {
    font-size: 2em;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/

b, 
strong { 
    font-weight: bold; 
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */

/* 1 */

q {
    quotes: none;
}

/* 2 */

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * 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-left: 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves 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; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */

figure {
    margin: 0;
}


/* =============================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE6/7
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects alignment displayed oddly in IE6/7
 */

legend {
    border: 0; /* 1 */
    *margin-left: -7px; /* 2 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */

button,
input {
    line-height: normal; /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */

button,
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */
    *overflow: visible;  /* 3 */
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding that is displayed in S5, Chrome on OS X
 */

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * 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;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}


/* =============================================================================
   Tables
   ========================================================================== */

/* 
 * Remove most spacing between table cells
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}



/* ------------------------------------------ Structure ------------------------------------------ */

body {
	color:#666;
	font-size:14px;
	line-height:1.5em;
	font-family:Arial, Helvetica, sans-serif;
	background:#f3f3f3;
}

#wrapper {
	width:1000px;
	margin:0 auto;
	background:#fff;
}

#main {
	width:940px;
	margin:0 30px;
	padding:30px 0;
}

#main_header {
	height:91px;
	background:url(/wp-content/themes/caspa/images/shared/header_bg.png) left top repeat-x;
	width:940px;
	padding:25px 30px 0;
	position:relative;
}

#main_logo {
	position:absolute;
	top:22px;
	left:30px;
}

#header_contact_details {
	margin:0;
	position:absolute;
	top:32px;
	left:250px;
	font-size:13px;
	color:#aaa;
}

#header_contact_details a {
	text-decoration:none;
}
#header_contact_details a:hover {
	text-decoration:underline;
}


#header_contact_details strong {
	color:#5787b6;	
}

#header_search {
	position:absolute;
	top:27px;
	right:30px;
}


#main_footer {
	background:url(/wp-content/themes/caspa/images/shared/footer_bg.jpg) center top no-repeat #3673B6;
	color:#fff;
	min-height:125px;
	width:940px;
	padding:25px 30px 0;
	position:relative;
}

#footer_statement {
	background:url(/wp-content/themes/caspa/images/shared/footer_logo.png) left center no-repeat;
	padding-left:60px;
	color:#fff;
	font-size:11px;
	line-height:18px;
	position:absolute;
	right:30px;
	width:220px;
	height:36px;
	margin:0;
}

.footer_links_wrapper {
	width:200px;
	float:left;
	margin:0 20px 0 0;
	padding:0;
}

.footer_links_wrapper dt {
	margin:0 0 3px;
	font-size:16px;
}

.footer_links_wrapper dd {
	padding:0;
	margin:0;
}

.footer_links_wrapper dd a {
	font-size:11px;
	text-decoration:none;
	color:#fff;
	display:block;
}
.footer_links_wrapper dd a:hover {
	text-decoration:underline;
}

a { color:#5787b6; }

.blue { color:#5787b6; }
.yellow { color:#ffc800; }

.post-edit-link { 
	background: none repeat scroll 0 0 #B6D3AA;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    font-size: 11px;
    padding: 2px 5px;
    text-decoration: none;
}
.post-edit-link:hover {
	background:#5daa3d;
}

#spemail { display:none; }

.fl { float:left; }
.fr { float:right; }
.clear { clear:both; }

.sm_blue_button {
	background:url(/wp-content/themes/caspa/images/shared/button_sm_blue.png) left top no-repeat;
	width:192px;
	height:59px;
	padding:0 0 0 20px;
	font-weight:normal;
	font-size:16px;
	text-decoration:none;
	color:#fff;
	border:none;
	display:block;
	text-align:left;
}

.sm_blue_button:hover {
	background-position:left -57px;
}
.sm_blue_button:active {
	background-position:left -115px;
}

.lg_yellow_button {
	width:292px;
	padding-left:20px;
	height:90px;
	background:url(/wp-content/themes/caspa/images/home/home_buttons.png) left top no-repeat;
	display:block;
	font-size:15px;
	line-height:90px;
	color:#fff;
	text-decoration:none;
}

.lg_yellow_button:hover {
	background-position:left -100px;
}

.lg_yellow_button:active {
	background-position:left -200px;
	line-height:92px;
}

.lg_blue_button {
	width:290px;
	height:90px;
	background:url(/wp-content/themes/caspa/images/home/home_buttons.png) right top no-repeat;
	display:block;
	padding-left:20px;
	font-size:15px;
	line-height:90px;
	color:#fff;
	text-decoration:none;
}

.lg_blue_button:hover {
	background-position:right -100px;
}

.lg_blue_button:active {
	background-position:right -200px;
	line-height:92px;
}




/* ------------------------------------------ Nav ------------------------------------------ */

#main_nav {
	margin:0;
	padding:0;
	list-style-type:none;
	position:absolute;
	right:12px;
	bottom:5px;
}

#main_nav li {
	float:right;
	border-left:1px solid #e6e6e6;
	border-right:1px solid #fff;
}

#main_nav li#nav_contact {
	border-right:none;
}
#main_nav li#nav_home {
	border-left:none;
}

#main_nav li a {
	padding:10px 20px;
	display:block;
	font-size:14px;
	font-weight:bold;
	color:#999;
	-o-text-shadow:0 1px 0 #fff;
	-webkit-text-shadow:0 1px 0 #fff;
	-moz-text-shadow:0 1px 0 #fff;
	text-shadow:0 1px 0 #fff;
	text-decoration:none;
}

#main_nav li a:hover {
	color:#7f9ab5;
}

.home #nav_home a, .page-id-8 #nav_features a, .parent-pageid-8 #nav_features a, .page-id-17 #nav_purchasing a, .parent-pageid-17 #nav_purchasing a, .page-id-23 #nav_resource a, .parent-pageid-23 #nav_resource a, .page-id-29 #nav_about a, .parent-pageid29 #nav_about a, .page-id-31 #nav_contact a, .parent-pageid-31 #nav_contact a, .category #nav_resource a, .blog #nav_resource a, .single #nav_resource a, .page-template-page_downloads-2012-php #nav_resource a, .page-id-1942 #nav_resource a, .parent-pageid-1942 #nav_resource a { 
	color:#5787b6 !important; 
}

#header_subnav {
	height:20px;
	padding:15px 30px 14px;
	background:#fafafa;
	border-bottom:1px solid #dadada;
}

#breadcrumbs {
	margin:0;
	font-size:12px;
	line-height:20px;
	color:#777;
}

#breadcrumbs a {
	text-decoration:none;
}

/* ------------------------------------------ Search box ------------------------------------------ */

#searchform {
	background:url(/wp-content/themes/caspa/images/shared/header_search_bg.png) right center no-repeat;
	height:28px;
	width:320px;
	position:relative;
}

#search_intro_label {
	position:absolute;
	right:190px;
	top:5px;
	font-size:12px;
	font-style:italic;
	color:#aaa;
}

#searchform #s {
	background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #999999;
    font-size: 12px;
    height: 20px;
    position: absolute;
    right: 34px;
    top: 4px;
    width: 135px;
}

#searchform #s:hover {
	color:#5787b6;
}

#searchform #searchsubmit {
	background:url(/wp-content/themes/caspa/images/shared/searchsubmit.png) 0 top no-repeat;
	width:15px;
	height:16px;
	position:absolute;
	right:14px;
	top:7px;
	margin:0;
	padding:0;
	border:none;
	text-indent:-9999px;
}

#searchform #searchsubmit:hover {
	background-position:0 bottom;
}


/* ------------------------------------------ Newsletter Signup ------------------------------------------ */

#newsletter_signup {
	width:1000px;
	height:114px;
	margin:-5px 0 0;
	position:relative;
	background:url(/wp-content/themes/caspa/images/shared/newsletter_signup_bg.jpg) left top no-repeat #5787b6;
	overflow:hidden;
}

#header_newsletter_signup_wrapper {
    height: 73px;
    left: 360px;
    overflow: hidden;
    position: absolute;
    top: 35px;
    width: 539px;
}

#newsletter_signup_submit {
	width:76px;
	height:36px;
	text-indent:-9999px;
	position:absolute;
	right:0px;
	top:3px;
	background:url(/wp-content/themes/caspa/images/shared/newsletter_subscribe_button.png) left top no-repeat;
	border:none;
	cursor:pointer;
}

#newsletter_signup_submit:hover {
	background-position:left -37px;
}
#newsletter_signup_submit:active {
	background-position:left -74px;
}

#newsletter_signup_name, #newsletter_signup_email {
	border:none;
	background:none;
	font-size:13px;
	color:#5c8bbe;
	font-style:italic;
	display:block;
	width:172px;
}
#newsletter_signup_name:hover, #newsletter_signup_email:hover {
	color:#3673B6;
}

#newsletter_signup_name_wrapper {
	left:15px;
	top:14px;
	position:absolute;
}
#newsletter_signup_email_wrapper {
	left:235px;
	top:14px;
	position:absolute;
}

.validation_wrapper label.error {
	position:absolute;
	left:1px;
	bottom: -24px;
	font-size:11px;
}



#header_newsletter_signup label.error {
	color:#FFC800;
}

#header_newsletter_signup_success {
	position:absolute;
	top:-100px;
	left:365px;
	width:500px;	
}

#header_newsletter_signup_success p {
	margin:0;
	font-size:12px;
	color:#FFC800;	
}

#newsletter_signup_manage {
	margin:0;
	position:absolute;
	bottom:16px;
	right:125px;
}

#newsletter_signup_manage a {
	font-size:12px;
	padding:0 30px 0 0;
	line-height:20px;
	height:20px;
	display:block;
	float:left;
	background:url(/wp-content/themes/caspa/images/shared/round_arrow.png) right top no-repeat;
	text-decoration:none;
	color:#fff;
}
#newsletter_signup_manage a:hover {
	background-position:right bottom;
}

#header_newsletter_signup {
	width:515px;
	height:43px;
	position:relative;
	background:url(/wp-content/themes/caspa/images/shared/header_newsletter_signup_input_bg.png) 0 0 no-repeat;
}

/* ------------------------------------------ Home Page ------------------------------------------ */


#home_main {
	width:660px;
	padding:30px;
	float:left;
}

#home_main h1 {
	margin:-5px 0 0;
}

#home_main h2 {
	margin:30px 0 15px;
	color:#3c7cc6;
}

#home_sidebar {
	width:278px;
	float:right;
	border-left:1px solid #efefef;
	border-right:1px solid #efefef;
	z-index:10;
	margin:-10px 0 0;
}

#home_sidebar_content {
	padding:30px 15px 10px;
	border-bottom:1px solid #efefef;
	color:#aaa;
	font-size:12px;
}

#home_sidebar_content h2 {
	color:#5787B6;
	margin:30px 0 5px;
	font-size:18px;
}

#home_sidebar_content p {
	margin:5px 0 10px;
}

p#home_sidebar_welcome {
	font-size:18px;
	margin:0;
}

#home_sidebar_content a {
	text-decoration:none;
}
#home_sidebar_content a:hover {
	text-decoration:underline;
}


#home_sidebar_links {
	margin:0;
	padding:0;
	list-style:none;
}

#home_sidebar_links li {
	border-bottom:1px solid #efefef;
}

#home_sidebar_links li a {
	padding:15px 40px 14px 15px;
	font-size:16px;
	font-weight:bold;
	display:block;
	text-decoration:none;
	background:url(/wp-content/themes/caspa/images/shared/arrows.png) 253px 14px no-repeat; 
}

#home_sidebar_links li a:hover {
	background:url(/wp-content/themes/caspa/images/shared/arrows.png) 253px 14px no-repeat #fafcff;	
}

#home_buttons_wrapper {
	width:660px;
	clear:right;
	float:left;
	margin:-70px 0 0;
}

#home_buttons_left {
	width:312px;
	padding:0;
	margin:0;
	list-style-type:none;
	float:left;
}

#home_buttons_right {
	width:310px;
	padding:0;
	margin:0;
	list-style-type:none;
	float:right;
}

li.home_buttons_upper {
	min-height:90px;
	padding:0 20px;
}

#home_buttons_wrapper h3 {
	margin:0 0 3px;
}

#home_buttons_wrapper p {
	font-size:12px;
	color:#999;
	margin:0;
}

#home_buttons_wrapper a {
	text-decoration:none;
}

#home_buttons_left h3, #home_buttons_left .home_buttons_upper a {
	color:#ffc800;
}
#home_buttons_right h3, #home_buttons_right .home_buttons_upper a {
	color:#5787b6;
}

#home_buttons_features {
	width:292px;
	padding-left:20px;
	height:90px;
	background:url(/wp-content/themes/caspa/images/home/home_buttons.png) left top no-repeat;
	display:block;
	font-size:16px;
	line-height:90px;
	color:#fff;
}

#home_buttons_features:hover {
	background-position:left -100px;
}

#home_buttons_features:active {
	background-position:left -200px;
	line-height:92px;
}

#home_buttons_download {
	width:290px;
	height:90px;
	background:url(/wp-content/themes/caspa/images/home/home_buttons.png) right top no-repeat;
	display:block;
	padding-left:20px;
	font-size:16px;
	line-height:90px;
	color:#fff;
	text-decoration:none;
}

#home_buttons_download:hover {
	background-position:right -100px;
}

#home_buttons_download:active {
	background-position:right -200px;
	line-height:92px;
}


/* ------------------------------------------ Pages ------------------------------------------ */

.entry-title {
	margin-top:0;
}

#page_2col_left {
	width:660px;
	padding:30px;
	float:left;
	background:#fff;
}

#sub_page_nav {
	width:278px;
	float:right;
	margin:0;
	padding:0;
	list-style:none;
	border-left:1px solid #efefef;
	border-right:1px solid #efefef;
	background:#fff;
}

#sub_page_nav li {
	border-bottom:1px solid #efefef;
}

#sub_page_nav li a {
	padding:15px 40px 14px 15px;
	font-size:13px;
	display:block;
	text-decoration:none;
	background:url(/wp-content/themes/caspa/images/shared/arrow_right.png) 253px center no-repeat; 
}

#sub_page_nav li a:hover {
	background:url(/wp-content/themes/caspa/images/shared/arrow_right.png) 253px center no-repeat #fafcff;	
}

#sub_page_nav .current_page_item > a {
	padding:15px 15px 14px 35px;
	background:url(/wp-content/themes/caspa/images/shared/arrow_left.png) 13px center no-repeat; 
}

#sub_page_nav .current_page_item > a:hover {
	background:url(/wp-content/themes/caspa/images/shared/arrow_left.png) 13px center no-repeat #fafcff;	
}


#sub_page_nav li ul {
	list-style-type:none;
	margin:0 0 10px;
	padding:0;
}

#sub_page_nav li ul li {
	border-bottom:none;
}

#sub_page_nav li ul li a {
	padding:10px 40px 10px 30px;
	font-size:11px;
	color:#79aadb;
}

#sub_page_nav li ul li a, #sub_page_nav .current_page_item ul li a {
	background:url(/wp-content/themes/caspa/images/shared/arrow_right_sm.png) 253px center no-repeat; 
}

#sub_page_nav li ul li a:hover {
	background:url(/wp-content/themes/caspa/images/shared/arrow_right_sm.png) 253px center no-repeat #fafcff;	
}

#sub_page_nav li ul li.current_page_item a {
	background:url(/wp-content/themes/caspa/images/shared/arrow_left_sm.png) 13px center no-repeat; 
}

#sub_page_nav li ul li.current_page_item a:hover {
	background:url(/wp-content/themes/caspa/images/shared/arrow_left_sm.png) 13px center no-repeat #fafcff;	
}

#sub_page_nav ul.children { 
	height:0; 
	overflow:hidden; 
	display:none; 
}

#sub_page_nav li:hover ul.children { 
	height:auto; 
	display:block; 
}

.entry-content .alignright {
	float:right;
	margin:0 0 30px 30px;
}

.entry-content .alignleft {
	float:left;
	margin:0 30px 30px 0;
}

.entry-content li {
	margin:5px 0;
}

.thumb_border {
	border:1px solid #efefef;
	padding:3px;
	box-shadow:1px 1px 2px #eee;
}


/* ------------------------------------------ Downloads ------------------------------------------ */

#tab-container-1-nav {
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;	
}

#ie6 #tab-container-1-nav, #ie7 #tab-container-1-nav, #ie8 #tab-container-1-nav {
	margin-bottom:-20px;
}

#tab-container-1-nav h2 {
	margin:0;
}

#tab-container-1-nav li {
	float:left;
	border:1px solid #efefef;
	border-right:none;
	border-bottom:none;
}

#tab-container-1-nav li.tabright {
	border-right:1px solid #efefef;
}

#tab-container-1-nav a {
	padding:12px 20px;
	display:block;
	text-decoration:none;
	font-size:18px;
	color:#888;
}
#tab-container-1-nav a:hover {
	color:#777;
}

#tab-container-1-nav .activeli a {
	background:#FAFCFF;
	color:#5787B6;
}

.page-id-21 .tab {
	clear:left;
	border-top:1px solid #efefef;
	padding:20px;
}

.tab .dl_button {
	position:absolute;
	top:3px;
	right:0;
}

.dl_button {
	background:url(/wp-content/themes/caspa/images/downloads/dl_button.png) left top no-repeat;
	width:93px;	
	height:33px;
	display:block;
	text-indent:-9999px;
	float:right;
	margin:3px 0 0 30px;
}

.dl_button:hover {
	background-position:left -34px;
}

.dl_button:active {
	background-position:left -68px;
}

#tab-container-1 h3 {
	margin:0;
	font-size:14px;
	color:#5787B6;
}

#tab-container-1 p {
	margin-top:0;
	font-size:12px;
}

#tab-container-1 .tab ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

#tab-container-1 .tab li {
	margin:0 0 25px;
	padding-right:115px;
	position:relative;
}



#tab-container-1 .dl_icon {
	margin:0 5px 0 15px;
}

#tab-container-1 .dl_file-size {
	font-size:11px;
	color:#bbb;	
	font-weight:normal;
	position:relative;
	bottom:2px;
}

.dl_eval_link {
	color:#5DAA3D !important;
}

a.dl_eval_link {
	background:url(/wp-content/themes/caspa/images/downloads/dl_button.png) right top no-repeat;
}

a.dl_eval_link:hover {
	background-position:right -34px;
}

a.dl_eval_link:active {
	background-position:right -68px;
}


/* ------------------------------------------ Register Form ------------------------------------------ */


#register_form {
	width:740px;
	border:1px solid #e8e8e8;
	box-shadow:0 0 6px #eee;
	padding:30px 30px 5px;
	min-height:500px;
	margin:10px auto 60px;
	background:#fafbfc;
}

#register_form h2 {
	margin:0 0 30px;
	font-weight:normal;
}

td.register_2col {
	width:350px;
	padding-right:20px;	
}

.register_label {
	color:#5787B6;
	display:block;
	margin:0 0 4px;	
	font-size:16px;
}

.input_radio {
	margin-right:5px;
}

.input_check {
	margin-right:10px;
}

.check_label {
	font-size:14px;
	color:#777;
	position: relative;
}



.input_text {
	background: none repeat scroll 0 0 #FDFDFD;
    border: 1px solid #DDDDDD;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
    color: #666666;
    font-size: 14px;
    padding: 8px 8px 6px;
    width: 300px;
}

#register_form td {
	padding-bottom:20px;
}

#register_role {
	color: #777;
}

.validation_wrapper {
	position:relative;
	padding-bottom:10px;
}

#register_form .validation_wrapper label.error {
	bottom:-11px;
	left:5px;
	color:#bb0000;
}

.register_location_prompt {
	color:#5787B6;
	display:none;
	position:absolute;
	top: -3px;
}

#location_label_1 .register_location_prompt { right: -85%; }
#location_label_2 .register_location_prompt { right: -70%; }
#location_label_3 .register_location_prompt { right: -74%; }
#location_label_4 .register_location_prompt { right: -75%; }


.other_wrapper {
	display:none;
}



/* ------------------------------------------ Resource Centre ------------------------------------------ */

#resources_left_title {
	margin:0;
}

#resources_sidebar {
	width:279px;
	border-left: 1px solid #EFEFEF;
	border-bottom:1px solid #efefef;
	float:right;
}

#other_resources {
	margin:0;
	padding:0;
	list-style:none;
}

#other_resources li {
	border-bottom:1px solid #efefef;
}

#other_resources li a {
	padding:15px 40px 14px 30px;
	font-size:16px;
	font-weight:bold;
	display:block;
	text-decoration:none;
	background:url(/wp-content/themes/caspa/images/shared/arrow_right.png) 253px center no-repeat; 
}

#other_resources li a:hover {
	background:url(/wp-content/themes/caspa/images/shared/arrow_right.png) 253px center no-repeat #fafcff;	
}

.page-id-203 #other_resources li.resource_sidebar_support a, .page-id-21 #other_resources li.resource_sidebar_downloads a {
	background:url(/wp-content/themes/caspa/images/shared/arrow_left.png) 16px center no-repeat; 
	padding: 15px 15px 14px 40px;
}

.page-id-203 #other_resources li.resource_sidebar_support a:hover, .page-id-21 #other_resources li.resource_sidebar_downloads a:hover {
	background:url(/wp-content/themes/caspa/images/shared/arrow_left.png) 16px center no-repeat #fafcff; 
	padding: 15px 15px 14px 40px;
}


.resources_sidebar_title {
	font-size:18px;
	color:#666;
	padding:15px;
	margin:0;
	border-bottom:1px solid #efefef;
	cursor:default;
	min-height:20px;
	line-height:20px;
}

.resources_sidebar_title small {
	color: #AAAAAA;
    display: block;
    font-size: 13px;
    padding-top: 5px;
}

#sidebar_email_archive {
	height:250px;
	overflow-y: auto;
}


#resources_category {
	list-style-type:none;
	margin:0;
	padding:0;
}

#resources_category li {
	border-bottom:1px solid #efefef;
}

#resources_category li a {
	padding:15px 40px 14px 30px;
	font-size:16px;
	font-weight:bold;
	line-height:22px;
	display:block;
	text-decoration:none;
	background:url(/wp-content/themes/caspa/images/shared/arrow_right.png) 253px 15px no-repeat; 
}

#resources_category li a:hover {
	background:url(/wp-content/themes/caspa/images/shared/arrow_right.png) 253px 15px no-repeat #fafcff;	
}


#resources_category a em {
	font-style:normal;
	font-weight:normal;
	font-size:13px;
	color:#aaa;
}


#sidebar_email_archive ul {
	list-style-type:none;
	padding:0;
	margin:10px 0;
	font-size:11px;
	color:#999;
}

#sidebar_email_archive li {
	padding:7px 30px;
	line-height:18px;
}

#sidebar_email_archive a {
	text-decoration:none;
	color:#5787B6;
	font-size:12px;
}

#sidebar_email_archive a:hover {
	text-decoration:underline;
}

.archive .page-header .page-title {
	font-weight:normal;
	margin:0;
}

.archive .page-header {
	margin:0 0 40px;
}

.archive .page-header .page-title span {
	color:#5787B6;
}

.category-archive-meta p {
	font-size:12px;
	color:#999;
}

.entry-title a {
	text-decoration:none;
	line-height: 1.3;
}

.entry-title a:hover {
	color:#3972aa;
}

.single .entry-title, .category .entry-title, .blog .entry-title {
	font-weight:normal;
	margin:0;
	line-height:1.2em;
	color:#FFBE10;
}

.cat-links {
	font-size:11px;
	color:#aaa;	
}

.cat-links a {
	color:#888;
	text-decoration:none;
}
.cat-links a:hover {
	text-decoration:underline;
}

.content_feed article {
	border-bottom: 1px solid #EFEFEF;
    margin: 0 0 40px;
    padding: 0 0 40px;
}

.single-post .content_feed article {
	padding-top: 15px;
}

.entry-content a.more-link {
	float:left;
	padding:5px 25px 5px 0;
	background:url(/wp-content/themes/caspa/images/shared/arrow_right_yellow.png) right center no-repeat;
	text-decoration:none;
	color: #FFBE10;
}

/* ------------------------------------------ Pagination ------------------------------------------ */

.wp-paginate {
    margin: 0;
    padding: 0;
	font-size:12px;
}
.wp-paginate li {
    display: inline;
    list-style: none outside none;
}
.wp-paginate a {
    background: none repeat scroll 0 0 #e6e6e6;
    color: #666666;
    margin-right: 4px;
    padding: 3px 6px;
    text-align: center;
    text-decoration: none;
}
.wp-paginate a:hover, .wp-paginate a:active {
    background: none repeat scroll 0 0 #ddd;
    color: #888888;
}
.wp-paginate .title {
    color: #777;
    margin-right: 8px;
}
.wp-paginate .gap {
    color: #999999;
    margin-right: 4px;
}
.wp-paginate .current {
    background: none repeat scroll 0 0 #FFBE10;
    color: #FFFFFF;
    margin-right: 4px;
    padding: 3px 6px;
	cursor:default;
}
.wp-paginate .page {
}
.wp-paginate .prev, .wp-paginate .next {
}
.wp-paginate-comments {
}
.wp-paginate-comments li {
}
.wp-paginate-comments a {
}
.wp-paginate-comments a:hover, .wp-paginate-comments a:active {
}
.wp-paginate-comments .title {
}
.wp-paginate-comments .gap {
}
.wp-paginate-comments .current {
}
.wp-paginate-comments .page {
}
.wp-paginate-comments .prev, .wp-paginate-comments .next {
}


/* ------------------------------------------ Search ------------------------------------------ */

.search .navigation {
	margin:20px 0;
}


.search .page-header {
	margin:0 0 40px;
}

.search h1.page-title {
	margin:0 0 3px;
}

.search .search-term-highlight {
	background:#fff3c2;
}

.search-results #main article {
	margin:0 0 60px;
}

.search article .entry-title {
	margin:0 0 10px;
	line-height: 1.1;
}

p.search-results-total {
	margin:0 0 10px;
	font-size:11px;
	color:#bbb;	
}




/* =Comments
----------------------------------------------- */

#comments-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
	padding: 0 0 2.6em;
	text-transform: uppercase;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 68.9%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	content: url(images/comment-arrow.png);
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#respond {
	background: #ddd;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 68.9%;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 45px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}



/* !----------2012 Updates---------- */

.padded_page {
	padding: 30px;
	clear: both;
	position: relative;
}

.page-template-page_downloads-2012-php #tab-container-1 {
	margin: 40px 0 0;
}

.top_breadcrumbs {
	margin-top: -4px;
}

#resource_tabs_title {
	font-size: 24px;
	font-weight: bold;
	margin: 30px 30px 0;
	color: #3d7dc6;
}

#resource_tabs_title a {
	text-decoration: none;
}

.resource_section_title {
	border-bottom: 1px solid #DDDDDD;
    font-size: 36px;
    line-height: 40px;
    margin: 10px 0 20px;
    padding: 0 0 40px;
}

#title_dl {
	color: #3d7dc6;
}
#title_learn {
	color: #FF8010;
	margin-bottom: 0;
}
#title_art {
	color: #FFBE10;
	margin-bottom: 0;
	padding-right: 440px;
}
#title_sup {
	color: #48d58e;
	margin-bottom: 0;
}

.page-template-page_downloads-2012-php .tab {
	clear:left;
	border-top:6px solid #efefef;
	padding:20px 300px 20px 20px;
}

.page-template-page_downloads-2012-php .tab { border-color: #3d7dc6; }

.page-template-page_downloads-2012-php #tab-container-1-nav li {
	border: none;
	float: left;
	position: relative;
	margin: 0 -22px 0 0;
}

.page-template-page_downloads-2012-php #li_tab_1 {	z-index: 4; }
.page-template-page_downloads-2012-php #li_tab_2 {	z-index: 3; }
.page-template-page_downloads-2012-php #li_tab_3 {	z-index: 2; }


.page-template-page_downloads-2012-php .activeli {	z-index: 10 !important; }


.page-template-page_downloads-2012-php #tab-container-1-nav a {
	height: 54px;
	line-height: 58px;
	margin: 0 23px;
	position: relative;
	font-size: 20px;
	padding: 0 10px;
	color: #fff;
} 

.page-template-page_downloads-2012-php #tab-container-1-nav a strong {
	position: absolute;
	width: 23px;
	height: 54px;
	display: block;
	top: 0;
	left: -23px;
}

.page-template-page_downloads-2012-php #tab-container-1-nav a em {
	position: absolute;
	width: 23px;
	height: 54px;
	display: block;
	top: 0;
	right: -23px;
}

#dl_tab_1 {	background: #8ab5e6 !important; }
#dl_tab_2 {	background: #99c2f2 !important; }
#dl_tab_3 {	background: #acd1fa !important; }

#dl_tab_1 strong { background: url(/wp-content/themes/caspa/images/downloads/dl_tab_1_l.png) }
#dl_tab_1 em { background: url(/wp-content/themes/caspa/images/downloads/dl_tab_1_r.png) }

#dl_tab_2 strong { background: url(/wp-content/themes/caspa/images/downloads/dl_tab_2_l.png) }
#dl_tab_2 em { background: url(/wp-content/themes/caspa/images/downloads/dl_tab_2_r.png) }

#dl_tab_3 strong { background: url(/wp-content/themes/caspa/images/downloads/dl_tab_3_l.png) }
#dl_tab_3 em { background: url(/wp-content/themes/caspa/images/downloads/dl_tab_3_r.png) }


.page-template-page_downloads-2012-php #tab-container-1-nav .activeli a {
	background: #3d7dc6 !important;
}


.page-template-page_downloads-2012-php #tab-container-1-nav .activeli strong { background: url(/wp-content/themes/caspa/images/downloads/dl_tab_active_l.png) }
.page-template-page_downloads-2012-php #tab-container-1-nav .activeli em { background: url(/wp-content/themes/caspa/images/downloads/dl_tab_active_r.png) }


#resource_tabs {
	padding: 0;
	margin: 30px 0 0 30px;
	list-style-type: none;
	width: 940px;
	height: 54px;
	border-bottom: 6px solid;
}

.blog #resource_tabs, .search #resource_tabs, .single-post #resource_tabs, .category #resource_tabs { border-color: #ffbe10; }
.page-id-1915 #resource_tabs, .parent-pageid-1942 #resource_tabs { border-color: #ff8010; }
.page-id-1910 #resource_tabs { border-color: #3d7dc6; }
.page-id-1930 #resource_tabs { border-color: #48d58e; }

.blog #resource_tabs #resource_li_1 { z-index: 10 !important; }
.page-id-1915 #resource_tabs #resource_li_2, .page-id-1923 #resource_tabs #resource_li_2, .page-id-1925 #resource_tabs #resource_li_2, .parent-pageid-1915 #resource_tabs #resource_li_2, .parent-pageid-1942 #resource_tabs #resource_li_2 { z-index: 10 !important; }
.page-id-1910 #resource_tabs #resource_li_3 { z-index: 10 !important; }
.page-id-1930 #resource_tabs #resource_li_4 { z-index: 10 !important; }


#resource_tabs li {
	float: left;
	height: 54px;
	margin-right: -22px;
	position: relative;
	left: -24px;
}

#resource_tabs a {
	height: 54px;
	line-height: 59px;
	margin: 0 23px;
	position: relative;
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 0 15px;
	color: #fff;
	display: block;
	text-decoration: none;
}

#resource_tabs a strong {
	position: absolute;
	width: 23px;
	height: 54px;
	display: block;
	top: 0;
	left: -23px;
}

#resource_tabs a em {
	position: absolute;
	width: 23px;
	height: 54px;
	display: block;
	top: 0;
	right: -46px;
}

#resource_li_1 {
	margin-left: 61px;
	background: #ffbe10;
	z-index: 5;
}

#resource_li_1 a strong { background: url(/wp-content/themes/caspa/images/shared/tab_articles_l.png); width: 61px; left: -61px; }
#resource_li_1 a em { background: url(/wp-content/themes/caspa/images/shared/tab_articles_r.png); }


#resource_li_2 {
	margin-left: 61px;
	background: #ff8010;
	z-index: 4;
}

#resource_li_2 a strong { background: url(/wp-content/themes/caspa/images/shared/tab_learning_l.png); width: 61px; left: -61px; }
#resource_li_2 a em { background: url(/wp-content/themes/caspa/images/shared/tab_learning_r.png); }


#resource_li_3 {
	margin-left: 72px;
	background: #3d7dc6;
	z-index: 3;
}

#resource_li_3 a strong { background: url(/wp-content/themes/caspa/images/shared/tab_download_l.png); width: 72px; left: -72px; }
#resource_li_3 a em { background: url(/wp-content/themes/caspa/images/shared/tab_download_r.png); }


#resource_li_4 {
	margin-left: 68px;
	background: #48d58e;
	z-index: 2;
}

#resource_li_4 a strong { background: url(/wp-content/themes/caspa/images/shared/tab_support_l.png); width: 68px; left: -68px; }
#resource_li_4 a em { background: url(/wp-content/themes/caspa/images/shared/tab_support_r.png); }




.padded_l {
	width: 630px;
	margin: 0 30px 0 0;
	float: left;
	padding-top: 5px;
}

.padded_sidebar {
	float: right;
	width: 279px;
	border-left: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}

.blog .content_feed, .category .content_feed {
	padding-top: 30px;
}

#learning_sidebar {
	border-bottom: none;
}

#learning_sidebar #resources_category a, #resources_sidebar.padded_sidebar #resources_category a {
	background: none;
	font-size: 20px;
	padding: 25px 20px 20px 30px;
}

#learning_sidebar #resources_category a {
	color: #ff8010;
}

#learning_sidebar #resources_category a:hover, .page-id-1918 #learning_sidebar_video a, .page-id-1921 #learning_sidebar_training a, .page-id-1923 #learning_sidebar_face a, .page-id-1925 #learning_sidebar_self a {
	background: #fffaf5 !important;
}


#resources_sidebar.padded_sidebar #resources_category a {
	color: #FFBE10;
}

#resources_sidebar.padded_sidebar #resources_category a:hover {
	background: #fffcf2;
}

.articles_intro {
	padding-bottom: 30px;
	border-bottom: 1px solid #efefef;
	margin-bottom: 50px;
}


.blog .entry-title a, .search .entry-title a, .category .entry-title a {
	color: #FFBE10;
}
.blog .entry-title a:hover, .search .entry-title a:hover, .category .entry-title a:hover {
	color: #ebaf0c;
}

#searchform.article_searchform {
	position: absolute;
	top: 47px;
	right: 30px;
	width: 400px;
}

#searchform.article_searchform #s:hover {
	color: #FFBE10;
}

.search_articles_title {
	padding-right: 280px;
	font-size: 30px;
	line-height: 36px;
}

.search-results-total {
	font-size: 11px;
	color: #888;
}

.search_results_feed {
	padding-top: 30px;
}


.support_intro {
	margin: 0 0 50px;
}

.support_faq_q {
	margin: 10px 0 0;
	padding: 0;
}

.support_faq_q p {
	font-size: 18px;
	color: #48D58E;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

.support_faq_q p:hover {
	text-decoration: underline;
}

.support_faq_a {
	padding: 0;
	margin: 0;
}

.support_faq_a p {
	margin: 0;
	padding: 0 0 1em;
}

.faq_answer {
	padding: 8px 0 0;
}

#expand_faq_button {
	background: #48D58E;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	float: left;
	padding: 6px 12px;
	border-radius: 3px;
	overflow: hidden;
	margin: 0 0 30px;
	cursor: pointer;
	position: absolute;
	right: 30px;
	top: 48px;
	display: none;
}

.support_faq_section {
	clear: both;
	padding: 0;
}


#resource_title_main {
	color: #3c7cc6;
}


.resources_splash_block {
	width: 455px;
	height: 220px;
	overflow: hidden;
	background: #f7f7f7;
	border-radius: 2px;
	position: relative;
	margin-bottom: 30px;
}

.resources_splash_title {
	font-size: 38px;
	line-height: 42px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	position: absolute;
	left: 109px;
	top: 64px;
}

.resources_splash_desc {
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	margin: 0;
	position: absolute;
	left: 110px;
	top: 95px;
}

.resources_splash_link {
	width: 455px;
	height: 220px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background: url(/wp-content/themes/caspa/images/shared/blank.gif) 
}

#resources_splash_articles { background: url(/wp-content/themes/caspa/images/resources/splash_bg_articles.jpg); }
#resources_splash_learning { background: url(/wp-content/themes/caspa/images/resources/splash_bg_learning.jpg); }
#resources_splash_downloads { background: url(/wp-content/themes/caspa/images/resources/splash_bg_downloads.jpg); }
#resources_splash_support { background: url(/wp-content/themes/caspa/images/resources/splash_bg_support.jpg); }

.resources_splash_desc {
	position: absolute;
	left: 110px;
	top: 110px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
	margin: 0;
	width: 310px;
}





.page-template-page_video-clips-php .tab {
	clear:left;
	border-top:6px solid #efefef;
	padding:20px;
}

.page-template-page_video-clips-php .tab { border-color: #ff8010; }

.page-template-page_video-clips-php #tab-container-1-nav li {
	border: none;
	float: left;
	position: relative;
	margin: 0 -22px 0 0;
}

.page-template-page_video-clips-php #tab-container-1 .tab li {
}

.page-template-page_video-clips-php #li_tab_1 {	z-index: 4; }
.page-template-page_video-clips-php #li_tab_2 {	z-index: 3; }
.page-template-page_video-clips-php #li_tab_3 {	z-index: 2; }


.page-template-page_video-clips-php .activeli {	z-index: 10 !important; }


.page-template-page_video-clips-php #tab-container-1-nav a {
	height: 54px;
	line-height: 58px;
	margin: 0 23px;
	position: relative;
	font-size: 20px;
	padding: 0 10px;
	color: #fff;
} 

.page-template-page_video-clips-php #tab-container-1-nav a strong {
	position: absolute;
	width: 23px;
	height: 54px;
	display: block;
	top: 0;
	left: -23px;
}

.page-template-page_video-clips-php #tab-container-1-nav a em {
	position: absolute;
	width: 23px;
	height: 54px;
	display: block;
	top: 0;
	right: -23px;
}

#vid_tab_1 {	background: #ffb675 !important; }
#vid_tab_2 {	background: #ffc694 !important; }
#vid_tab_3 {	background: #ffd6b2 !important; }

#vid_tab_1 strong { background: url(/wp-content/themes/caspa/images/videos/vid_tab_1_l.png) }
#vid_tab_1 em { background: url(/wp-content/themes/caspa/images/videos/vid_tab_1_r.png) }

#vid_tab_2 strong { background: url(/wp-content/themes/caspa/images/videos/vid_tab_2_l.png) }
#vid_tab_2 em { background: url(/wp-content/themes/caspa/images/videos/vid_tab_2_r.png) }

#vid_tab_3 strong { background: url(/wp-content/themes/caspa/images/videos/vid_tab_3_l.png) }
#vid_tab_3 em { background: url(/wp-content/themes/caspa/images/videos/vid_tab_3_r.png) }


.page-template-page_video-clips-php #tab-container-1-nav .activeli a {
	background: #ff8010 !important;
}


.page-template-page_video-clips-php #tab-container-1-nav .activeli strong { background: url(/wp-content/themes/caspa/images/videos/vid_tab_active_l.png) }
.page-template-page_video-clips-php #tab-container-1-nav .activeli em { background: url(/wp-content/themes/caspa/images/videos/vid_tab_active_r.png) }


.vid_title { color: #FF8010 !important; }

.view_vid_button {
	position:absolute;
	top:5px;
	right:0;
	background:url(/wp-content/themes/caspa/images/videos/dl_orange_button.png) left top no-repeat;
	width:103px;	
	height:33px;
	display:block;
	text-indent:-9999px;
}

.view_vid_button:hover {
	background-position:left -34px;
}

.view_vid_button:active {
	background-position:left -68px;
}



/*! fancyBox v2.1.3 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/wp-content/themes/caspa/images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/wp-content/themes/caspa/images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/wp-content/themes/caspa/images/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/wp-content/themes/caspa/images/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
