/*
Theme Name: OLPH Custom Wordpress Theme
style.css
*/

#large_ribbon {
	padding: 0px;
	height: 380px;
	width: 800px;
	margin: 0px;
	background-color: #010e3b;
	background-image: url(images/large_ribbon.gif);
}
#splash_photo {
        background-image: url(images/splash1.jpg);
	height: 276px;
	width: 463px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	border: 2px solid #000;
	clear: none;
	float: left;
}
#ribbon_middle {
	height: 280px;
	width: 800px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#splash_shield {
	background-image: url(images/shield.gif);
	background-repeat: no-repeat;
	padding: 0px;
	height: 260px;
	width: 281px;
	float: right;
	clear: none;
	margin-top: 0px;
	margin-right: 20px;
}
#splash_content {
	padding: 0px;
	height: 800px;
	width: 800px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}
body {
	background-color: #e8ecfd;
	background-image: url(images/background.gif);
        background-repeat:repeat-x;
	margin: 0px;
	padding: 0px;
}
.teaser_headline {
	padding: 0px;
	height: 47px;
	width: 383px;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
        font-size: 20px;
        line-height: 47px;
        vertical-align: middle;
	background-image: url(images/teaser_background.gif);
}
#teaser_headline_events , #teaser_headline_student , #teaser_body_events , #teaser_body_student {
	margin-left: 34px;
}
footer {
	background-color: #010e3b;
	height: auto;
	width: 100%;
	float: none;
	clear: both;
	bottom: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	color: #FFFFFF;
	font-family:"Verdana", Helvetica Neue, Helvetica, Arial;
	font-size:14px;
	
}
.header {
	margin: 0px;
	padding: 0px;
	width:100%;
	height: 270px;
	background-image: url(images/small_ribbon.gif);
}

.sidebar {
	float: right;
	background-color: #ffffff;
	width: 200px;
	min-height: 200px;
	margin-right: 20px;
	margin-top: -20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 0px;
	}

.sidebar_title {
	background-color: #010e3b;
	width: 200px;
	color: #FFFFFF;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-color: #021558;
	border-bottom-width: 2px;
	}
.sidebar_item {
	width: 200px;
	color: #010e3b;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-color: #e8ecfd;
	border-bottom-width: 2px;
	text-decoration: none;
	}
}



.teaser_body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100px;
	width: 383px;
}
#ribbon_header {
	width: 800px;
	margin-top: 15px;
	padding-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#ribbon_navigation {
	margin-top: 13px;
}



#main {
        margin-top: 0px;
	width:100%;
}

#content {
	color: #010e3b;
	padding: 20px;
        padding-top: 0px;
	margin-left: 20px;
        margin-right: 20px;
        margin-top: -20px;
        margin-bottom: 20px;
	font-family:"Verdana", Helvetica Neue, Helvetica, Arial;
	font-size:14px;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:16px;

	
}

h1,h2 {
        color: #27408B;
        font-family:Georgia, Times New Roman, Arial;
	font-size:2em;
	font-weight:lighter;
	letter-spacing:-1px;
	line-height:1em;
	margin-bottom:5px;
	text-indent:0px;
}

a:link, a:visited {
	color:#010e3b;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#27408B;
}

#post_tile {
        color: #27408B;
        font-family:Georgia, Times New Roman, Arial;
	font-size:2em;
	font-weight:lighter;
	letter-spacing:-1px;
	line-height:1em;
	margin-bottom:5px;
	text-indent:0px;
}



