/********** Page Layout **********/
body {
font: .8em arial, sans-serif;
background: #dbdbdb;
margin: 20px 0px;
padding: 0px;
}
#container {
width: 725px;
margin: auto;
}
#contentAreaTop {
background: #ffffff url(images/bg.jpg) top left no-repeat;
}
#c1 {
float: left;
width: 495px;
}
#c2 {
float: right;
border: 1px solid #bfcdd9;
width: 167px;
background: #ffffff;
text-align: right;
}
#contentAreaBottom {
background: url(images/contentBackBottom.jpg) bottom left no-repeat;
padding: 40px 20px 40px 20px;
}

/********** Header **********/
#header {
height: 139px;
background: url(images/header.jpg);
position: relative;
}
h1 {
font: bold 1.75em arial, sans-serif;
color: #093969;
padding: 40px 20px 40px 20px;
margin: 0px;
display: none;
}
#homeLink {
display: block;
height: 130px;
width: 200px;
position: absolute;
bottom: 0px;
left: 12px;
}

/********** Post **********/
.postContainer {
border: 1px solid #bfcdd9;
width: 100%;
margin-bottom: 20px;
background: #ffffff;
overflow: hidden;
text-align: justify;
}
.guestPostContainer {
border: 1px solid #bfd9ce;
width: 100%;
margin-bottom: 20px;
background: #ffffff;
overflow: hidden;
text-align: justify;
}
h2 {
font: bold 1.4em arial, sans-serif;
color: #1e4d78;
padding: 20px 20px 0px 20px;
margin: 0px;
}
.postDate {
color: #969696;
padding: 0px 20px;
}
.postText {
color: #656565;
padding: 10px 20px 0px 20px;
margin: 0px;
}
.postLink, .postlink:visited {
color: #3399cc;
background: none;
text-decoration: underline;
}
.postLink:hover, .postlink:visited:hover {
color: #3399cc;
background: none;
text-decoration: underline;
}
.postHighlightContainer {
margin: 15px 20px;
background: #b1c1d2 url(images/postHighlightBack.jpg) bottom right no-repeat;
overflow: hidden;
}

/********** This image is connected to the edge of the highlight container **********/
.postImage {
float: left;
padding: 0px;
margin-bottom: 30px;
}

/********** This image fills most of the highlight container and sits centered above the content **********/
.postImageUnconnected {
margin: auto;
width: 432px;
padding-top: 12px;
text-align: center;
}
.postImageUnconnected img {
border: 1px solid #1e4d78;
}

/********** This image fills most of the highlight container and sits centered above the content **********/
.postImageNoBorder {
margin: auto;
width: 432px;
padding-top: 12px;
text-align: center;
}

.imageCaption {
font-weight: bold;
letter-spacing: 1px;
color: #ffffff;
padding: 11px;
}
.postFooter {
font-size: .9em;
text-align: right;
background: #f5f6fa;
color: #ff7d00;
padding: 6px 20px;
margin-top: 10px;
}
.postFooter a.footerLink, .postFooter a.footerLink:visited {
background: none;
color: #ff7d00;
text-decoration: none;
}
.postFooter a.footerLink:hover, .postFooter a.footerLink:visited:hover {
background: none;
color: #ff7d00;
text-decoration: underline;
}
.guestPostFooter {
font-size: .9em;
text-align: right;
background: #f1f8f3;
color: #ff7d00;
padding: 6px 20px;
margin-top: 10px;
}
.guestPostFooter a.footerLink, .guestPostFooter a.footerLink:visited {
background: none;
color: #ff7d00;
text-decoration: none;
}
.guestPostFooter a.footerLink:hover, .guestPostFooter a.footerLink:visited:hover {
background: none;
color: #ff7d00;
text-decoration: underline;
}
.postList {
padding: 20px;
margin: 0px 15px;
}

/********** Post Lists **********/
ol {
margin: 10px 20px 10px 30px;
padding: 0px;
}
ol li {
padding: 20px 30px 20px 30px;
}

/********** Post Comment **********/
.postCommentContainer {
border: 1px solid #bfcdd9;
margin-bottom: 20px;
margin-left: 25px;
background: #ffffff;
overflow: hidden;
}
h3 {
font: bold 1.2em arial, sans-serif;
color: #1e4d78;
padding: 20px 20px 0px 20px;
margin: 0px;
}

/********** Content Styling *********/
.bold {
font-weight: bold;
}
.italic {
font-style: italic;
}

/********** Archive **********/
#backButton input {
font: bold .9em arial, sans-serif;
color: #888888;
border: 1px solid #bfcdd9;
margin: 0px;
padding: 2px;
}
#backButton form {
border: 0px;
margin: -13px -2px 0px -2px;
padding: 1px 0px;
}
#archiveList {
padding: 0px;
margin: 0px 15px;
}

/********** Forms **********/
.formTable {
border: 1px solid #bfcdd9;
}
.formInputTitle {
text-align: left;
padding: 4px 6px;
color: #666666;
}
.formInput {
text-align: right;
padding: 4px 6px;
color: #666666;
}
.formInputTitle input, .formInput input, .formInputTitle textarea, .formInput textarea {
border: 1px solid #888888;
color: #666666;
font: 1em arial, sans-serif;
}
.submit {
cursor: pointer;
cursor: hand;
}
.darkRow {
background: #dae3ed;
}
.lightRow {
background: #F9FBFC;
}

/********** Navigation **********/
#mainNav {
list-style: none;
padding: 0;
margin: 0;
width: 147px;
}
#mainNav li a:link, #mainNav li a:visited {
font: bold .9em arial, sans-serif;
color: #999999;
background: #f5f5f5;
padding: 4px 10px;
text-decoration: none;
display: block;
width: 100%;
margin: 0px;
border-bottom: 1px solid #bfcdd9;
}
#mainNav li a:hover, #mainNav li a:visited:hover {
font: bold .9em arial, sans-serif;
color: #ffffff;
background: #3399cc bottom left no-repeat;
padding: 4px 10px;
text-decoration: none;
display: block;
width: 100%;
margin: 0px;
border-bottom: 1px solid #bfcdd9;
}
.navTitle {
border-bottom: 1px solid #bfcdd9;
margin: 0px 0px 0px 0px;
padding: 0px 10px;
height: 24px;
width: 100%;
display: block;
}
#insideElemental {
background: #e7e7e7 url(images/navigation.jpg) center right no-repeat;
}
#elementArchives {
background: #e7e7e7 url(images/navigation.jpg) center right no-repeat;
}
#userInfusion {
background: #e7e7e7 url(images/navigation.jpg) center right no-repeat;
}

/********** Footer **********/
#footer {
background: #3399cc url(images/footer.jpg) bottom left no-repeat;
padding: 5px 10px 15px 10px;
color: #ffffff;
font-size: .9em;
}

/********** Global **********/
.clear {
clear: both;
height: 1px;
}
img {
border: 0px;
}
 m

