@import url(contentStyles.css);

/* Typography
========================================================================================== */
p,
label {
	font-size: 0.687em;
	color: #4F4F4F;
	line-height: 1.6;
}
h1 a {
    text-decoration: none;
}
h3 {
	font-size: 0.875em;
	margin-top: 20px;
	color: #174A7C;
}
h3 a {
    text-decoration: none;
}
h4 {
	font-size: 0.75em;
	color: #174A7C;
	margin: 10px 0 0;
}
h5 {
	font-size: 0.687em;
	color: #174A7C;
	margin-top: 10px;
	clear: both;
}
h5 a {
	text-decoration: none;
}
a {
	color: #174A7C;
}
a:hover,
a:focus {
	color: #01346B;
	text-decoration: underline;
}
.content li {
	background: url(../Images/bullet.png) no-repeat 0 0.5em;
	padding-left: 14px;
	list-style: none;
}
h2.date {
    color: #174A7C;
    font-size: 0.75em;
    margin-top: 15px;    
    font-style: italic;
}
/* Header
============ */
.head {
	border-bottom: solid 30px #FFF;
	background-color: #FFF;
	overflow: hidden;
	width: 100%;	
}
.head img {
	float: left;
	margin: 0 30px 0 20px;
	display: inline;
}
.head h1 {
	float: left;
	white-space: nowrap;
	font-size: 1.125em;
	color: #2B2B2B;
	padding-top: 32px;
	text-decoration: none;
}
.head div.headBar {
	float: left;
	padding-top: 12px;
	width: 725px;
}
/* Layout
========================================================================================== */
body {
	text-align: center;
	margin: 40px 0 !important;
	background: #FFF url(../Images/bg.gif) repeat-x 0 0;
}
#outerWrap {	
	margin: 0 auto;	
	width: 720px;
	border: 0px solid red;
}
#wrapMain {
	margin: 0 10px;
	text-align: left;
	border: solid 20px #fff;
	background: #FFF;
	overflow: hidden;
}
.innerWrap {
	overflow: hidden;
	clear: both;
	background: #FFF;
}
.blogger {
    width: 380px;
    float: left;
    padding-left: 20px;
}
/* Post */
.post { 
    margin: 0pt 0pt 25px;
    color: #4F4F4F;
    font-size: 0.75em;
    line-height: 1.6;
}
.post h3 {
    font-size: 1.125em;
}
.postFooter {
    text-transform:lowercase;
    font-weight: bold;
}
/* Comments */
#comments {
    display: block; 
    line-height: 1.6;
}
#comments dl {
    font-size: 0.75em;
}
#comments dt {
    font-style: italic;
}
#comments dd {
    color: #4F4F4F;
    line-height: 1.6;
}
#comments dd.date {
    font-weight: bold;
    margin-bottom: 25px;
}
#comments a {  
    text-decoration: none;  
}
#comments a:hover {  
    text-decoration: underline;  
}
#comments p {  
    font-size: 0.75em;  
}
#sideBox {
    float: right;
    width: 225px;
    margin-top: 55px;
}
#blogfeeds {
    color: #4F4F4F;
    border: 0px solid lime;
    outline: 0px solid lime;
    text-align: center;
    font-size: 0.75em;
}
#blogfeeds span {
    float: left;
}
#blogfeeds img {
    padding-left: 45px;
    float: left;
}
/* Boxes
========================================================================================== */
.box {
	background: url(../Images/box.jpg) no-repeat bottom left;
	float: right;
	width: 225px;
	margin: 0 0 40px 0px;
	display: inline;
	overflow: hidden;
}
.box h2 {
	font-size: 0.75em;
	color: #174A7C;
	font-weight: bold;
	padding: 15px 20px 17px 40px; 
	background: url(../Images/TitleBar.png) no-repeat 0 0;
}
.box h2 a {
	text-decoration: none;
}
.box a {
    text-decoration: none;
    font-size: 0.75em;
    color: #4F4F4F;
}
.box ul {
    list-style-type: none;
}
.boxContent {
	padding: 7px 10px 8px;
}
.boxContent li {
    background: url(../Images/Bullet.png) no-repeat left center;
    line-height: 0.75em;
    padding: 4px 0 4px 18px;
    font-weight: bold;
}
.box .hr {
	border-bottom: solid 2px #E2E8EE;
}

/***** Remove blogger bar *****/
#navbar-iframe {
height:0px;
visibility:hidden;
display:none
}

