﻿/* Colours used on site

#C20000 - Somerville Red
#888888 - Darkest Grey
#AAAAAA - Mid-Dark Grey
#CCCCCC - Mid-Light Grey
#DDDDDD - Lightest Grey

*/

/* General Items */

body
{
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

a
{
	text-decoration: none;
	color: #C20000;
}

a:hover
{
	text-decoration: underline;
}

a.alt
{
	text-decoration: underline;
}

a.alt:hover
{
	text-decoration: none;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

.clear
{
	clear: both;
}

.hclear
{
	clear: both;
	height: 1px;
	font-size: 1px;
}

.tclear
{
	clear: both;
	height: 0px;
	font-size: 0px;
}

.emphasis
{
	color: #C20000;
}

div.errorPanel
{
	padding: 8px;
	font-weight: bold;
	font-size: 1.1em;
	background-color: #C20000;
	margin-bottom: 12px;
	padding-bottom: 12px;
	color: #FFFFFF;
}

div.errorPanel ul
{
	font-weight: normal;
	padding-top: 4px;
	margin-left: 26px;	
}

div.errorPanel ul li
{
	list-style-type: square;
}

input
{
	font-size: 1.0em;
}

textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

input.tb, input.tbActive, textarea.tb, textarea.tbActive
{
	border: 1px solid #AAAAAA;
	padding: 3px;
}

input.tbActive, textarea.tbActive
{
	border: 1px solid #C20000;
	
}

select
{
	font-size: 1.0em;
	padding: 3px;
}

dl dt
{
	width: 170px;
	clear: both;
	float: left;
	text-align: right;
	padding: 2px;
	padding-top: 6px;
	padding-right: 6px;
	font-weight: bold;
}

dl dt span
{
	padding-left: 6px;
}

dl dd
{
	float: left;
	width: 300px;
	padding: 2px;
}

dl dd input.tb, dl dd input.tbActive, dl dd textarea
{
	width: 200px;
}

p.center
{
	text-align: center;
}

/* End of General Items */

/* Main.Master Items */

div#OuterWrap
{
	background-image: url('/Lib/Img/RedBar.png');
	background-repeat: repeat-x;
	background-position: 0px 182px;
}

div#MainWrap
{
	width: 760px;
	margin: 0 auto;
}

div#Header
{
	padding-top: 100px;
}

div#Header a#LogoWrap
{	
	display: block;
	float: left;
}

div#Header h1
{
	float: left;
	font-size: 1.6em;
	color: #888888;
	font-style: italic;
	font-weight: bold;
	padding-top: 57px;
	padding-left: 14px;
}

div#NavWrap
{
	float: left;
	width: 236px;
	padding-right: 6px;
}

div#NavWrap div#Nav
{
	padding-bottom: 6px;
}

div#NavWrap div#Nav a
{
	display: block;
	border: 1px solid #C20000;
	padding: 5px;
	padding-left: 30px;
	margin-left: 46px;
	font-size: 1.0em;
	font-weight: bold;
	color: #000000;
	margin-bottom: 2px;
	background-image: url('/Lib/Img/NavInActive.png');
	background-repeat: no-repeat;
	background-position: 7px 7px;
}

div#NavWrap div#Nav a:hover
{
	color: #C20000;
	text-decoration: none;
	background-image: url('/Lib/Img/NavActive.png');
}

div#NavWrap div#Nav div.active a
{
	color: #C20000;
	background-image: url('/Lib/Img/NavActive.png');
}

div#ContentWrap
{
	float: left;
	width: 482px;
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 12px;
	padding-top: 5px;
}

div#Footer
{
	clear: both;
	border-top: 3px solid #DDDDDD;
	color: #888888;
	padding: 4px;
	padding-left: 8px;
	padding-bottom: 24px;
}

div#Footer a
{
	color: #888888;
}

div#Footer div#Copyright
{
	float: left;
}

div#Footer div#FooterNav a
{
	float: right;
	display: block;
}

div#Footer div#FooterNav a
{
	border-right: 1px solid #CCCCCC;
	padding-left: 4px;
	padding-right: 4px;
}

div#Footer div#FooterNav div.first a
{
	border-right: 0px solid;
}

div#NextFormalLinkWrap, div#BelowNav
{
	padding-left: 46px;
}

div#BelowNav div#Closing
{
	padding-top: 8px;
	padding-bottom: 28px;
	text-align: center;
}

/* End of Main.Master Items */

/* Homepage Items */

span.miniTagline
{
	float: right;
	padding-top: 60px;
	padding-right: 26px;
	font-style: italic;
	color: #AAAAAA;
	font-size: 1.1em;
}

/* End of Homepage Items */

/* Next Formal Page */

div#EventPhotos div.imgWrap
{
	margin: 0 auto;
	padding-left: 6px;
	width: 410px;
}

/* End of Next Formal Page */

/* Guests Page */

ul#GuestList
{
	margin: 0 auto;
	width: 260px;
	padding-bottom: 16px;
}

/* End of Guests Page */

/* Contact Page */

dl dd.newsletterSubscribe 
{
	padding-top: 6px;
	padding-bottom: 6px;
}

div#Contact
{
	margin-bottom: 20px;
}

div#Contact div#Done h3
{
	color: #C20000;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
}

/* End of Contact Page */