/*
Theme Name: Inspirit
Theme URI: http://www.inspirit.ie
Description: Based on Starkers, the totally nude Wordpress theme. Phwoar! (Based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> by <a href="http://binarybonsai.com/">Michael Heilemann</a>)
Version: 1 (WP2.6.2)
Author: Webspeed (Starkers by Elliot Jay Stocks http://elliotjaystocks.com )
Author URI: http://www.webspeed.ie 
Tags: starkers, naked, clean, basic
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

/*
	Dark blue	: #003399;
	Light Blue	: #99ccff;
	Red			: #CC0000;
	Pale Yellow : #ffffcc;
	Silver Grey	: #999999;
*/

/* Global Styles */

body {	margin:0px;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}

p
{
	margin:10px 0;
}

a {
	color: #cc0000;
	text-decoration:none;
	font-weight:bold;
	}


a:hover {
	text-decoration:underline;
}	
	
h1
{
    position: absolute;
    left: -9999px;
}

h2
{
	-x-system-font:none;
	color:#CC3300;
	font-family:times new roman;
	font-size:30px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	letter-spacing:0.1em;
	line-height:38px;
	margin: 0 3px 40px 0;
	display:inline;
}

h3
{
	color:#CC0000;
	font-weight:bold;
}

strong
{
	font-style:inherit;
}

em
{
	font-weight:inherit;
}

.right
{
	float:right;
}

.left
{
	float:left;
}

.center
{
	text-align:center;
}

.centered
{
	margin: 0 auto;
}
	
.hidden
{
	display:none;
}

/* ID Styles */

#page-box
{
	width:800px;
	margin: 50px auto;
	overflow:hidden;
}

#main-box
{
	width:100%;
	background-repeat:repeat-y;
	background-image:url(images/sidebar-background.gif);
	background-position:left;
	overflow:hidden;
	background-color:white;
}

#header
{
	color:#003399;
	background-color:#99ccff;
        padding:20px 0 10px 0;
}

#header #header-logo
{
	margin: 35px 0 5px 20px;
}

#search-bar
{
	float:right;
	padding: 0 10px 0 0;
}

#nav-bar
{
	width: 800px;
	background-color:#003399;
	color:white;
	clear:both;
	padding: 11px 0px;
	overflow:hidden;
	border-bottom:1px solid white;
}

#nav-bar img
{
	margin: 0 7px;
}

#nav-bar ul
{
	margin:0 5px;
	padding: 3px 0;
	list-style-type: none;
	font-weight:bold;
	font-size:0.8em;
	text-transform:uppercase;
	float:left;
}

#nav-bar ul li
{
	background-color:#003399;
	color:white;
	position: relative;
	display: inline;
	float: left;
	text-align:center;
	margin-bottom:0;
}

#nav-bar ul li a 
{
	font:10px arial;
	color: #ffffff;
	text-decoration:none;
	letter-spacing:.1em;
	margin:0 15px 0 15px
}
	
#nav-bar a:hover {
	color: #99CCFF;
	}

#nav-bar ul li ul
{
    display:none;
}

/* 
	Sidebar (left)
*/

#sidebar
{
	width:200px;
	float:left;
	background-color:#ffffcc;
	padding:0;
	overflow:hidden;
	margin:0;
	font-size:11px;
}

#sidebar img
{
	border:0;
	margin:0;
	padding:0;
}

#sidebar #side-nav
{
	width:160px;
	margin: 15px auto;
	font-size:11px;
}

#sidebar #side-nav ul 
{
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	list-style:none;
	border-right-width: 0px; 
	border-left-width: 0px;
	margin-left:0px;
	padding-left:0px;
}

#sidebar #side-nav li a
{
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding:10px 0px 10px 0px;
	margin:	0px 0px 0px 0px;
	border: 1pt solid #ffffcc;
	border-right-width: 0px; 
	border-left-width: 0px;
	width:155px; 
}

#sidebar #side-nav li a:hover
{
	text-decoration: none;
	border: 1pt dashed red;
	border-right-width: 0px; 
	border-left-width: 0px; 
}

#sidebar ul li ul
{
	margin:0;
	padding:0;
}

#sidebar ul li ul li
{
	border:0;
}

#sidebar h2
{
	font-size:12px;
	font-weight:bold;
	display:block;
	width:100%;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:0.3em;
	margin:0 0 2px 0;
}

#sidebar #latest-blog
{
	width:160px;
	margin: 20px auto;
	font-size:11px;
	overflow:hidden;
}

#sidebar #archives
{
	width:160px;
	margin: 20px auto;
	font-size:11px;
}

/* 
	Main Area
*/


#main-text
{
	margin:0;
	width:519px;
	float:right;
	padding: 25px 40px 40px;
	line-height:30px;
	font-size:11px;
	background-color:white;
}

#main-text ul
{
	list-style-type:disc;
	margin-left:50px;
}

#main-text li
{
	list-style-type:disc;
}

#main-text td
{
	height:10px;
	width:120px;
	padding:0;
	margin:0;
	line-height:14px;
}

#main-text #sitemap ul
{
	list-style-type:none;
}

#main-text #sitemap ul li
{
	list-style-type:none;
	margin:10px;
}

#main-text #sitemap ul li ul
{
	margin-left:20px;
}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#calendar td {
	border: 1px solid rgb(0,51,153);
	}
	
#noborder td {
	border: 0px;
	}
	
#weekdays th {
	font:11px arial;
	color: #ffffff;
	font-weight:bold;
	border: 0px;
	padding:2px;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	color: #0E177C;
	letter-spacing:.3em;
	font-weight:bold;
	line-height:22px;
	font-family: "times new roman";
	font-size: 24px;
	margin-right:10px;
}

.tagline {
	font:11px times new roman;
	color: #CC3300;
	letter-spacing:.1em;
}

#prices table
{
	width:100%;
	border-collapse: collapse; 	
	border:solid #CCCCCC 1px;
	background-color:#FFFFFF;
	
}

#prices th
{
	border:solid #CCCCCC 1px;
	background-color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	height:25px;
	width:auto;
}

#prices td
{
	border:solid #CCCCCC 1px;
	background-color:#FFFFFF;
	height:25px;
	width:auto;
}

/*
	Footer
*/

#footer
{
	color:white;
	background-color:#003399;
	font-size:11px;
	text-align:center;
	letter-spacing:0.1em;
}

#footer hr
{
	line-height:0px; /*CSS validator says you need units on line-height*/
	font-size:0;
	border:0;
	border-bottom:1px solid white;
	height:0;
}

#footer-nav 
{
	padding: 3px 0;
}

#footer-nav ul
{
	list-style-type:none;
	list-style:none;	
	padding: 0;
	font-weight:bold;
}

#footer-nav li
{
	display:inline;
	padding: 0px 12px 0px 12px;
}

#footer-nav li a
{
	color:white;
}

#footer-nav li a:hover
{
	color:#999999;
	text-decoration:none;
}

#footer-nav ul li ul
{
    display:none;
}

#footer #copyright
{
	padding:3px 0;
}

#ws-trailer
{
	overflow:hidden;
	width:100%;
	padding:5px 0 5px 0;
	font-size:11px;
}

#ws-trailer a
{
	text-decoration:none;
	color:#CC0000;
	font-weight:bold;
}

#ws-trailer em
{
	font-weight:bold;
}

#ws-trailer a:hover
{
	text-decoration:underline;
	color:#960014;
}

/*
	End
*/