/*  
Theme Name: British Tours By Tristan v2
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar!
Version: 1.0
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
*/

/* ************************************************************************************************************************************************************

Obviously feel free to change the info above once you've added your own styling

************************************************************************************************************************************************************ */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { color: #0000FF; text-decoration:none; }
a:hover { color: #990000; text-decoration:none; }

h1.hide, p.hide, h2.hide, h3.hide, h4.hide { display: none;}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* ************************************************************************************************************************************************************

And now it's over to you...

************************************************************************************************************************************************************ */
body {
	background-color: #E0DFE3;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#outer-container {
	border: thin solid #0066CA;
	width: 768px;
	margin: auto;
}
#container {
	width: 760px;
	margin: auto;
	border: medium solid #FFFF61;
}
#content-body {
	width: 740px;
	background-image: url(images/train_bg.jpg);
	background-repeat: repeat-y;
	background-position: top;
	padding: 10px;
}
#content-body p{
	padding-bottom: 5px;
}
#sidebar {
	float: right;
	clear: right;
	background-color: #85d6f4;
	padding: 5px;
	margin-top: 40px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.contactText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.yellowfooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: yellow;
	font-weight: bold;
}
#nav-sb {
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #0000FF;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 1px;
	font-weight: bold;
}
p { font-weight: bold;}
.alignleft { float: left; padding: 5px;}
.alignright { float: right; padding: 5px;}


textarea { width: 740px;}

.yellowfooter a { color: yellow; text-decoration: none;}
.yellowfooter a:hover { color: yellow; text-decoration: underline;}
.five-pix-bump { padding-top: 10px;}