body {
	margin:0 auto;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:black;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	max-width:1280px;
	font-size:90%;
	font-family: "Times New Roman", serif;
	}

								/* Header styles */

#header {
	clear:both;
	float:left;
	width:100%;
	}
	
#header {
	background-color:whitesmoke;
	border-radius:4px;
	}


aside {
	color: #c1343e;
	margin-left:14px;
	width:55%;
	float:right;
	border-left:7px solid black;
	border-radius:10px;
	}

aside p {
	font-size:135%;
	font-weight:600;
	line-height:125%;
	margin-top:.4em;
	margin-bottom:.1em;
	}

aside p:first-child {
	margin-top:10px;
	}

aside p:last-child {
	margin-bottom:10px;
	}

#header {
	clear:both;
	float:left;
	width:100%;
	}
	
#header {
	background-color:whitesmoke;
	border-top:5px solid black;
	}

.headertable {
	margin:0 auto;
	width:95%;
	background-color:whitesmoke;
	}

.headertable td {
	background-color:whitesmoke;
	text-align:center;
	vertical-align:middle;
	padding:5px;
	margin:0px;
	}

.headertable td img {
}


a {
	color:darkblue;
	}
	
a:hover {
	color:darkgreen;
	text-decoration:none;
	}
	
.enlarge:hover {
	transform:scale(2,2);
	transform-origin:0 0;
	}


hr {
	width: 70%;
	height: 4px;
	margin-left: auto;
	margin-right: auto;
	background-color:black;
	color:#FF0066;
	border: 0 none;
	margin-top: 40px;
	margin-bottom:40px;
	}

h1, h2, h3, h4 {
	margin:.5em;
	text-align:center;
	padding:0;
	font-variant:small-caps;
	}
	
p {
	padding:0;
	font-size:115%;
	margin:.3em;
	line-height:135%;
	text-align:left;
	}
	

.center {
	text-align:center;
	margin:0 auto;
	}

.obitdiv {
	background-color:#ff6600;
	border:8px solid black; 
	border-radius:8px; 
	font-size:99%; 
	padding:15px; 
	margin:10px;
	width:750px;
	}
	
figcaption {
	background-color:black;
	color:whitesmoke;
	text-align:center;
	font-size:80%;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:5px;
	font-family: 'Ubuntu', sans-serif;
	}

.textimage {
	float:right;
	margin-right:2em;
	margin-left:2em;
	}
	
.textimage img {
	width:100%;
	margin-top:2px;
	}

.intextbannerad {
	margin:60px auto;
	width:75%;
	}

.intextbannerad a {
	margin:0 auto;
	}

.intextbannerad a img {
	margin:0 auto;
	width:100%;
	border:12px solid #ff6600;	
	outline:12px solid black;
	}

.intextbannerad a img:hover {
	border:12px solid black;	
	outline:12px solid #ff6600;	
	}

.intextimgright {
	float:right;
	width:30%;
	margin:10px 1.5em 10px 15px;
	display:block;
	border:8px solid black;
	padding:0px;
	border-radius:8px;
	}

.intextimgright img {
	width:100%;
	display:block;
	}
		
.intextimgleft {
	float:left;
	width:30%;
	margin:10px 10px 10px 1.5em;
	display:block;
	border:8px solid black;
	padding:0px;
	border-radius:8px;
	}

.intextimgleft img {
	width:100%;
	display:block;
	}

.ravenstriplist {
	list-style-type:square;
	width:80%;
	margin-left:40px;
	}
	
.ravenstriplist li {
	line-height:150%;
	padding-bottom:10px;
	}
	
.matchuptable {
	margin:0 auto;
	width:50%;
	border:10px solid black;
	background-color:#ff6600;
	border-radius:8px;
	font-family: 'Ubuntu', sans-serif;
	font-size:90%;
	padding:5px;
	}
	
.matchuptable th {
	background-color:#ff6600;
	text-align:center;
	padding:5px 70px;
	border-radius:8px;
	padding:5px;
	}
	
.matchuptable td {
	padding:5px 10px;
	width:50%;
	background-color:black;
	color:orange;
	text-align:center;
	font-weight:800;
	font-size:90%;
	border-radius:5px;
	padding:10px 10px;
	}

.matchuptable td img {
	height:65%;
	}
		
								/* Scoreboard styling */
.scoreboardtable {
	width:100%;
	background-color:#ff6600;
	border-radius:8px;
	border:8px solid #ff6600;
	text-decoration:none;
	font-family: 'Ubuntu', sans-serif;
	}
	
.scoreboardtable td {
	width:50%;
	padding:6px 1px;
	text-align:center;
	text-decoration:none;
	border-radius:4px;
	border:2px solid #ff6600;
	}

.scoreboardtable td img {
	width:70%;
	margin:0 auto;
	padding:10px 1px;
	text-align:center;
	}
	
.scoreboardtable td a {
	text-decoration:none;
	}
	

.newscoreboardtable {
	margin:15px auto;
	width:90%;
	font-size:85%;
	background-color:lightblue;
	border-radius:8px;
	
	text-decoration:none;
	font-family: 'Ubuntu', sans-serif;
	-webkit-box-shadow: -10px 10px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 	-10px 10px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 		-10px 10px 5px 0px rgba(0,0,0,0.75);
	}
	
.newscoreboardtable td {
	width:50%;
	padding:6px 1px;
	text-align:center;
	text-decoration:none;
	border-radius:4px;
	
	}

.newscoreboardtable td img {
	width:70%;
	margin:0 auto;
	padding:10px 1px;
	text-align:center;
	}
	
.newscoreboardtable td a {
	text-decoration:none;
	}



.umbctable {
	margin:15px auto;
	margin-bottom:40px;
	border-radius:8px;
	width:100%;
	background-color:black;
	color:#ffc20e;
	font-family: 'Ubuntu', sans-serif;
	font-size:80%;
	}

.umbctable td {
	padding:8px;
	text-align:left;
	}

.umbctable td img {
	width:100%;
	display:block;
	border-radius:8px;
	}




.wisptable {
	margin:5px auto 15px auto;
	border-radius:8px;
	width:70%;
	max-width:600px;
	background-color:black;
	color:lightblue;
	font-size:85%;
	}

.wisptable td {
	padding:8px;
	text-align:left;
	}

.wisptable td img {
	width:100%;
	display:block;
	border-radius:8px;
	}


.whitetailtable {
	margin:5px auto 15px auto;
	border-radius:8px;
	width:60%;
	max-width:600px;
	background-color:black;
	color:whitesmoke;
	font-size:80%;
	}

.whitetailtable td {
	padding:8px;
	text-align:left;
	}

.whitetailtable td img {
	width:80%;
	display:block;
	border-radius:8px;
	}





.opentable {
	margin:0 auto;
	}
	
.opentable td {
	padding:10px 20px;
	font-size:110%;
	}

.businesstable {
	margin:10px auto;
	background-color:black;
	width:100%;
	border-radius:4px;
	}

.businesstable td {
	width:33%;
	border:8px solid lightblue;
	padding-top:4px;
	padding-bottom:4px;
	text-align:center;
	vertical-align:middle;
	background-color:black;
	}

.businesstable td img {
	margin:0 auto;
	width:95%;
	}

.commenttable {
	width:95%;
	background-color:lightblue;
	width:90%;
	margin:0 auto;
	border:5px solid black;
	border-radius:5px;
	padding:10px;
	}

.triptable {
	margin:0 auto;
	background-color:lightblue;
	border:1px solid red;
	text-align:center;
	}

.triptable th {
	padding:5px 10px;
	font-size:110%;
	border:1px solid green;
	text-align:center;
	}

.triptable td {
	padding:5px 10px;
	border:1px solid blue;
	text-align:center;
	}
	
	
.openlist {
	margin-left:4em;
	margin-right:3em;
	}
	
.openlist li {
	font-size:110%;
	line-height:150%;
	margin-bottom:15px;
	text-align:justify;
	}
	

								/* Right Column ads style */
#ads	{
	list-style-type:none;
	margin-left:-38px;
	background:#005e9c;
	}
	
#ads ul	{
	margin-left:1px;
	}

#ads li	{
	margin:95px auto;
	display:block;
	}

#ads img {
	display:block;
	}

#ads li a img {
	width:85%;
	border:1px solid black;
	margin:0 auto;
	background-color:whitesmoke;
	border-radius:6px; 
	display:block;
	-webkit-box-shadow: -10px 20px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 	-10px 20px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 		-10px 20px 5px 0px rgba(0,0,0,0.75);
	}
	
								/*  Right column corporate sponsors heading */
.banner	{
	width:94%;
	background-color:black; 	
	color:lightblue;
	padding:10px 5px; 
	margin: 1px auto -10px;
	border-radius:4px;
	font-weight:800;	
	text-align:center;
	font-size:100%;
	font-variant:small-caps;
	}
	
.dmdtable {
	width:100%;
	background-color:lightblue;
	color:black;
	font-size:100%;
	font-weight:900;
	font-variant:small-caps;
	margin:15px auto;
	border-radius:4px;
	border-collapse:collapse;
	}

.dmdtable td {
	width:20%;
	margin:1px 10px;
	text-align:center;
	border-radius:4px;
	border-collapse:collapse;
	padding:15px;
	}
	
.dmdtable td img {
	border-radius:4px;
	}

.dmdtable td.left {
	
	text-align:left;
	}
	
.dmdtable td.right {
	
	text-align:right;
	}

.navtable {
	margin:0 auto;
	background-color:whitesmoke;
	padding-top:1px;
	padding-bottom:4px;
	}
	
.navtable td {
	text-align:center;
	}
	
.navtable td a {
	text-align:center;
	text-decoration:none;
	padding:4px 9px 6px;
	margin:4px;
	font-family: 'Ubuntu', sans-serif;
	font-size:115%;
	font-weight:500;
	font-variant:small-caps;
	background-color:#005e9c;
	color:whitesmoke;
	border-radius:4px;
	}
	
.navtable td a:hover {
	color:lightblue;
	}

.archivestable {
	margin:0 auto;
	width:95%;
	}
	
.archivestable th {
	background-color:#18b025;
	color:black;
	padding:8px 17px;
	border:4px solid #18b025;
	border-radius:7px;
	}
	
.archivestable td {
	margin:0 auto;
	text-align:center;
	background:#005e9c;
	color:whitesmoke;
	font-weight:800;
	border:2px solid #005e9c;
	border-radius:7px;
	font-size:95%;
	padding:5px 20px;
	line-height:170%;
	}

.archivestable td a {
	color:whitesmoke;
}

.podcasttable {
	margin:0 auto;
	}
			
.podcasttable th {
	background-color:black;
	color:lightblue;
	padding:1px;
	border-radius:8px;
	}
	
.podcasttable td {
	border:2px solid black;
	margin:0 auto;
	text-align:center;
	padding:8px 8px;
	background-color:black;
	color:lightblue;
	font-weight:800;
	border-radius:8px;
	}
	
.podcasttable td p {
	text-align:left;
	font-size:95%;
	padding:1px 7px;
	margin:0;
	}

.spotlighttable {
	border:6px double #ff6600;
	margin:0 auto;
	padding:10px;
	background-color:black;
	color:#ff6600;
	}

.spotlighttable td {
	padding:1px;
	text-align:left;
	background-color:black;
	}

.spotlightbanner {
	margin:10px auto;
	width:75%;
	}


.spotlightbanner a img {
	margin:0 auto;
	width:100%;
	border:6px solid #ff6600;	
	outline:6px solid black;
	}
	
.footertable {
	margin:15px auto 3px;
	padding:5px;
	background-color:black;
	color:lightblue;
	width:100%;
	border:3px solid #black;
	font-size:100%;
	}

.footertable td {
	text-align:center;
	}

/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	}

/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
	}

.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
	}

							/* 3 Column settings */
.threecol {
	background:#005e9c;		/* right column background colour */
	}

.threecol .colmid {
	right:25%;			/* width of the right column */
	background:whitesmoke;		/* center column background colour */
	}

.threecol .colleft {
	right:50%;			/* width of the middle column */
	background:#005e9c;	/* left column background colour */
	}

.threecol .col1 {
	width:46%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
	}

.threecol .col2 {
	width:21%;			/* Width of left column content (column width minus padding on either side) */
	left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}

.threecol .col3 {
	width:21%;			/* Width of right column content (column width minus padding on either side) */
	left:85%;			/* Please make note of the brackets here:
				(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}

/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #000;
	}

#footer p {
	padding:10px;
	margin:0;
	}

body#index a#indexnav,
body#template a#templatenav,
body#about a#aboutnav,
body#comments a#commentsnav,
body#podcasts a#podcastsnav,
body#archives a#archivesnav,
body#yesterday a#yesterdaynav,
body#roadtrips a#roadtripsnav,
body#masters a#mastersnav,
body#redsox a#redsoxnav,
body#flyers a#flyersnav,
body#palestra a#palestranav,
body#adele3 a#adele3nav,
body#open a#opennav {
	background-color:#18b025;
	color:whitesmoke  !important;
	font-weight:500;
	border:2px solid #0f4d1d;
	}
