
/* Menu Postion */
ul.dropdown {
	position: absolute;
	left: 325px;
	top: 5px;
	z-index: 597;
	float: left;
}

.blog {
	position: absolute;
	top: 185px;
	left: 25px;
	width: 635px;
	height: 950px;
	overflow: auto;
	font-family: Helvetica;
	font-size: 14px;
	z-index: 2;
}

.blog p {
	padding: 20px 0px 0px 0px;
	line-height: 25px;
}

.blog li {
	padding: 6px 0px 0px 0px;
}

.title {
	font-family: Garamond;
	font-size: 19.5px;
	font-weight: bold;
	color: #d21039;
}

.sub-title {
	font-family: Garamond;
	font-size: 19.5px;
	font-style: italic;
	color: #391e08;
}

.pink {
	color: #d21039;
}

.right-bar {
	background: url(../images/right-bar.png) no-repeat;
	position: absolute;
	top: 170px;
	width: 242px;
	height: 966px;
	left: 690px;
	font-family: Helvetica;
	font-size: 12.5px;
	z-index: 2;
}

.profile {
	position: relative;
	width: 225px;
	margin: 10px auto;
}

.profile-image {
	background: url(../images/blog-photo.png) no-repeat;
	position: absolute;
	left: 0px;
	width: 104px;
	height: 95px;
}

.profile-info {
	background: url(../images/profile-info.png) no-repeat;
	position: absolute;
	right: 0px;
	width: 115px;
	height: 19px;
}

.profile-name {
	position: absolute;
	left: 115px;
	top: 30px;
	color: #462d18;
}

.profile-twitter {
	background: url(../images/twitter-facebook.png) no-repeat;
	background-position: -64px;
	position: absolute;
	top: 74px;
	height: 19px;
	width: 48px;
	left: 176px;
}

.profile-facebook {
	background: url(../images/twitter-facebook.png) no-repeat;
	background-position: 0;
	position: absolute;
	top: 75px;
	height: 19px;
	left: 113px;
	width: 59px;
}

.profile-text {
	position: absolute;
	top: 105px;
	color: #391e08;
}

.profile-text ul {
	padding: 0px 0px 0px 15px;
}

.profile-text span {
	color: #d31838;
}

.twitter {
	background: url(../images/twitter.png) no-repeat;
	position: relative;
	width: 224px;
	height: 182px;
	margin: 10px auto;
	color: #391e08;
	top: 370px;
}

.twitter-text {
	position: absolute;
	top: 43px;
	left: 12px;
	width: 155px;
	height: 70px;
	font-size: 12.25px;
}

.twitter-time {
	position: absolute;
	right: 55px;
	top: 120px;
	font-size: 10px;
	font-weight: bold;
}

.twitter-link {
	position: absolute;
	top: 150px;
	left: 5px;
}

.bottom {
	top: 1070px;
}

