*
Theme Name: Wilder Presentations
Theme URI: 
Description: 
Version: 1.0
Author: Quentin Cole
Author URI: 
Tags:

	Based on Kubrick v1.5
	 http://binarybonsai.com/kubrick/
	The Kubrick theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* - BASIC STUFF - */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }
body {
	background:#FFF url(images/mainbg.jpg) top center no-repeat;
	font:14px/1.5 Arial, Helvetica, sans-serif;
	color:#404040;
	margin:0;
	padding:0;
}

p {
	margin: 10px 0;
}

a {
	color: #31729f;
	text-decoration:none;
}
a:hover {
	color: #970CA4;
}
a img {
	border: none;
}

a.padded {
	padding: 3px;
}
a.padded:hover {
	border: 0px solid #FFF;
	background: #31729F;
	color: #FFF;
	text-decoration:none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.additional-meta {font-size: xx-small}
blockquote {
	background: url(images/blockquote.gif) top left no-repeat #EEEEEE;
	border:0 solid #FFFFFF;
	color:#333;
	font-size:16px;
	font-style:normal;
	margin:5px 30px;
	padding:10px 10px 10px 58px;
	-moz-border-radius:6px 6px 6px 6px;
	-webkit-border-radius:6px 6px 6px 6px;
	border-radius:6px 6px 6px 6px;
}

blockquote em {
	border-top:1px solid #CCCCCC;
	color:#777;
	display:block;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	margin:10px 0 0;
	text-align:right;
}

/* -- LISTS -- */
ul, ol {margin:0;padding:0;}
ul li {	margin-left:5px;padding:0;}
li {list-style-type:none;}
.disc {list-style-type:disc; list-style-position: outside;}
/* lists inside posts */
.entry-content ul,
.entry-content ol { list-style: inside; margin: 10px 0 10px 5px;}
.entry-content ul li {
	list-style:disc outside none;
	margin-left:20px;
	padding-left:5px;
}
.entry-content ul ul,
.entry-content ul ol {margin:0;}
.entry-content ol li {margin-left:5px; list-style: decimal; list-style-position:inside}
.entry-content ol li li {margin-left:5px;}
ol li {
	margin: 10px 0;
}

ol ul {
	list-style: disc;
}

.entry-content tr { vertical-align: top; }

/* -- HEADINGS -- */
h1,h2,h3,h4,h5,h6 {margin:0;padding:0;}

h1,
.sliderinner h2 {
	color: #970ca4;
	font-size: 32px;
	font-weight: normal;
}

h2.entry-title {font-size:180%;}
h2#comments{margin:20px auto 10px;font-size:140%;}
h2.home {color: #31729f; font-size: 24px; font-weight:normal; margin: 0 0 10px 0; }

h4 {
	color: #404040;
	font-size:14px;
	font-weight: bold;
}

h2 a {
	padding: 0;
}

h2 a:hover {
	background: none;
	color: #31729f;
	text-decoration: underline;
}

.entry-content h2 {
	color:#4C4C4C;
	font-size:22px;
	line-height:24px;
	margin:20px 0 0;
	padding:0;
}

.entry-content h2 {
	color:#970CA4;
	font-size:24px;
	line-height:24px;
}

.entry-content h3 {
color:#E7A10B;
font-size:18px;
font-weight:normal;
line-height:24px;
}


/* -- MAIN DIV'S -- */
#wrapper {
	float:none;
	clear:both;
	margin:0 auto;
	padding:0;
	width:960px;
}
#header {
	height:120px;
	margin:0 auto;
	text-align:left;
	padding: 20px 0;
	position: relative;
}

#footer {
	border-top:4px solid #BFBFBF;
	clear:both;
	color:#808080;
	font-size:12px;
	margin:0 auto 20px;
	overflow:hidden;
	padding:10px 0;
	width:960px;
}

#footer .contacts {
	float: left;
	width: 510px;
}

#footer .feedback {
	float: right;
	width: 450px;
}

#homecontent {
	margin: 30px 0 0;
	overflow: hidden;
}

.contentwrap {
	float: left;
	overflow: hidden;
	width: 720px;
}

/* -- HEADER -- */

a.logo {
	background: url(images/wp_logo.png) left top no-repeat;
	display: block;
	height: 55px;
	margin: 10px 0 0 120px;
	outline: none;
	padding:0;
	text-indent: -9999px;
	width: 132px;
}

a.logo:hover {
	background-position: bottom left;
}

h2.header {
	color:#E7A10B;
	font-size:24px;
	font-weight:normal;
	left:230px;
	line-height:36px;
	margin-left:0;
	position:absolute;
	text-align:center;
	text-shadow: 0 0 15px #13011a;
	top:15px;
	width:730px;
}

h2.header span {
	color: #FFF;
	display: block;
	font-size: 40px;
	font-weight: bold;
}

/* -- NAVIGATION -- */

#nav {
	bottom:10px;
	float:right;
	font-size:14px;
	list-style:none outside none;
	position:absolute;
	right:0;
}

#nav li {
	border-right: 1px solid #FFF;
	display: inline-block;
	margin: 0;
	padding: 0 10px;
}

#nav li a {
	color: #FFF;
	padding: 3px;
}

#nav li.current_page_ancestor a,
#nav li.current_page_item a,
#nav li a:hover {
	background: #E7A10B;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#nav li:last-child {
	border: none;
	padding-right:0;
}

.sub-nav {
	border-bottom: 1px solid #ababab;
	border-top: 1px solid #ababab;
	list-style: none;
	margin: 0 0px;
	overflow: hidden;
	padding: 0;
	width: 684px;
}

.sub-nav li {
	display: table-cell;
	float: left;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}

.sub-nav li a {
	background-image: -moz-linear-gradient(100% 100% 90deg,#C0C0C0, #FFFFFF);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#C0C0C0));
	border-left: 1px solid #fff;
	border-right: 1px solid #ababab;
	color: #606060;
	display: table-cell;
	font-size: 12px;
	font-weight: bold;
	height: 42px;
	line-height: 16px;
	padding: 0px 15px;
	text-shadow: 0 1px 0 #FFF;
	width: 198px;
	vertical-align: middle;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.sub-nav li.current_page_item a,
.sub-nav li a:hover {
	background-image: -moz-linear-gradient(100% 100% 90deg, #A40DB0,#680881);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#680881), to(#A40DB0));
	border-left: 1px solid #960ca3;
	border-right: 1px solid #43044c;
	color: #FFF;
	text-shadow: 0 -1px 0 #43044c;
}

.sub-nav li:first-child {
}
.sub-nav li:last-child {
}
.sub-nav li:first-child a {
	border-left: none;
	width: 196px;
}
.sub-nav li:last-child a {
	border-right: none;
	width: 196px;
}

.speeches .sub-nav li a {
	width: 311px;
}

#steps-nav td {
	vertical-align: middle;
}

#steps-nav {
	margin-bottom: 15px;
}

#steps-nav a {
	background-image: -moz-linear-gradient(100% 100% 90deg,#C0C0C0, #FFFFFF);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#C0C0C0));
	border-left: 1px solid #fff;
	border-right: 1px solid #ababab;
	color: #606060;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 42px;
	line-height: 42px;
	padding: 0px 15px;
	text-shadow: 0 1px 0 #FFF;
	text-align: center;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	
}

#steps-nav a.current,
#steps-nav a:hover {
	background-image: -moz-linear-gradient(100% 100% 90deg, #A40DB0,#680881);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#680881), to(#A40DB0));
	border-left: 1px solid #960ca3;
	border-right: 1px solid #43044c;
	color: #FFF;
	text-shadow: 0 -1px 0 #43044c;
}

.steps-table td {
	border: 1px solid #EEE;
	padding: 10px;
}

/* -- HOME -- */

#loopedSlider {
	background: rgba(255,255,255,.85);
	border: 3px solid #FFF;
	clear:both;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	-moz-box-shadow: 0 0 5px #808080;
	-webkit-box-shadow: 0 0 5px #808080;
	box-shadow: 0 0 5px #808080;
}

#loopedSlider .container {
	border: 0px solid #FFF;
	height: 290px;
	overflow:hidden;
	position:relative;
	width: 954px;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
}
.slides { position:absolute; top:0; left:0; }
.slides div.slide { position:absolute; top:0; width:960px; display:none; }

#loopedSlider .pagination {
	border-top: 2px solid #e6e6e6;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

#loopedSlider .pagination li {
	border-right: 1px solid #d5d5d5;
	display: table-cell;
	margin: 0;
	padding: 0;
	width: 190px;
	height: 50px;
	vertical-align: middle;
}

#loopedSlider .pagination li.active {
	border-right: 1px solid #ba8734;
}

#loopedSlider .pagination li:last-child {
	border-right: 0px solid #333;
}

#loopedSlider .pagination li:last-child a {
	-moz-border-radius: 0px 0px 4px 0px;
	-webkit-border-radius: 0px 0px 4px 0px;
	border-radius: 0px 0px 4px 0px;
}

#loopedSlider .pagination li.hide {
	display: none;
}

#loopedSlider .pagination li.first a {
	-moz-border-radius: 0px 0px 0px 4px;
	-webkit-border-radius: 0px 0px 0px 4px;
	border-radius: 0px 0px 0px 4px;
}

#loopedSlider .pagination li a {
	background-image: -moz-linear-gradient(0% 100% 90deg,#E3E3E3, #EFEFEF);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EFEFEF), to(#E3E3E3));
	color: #545454;
	display:table-cell;
	font-weight: bold;
	height:50px;
	text-align:center;
	vertical-align:middle;
	width:190px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

#loopedSlider .pagination li a:hover,
#loopedSlider .pagination li.active a {
	background-image: -moz-linear-gradient(0% 100% 90deg,#fbee12, #DB7106);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DB7106), to(#fbee12));
	color: #FFF;
	outline: none;
}

img.sliderimage {
	position: relative;
	z-index: 1;
}

.slides div.sliderinner {
	display:block;
	left:380px;
	position:absolute;
	top:10px;
	width:560px;
	z-index:10;
}

.slides .three-ds, .slides .overview {
	display: block;
}

.slides .three-ds {
	background:url("images/home_three_d.png") no-repeat scroll left top transparent;
	display:block;
	float:left;
	height:268px;
	margin:10px;
	width:288px;
}
div.three-ds a {
	outline: none;
}

a#develop-process.fadeThis {
	background:url("images/home_three_d.png") no-repeat scroll -11px -11px transparent;
	display:block;
	height:128px;
	left:21px;
	padding:0;
	position:absolute;
	text-indent:-9999px;
	top:21px;
	width:128px;
}

a#design-process.fadeThis  {
	background:url("images/home_three_d.png") no-repeat scroll -148px -11px transparent;
	display:block;
	height:128px;
	left:158px;
	padding:0;
	position:absolute;
	text-indent:-9999px;
	top:21px;
	width:128px;
}

a#deliver-process.fadeThis  {
	background:url("images/home_three_d.png") no-repeat scroll -80px -140px transparent;
	display:block;
	height:116px;
	left:90px;
	padding:0;
	position:absolute;
	text-indent:-9999px;
	top:150px;
	width:128px;
}

div.three-ds a#develop-process.fadeThis span.hover  {
	background:url("images/home_three_d.png") no-repeat scroll -299px -11px transparent;
	display:block;
	height:128px;
	left:0;
	padding:0;
	position:absolute;
	top:0;
	width:128px;
}

div.three-ds a#design-process.fadeThis span.hover  {
	background:url("images/home_three_d.png") no-repeat scroll -436px -11px transparent;
	display:block;
	height:128px;
	left:0;
	padding:0;
	position:absolute;
	top:0;
	width:128px;
}

div.three-ds a#deliver-process.fadeThis span.hover  {
	background:url("images/home_three_d.png") no-repeat scroll -368px -140px transparent;
	display:block;
	height:128px;
	left:0;
	padding:0;
	position:absolute;
	top:0;
	width:128px;
}

.tooltip-develop, .tooltip-design, .tooltip-deliver, .tooltip {
	background: url(images/home-tooltip.png) left center no-repeat;
	display:none;
	font-size: 1.5em;
	height:220px;
	padding:35px 35px 35px 52px;
	width:540px;
	z-index:100;
}

.slides .overview {
	display:table-cell;
	font-size: 18px;
	font-weight: bold;
	height:290px;
	padding:0 20px 0 60px;
	position:relative;
	vertical-align:middle;
	width:580px;
}

.slides .overview h2 {
	color: #970CA4;
}

.slides .overview h3 {
	color: #E7A10B;
}

p.home-block {
	font-size:12px;
}

p.home-block img {
	margin: 0 15px 0 0;
}

p.home-block span {
	display: block;
	text-align: right;
}

div.col-1,
div.col-2 {
	float: left;
	margin: 0 30px 0 0;
	width: 330px;
}

div.home-subscribe {
	background-image: -moz-linear-gradient(100% 100% 90deg, #e5e5e5, #FFFFFF);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#e5e5e5));
	border: 1px solid #e5e5e5;
	float: left;
	margin: 0 30px 0 0;
	width: 688px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

div.home-subscribe p {
	margin: 5px 10px;
}

/* -- POSTS -- */
.post-index {margin:0 0 10px;}
#post-single {margin:0 0 20px;}
.posts-wrap,
.page-wrap {
	background: rgba(255,255,255,.85);
	border: 3px solid #FFF;
	float:left;
	clear:none;
	margin: 0 30px 40px 0;
	padding: 10px;
	width:664px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	-moz-box-shadow: 0 0 5px #808080;
	-webkit-box-shadow: 0 0 5px #808080;
	box-shadow: 0 0 5px #808080;
}

.post {
}

.entry-content {
	overflow: hidden;
}

.page-head {
	margin:-10px 0 0 -10px;
	/*min-height: 130px;*/
}

.page-head .page-quote {
	background:#EEEEEE;
	border:1px solid #BBBBBB;
	border-bottom: none;
	color:#444;
	font-size:12px;
	font-style:italic;
	line-height:1.2;
	margin:10px 10px 0 20px;
	padding:10px;
}

.page-head .page-cite {
	background:#EEEEEE;
	border: 1px solid #BBBBBB;
	border-top: none;
	color:#666;
	font-size:12px;
	font-weight:bold;
	margin:0 10px 20px 20px;
	padding:0 10px 10px;
	text-align:right;
}
.page-title {
	color:#970CA4;
	font-size:32px;
	line-height:36px;
	padding:10px 0 0 10px;
}

.page-head h3 {
	color:#970CA4;
	font-size:22px;
	font-weight: normal;
	line-height: 24px;
	padding: 0 0 10px 10px;
}

/*.page-head.meet-claudyne {
	background: url(images/headers/meet-claudyne-sm.png) top left no-repeat;
}

.page-head.coaching {
	background: url(images/headers/coaching-sm.png) top left no-repeat;
}

.page-head.speeches {
	background: url(images/headers/speeches-sm.png) top left no-repeat;
}

.page-head.workshops {
	background: url(images/headers/workshops-sm.png) top left no-repeat;
}

.page-head.slide-design {
	background: url(images/headers/slide-design-sm.png) top left no-repeat;
}

*/.entry-title {
	margin: 10px 0 0;
	position: relative;
}

.entry-title h2 {
	display:block;
	font-size:26px;
	line-height:36px;
	margin-right:90px;
}
.entry-date {
	color:#808080;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	margin:0;
	position:absolute;
	right:0;
	text-align:center;
	top:0;
	width:68px;
}

.entry-date span.date-month {
	display:block;
	font-size:10px;
	position:absolute;
	right:0;
	text-transform:uppercase;
	top:0;
	width:24px;
}

.entry-date span.date-year {
	position:absolute;
	right:0;
	top:14px;
	width:24px;
}

.entry-date span.date-day {
	border-right:2px solid #808080;
	font-size:28px;
	left:0;
	line-height:26px;
	margin:0 5px 0 0;
	padding:0 5px 2px 0;
	position:absolute;
	top:2px;
}

.post-footer {
	font-size: 10px;
}

.post-footer h4 {
	padding: 0 0 12px;
	text-transform: uppercase;
	font-size: 10px;
}

.post-footer h4,
.post-footer h4 a,
.post-footer h4 a:link,
.post-footer h4 a:visited {
	color: #999;
}

.post-footer h4 a:hover {
	color: #FFF;
}
.post-footer span {
	padding-right: 4px;
	padding: 4px 5px 4px 19px;
	background: url('images/icon-post.png') no-repeat left center;
}
.post-footer span.post-comments {
	background-image: url('images/icon-comment.png');
}
.post-footer span.post-date {
	background-image: url('images/icon-date.png');
	background: none;
	padding-left: 0;
}
.post-footer span.post-category {
	padding-right: 3px;
}

.col-4-body {
	float: left;
	margin-bottom: 20px;
	text-align: center;
	width: 166px;
}

/* -- SIDEBARS --*/
.sidebar-wrap {margin:0 auto 10px;overflow:hidden; float:left; clear:none;width:240px;}
.sidebar-wrap.sub {margin:100px auto 10px;}
.sidebar {width:99%;clear:none;}
.block-1 {float:right;}

.widget p {
	font-size: 12px;
}

.widgettitle {
	color: #e7a10b;
	font-size: 20px;
	font-weight: normal;
}

#connect-sidebar {
	list-style: none;
	margin:10px 0;
	padding:0;
}

#connect-sidebar .icon a {
	display: block;
	float: left;
	height: 32px;
	margin: 0 10px 5px 0;
	padding:0;
	width: 32px;
}

#connect-sidebar .icon a span {
	display: block;
	height: 32px;
	text-indent: -9999px;
	width: 32px;
}

#connect-sidebar .icon.linkedin a {
	background: url(images/linkedin-32x32.png) top left no-repeat;
}

#connect-sidebar .icon.facebook a {
	background: url(images/facebook-32x32.png) top left no-repeat;
}

#connect-sidebar .icon.twitter a {
	background: url(images/twitter-32x32.png) top left no-repeat;
}

#connect-sidebar .icon a:hover {
	background-position: bottom left;
}

#connect-sidebar .sm-icon {
	clear: both;
	display: block;
	padding: 2px 0 2px 18px;
}

#connect-sidebar .sm-icon.blog {
	background: url(images/blog-16x16.png) left 50% no-repeat;
}

#connect-sidebar .sm-icon.subscribe {
	background: url(images/feed-16x16.png) left 50% no-repeat;
}

#connect-sidebar .sm-icon.email {
	background: url(images/email-16x16.png) left 50% no-repeat;
}

.event-item {
	margin: 10px 0 0;
	overflow: hidden;
}
.event-item .event-date {
	background: url(images/icon_event_date.gif) top left no-repeat;
	display: block;
	float: left;
	height: 48px;
	margin: 0 10px 0 0;
	position:relative;
	width: 48px;
}

.event-item .event-date .event-month {
	color: #AAA;
	display: block;
	font-size: 10px;
	left: 8px;
	line-height: 11px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 12px;
	width: 32px;
}

.event-item .event-date .event-day {
	color: #AAA;
	display: block;
	font-size: 18px;
	font-weight: bold;
	left: 8px;
	line-height: 18px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 24px;
	width: 32px;
}

.event-item .event-title,
.event-item .event-summary {
	font-size: 12px;
	margin: 0;	
}

.event-item .event-title a {
	padding: 0;
}

.event-item .event-title a:hover {
	background: none;
	color: #E7A10B;
}


/* -- 404-PAGE --*/
.error404 {margin:0;width:100%;}
.error404 h1,.error404 h2 {margin: 10px auto;}

/* -- COMMENTS -- */
div.comments-wrap {margin:15px auto; padding:0;}
li.comment,li.trackback, li.pingback {margin: 10px auto;}
ul.children {
	background:none repeat scroll 0 0 #EEEEEE;
	margin:0 0 0 20px;
	padding:1px 10px;
}
ul.commentlist, ul.pinglist {margin:10px 0;}
div.reply {}
textarea#comment {overflow:auto}

/* -- ALIGNMENTS --*/
img.alignright {float:right;clear:none;margin:0 0 1em 1em}
img.alignleft {float:left;clear:none;margin:0 1em 1em 0}
img.aligncenter {display: block; margin:1em auto; text-align:center}
img.alignnone {margin:0 0.5em 0 0;}

/* -- NAVIGATION --*/
div.navigation {width:100%;height:auto;float:left;clear:both;padding: 10px 0px;}
.navigation-index {}
.nav-next {float:right;clear:none;width:48%; text-align:right;}
.nav-prev {float:left;clear:none;width:48%; text-align:left;}

/* -- FORMS -- */

form {
}

form#home-subscribe {
	margin: 10px;
}

input,
textarea {
	background: #FFF;
	border: 1px solid #BFBFBF;
	color: #808080;
	line-height: 24px;
	padding: 5px 3px;
}

form#home-subscribe p {
	display:inline;
	margin:0;
	padding:0;
	position:relative;
}

label.overlabel {
	color: #808080;
	left: 5px;
	line-height: 18px;
	position: absolute;
	text-transform: lowercase;
	top: 0;
}

form#home-subscribe input.text {
	margin: 0 10px 0 0;
	width: 260px;
}

.widget {
	margin: 0 0 30px;
	overflow: hidden;
}

.sidebar-subscribe {
	overflow: hidden;
}

.sidebar-subscribe p {
	font-size: 12px;
	margin:5px 0;
}

form#sidebar-subscribe p {
	display:inline;
	margin:0;
	padding:0;
	position:relative;
	width: 240px;
}

form#sidebar-subscribe p.preview {
	line-height: 48px;
}

form#sidebar-subscribe label {
	color: #808080;
	font-size: 14px;
	left: 5px;
	line-height: 18px;
	position: absolute;
	text-transform: lowercase;
	top: 0;
	width: 230px;
}

form#sidebar-subscribe input {
	margin: 5px 0;
	width: 230px;
}

form#sidebar-subscribe button {
	float:right;
	margin: 10px 0;
}

.feedback form {
	margin:10px 0 0;
}

.feedback form p,
.feedback form li {
	display:inline;
	font-size: 14px;
	margin:0 10px 0 0;
	padding:0;
	position:relative;
	width: 210px;
}

.feedback form p.right,
.feedback form li#li--2 {
	margin:0;
}

.feedback form p.comments,
.feedback form li#li--3 {
	display:block;
	font-size: 14px;
	margin:10px 0 0;
	overflow:hidden;
	position:relative;
	width: auto;
}

.feedback form p.comments label
.feedback form li#li--3 label {
	top: 5px;
}

.feedback form input {
	width: 210px;
}

.feedback form textarea.feedback,
.feedback form textarea#cf_field_3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	height:80px;
	line-height:18px;
	margin: 0 0 10px 0;
	width:442px;
}

.feedback form p.actions,
.feedback form p.cf-sb {
	display: block;
	margin: 0;
	padding: 0;
	text-align: right;
	width: auto;
}

.cf-ol label {
	display: none;
}

.button,
.button-alt,
.button-alt2,
.sendbutton {
	background-image: -moz-linear-gradient(0% 60% 90deg,#e08408, #F9B408, #F9E912 100%);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F9E912), to(#E09408), color-stop(.4,#F9B408));
	border: 2px solid #edba0d;
	color: #FFF;
	font-weight: bold;
	padding: 4px 8px;
	text-shadow: 0 -1px 0 #ad8707;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.button:hover, 
.button-alt:hover,
.button-alt2:hover,
.sendbutton:hover {
	background-image: -moz-linear-gradient(0% 100% 90deg,#e08408, #F9E912 100%);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F9E912), to(#e08408));
	border: 2px solid #F9E912;
	color: #ffff10;
	cursor: pointer;
}

.button-alt {
	background-image: -moz-linear-gradient(100% 100% 90deg,#680881, #A40DB0);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#A40DB0), to(#680881));
	border: 2px solid #840b94;
	color: #FFF;
	text-shadow: 0 -1px 0 #5f0868;
}

.button-alt:hover {
	background-image: -moz-linear-gradient(100% 100% 90deg,#680881, #bd0fcf);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bd0fcf), to(#680881));
	border: 2px solid #a40db0;
	color: #f1c4f5;
	cursor: pointer;
}

.button-alt2,
.sendbutton {
	background-image: -moz-linear-gradient(0% 90deg,#bbbcbf, #d8d8d8 100%);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d8d8d8), to(#bbbcbf));
	border: 1px solid #bbbcbf;
	color: #666666;
	text-shadow: 0 1px 0 #FFF;
}

.button-alt2:hover,
.sendbutton:hover {
	background-image: -moz-linear-gradient(0% 90deg,#787878, #b2b2b2 100%);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b2b2b2), to(#787878));
	border: 1px solid #949494;
	color: #333;
	cursor: pointer;
}

.feedback form #sendbutton {
	width: auto;
}

.cf_hidden,
.reqtxt,
.emailreqtxt,
.linklove {
	display: none;
}

.sliderinner .button-alt {
	display:table-cell;
	font-size:12px;
	height:40px;
	line-height:16px;
	padding:0 15px;
	text-align:center;
	vertical-align:middle;
	width:130px;
}

.sliderinner p {
	font-size: 12px;
	margin: 10px 0;
}

.sliderinner p.row {
	display: table-row;
}

.sliderinner .right-cell {
	font-size: 16px;
	padding: 5px 0 5px 15px;
}

.sliderinner .left-cell {
	width:160px;
	vertical-align:middle;
	
}

table.exec-summary {
	background: url(images/exec_summary_bg.jpg) left 50% no-repeat;
	color: #FFF;
	font-size: 14px;
	margin: 20px 0 0;
}
table.exec-summary td {
	padding: 10px 10px 10px 30px;
	vertical-align: middle;
}
table.exec-summary .title {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	height: 120px;
	padding: 10px 30px 10px 10px;
	text-align: right;
	width: 180px;
}

.title span {
	display: block;
	font-size: 12px;
}

div.exec-summary-columns {
	clear: both;
	overflow: hidden;
}

.speeches div.exec-summary-columns {
	clear: both;
	overflow: hidden;
	width: 430px;
	margin: 0 auto;
}

div.exec-summary-vert {
	background: url(images/exec_summary_bg_vert.jpg) center top no-repeat;
	color: #333;
	font-size: 14px;
	margin:0;
	text-align: left;
	float: left;
	width: 185px;
	height: 330px;
	padding: 5px 15px;
}

.exec-summary-vert .title {
	color:#666666;
	font-size:18px;
	font-weight:bold;
	height: 70px;
	text-align:center;
	vertical-align:middle;
}

.exec-summary-vert .body {
	padding:20px 0 0;
}
.exec-summary-vert h2 {
	color:#000000;
	font-size:18px;
	margin:0;
	text-align:center;
}

.exec-summary-vert p {
	margin:0;
}

.exec-summary-vert .more {
	display: block;
	text-align: right;
}

table.exec-summary-b td {
	padding: 10px 20px;
	vertical-align: top;
	width: 180px;
}
table.exec-summary-b .more {
	text-align: right;
}
table.exec-summary .more,
table.exec-summary-c .more {
	display: block;
	text-align: right;
}
table.exec-summary-b .more {
	text-align: right;
}
table.exec-summary-b .title {
	color: #666;
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 20px 0;
	text-align: center;
}

table.exec-summary-b .title img {
	display: block;
	margin: 0 auto;
}

table.exec-summary-b .title span {
	display: block;
	font-size: 12px;
}

table.exec-summary-c {
	background: url(images/exec_summary_bg_alt.jpg) left 50% no-repeat;
	color: #333;
	font-size: 14px;
	margin: 0px 0 0;
}
table.exec-summary-c td {
	padding: 5px 10px 5px 30px;
	vertical-align: middle;
}
table.exec-summary-c .title {
	color: #080826;
	font-size: 18px;
	font-weight: bold;
	height: 120px;
	padding: 10px 30px 10px 10px;
	text-align: right;
	width: 180px;
}

table.exec-summary-c .title span {
	display: block;
	font-size: 12px;
}

.exec-summary-block {
	border: 1px solid #CCC;
	border-bottom: none;
}

.exec-summary-block td {
	background:url(images/exec_summary_bg_flat.jpg) no-repeat scroll right 50% transparent;
	border-bottom:1px solid #CCCCCC;
	padding:5px 10px;
	vertical-align:middle;
}

.exec-summary-block td.title {
	background-position:left 50%;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px 20px 5px 10px;
	width:180px;
}

.exec-summary-block td .more{
	margin-left: 8px;
}

div.freetools {
	border-bottom:2px solid #CCCCCC;
	clear:both;
	float:left;
	left:0;
	margin-bottom:20px;
	position:relative;
	text-align:left !important;
	top:0;
	width:100%;
}

div.freetools img {
	border:1px solid #CCCCCC;
}

div.freetools .item_no_image {
	background:#CCCCCC;
	border:2px solid #AAAAAA;
	display:table-cell;
	width: 100px;
	height: 120px;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}

div.freetools div.textcol {
	float:left;
	left:0;
	margin:0;
	padding:0 0 10px;
	position:relative;
	text-align:left !important;
	top:0;
	width:530px;
	margin-left:130px !important;
	min-height:120px;
}

div.freetools div.textcol div.imagecol {
	float:left;
	margin-right:0;
	padding-right:5px;
	left:0;
	margin-left:-130px !important;
	position:absolute;
	top:0;
}

a.getstarted {
	background:url("images/getstarted.png") no-repeat scroll right top transparent;
	color:#6A6C74;
	display: inline-block;
	font-size:12px;
	font-weight:bold;
	height:24px;
	line-height:24px;
	margin-top:3px;
	padding:0 30px 0 0;
	text-align:left;
}
a.getstarted:hover {
	background-position: right bottom;
}
a.downloadTools {
	background:url("images/download.png") no-repeat scroll right top transparent;
	color:#6A6C74;
	display: inline-block;
	font-size:12px;
	font-weight:bold;
	height:24px;
	line-height:24px;
	margin-top:3px;
	padding:0 30px 0 0;
	text-align:left;
}
a.downloadTools:hover {
	background-position: right bottom;
}

.clear-both {
	clear: both;
	margin: 10px 0;
}