/** 
 * Base stylesheet
 *
 * 1. Yahoo reset styles
 * 2. Base styles
 * 3. Content styles
 *
-------------------------------------------- */

/*
Yahoo reset styles
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.1.2
build: 56
*/
html{color:#000;background:#FFF; font-size: 11px;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

/* Add HTML5 elements */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}

/*
Base styles
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.1.2
build: 56
*/
/* base.css, part of YUI's CSS Foundation */
* {
	margin: 0;
	padding: 0;
}

body {
	color: #4D4D4D;
	font-family:"Din Text Pro Regular", Arial, sans-serif;
	display: block;
	font-size: 14px;
	line-height: 1em;
	font-weight:normal; 
}
input, textarea, select, button {
	font-family:"Din Text Pro Regular", Arial, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	/* top & bottom margin based on font size */
	margin:0.3em 0;	
	color: #A71E5E;
	line-height: 1em;
	font-size: 14px;
	font-weight:normal; 
	font-family:"Din Text Pro Regular", Arial, sans-serif;
}

h4,h5,h6 {
	font-weight: bold;
}

h1 { font-size:30px; }
h2 { font-size:24px; }
h3 { font-size:20px; }
h4 { font-size:16px; }
h5 { font-size:15px; }

strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin: 5px 0 5px 10px;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal inside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*providing spacing for definition terms*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/	
	padding:.5em;
	vertical-align: top;	
	border: none;
	font-size: 14px;
	border-bottom: 1px solid #CCC;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:left;
	color: #4D4D4D;
}

table {
	border-top: 1px solid #CCC;
}

caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}

a {
	color: #A71E5E;
	text-decoration: none;
}
a:hover {
	color: #502E84;
}

hr {
	height: 1px;
	background-color: #E6E6E6;
	color: #E6E6E6;
	margin: 0.5em 0;
	border: none;
	line-height: 0;
}

*+html hr {
	margin: 0;
}

 /**
 *  Content styles
-------------------------------------------- */
.highlight {
	font-size: 20px;
	line-height: 1.4em;
}

.call-to-action {
	font-size: 15px;
	display: block;
	color: #FFF;
	padding: 40px 20px 15px 20px;
	max-width: 900px;
	background: #590A2F url(../images/call-to-action.png) no-repeat 0 0;
}

.call-to-action a,
.call-to-action a:visited {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	display: inline;
}

.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

img.right {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
img.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
img.leftAlone {
	float: left;
	margin-right: 100%;
	margin-bottom: 10px;
}
img.center {
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 10px;
}


a.button, 
button, 
input.action, 
input[type=submit], 
input.submit
{
	float: left;
	color: #FFFFFF;
	text-transform: uppercase;
	border: none;
	width: auto;
	padding: 7px 25px 7px 7px;
	background: #808080 url(../images/corner.png) no-repeat 100% 0;
}

a.button.primary, 
button.primary, 
input.action.primary, 
input[type=submit].primary, 
input.submit.primary {
	background-color: #A71E5E;
}

a.button:hover, 
button:hover, 
input.action:hover, 
input[type=submit]:hover, 
input.submit:hover,
a.button:focus, 
button:focus, 
input.action:focus, 
input[type=submit]:focus, 
input.submit:focus 
{
	cursor:pointer;	
	color: #FFFFFF;
	background-color: #A71E5E;
	
	-moz-transition-property: background-color;
	-webkit-transition-property: background-color;
	-o-transition-property: background-color;
	-ms-transition-property: background-color;
	transition-property: background-color;
	
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
}

a.button.primary:hover, 
button.primary:hover, 
input.action.primary:hover, 
input[type=submit].primary:hover, 
input.submit.primary:hover,
a.button.primary:focus, 
button.primary:focus, 
input.action.primary:focus, 
input[type=submit].primary:focus, 
input.submit.primary:focus 
{
	background-color: #502E84;
}