#blog {
float: left;
margin-right: 5px;
padding: 0 10px 10px 10px;
width: 440px;
color: #333;
text-align: left;
}


.heading{ font-size:20px;}


.chromestyle{
width:700px;
font-weight: bold;
font-size: 12px;
font-family: Arial, Tahoma;
margin-left:87px;
position:relative;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #333333;
width: 100%;
background: url(http://sixsenses.ca/themes/menu/menu.gif) center center repeat-x;  /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
padding: 4px 7px 0 0 ;
margin: 0;
text-decoration: none;
border-right: 1px solid #000000; /*THEME CHANGE HERE*/
color: #FACB9F;
}

.chromestyle ul li a:hover{
background: url(http://sixsenses.ca/themes/menu/menu-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: #666666;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/* content: " v"; */
/* content: " " url(http://sixsenses.ca/themes/menu/downimage.gif); uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
top:0;
position:absolute;
border: 1px solid #000000; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 150px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
padding-top:0px;
}


.dropmenudiv a{
width: 150px;
color: #facb9f;
display: block;
text-indent: 3px;
border: 1px solid #000000; /*THEME CHANGE HERE*/
padding:1px 0;
text-decoration: none;
font-weight: bold;
background-color: #666666;
postion:relative;
z-index:100;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #333333;
color: #666666;
}


#sidemenu {
 width:170px;
 float:left;
 margin: 0; 
 padding: 10px 10px 0 10px;
 font-weight:bold;
}

#sidemenu a:link, #sidemenu a:visited {
 font-weight:normal;
 text-decoration:none;
} 

#sidemenu1 {
 color:#cc9900;
 font-weight:bold;
 margin-top:40px;
}

#sidemenu1 a:link,  #sidemenu1 a:visited {
 color:#cc9900;
 text-decoration:none;
}

#sidemenu2 {
 color:#99CC00;
 margin-top:40px;
}


#sidemenu2 a:link,  #sidemenu2 a:visited {
 color:#99cc00;
 text-decoration:none;
}

#sidemenu3 {
 color:#ff0000;
 margin-top:40px;
}

#sidemenu3 a:link,  #sidemenu3 a:visited {
 color:#ff0000;
 text-decoration:none;
}

#sidemenu4 {
 color:#993300;
 margin-top:40px;
}

#sidemenu4 a:link,  #sidemenu4 a:visited {
 color:#993300;
 text-decoration:none;
}

#sidemenu5 {
 color:#FF6600;
 margin-top:40px;
}

#sidemenu5 a:link,  #sidemenu5 a:visited {
 color:#FF6600;
 text-decoration:none;
}

#sidemenu6 {
 color:#808000;
 margin-top:40px;
}

#sidemenu6 a:link,  #sidemenu6 a:visited {
 color:#808000;
 text-decoration:none;
}


.title {
 font-family:verdana, arial, sans-serif;
 font-size:18px;
 font-weight:bold;
 color: #ccffff;
}


/* Endeavours */


.coursetitle {
 font-family:verdana, arial, sans-serif;
 font-size:28px;
 font-weight:bold;
 color: #fff;
}



/* Happennings */

.happeningspagetitle {
 font-family:verdana, arial, sans-serif;
 font-size:24px;
 font-weight:bold;
 color: #ccffff;
 text-align:center
}

.happeningsimage {
 width: 288px;
 height: 230px;
 padding:0 0 12px; 12px;
 float:right;
}

.location {
 float:right;
 width:350px;
 padding-top:10px;
 height:20px;
 font-family:verdana, arial, sans-serif;
 font-size:14px;
 font-weight:bold;
 color: #ccffff;
 text-align:right;
}

.white a:link, .white a:visited { color:#fff; text-decoration:none; font-weight:bold}
.green a:link, .green a:visited { color:#00cc00; text-decoration:none; font-weight:bold}






body {
 margin: 0 auto;
 padding: 0;
 color: #999999;
 background-color: #000;
 font-family: verdana, tahoma, helvetica, sans-serif;
 font-size: 12px;
}


h1, h2, h3 {
letter-spacing: 0.09em;
}

h2 {
 color:#fff;
 padding:6px;
 margin-top:8px;
}


h3 {
 color:#fff;
 padding:6px;
 margin-top:8px;
}

h4 {
font-size:30px;
margin-bottom: 4px;
padding:0;
display: block;
}

p {
font-family: verdana, arial, helvetica, sans-serif;
line-height:140%;
color:#999999;
}

ol {
	margin-bottom: 10px;
}

.center {
text-align: center;
}

blockquote {
font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
}

ul {
list-style: square;
margin-top: 3px;
margin-bottom: 3px;
margin-left: 1em;
padding-left: 1em;
}

img {
margin: 0;
padding: 0;
border: 0;
text-decoration:none;
}

/*
a:link {color: #fff; }
a:visited { color: #fff; }
a:hover { color: #ff0; }
*/

.spacer {
 clear:both;
}

#wrapper {
margin: 0 auto 0 auto;
padding-bottom: 10px;
width: 980px;
color: #fff;
}


.padding {
  padding:0 0 0 30px;
}


#header {
position:relative;
margin: 0 0 0 0;
}


#logo {
 position:absolute;
 top:0px;
 left:700px;
 height:138px;
 width:216px;
}

#logo span {
 position:absolute;
 top:0;
 left:0;
 height:100%;
 width:100%;
 background:#000 url(/images/logo-sixsenses.jpg) no-repeat; 
}


#header h1 {
 height:295px;
 width:750px;
 position:relative;
}

#header_still h1 {
 height:295px;
 width:750px;
 position:relative;
 text-align:center;
}

h1 span {
 position:absolute;
 top:0;
 left:0;
 height:100%;
 width:100%;
}

#abode span {
 background:#000 url(/images/h1_adobe.jpg) no-repeat; 
}

#influence span {
 background:#000 url(/images/h1_influences.jpg) no-repeat; 
}

#sages span {
 background:#000 url(/images/h1_sages.jpg) no-repeat; 
}

#facilitators span {
 background:#000 url(/images/h1_facilitators.jpg) no-repeat; 
}

#herenow span {
 background:#000 url(/images/h1_herenow.jpg) no-repeat; 
}

#stillmovingswiftly span {
 background:#000 url(/images/h1_still.jpg) no-repeat; 
  text-align:center; 
}

#india span {
 background:#000 url(/images/h1_india.jpg) no-repeat; 
}


#fairytales span {
 background:#000 url(/images/h1_fairytales.jpg) no-repeat; 
}

#endeavours span {
 background:#000 url(/images/h1_endeavours.jpg) no-repeat; 
}

#happenings span {
 background:#000 url(/images/h1_happenings.jpg) no-repeat; 
}


#rhubarb span {
 background:#000 url(/images/h1_rhubarb.jpg) no-repeat; 
}


#connect span {
 background:#000 url(/images/h1_connect.jpg) no-repeat; 
}

#register span {
 background:#000 url(/images/h1_cornershoppe.jpg) no-repeat; 
}

#intensives span {
 background:#000 url(/images/h1_cornershoppe.jpg) no-repeat; 
}





/* The Main Menu
----------------------------------------------- */

#menu {
 margin:0;
 text-align:left;
 padding:0;
 width:950px;
}

* html #menu { margin-top: 0;}

.topmenu {
 float:left;
 margin-right: 10px;
}


/* MAIN BODY
-------- */



#content {
width:600px;
/*margin: 10px 0 250px 0;
padding: 250px 10px 0 10px;*/
position:relative;
margin-top:10px;
margin-left:220px;
padding-top:0px;
float:right;
}


#content-full {
width:100%;
float: left;
margin: 0px 0 10px 0;
padding: 10px 0 0 0;
position:relative;
}

.entry {
margin-top: 10px;
padding: 0 10px 10px 10px;
border: 1px solid #333;
}


.imageprofile {
 float:left;
 width:182px;
 height:200px;
 margin:0 8px 8px 0;
 padding:0;
 border:0;
}


#footer {
margin: 0 auto 0 auto;
width:940px;
padding: 15px;
font-size:9px;
font-weight: bold;
color: #fff;
letter-spacing: 0.09em;
}

#topbar {
margin:0 auto;
padding:0;
height: 45px;
background: #FBFAF4;
border-top: 8px solid #232863;
border-bottom: 1px solid #333;
}

.secondbar {
margin:0 1px 0 0;
padding:0;
height: 1px;
background: #3C3B3A;
border-top: 1px solid #31302F;
border-bottom: 1px solid #50504E;
}


#blogtitle {
font-size: 1.25em;
color: #2F4C12;
float: left;
margin: 7px 0 0 0;
padding: 8px 4px 4px 4px;
width: 700px;
border-top: 1px solid #333;
}

#blogtitle h1 {
margin: 0;
padding-top: 5px 0 0 0;
font: 160% Georgia, Times, serif;
letter-spacing: 0.1em;
text-align: left;
}

#nav {
float: left;
margin: 0;
padding: 0;
width: 350px;
text-align: right;
background: transparent;
color: #333;
font-size: 70%;
font-variant: small-caps;
letter-spacing: 0.09em;
}



#blog {
float: left;
margin-right: 5px;
padding: 0 10px 10px 10px;
width: 440px;
color: #333;
text-align: left;
}



#sidebar {
float: left;
margin-left: 5px;
padding: 10px 10px 10px 15px;
border: 1px solid #ccc;
width: 219px;
background: #F9F8F2;
color: #333;
text-align: left;
}

.date {
font-size: 120%;
background: transparent;
color: #000;
}

.posted {
margin-bottom: 10px;
font: 10px lucida grande, verdana, arial, helvetica, sans-serif;
background: transparent;
color: #666;
}

.sidetitle {
margin: 18px 0 7px 0;
font-size: 115%;
letter-spacing: 0.09em;
font-weight: normal;
background: transparent;
color: #666600;
border-bottom: 1px dotted #ccc;
}

.spacer {
clear: both;
}

.paginate {
 font-family:		Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:			12px;
 font-weight: 		normal;
 letter-spacing:	.1em;
 padding:			10px 6px 10px 4px;
 margin:			0;
 background-color:	transparent;
}

.pagecount {
 font-family:		Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:			10px;
 color:				#666;
 font-weight:		normal;
 background-color: transparent;
}

.calendarBG {
 background-color: #000;
}

.calendarBlank {
 background-color: #9DB7A7;
}

.calendarHeader {
 font-weight: bold;
 color: #000;
 text-align: center;
 background-color: #b3dac7;
}

.calendarMonthLinks {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         11px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 color:             #000;
 background-color:  transparent;
}

.calendarMonthLinks a {
 color:             #000;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:visited {
 color:             #000;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:hover {
 color:             #999;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarDayHeading {
 font-weight: bold;
 font-size:	11px;
 color: #fff;
 background-color: #195337;
 text-align:  center;
 vertical-align: middle;
}

.calendarToday {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #000;
 background-color: 	#ccc;
}

.calendarCell {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #666;
 background-color:  #fff;
}

.calendarCell a {
 color:             #000;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarCell a:visited {
 color:             #000;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarCell a:hover {
 color:             #666;
 text-decoration:   none;
 background-color:  transparent;
}

.input {
border-top:        1px solid #999999;
border-left:       1px solid #999999;
background-color:  #fff;
color:             #000;
font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
font-size:         11px;
height:            1.6em;
padding:           .3em 0 0 2px;
margin-top:        6px;
margin-bottom:     3px;
}

.textarea {
border-top:        1px solid #999999;
border-left:       1px solid #999999;
background-color:  #fff;
color:             #000;
font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
font-size:         11px;
margin-top:        3px;
margin-bottom:     3px;
}

.checkbox {
background-color:  transparent;
margin:            3px;
padding:           0;
border:            0;
}

.submit {
background-color:  #fff;
font-family:       Arial, Verdana, Sans-serif;
font-size:         11px;
font-weight:       normal;
letter-spacing:    .1em;
padding:           1px 3px 1px 3px;
margin-top:        6px;
margin-bottom:     4px;
text-transform:    uppercase;
color:             #000;
}
