/*
Theme Name: Bengal Bouts
Theme URI: http://blogs.nd.edu/bengalbouts
Description: Custom theme for Bengal Bouts.
Author: Eric Huang
Version: 1.0
Tags: two-column
Text Domain: bengal-bouts
*/

.ndbrandbar {display:none !important;}
#nd-blogs-bar ul {
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    width: 960px;
}
blockquote{padding:0 35px;font-style:italic}
a {color:#919999}
a:hover, a:active {color:#333}
* {
    margin:0;
    padding:0
}
p {font-size:14px;line-height:20px}
h3{font-size:18px;font-weight:100;font-family:Georgia, "Times New Roman", Times, serif; text-transform: uppercase}
html, body {
    text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	background:#0f0f0f;
	z-index:-100;
	position:relative;
}
.right{float:right}
.left{float:left}
#outer {
    width:1080px;
    margin:auto;
    text-align:left;
}
* html #outer {
    height:100%
}
#header {
	width:960px;
	margin:0 auto;
	position:relative;
	z-index:100;
	margin-top:50px;
}
h1.logo {
	width: 280px; height: 86px;
	background: url("images/logo.png") no-repeat;
	text-indent: -9999px;
}

/* MENU CODE */
#header ul {position:absolute;background:white;width:960px;height:38px;top:105px}
#header li
{
display: inline;
list-style-type: none;
font-size:14px;
float:left;
margin:12px 15px 0 0;
text-transform:uppercase;
}
#header li a{color:#333;text-decoration:none;padding:11px}
#header li a:hover, #header .current_page_item a {background-color:#3d3b3d;color:white;}
#header p {color:white;position:absolute;top:40px;right:0;text-align:right}
#header p a {color:#919999;text-decoration:underline}
#header p a:hover {color:white;text-decoration:underline}
/* END MENU CODE */

#content {margin:auto;width:960px;}
#content .slideshow {position:absolute}
#menu {
	width:980px;
	z-index:100;
	position:relative;
	margin: 0 auto;
	top:380px;
	}
#menu ul {background:white;height:190px;width:310px;margin:0 16px 0 0}
#menu .news, #menu .abouttheclub, #menu .media {float:left}
#menu ul h3 {margin:15px 15px 0}
#menu ul p, #menu ul li {margin:0 15px}
#menu li, .sidebar li {list-style-type:none;font-size:14px;line-height:20px}
#menu a, .sidebar a {text-decoration:none}
#menu a:hover, .sidebar a:hover {color:#333;text-decoration:underline}
#menu h3 {font-size:18px;color:#333;font-weight:100;padding-bottom:15px;}
.sidebar, .postcontent {background:white;position:relative;top:80px;padding:15px}
.sidebar {float:left;width:270px;left:60px;}
.sidebar ul {margin-top:15px}
.postcontent {float:right;width:610px;right:60px}
.postcontent img {float:left;margin-right:15px;}
.postcontent p {margin-top:15px}
#footer {}
#footer p {}
#clear {clear: both; margin: 0px}