body {
	background-color: #557697;
	background-image: url(../images/TwitterProfile.jpg);
	background-position: -50px 30px;
	background-repeat: repeat-y;
}

h2 {
	color: #111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin: 0 0 10px 0;
}

h3 {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: -1.5px;
}

h4 {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
}

p {
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	letter-spacing: 0.4px;
	line-height: 23px;
	margin: 0 0 16px 0;
}

ul {
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	letter-spacing: 0.4px;
	line-height: 23px;
	margin: 0 0 16px 20px;
}

li {
	list-style-type: disc;
	margin: 0 0 10px 0;
}


.quote {
	color: #111;
	font-size: 20px;
	line-height: 27px;
	margin: 0;
}

.caption {
	color: #999;
	margin: 0;
}

.quotesource {
	color: #999;
	margin: 0;
}

#topline {
	background-color: #3a5168;
	border-bottom: 1px solid #6f94b9;
	height: 30px;
	margin: 0;
	width: 100%;
}

#topline p {
	color: #fff;
	font-size: 12px;
	font-style: italic;
	line-height: 30px;
	margin: 0 auto;
	text-align: right;
	width: 900px;
}

#topline a {
	color: #fff;
	text-decoration: none;
}

#topline a:hover {
	color: #07111b;
	text-decoration: none;
}

#header {
	margin: 60px auto;
	overflow: hidden;
	width: 900px;
}

#header h1 {
	background-image: url(../images/americanredcross-trans.png);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	height: 65px;
	text-indent: -9999px;
	width: 305px;
}

#navigation {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	float: right;
	text-align: right;
	width: 450px;
}

#navigation li {
	display: inline;
	margin: 0 0 0 20px;
}

#navigation a {
	color: #fff;
	text-decoration: none;
}

#content {
	overflow: hidden;
	background-color: #fff;
	margin: 0 auto 20px;
	min-height: 610px;
	padding: 20px 20px 4px 20px;
	width: 635px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}


.post {
	margin: 0 auto 20px;
	overflow: hidden;
	width: 900px;
}

.post a {
	color: #000;
	text-decoration: none;
}

.post-info {
	background-color: #6d8dad;
	float: left;
	margin: 40px 0 0 0;
	padding: 20px;
	width: 185px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;	
}

.post-info a {
	color: #fff;
	text-decoration: none;
}

.post-info a:hover {
	color: #333;
}

.post-text {
	background-color: #fff;
	float: right;
	min-height: 110px;
	padding: 20px 20px 4px 20px;
	width: 635px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.profile-text {
	background-color: #fff;
	float: right;
	min-height: 110px;
	padding: 0 20px 4px 20px;
	width: 635px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.comment-text {
	background-color: #eff4f8;
	float: right;
	min-height: 110px;
	padding: 20px 20px 4px 20px;
	width: 635px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.post-image {
	background-color: #fff;
	float: right;
	min-height: 110px;
	padding: 20px;
	width: 635px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}	

.post-image img {
	max-width: 635px;
	max-height: 635px;
}

.post-quote {
	background-color: #fff;
	float: right;
	min-height: 110px;
	padding: 20px;
	width: 635px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.post-video {
	background-color: #fff;
	float: right;
	min-height: 110px;
	padding: 20px;
	width: 635px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.post-logo {
	background-color: #fff;
	float: left;
	margin: 40px 0 0 0;
	padding: 20px;
	width: 185px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;	
}

label {
	color: #333;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	letter-spacing: 0.4px;
	line-height: 23px;
	margin: 0 0 5px 0;
}

input, textarea {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #666;
	margin: 0 0 10px 0;
	padding: 5px;
}

.submitcomment {
	display: block;
	margin: 10px 0 16px 0;
}

.page {
	background-color: #6d8dad;
	margin: 0 auto 100px;
	overflow: hidden;
	padding: 20px;
	text-align: center;
	width: 860px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
}

.page a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	letter-spacing: 0.4px;
	color: #fff;
	text-decoration: none;
}

.profileimg {
	border: 5px solid #e3e3e3;
}

.profile-blogger {
	border-bottom: 1px dashed #ccc;
	padding: 25px 0 10px 0;
	overflow: hidden;
	width: 635px;
}

.profile-image {
	float: left;
	width: 90px;
}

.profile-info {
	float: right;
	width: 515px;
}




