@charset "UTF-8";
/* CSS Document */

/***** Blog *****/


#blogColumn{
	width: 591px;
	float: left;
	position: relative;
	padding-bottom: 40px;
	padding-top: 12px;
	height: 100%;
}

.post {
	background-image: url(../../images/bg_postHead.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
}

.posthead {
	color: #FFFFFF;
	padding-bottom: 10px;
}

/* title */
.posthead h1 {
	font-size: 14px;
}

/* date */
.posthead h2 {
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #0099cc;
}

.posthead a:link {
    color: #fff;
    text-decoration: none;
}

.posthead a:visited {
    color: #fff;
    text-decoration: none;
}

.posthead a:hover {
    color: #0099cc;
    text-decoration: none;
}

.postbody p {
}


.blogimg {
    margin: 20px;
    text-align: center;
}


.postbody a: link{
	text-decoration:none;border-bottom:1px dotted #fff;
}

.postbody h1 {
    font-size: 1.8em;
    letter-spacing: 1px;
    margin: 0 0 0.2em 0;
}

.postbody h2 {
    font-size: 1.5em;
    letter-spacing: 1px;
    margin: 0 0 0.2em 0;
}

.postbody blockquote {
    font-size: 1.4em;
    font-style: italic;
    margin: 0px 0px 20px 20px;
    padding: 0;
}




/**** Blog Archive Column ****/

#archiveHeader{
	background-color: #292929;
	height: 60px;
	background-image: url(../../images/sBar_archiveHeader.gif);
	background-repeat: no-repeat;
}

#archiveHeaderContent{
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
