/*
	CSS FILE for EUCU.org.uk - BEIGE DESIGN WITH FREE BIRDS
	Author: Chris Conway <chris@ceejaycee.net>
*/
html,body {
	background-color: #5e8a9b;
	font-family: "Trebuchet MS", "Verdana", "Tahoma", "Arial", sans-serif;
	margin: 0px;
	font-size: 11px;
	padding: 0px;
	height: 100%;
	background-image: url(birds.gif);
	background-repeat: repeat-y;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #da3838; /*#5f0029;*/
}

a:hover {
	color: #00435f;
}

/*
	Outside Box (drop shadow and background)
*/
div#mainBoxOuter {
	width: 876px;
	margin: auto;
	/*background-color: #d6e5f7; #e1d7c7;*/
	background-image: url(d6e5f7back.gif);
	background-repeat: repeat;
	position: relative;
	min-height: 100%;
}

* html #mainBoxOuter {
	height: 100%;
}

/*
	Inside Box (controls placement inside shadow)
*/
div#mainBoxInner {
	width: 821px;
	margin-left: 30px;
	padding-bottom: 20em;
}

/*
	links bar at top of page
*/

div#linksBarPosition{
	float:right;
	position:relative;
	left:-50%;
	text-align:left;
}

div#linksBar {
	position:relative;
	left:50%;
	padding-top: 15px;
	font-size: 18px;
	text-align: center;
	\\text-transform: lowercase;
	z-index: 99;
}

div#linksBar a:link,div#linksBar a:active,div#linksBar a:visited {
	text-decoration: none;
	color: #186bb5; /*#5f0029;*/
}

div#linksBar a:hover {
	color: #00435f;
}

.linksBarSpacer {
	color 5e8a9b;
	font-size: 15px;
}

/*
	Menu styling stuff
*/
.item { float:left;}
.subitems {position:absolute;
	   z-index:99;
	   border:1px solid #ffffff;
	   }
.subitem{border:1px solid #ffffff;
	 background:#cadaeb;
	 padding:3px;
	}
.item:hover {background:#cadaeb;}


/*
	header division and image
*/
#header {
	width: 821px;
	height: 60px;
	//background-image: url('EUCU.gif');
	background-repeat: no-repeat;
	background-position: 630px 0px;
	/*background-attachment: fixed;*/
}

#header img {
	/*float: right;*/
	position: relative;
	left: 10px;
	/*top: -20px;*/
	padding-right: 50px;
	z-index: 0;
}

#frontImage {
	width: 800px;
	height: 200px;
	margin: auto;
	padding: 2px;
	background-color: #ffffff;
	border: 1px solid #a49787;
	clear: both;
	z-index:-10;
}

.spacer {
	width: 100%;
	height: 10px;
	clear: both;
}

/*
	Front Page triple columns
*/
.cols {
	text-align: justify;
	color: #383b4a;
}

.colsHeadBlue {
	width: 100%;
	font-size: 18px;
	color: #186bb5;
	text-align: center;
}

.colsHeadGrey {
	width: 100%;
	font-size: 18px;
	color: #383b4a;
	text-align: center;
}

#colsLeft {
	width: 210px;
	float: left;
	margin: 0px;
	margin-left: 5px;
	padding: 10px;
	/*	overflow-y: auto;
						height: 400px;*/
}

#colsCentre {
	width: 325px;
	border-left: 1px solid #5e8a9b; /*#cfc0ac;*/
	border-right: 1px solid #5e8a9b; /*#cfc0ac;*/
	float: left;
	margin: 0px;
	padding: 10px;
}

#colsRight {
	width: 210px;
	float: left;
	padding: 10px;
}

/*
	Calendar details
*/
.eventDetails {
	font-size: 12px;
	font-weight: bold;
	color: #186bb5;
}

.eventDesc {
	font-size: 12px;
	margin-bottom: 5px;
	//font-style: italic;
}

.eventTitle {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
}

.eventSpacer {
	width: 50%;
	height: 4px;
	border-bottom: 1px dashed #5e8a9b; // #cfc0ac;
	margin: auto;
}

.eventMore {
	width: 100%;
	text-align: right;
	font-size: 10px;
	position: relative;
	top: -5px;
}

/*
	Single page content
*/
#contentCal {
	width: 700px;
	margin: auto;
}

#content {
	width: 610px;
	margin: auto;
	float: right;
	margin-right: 40px;
}

#content img {
	border: 1px solid #000000;
	background-color: #ffffff;
	padding: 2px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content .noBorder {
	border: 0px;
	background-color: inherit;
}

#content p {
	text-align: justify;
}

#content p img {
	margin: 10px;
}

.pageTitle {
	font-size: 25px;
	color: #186bb5;
	font-weight: bold;
	width: 100%;
	margin-bottom: 20px;
}

/*
	Single page links
*/
#sectionBox {
	width: 130px;
	margin-right: 20px;
	margin-top: 20px;
	border-right: 1px solid #cfc0ac;
	float: left;
	margin-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 14px;
	line-height: 25px;
}

#sectionBox a {
	color: #5e8899;
	text-decoration: none;
	font-weight: normal;
}

#sectionBox a:hover {
	text-decoration: underline;
}

.sectionsBoxTitle {
	text-transform: uppercase;
	font-size: 10px;
	color: #7a6f64;
}

/*
	footer
*/
#footer {
	width: 800px;
	border-top: 1px dashed #5e8a9b; /*#7a6f64;*/
	padding-top: 10px;
	padding-bottom: 20px;
	/*color: #7a6f64;*/
	text-align: center;
	clear: both;
	margin: -15em auto 0px auto;
	position: relative;
}

#footer a {
	text-decoration: none;
	color: #da3838; /*#5f0029;*/
}

#footer a:hover {
	color: #00435f;
}

.calYear {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

.calMonth {
	font-weight: bold;
	font-size: 18px;
	padding-left: 5px;
}

.calBox {
	width: 650px;
	margin: auto;
	padding: 10px;
}

.calBoxTitle {
	font-size: 16px;
	border-bottom: 1px dashed #5e8a9b; //#cfc0ac;
}

.calBoxDate {
	padding-left: 10px;
	font-size: 14px;
	color: #186bb5;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

.calBoxDesc {
	padding-left: 5px;
	font-size: 14px;
	text-align: justify;
}

.cookieTrail {
	font-size: 10px;
	border-bottom: 1px dashed #5e8a9b; //#cfc0ac;
	margin-bottom: 10px;
}

.podTitle {
	font-size: 16px;
	font-weight: bold;
}

.podHead {
	font-size: 10px;
	text-transform: uppercase;
	color: #B8AA93;
	text-align: center;
}

.hoodiesex {
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
}

