@charset "UTF-8";

/*
#####################
	GENERAL
#####################
*/

*{
	margin: 0;
	padding: 0;
}

body {
	color: #68c8f8;
	font-size: 11px;
	overflow: hidden;
	font-family: verdana;
}

p {
	margin: 0;
	padding: 5px;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.eventColumn h4 {
	margin: 4px 0 0 7px;
  color: white;
}

img {
	border: 1px solid #FFFFFF;
}

img.camera_women {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: -1;
}

/*
#####################
	TIMELINE YEAR
#####################
*/

#yearTimeline {
	margin: 220px auto 0px auto;
	width: 1200px; 
	height: 615px; 
	position: relative;
}

.monthSlider {
	float: left;
	width: 58px;
	height: 455px;
	margin: 0 4px 0 0;
	background: url(../images/monthBar.png) no-repeat;
}

.monthBadge {
	position: absolute;
	bottom: 100px;
	text-align: right;
	height: 50px;
	width: 50px;
	vertical-align: top;
}

.monthBadge2 {
	position: absolute;
	bottom: 100px;
	height: 50px;
	margin: 0 0 0 -11px;
	vertical-align: top;
}

.monthValue {
	position: absolute;
	top: 6px;
	width: 50px;
	text-align: center;
    color: #FFFFFF;
}

.monthContent {
	float: left;
	width: 452px;
	overflow: hidden;
}

.imageContainer {
	width: 52px;
    margin: 0 3px 6px 3px;
	position: absolute;
	bottom: 159px;
	overflow: hidden;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.imageContainer:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

.roundedYear {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 48px;
	height: 38px;
	border: 1px solid #FFFFFF;
	margin-bottom: 2px;
}

/*
#####################
	TIMELINE MONTH
#####################
*/

.month_container {
	padding: 5px 0 5px 0;
	position: relative;
	width: 450px;
	height: 440px;
}

.eventColumn {
	background: url(../images/eventBackground.png) no-repeat;
	width: 146px;
  height: 100%;
  float: left;
	margin: 2px 2px 0 2px;
}

.event_tags {
	font-size: 9px;
	margin: 0px 1px 0 6px;
  height: 161px;
  color: #00AEA5;
}
.seperationLine {
	border-bottom: 1px dashed #00AEA5;
	margin: 0 12px 0 10px;

}

.dayImages {
	position: absolute;
	bottom: 0px;
	float: right;
	line-height: 15px;
	vertical-align: bottom;
	margin: 0 0 10px 11px;
}

.empty_image {
	min-width: 10px;
}

/*
#####################
	TAGS
#####################
*/

#tags {
	border: 1px solid #68c8f8;
	margin: 20px auto 0px auto; 
	vertical-align: top;
}
