/* The Maker Bus Stylesheet */

@import url(http://fonts.googleapis.com/css?family=Oswald:700,400);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);

body {
	position:relative;
	font-family: 'Open Sans', arial, sans-serif;
	width: 960px;
	margin-top:0px;
		margin-left:auto;
	margin-right:auto;
	padding-left: 10px;
	padding-right: 10px;
	
	/* IE10 Consumer Preview */ 
	background-image: -ms-radial-gradient(center top, circle farthest-corner, #5c5b5b 0%, #000000 100%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-radial-gradient(center top, circle farthest-corner, #5c5b5b 0%, #000000 100%);
	
	/* Opera */ 
	background-image: -o-radial-gradient(center top, circle farthest-corner, #5c5b5b 0%, #000000 100%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(radial, center top, 0, center top, 553, color-stop(0, #5c5b5b), color-stop(1, #000000));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-radial-gradient(center top, circle farthest-corner, #5c5b5b 0%, #000000 100%);
	
	/* W3C Markup, IE10 Release Preview */ 
	background-image: radial-gradient(circle farthest-corner at center top, #5c5b5b 0%, #000000 100%);
}

/* Buttons */

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #9d9b9b;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	padding:3px 16px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	float: left;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}
.myButton:active {
	position:relative;
	top:1px;
}

/* END BUTTON */     


header {
	position:absolute;
	width:960px;
    border-top: 5px solid #cc0000;
	}

#pageHolder {
	position:absolute;
	top:40px;
	width:985px;
	height:1500px;
	background-color:#FFF;
	/* border-radius: 6px; */
	box-shadow: 0px 0px 10px #9b9999;
	padding-top:20px;
	padding-left:20px;
	}

#fullContentContainer {
	position:absolute;
	top:170px;
	left:15px;
	}

	
#contactInfo {
    position: absolute;
    left: 734px;
    top: 142px;
    width: 190px;
    height: 20px;
    font-size: 12px;
    text-align: left;
    line-height: 1.3;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #666;
    font-weight: lighter;
}
	
	
branding {
	position:absolute;
	left:8px;
	top:15px;
	height: 100px;
	}	
	
#strap {
	position:absolute;
	
	left: 8px;
	top: 80px;
	
	width:920px;
	font-size: 24px;
	text-align: left;
	line-height: 1.3;
	height: inherit;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	text-shadow: 1px 2px 3px #000;
	}

	
	
	
#footer {
	position:absolute;
	top: 1495px;
	width:960px;
    border-top: 5px solid #cc0000;
	height:80px;
	

	line-height: 1.4em;
	font-size: 12px;
	text-align:left;
	line-height: 1.4em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: lighter;
	}
	
#map {
		left: 20px;
		top: 20px;
		position:absolute;
		border: 1px solid #cc0000;
        width: 960px;
        height: 110px;
			border-radius: 6px;
      }	
	

h1 {
	font-weight: normal;
	margin: 28px 0px 0px 0px;
	float: left;
	width: 225px;
    background-image: url('../img/maker-logo.png');
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;}

h2 {
	font-size: 2.4em;
	margin: 0.7em 0em 1.7em 0em;
	padding: 0px;
	color: #000;
	line-height: 1em;
	letter-spacing: -.06em;}

h3 {
	padding: 0px 0px 0px 0px;
	color: #cc0000;
	margin: 0px;
	font-size: 1.4em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h4 {
	padding: 0px 0px 0px 0px;
	color: #cc0000;
	font-size: 1.2em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 22px;
}


nav {
	position:absolute;
	top:138px;
	left: 6px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: left; 
	width: 800px;
	height:30px;
	padding-top: 0px;
	font-size: 1.4em;
	text-align: left;
	}
nav a {
	padding-left: 0px;}
nav a:hover, a.current {
	color: #d71a00;}

a {text-decoration: none; color: #cc0000;}

#nav2 {
	position:absolute;
	top:138px;
	left:708px;

	}
	
	

.third, .event {
	width: 700px;
	float: left;
	text-align: center;}

.event p {border-right: 1px solid #999; }
#content .event:last-child p {border-right: none;}

.third p {
	
	font-size: 12px;
	text-align: left;
	line-height: 1.4em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: lighter;
	
	}
	
.third b {
	font-weight:bold;
	color: #666;
}


/* New paragraph */
.First, .event {
	float: left;
	text-align: center;
	width: 685px; 
	height:1322px; 
	overflow: scroll; 
	overflow-x: hidden;
	}
	
.RMCA {
	padding-top: 0px;
float: right; 
padding-left: 10px;	
}

.RMCB {
	float: left; 
	padding-right: 10px; 
}

.timeline{
	font-size: 12px;
	text-align: left;
	line-height: 1.4em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: lighter;
	padding-right: 12px;
	height: 250px;
}

.indexText{
	font-size: 12px;
	text-align: left;
	line-height: 1.4em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: lighter;
	padding-right: 12px;
	
}

.timelineHead {
	font-size: 26px;
	text-align: left;
    line-height: 1em;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #666;
    font-weight: lighter;
	padding-bottom: 20px;
}


.event p {border-right: 1px solid #999; }
#content .event:last-child p {border-right: none;}

.First p {
	
	font-size: 12px;
	text-align: left;
	line-height: 1.4em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: lighter;
	padding-right: 12px;
	
	}
	
.First b {
	font-weight:bold;
	color: #666;
}


.Second {
	width: 240px;
	float: right;
	padding-top:0px;
	
}
.Third {
	float: right;
	padding-top:00px;
}

#banner {
		left: 5px;
		top: 5px;
		position:absolute;
		border: 1px solid #000;
        width: 992px;
        height: 130px;
		border-radius: 0px;
		background-image: url("http://www.paddyhayes.com/img/mainbanner.jpg");
      }	
	 
	 
#news {
	z-index:40;
	position:absolute;
	top:170px;
	left:700px;
	background-color: #f0eded;
	padding-left: 5px;
	/* height: 608px; */
	overflow: scroll;
	overflow-x: hidden;
	}		  
	  
.newsT{
	width: 280px;
	float: left;
	text-align: center;}

.newsT p {
	
	font-size: 12px;
	text-align: left;
	line-height: 1.4em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: lighter;
	padding-right: 12px;
	
	}
	
.newsT b {
	font-weight:bold;
	color: #666;
}


	