/*
 * journey.css
 * styles for the journey website
 */

/* @group globals */

body{
    background: url(../images/journey_arcs_background.png) top left repeat-x #333;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #ccc;
}
#container{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
a{
	color: #f33;
}
a:visited{
    color: #c00;
}
img {
    border: 0px;
}
.hidden{
	display: none;
}
.centered{
    margin: auto;
    text-align: center;
}
h1, h2, h3, h4, h5, h6{
    font-family: Georgia, "Times New Roman", Times, serif;
	color: white;
	padding-top: 5px;
}
h3{
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/* @end */

/* @group banner */
#banner{
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 303px;
	color: white;
	background: url(../images/journey_arcs.png) no-repeat;
}
#banner a{
    display: block;
    position: relative;
    top: 100px;
    left: 260px;
    height: 100px;
    width: 291px;
	background: url(../images/journey_banner.png) no-repeat;
}
#banner a span{
    display: none;
}
/* @end */

/* @group footer */
#copy{
	clear: both;
	text-align: right;
	font-size: 10px;
	color: white;
}
/* @end */

/* @group custom */
.leftside{
	float: left;
	width: 50%;
	text-align: right;
	padding-right: 5%;
}
.rightside{
	float: right;
	width: 45%;
}
h2{
	margin-top: 0px;
	margin-bottom: 0px;
}
.highlight{
	color: #fcff55;
}

p.date{
    margin: 0px;
    padding: 0px;
}
span.date{
    font-size: 0.8em;
}

#valigner{
    clear: both;
}

span.event{
    padding-left: 10px;
    padding-bottom: 4px;
}

div.clear{
    clear: both;
}

table{
    width: 100%;
}
input.numeric, input.textual {
    width: 100%;
}
input.numeric{
    text-align: right;
}
th.numeric{
    width: 5%;
}
th.textual{
    width:70%;
}
/* @end */







