/*** London Meditation Centre ********************************
/
/  Author: benlew.com
/  Contact: mail@benlew.com
/
/  Site admin:
/  Date: 12-15-07
/
/  Colours ************************************
/  
/  Tan: #F5F4E7
/  Grey: #D4D8D1
/  Grey Green: #E1E1D3
/  Red: #663333
/
/*********************************************/

@import "reset.css";

/**** Global *********************************/

body {
	background:#F5F4E7;
	text-align:center;
	padding-top:20px;
	font-family: Tahoma,Arial,sans-serif;
	color:#333333;
	font-size:12px;
	font-weight:normal;
}

#wrapper {
    width:801px;
    margin:0 auto;
    text-align:left;
}

h1 {
	font-family: Tahoma,Arial,sans-serif;
	color:#663333;
	font-size:15px;
	font-weight:bold;
}

h2 {
	font-family: Tahoma,Arial,sans-serif;
	color:#663333;
	font-size:13.5px;
	font-weight:bold;
}

h3 {
	font-family: Tahoma,Arial,sans-serif;
	color:#333333;
	font-size:12px;
	font-weight:bold;
}

p {
	font-family: Tahoma,Arial,sans-serif;
	color:#333333;
	font-size:12px;
	font-weight:normal;
}

.title {
	border-bottom: 1px dotted #663333;
	margin-bottom:10px;
}

.redtext {
	color:#CC3300;
}

.maroontext {
	color:#663333;
}

.header1 {
	font-family: Tahoma,Arial,sans-serif;
	color:#663333;
	font-size:15px;
	font-weight:bold;
}

.header2 {
	font-family: Tahoma,Arial,sans-serif;
	color:#663333;
	font-size:13.5px;
	font-weight:bold;
}

.header3 {
	font-family: Tahoma,Arial,sans-serif;
	color:#333333;
	font-size:12px;
	font-weight:bold;
}

.paragraph {
	font-family: Tahoma,Arial,sans-serif;
	color:#333333;
	font-size:12px;
	font-weight:normal;
}

/**** Header *********************************/

#header {
	width:801px;
	height:142px;
	background:url(images/header.gif) no-repeat #D4D8D1;
	color:#663333;
}

#logo {
	position:absolute;
	margin-top:30px;
	margin-left:30px;
}

/**** Navigation *****************************/

#nav-prime {
	float:left;
	width:205px;
	padding:8px 5px 10px 20px;
}

#nav-prime li {
	margin-bottom:3px;
}

#nav-prime a, #nav-prime a:visited {
	color:#666;
}

#nav-prime a:hover, #nav-prime a:active {
	color:#B5B2AA;
}

#nav-prime li.highlight a{
	color:#B5B2AA;
}

#nav-prime li.current_page_item a{
	color:#B5B2AA;
}

#nav-prime div.nymc{
	width:180px;
	margin-top: 50px;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	padding:3px 0px 3px 0px;
}

#nav-prime div.nymc a{
	padding-left:3px;
	color:#663333;
}

#nav-prime div.nymc a:hover{
	color:#B5B2AA;
}

/**** Forms **********************************/
/**** Banana *********************************/
/**** Core ***********************************/

#core {
	width:801px;
	background:#E1E1D3;
	color:#666;
	padding-top:20px;
}

#core-content {
	float:left;
	width:380px;
	padding-right:77px;
	color:#333;
}

/*
#core-content img {
	margin-bottom:20px;
}
*/

#core-content ul {
	list-style:disc;
	list-style-position: inside;
	margin-bottom:10px;
}

#core-content a, #core-content a:visited, #core-content a:active {
	color:#CC3300;
}

/*** Sidebar *********************************/

#sidebar {
	float:left;
	width:114px;
	color:#CC3300;
}

#sidebar a, #sidebar a:visited, #sidebar a:active {
	color:#CC3300;
}

#sidebar li {
	background:url(images/sidebar-bg.gif) repeat-y #D8D693;
}

#sidebar ul li ul {
	padding:10px 10px 0px 25px;
}

#sidebar ul li ul li {
	list-style-type:disc;
	background:transparent;	
	padding-bottom:10px;
	text-align: left;
}

#sidebar ul li ul li a {
	color: #cc3300;
}

#sidebar ul li ul li a:hover {
	color:#B5B2AA;
}

.sidebar-bottom {
	display:block;
	width:113px;
	height:20px;
	background:url(images/sidebar-bottom.gif) no-repeat;
	margin-bottom:20px;
}

#getting-started {
	width:113px;
	height:68px;
	background:url(images/sidebar-howtogetstarted.gif) no-repeat;
	margin-bottom:20px;
	margin-top:8px;
}

#getting-started a {
	position:absolute;
	width:113px;
	height:68px;
	text-indent:-5000px;
	background:url(images/sidebar-howtogetstarted.gif) no-repeat;
	overflow:auto;
}

#getting-started a:hover {
	text-indent:-5000px;
	background:url(images/sidebar-howtogetstarted.gif) 0px -68px no-repeat;
	overflow:auto;
}

#upcoming-courses {
	width:113px;
	height:69px;
	background:url(images/upcomingcourses.gif) no-repeat;
	margin-bottom:20px;
}

#upcoming-courses a {
	position:absolute;
	width:113px;
	height:69px;
	text-indent:-5000px;
	background:url(images/upcomingcourses.gif) no-repeat;
	overflow:auto;
}

#upcoming-courses a:hover {
	text-indent:-5000px;
	background:url(images/upcomingcourses.gif) 0px -69px no-repeat;
	overflow:auto;
}

/**** Footer *********************************/
#footer {
    width:781px;
    height:26px;
    background:url(images/footer.gif) no-repeat #F5F4E7;
    font-size:12px;
    color:#999;
    padding-left:20px;
    margin-bottom:40px;
}
#footer a {
	color:#999;
	text-decoration:underline;
}