body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 14px;
	color: #696969;
	line-height: 26px;
	background: #E14B7C url(images/background.jpg) repeat-x left top;
}

h1 {
	font-size: 26px;
	margin: 0px;
	font-weight: normal;
	line-height: 48px;
	color: #B71B49;
	text-shadow: 1px 1px 0 #FFF;
	padding: 0px 0px 0px 10px;
}

h2 {
	font-size: 16px;
	color: #666;
	font-weight: bold;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #666;
	padding-left: 10px;
	margin: 20px 0px 0px;
}

a:focus {
	outline: none;
}

a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

.thumb-left {
	float: left;
	margin-right: 15px;
	background: #FFF;
	padding: 2px;
	border: 8px solid #EEE;
}

.thumb-no-float {
	background: #FFF;
	padding: 2px;
	border: 8px solid #EEE;
}

blockquote {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding: 0px 10px;
	color: #666;
	border-top: 1px dotted #E14B7C;
	border-left: 10px solid #E14B7C;
	border-bottom: 1px dotted #E14B7C;
	margin: 10px;
}

.phone {
	background: url(images/phone.png) no-repeat left center;
	padding-left: 20px;
}

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

#header h1 {
	font-weight: normal;
	margin: 0px;
	padding: 4px 0px 0px 1px;
	font-size: 13px;
	background: url(images/header-h1.png) no-repeat;
	height: 32px;
	width: 258px;
	text-align: center;
	color: #B51953;
	line-height: normal;
	text-shadow: 1px 1px 1px #FFF;
}

#logo {
	padding: 4px;
	margin-bottom: 30px;
	border: 1px solid #EEE;
}

/* Menu */

#menu {
	width: 960px;
	margin: 40px auto 0px;
	padding: 0px;
	height: 30px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: right;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	text-decoration: none;
	font-size: 15px;
	color: #FFF;
	padding-bottom: 0;
	padding-left: 30px;
	font-weight: bold;
	padding-right: 4px;
	text-shadow: 1px 1px 0 #000;
}

#menu a:hover {
	color: #FDDDE3;
	position: relative;
	top: 3px;
}

#menu .active a {
	color: #FFFF99;
	top: 0px;
}

/* Page */

#page {
	width: 940px;
	background: #FFF;
	margin: 0px auto;
	padding: 20px 10px 10px;
	border-top: 6px solid #B61A54;
	border-bottom: 6px solid #B61A54;
}

/* Content */

#content {
	float: left;
	width: 572px;
	border: 1px solid #EEE;
	padding: 4px;
}

#contentWide {
	width: 930px;
	border: 1px solid #EEE;
	padding: 4px;
}

.post {
	text-align: justify;
	background: url(images/post-top.png) repeat-x left top;
}

.post .entry {
	padding: 10px;
}

.post .resources {
	float: left;
	width: 290px;
	padding: 10px;
}

.post .resources img {
	background: #FFF;
	padding: 2px;
	border: 8px solid #EEE;
}

.post ul {
	margin: 15px 0px 0px;
	padding: 0px;
	list-style: none;
}

.post li {
	margin-bottom: 10px;
	background: url(images/bullet.png) no-repeat left 7px;
	padding-left: 20px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 292px;
	border: 1px solid #EEE;
	padding: 4px;
}

#sidebar h2 {
	font-size: 26px;
	margin: 0px;
	font-weight: normal;
	line-height: 48px;
	padding-left: 10px;
	color: #B71B49;
	text-shadow: 1px 1px 0 #FFF;
}

#sidebar h3 {
	font-size: 16px;
	color: #666;
	padding-left: 0px;
}

/* Footer */

#footer {
	height: 130px;
	width: 960px;
	margin: 30px auto 20px;
	background: #FDDDE3;
	border-top: 4px solid #B61A54;
	border-bottom: 4px solid #B61A54;
}

#footer p {
	text-align: center;
	color: #404040;
	margin: 0px;
	padding: 30px 0px 0px;
	line-height: 32px;
	font-size: 13px;
}

#footer a {
	color: #404040;
	text-decoration: none;
	padding: 6px 9px 7px;
}

#footer a:hover {
	background: #E14B7C;
	border-top: 1px solid #B61A54;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #B61A54;
	padding: 5px 8px 6px;
	color: #FFFF99;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#contact h2 {
	font-size: 16px;
	margin: 0px;
	font-weight: bold;
	color: #B71B49;
	padding: 0px 0px 0px 10px;
	line-height: 48px;
}

#contact label {
	float: left;
	width: 182px;
	text-align: right;
	padding-right: 6px;
	line-height: 28px;
}

#contact .forminput {
	padding: 6px;
	width: 320px;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 14px;
	color: #666;
	border: 1px solid #CCC;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#contact input.submit {
	cursor: pointer;
	background: #E14B7C url(images/submit-a.png) repeat-x;
	padding: 6px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #FFF;
	text-shadow: 1px 1px 0 #000;
	width: 110px;
	font-weight: bold;
	border-style: none;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 14px;
	margin: 0px 0px 0px 186px;
}

#contact input.submit:hover {
	background: #E14B7C url(images/submit-hover.png) repeat-x;
	border-style: none;
}

