/*
Theme Name: GPS Theme
Description: GPS Wordpress Theme. Based on Kubric.
Version: 1.0
Author: Rohan Noyes
Author URI: http://www.rotechnics.net

*/


/* GPS Styling */
html, body{
	margin: 				0;
	padding: 				0;
	font-family:			arial;
	font-size:				12px;
}

a img{
	border: 0px;
}

.header, .footer{
	width: 100%;
	min-height: 184px;
	height: 184px;
}

.header{
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.footer{
	float: left;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}

.clearBox{
	clear: both;
}

.mainContainer{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.navigation ul{
	float: left;
	padding: 0;
	margin: 0;
	color: #84213a;
	border-bottom: dotted 1px #84213a;
	width: 780px;
}

.navigation li{
	float: left;
	padding: 10px;
	list-style: none;
	font-family: georgia;
}

.contentBox{
	width:520px;
	float: left;
	padding: 10px;
}

.datesBox{	
	float: left;
	width: 216px;
	padding: 10px;
	top: 300px;
	}

.datesBox ul{
	margin: 0;
	padding: 0;
	}
	
.datesBox li{	
	list-style: none;
	padding: 8px;
	background-image: url(images/datesbg.jpg);
	color: #315381;
	font-family: georgia;
	font-size: 10px;
	}

.linkBox{
	float: left;
	padding: 25px;
	font-family: georgia;
	border-top: dotted 1px #84213a;
	border-bottom: dotted 1px #84213a;
}

.linkLabel{
	display:block;
	text-align: center;
	padding: 10px;
	color: #84213a;
}

a {
	color: #84213a;
}
	
.infoBox{
	width: 240px;
	float: left;
	padding: 10px;
	font-size: 11px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

table {
       border-collapse: collapse;
       border-color: #000000;
}

tbody p {
      margin: 0px;
}

.entry table {
	margin-left: auto;
	margin-right: auto;
}