/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
* Filename: layout.css
* Version: 1.0.0 (2008-02-08) YYYY-MM-DD
* Website: http://phillysitebuilder.com/
* Author: Bonnie Vasko
* Description: All layout styles

== STRUCTURE: ==============================
* Page width: 758 px
* Number of columns: 1
============================================

== ANCHORS: ==============================
_HEADER
_BODY
============================================

*/ 

body {
	margin: 0px;
	padding: 0px;
	background-color: #4B1B0A;
	background: #4B1B0A url(../images/full_desk_bg.jpg) repeat-y;
	background-position: 0px 190px }

/* _HEADER */

#headerWrapper {
	width: 100%;
	xbackground: #4B1B0A url(../images/header-bg.gif) no-repeat;
	background-color:#2F0304;
	border-bottom: 3px solid #AAB46A;
}
#headerContent {
	width:758px;
	margin:0 auto;
	padding: 5px 10px 0px 10px;
}
#headerContent p {
	width: 406px;
	margin: 0px 10px 15px 0;
}

#headerContent p a:link {
	color: #AAB46A;
}
#headerContent p a:visited {
	color: #AAB46A;
}
#headerContent p a:hover {
	background-color: #FFFFFF;
	color: #2F0304;
}
/* Feed Display */

#currPostWrapper {
	float: right;
	width: 310px;
	margin: 0;
	position: relative;
}
#currPostWrapper .currPostDate {
	float: left;
	background-image:url(../images/date_bg.gif);
	background-repeat: no-repeat;
	width: 89px;
	height: 88px;
	margin-right: 8px;
	padding: 24px 0 0 0;
	text-align: center;
	margin-top: -28px;
	position: absolute;
	left: 0;
}
.currPostTextWrapper {
	width: 240px;
	float: left;
	margin: -20px 0 0 95px;
}
.currPostTextWrapper p a:link, .currPostTextWrapper p a:visited {
	color: #AAB46A;
}
.currPostTextWrapper p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.currPostTextWrapper .homeFeedIcon {
	float: left;
	margin:0 0 -16px 0;
}
.currPostTextWrapper .homeFeedIcon img {
	margin-right: 3px;
	float:left;
	position: absolute;
}
#currPostWrapper .currPostTextWrapper .homeFeedIcon p {
	margin-left: 20px;
}


/* _BODY */

#bodyWrapper {
	width: 100%;
	background: #4B1B0A url(../images/full_desk_bg.jpg) repeat-y;
	xborder-bottom: 3px solid #AAB46A;
	clear: both;
}

#flashContent {
	width:758px;
	margin:	0px auto 0 auto;
	position: relative;
	clear: both;
}
#flashPlayer {
	margin-top: -50px;
	z-index:99;
	position: absolute;
}


.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#footer {
	width: 100%;
	background-image:url(../images/footer.jpg);
	clear: both;
	background-position:top;
}
#contactMe {
	width: 758px;	
	margin: 450px auto 0 auto;	
	padding-top: 15px;
	padding-bottom: 5px;
}

#contactMe ol li {
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	color: #FFFFFF;
	padding: 4px;
}
#contactMe ol li label {
	width: 60px;
	display: block;
	float: left;
	text-align: right;
	margin-right: 10px;
}
#contactMe h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color:#FFFFFF; 

}
.textField {
	width: 170px;
}
.textMsgField {
	width: 174px;
}
.submitBtn {
	margin-left: 188px;
	border: 1px solid #FFFFFF;
	background-color: #AAB46A;
	color: #333333;
}

#contactInfo {
	float: right;
	margin-right: 220px;
	width: 200px;
	background-image:url(../images/paper.png);
	height: 110px;
}
#contactInfo ol{
	margin: 15px 0px;
}
#contactInfo ol li {
		color: #000000;
		margin: 0px;
}