/*
Theme Name: JasonsEventsWP
Theme URI: http://www.jasonsevents.co.uk/
Description: A WordPress theme for Jason Williams
Author: James Tiplady (Ibis Design)
Author URI: http://www.ibis-design.com/
Version: 1.0
*/

/*
 * General styles, layout etc
 */

body, html {
	margin: 0;
}

body {
	background-color: #e1e1e1;
	background-image: url('images/background.png');
	background-position: top center;
	background-repeat: repeat-y;
	
	text-align: center;
	margin: 0;
	
	color: #343434;
	font-size: 10pt;
	font-family: Arial, sans-serif;
}

#rap {
	width: 800px; /* width of background image */
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 30px;
	
	text-align: left;				
}

#rap2 {
	width: 620px; /* width of header image */
	margin: 0 auto;
	
	text-align: left;
}

/*
 * Header-related styles
 */

#header {
	width: 100%;
	text-align: center;
}

#banner {
	border: 0;
}

/*
 * Menu-related styles
 */

#menubar {
	width: 100%;
	text-align: center;
	
	margin-top: 5px;
	margin-bottom: 5px;
}

ul#menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#menu li, #menu li.selected {
	margin: 6px;
	padding: 0;
	
	display: inline;
}

#menu li.selected, #menu li:hover {
	border-bottom: 2px #cfcfcf solid;
}

#menu li.separator:hover {
	border-bottom: 0;
}

#menu li img {
	border: 0px;
}

#menu li a {
	text-decoration: none;
}

/*
 * Content container-related styles
 */

.cols {
	float: left;
	height: 396px;
}

.containerbits {
	border: 0;
	margin: 0;
	padding: 0;
}

#container-top {
	width: 620px;
	height: 8px;
	
	background-image: url('images/container-top.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	
	clear: both;
}

#container-left {
	width: 10px;
	height: 396px;
	
	background-image: url('images/container-left.png');
	background-position: center right;
	background-repeat: no-repeat;
	
	float: left;
}

#container-right {
	width: 10px;
	height: 396px;
	
	background-image: url('images/container-right.png');
	background-position: center left;
	background-repeat: no-repeat;
	
	float: left;
}

#container-bottom {
	width: 620px;
	height: 10px;
	
	background-image: url('images/container-bottom.png');
	background-position: top center;
	background-repeat: no-repeat;
	
	clear: both;
}

#container-sidebar {
	width: 200px;
	height: 396px;
	
	float: left;
}

/*
 * Content-related styles
 */

#content {
	width: 360px; /* includes -40 for padding (620 full width, -10 for each side, -200 for sidebar, then -40 padding = 360) */
	height: 386px; /* -10 for padding */
	
	text-align: left;
	
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	
	line-height: 130%;
	
	overflow-y: scroll;
	
	float: left;
}

#content p {
	text-align: justify;
}

a, a:visited {
	color: #777;
}

.inset {
	margin-left: 15px;
	margin-bottom: 12px;
	margin-top: 0px;
	margin-right: 0px;
}

.heading {
	margin: 0;
	border: 0;
	margin-left: -1px;
	margin-bottom: -2px;
}

#content ul {
	list-style-image: url("images/bullet2.gif");
}

#content ul li {
	margin-bottom: 5px;
}

a, a:visited {
	color: #7da9c4;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/*
 * Footer-related styles
 */

#footer {
	clear: both;
	float: right;
					
	text-align: right;
					
	font-size: 7pt;
	font-family: Tahoma, Arial, sans-serif;
	color: #b4b4b4;
	
	margin-top: 10px;
	margin-right: 10px;
	padding-bottom: 20px;
}

#footer a, #footer a:visited {
	color: #b4b4b4;
}

#footer a:hover {
	text-decoration: none;
}

/*
 * hr-plugin styles
 */

.hrp {
	margin: 0;
}