/*

COLORS:
  PURPLE #9e005c
   GREEN #789402
  ORANGE #da953f
    TEAL #13abb5
    GRAY #484a72
*/

body, ul, ol, form {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Helvetica-Neue", Helvetica, Arial, serif;
	font-size: 12px;
	background: url(../common/body-bg.png) repeat-y top left;
	color: #989898;
}

p {
	line-height: 1.5em;
}

a:hover {
	text-decoration: none;
	color: black;
}

a img {border: 0;}

.hidden {display: none;}

#front  a {color: #9e005c;}
#about  a {color: #789402;}
#news a {color: #da953f;}
#tag    a {color: #da953f;}
#search a {color: #9e005c;}
#bus    a {color: #13abb5;}
#rail   a {color: #484a72;}
#contact   a {color: #484a72;}
#links   a {color: #484a72;}
#history  a {color: #484a72;}

#front  a:hover,
#about  a:hover,
#news a:hover,
#tag    a:hover,
#search a:hover,
#bus    a:hover,
#rail   a:hover {color: black; text-decoration: none;}


#accessibility {
	position: absolute;
	top: -10000px;
}

#sidebar-1 {
	width: 247px;
	float: left;
	margin: 0;
	padding: 0;
	margin-top: -50px;
}

#sidebar-1 p {
	margin-left: 26px;
	margin-top: 34px;
}

#head {
	height: 247px;
	background: url(../common/logo-bg.png) no-repeat top left;
}

#front    #head {background-color: #9e005c;}
#about    #head {background-color: #789402;}
#news     #head {background-color: #da953f;}
#tag      #head {background-color: #da953f;}
#search   #head {background-color: #9e005c;}
#bus      #head {background-color: #13abb5;}
#rail     #head {background-color: #484a72;}
#contact  #head {background-color: #484a72;}
#mission  #head {background-color: #484a72;}
#links    #head {background-color: #484a72;}
#history  #head {background-color: #484a72;}

#head h1 {
	margin: 0;
	padding: 26px 0 0 26px;
	font-size: 26px;
}

	#head h1 a {color: #fff; text-decoration: none;}
	#head h1 a:hover {
		color: #ff0;
		-webkit-transition: color .7s ease-in;
		/* -moz-transition: background .15s ease-out; */
		/* transition: background .15s ease-out; */
}

#nav {
	width: 221px;
	margin: -86px 0 0 26px;
	padding: 0;
	list-style-type: none;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.8em;
}

#nav li {
	background: url(../common/nav-bg.png) no-repeat 231px 0;
}

#nav li a {
	text-decoration: none;
	color: #333;
	display: block;
	height: 100%;
}

#nav li a:hover {
	color: black;
	}

#nav li:hover {
	background: url(../common/nav-bg.png) no-repeat 190px 0;;
	-webkit-transition: background .15s ease-out;
	-moz-transition: background .15s ease-out;
	transition: background .15s ease-out;
}

#front    #nav li.home,    
#about    #nav li.about,   
#news     #nav li.news,  
#bus      #nav li.bus,     
#rail     #nav li.rail,    
#contact  #nav li.contact {background-position: 190px 0;}

#front    #nav li.home    a,
#about    #nav li.about   a,
#news     #nav li.news    a,
#bus      #nav li.bus     a,
#rail     #nav li.rail    a,
#contact  #nav li.contact a {color: black;}



#extra-1 {
	background: url(../common/stripes.png) repeat-x top left;
	width: 800px;
	height: 46px;
	position: absolute;
	top: 0;
	left: 247px;
	z-index: 1;
}

#extra-2 {
	background: url(../common/triangle.png) no-repeat top left;
	height: 122px;
	width: 122px;
	position: absolute;
	top: 0;
	left: 788px;
	z-index: 10;
	
}


#content {
	width: 512px;
	margin-left: 247px;
	margin-top: 50px;
	padding: 1px 15px 60px 15px;
	overflow: visible;
	font-size: 16px;
	/* font-weight: bold; */
	/* border: 1px solid gray; */
	color: #727272;
	
}

#content h2 {
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 3px 15px;
	width: 526px;
	font-size: 20px;
	line-height: 1.5em;
	margin: 36px 0 5px -15px;
}

#front   #content h2 {color: #9e005c;}
#about   #content h2 {color: #789402;}
#news    #content h2 {color: #da953f;}
#bus     #content h2 {color: #13abb5;}
#rail    #content h2 {color: #484a72;}
/*#contact #content h2 {color: #13abb5;}*/

#content h2 a {
	text-decoration: none;
}

ol, ul {margin-left: 20px;}


#content .emphasized ol,
#content .emphasized ul {
	margin-left: 20px;
	line-height: 1.5em;
	font-weight: bold;
}

#content li {margin-top: 7px;}


p.published,
p.tags {
	font-size: 12px;
	color: #bbb;	
}

p.tags {margin-top: 0;}
p.published {margin-top: 3px;}

.small {font-size: 12px; margin-top: -9px;}


p.paging {
	overflow: auto;
	margin-top: 55px;
}


p.paging span.older a,
p.paging span.newer a {
	display: block;
	width: 150px;
	height: 36px;
	background-color: #da953f;
	color: #ffffff !important;
	text-align: center;
	text-decoration: none;
	padding: 13px 0 0 0;
}

p.paging span.older a {float: left;}
p.paging span.newer a {float: right;}

p.paging span.older a:hover {background-color: #b47a31;}
p.paging span.newer a:hover {background-color: #b47a31;}





/* ---------- ( FRONT PAGE ) ---------------------------- */

#front #content div.box {
	width: 250px;
	height: 190px;
	float: left;
	margin: 50px 10px 0 -5px;
	position: relative;
}

#front #content div.about {background: #9e005c url(../common/bg-front.jpg) no-repeat top left;}
#front #content div.news  {background: #da953f url(../common/bg-events-2.jpg) no-repeat top left;}
#front #content div.about {background: #789402 url(../common/bg-about-2.jpg) no-repeat top left;}
#front #content div.bus   {background: #13abb5 url(../common/bg-bus-2.jpg) no-repeat top left;}
#front #content div.rail  {background: #484a72 url(../common/bg-rail-2.jpg) no-repeat top left;}

#front #content div.box a {
	display: block;
	margin: 10px;
	height: 170px;
	color: white;
	text-decoration: none;
	font-size: 14px;
}

#front #content div.box a:hover {
	/* text-decoration: underline; */
	color: yellow;
	margin-left: 20px;
	-webkit-transition: margin .2s ease-out;
}

#front #content span.more {
	position: absolute;
	bottom: 10px;
	left: 10px;
}

#front #content h2 {
	margin-top: 6px;
}

/* ---------- ( ERROR ) ---------------------------- */

#front #content h2.error {
	color: #676767 !important;
	margin-top: 36px;
}

p.error {
	margin: 55px 43px 0 43px;
	font-size: 13px;
}

/* ---------- ( SEARCH ) ---------------------------- */

#search #content h2 {
	margin-bottom: 30px;
}

#search #content h3 {
	font-size: 15px;
	margin-bottom: 0;
}

#search .divider {display: none;}

#search .small {
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 10px 15px;
	width: 526px;
	margin: 0px 0 0 -15px;
}

#search .published {
	margin-bottom: 3px;
}