/*
Theme Name: OLPH Custom Wordpress Theme
style.css
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
        outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	line-height: 1;
	height: 100%;
	background-color: #e8ecfd;
	background-image: url('images/background.gif');
    background-repeat:repeat-x;
	font-family: Palatino, Georgia, Helvetica, sans-serif;
	font-size:14px;
	color:#026;
	line-height:18px;

}

ol, ul {
       padding-left: 20px;
       padding-bottom: 10px;
}
p {
       padding-bottom: 10px;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */

/* remember to highlight inserts somehow! */

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#wrapper {height: 100%; min-width:100%;  width: 600px; margin: 0 auto; position: absolute;}
#header { width: 100%; padding: 0px; margin: 0px; }
 #header_ribbon {background-image: url('images/header_ribbon.gif');	margin-top:76px; min-height: 104px; min-width:1028px; width:100%; margin-left: auto; margin-right:auto; overflow:visible; text-align: center}
 #header_shield {position:absolute; left:0px; top:0px; z-index:1; } 
 #header_spacer {float: left; width:280px; min-height:100px;}
 #header_title {width:100%;padding-top:20px;}
 #header_navigation {margin-top: 8px;}
#title {position:relative; z-index:15; margin-top:10px; min-height:70px}
 #title_spacer {float:left; width:260px; height:70px}
 #title_spacer_right {float: right;	width: 250px;}
 #page_title {	font-family: Verdana;
	color: #026;
	font-family: Palatino, Georgia, Helvetica, sans-serif;
	font-size:40px;
	text-decoration: none;
	word-spacing: -0.1em;
	text-align: left;
	letter-spacing: -1.5px;
	line-height: 1em;
	text-align:center;
	font-weight: 300;
	
	}
#content {z-index:1; width: auto; position:relative; padding-left: 10px; height:100% }
 #content_entry {position:relative; margin-bottom: 30px;}
 #content_date {width: 60px;  float:left; height:55px;}
 #entry_title {height: 55px}
 #content_body {position:relative; left:60px; margin-right: 125px; margin-top: 10px; z-index:1}

#footer {position: relative;  height: 20px; bottom: 0px; width: 100%; background: #eee; z-index:0}

.sidebar {
        position: relative;
        z-index: 99;
	float: right;
	background-color: #224488;
	width: 250px;
	min-height: 140px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 60px;
	padding: 0px;
font-family: Verdana;	
	border-bottom: #555 solid 2px;
	 solid 2px;
	
	}
.sidebar_top {
		background-image: url('images/nav_blue.gif');
		height: 25px;
		padding:0px;
		text-align: center;
		vertical-align: middle;
		line-height: 25px;
		color: #fff;
		border-top: #222f5c solid 2px;
		border-left: #222f5c solid 2px;		
		font-size:16px;
	}
.sidebar_item {
        z-index:99;
	background-image: url('images/nav_gradient.gif');
	height: 25px;
	padding:0px;
	text-align: center;
	vertical-align: middle;
	line-height: 25px;
	color: #137;
	border-left: #bbb solid 2px;
	border-right: #555 solid 2px;
	font-size:16px;
	
}


a {
	color:#137;
	font-weight:bold;
	text-decoration: none;
        z-index:99;	
}
a:hover {
	color:#99f;
	border-bottom: 1px solid #ddd;
}

h3 {
	float: none;
	color: #137;
	font-size: 28px;
	line-height: 28px;
	text-transform: none;
	letter-spacing: -1px;
	margin-bottom: 15px;
	width: auto;
	display:inline;
	padding-top: 0px;
	border-bottom:1px dotted #45a;
	font-weight: 300;
}
h4 {
	color: #88a;
	font-size: 12px;
	line-height: 30px;
	text-transform: none;
	letter-spacing: normal;
	margin-top: 15px;
	width: auto;
	display:inline;
	padding-top: 10px;

}
h5 {
	color: #88a;
	font-size: 12px;
	line-height: 30px;
	text-transform: none;
	letter-spacing: normal;
	margin-top: 15px;
	width: auto;
	display:inline;
	padding-top: 10px;

}
