/*
Theme Name:  Michael Stratford
Theme URI:  http://www.MichaelStratford.com/
Description:  The default WordPress theme for Michael Stratford
Version:  1.0
Author:  Prime Concepts Group, Inc.
Author URI:  http://www.primeconcepts.com/
 */
/*= CSS Reset
=======================================================*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}

body {
	line-height: 1;
}

em, i {
	font-style: italic !important;
}

strong, b {
	font-weight: bold !important;
}

ol,ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

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

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

.msie img {
	-ms-interpolation-mode: bicubic;
}

small { 
	font-size: 12px;
	color: #717171;
}

/*= Body
=======================================================*/

body {
	background: url(images/background_overall.jpg) no-repeat center -9px;
	color: #2b2b2b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
}

body.home { background-image: url(images/background_homepage.jpg); }

a {
	color: #cf0303;
}

a img {
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}

a:hover {
	color: #2b2b2b;
}

a:hover img { 
	-webkit-opacity: .75;
	-moz-opacity: .75;
	opacity: .75;
}



/*= Header
=======================================================*/

#header { 
	width: 960px;
	margin: 0 auto;
	height: 135px;
}

#header .logo { 
	float: left;
	margin: 5px 0 4px 20px;
	line-height: 0;
}

#header .connect { 
	width: 555px;
	margin: 20px 20px 0 0;
	float: right;
	height: 30px;
}

	#header .connect .button { 
		width: 85px;
		float: left;
		margin-top: 8px;
	}
	
	#header .connect p { 
		text-align: right;
	}
	
	#header .connect img { 
		width: 30px;
		height: auto;
		margin: 0 1px;
	}

#header .links { 
	font-size: 18px;
	width: 400px;
	text-align: right;
	float: right;
	clear: right;
	margin: 11px 10px 0 0;
	color: #022079;
}

	#header .links a { 
		display: inline-block;
		margin: 0 10px;
		color: #022079;
		text-decoration: none;
		font-size: 15px;
	}
	
		#header .links a:hover { 
			text-decoration: underline;
		}

#header p.main-nav { 
	clear: both;
	margin: 0;
	padding: 0 0 0 0;
	font-size: 16px;
}

	#header p.main-nav a { 
		color: #000;
		text-decoration: none;
		display: inline-block;
		margin: 0 5px 0 5px;
		text-align: center;
		line-height: 31px;
		font-weight: bold;
		padding: 3px 18px 3px 18px;
	}
	
	#header p.main-nav a.reviews { padding: 3px 19px 3px 23px; }
	
		#header p.main-nav a:hover, 
		#header p.main-nav a.active { 
			color: #dc0303;
			background: url(images/icons/swooshes.png) no-repeat 0 0 ;
		}
		
		#header p.main-nav a.speaking:hover, #header p.main-nav a.speaking.active { background-position: -120px 0; }
		#header p.main-nav a.webinar:hover, #header p.main-nav a.webinar.active { background-position: -320px 0; }
		#header p.main-nav a.coaching:hover, #header p.main-nav a.coaching.active { background-position: -443px 0; }
		#header p.main-nav a.reviews:hover, #header p.main-nav a.reviews.active { background-position: -563px 0; }
		#header p.main-nav a.blog:hover, #header p.main-nav a.blog.active { background-position: -683px 0; }
		#header p.main-nav a.about:hover, #header p.main-nav a.about.active { background-position: -771px 0; }
		#header p.main-nav a.store:hover, #header p.main-nav a.store.active { background-position: -682px 0; }
		


/*= Content
=======================================================*/

#content { 
	width: 960px;
	margin: 0 auto;
	padding: 0 0 40px;
}

.home #content { width: auto; padding: 0; }

	#content .header-image { 
		height: 100px;
	}
	
	
		#content .header-image h1 { 
			color: #0330a8;
			font-family: 'Permanent Marker', sans-serif;
			-webkit-text-stroke: 1px;
			font-size: 36px;
			line-height: 85px;
			margin: 0 0 0 20px;
			letter-spacing: 1px;
			-moz-text-shadow: 0px 0px 30px #FFFFBA;
			-webkit-text-shadow: 0px 0px 30px #FFFFBA;
			text-shadow: 0px 0px 30px #FFFFBA;
		}
		
			#content .header-image h1 a, #content .header-image h1 a:hover {
				color: #0330a8;
				text-decoration: none;
			}
		
	#content #page #breadcrumb { 
		font-size: 11px;
		color: #818181;
		margin: 0 0 15px;
	}
	
		#content #page #breadcrumb a { 
			color: #818181;
			text-decoration: none;
		}
		
			#content #page #breadcrumb a:hover { 
				text-decoration: underline;
			}

	#content #page { 
		width: 625px;
		margin: 0 0 0 20px;
		float: left;
	}
	
	#content.nosidebar #page { 
		width: 900px;
	}
	
		#content #page h1 { 
			color: #0330a8;
			font-family: 'Permanent Marker', sans-serif;
			-webkit-text-stroke: 1px;
			font-size: 36px;
			line-height: 42px;
			margin: 0 0 30px;
		}
		
			#content #page h1 a, #content #page h1 a:hover {
				color: #0330a8;
				text-decoration: none;
			}
		
		#content #page h2, .single-post #content #page h1, #content #page h3, #content #page h4, #content #page h5, #content #page h6 { font-family: 'Exo', sans-serif; -webkit-text-stroke: 1px; }
		
		#content #page h2, .single-post #content #page h1 { 
			color: #cf0303;
			font-size: 30px;
			line-height: 38px;
			margin: 0 0 20px 0;
			font-weight: bold;
		}
		
		#content #page h3 { 
			color: #115099;
			font-size: 24px;
			line-height: 32px;
			margin: 0 0 20px;
			font-weight: bold;
		}
			
			.page-id-365 #content #page h3 {
				border-bottom: solid 1px #d1d1d1;
				margin: 0 0 20px 0;
				color: #cf0303;
			}
		
		#content #page h4 { 
			color: #115099;
			font-weight: bold;
			font-size: 20px;
			line-height: 24px;
			margin: 0 0 5px;
			position: relative;
		}
		
			#content #page h4 a { 
				color: #1d8e00;
				text-decoration: none;
			}
			
				#content #page h4 small { 
					display: inline-block;
					text-align: right;
					margin: 0 0 0 15px;
					font-family: Arial, Helvetica, sans-serif;
					font-weight: normal;
					-webkit-text-stroke: 0;
				}
				
					#content #page h4 small a { 
						text-decoration: underline;
					}
					
					#content #page h4 small a:hover { 
						text-decoration: none;
					}
			
		#content #page h5 { 
			color: #1d8e00;
			font-size: 18px;
			font-weight: bold;
			line-height: 20px;
			margin: 25px 0 10px;
		}
		
			#content #page h5 a { 
				color: #1d8e00;
				text-decoration: none;
			}
			
			#content #page h5.tribe-events-event-title { 
				background: none transparent;
				margin: 10px 2px 0px;
				font-weight: 400;
			}
		
		#content #page h6 { 		
			color: #cf0303;
			font-size: 20px;
			line-height: 28px;
			background: url(images/icons/red-arrow-sm.png) no-repeat 0 0;
			padding: 2px 0 0 10px;
			margin: 40px 0 0 0;
			text-indent: 46px;
		}
		
			#content #page h6 a { 
				font-weight: bold;
				font-style: italic;
			}
			
		#content #page h6.text { 
			color: #2b2b2b;
			background: none;
			text-indent: 0;
			margin: 0 0 15px 0;
			font-size: 16px;
			padding: 0;
			text-align: left;
			font-weight: bold;
		}
		
		#content #page p { 
			margin: 0 0 20px;
		}
		
		#content #page ul, #content #page ol { 
			margin: 0 30px 25px;
		}
		
			#content #page ul#billingAddress, #content #page ul#contactPaymentInfo {
				margin: 0 0 25px 0;
			}
		
			#content #page ol li {
				list-style-type: decimal;
				margin: 0 0 10px;
			}
		
			#content #page ul li { 
				background: url(images/icons/red-star.png) no-repeat 0 4px;
				margin: 0 0 10px;
				padding: 0 0 0 20px;
			}
			
				#content #page ul#billingAddress li, #content #page ul#contactPaymentInfo li {
					background: url(images/blank.gif) no-repeat 0 0;
					padding: 0;
				}
				
					#content #page ul#billingAddress li label, #content #page ul#contactPaymentInfo li label {
						text-align: left;
						width: 125px;
					}
			
			#content #page ul ul { 
				margin: 10px 15px 20px 25px;
			}
			
				#content #page ul ul li { 
					background: none;
					padding: 0;
					margin: 0 0 5px;
					list-style: disc;
				}
				
				#content #page ul ul li.half { 
					width: 50%;
					float: left; 
				}
				
					#content #page ul ul ul li { 
						list-style: circle; 
						font-size: 14px;
					}
		
		#content #page blockquote { 
			margin: 0 25px;
		}
			
			#content #page blockquote.solutions p { 
				margin-left: 115px;
			}
			
		#content #page blockquote.quote { 
			background: url(images/quote_open.png) no-repeat 0 0;
			padding: 3px 0 0 32px;
			margin: 15px 30px 30px;
		}
		
		#content #page blockquote.quote.video { 
			background-position: 240px 0;
			padding: 0;
		}
		
		#content #page blockquote.quote.logo { 
			background-position: 115px 0;
			padding: 0;
		}
		
			#content #page blockquote.quote.video iframe { 
				float: left;
			}
		
		#content #page blockquote.quote p.end:after { 
			content: "\201D";
		}
		
			#content #page blockquote.quote.video p.end { 
				margin-left: 225px;
				padding: 3px 0 0 47px;
				margin-bottom: 10px;
			}
			
			#content #page blockquote.quote.logo img { 
				margin-left: -150px;
			}
			
			#content #page blockquote.quote.logo p { 
				margin-left: 115px;
				padding: 3px 0 0 32px;
			}
		
		#content #page blockquote.quote p.by { 
			text-align: right;
			font-size: 13px;
			line-height: 16px;
			color: #717171;
		}
		
		#content #page blockquote.programs { 
			margin: 0 0 45px;
		}
		
			#content #page blockquote.programs p { 
				margin: 0 0 20px 90px;
			}
			
			
			#content #page blockquote.programs blockquote {
				margin: 0 0 0 90px;
			}
			
						
			#content #page ul.workshops { 
				margin: 20px 30px 30px;
			}
			
			#content #page ul.workshops li { 
				margin: 0 0 20px;
			}
			

	#content input, #content textarea { 
		border: solid 1px #d5d5d5;
		padding: 3px 10px 0;
		-moz-box-shadow:  0 0 5px #083165;
		-webkit-box-shadow:  0 0 5px #083165;
		box-shadow:  0 0 5px #083165;
		font-size: 12px;
		color: #616161;
		height: 22px;
		font-family: Arial, Helvetica, sans-serif!important;
	}
	
		#content .cform ol.cf-ol {
			margin: 0!important;
		}
		#content .cform .cf-ol li {
			display: block;
			overflow: hidden;
			clear: both;
			padding: 0 0 10px 0;
		}
		#content .cform label {
			float: left;
			width: 160px;
			padding: 3px 10px 0 0;
			font-family: 'Exo', sans-serif;
			-webkit-text-stroke: 1px;
			font-weight: bold;
			text-align: right;
		}
		#content .cform input, #content .cform textarea {
			float: left;
			width: 320px;
		}
			#content .cform input.secinput {
				width: 60px;
				margin-right: 10px;
			}
			#content .cform textarea {
				height: 120px;
			}
		#content .cform .reqtxt, #content .cform .emailreqtxt {
			display: inline-block;
			width: 12px;
			height: 13px;
			text-indent: -9999px;
			background: url(images/form-required.png) no-repeat 0 0;
			margin: 3px 0 0 10px;
		}
		#content .cform p.cf-sb {
			position: relative;
			margin: -20px 0 0 0;
			padding: 0 0 0 180px;
		}
		#content .cform p.cf-sb .no-spam {
			display: inline-table;
			float: left;
			margin: 4px 0 0 0;
		}
		#content .cform p.cf-sb input, 
		#content #page .callout.webinar p.submit input, #content #page #commentform p input#submit, #content #sidebar #searchform input#searchsubmit, #content #page form.Cart66CartButton input.purAddToCart {
			display: inline-table;
			background: url(images/button_blank.png) no-repeat 0 0;
			width: 161px!important;
			height: 33px;
			line-height: 24px;
			padding: 0 20px 2px 0!important;
			font-size: 12px;
			font-weight: bold;
			text-transform: uppercase;
			border: none 0;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;
			color: #fff;
			float: none!important;
			-moz-text-shadow: none;
			-webkit-text-shadow: none;
			text-shadow: none;
			-webkit-text-stroke: 0;
		}
			#content .cform p.cf-sb input:hover, 
			#content #page .callout.webinar p.submit input:hover, #content #page #commentform p input#submit:hover, #content #sidebar #searchform input#searchsubmit:hover, #content #page form.Cart66CartButton input.purAddToCart:hover {
				cursor: pointer;
				-moz-opacity: .9;
				-webkit-opacity: .9;
				opacity: .9;
			}
			
			#content #sidebar #searchform input#searchsubmit {
			background: url(images/button_blank_small.png) no-repeat 0 0;
			width: 75px!important;
			height: 35px;
			line-height: 24px;
			padding: 0 20px 2px 0!important;
			font-size: 12px;
			font-weight: bold;
			text-transform: uppercase;
			border: none 0;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;
			color: #fff;
			float: none!important;
			-moz-text-shadow: none;
			-webkit-text-shadow: none;
			text-shadow: none;
			-webkit-text-stroke: 0;
			margin-left: 5px;
		}
		#content p.linklove {
			display: none;
		}
		
		#content .cform ol.cf-ol li.cf_li_err {
			background:#FFDFDF;
			border-color:#EDC4C4;
			border-style:solid;
			border-width:1px 0pt;
			padding:10px 0 10px!important;
			margin:5px 0!important;
		}
		
		#content .cform ol.cf-ol li ul.cf_li_text_err {
			height:1%;
			min-height:1%;
			margin:0 0 0 100px;
			padding:0;
			color:#333;
		}
		
		#content .cform ol.cf-ol ul.cf_li_text_err li {
			list-style:none!important;
			font-weight:bold;
			text-indent:0;
			margin:0 0 2px!important;
			padding-left:15px;
		}
		#content .cform ol.cf-ol ul.cf_li_text_err li:before {
			content:'';
		}
		
		#content #page #commentform p.comment-subscription-form input#subscribe_comments, #content #page #commentform p.comment-subscription-form input#subscribe_blog {
			-moz-box-shadow: 0px 0px 0px 0px;
			-webkit-box-shadow: 0px 0px 0px 0px;
			box-shadow: 0px 0px 0px 0px;
		}
		
		#content #page .product-buy {
			display: block;
			float: right;
			width: 300px;
			margin: 0 0 20px 20px;
			text-align: center;
		}
		
			#content #page .product-buy img {
				-moz-box-shadow: 0 0 5px #919191;
				-webkit-box-shadow: 0 0 5px #919191;
				box-shadow: 0 0 5px #919191;
				margin: 0 auto 10px auto;
			}
		
		#content #page .product-image {
			display: block;
			float: left;
			width: 200px;
			margin: 0 20px 20px 0;
			text-align: center;
		}
		
			#content #page .product-image img {
				-moz-box-shadow: 0 0 5px #919191;
				-webkit-box-shadow: 0 0 5px #919191;
				box-shadow: 0 0 5px #919191;
				margin: 0 auto 10px auto;
			}
			
			#content #page .product-image strong, #content #page .product-buy strong { display: block; color: #cf0303; font-weight: normal!important; }
		
			#content #page form.Cart66CartButton {
				display: block;
				width: 200px;
				text-align: center;
			}
				#content #page .product-buy form.Cart66CartButton {
					width: 300px;
				}
				#content #page form.Cart66CartButton span {
					display: block;
					clear: both;
					width: 200px;
					margin: 0 0 10px 0;
				}
					#content #page .product-buy form.Cart66CartButton span {
						width: 300px;
					}
				#content #page form.Cart66CartButton .Cart66UserQuantity input {
					width: 12px;
				}
					#content #page .product-buy form.Cart66CartButton input.purAddToCart {
						margin: 0 auto 30px auto;
					}
		#content #page .product-description {
			display: block;
			float: left;
			width: 405px;
			margin: 0 0 20px 0;
		}
		
		.page-id-365 .clear {
			margin: 0 0 20px 0;
		}
			
		#content hr {
			height: 1px;
			width: 625px;
			margin: 0 0 20px 0;
			background-color: #d1d1d1;
			border: 0 none;
			display: block;
			clear: both;
		}
	
		div.post { 
			padding: 0 0 30px 0;
			margin: 0 0 30px;
			border-bottom: solid 1px #d1d1d1;
		}
	#content.blog #page h3.border { 
			color: #717171;
			border-bottom: solid 1px #d1d1d1;
			margin: 0 0 30px 0;
			padding: 0 0 5px 0;
		}
		
		
		#content #page .post h1 a { 
			text-decoration: none;
		}
		
		#content #page p.comment-link { 
			margin: 0 0 5px;
			font-size: 12px;
		}
		
		#content #page p.comment-link a { 
			display: inline-block;
			background: url(images/icons/comment.png) no-repeat 0 3px;
			padding: 0 0 7px 20px;
			font-weight: bold;
			color: #717171;
		}
		
			#content #page p.comment-link a:hover { 
				color: #363636;
			}
			
		#content #page p.meta { 
			font-size: 12px;
			color: #717171;
			margin: 0 0 10px;
		}
		
			#content #page p.meta a { 
				color: #717171;
			}
			
			#content #page .meta.inside { 
				padding-top: 20px;
				border-top: solid 1px #d1d1d1;
			}
			
	#content #page div.navigation { 
		height: 20px;
		margin: 0;
	}
	
		#content #page div.navigation a {
			background-color: transparent;
			background-image: url(images/orange-gradient.png);
			height: 29px;
			line-height: 30px;
			font-size: 15px;
			font-weight: bold;
			-moz-text-shadow: 1px 1px 2px #000;
			-webkit-text-shadow: 1px 1px 2px #000;
			text-shadow: 1px 1px 2px #000;
			padding: 5px 10px;
			color: #fff;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			text-align: center;
			text-decoration: none;
			display: inline-block;
		}
		
		#content #page div.navigation .alignleft, #content #page div.navigation .alignright {
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;
		}
	
	#content #sidebar .box.bookmark ul { 
		margin: 0;
		width: 50%;
		float: left;
		font-size: 12px;
	}
	
		#content #sidebar .box.bookmark ul li { 
			list-style: none;
			background: url(images/bookmarks/google.png) no-repeat 6px 0;
			padding: 0 0 0 36px;
			line-height: 24px;
		}
		
			#content #sidebar .box.bookmark ul li.technorati { background-image: url(images/bookmarks/technorati.png); }
			#content #sidebar .box.bookmark ul li.feed { background-image: url(images/bookmarks/rss.png); }
			#content #sidebar .box.bookmark ul li.live { background-image: url(images/bookmarks/windows.png); }
			#content #sidebar .box.bookmark ul li.yahoo { background-image: url(images/bookmarks/yahoo.png); }
			#content #sidebar .box.bookmark ul li.delicious { background-image: url(images/bookmarks/delicious.png); }
		
	.share-buttons { 
		width: 60px;
		float: right;
		margin: 0 0 20px 20px;
	}
	
		.share-buttons .share-item { 
			text-align: center;
			margin: 0 0 10px 0;
		}
	
	#comments-form { 
		margin: 30px 0;
	}
	
		#respond { 
			background: #f1f1f1;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			border: solid 1px #e1e1e1;
			padding: 15px 30px;
		}
		
		#content #page #comment-list h3 { 
			color: #454545;
		}
		
		#content #page #comment-list #comments { 
			margin: 20px 10px;
		}	
		
			#content #page #comment-list #comments li { 
				list-style: none;
				padding: 20px 20px;
				border-bottom: solid 1px #d1d1d1;
				margin: 0;
			}
			
			#content #page #comment-list #comments li .comment-meta { 
				height: 30px;
			}
			
				#content #page #comment-list #comments li .comment-meta .comment-author { 
					width: 50%;
					float: left;
					font-weight: bold;
				}
				
					#content #page #comment-list #comments li .comment-meta .comment-author a { 
						text-decoration: none;
					}
				
				#content #page #comment-list #comments li .comment-meta .comment-date { 
					width: 50%;
					float: right;
					text-align: right;
					font-size: 12px;
					color: #919191;
				}
				
			#content #page #comment-list #comments li .reply { text-align: right; margin-top: 15px; }
				
			#content #page #comment-list #comments li .reply a { 
				font-size: 13px;
				display: inline-block;
				background: #e1e1e1;
				padding: 1px 8px;
				color: #919191;
				font-size: 12px;
				font-weight: bold;
				line-height: 18px;
				-moz-border-radius: 3px;
				-webkit-border-radius:3px;
				border-radius: 3px;
				text-align: center;
				text-decoration: none;
				-moz-transition: opacity .3s;
				-webkit-transition: opacity .3s;
				-o-transition: opacity .3s;
				transition: opacity .3s;
				border: solid 1px #d1d1d1;
			}
			
			
				#content #page #comment-list #comments li .reply a:hover { 
					cursor: pointer;
					-moz-box-shadow: inset 0 0 10px #c1c1c1;
					-webkit-box-shadow: inset 0 0 10px #c1c1c1;
					box-shadow: inset 0 0 10px #c1c1c1;
					color: #454545
				}
				
	.shareaholic-show-on-load { clear: both; }
	
	#content #sidebar a.blog-home, 
	#content #sidebar a.blog-subscribe { 
		display: inline-block;
		background: url(images/icons/home.png) no-repeat 0 0;
		padding: 2px 0 4px 30px;
		font-weight: bold;
		font-size: 15px;
		text-decoration: none;
		margin: 0 0 15px 0;
	}
	
		#content #sidebar a.blog-subscribe { 
			background-image: url(images/icons/rss.png);
		}

	
	#content #sidebar { 
		width: 241px;
		float: right;
		padding: 45px 0 0 0;
		margin: 0 20px 0 0;
	}
	
		#content #sidebar .box { 
			margin: 0 0 15px;
			position: relative;
		}
		
		#content #sidebar h3 { 
			font-family: 'Exo', sans-serif;
			-webkit-text-stroke: 1px;
			font-size: 20px;
			color: #115099;
			line-height: 20px;
			border-bottom: solid 1px #d1d1d1;
			padding: 0 0 5px 0;
			margin: 0 0 10px;
		}
		
			#content #sidebar h3 a { 
				color: #115099;
				text-decoration: none;
			}
		
		#content #sidebar ul { 
			margin: 0 0 25px 5px;
			font-size: 14px;
			font-family: 'Exo', sans-serif;
			-webkit-text-stroke: 1px;
			line-height: 16px;
		}
		
			#content #sidebar ul li { 
				background: url(images/icons/double-red-arrow.png) no-repeat 0 3px;
				padding: 0 0 0 20px;
				margin: 0 0 10px;
			}
			
				#content #sidebar ul li a { 
					color: #2b2b2b;
					text-decoration: none;
				}
				
					#content #sidebar ul li a:hover { 
						text-decoration: underline;
					}
				
				#content #sidebar ul.icons li { padding: 2px 0 2px 24px; background-position: 0 0; }
					
				#content #sidebar ul.icons li.video { background-image: url(images/icons/videos-red.png); }
				#content #sidebar ul.icons li.topics { background-image: url(images/icons/topics-red.png); }
				#content #sidebar ul.icons li.expertise { background-image: url(images/icons/expertise-red.png); }
				#content #sidebar ul.icons li.events-link { background-image: url(images/icons/events-red.png); }
				#content #sidebar ul.icons li.about { background-image: url(images/icons/about-red.png); }
				#content #sidebar ul.icons li.clients { background-image: url(images/icons/clients-red.png); }
				#content #sidebar ul.icons li.contact { background-image: url(images/icons/contact-red.png); }
	
		#content #sidebar .newsletter { 
			background: url(images/sidebar_newsletter.png) no-repeat 0 0;
			height: 269px;
			width: 259px;
			color: #fff;
			padding: 0;
			font-family: 'Exo', sans-serif;
			-webkit-text-stroke: 0;
			font-size: 14px;
			line-height: 16px;
			position: relative;
			margin: 0 0 5px -17px;
		}
		
			#content #sidebar .newsletter h3 { 
				font-weight: normal;
				color: #063656;
				margin: 0;
				padding: 8px 0 0 0; 
				border: none;
			}
			
				#content #sidebar .newsletter h3 a { 
					color: #063656;
					background: url(images/header_newsletter.png) no-repeat 0 0;
					display: block;
					height: 60px;
					width: 197px;
					padding: 23px 0 0 55px;
					line-height: 24px;
					text-indent: 14px;
				}
				
			#content #sidebar .newsletter input { 
				width: 187px;
			}
			
			#content #sidebar .newsletter p { 
				margin: 2px 12px 8px 36px;
			}
			
			#content #sidebar .newsletter p.submit input { 
				background: url(images/button_newsletter.png) no-repeat 0 0;
				height: 42px;
				width: 180px;
				padding: 0;
				border: none;
				-moz-box-shadow: none;
				-webkit-box-shadow: none;
				box-shadow: none;
				color: #063656;
				font-family: 'Exo', sans-serif!important;
				-webkit-text-stroke: 1px;
				position: absolute;
				bottom: 26px;
				right: -14px;
				font-family: 'Exo', sans-serif;
				-webkit-text-stroke: 1px;
				text-decoration: none;
				line-height: 38px;
				font-weight: bold;
				font-size: 16px;
			}
			
				#content #sidebar .newsletter p.submit input:hover { 
					cursor: pointer;
					-moz-opacity: .9;
					-webkit-opacity: .9;
					opacity: .9;
				}
				
			#content #sidebar .newsletter a.no-spam { 
				background: none;
				padding: 0;
				color: #fff;
				float: left;
				width: 67px;
				font-size: 10px;
				font-family: Arial, Helvetica, sans-serif;
				line-height: 11px;
				margin: 10px 0 0 0;
				text-decoration: none;
			}
			
		#content #sidebar .events, 
		#content #sidebar .gamify { 
			background: url(images/sidebar_events.png) no-repeat 0 0;
			height: 304px;
			width: 264px;
			margin: 0 0 15px -17px;
		}
		
		#content #sidebar .gamify { 
			background-image: url(images/sidebar_gamify.png);
			width: 259px;
			height: 197px;
		}
		
			#content #sidebar .events h3, 
			#content #sidebar .gamify h3 { 
				padding: 17px 0 0 0;
				border: none;
				margin: 0;
			}
			
			#content #sidebar .gamify h3 { 
				padding: 23px 0 0 0;
				color: #1a4408;
			}
			
				#content #sidebar .events h3 a, 
				#content #sidebar .gamify h3 a { 
					display: block;
					width: 162px;
					height: 70px;
					background: url(images/header_events.png) no-repeat 0 0;
					padding: 10px 0 0 62px;
					color: #770a00;
				}
				
				#content #sidebar .gamify h3 a { 
					background-image: url(images/header_gamify.png);
					width: 178px;
					height: 43px;
					padding: 17px 0 0 66px;
					color: #1a4408;
				}
				
			#content #sidebar .events p, 
			#content #sidebar .gamify p { 
				font-size: 15px;
				line-height: 16px;
				color: #fff;
				font-family: 'Exo', sans-serif;
				-webkit-text-stroke: 0;
				padding: 10px 30px 10px 36px;
			}
			
			#content #sidebar .gamify p { 
				padding: 0 20px 0 34px;
				text-indent: 38px;
				margin: -5px 0 0 0;
				color: #fff;
			}
			
			#content #sidebar .events a.button, 
			#content #sidebar .gamify a.button { 
				background: url(images/button_events.png) no-repeat 0 0;
				height: 42px;
				width: 171px;
				text-align: center;
				display: block;
				position: absolute;
				bottom: 16px;
				right: 2px;
				color: #770a00;
				font-family: 'Exo', sans-serif;
				-webkit-text-stroke: 1px;
				text-decoration: none;
				line-height: 41px;
				font-weight: bold;
				font-size: 16px;
			}
			
			#content #sidebar .gamify a.button { 
				background-image: url(images/button_gamify.png);
				width: 182px;
				bottom: 29px;
				right: -8px;
				line-height: 45px;
				color: #1a4408;
			}
				
				#content #sidebar .gamify a.button:hover, 
				#content #sidebar .events a.button:hover { 
					-moz-opacity: .9;
					-webkit-opacity: .9;
					opacity: .9;
				}


/*= Homepage
=======================================================*/

#content #slides { 
	width: 1014px;
	margin: 16px auto 0 auto;
	height: 387px;
	position: relative;
}

	#content #slides a img { 
		display: none; 
		position: absolute;
		top: 0;
		left: 0;	
	}
	#content #slides a:first-child img { display: block; }

	#content #slides a:hover img, 
	#content #slides a img { 
		-moz-opacity: 1;
		-webkit-opacity: 1;
		opacity: 1;
		-moz-transition: none;
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
	
	#content #slides ul.dots { 
		display: inline-block;
		width: auto;
		position: absolute;
		bottom: 20px;
		left: 425px;
	 }
	 
	 	#content #slides ul.dots li { 
			display: block;
			background: url(images/slides/indicators.png) no-repeat -19px 0;
			width: 19px;
			height: 22px;
			overflow: hidden;
			text-indent: -9999px;
			float: left;
			margin: 0 1px;
		}
		
			#content #slides ul.dots li.current { background-position: -2px 0; }
	
#content #homepage { 
	width: 920px;
	margin: 45px auto 30px auto;
	font-family: 'Exo', Arial, Helvetica, sans-serif;
	-webkit-text-stroke: 1px;
	font-size: 15px;
}

	#content #homepage h1 { 
		color: #cf0303;
		font-family: 'Permanent Marker', sans-serif;
		-webkit-text-stroke: 1px;
		font-size: 38px;
		line-height: 42px;
		text-align: center;
		margin: 0 0 30px;
	}
	
	#content #homepage h2 { 
		font-size: 28px;
		line-height: 32px;
		margin: 0 0 20px 0;
	}
		
		#content #homepage h2 strong { display: block; }
	
	#content #homepage p { 
		font-size: 18px;
		line-height: 24px;
		margin: 0 0 20px;
	}
	
	#content #homepage ul { 
		margin: 0 10px 15px 0;
	}
	
		#content #homepage ul li { 
			background:  url(images/icons/red-star.png) no-repeat 0 1px;
			padding: 0 0 0 20px;
			margin: 0 0 12px;
			font-style: italic;
		}
		
			#content #homepage ul li strong { 
				color: #cf0303;
			}
			
	#content #homepage h6 { 
		color: #cf0303;
		text-align: center;
		font-size: 23px;
		line-height: 30px;
		background: url(images/icons/red-arrow.png) no-repeat 0 0;
		padding: 8px 0 0 5px;
		margin: 35px 0 0;
	}
	
		#content #homepage h6 a { 
			display: block;
			font-weight: bold;
			font-style: italic;
		}
	
	#content #homepage .newsletter-signup { 
		float: right;
		height: 227px;
		width: 298px;
		background: url(images/homepage-newsletter.png) no-repeat 0 0;
		margin: 0 0 0 25px;
		padding: 10px 15px 0 135px;
		color: #fff;
		-moz-text-shadow: 1px 1px 2px #000;
		-webkit-text-shadow: 1px 1px 2px #000;
		text-shadow: 1px 1px 2px #000;
	}
	
		#content #homepage .newsletter-signup h3 { 
			font-size: 22px;
			border-bottom: solid 1px #fff; 
			padding: 0 0 3px;
			line-height: 26px;
			font-weight: bold;
			margin: 5px 25px 10px 0;
			-webkit-text-stroke: 0;
		}
		
			#content #homepage .newsletter-signup h3 a { 
				color: #fff;
				text-decoration: none;
			}
			
		#content #homepage .newsletter-signup p { 
			margin: 0 25px 13px 0;
			font-size: 15px;
			line-height: 20px;
			-webkit-text-stroke: 0;
		}
		
		#content #homepage .newsletter-signup input { 
			width: 255px;
			border: none;
			height: 22px;
			-moz-box-shadow:  0 0 5px #083165;
			-webkit-box-shadow:  0 0 5px #083165;
			box-shadow:  0 0 5px #083165;
		}
		
		#content #homepage .newsletter-signup form p { 
			margin-bottom: 10px;
		}
		
		#content #homepage .newsletter-signup .submit { 
			text-align: right;
			margin: 0 18px 0 -130px;
		}
		
			#content #homepage .newsletter-signup a.no-spam { 
				font-size: 10px;
				font-weight: bold;
				font-family: Arial, Helvetica, sans-serif;
				color: #fff;
				margin: 22px 0 0 6px;
				clear: none;
				display: inline-block;
				width: auto;
				-moz-opacity: .85;
				-webkit-opacity: .85;
				opacity: .85;
				background-image: url(images/icons/tiny-lock.png);
				float: left;
				padding: 0 0 0 17px;
				background-position: 0 3px;
			}
				#content #homepage .newsletter-signup a.no-spam:hover { 
					-moz-opacity: 1;
					-webkit-opacity: 1;
					opacity: 1;
				}
			
			#content #homepage .newsletter-signup .submit input { 
				-moz-box-shadow: none;
				-webkit-box-shadow: none;
				box-shadow: none;
				background: url(images/button_start-the-transformation.png) no-repeat 0 0;
				width: 213px;
				height: 0;
				padding: 40px 0 0 0;
				overflow: hidden;
				float: right;
			}
			
				#content #homepage .newsletter-signup .submit input:hover { 
					cursor: pointer;
					background-position: 0 -42px;
				}


/*= Footer
=======================================================*/

#footer { 
	height: 135px;
	background: url(images/background_footer.jpg) no-repeat center 0;
}

	#footer .wrapper { 
		width: 960px;
		margin: 0 auto;
		font-size: 13px;
	}

	#footer .links { 
		width: 550px;
		float: left;
		margin: 18px 0 0 20px;
	}
	
		#footer .links ul { 
			width: 120px;
			float: left;
		}
		
		#footer .links ul.wide {
			width: 180px;
		}	
		
		#footer .links ul li { 
			margin: 0 0 5px;
		}
			
			#footer .links a { 
				color: #2b2b2b;
				text-decoration: none;		
			}
			
				#footer .links a:hover { 
					text-decoration: underline;
				}
			
	#footer .address { 
		width: 350px;
		float: right;
		margin: 20px 20px 0 0;
		text-align: right;
		font-size: 14px;
		line-height: 20px;
	}
	
		#footer .address h3 { 
			font-size: 18px;
			font-weight: bold;
			font-family: 'Exo', sans-serif;
			-webkit-text-stroke: 1px;
		}
	
	#footer .copyright, #footer .site_by { 
		width: 370px;
		float: right;
		font-size: 11px;
		clear: right;
		text-align: right;
		margin: 0 20px 0 0;
	}
	
	#footer .copyright a { 
		color: #2b2b2b;
	}
	
	#footer .site_by a {	
		color: #6b6b6b;
		text-decoration: none;
		font-size: 10px;
	}
	
/*= Callouts
=======================================================*/
.callout { 
	background: url(images/blue-swirls.jpg) repeat 0 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: inset 0 0 15px #000;
	-webkit-box-shadow: inset 0 0 15px #000;
	box-shadow: inset 0 0 15px #000;
	font-family: 'Exo', sans-serif;
	-webkit-text-stroke: 1px;
	color: #fff;
	-moz-text-shadow: 1px 1px 3px #000;
	-webkit-text-shadow: 1px 1px 3px #000;
	text-shadow: 1px 1px 3px #000;
	font-size: 14px;
	letter-spacing: 1px;
	margin: 0 auto 15px; 
}

	#content #page .callout h3 { 
		font-size: 19px;
		border-bottom: solid 1px #fff;
		color: #fff;
		margin: 15px 0 10px 20px;
		font-weight: bold;
		letter-spacing: 1px;
	}
	
	#content #page .callout ul { 
		margin: 0 30px 20px;
	}
	
		#content #page .callout ul li { 
			padding:6px 0 3px 32px;
			margin: 0 0 8px;
			line-height: 18px;
		}
		
			#content #page .callout ul li.video { background: url(images/icons/videos.png) no-repeat 0 0; }
			#content #page .callout ul li.topics { background: url(images/icons/topics.png) no-repeat 0 0; }
			#content #page .callout ul li.events { background: url(images/icons/events.png) no-repeat 0 0; }
			#content #page .callout ul li.about { background: url(images/icons/about.png) no-repeat 0 0; }
			#content #page .callout ul li.clients { background: url(images/icons/clients.png) no-repeat 0 0; }
			#content #page .callout ul li.contact { background: url(images/icons/contact.png) no-repeat 0 2px; }
			#content #page .callout ul li.download { background: url(images/icons/download.png) no-repeat 2px 2px; }
			#content #page .callout ul li.photos { background: url(images/icons/photos.png) no-repeat 2px 2px; }
			#content #page .callout ul li.expertise { background: url(images/icons/expertise.png) no-repeat 2px 4px; }
		
		#content #page .callout a { 
			color: #fff;
		}
		
			#content #page .callout a:hover { text-decoration: none; }
		
		#content #page .callout small { 
			font-size: 10px; 
			font-family: Arial, Helvetica, sans-serif; 
			-moz-text-shadow: none;
			-webkit-text-shadow: none;
			text-shadow: none;
			letter-spacing: 0; 
			color: #fff;
		}
		
#content #page .callout.webinar { 
	padding: 20px;
	margin: 45px 25px 15px;
}

.page-id-368 #content #page .callout.webinar { 
	margin: 45px 100px 15px;
	padding: 20px 20px 5px;
}

	#content #page .callout.webinar h3 { 
		margin: 0 0 15px;
		text-align: center;
	}
	
	#content #page .callout.webinar form { 
		margin: 25px 50px 0 50px;
	}
	
	#content #page .callout.webinar label { 
		width: 130px;
		display: inline-block;
		text-align: right;
		margin: 0 10px 0 0;
	}
	
	#content #page .callout.webinar input { 
		width: 225px;
	}
	
	#content #page .callout.webinar p { 
		margin: 0 0 15px;
	}
	
	.page-id-368 #content #page .callout.webinar p { margin: 0 18px 15px; }
	.page-id-368 #content #page .callout.webinar p.submit { text-align: right; }
	
	#content #page .callout.webinar p.submit a.no-spam { 
		background-image: url(images/icons/no-spam.png);
		float: left;
		font-size: 10px;
		font-family: Arial, Helvetica, sans-serif;
		-webkit-text-shadow: none;
		-moz-text-shadow: none;
		text-shadow: none;
		margin: 7px 0 0 60px;
	}
	
	.page-id-368 #content #page .callout.webinar p.submit a.no-spam { 
		margin: 5px 0 0 auto;
		width: 145px;
		float: none;
	}
	
	/*#content #page .callout.webinar p.submit input { 
		background: url(images/button_orange.png) no-repeat 0 0;
		height: 50px;
		width: 180px;
		padding: 0;
		border: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		color: white;
		font-family: 'Exo', sans-serif!important;
		-webkit-text-stroke: 1px;
		font-size: 15px;
		-moz-text-shadow: 0px 0px 6px #FF4000;
		-webkit-text-shadow: 0px 0px 6px #FF4000;
		text-shadow: 0px 0px 6px #FF4000;
		float: right;
	}
		#content #page .callout.webinar p.submit input:hover { 
			cursor: pointer;
			background-position: 0 -51px;
		}*/

/*= Misc
=======================================================*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.clear { clear: both; height: 0; }

.alignleft { 
	float: left;
	margin: 10px 25px 10px 0;
}

.alignright { 
	float: right;
	margin: 10px 0 10px 25px;
}

.alignleft, .alignright { 
	-moz-box-shadow: 0 0 5px #919191;
	-webkit-box-shadow: 0 0 5px #919191;
	box-shadow: 0 0 5px #919191;
}

img.no-shadow { 
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#content #page blockquote .alignleft { 
	margin: 0 15px 10px 0;
}
	
a.no-spam { 
	width: 150px;
	font-size: 11px;
	text-decoration: none;
	color: #464646;
	display: block;
	background: url(images/icons/no-spam-grey.png) no-repeat 0 0;
	line-height: 24px;
	padding: 0 0 0 35px;
	clear: both;
}

	a.no-spam:hover { text-decoration: underline; }
	
#content #page p.read-more { 
	background: url(images/icons/green-arrows.png) no-repeat right -1px;
	padding: 0 25px 0 0;
	text-align: right;
	margin: 0 0 30px;
}
	p.read-more a, #content .product-description a { 
		color: #1d8e00;
		font-weight: bold;
	}
		p.read-more a:hover, #content .product-description a:hover { 
			text-decoration: none;
		}
		
.video-player { 
	display: table;
	width: auto;
	margin: 25px auto;
	padding: 5px;
	line-height: 0;
	background: url(images/blue-clouds.jpg) repeat 0 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: solid 3px #115099;
	border-top-width: 1px;
	border-right-width: 1px;
}
.half { 
	width: 50%;
	float: left;
}
#content #page p.photo-download { 
	width: 175px; 
	float: left; 
	margin: 0 10px 20px;
}

p.photo-download span.label { 
	background: url(images/icons/photos-red.png) no-repeat 0 0;
	display: inline-block;
	padding: 0 0 0 22px;
	font-size: 14px;
}

p.photo-download small { 
	color: #717171;
	font-size: 12px;
	display: block;
	margin: -5px 0 0 22px;
}

small.pdf { 
	background: url(images/icons/pdf-icon.png) no-repeat 0 0;
	padding: 2px 0 0 22px;
	font-size: 12px;
	color: #717171;
	display: inline-block;
	margin: 0 0 0 5px;
}

.icons a.facebook, .icons a.twitter, .icons a.youtube, .icons a.linkedin { 
	background: url(images/social-media/facebook.png) no-repeat 0 0;
	-moz-background-size: 20px;
	-webkit-background-size: 20px;
	background-size: 20px;
	padding: 0 0 0 25px;
	width: 230px;
	float: left;
	font-size: 13px;
	display: block;
	margin: 0 0 9px;
	color: #545454;
}
.icons a.twitter { background-image: url(images/social-media/twitter.png); }
.icons a.youtube { background-image: url(images/social-media/youtube.png); }
.icons a.linkedin { background-image: url(images/social-media/linkedin.png); }
.icons a:hover { -moz-opacity: .9; webkit-opacity: .9; opacity: .9; }

.center { 
	text-align: center;
}

img.aligncenter { 
	display: block;
	margin: 20px auto;
}

.nosidebar .half { 
	width: 45%;
	margin: 0 3% 0 2%;
}