
body {
	font-size: .8em;
	color: #242424;
	background: #333333;
	font-family: Arial,Helvetica,sans-serif;
}

/*
@font-face {
    font-family: Museo;
	src: url(fonts/Museo700-Regular.otf) format("opentype");
}
*/

/*
@font-face {
    font-family: "Trajan Pro";
	src: url(fonts/TrajanPro-Regular.otf) format("opentype");
}
*/



.container {
	background-color: #f7f7f3;
	padding-bottom: 10px;
}

	#rotatorSide {
		height: 110px;
	}

li.gallery, a.mediaLink {
	padding-bottom: 10px;
/* 	display: block; */
}


.divider {
	position: relative;
	left: 0px;
	width: 250px;
	height: 20px;
	margin: 0 auto;
	padding: 0px;
	background-image: url(../images/divider.gif);
	background-repeat: no-repeat;
}

.divider-l {
	position: relative;
	left: 0px;
	width: 300px;
	height: 20px;
	margin: 0 auto;
	padding: 0px;
	background-image: url(../images/divider-long.gif);
	background-repeat: no-repeat;
}

/* ======================================================================= */
/* ======================================================================= */

/* // quotes on homepage */

/* rotator in-page placement */
    #rotator {
	position: relative;
	height: 170px;
}
/* rotator css */
	#rotator ul li {
	float: left;
	position: absolute;
	list-style: none;
}
/* rotator image style */	
	#rotator ul li img {
	border: 1px solid #ccc;
	padding: 4px;
	background: #FFF;
}
    #rotator ul li.show {
	z-index: 500
}

/* ========================================== */
/* ========================================== */

/* // quotes sidebar */

/* rotator in-page placement */
    #rotatorSide {
	position: relative;
	height: 160px;
	margin: 0 auto;
}

	/* rotator css */
		#rotatorSide ul {
		position: relative;
		height: 140px;
	}
/* rotator css */
	#rotatorSide ul li {
	float: left;
	position: absolute;
	list-style: none;
	padding: 10px;
}

	
/* rotator image style */	
	#rotatorSide ul li img {
	border: 1px solid #ccc;
	padding: 4px;
	background: #FFF;
}
    #rotatorSide ul li.show {
	z-index: 500
}

/* ========================================== */
/* ========================================== */

/* rotatorPic in-page placement */
    #rotatorPic {
/*
	position: relative;
	top: -5px;
	left: 295px;
	height: 300px;
*/
}
/* rotatorPic css */
	#rotatorPic ul li {
	float: left;
	position: absolute;
	list-style: none;
}
/* rotatorPic image style */	
	#rotatorPic ul li img {
	border: 1px solid #ccc;
	padding: 4px;
	background: #FFF;
}
    #rotatorPic ul li.show {
	z-index: 500
}


/* ======================================================================= */
/* ======================================================================= */


/*
round corners; pure css
*/

.rndCorners {
	background-color: #F7F7F3;
	padding: 5px 10px 0px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}



/* timeline ================================================================== */
/* ======================================================================= */


.event{
	/* Contains the event header and body list */
	float:left;
	padding:4px;
	text-align:left;
	width: 150px;
	margin:0 5px 50px;
}

.eventList li{
	/* The individual events */
	border-left: 2px solid #BBAC54;
	list-style:none;
	margin: 5px;
	padding: 4px 7px;
	color: #676767;
	
}


#timelineLimiter{
	/* Hides the overflowing timeline */
	width: 95%;
	height: 250px;
/* 	background-color: #583a13; */
	background-color: #F7F7F3;
	overflow-x: scroll;
	overflow-y: hidden;	
	padding: 10px;
	margin: 0;
}

.clear{
	clear:both;
}



