@charset "UTF-8";

/*****************************************************************************

DEFAULT TAG DESIGN sets CSS information for the body, image and heading tags

*****************************************************************************/

* {
	margin: 0; /** To set all elements a margin of 0 unless otherwise specified **/
	padding: 0; /** To set all elements a padding of 0 unless otherwise specified **/
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #AABBBB;
	text-align: center;
}

img {
	border: none;
	border-width: 0;
}

a.imglink, a.imglink:visited, a.imglink:active, a.imglink:hover {
	border: none;
}
a, a:visited, a:hover {
	color: #87212E;
	text-decoration: none;
	border-bottom: dotted 1px #87212E;
}
a:hover {
	border-bottom-style: solid;
}
a img, a:visited img, a:hover img  {
	border-style: none;
}

br {
	height: 0;
	line-height: 0;
}

ul {
	list-style-type: square;
	margin-left: 1.2em;
}

p {
	margin-bottom: 10px;
	text-align: justify;
}

h1 {
	color: #CC0000;
	font-size: 16px;
	line-height: 20px;
	border-bottom: solid 2px #CC0000;
	position: relative;
	margin: 10px 0px 5px 0px;
}

h1 a {
	font-weight: normal;
	font-size: 10px;
}

.pinright {
	position: absolute;
	top: 0;
	right: 0;
	color: black;
	font-size: 10px;
	font-weight: normal;
}
.pinright * {
	vertical-align: bottom;
	padding: 0;
}
.pinright img {
	padding-bottom: 3px;
}
.feed, .feed:visited, .feed:hover {
	border-style: none;
}
h2, h3, th {
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
}
h3 {
	margin-top: 0px;
}

.post .anchor {
	display: none;
}
.post .date {
	background-image: url('images/cal.gif');
	background-repeat: no-repeat;
	line-height: 18px;
	padding-left: 22px;
}
.post p, .post object, .post .imglink {
	margin-bottom: 10px;
}
.post .caption {
	text-align: justify;
	margin-bottom: 5px;
	margin-top: 5px;
}
.post .imglink {
	display: block;
}

.sponsortable {
	border: black solid 2px;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 10px;
}

.sponsortable th, td {
	padding: 10px;
}

.sponsortable th {
	background-color: black;
	padding-top: 8px;
}

.icon {
	text-align: center;
}

.icon a, .icon a:visited, .icon a:hover {
	border-style: none;
}

.rollodex {
	text-align: center;
}

.rollodex li {
	text-align: center;
	padding: 10px 0px;
	vertical-align: top;
	width: 200px;
}

.rollodex .name {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
}

.rollodex .major {
	font-size: 12px;
	font-style: italic;
}

.rollodex .job {
	font-size: 12px;
	font-style: italic;
}

.rollodex .pic {
	margin-top: 5px;
}

ul.blank-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.inline-block li {
	display: inline-block;
}

/*****************************************************************************

LAYOUT DESIGN sets up DIVs for page layout

*****************************************************************************/
/* Area to contain and center all content of the site */
#container {
	width: 780px; /* Will fit in 800px window resolution */
	margin: 0 auto; /**Centers the container **/
	position: relative;
	text-align: center; /* Sets up container for 3 floating column setup */
	overflow: hidden;
}

/* Area contains header, left navigation column and main content */
#subContainer {
	width: 778px;
	margin: 0 auto;
	border: solid 1px #718B8C;
	background-image: url(images/subBg.gif);
	background-repeat: repeat-y;
	overflow: hidden;
	text-align: left;
}

/**************** Quick Links @Top ****************/
#quickLinks ul {
	font-size: 10px;
	padding: 5px 0;
	position: relative;
	text-align: right;
	overflow: hidden;
	list-style: none;
}
#quickLinks ul li {
	display: inline;
	padding: 0 8px; /* Add 8px padding to left and right sides, 0 padding top & bottom */
	border-left: solid 1px #85A0BC; /* Single border on left side of all items */
}
#quickLinks ul li.first {
	border-left-style: none; /* Single border on left side of all items */
}
#quickLinks ul li.last {
	padding: 0 0 0 8px; /* Special padding for last element in the list */
}
/**************** END of Quick Links @Top ****************/

#footer {
	position: relative;
	margin: 0 auto 10px auto;
	width: 778px;
	padding: 5px;
	color: #fff;
	font-size: 10px;
	text-align: center;
}
#footer .badges {
	padding: 5px;
}

/**************** Header ****************/
#header a, #header a:visited, #header a:hover {
	border: none;
}
.logo {
	display: block;
	width: 778px;
	height: 170px;
	line-height: 170px;
}
.logo {
	background-color: #930034;
	position: relative;
}
.logo .Memorial, .logo .B, .logo .A, .logo .J {
	color: #FFFFFF;
	font-family: impact, sans-serif;
	font-size: 110px;
	line-height: 170px;
	text-transform: uppercase;
}
.logo .Memorial {
	position: absolute;
	top: 0;
	left: 0;
	letter-spacing: 4px;
	padding-left: 33px;
}

.logo .Baja {
	position: absolute;
	top: 0;
	right: 0;
}
.logo .B, .logo .A, .logo .J {
	float: left;
	color: #000000;
	overflow: hidden;
}
.logo .B {
	padding-left: 0px;
	padding-right: 0px;
	background-color: #8C8C8C;
}
.logo .J {
	padding-left: 3px;
	background-color: #BFBFBF;
}
.logo .A {
	padding-left: 4px;
	padding-right: 4px;
}
.logo .A1 {
	background-color: #A5A5A5;
}
.logo .A2 {
	background-color: #D8D8D8;
}
#header .bottom {
	color: #928758;
	font-size: 11px;
	height: 25px;
	background: url(images/navBg.gif) repeat-x;
    border-top: solid 1px #737373;
}
#header .bottom .extSites {
	font-size: 10px;
	float: left;
	background: url(images/navSep.gif) no-repeat right; /* Seperator image on the right side of DIV */
	padding: 0 10px 0 5px; /* Zeroes all padding except 10px padding on right side to account for seperator img */
	color: #C3B171;
}
#header .bottom .extSites ul {
	list-style: none;
	padding: 6px 0;
}
#header .bottom .extSites ul li {
	display: inline;
	padding: 0 2px;
}
#header .bottom .extSites ul li.fb {
	padding: 0 0 0 25px; /** Adds normal 3px padding on either side + padding for Facebook icon on left side **/
 	background-image: url(images/fb_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#header .bottom .date {
	padding: 0 10px;
	float: right;
	color: #C3B171;
	letter-spacing: 2px;
	background-image: url(images/navSep.gif);
	background-repeat: no-repeat;
	background-position: left;
	line-height: 25px;
}
/**************** END of Header ****************/

/**************** Left-hand column ****************/
#menuCol {
	width: 160px;
	position: relative;
	float: left;
	text-align: center;
}
#menuCol .nav ul {
	text-align: left;
	background-color: #242424;
	border-bottom: solid 1px #737373;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style: none;
	margin: 0px;
}
/* Menu items are a light gray block with padding and no text decoration */
#menuCol .nav ul a,
#menuCol ul.nav a:visited
{
	display: block;
	padding: 4px 10px;
	color: #ccc;
	line-height: 17px;
	overflow: hidden;
	text-decoration: none;
	font-size: 10px;
	letter-spacing: 2px;
	border-bottom: solid 1px #737373;
}
#menuCol .nav ul a.last,
#menuCol ul.nav a.last:visited
{
	border: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
#menuCol .nav ul a:hover
{
	color: #FFFF00;
	background:  url(images/navBg.gif) repeat-x center;
}
#menuCol p {
	font-size: 10px;
	color: #fff;
}
#menuCol p a, #menuCol p a:visited, #menuCol p a:hover {
	color: #FFFF00;
	border-color: #FFFF00;
}
/** Defines properties for Facebook badge **/
#menuCol .fb {
	margin: 5px auto;
}
#menuCol .subsection {
	margin: 15px 10px;
}
#menuCol .subsection * {
	text-align: center;
}
#menuCol hr {
	position: relative;
	text-align: center;
	margin: auto;
	border: solid 1px #fff;
}
#menuCol .badges img {
	margin: 5px auto;
}
/**************** END of Left-hand column ****************/

/**************** Main Conent ****************/
#mainContent {
	width: 442px;
	float: left;
	margin: 0px 15px 5px 15px;
	font-size: 11px;
	line-height: 16px;
}
#mainContent .colOne {
	float: left;
	width: 214px;
	margin-right: 15px;
}
#mainContent .colTwo {
	float: right;
	width: 213px;
}
#mainContent p.last {
	margin-bottom: 0px;
}
/**************** END of Main Conent ****************/

/**************** Right Hand Column ****************/
#rightCol {
	width: 130px;
	float: left;
	text-align: center;
	margin-right: 15px;
	margin-bottom: 5px;
}
#rightCol .sponsors {
	margin: 0;
}
#rightCol .sponsors li {
	display: block;
	margin-bottom: 10px;
}
.sponsors {
	list-style: none;
	margin: 0 0 5px 0;
}
.sponsors li {
	display: inline;
}
.sponsors .become, .sponsors .current {
	display: none;
}

.navBottom {
	padding: 6px;
	text-align: center;
	color: #928758;
	font-size: 12px;
	position: relative;
	height: 13px;
	clear: both;
	background: url(images/navBg.gif) repeat-x;
}
.navBottom ul {
	font-size: 10px;
	color: #C3B171;
	list-style: none;
	text-align: center;
}
.navBottom ul li {
	display: inline;
}
.navBottom a, .navBottom a:visited {
	color: #C3B171;
	padding: 0 5px;
	text-decoration: none;
	border-right: solid 1px #C3B171;
	border-bottom: none;
}
.navBottom a:hover {
	color: #fff;
	text-decoration: underline;
}
.navBottom a.last {
	border: none;
}

.twitter, .pipe {
	margin-bottom: 10px;
	text-align: justify;
}

.twitter a, .pipe a {
	border-bottom-style: none;
}

.pipe a:hover {
	border-bottom-style: solid;
}

.pipe .ybf a:hover {
	border-bottom-style: none;
}

.pipe .pipesThumbnail {
	display: none;
}

.pipe .ybr, .pipe .ybi, .pipe .pipesHolder, .pipe .pipesTitle {
	padding: 0;
	margin: 0;
}