/*
Theme Name: Pacific Fishery History Project

*/


/* Begin Typography & Colors */
*{
	margin:0px;
	padding:0px;
	outline:none;
}
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	background: #f1faed url(images/bgpattern.jpg) top left repeat-x;
	color:#333;
	text-align: center;
	width:100%;
}
#bg-light{
	text-align:center;
	width:100%;
	padding-top:30px;
}
#page-top{
	background-image:url(images/bg_page_top.png);
	background-repeat:no-repeat;
	height:50px;
	width:992px;
	margin-left:auto;
	margin-right:auto;
	}
.nav-container{
	padding-left:36px;
}
#navmenu{
	height:35px;
	font-size:10px;
	float:left;
	padding-left:10px;
}
#navmenu ul{
	list-style:none;
}
#navmenu ul li{
	float:left;
}
#navmenu ul li a{
	padding-left:11px;
	padding-right:11px;
	padding-top:7px;
	padding-bottom:7px;
	text-transform: uppercase;
	text-decoration:none;
	font-weight:bold;
	color:#2aabe2;
	display:block;
}
#navmenu ul li a:hover{
	background:#b3d9e4;
	color:#fff;
}

#navmenu ul li.current_page_item a{
	background:#2aabe2;
	
	color:#fff;
}

/*Drop Down*/
#navmenu li { float: left; display: block; position: relative;}

#navmenu ul ul { display: none; position: absolute; top: 26px; left: 0; width: 160px; background: #f4f3ee; border:0 solid #ccc; border-width:0 1px 1px 1px;}
#navmenu ul ul ul { left: 100%; top: -1px; }

#navmenu ul li li { float: none; border-width: 1px 1px 0px 1px; text-align:left;}

#navmenu a {font-size:10px;}
#navmenu li {font-size:0px;}

#navmenu ul li:hover ul ul,
#navmenu ul li:hover ul li:hover ul ul { display: none; }

#navmenu ul li:hover ul,
#navmenu ul li:hover ul li:hover ul,
#navmenu ul li:hover ul li:hover ul li:hover ul { display: block; }

.nocomments, .left p a.-edit-link{
	padding:10px 20px;
	background:#ebf8fa;
	border:1px solid #eee;
	border-top:0;
	font-size:11px;
	margin: 0 9px 0 9px;
}
.left .metadata p a.post-edit-link{
	padding:0;
}

.header-search{
	float:right;
	padding-right:50px;
	width:250px;
}
#searchform{
	float:left;
	width:250px;
}
#header{
	clear:both;
	height:220px;
}
#headerimg{
	background-image:url(images/image.jpg);
	width:920px;
	height:220px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
.headerimg-left{
	width:570px;
	float:left;
	height:220px;
}
.headerimg-right{
	float:left;
	color:#FFFFFF;
	padding-top:40px;
	padding-left:100px;
}
#headerimg h1{
	color:#ebeae5;
	font-size:28px;
	font-weight:normal;
	text-transform: uppercase;
	padding-top:70px;
	text-align:center;
	width:570px;
}
#headerimg h1 a{
	color:#ebeae5;
	text-decoration:none;
}
.description{
	color:#d6d6d6;
	text-align:center;
	width:570px;
	font-size:12px;
	padding-top:40px;
	text-transform: uppercase;
}
#navmenu-bg{
	background-image:url(images/bg_page.png);
	background-repeat:repeat-y;
	width:992px;
	height:35px;
	margin-left:auto;
	margin-right:auto;
}
.content-inside{
	background-image:url(images/bg_page_inside.png);
	background-repeat:repeat-y;
	width:920px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:40px;
}
.left{
	width:630px;
	vertical-align:top;
	text-align:left;
}
.right{
	width:290px;
	vertical-align:top;
}
.right ul{
	list-style:none;
}
#content, #header{
	background-image:url(images/bg_page.png);
	background-repeat:repeat-y;
	width:992px;
	margin-left:auto;
	margin-right:auto;
}
.post{
	font-size:11px;
	color:#44402e;
	/* padding-left:25px;
	padding-right:20px;
	/*margin-bottom:10px; */
	width:570px;
	text-align:left;
	margin: 0 auto;

}
.post h3{
	color:#44402e;
}
.post small{
	font-size:11px;
	font-family:Georgia;
	font-style:italic;
}
.post small a:hover{
	text-decoration:underline;
}
.pagetitle{
	text-align:right;
	color:#333;
	font-size:24px;
	font-family:Georgia;
	font-style:italic;
	margin:0px 9px;
	padding:5px 30px 5px 30px;
	border:1px solid #eee;
}
.post .entry h2,.post .entry h3{
	text-align:left;
	color:#333;
	font-size:15px;
	background: #fff;
	padding:5px 5px 8px 0px;
	margin-top:0 0 15px 0px;
	margin-bottom:5px;
	font-family:Arial;

}
.post .entry h2{
	font-size:24px;
}
.post h2 a{
	color:#333;
	font-size:24px;
	text-decoration:none;
}
.post h2 a:hover{
	color:#696969;
	text-decoration:none;
}
.search-content{
	padding-left:30px;
}
.search-content-failed{
	height:30px;
	margin:10px 25px;
	padding:5px 10px;
}
.pagetitle-failed{
	text-align:center;
	color:#333;
	font-size:24px;
	font-family:Georgia;
	font-style:italic;
	margin:0px 9px;
	padding:5px 30px 5px 30px;
	border:1px solid #eee;

}
.entry{
	padding:10px 20px 10px 20px;
	/* margin:20px 0 0 0; */
	font-size:12px;
	color:#333333;
	background:#fff;
	border:1px solid #eee;
	overflow:auto;
}
.entry img {
	max-width:510px;
}

.entry img.alignright {float:right; margin:0 0 1.3em 1.3em}
.entry img.alignrightmid {float:right; margin:1.3em 0 1.3em 1.3em}
.entry img.alignleft {float:left; margin:0 1.3em 1.3em 0}
.entry img.alignleftmid {float:left; margin:1.3em 1.3em 1.3em 0}
.entry img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.entry a img.alignright {float:right; margin:0 0 1em 1em}
.entry a img.alignleft {float:left; margin:0 1em 1em 0}
.entry a img.aligncenter {display: block; margin-left: auto; margin-right: auto}	


.entry .entry{
	padding:0px 0px 0px 0px;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	background:none;
	line-height:normal;
	padding:5px 5px 8px 0px;
	margin:0px 0 15px 0;
	color:#333;
	text-align:left;
	border-bottom:1px solid #E8E7E5;
}
.entry h1.index{
	letter-spacing: -0.6px;
	padding-right:0px;
}
.entry h2{
	font-size:20px;
}
.entry pre{
	overflow:auto;
}
.entry strong{
	color:#333;
	font-weight:bold;
	font-size:14px;
}
.entry table{
	background-color:#f8f7f3;
	border-top: 1px #FFFFFF solid;
	border-right: 1px #a29c7d solid;
	border-bottom: 1px #a29c7d solid;
	border-left: 1px #FFFFFF solid;
	margin-bottom:5px;
	padding:5px;
}
.entry table tr td, .entry table tr th{
	padding:5px;
}
.entry table tr th{
	background-color:#f8f7f3;
	border-top: 1px #FFFFFF solid;
	border-right: 1px #a29c7d solid;
	border-bottom: 1px #a29c7d solid;
	border-left: 1px #FFFFFF solid;
}
.entry table .even{
	background-color:#ebe9e4;
}
.entry p{
	margin:17px 0px 10px 0px;
}
.entry a{
	color:#2aabe2;
	font-weight:bold;
}
.entry a:hover{
	color:#f69622;
	text-decoration:underline;
}
.entry a.read-more{
	font-size:14px;
	margin-top:15px;
	color:#333;
	font-weight:bold;
	display:block;

}

.entry a.read-more:hover{
	color:#333;
	text-decoration:none;
}
.entry p.excerpt{

}
.entry .wp-caption-text{
	font-family:Georgia;
	font-style:italic;
	font-size:10px;
	margin:0 0 20px;
	padding:0 0 0 3px;
}
.bbn{
	border-bottom:none;
}

.entry ul, .entry ol{
	margin-left:40px;
}
a.-edit-link{
	margin-left:25px;
}
.postmeta{
	background:#EBF8FA;
	padding-top:10px;
	padding-bottom:10px;
	border:1px solid #eee;
	border-top:0px;
}
.postmeta a:hover{
	text-decoration:underline;
	color:#f69622;
}
.postmeta a:visited, postmetadata a:visited{
	text-decoration:none;
}
.postmeta p{
	padding-top:3px;
	padding-bottom:3px;
	padding-left:20px;
	font-family:Georgia;
	font-style:italic;
}
.postmetadata{
	background:#FAF9F7;
	padding-top:10px;
	padding-bottom:15px;
	border:1px solid #eee;
	border-top:0px;

}
.postmetadata a:hover{
	color:#f69622;
	text-decoration:underline;
}
.postmetadata p{
	padding-top:3px;
	padding-bottom:3px;
	padding-left:20px;
	font-family:Georgia;
	font-style:italic;
	color:#696969;
}
.navigation-container{
	margin:30px auto 0;
	width:588px;
}
.navigation-header{
	background:transparent url(images/post-header.png) no-repeat scroll left top;
	height:9px;
	width:588px;
}
.navigation-footer{
	background:transparent url(images/post-footer.png) no-repeat scroll left top;
	height:9px;
	width:588px;
}
.navigation{
	height:50px;
	width:588px;
	background-color:#fff;
	background:transparent url(images/post-content.png) repeat-y scroll left top;
	
}
.navigation a{
	display:block;
	padding:0 40px;
	color:#696969;
	font-weight:bold;
	font-size:14px;
	font-family:Georgia;
}
.navigation .previous-posts a{
	background:transparent url(images/left-arrow.gif) no-repeat scroll 0 60%;
}
.navigation .next-posts a{
	background:transparent url(images/right-arrow.gif) no-repeat scroll 100% 60%;

}
.previous-posts{
	left:30px;
	position:relative;
	top:12px;
	float:left;
	color:#696969;
}
.next-posts{
	right:30px;
	position:relative;
	text-align:right;
	top:12px;
	float:right;
	color:#696969;
}
.navigation a span{
	display:block;
	font-size:11px;
	font-weight:normal;
	color:#A9A6A6;
}
.navigation a:hover, a:hover span{
	color:#2aabe2;
}

.navigation-single{
	background-color:#a5a18e;
	padding-left:30px;
	padding-right:20px;
	text-align:center;
	padding-top:15px;
	padding-bottom:10px;
	margin-left:30px;
	margin-right:20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #6f6534;
	border-bottom-color: #6f6534;
	border-left-color: #FFFFFF;
}
.alignleft-single a, .alignright-single a,
.alignleft-single, .alignright-single{
	color:#FFFFFF;
	
}
.alignleft-single{
	border-bottom:1px solid #7c775e;
	padding-bottom:5px;
}
.alignright-single{
	border-top:1px solid #cdcabb;
	padding-top:5px;
}
#sidebar{
	text-align:left;
	padding:0px 0px 0px 0px;
}
#sidebar h2{
	color:#2aabe2;
	font-size:13px;
	text-decoration:none;
	letter-spacing: 0px;
	padding:20px 0px 10px 0px;
	border-bottom:1px dotted #bbb;
	margin-left:15%;
	margin-right:15%;
}


.widgettitle{
	border-bottom:1px solid #767155;
}
#sidebar ul{
	background-image:none;
}
#sidebar ul li ul li ul{
	background-image:none;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	border:none;
}
#sidebar ul li ul{
	background-image:url(images/shadow_bottom.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	padding-bottom:30px;
	margin-bottom:0px;
	padding-top:0px;
}
#calendar_wrap{
	background-image:url(images/bg_li_bottom.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	padding-bottom:10px;
	margin-bottom:20px;
	padding-top:5px;
	border-top:1px solid #767155;
}

#sidebar ul li ul li a{
	color:#333333;
	text-decoration:none;
	display:block;
	padding:5px 0 5px 6px;
	font-size:12px;
	line-height:17px;
	margin:0 0 0 15%;
	border-bottom:1px dotted #bbb;
	width:199px;
	font-family:Georgia;
	font-style:italic;
		
}

#sidebar ul li ul li a:hover{
	background-color:#b3d9e4;
	color:#FFFFFF;
}
#sidebar ul li ul li{
	margin:0px;
	padding:0px;
}

#sidebar p{
text-transform:capitalize;
font-size:10px;
color:#aaa;
margin-left:30px;
}
blockquote{
	border-left:15px solid #cecbbb;
	padding-left:10px;
	color:#726835;
	font-style: italic;
}
#footer{
	background-image:url(images/bg_footer.png);
	background-repeat:no-repeat;
	height:161px;
	width:992px;
	margin-left:auto;
	margin-right:auto;
	font-size:10px;
}
#footernavmenu{
	height:35px;
	margin-left:auto;
	margin-right:auto;
	width:920px;
}
#footernavmenu ul{
	list-style:none;
	padding-left:20px;
	padding-top:17px;
}
#footernavmenu ul li{
	float:left;
}
.strip{
	background-color:#cecbbb;
	float: right;
	height:22px;
	width:580px;
	margin-top:7px;
	margin-right:18px;
}
#footernavmenu ul li a{
	padding:0px 10px 0px 10px;
	text-decoration:none;
	color:#333;
	text-transform: lowercase;
	border-right:1px dotted #bbb;
	font-family:georgia;
}
#footernavmenu ul li a:hover{
	color:#2aabe2;
	text-decoration:underline;
}
.copyright{
	margin-left:auto;
	margin-right:auto;
	width:920px;
	text-align:left;
}
.copyright a img{
	border:none;
	background:none;
	padding:0px;
	margin:0px;
}
.copyright p{
	padding-left:30px;
	padding-top:7px;
	clear:both;
	float:left;
}
a{
	color:#000000;
	text-decoration:none;
}
#searchsubmit{
	background:none;
	background-image:url(images/search.png);
	background-repeat:no-repeat;
	width:77px;
	height:28px;
	border:none;
	color:#black;
	font-size:11px;
	text-transform: uppercase;
	font-weight:bold;
	line-height:20px;
	padding-bottom:2px;
	letter-spacing:1px;
	margin:0px 0px 0px 0px;
	float:right;
}
#s{
	height:15px;
	margin:4px 0px 0px 0px;
	float:left;
	width:160px;
}
#respond{
	border-top:0px;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	color:#333;
	font-size:16px;
	padding:15px 10px 20px 20px;
	margin-left:9px;
	margin-right:9px;
	
}

#commentform{
	border-bottom:1px solid #eee;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	padding-bottom:20px;
	margin-left:9px;
	margin-right:9px;
}
#commentform p{
	padding-left:20px;
}

#author, #email, #url, #comment{
	width:360px;
	background-color:#fff;
	line-height:20px;
	padding:2px 0px 4px 5px;
	margin-bottom:15px;
}
#author, #email, #url{
	height:16px;
	width:200px;
}

#submit{
	background:none;
	background-image:url(images/submit.png);
	width:137px;
	height:30px;
	border:none;
	color:#black;
	font-size:11px;
	text-transform: uppercase;
	font-weight:bold;
	line-height:30px;
	padding-bottom:2px;
	letter-spacing:1px;
}
textarea{
	font-family:Arial;
	font-size:11px;
	height:160px;
}
select, input, textarea{
	padding:2px;
	border-style:solid;
	border-width:1px;
	border-color:#ddd;
}
#s:focus {
	background:#B3D9E4;
	color:#fff;
} 

#author:focus, #email:focus, #url:focus, #comment:focus{
	background:#EBF8FA;
	color:#333;
}
comment:focus{
        border:1px solid #2aabe2;
}
input.button{
	padding:2px 4px;
	border-style:solid;
	border-width:1px;
}
select optgroup{
	color:#322B06;
	font-style:normal;
	text-transform:uppercase;
	font-size:11px;
}
select option{
	padding-left:10px;
	color:#47401A;
	text-transform:none;
	font-size:12px;
}
.comments-label{
	width:150px;
	float:left;
	text-align:left;
	padding-left:20px;
	margin-right:5px;
}

.comments{
	height:180px;
}
.comments-label {
	line-height:18px;
	color:#333;
	font-size:11px;
}
.comments-label small{
	font-size:11px;
	color:#696969;
}
#comments {
        font-size:10px;
}
#comments{
	margin:0 9px 0 9px;
	padding:20px 5px 10px 20px;
	color:#333;
	font-size:14px;
	background:#fff;
	border:1px solid #eee;
	border-bottom:0px;
    border-top:0px;
}
.commentlist{
	margin-left:9px;
	margin-right:9px;
	font-size:12px;
	color:#333;
	border-bottom:1px solid #eee;

}
.commentlist a{
	color:#2aabe2;
}

#comment-block{
	background-color:#fff;
	overflow:hidden;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	background:#FFFFFF url(images/comments.png) repeat-y scroll left top;
}
.comment-text{
	display:inline;
	float:right;
	width:342px;
	overflow:hidden;
	padding:19px 20px 0px 20px;
}
.comment-text p{
	font-family:Georgia;
	font-style:italic;
	font-size:12px;
}
.comment-author{
	padding:20px 5px 10px 20px;
	width:160px;
	display:inline;
	float:left;
	overflow:hidden;
	background:#EBF8FA url(images/comment.png) no-repeat scroll right top;
}

.comment-bottom{
	display:block;
	height:20px;
	background:#FFFFFF url(images/comments.png) repeat-y scroll left top;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	
}
.comment-page-numbers{
	padding:5px 10px;
	margin:0px 20px 5px 30px;
	color:#645D35;
	font-size:11px;
	font-weight:bold;
	line-height:21px;
}
.comment-page-numbers a{
	padding:3px 8px;
	background-color:#fff;
	color:#645D35;
}
.current-comment-page, .comment-page-numbers a:hover{
	padding:3px 8px;
	background-color:#fff;
}
.clear{
	clear:both;
	font-size:1px;
}
.left-avat{
	width:100px;
	height:58px;
	display:inline;
	float:left;
}

.comment-author h3{
	text-transform:uppercase;
}
.comment-author h3, .user .url{
	font-size:12px;
	color:#333;
	padding: 0 0 5px 0;
}
.comment-author p{
	font-size:11px;
	color:#333;
	padding:0 0 0 0 0;
	margin:0;
	font-family:Georgia;
	font-style:italic;
}
.comment-author span{
	font-size:9px;
	color:#333;
	padding:0;
	font-family:Georgia;
	font-style:italic;
}
.avatar{
	background-color:#f8f7f3;
	border-top:1px #FFFFFF solid;
	border-right:1px #a29c7d solid;
	border-bottom:1px #a29c7d solid;
	border-left:1px #FFFFFF solid;
	padding:5px;
}
.comment-author a{
	font-weight:bold;
	font-size:12px;
	color:#2aabe2;
}
.comment-author a:hover{
	text-decoration:underline;
}
.comment-author .fn{
	display:inline;
	float:right;
	line-height:20px;
	padding-bottom:10px;
	padding-left:10px;
	padding-top:18px;
	width:100px;
}
.comment-data{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	clear:both;
}
#wp-calendar{
	width:250px;
	height:150px;
}
#wp-calendar caption{
	background-color:#f8f7f3;
	border-top:1px #FFFFFF solid;
	border-right:1px #a29c7d solid;
	border-bottom:1px #a29c7d solid;
	border-left:1px #FFFFFF solid;
	font-weight:bold;
	line-height:20px;
	font-size:12px;
}
#wp-calendar tr td{
	background-color:#f8f7f3;
	border-top:1px #FFFFFF solid;
	border-right:1px #a29c7d solid;
	border-bottom:1px #a29c7d solid;
	border-left:1px #FFFFFF solid;
	text-align:center;
	padding:1px;
}
#wp-calendar tr td a{
	background-color:#dedbcb;
	display:block;
	height:100%;
	width:100%;
}
#wp-calendar thead tr th{
	background-color:#f8f7f3;
	border-top:1px #FFFFFF solid;
	border-right:1px #a29c7d solid;
	border-bottom:1px #a29c7d solid;
	border-left:1px #FFFFFF solid;
	text-align:center;
	font-weight:bold;
	color:#990300;
	padding:1px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption img {
	margin: 0;
	padding: 8px 15px 10px 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

#sidebar small{
	color:#aaa;
	margin:0 0 0 45px;
	font-size:10px;
	font-style:italic;
	margin-top:5px;
}

li.sponsor a{
	color:#000000;
	text-decoration:none;
	display:block;
	height:23px;
	padding:5px 5px 5px 20px;
	font-size:12px;
	line-height:23px;
	margin:0 50px 0 20px;
	float:right;

}

/* Blogroll list customization */
#sidebar .sponsors h2{
	border:none;
	padding-bottom:8px;
	}
#sidebar .sponsors{
	padding:0;
	margin:0;
}	
.sponsors ul.blogroll{
	margin:px 0px 0px 0px;
	padding:0 0 0 40px;
	
}
#sidebar .sponsors .blogroll  li{
	display:inline;
	margin:0;
	padding:0;
}

#sidebar .sponsors .blogroll img{
	margin:0px 0 5px 0;
	padding:0;
	border:none;
}
#sidebar .sponsors .blogroll a{
	display:inline;
	margin:0;
	padding:0 15px 0px 0;
	border:none;
}

#sidebar .sponsors .blogroll a:hover{
	background:none;
}
#sidebar ul li.sponsors ul.blogroll{
    padding-bottom:20px
}

#post-container{
width:588px;
margin: 15px auto 0 auto;
margin-bottom:40px;
}

#post-header {
background:url(images/post-header.png) top left no-repeat;
width:588px;
height:9px;
margin:0;
padding:0;
}

#post-content {
background:url(images/post-content.png) top left repeat-y;
width:588px;
margin:0;
padding:0;
}

#post-footer {
background:url(images/post-footer.png) top left no-repeat;
width:588px;
height:9px;
margin:0;
padding:0;
}


/* OSU Tophat styles */
#osu-top-hat { background: #000; width: 100%; float: left; }

#osu-top-hat a { text-decoration: none; color: #fff; }
#osu-top-hat a:hover { text-decoration: underline; }
#osu-top-hat a img { float: left; }
#osu-top-hat div.wrapper3 a img { margin-left:1em; }
#osu-top-hat div.wrapper3 ul { margin-right:1em; }

#osu-top-hat ul { float: right; text-align:right; margin: 22px 0px 0px 0px; width: auto; }
#osu-top-hat ul li { border-right: 1px solid #fff; display: block; float:left; font-size: 85%; padding: 0 8px; }

#osu-top-hat ul li.last { border-right: none; }

#osu-top-hat div { margin: 0px auto; } 
#osu-top-hat div.wrapper1 { width: 750px; }
#osu-top-hat div.wrapper2 { width: 950px; }
#osu-top-hat div.wrapper3 { width: 100%; }
#osu-top-hat div.wrapper4 { width: 974px; }

#osu-top-hat { border-bottom-color:#c4beb5; }

#osu-top-hat {
	height:3.225em;
	float:none;
	border-bottom:0.31em solid #dbd6d0;
} 

#osu-top-hat img.tag {
	margin-left:3em;
	position:relative;
	z-index:100;
	border:0;
} 

#top-hat-interior {
	width:80.923em;
	margin:0 auto;
}

/*OSU Orange Banner*/

#osu-inside{background-color:#c50; clear:both; 
	overflow:hidden; 
	margin:0 auto; 
	width:920px; 
	text-align:left; 
	font-family:'Verdana', 'Arial', 'Helvetica', sans-serif;}

#osu-orange{height:42px;}

#osu-logo{float:left; 
	width:262px; 
	margin:0 0 0 20px;}
	
/* End Various Tags & Classes*/


