/* @override http://www.contentstrategy.com/temp/css/screen.css */

/* @override http://www.contentstrategy.com/version2/css/screen.css */

/* CSS Reset */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
q,
small,
strong,
sub,
sup,
dl,
dt,
dd,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border:0;
	margin:0;
	padding:0;
}

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

img,embed,object,video {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}



a img {
	border:0;
}

figure {
	position:relative;
}

figure img {
	width:100%;
}

/* Grid */

.section {
	padding-left: 20px;
	padding-right: 20px;
}

.row {
	width: 100%;
	max-width: 1140px;
	min-width: 755px;
	margin: 0 auto;
	overflow: hidden;
}

.onecol,
.twocol,
.threecol,
.fourcol,
.fivecol,
.sixcol,
.sevencol,
.eightcol,
.ninecol,
.tencol,
.elevencol {
	margin-right: 3.8%;
	float: left;
	min-height: 1px;
}

.row .onecol {
	width: 4.85%;
}

.row .twocol {
	width: 13.45%;
}

.row .threecol {
	width: 22.05%;
}

.row .fourcol {
	width: 30.75%;
}

.row .fivecol {
	width: 39.45%;
}

.row .sixcol {
	width: 48%;
}

.row .sevencol {
	width: 56.75%;
}

.row .eightcol {
	width: 65.4%;
}

.row .ninecol {
	width: 74.05%;
}

.row .tencol {
	width: 82.7%;
}

.row .elevencol {
	width: 91.35%;
}

.row .twelvecol {
	width: 100%;
	float: left;
}

.last {
	margin-right: 0;
}

img,
object,
embed {
	max-width: 100%;
}

img {
	height: auto;
}

/* general layout */

html {
	-webkit-font-smoothing: antialiased;
}

body {
	font: 100%/1.6 proxima-nova, Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	color: #3F3F3F;
	border-top: solid 6px #751616;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: ff-tisa-web-pro, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 1em;
	margin: 0;
}

h1 {
	font-size: 3em;
	padding: .75em 0;
}

h2 {
	font-size: 2em;
	padding: 0 0 .75em 0;
	line-height: 1.25em;
}

h3 {
	font-size: 1.5em;
	padding: 0 0 1em 0;
}

h4 {
	font-size: 1.25em;
	padding: 0 0 1em 0;
}

p, ul, ol {
	margin: 0 0 1.4em 0;
}

ul {
	list-style-type: none;
}

a {
	color: #D03D27;
	text-decoration: none;
}

a:visited {
	color: #D03D27;
	text-decoration: underline;
}

a:hover {
	color: #D03D27;
	text-decoration: underline;
}

blockquote {
	background:url(../images/quotes-open.gif) no-repeat;
}

blockquote p {
	font-family: ff-tisa-web-pro, "Times New Roman", Times, serif;
	font-size: 1.125em;
	font-style: italic;
	line-height: 1.4em;
}

blockquote p.quotee {
	margin: -.75em 0 0 0;
	color:#666;
	line-height:1em;
	font-size:1em;
}

hr {
	border: 0;
  	width: 100%;
	color: #d9d7d3;
	background-color: #d9d7d3;
	height: 1px;
	margin:1.25em 0 1.5em 0;
}

.image-right {
	float:right;
	margin: 0 0 1.5em 1.5em;
}

.image-left {
	float:left;
	margin: 0 1.5em 1.5em 0;
}

.image-centered {
	text-align:center;
}

.image-caption {
	font-family: ff-tisa-web-pro, "Times New Roman", Times, serif;
	color: #949292;
	font-style:italic;
	text-align:center;
	margin-top: -1em;
}

.header {
	background: #D92827;
}

.logo {
	background:url(../images/logo-landscape.png) no-repeat;
	width:  275px;
	height:  64px;
	float:none;
	display: block;
	margin:2em auto;
	text-indent:-9999px;
}

.sidebar p, .sidebar ul, .sidebar ol {
	margin: 0 0 1em 0;

}

.sidebar h3 {
	font-size: 1.5em;
	padding-bottom:.75em;
}

.last {
	margin-right: 0;
}

.clear {
	clear:both;
}

.page {
	margin: 2em 0 0 0;
}

/* main content and sidebar styles */

.maincontent li,
.sidebar li {
	background:url(../images/bullet.png) no-repeat 0 11px;
	padding: 0;
}
.hero {
	background:url(../images/bg-hero.gif) bottom repeat-x;
	text-align:center;
	padding-bottom:1.5em;
}

.hero ul{
	text-align: left;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}
.hero li {
	padding-bottom: .5em;
	background:url(../images/arrow-16.png) no-repeat 0 .4em;
	padding-left: 1.25em;
	margin-left:2em;
}
.extras {
	padding-top:2em;
	text-align:left;
}

.order img{
	float:left;
	margin: 0 1em 1em 0;
	width:50%;
}
.order ul {
	float: left;
}
.order li{
	background:url(../images/arrow-16.png) no-repeat 0 .4em;
	padding-left: 1.25em;
	line-height: 1.75em;
}
.speaking img {
	margin: -.75em 0 1em 0;
	width:60%;
}
.releasedate {
	clear: left;
}
/* footer */

.footer {
	background: #3F3F3F;
	color: #fff;
	margin-top: 20px;
	padding-top: 20px;
}

.footer li {
	display: inline;
}

.footer ul .copyright {
	/*background-image: url(../images/pipe-lightgrey.png);*/
	background-repeat: no-repeat;
	background-position: right 3px;
	padding-right: 12px;
	margin-right: 7px;
}

.footer ul .phone {
	background-image: url(../images/icon-phone.png);
	padding-left:20px;
	background-repeat: no-repeat;
	margin-left: 10px;
}

.footer ul .contact {
	background-image: url(../images/icon-contact.png);
	padding-left:20px;
	background-repeat: no-repeat;
	margin-left: 10px;
}

.footer ul .twitter {
	background-image: url(../images/icon-twitter.png);
	padding-left:20px;
	background-repeat: no-repeat;
	margin-left: 9px;
}

@media handheld, only screen and (max-width: 950px) {
	
.footer {
font-size:.875em;
}
}


/* layout for mobile version */

@media handheld, only screen and (max-width: 767px) {
 body {
font-size: 16px;
-webkit-text-size-adjust: none;
}
 .row, body, .section {
width: 100%;
min-width: 0;
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
 .row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol {
width: auto;
float: none;
margin-left: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 20px;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

.hero h2 {
	font-size: 1em;
}
.extras {
	padding-top:1.5em;
}
.order, .quote {
	border-bottom: solid 1px #dededc;
	margin-bottom:1.5em
}
.order {
	padding-bottom:.5em;
}

.order li{
	line-height: 2em;
}

.order li a{
	padding: .5em 0;
}
.order img{
	margin: -.125em 1em 1em 0;
	width:25%;
}

.speaking img {
	width:30%;
	margin-bottom: 0;
}

.quote {
	padding-bottom:2em;
}
.sidebar {
	clear:left;
}
.footer li {
	display:block;
	line-height: 1.6em;
}
 .footer ul .copyright {
background-image: none;
}
 .footer ul .phone, .footer ul .contact, .footer ul .twitter {
background-position: left 3px;
margin-left: 0;
}
}

@media handheld, only screen and (max-width: 500px) {
.order img{
	width:50%;
}
.speaking img{
	width:60%;
}
}
/* double res assets for iPhone 4 */

@media only screen and (max-device-width: 480px) {
.logo {
	background:url(../images/logo-landscape-double.png);
	background-size: 275px 65px;
}

.order li{
	background:url(../images/arrow-32.png) no-repeat 0 .4em;
	background-size: 16px 16px;
}
}
