/* CSS Document */

/*-----------------------------------------------------------------------------
Primary salvagedhearts.com Style Sheet

version:   1.0
author:    Phill Tran
email:     phill@mediadesignusa.com
website:   http://www.mediadesignusa.com
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
p, pre, blockquote, fieldset, table {
	margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}

/* Removes styling from all list items */
ul, li {
	list-style:none;
}

h1, h2, h3, h4, h5, h6 {
	font-size:1em;
	font-weight:normal;
}

h1 {
	margin:0;
	padding:0;
}

.wrapper {
	width: 900px;
	margin: auto;
	position: relative;
}

.skipLink {
	position: absolute;
	left: -999em;
	top: 0px;
}


/* =Typography (Global)
-----------------------------------------------------------------------------*/

body {
	font: 62.5%/1.6 Verdana, Arial, Helvetica, sans-serif;
	background: #cdbe81;
	text-align: center;
}

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

a:hover {
	text-decoration: underline;
}

/* =HomePage
-----------------------------------------------------------------------------*/

#home #content {
	padding: 3em 1em 1em 1em;
}

#home h1 {
	font-size: 1.9em;
	font-weight: bold;
	color: #d75373;
	margim-top: .75em;
}

#home p {
	font-size: 1.3em;
}

#home a {
	color: #d75373;
	font-weight: bold;
}
	
#home a:hover {
	color: #fff;
	background-color: #d75373;
	padding: .5em .25em;
	text-decoration: none;
}