@import url(tpf_default.css);
/*
	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. forms stuff
*/

/* --------- 1. defaults ---------- */

* {/* zero margins and padding */
		margin: 0;
		padding: 0;
}

body {
	background-color: #333;
	margin: 0;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-top: -20px;
	background-image: url(images/gradBG02.gif);
	background-repeat: repeat-x;
}

/* -------- 2. structure -------- */

.banner, #outer_wrapper {
	max-width: 850px;
	min-width: 750px;
}
.banner {
	height: 220px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#outer_wrapper {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#wrapper {
	height: 400px;
}
#container {
	width: 100%;
	float: left;
	margin-right: -260px;
}
#content {
	margin-right: 260px;
}
#feeds {
	width: 230px;
	float: right;
	padding: 5px 10px 10px;
}
#footer {
	clear:both;
	text-align: center;
	padding: 10px;
	margin-top: 20px;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: -20px;
	background-color: #757bc5;
	border-top: solid 1px #951c1c;
}
#navContainer {
	clear: left;
	margin-right: auto;
	margin-left: auto;
}

/* ---------- 3. links and navigation ---------- */

a {/* default link style */
		color: #000000;
}

#main a:link, #main a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #757ccd;
}
#main a:hover {
	color: #cd3939;
}
#footer a:link, #footer a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #CCCCCC;
}
#footer a:hover {
	color: #FFFFFF;
}

	/* -- main navigation -- */
#mainNavigation {
	background: #951c1c url(images/main-navigation-background.jpg) repeat-x 100% top;
	margin-left: -20px;
	margin-right: -20px;
	border-top: 1px solid #951c1c;
	padding: 5px 0;
}
#mainNavigation ul {
		text-align: center;
}
#mainNavigation li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #951C1C;
}

#mainNavigation a {
		font: bold 1.3em Arial, Helvetica, sans-serif;
		color: #ffffff;
		text-decoration: none;
		text-shadow: 2px 2px 2px #555;
		padding: 5px 10px;
		}
		
#mainNavigation a:hover {
		background: #ff9900 url(images/active-tab-background.gif) repeat-x 100%;
		color: #fff;
		}
		
.sectionHome #mainNavigation #linkHome a, .sectionBusiness #mainNavigation #linkBusiness a, .sectionDomestic #mainNavigation #linkDomestic a, .sectionContact #mainNavigation #linkContact a, .sectionLocations #mainNavigation #linkLocations a, .sectionLinks #mainNavigation #linkLinks a, .sectionMerchandise #mainNavigation #linkMerchandise a, .sectionAbout #mainNavigation #linkAbout a, .sectionExeter #mainNavigation #linkLocations a, .sectionBlog #mainNavigation #linkBlog a, .sectionPlymouth #mainNavigation #linkLocations a, .sectionVictoria #mainNavigation #linkLocations a {/* automation for active tab */
		background: #21148a url(images/active-tab-background.jpg) repeat-x 100%;
		border-top: 1px solid #cd3939;
		text-shadow: none;
		color: #ffffff;
		}

.sectionHome #mainNavigation #linkHome a:hover, .sectionBusiness #mainNavigation #linkBusiness a:hover, .sectionDomestic #mainNavigation #linkDomestic a:hover, .sectionContact #mainNavigation #linkContact a:hover, .sectionLocations #mainNavigation #linkLocations a:hover, .sectionLinks #mainNavigation #linkLinks a:hover, .sectionMerchandise #mainNavigation #linkMerchandise a:hover, .sectionAbout #mainNavigation #linkAbout a:hover, .sectionExeter #mainNavigation #linkLocations a:hover, .sectionPlymouth #mainNavigation #linkLocations a:hover, .sectionVictoria #mainNavigation #linkLocations a:hover, .sectionBlog #mainNavigation #linkBlog a:hover {/* hover over-ride for automated tab */
		color: #ff9900;
		}
		
	/* -- sub-navigation -- */
#subNavigation {
	margin-top: -1px;
	margin-left: -20px;
	margin-right: -20px;
	background: #1d2576 url(images/sub-navigation-background.jpg) repeat-x 100% top;
	border-bottom: 1px solid #333333;
	padding: 6px 0;
		}

#subNavigation ul {
		text-align: center;
		}

#subNavigation li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #252C7D;
		}

#subNavigation a {
		font: bold 1.2em Arial, Helvetica, sans-serif;
		color: #ffffff;
		text-decoration: none;
		text-shadow: 2px 2px 2px #555;
		padding: 2px 10px;
		}

#subNavigation a:hover {
		color: #757ccd;
		}
		
.sectionExeter #subNavigation #linkExeter a, .sectionPlymouth #subNavigation #linkPlymouth a, .sectionVictoria #subNavigation #linkVictoria a {/* automation for active tab */
		text-shadow: none;
		color: #ff9900;
		}

.sectionExeter #subNavigation #linkExeter a:hover, .sectionPlymouth #subNavigation #linkPlymouth a:hover, .sectionVictoria #subNavigation #linkVictoria a:hover {/* hover over-ride for automated tab */
		color: #cc3838;
		}


/* ---------- 4. fonts ---------- */

html {
	font-size: 100%;
}

body {
	font-size: 62.5%;
}

#main h1 {
	font: 1.8em "Century Gothic", Arial, Helvetica, sans-serif;
	color: #757ccd;
	margin-bottom: 5px;
}
#main h2 {
	font: 1.5em "Century Gothic", Arial, Helvetica, sans-serif;
	color: #757ccd;
	margin-bottom: 5px;
}

p {
	font: 1.2em/1.4em "Lucinda Grande", "Lucinda Sans Unicode", Verdana, Arial, sans-serif;
	color: #FFFFFF;
	padding-top: 0;
	margin-top: 0;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-bottom: 0.8em;
}
#main ul li {
	font: 1.2em/1.4em "Lucinda Grande", "Lucinda Sans Unicode", Verdana, Arial, sans-serif;
	color: #FFFFFF;
	list-style-type: disc;
	margin-bottom: 0.8em;
	margin-left: 75px;
}
.larger {
	font: 1.5em/1.6em "Lucinda Grande", "Lucinda Sans Unicode", Verdana, Arial, sans-serif;
	color: #FFFFFF;
	list-style-type: disc;
	margin-bottom: 0.8em;
	margin-left: 75px;
}
#footer p {
	color: #999999;
	clear:both;
}

/* ---------- 5. images ---------- */

.imagebox {
	border: 1px solid #999999;
	height: 140px;
	width: 190px;
	margin-top: 10px;
	text-align: center;
}

.imagebox-nav {
	margin-top: 10px;
	text-align: right;
	border: 1px solid #fff;
	width: 202px;
}
.imagelinks {
	margin-top: 10px;
}
.image {
	border: 1px solid #951c1c;
}

/*---------- 6. forms stuff ---------- */

input.txt {
	color: #333333;
	background-color: #807448;
	border: 1px solid #999999;
	width: 200px;
}
textarea.txt {
	color: #333333;
	background-color: #807448;
	border: 1px solid #999999;
	width: 200px;
}
input.btn {
	}
form p {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}
form p label {
	float: left;
	width: 30%;
	font: bold 0.9em Arial, Helvetica, sans-serif;
	color: #444444;
}
input:focus {
	background-color: #FFFFFF;
	border: 1px solid #807448;
	color: #333333;
}
textarea:focus {
	background-color: #FFFFFF;
	border: 1px solid #807448;
	color: #333333;
}
fieldset {
	border: 1px solid #999999;
	margin-top: 15px;
	padding: 10px;
}
legend {
	font: bold 0.8em Arial, Helvetica, sans-serif;
	color: #444444;
	background-color: #ffffff;
	padding: 2px;
	border: 1px solid #807448;
}.form {
	margin-right: 10px;
	margin-left: auto;
	margin-top: 1px;
	margin-bottom: 3px;
}
#mainNavigation li:first-child {
	border-left:1px solid #951C1C;
}
#subNavigation li:first-child {
	border-left:1px solid #951c1c;
}
.business {
	background-color: #333333;
	height: 450px;
}
.domestic {
	background-color: #333333;
	height: 450px;
}
.index-wrapper {
	background-repeat: no-repeat;
	background-color: #333333;
	background-image: url(../images/buswrapperBG06.jpg);
}
.locations-wrapper {
	background-repeat: no-repeat;
	background-color: #333333;
	background-image: url(../images/buswrapperBG08.jpg);
}
.padded {
	padding-top: 85px;
}
#banner-domestic {

	background-image: url(../images/bannerdomestic.jpg);
	background-repeat: no-repeat;
}
#banner-student {

	background-image: url(../images/bannerstudent.jpg);
	background-repeat: no-repeat;
}
#banner-business {

	background-image: url(../images/bannerbusiness.jpg);
	background-repeat: no-repeat;
}
#banner-index {
	background-image: url(images/new-banner.jpg);
	background-repeat: no-repeat;
}



/* WordPress styles */
#sidebar {
	font: 1.2em/1.4em "Lucinda Grande", "Lucinda Sans Unicode", Verdana, Arial, sans-serif;
	color: #ffffff;
	min-height: 522px;
	background: #757bc5;
	border: 1px solid #ffffff;
	margin-top: 10px;
	padding: 10px;
	font-size: 1.2em;
}

#sidebar h3 {
	font: 1.3em "Lucinda Grande", "Lucinda Sans Unicode", Verdana, Arial, sans-serif;
	color: #cccccc;
	padding: 0;
	margin: 0px 0 10px 0;
}

#sidebar ul {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
}

#sidebar a {
	color: #fff;
	text-decoration: none;
}
	
#sidebar a:hover {
	text-decoration :underline;
	color: #cd3939;
}

.navigation {
	font: 1.3em "Lucinda Grande", "Lucinda Sans Unicode", Verdana, Arial, sans-serif;
	line-height: 1.4em;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.post {
	font: 1em/1.2em "Lucinda Grande", "Lucinda Sans Unicode", Verdana, Arial, sans-serif;
	margin: 20px 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px #cd3939 solid;
}

.post h1 span /* dates */{
	display: block;
	float: right;
	font: 0.8em "Lucinda Grande", "Lucinda Sans Unicode", Verdana, Arial, sans-serif;
	line-height: 1.2em;
	margin-bottom: 5px;
	color: #fff;
}

.postmetadata {
	color: #fff;
	font-size: 0.9em;
	text-align: right;
}

#main .postmetadata a {
	font-weight: normal;
}

#main h2.pagetitle {
    font: 1em "Lucinda Grande", "Lucinda Sans Unicode", Verdana, Arial, sans-serif;
	margin: 20px 0 0px 0;

}

.borderbottom {
	border-bottom: 1px #cd3939 solid;
}

.commentlist {
	color: #fff;
	border-top: 1px #cd3939 solid;
	margin: 20px 0 20px 30px;
	padding: 0;
}

.commentlist li {
	border-bottom: 1px #cccccc solid;
	margin: 0;
	padding: 5px;
}

.commentlist li.alt {
	background-color: #444;
}

#main .post li {
	color: #fff;
	margin-left: 20px;
}