/* =Global Settings
---------------------------------------------------------------------------------------------------- */	
* {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

/** Globally set image border to 0 **/

img {
	border: 0;
}

body {
	color: #666;
	text-align: left;
	font: normal 18px Helvetica, Arial, sans-serif;
	background: #fff url(../images/bg-body.gif) repeat-x 0 0;
}

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

#container {
	width: 960px;
	margin: 0 auto;
}

#content {
	width: 630px;
	float: left;
	padding: 55px 80px 30px 10px;
}

#sidebar {
	float: right;
	width: 230px;
	padding: 468px 10px 15px 0px;
	font-size: 0.8333em;
	background: url(../images/mobile-phone.jpg) no-repeat 0 0;
}

#footer {
	clear: both;
	font-size: 0.6667em;
	text-align: right;
	background: url(../images/footer-hr-rule.jpg) no-repeat 0 0;
	padding: 18px 0 100px 0;
}

/* =Headings
---------------------------------------------------------------------------------------------------- */


h1 {
	display: block;
	text-indent: -9999px;
	width: 305px;
	height: 37px;
	min-height: 37px;
	background: url(../images/everyheartbeat.jpg) no-repeat 0 0;
	padding: 0;
	margin-bottom: 70px;
}

h2 {
	color: #333;
	font-size: 1.667em;
	font-weight: normal;
	padding-bottom: 0px;
	
}


#sidebar h2 {
	font-size: 1.00em;
	padding-bottom: .5em;
	line-height: 1.33em;
	font-weight: bold;
}


h2.tagline {
	display: block;
	text-indent: -9999px;
	width: 475px;
	height: 60px;
	min-height: 60px;
	background: url(../images/title-this-is-your-life-story.jpg) no-repeat 0 0;
	padding: 0;
	margin-bottom: 50px;
}


/* =Content 
---------------------------------------------------------------------------------------------------- */
#content p {
	padding-top: 0;
	padding-bottom: 2.0em;
	line-height: 1.33em;
}

#sidebar p {
	padding-top: 0;
	padding-bottom: .5em;
	line-height: 1.33em;
}

#content ul  {
	list-style: none;
}

#content ul li  {
	list-style: none;
	display: block;
	width: 470px;
	padding-left: 160px;
	padding-bottom: 15px;
}

#content ul li.list-who  {
	background: url(../images/icon-who.gif) no-repeat 0 20px;
}

#content ul li.list-when  {
	background: url(../images/icon-when.gif) no-repeat 0 20px;
}

#content ul li.list-why  {
	background: url(../images/icon-why.gif) no-repeat 0 20px;
}

p.bottom-border {
	background: url(../images/list-hr-rule.jpg) no-repeat bottom left;
}


/* =Sidebar
---------------------------------------------------------------------------------------------------- */	

#sidebar ul  {
	list-style: none;
}

#sidebar ul li  {
	list-style: none;
	margin-bottom: 20px;
}

#sidebar ul li a  {
	display: block;
	padding-left: 53px;
}

#sidebar ul li a.link-twitter{
	background: url(../images/icon-twitter.png) no-repeat 0 0;
	padding-top: 15px;
	height: 25px;
	min-height: 25px;
}

#sidebar ul li a.link-facebook{
	background: url(../images/icon-facebook.png) no-repeat 0 0;
	padding-top: 17px;
	height: 23px;
	min-height: 23px;
}

#sidebar ul li a.link-email{
	background: url(../images/icon-email.png) no-repeat 0 0;
	padding-top: 12px;
	height: 28px;
	min-height: 28px;
}

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

a, a:link, a:visited {
	color: #ed1c24;
	text-decoration: none;
}

a:hover {
	color: #ed1c24;
	text-decoration: none;
}

/* =Text/Image Treatments and Alignments
---------------------------------------------------------------------------------------------------- */

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

/* =Spacing and Clearing Styles
---------------------------------------------------------------------------------------------------- */		

.spacer, .clear {
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}

.vid {
	margin-bottom: 12px;
}