/* 
---------------------------------------------------------------------------------------------------------
UK Web

PART 1 : Overall standard layout components
	1.1 Main layout components 
	1.2 Navigation Components
	1.3 Footer 
PART 2: Common content formatting
	2.1 Text
	2.2 Links  & special button links 
	2.3 Content
	2.4 Specials
PART 3 : Specific pages with specific layout and formatting needs 
	3.1 Plone Template related
	3.2 Home page
	3.3 Experience meditation
	3.4 Thought for today 
	3.5 Calendar 
	3.6 Mailinglist
	3.7 Sitemap 
	3.8 Locations near you page styles
	3.9 Feedback page 
	3.10 FAQ
	3.11 Events
	3.12 Inner Space
	3.13 Multimedia
	
---------------------------------------------------------------------------------------------------------
*/


/* -------------------
Comment on how to use: 
----------------------
- the code marked with "permanent - do not touch unless really necessary or wanted" is the essential code to make the layout stand and contains most of the positioning CSS - little changes here would very likely break parts if not the full layout; if  needed some of these settings can be adapted by using overruling statements in the 'customizable sections'.
- the code in the customized sections is adaptable as the name says - it allows to modify the 'skin' of the layout and even if this code would be totally omitted the foundation of the layout should still stand.
- to allow maximum flexibility as much formatting and 'skin' related code has been added to  the 'adaptable' areas - for font colouring, background colours etc. this is quite easy, however for spacing with margins and paddings some initial choices might have been made in the permanent areas as these seemed the best starting point for most of the layouts which are going to be made available - if needed they can be overruled but be especially carefull with containers set to 100%, as adding borders or padding to these areas  tend to easily break the layout in IE6; to avoid a maximum of hacks for this browser a point of awareness is to set margin/padding/border on the containing divs in stead of doing so directly on the container set to 100%.
- each page will receive a default id for the body tag, something like <body id="typeA">, with a matching name for the choosen template in Plone for this specific page ; this happens automatically and will trigger off the provided CSS for the page. If needed one can however provide another ID for a specific page - this can be done through the Plone management pages - such an approach may be the only solution to some complexer design issues, where pages and containers need to be addressed very specifically.
- the code has been divided into 3 logical parts for layout, common content and specific pages; this means that some css selectors will be repeated in two or even all 3 parts or in several subsections... and at the same time some selectors will be repeated in both the permanent and customized areas of each section....  however in this way it should be easier to find one's way throughout the code and allow a methodological approach - special attention is needed towards the order of the declarations ; this is often a good starting point when debugging - the firebug addon for FF is definitely a good help too if no other CSS editor is available 
- bottlenecks, traps and dangerous point have explaining comments
- the pure "hacks" to make the code work in IE7,IE6 (and IE5, but partially as this browser can be considered dead) have been added to special stylesheets IE6.css, IE7.css which are detected by conditional comments in the xhtml - if there's a need for extra hacks in a layout, then be sure to checkout these stylesheets too and add or overrule declaration there as well.
- the print.css takes a minimum of CSS on board and sets header and all navigation areas to "unvisible" when printing - also all main borders & background  have been removed - please adapt asper your liking and also consider editing the print.css when adding new pages / templates.

*/


/* 
---------------------------------------------------------------------------------------------------------
PART 1 : Overall standard layout components
---------------------------------------------------------------------------------------------------------
*/


/* ----------------------- 
1.1 Main layout components
--------------------------*/ 


/* permanent - do not touch unless really necessary or wanted */

body {min-width:780px; margin:0; padding:0; text-align:center;}/* centered design, considering IE 5 and IE6 quirck mode*/
#container {max-width:955px; margin:0 auto;	padding:10px 0; text-align:left;}
#header {margin:0 10px; padding:0; height:110px; background:url(images/header.jpg) left top  no-repeat;}
	#printLogo {display:none; visibility:hidden;}

#navigation {margin:1px 10px 0 10px; padding:0;}
	#toolboxWrapper {margin:0;} 
	#toolbox {padding:5px 0 5px 10px; margin:0; line-height:22px; height:22px;}	
	#mainMenu {list-style:none; text-align:center; clear:both; margin:0; padding:0; position:relative; z-index:10; width:auto;}/*IE7 needs auto width*/
	#trail {margin:0;}

#mainBody {clear:both; float:left; margin:0 0 10px 0; width:100%;}
	#secondaryNavigation {float:left; width:220px; clear:both;}
	#subMenu { padding:0; margin:0 0 4px 0; border:none; width:auto; 
}
	#contentContainer { margin:0 10px 0 240px; min-height:525px; z-index:1; position:relative; padding:10px 0 0 0; border-right: 5px #E0E0E0 solid; } /* no margin bottom for IE7*/
	#contentContainerExtra {margin:0; float:right; width:98%; position:relative;} /* width here sometimes needs auto, sometimes auto, depending on designs(liquid layout) *//*in this layout width: 98% seems best*/ 
	#content { margin:0 auto; padding:5px 10px 0 0; z-index:1; clear:both; position:relative; }
	
#footer {clear:both; padding:0; margin:10px 10px 0 10px; line-height:25px; height:25px;}

.clearer {height:1%; clear:both; background-color:transparent; overflow:hidden;}
span.clearer {display:block; height:1px; margin-bottom:-1px;} /* used to force certain non floated containers to contain their floated children properly */


/* Customized settings - layout */

body {background-color: #E5BBA3; background-image: url(images/bg.gif);} 
#container {background-color: #fff;}
#header {background-color: #51738F;} /* needs to be same as logo background */
#navigation {background-color:#fff;}
	#toolboxWrapper {background:#6893B6;}
	#toolbox {color:#e2e2e2;} 
	#mainMenu {line-height:45px; height:45px; background-image: url(images/topnavbg.jpg); background-repeat: repeat-x; 	background-position: center top;} 
#secondaryNavigation {margin:0 0 0 10px; padding: 0; /*height:517px;*/} 

#footer { font-size:0.7em; background:#FFCBAF; color:#E37235; }


/* ----------------------
1.2 Navigation Components
----------------------- */		


/*toolbox - permanent - do not touch unless really necessary or wanted */	
			
#accessJumps {position:absolute; left:-9000px; font-size:0.7em;}
#searchForm {display: block; float:left; margin: 0px 10px}
/*navigation*/
	#navigation input {height:14px;	position:relative; float:left; line-height: 14px;}
	#navigation select {float:left; width:14em;}
	#navigation label {display:block; float:left; padding:1px 10px 0 0; line-height:16px;}
	input#searchText {width:14em;}
	#navigation #searchButton { position:relative; top:0px; height:18px; }
	#navigation #textSize {display:block; margin:1px 0 0 10px; width:11em; float:right; line-height:18px; padding:0; }

/* Customized settings - toolbox */

#searchForm {font-family:Verdana, Arial, Helvetica, Geneva, sans-serif;	color:#003300; font-size:0.7em;	padding-top:1px;}
/*navigation*/
	#navigation input {border:1px solid; border-color:#D2D2D2; background-color:#fff; font-size:1em; color: #030; } 
	#navigation select { background-color:#fff; margin-top:-1px; color: #36525D; font-size: 1em; } 
	#navigation label { color:#6DCDF5; font-weight:normal; }
	#navigation #searchButton {background-color:#D2D2D2; color:#9A9B9D; font-weight:bold; margin-right:25px;} 

	#navigation #textSize { font-weight:normal; color:#6DCDF5; font-size:0.7em; padding-top:0px; }
		#navigation #textSize a {text-decoration:none; color:#fff; padding-right:3px;}
		#navigation #textSize a:hover {color:#B35438;}
		#navigation #textSize .largeTextSize {font-size:1.5em;}
		#navigation #textSize .mediumTextSize {font-size:1.25em;}
		#navigation #textSize .smallTextSize {font-size:1em; padding-left:7px;}

	
/* main menu - permanent - do not touch unless really necessary or wanted */

#mainMenu li {margin:0; padding:0; float:left; display:block; text-align:center; position:relative;}
	#mainMenu #home  {margin:0; width:14%;}
	#mainMenu #menu0 {margin:0; width:20%;}
	#mainMenu #menu1 {margin:0; width:21%;}
	#mainMenu #menu2 {margin:0; width:22%;}
	#mainMenu #menu3 {margin:0; width:22.7%;}

#mainMenu ul {padding:0; margin:0; list-style:none; z-index:10; position:absolute; text-align:center; display:none; left:0; right:0; overflow:visible; width:auto; -moz-opacity:0.9; opacity: 0.9;}/* IE 7 collapsing menu items... width solves this - filter:alpha(opacity=90) does not validate and moved to IE7.css - overflow is for IE7 too */ 
	#mainMenu ul li{min-height:1%; padding:0; margin:0; float:none; width:auto;}

#mainMenu a {font-family:garamond,Verdana,Geneva,Arial,Helvetica,sans-serif; display:block; margin:0; padding:0; white-space:nowrap; height:1%;} /* height gives IE HasLayout - all links are blocks - reset margin/padding */
	#mainMenu li a {line-height:25px; overflow:visible;	white-space:nowrap;}	
	#mainMenu li:hover ul {display:block;} /*IE doesn't get hover on li: need for javascript menu */

/* Customized settings - main menu */

/*main menu*/
#mainMenu #home, #mainMenu #menu0, #mainMenu #menu1, #mainMenu #menu2, #mainMenu #menu3 {margin:7px 0 0 0;} 
	#mainMenu ul li {line-height:22px; border:1px solid #ccc; border-bottom:none; margin: -1px 0 0 0; } /*IE needs line-height here too*/
#mainMenu a {text-decoration:none; font-weight:bold; color:#45839C;	font-size: 1em;	border-right:2px #3F6385 dotted;
 font-family: garamond, , "Times New Roman", Times, serif; text-transform: uppercase; padding: 0 0 3px 0;} /* links main menu items */
	#mainMenu ul li a {font-size:0.7em;	font-weight:bold; color:#666; background-color:#fff; background-image:none;	line-height:22px;
text-transform: none; font-family: Verdana, Arial, Helvetica, sans-serif; border:none; }	/* links main submenu items */
	#mainMenu ul li.last {margin:0; padding:0; border-bottom:1px solid #ccc;}
	/*#mainMenu ul li:last-child {border-width:1px 1px 1px 1px; padding:0; margin:0;} alternative expression not understood by IE*/
	#mainMenu li a:hover, #mainMenu li:hover {background-color:#89beea;	color:#fff;} 
	#mainMenu li ul li a:hover {background-color:#89beea; color:#fff;} 
	#mainMenu #menu3 a {border:none;}
			
/* trailer  - permanent - do not touch unless really necessary or wanted */

#countryIndicator { width:220px; float:left; border:none; margin:0; padding:0; line-height:28px; }
#breadcrumbs { margin:0 0 0 220px; padding: 0; line-height:28px; }
	#breadcrumbs span {display:block; padding:0 5px 0 25px; }

/* Customized settings - trailer */

#countryIndicator {color:#99c6ed; background:#499be0 url(images/wai_bullet.gif) no-repeat 15px center;}
	#countryIndicator span {display:block; padding: 0 0 0 35px;	font-weight:bold; font-size:90%;}
#breadcrumbs {background:#E0E0E0; color:#333; font-size: 0.7em;}
	#breadcrumbs span {color: #A9A9A9;}
	#breadcrumbs a.crumbs {color:#818181; border-bottom:1px #818181 solid; text-decoration:none;}
	#breadcrumbs a.crumbs:hover {color:#000; border: none; text-decoration: none;} 


/* secondary navigation - country navigation - permanent - do not touch unless really necessary or wanted */

/*  Customized settings - secondary navigation - country navigation */
#secondaryNavigation h3.subMenuTitle {text-transform:capitalize; margin: 10px 0 0 20px; color:#003300; font-weight:bold;}
#subMenu li { padding:0; margin:1px 0 0 0; list-style:none;}

	#subMenu li.subItem0 {background-color:#66aae4;}
	#subMenu li.subItem1 {background-color:#6eafe5;}
	#subMenu li.subItem2 {background-color:#79b5e7;}
	#subMenu li.subItem3 {background-color:#87bcea;}
	#subMenu li.subItem4 {background-color:#97c5ec;}
	#subMenu li.subItem5 {background-color:#a7ceef;}
	#subMenu li.subItem6 {background-color:#b7d7f2;}
	#subMenu li.subItem7 { background-color:#c5dff5;}
	#subMenu li.subItem8 { background-color:#d3e7f7;}
	#subMenu li.subItem9 { background-color:#e0edf9;}
	#subMenu li.subItem10 { background-color:#e7f1fa;}
	#subMenu li.subItem11 { background-color:#eef4fb;}
	#subMenu li.subItem12 { background-color:#f9fcfd;}
	
	/*#subMenu li.subItem0, #subMenu li.subItem1, #subMenu li.subItem2, #subMenu li.subItem3, #subMenu li.subItem4, #subMenu li.subItem5, #subMenu li.subItem6, #subMenu li.subItem7, #subMenu li.subItem8, #subMenu li.subItem9, #subMenu li.subItem10 { background-color:#c1dbf1;}*/
	
	#subMenu li.subItem3,#subMenu li.subItem3selected {letter-spacing: -0.03em; }
	
	#subMenu li.subItem0selected, #subMenu li.subItem1selected, #subMenu li.subItem2selected, #subMenu li.subItem3selected, #subMenu li.subItem4selected, #subMenu li.subItem5selected, #subMenu li.subItem6selected, #subMenu li.subItem7selected, #subMenu li.subItem8selected, #subMenu li.subItem9selected, #subMenu li.subItem10selected {background-color:#89beea; }
	
	
	#subMenu li a { background: url(images/submenu_bullet.gif) no-repeat 10px 13px; color:#0c3d60; padding:0 0 0 40px; text-decoration:none; border:none; font-size:0.7em; display:block; line-height: 36px; font-weight:normal; margin: 0; /*white-space: nowrap;*/ }
	#subMenu li a:hover { color:#B35438; background:url(images/submenu_bullet_selected.gif) 10px 13px no-repeat; text-decoration:none; font-weight:normal; /*white-space: nowrap;*/ } 
	#subMenu li a.active {color:#C63200;}
#subMenu .subOption { padding:0 0 5px 0; margin:-2px 0 0 25px; lin}
	#subMenu li .subOption li a {font-size:0.6em; padding:0; line-height:15px; background:url(images/bullet_sub2.gif) left 5px  no-repeat; border:none; padding:0 0 0 12px; text-decoration:none; border:none;}
	#subMenu li .subOption li a:hover {background: url(images/bullet_sub2_hover.gif)  left 5px  no-repeat; color:#B35438;}


/*  Quicklinks/Floaters   - Related Links - permanent - do not touch unless really necessary or wanted */

/* Customized settings -  Quicklinks/Floaters    */
ul#quickLinks {margin:0; padding:0;}
	ul#quickLinks li {list-style-type:none; margin:0 0 4px 0; padding:0; line-height:14px;}
	ul#quickLinks li a { display:block; width:220px; height:72px; padding:0; margin:0; font-size:0; text-decoration:none; text-align:center; color:#ccc; text-indent: -9999px; }
	ul#quickLinks li a:hover {color:#fff; text-decoration:none;} 

.thoughtToday, .mailList, .bookShop, .expMeditation  {background-repeat: no-repeat; background-position: center bottom;}
	.thoughtToday {background-image:url(images/butt_tftd_on.jpg);}
	.mailList {background-image:url(images/butt_ml_on.jpg);}
	.bookShop {background-image:url(images/butt_book_on.jpg);}
	.expMeditation {background-image:url(images/butt_expmed_on.jpg);}	
	.thoughtToday:hover {background-image:url(images/butt_tftd_off.jpg);}
	.mailList:hover {background-image:url(images/butt_ml_off.jpg);}
	.bookShop:hover {background-image:url(images/butt_book_off.jpg);}
	.expMeditation:hover {background-image:url(images/butt_expmed_off.jpg);}	
		






	
/* ------------------------------
1.3 footer - fully customizable
-------------------------------- */

#footer a { color:#E37235; text-decoration:none; } 
	#footer a:hover { color:#fff; text-decoration:none; } 
#copyright{float:left;	padding:0 0 0 25px;}
#footerLinks{float:right; padding:0 25px 0 0;}





/* 
---------------------------------------------------------------------------------------------------------
PART 2: Common content formatting - fully customizable
---------------------------------------------------------------------------------------------------------
*/


/* ---------
2.1 Text 
----------*/

body { font-size:1em; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; color: #6f6f6f; }
td {vertical-align:top;}
p { color:#6f6f6f; margin:0; font-size:0.7em; line-height:175%; padding: 0; }
h2 { font-size:0.9em; font-weight:bold; padding:0; margin:0 0 10px 0; /*color:#922582;*/ color:#FF8240; text-transform:none; } 
h3{ font-size:0.7em; font-weight:bold; margin: 0 0 10px 0; padding:0; color:#FF8240; text-transform:uppercase; } 
h4{ font-size:0.7em; font-weight:bold; margin:-8px 0 10px 0; padding:0; color:#fd7018; } 
form, dl {font-size:0.7em;}


/* ------------------------------
2.2 Links  & special button links
---------------------------------*/

a {color:#5AA3C3;} 
	a:hover {color:#B35438; text-decoration:underline;} 
a img {border:none;}

#content a{ color:#5AA3C3; text-decoration:underline; }
	#content a:hover {color:#B35438; }
	#content a.buttlink {font-size:1em; font-weight:bold; color:#418CCB; text-decoration:none; padding:5px 7px; border:1px solid #C1C1C1; margin:10px 0 0; font-size:100%; background: #fff url(images/butllink.gif) no-repeat right center;text-decoration:none; padding: 8px 45px 8px 10px;  }
	#content a.buttlink:hover { color:#fff; text-decoration:none; background:#76B0E0 url(images/butllinkhover.gif) no-repeat right center; border:1px solid #055DA6; }
	#content a.buttlinknormal {font-weight:bold; border:0; padding:0;}
	#content a.buttlinknormal:hover {color:#ae587f; border-bottom:1px #ae587f solid;}


/*print link*/
#print { clear:both; padding:1px 10px 0 20px; margin:20px 0 0 0; visibility:hidden; line-height:24px; height:24px; border-top-width: 1px; border-top-style: solid; border-top-color: #FFCBAF; } /*default is hidden set visibility: visible; to change - IE7 needs height*/
	#print a {background:url(images/print.gif) no-repeat left center; padding:0 0 0 25px; font-size:0.8em; color:#b5b5b5; border:0; display:block; float:right; }
	#print a:hover{ border-bottom:0; color:#F69235; }	


/* -----------
2.3 Content
------------ */

#contentContainer h1 { float:left; font-size:1.6em; background:#fff url(images/h1bullet.gif) no-repeat left center; display:block; margin:0; padding:15px 0 0 0; width:85%; color: #006FB2; font-family: garamond, Verdana, Arial, Helvetica, Geneva, sans-serif; line-height: 1.6em; } 
	#contentContainer h1 span { margin:0; padding:0 0 0 60px; z-index:1; font-weight:normal; float:left; display:block; } 
	
#content ul { margin:10px 0 30px 30px; padding:0; font-size:0.7em; color:#6f6f6f; }
	#content ul li {font-size:inherit; line-height:1.8em;} 
#content p {margin:0 0 15px 0; line-height:1.8em;}
	#content p.first {padding:10px 0 0 0;}
	#content p span.quote { color:#6B4E3E; font-weight: bold; } 
	#content p.quote { font-size:0.7em; color:#6B4E3E; font-weight: bold; }

/* content div and system still uses .hrule, but should be replaced with hr by time */
.hrule { height:20px; margin:20px 0 20px 0; padding:0; background:url(images/hr.jpg) repeat-x bottom; clear:both; }
	hr { background:none; border-bottom:1px solid #ccc; margin:20px 0; clear:both; height:1px; }

#content img { border:1px solid #85B5DD; margin: 10px; padding: 4px; } /* overal setting for images in content area */
	#content img.firstfloatright {float:right; margin:22px 20px 20px 30px;} 
	#content img.floatleft {float:left; margin:2px 30px 20px 20px;}
	#content img.floatright {float:right; margin:2px 20px 20px 30px;}
	#content img.flushtr {border:none; float:right; margin:0 0 10px 20px;}
	#content img.flushl {border:none; float:left; margin:10px 20px 10px 0;}
	#content img.flushr {border:none; float:right; margin:10px 0 10px 20px;}
	
.split { border-bottom:1px dashed #6B4E3E; border-top:1px dashed #6B4E3E; color:#6B4E3E; font-size:0.8em; font-weight:bold; margin:40px 20px 25px 20px; padding:3px 0; } 

/*----------
2.4 Specials
------------ */





/* 
---------------------------------------------------------------------------------------------------------
PART 3 : Specific pages with specific layout and formatting needs - Customizable unless noted differently
---------------------------------------------------------------------------------------------------------
*/

/* ---------------------------------------------
3.1 Plone Template layout related - Customizable
------------------------------------------------ */
/* specific code related to certain plone templates or page code for specific Plone templates only */

/* template A*/
#typeA #contentContainer {min-height:725px;}  

/* template B*/
#typeB #content img {float:right; display:block; }
#typeB #content h3 {margin:0 0 15px 0;}
#typeB #content h3.split {margin:30px 0 30px 0 }

/* template C*/
#typeC #content img {border:none; zoom:1;}

/* template G */
#content #midknow {clear:both; margin:0; padding:10px;}
#knowtxt {clear:both;}
.kquotetxt { color:#E82691; font-size:0.7em; font-style:italic; font-weight:bold; line-height:175%; }
#typeG #content .quote { color:#6B4E3E; font-size:110%; font-style:italic; font-weight:bold; }
#sideknowledge {display:inline; float:left; margin:0 20px 20px 0pt; width:200px;}
#content img.qstart {border:0 none; display:inline; float:left; margin:0 10px 0 0;}
#content img.qend {border:0 none; display:inline; float:right; margin:15px 0pt 0pt;}
#typeG #content h2{margin:0 20px 10px 0; font-size:0.7em; }
#typeG #content p.first {padding:0;}
#typeG #content h4 { margin:10px 0 0 0; color:#E82691; font-size:0.7em; }
#kquote img {background-color:transparent;}

/* template K */ 
.heading3 {border-bottom:2px solid #9B5C8B; margin:0 10px 14px 0; padding:20px 0 3px 0; position:relative; }
.heading3First {border-bottom:2px solid #9B5C8B; margin:0 10px 14px 0; padding:20px 0 3px 0; position:relative; }
	.heading3 h3, .heading3First h3 {background:url(images/right2.gif) no-repeat right top; color:#fff; display:inline; font-size:0.7em; font-weight:bold; margin:0; padding:5px 12px 4px 9px;}
/* #typeK #content img {border:none;} */	 


/* ----------
3.2 Home page
------------- */
#homeView #contentContainer { border: none; padding: 0; min-height: 300px; }
	#homeView #subMenu {margin:0;}
	#homeView #content {background:url(images/home/rand_image.jpg) no-repeat right center; padding: 65px 235px 0 0; float:left; }
	#homeView #contentContainer h1 {color:#6F6F6F; position: absolute; }
	#homeView #contentContainerExtra { width:100%; }

#homeView .subItem9 a {line-height:34px;}
	
#homeTopics { margin:0 10px; clear: both; }
	.homeTopicsRow {clear:both;}

#tfToday {float:left; width:200px; height:200px; color:#acacac; background:url(images/h_tftd.jpg) no-repeat center 75%;}
#meditation {float:left; width: 51%; height:220px; padding: 10px; background:#BDCFDD; }
#mailingList {float:right; width:198px; height:200px; color:#acacac; background:url(images/h_ml.jpg) no-repeat center 75%; }
#bookShop {float:left; height:200px; width: 200px; color:#FFF; background:#BDCFDD url(images/h_book.jpg) no-repeat center 75%;}
#courses {float:left; width:53%; height:220px; }
#experience {float:right; width:198px; height:200px; color: #FFFFFF; background:#BDCFDD url(images/h_expmed.jpg) no-repeat center 75%; }

#courses h1, #meditation h1 { font-family: garamond, Verdana, Arial, Helvetica, Geneva, sans-serif; font-size: 160%; font-weight: normal; color: #006FB2; background:url(images/h1bluebullet.gif) no-repeat left top; padding: 17px 0 0 60px; height:42px; border:0; margin: 3px 0 0 0; }
#courses h1 { background:url(images/h1bullet.gif) no-repeat 10px top; color:#6F6F6F; padding: 17px 0 0 68px; }

#homeTopics #meditation a:link, #homeTopics #meditation a:visited, #homeTopics #meditation a:hover, #homeTopics #meditation a:active { text-decoration:none; color:#B35438; font-weight:bold; }

#tfToday, #mailingList, #bookShop, #experience {font-size: 150%; font-family: "Times New Roman", Times, serif; font-variant: small-caps; padding:10px;}
 
#courses ul {margin: 0 0 16px 60px; padding: 0;list-style: none;}
#courses li { background:url(images/bullet_course.gif) 0 center no-repeat; padding: 10px 0 10px 30px; margin: 0; color:#448297; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.7em; line-height: 1em; }

#homeView #footer {margin-top:0;}
 
/*-----------------------
3.3 Experience meditation
--------------------------*/

/* actual content and styles */

#MeditationBoxes {float:left; margin:20px 0; width:100%;} /* IE7 needs width here*/
.row{margin: 0 20px 0 20px; clear:both;}

#whoami, #myhome, #innerpeace, #forgive, #peace, #stillness { background: no-repeat left top; height:150px; width:46%; margin:0 0 18px 0; padding:0; } /* common for all boxes - width & margin stretch the boxes, but layout may collapse */
	#whoami {background-image:url(images/whoami.jpg);}
	#myhome {background-image:url(images/myhome.jpg);}
	#innerpeace {background-image:url(images/innerpeace.jpg);}
	#forgive {background-image:url(images/forgive.jpg);}
	#peace {background-image:url(images/peace.jpg);}
	#stillness {background-image:url(images/stillness.jpg);}
	#whoami, #myhome, #innerpeace {float:left;}
	#forgive, #peace, #stillness {float:right;}

#MeditationBoxes h1 {background-image:none; float:none; border:none; margin:0; padding:0;}/* overruling some general h1 settings */
#MeditationBoxes .row h1 {margin:113px 0 0 0; padding:5px 0; color:#fff; text-align:center; font-weight:normal; font-size:18px; width:100%;}
	#whoami h1, #whoami {background-color:#945F59;}
	#myhome h1, #myhome {background-color:#A26C21;}
	#innerpeace h1, #innerpeace {background-color:#2F5785;}
	#forgive h1, #forgive {background-color:#3E67AF;}
	#peace h1, #peace {background-color:#2C7853;}
	#stillness h1, #stillness {background-color:#5D5639;}

#whoami a, #myhome a, #innerpeace a, #forgive a, #peace a, #stillness a { color:#fff; border:0; text-decoration: none; }
#whoami a:hover, #myhome a:hover, #innerpeace a:hover, #forgive a:hover, #peace a:hover, #stillness a:hover {color:#eb9f4e; border:0;background:#fff; }


/* new code for futur update: 
 This is a total concept - only background images and font settings need to be changed */
/*#experienceMeditation {float:left; margin:0; padding:0;}
	#experienceMeditation ul {padding:0; list-style-type:none; clear:both; margin: 0;}
	#experienceMeditation li {padding:0; margin:7px; display:block; float:left; height:140px; line-height:100%;}
#whoami, #myhome, #innerpeace, #forgive, #peace, #stillness {width:200px;}
#experienceMeditation li a {text-align:center; margin:110px 0 0 0; padding:5px; display:block;}
/* customizable 
/*#meditationexp #contentContainer {min-height:725px;} /* for certain templates*/
/*#experienceMeditation li a {font:1.1em Arial, Helvetica, sans-serif; color:#fff; border:none;}
#experienceMeditation li a:hover {color:#003300; border:none;}
#whoami {background:#945F59 url(images/whoami.jpg) 0 0 no-repeat;}
#myhome {background:#A26C21 url(images/myhome.jpg) 0 0 no-repeat;}
#innerpeace {background:#2F5785 url(images/innerpeace.jpg) 0 0 no-repeat;}
#forgive {background:#3E67AF url(images/forgive.jpg) 0 0 no-repeat;}
#peace {background:#2C7853 url(images/peace.jpg) 0 0 no-repeat;}
#stillness {background:#5D5639 url(images/stillness.jpg) 0 0 no-repeat;}*/




/* -------------------
3.4 Thought for today 
---------------------- */

/* This is a total concept - only background images and font settings need to be changed */
/* #special2 #content { width:95%; position:relative; }	template special 2 */
#TFTcontact {display:block; float:right; width:70px; margin:10px 10px 0 0;}
	#TFTcontact a {padding:0 3px;}	
#thoughtForToday {position:relative; background:url(images/thought/day_image.jpg) no-repeat center bottom; height:500px; font-family:garamond,"Times New Roman",Times,serif;}

/* customizable */
#thoughtForToday p {color:#F8854C; font-size:1.65em; font-weight:normal; line-height:1.1em; margin-left:14px; text-align:left; }
#thoughtForToday .firstCap { color:#F8854C; float:left; font-size:4.5em; margin: -20px 0 400px 10px; padding:0 2px 0 0; }

	

/* ------------
3.5 Calendar 
--------------- */

/* do not touch unless really necessary or wanted  */
table#calendar {margin:0; padding:0; border-collapse:collapse;}
.cal_month {text-align:center; height:30px; vertical-align:middle; margin-bottom:0;}
	.cal_month select {border:none;}
	.cal_month form {margin-bottom:0; margin-top:3px;}
	.cal_days td {width:13%; text-align: center; height:28px; padding:6px 0 0 0;}
.closeThisOut {display:block; text-align:right; margin:0; }
#content .closeThisOut a:link, #content .closeThisOut a:visited {border:none; margin:0; padding:2px; text-align:center; text-decoration:none;}
#whatsOn #frame {margin:0; position:absolute; left:23%; top:-70px; visibility:hidden; z-index:3; }
#whatsOn form {font-size:12px;}


/* customizable */
#whatsOn #contentContainer {min-height:750px;}
#calendar {font-family:verdana, arial; position:relative; z-index:2;}
	.cal_month {border:1px solid #69C4CD; background-color:#9CE5EC; color:#1F9289; font-weight:bold; font-size:0.8em; }
	.cal_month select, .cal_month option {color:#1F9289; font-weight:bold; background-color:#9CE5EC; }
	.cal_dates td {height:112px; background-color:#fff; border:1px #B4B4B4 dashed; border-top:none; text-align:right; vertical-align:bottom; padding:0; color:#A1DFCA; font-weight:normal; font-size:230%; margin:0; }
	#content .cal_dates span {display:inline; padding:0 3px 0 0; bottom:0;}
	.notThisMonth {color: #dadada;}
	.cal_days td {border-bottom:1px #B4B4B4 dashed; border-right:1px #B4B4B4 dashed; border-left:1px #B4B4B4 dashed; color:#DB8C74; font-weight:bold; font-size:0.8em; }
	.cal_days td.sat, .cal_days td.sun {color:#69C4CD;}

#content .hasEvent {background-color:#C5F0DB; text-align:left; margin:0; padding:2px; position:relative; height:108px; z-index:5;} 
	#content .hasEvent .dayEvent { position:absolute; vertical-align: bottom; bottom:0; right:0; text-align:right; display:block; color: #37A680; }
	#content .hasEvent .eventlink {display:block;}
	#content .hasEvent .eventlink a, #content .hasEvent .eventlink a:link, #content .hasEvent .eventlink a:visited { font-size:10px; padding:0; margin:0; font-weight:normal; display:inline; vertical-align:top; line-height:14px; color:#DB8C74; }
	#content .hasEvent .eventlink a:hover { font-size: 10px; color:#5AA3C3; font-weight:normal; }

#content .closeThisOut a:link, #content .closeThisOut a:visited {color:#FFFFFF; font-size:0.8em; background-color:#83CAD1; }
#content .closeThisOut a:hover {font-weight:bold; text-decoration:underline;}

/* Iframe Activity Popup - Customizable */
#frame iframe {height:520px; width:400px; clear:both;}
#iframe {background:none #fff; border:3px solid #83CAD1; margin:0; padding:10px; text-align:left; min-width:350px; overflow:auto; } /* overruling body properties from main stylesheet for the iframe html */
.ProgramDetail {border:#83CAD1 solid 1px; margin:0; padding:10px; width:350px; height:470px;}
	.ProgramDetail .date {color:#83CAD1; font-size:0.8em; margin:0 0 10px 0; font-weight:bold;}
	.ProgramDetail .title {color:#D19F8E; font-size:1.4em; font-weight: bold; margin:0 0 10px 0;}
	.ProgramDetail img {padding:0 10px 0 0;}
	.ProgramDetail p, .ProgramDetail td,.ProgramDetail th, .ProgramDetail span {font-size:0.8em; line-height:1.3em; color:#9F9F9F; margin:10px 0; padding:0;}
	/* If tables would still be rendered by Plone
	.ProgramDetail table {margin:10px; clear:both;}
	.ProgramDetail th {color:#83cad1; text-align:left; font-weight:normal;}*/



/* ------------
3.6 Mailinglist 
--------------- */

#mailingIframe {background:none #fff; position:relative; min-height:450px; width:100%;} /* iframe html file uses this ID xhtml */

body#mailinglistcontainer {margin:auto 20px; background:none #fff; min-width:300px; max-width:650px; width:100%; margin:20px 10px; color:#030; line-height:1.5em; padding:0; text-align:left;} /*overwrite background used in parent theme pages - body prefix is important here */
	body#mailinglistcontainer #contentContainer {background:none; background-color:transparent;} /*overwrite background used in parent theme pages*/
	body#mailinglistcontainer p {font-size:1em; margin-top:7px; padding-left:2px;}
	body#mailinglistcontainer h1 {font-size:100%;} /*issuee with confirming messages */
	body#mailinglistcontainer form { font-size:0.8em; margin:10px 0; color:#969696; } /*overriding basic setting for forms in theme*/
		body#mailinglistcontainer input, body#mailinglistcontainer textarea { margin:0 10px; border:1px solid #c1dbf1; padding:1px; color:#006FB2; overflow:auto; }
		body#mailinglistcontainer #submit, body#mailinglistcontainer input[type="submit"] {background:#fff url(images/butllink.gif) no-repeat right center; color:#418CCB; padding:5px; margin: 10px 0 10px 45px; font-weight:bold; width:26em; border: 1px solid #C1C1C1; }
		body#mailinglistcontainer #submit:hover, body#mailinglistcontainer input[type="submit"]:hover { color:#fff; font-weight:bold; background:#76B0E0 url(images/butllinkhover.gif) no-repeat right center; border:1px solid #055DA6; }
	
	/* redo of mailinglist with current/old form  */
body#mailinglistcontainer font.required, body#mailinglistcontainer br {display:none;}
body#mailinglistcontainer li {list-style:none;}	
body#mailinglistcontainer p a {margin:0 0 25px 45px; font-weight:bold; font-size:0.75em; }
body#mailinglistcontainer p a:hover {}
body#mailinglistcontainer table, body#mailinglistcontainer td {margin:10px 0 0 0; padding:0;}
body#mailinglistcontainer ul.list {margin-top:10px;}
body#mailinglistcontainer li.list {padding-top:3px;}

.poweredphplist {font-size:9px; font-variant:small-caps; font-weight:normal; padding:0; margin:50px 0 0;}
	.poweredphplist a:link, .poweredphplist a:active, .poweredphplist a:visited {font-size:9px; font-variant:small-caps; font-weight:normal; color:#666666; text-align:center; text-decoration:none; padding:2px;}
	.poweredphplist a:hover {color: #d90501;}		

/* for future use, redo of mailingslist*/
/*	body#mailinglistcontainer form label {display:block;margin:0 0 0 35px; line-height:2em;}
		body#mailinglistcontainer form label.emailText {margin-left:0;}
	body#mailinglistcontainer p.unSubscribe {margin:0 0 25px 45px; font-weight:bold;}
		body#mailinglistcontainer p.unSubscribe a:hover {color:#d90501;}
	body#mailinglistcontainer p.private {background:url(images/lockSymbol.gif) no-repeat left center; padding: 0 0 0 35px; line-height:2.2em;}
	body#mailinglistcontainer #submit, #mailinglistcontainer #reset {background:#e24c46; border:1px solid #9c0300; color:#fff; padding:5px; margin: 10px 0 10px 45px; font-weight:bold; width:18em;}
	body#mailinglistcontainer #submit:hover, #mailinglistcontainer #reset:hover {color:#d90501; font-weight:bold; background:#f0d742;}
*/	


	



/* ------------
3.7 Sitemap 
--------------- */

ul#sitemap {padding:0 0 0 40px; margin:0; font-size:80%;}
	#content #sitemap li {list-style: none; padding:0 0 0 20px; margin:0; background:url(images/folder_icon.gif) no-repeat 0 0.3em; line-height:2.0em;} /*give it more weight*/
	#sitemap li ul {font-size: inherit; padding: 0 0 0 20px; margin:-3px 0 0 0;}
	#sitemap li ul li {font-size: inherit; padding: 0 0 0 20px; margin:0; line-height:1.8em;} /*IE doesn't understand inherit - see IE7.css and IE6.css for workaround) 



/* ----------------------
3.8 Locations near you 
------------------------- */
/* map image*/
#locationsIntro {margin: auto 20px;}
#map #locationsIntro img {border:0; float:none; margin:20px 0 0 0;} /*becomes tricky here, overruling template setting */
#map #print {clear:both;}

/* form sections*/ /*adding template ID here is optional, depending on template and other pages*/
#map #addressForm {margin:20px 35px; padding:0; float:left; width:25em;}
	#map #addressForm label { color:#6DCDF5; display:block; font-weight:bold; width:95px; line-height:22px; float:left; clear:left; padding:0; }
	#map #addressForm select { float:left; font-size:1em; width:13em; border:1px solid #c1dbf1; color:#36525d; height:18px; background-color:#FEF9F5; margin:3px 0; }
		
/* result table */
#mapresults { font-size:70%; color:#6B4E3E; line-height:175%; margin:20px 20px 20px 20px; padding:0; border:0; clear:both; }
	#mapresults td { vertical-align:top; padding:10px 20px 10px 20px; border-bottom:1px dashed #DEA182; }
		#mapresults td.tdborderlast {border-right:1px #99ba67 dashed;border-bottom: 0;}
		#mapresults td.tdborderlastcorner {border:0;}
		#mapresults .tdborder { border-right:1px dashed #DEA182; }
	#mapresults #cityh { width:8%; font-size:100%; font-weight:bold; color:#e77228; }
	#mapresults #address { width:27%; font-size: 100%; font-weight: bold; color:#e77228; }
	#mapresults #contactinfo { width:70%; font-size:100%; font-weight:bold; color:#e77228; }
	#mapresults .pinktxt { font-weight:bold; color:#e77228; }



/* -------------------------------
3.9 Feedback page 
---------------------------------- */

#contact {font-size:1em; margin:5px 0 30px 20px;/* float:left; */} /*no width here to avoid problems with IE6*/
	#contact label {width:7em; text-align:right; padding:0 10px 0 0; float:left; font-size:0.95em; line-height:1.5em; }
	#contact input, #contact textarea { margin:0; width:16em; border:1px solid #c1dbf1; padding:1px; color: #6893B6; }
	#contact #comments {width:16em; overflow:auto;} /* only FF not exactly as should? */
	#contact p {margin:20px 0 0 0;}
	#contact #submit, #contact #reset { color:#418CCB; font-weight:bold; font-size:0.95em; padding:5px; border: 1px solid #C1C1C1; background: #fff; }
	#contact #submit { margin-left:8em; width:11em; float:left; }
	#contact #reset { margin-left:1em; width:5em; float:left; }
	#contact #submit:hover, #contact #reset:hover { color:#fff; cursor:pointer; background: #76B0E0; border: 1px solid #055DA6; }

/* old code if ever this comes back through plone content
table#contact{border: 0;padding: 0;margin: 0 0 0 5px;}
	table#contact input{height: 16px;	color: #36525D;	font-size: 70%;	border: 1px #c1dbf1 solid;	margin: 3px 0;}
	table#contact td{	vertical-align: top;	line-height:16px;}
	table#contact p{margin: 0 12px 20px 20px;}
	table#contact td.label{text-align: right;}
	table#contact #submit, table #contact #reset{height: 26px;font-weight: bold;color: #C63200;text-decoration: none;padding: 5px 9px 4px 10px;margin: 0 20px 0 0;background-color: #FCD7C5;border: 0;border-right: 1px #C63200 solid;border-bottom: 1px #C63200 solid;}
	table#contact textarea{width: 264px;height: 70px;color: #36525D;font-size: 70%;border: 1px #c1dbf1 solid;overflow: auto;}
*/


/* -------------------------------
3.10 FAQ
---------------------------------- */

#faq #content #faqList{margin:0 0 0 25px; padding:1px;} 
#faq #content ul {margin:10px; font-size:0.85em;} /* change this to reset size for whole list*/
	#faq #content ul li { font-size:inherit; line-height:1.8em; list-style-type:disc; background:none; padding-left:0; }
	#faq #content #faqList > .faqTitle, .faqTitle { font-size:1em; list-style-type:square; color:#FF8240; margin-top:15px; font-weight:bold; }  /* not all browsers understand*/
	#faq #content #faqList ul ul, #faq #content #faqList ul ul ul {list-style-type:disc;}
	#faq #content ul p { font-size:0.95em; margin:5px 0; line-height:1.3em; color:#6F6F6F; font-weight:normal; }
	

/* -------------------------------
3.11 EVENTS
---------------------------------- */

.cal {width:86px; height:105px; margin:6px 16px 16px 16px; background:url(images/datebg.gif) no-repeat;	float:right;}
	.calfirst {width:86px; height:105px; margin:22px 16px 16px 16px; background:url(images/datebg.gif) no-repeat; float:right;}

h3.eventtitlefirst {font-size: 1em; margin-top:16px; margin-bottom:0; font-weight:normal; margin:0 10px 0 0; padding-top:15px; }
h3.eventtitle {font-size: 1em; margin-bottom:0; font-weight:normal;}
#events h4 { font-weight:normal; font-size:0.7em; }

.date { margin:0 0 10px 0; display: block; font-size:0.8em; color:#4198E3; font-weight:bold; }
.number { font-size:3em; color:#8FBADF; display:block; margin:9px 4px 0 0; text-align:center; }
.month {font-size:1.7em; color:#999; display:block; text-transform:uppercase; margin:-6px 6px 0 0; text-align:center;}

#events .hrule, #events hr {margin:0 10px 15px 10px;}	

form#eventRegistration { font-size:1em; }
form#eventRegistration input, form#eventRegistration select  {border:1px solid #c1dbf1;}
	form#eventRegistration #submit, form#eventRegistration #reset { color:#418CCB; font-weight:bold; font-size:0.8em; padding:5px; border: 1px solid #C1C1C1; background: #fff; }
	form#eventRegistration #submit { margin-left:8em; width:11em; float:left; }
	form#eventRegistration #reset { margin-left:1em; width:5em; float:left; }
	form#eventRegistration #submit:hover, form#eventRegistration #reset:hover {color:#fff; cursor:pointer; background: #76B0E0; border: 1px solid #055DA6; }

/* -------------------------------
3.12 Inner Space
---------------------------------- */

#innerspacehead {height: 227px; display: block;	background:url(images/AVmodule/innerspace.jpg) no-repeat right;	margin-right: 5px;}
#innerspacecontainer { background:url(images/AVmodule/innerspacebg.jpg) left center no-repeat; height: 550px; width:665px; margin:0 auto; }

#innerspacecontainer .row {margin: 0; clear: both;}

#covent, #cambridge, #wembley, #romford, #oxford, #glasgow, #chelmsford {width:180px; background:no-repeat top center; height:133px; float:left; padding:0;}
	#covent {background-image:url(images/coventgarden.jpg);}
	#wembley {background-image:url(images/wembley.jpg);}
	#cambridge {background-image:url(images/cambridge.jpg);}
	#romford {background-image:url(images/romford.jpg);}
	#oxford {background-image:url(images/oxford.jpg);}
	#glasgow {background-image:url(images/glasgow.jpg);}
	#chelmsford {background-image:url(images/chelmsford.jpg);}
	#covent, #cambridge, #oxford, #glasgow, #wembley,#romford, #chelmsford{margin:15px 20px 30px 20px;}
	

#innerspacecontainer .row h1 {border-top: #fff solid 1px; margin: 103px 0 0 0; padding: 3px 0; color: #fff; text-align: center; font-size: 100%; font-family: verdana, arial; text-transform: uppercase; background: none; width: 100%; }
#innerspacecontainer #covent h1 {background-color:#B7531E;}
#innerspacecontainer #wembley h1 {background-color:#FFA451;}
#innerspacecontainer #cambridge h1 {background-color:#BD8E50;}
#innerspacecontainer #romford h1 {background-color:#A7A49B;}
#innerspacecontainer #oxford h1 {background-color:#B65130;}
#innerspacecontainer #glasgow h1 {background-color:#A7A49B;}
#innerspacecontainer #chelmsford h1 {background-color:#C88B3C;}

#covent a, #wembley a, #cambridge a, #romford a, #oxford a, #glasgow a, #chelmsford a {color:#fff; border:0; text-decoration: none; font-weight: normal;}
#covent a:hover, #wembley a:hover,#cambridge a:hover,#romford a:hover, #oxford a:hover,#chelmsford a:hover  { color: #FBDC5D; border: 0; text-decoration: none; font-weight: normal; }

#imagehead {/*background:url("images/book_shop_image.jpg")*/ background: center 4px no-repeat;   border: 1px solid #85B5DD; height: 118px; margin: 0 0 20px 0; padding: 4px;}

/* -------------------------------
3.12 MULTIMEDIA
---------------------------------- */

/* required images: star_1.gif, star_2.gif, star_3.gif,star_4.gif ,star_5.gif, ratingStar.gif, ratingStarLeft.gif, ratingStarRight.gif,  bkgdButton.gif, bkgdButtonLarge.gif, gold_star_empty.png, gold_star_full.png , videoItem.gif, audioIcon.gif, comment.gif, close_button.gif, close_button_hover.gif tab.gif, adminComment.jpg, adminComment2.jpg, play.png, fly_light.jpg */
 
/*home and basic search template */

body#multiMedia {min-width:955px; }
#multiMedia #content {padding:15px 5px 0 0; min-width:650px; }

#content #mmTabSelectors {list-style:none; margin:0; padding:0;}
	#content #mmTabSelectors li { float:left; display:block; width:100px; margin:0 10px 0 0; line-height:35px; font-size:1.5em; text-align: center; }
	#content #mmTabSelectors li a { background:url(images/tab.gif) no-repeat center top; padding:0; display:block; text-decoration:none; border:none; }
	#content #mmTabSelectors li a:link, #content #mmTabSelectors li a:visited {color:#e77228; }
	#content #mmTabSelectors li a:hover, #content #mmTabSelectors li a:active {color:#B35438;}
	#content #mmTabSelectors li a.current{color:#B35438;}

#mmSearch { float:right; margin:5px 2px 0 0; position: relative; text-align: right; }
	#mmSearch #mmSearchItem {width:10em;}
	#mmSearch input, #mmSearch select { color:#e77228; font-size:0.95em; border: 1px solid #c1dbf1; }
		#mmSearch input#mmSearchLaunch {color:#418CCB; background:#fff; border:1px solid #C1C1C1  ;}
		#mmSearch input#mmSearchLaunch:hover {color:#fff; background:#76B0E0 ; border:1px solid #055DA6  ; cursor:pointer;}
	#mmSearch #mmChannelSelector {border: 1px solid  #c1dbf1;}

#mmMain { border:solid 1px #c1dbf1; clear: both; overflow:hidden; padding: 0 0 10px 0; } /*overflow:auto to contain the floats*/
	#mmMain h2 { font-size:0.7em; margin:15px 25px 15px 15px; text-transform:none; width:auto; float:left; background: #FFCBAF; padding: 3px; }
	#mmMain h3 { text-transform: capitalize; font-size: 0.8em; margin: 20px 0; clear: both; }
		#mmMain h3.commentHeading {position:relative;}
	#mmMain img {margin:0; padding:0; border:none;}
	#mmMain a { border:none; text-decoration:none; }
		#mmMain a:link,
		#mmMain a:visited { color:#6B4E3E; }
		#mmMain a:hover,
		#mmMain a:active { color:#B35438; cursor: pointer; }
		
#content #mmCategories { border-bottom:solid 1px #c1dbf1; background:url(images/topnavbg.jpg) repeat-x; margin:0; padding:0; list-style-type:none; font-size:0.7em; }
	#content #mmCategories li {display:inline; line-height:35px; padding:0 8px; margin:0 0 0 -3px; text-align:center; background:url(images/catSeparator.gif) no-repeat right center; text-align:center; }
	#content #mmCategories li.last {background:none;}
	#content #mmCategories li a.current{color:#B35438;}

#content #mmSort { float:left; list-style-type:none; margin:14px 5px 15px 0; padding:0; }
	#content #mmSort li { display:inline; font-size:10px; padding:0 7px; }
	#content #mmSort li a{border:none;text-decoration:underline; text-align:center;}
	#content #mmSort li a.current{color:#B35438;}

#mmItems { margin: 0; padding: 0; clear: both; overflow:hidden; width: 100%; float: left; } /*IE7 */
	.mmItem { float:left; position: relative; margin:0 6px 15px 6px; top: 5px; width: 325px; left: 6px; min-height: 100px; }
	.mmItem object{position:absolute; left:0; top:0; }
	.mmItem dt, .mmItem dd { padding:0 10px 5px 160px; margin:0; }
	.mmRating { float: left; display:block; line-height:25px; padding: 2px 0 0 0; position: absolute; bottom: 5px; }
	.mmItem .thumbnail{position:absolute; left:0; top:0;border:double;}
	.mmItem dt, .mmItem dd { padding:0 10px 5px 160px; margin:0; }
	.videoItem { background:url(images/videoItem.gif) no-repeat center center; width:30px; height:20px; display:block; line-height: 25px; position: absolute; right: 5px; bottom: 2px; }
	.audioItem { background:url(images/audioIcon.gif) no-repeat center center; width:30px; height:20px; display: block; line-height: 25px; position: absolute; right: 5px; bottom: 0px; }	
	#mmSelectDefaultPageItems { margin: 25px 0; font-size: 10px; text-align:right; padding:5px 15px 5px 5px; }
	#mmSelectDefaultPageItems select  { margin: 0 0 0 5px; font-size: 10px; color: #e77228; border: 1px solid #c1dbf1; }
	

/* Detailed item page */

#mmMain h2.mmItemTitle {float:none; font-size:0.85em; margin:15px 0 15px 11px; text-transform:none; background:none; padding: 0; width: 100%; }

#mmItemDetail { float:left; width: 410px; margin: 10px; padding: 0; }
	#mmItemDetail dl.mmItemFeedback { margin: 0; list-style-type: none; padding: 0; clear: both; border-top: 1px solid #698668; }
	#mmItemDetail dl.mmItemFeedback dd { margin: 0; padding: 5px 10px 0 35px; background: url(images/comment.gif) no-repeat 4px 0; min-height:25px; }
	#mmItemDetail dl.mmItemFeedback dd.adminComment{ background:#DEECF8 url(images/adminComment.jpg) no-repeat 2px 2px; color: #9F7546; }
	#mmItemDetail dl.mmItemFeedback dd.adminComment + dt { font-weight:bold; color:#9F7546; background-color: #deecf8; }
	#mmItemDetail dl.mmItemFeedback dt{ margin:0 0 0 0; padding: 3px 0 7px 35px; border-bottom:1px solid #c1dbf1; position: relative; font-size: 11px; }
	#mmItemDetail dl.mmItemFeedback dt strong {font-weight:bold; font-style:normal; display:inline; text-align:left;}
	#mmItemDetail dl.mmItemFeedback dt span { position: absolute; right: 3px; }
	#mmItemDetail p.mmItemFeedbackMsg { clear:both; margin:0 0 15px 11px; }
	#mmItemDetail a.player {display:block; background:url(images/splash2.png) no-repeat; width:400px; height:300px; padding-bottom:5px; text-align:center; color:#fff; text-decoration:none; cursor:pointer; }
	#mmItemDetail a.player img {margin-top:120px; border:0} /* splash image */

#mmItemDetail #commentForm { clear:both; margin-bottom:1em; float: left; }

#mmItemDetail form.mmComment { float: left; width: 405px; margin: 0; padding: 0 0 10px 0; clear: both; }
	#mmItemDetail .mmComment label{ margin: 0 10px 0 10px; float:left; width: 5em; }
	#mmItemDetail .mmComment label.email { width:2.5em; }
	#mmItemDetail .mmComment p { font-size:1em; clear: both; line-height: 1.4em; padding: 10px 0; }
	#mmItemDetail .mmComment p .metaComment { font-size:9px; line-height:1.2em; padding: 5px 0 0 10px; display:block; float:left; width: 175px; }
	#mmItemDetail .mmComment .remainingChar { font-size:0.9em; padding:3px 0 0 90px; margin: 0; }
	#mmItemDetail .mmComment .commentCharCount {width:35px; float: none; font-size:0.9em; margin: 0 0 0 5px; border:hidden;}
	#mmItemDetail .mmComment textarea { float:left; margin: 5px 0 0 0; border: 1px solid #c1dbf1; color: #6f6f6f; padding: 1px; }
	#mmItemDetail .mmComment input { float: left; margin: 0 10px 0 0; width: 120px; border: 1px solid #c1dbf1; color: #6f6f6f; height: 18px; padding: 1px; line-height: 18px; font-size: 1.1em; }
		#mmItemDetail .mmComment input#mmCommentLaunch1, #mmItemDetail .mmComment input#mmCommentLaunch2 { margin:6px 0 0 6.5em; float: left; width: 120px; font-size: 12px; color: #418CCB; height: 26px; font-weight: bold; line-height:26px; border: none; padding: 0 0 5px 0; border:1px solid #C1C1C1; background:#fff; }
		#mmItemDetail .mmComment input#mmCommentLaunch1:hover, #mmItemDetail .mmComment input#mmCommentLaunch2:hover { color:#fff; cursor: pointer; background:#76B0E0; border:1px solid #055DA6; }

#mmItemDetail a.commentFormButton { display:block; width:120px; font-size:11px; height: 24px; text-align:center;  font-weight: bold; line-height:24px; position: absolute; top:-5px; right: 8px; text-decoration:none; border:1px solid #C1C1C1; background:#fff; color:#418CCB;}
	#mmItemDetail a.commentFormButton:hover {border: 1px solid #055DA6; background:#76B0E0; color:#fff;}

#mmItemDetail #mmNavigation { margin:25px 0; width:60%; float:right; }

#mmRelatedItems { float:right; width:35%; margin: 10px 10px 0 0; }
	#mmRelatedItems p.explanation { line-height:normal; padding: 0 0 5px 2px; }
	#mmRelatedItems p.postDt { line-height:normal; border-bottom:solid 1px #c1dbf1; padding: 0 0 5px 2px; }
	#mmRelatedItems h3 { width:5em; float: left; margin: 2px 2px 2px 2px; }
	#mmRelatedItems #mmSearchRelated { float:left; width: 5em; }
	#mmRelatedItems #mmSearchRelated select { font-size:11px; margin: 0 0 0 25px; border: 1px solid #c1dbf1;}
	#mmRelatedItems .mmRelatedItemsList { position:relative; min-height:350px; overflow: auto; clear: both; padding: 0 0 0 5px; font-size: 11px; height: 350px; top: 10px; }
		#mmRelatedItems .mmRelatedItemsList ul { list-style-type:none; margin: 0 0 10px 0; float: left; }
		#mmRelatedItems .mmRelatedItemsList ul li { font-size:11px; line-height:1.75em; }
		#mmRelatedItems	.mmRelatedItemsList dt { margin:10px 0 5px 0; clear:both; }
		#mmRelatedItems	.mmRelatedItemsList object { float:left; width:75px; margin: 0 5px 0 0; }
		#mmRelatedItems	.mmRelatedItemsList .thumbnail { float:left; width:75px; margin: 0 5px 0 0; }
		#mmRelatedItems	.mmRelatedItemsList dd { border-bottom:solid 1px #c1dbf1; margin:5px 0; float: left; width: 99%; min-height: 65px; position: relative; padding: 0 0 3px 0; }
	#mmRelatedItems .videoItem, #mmRelatedItems .audioItem { position:absolute; width:30px; height:20px; padding: 0; top: 0px; left: 80px; }
	#mmRelatedItems .mmRating { position: absolute; left: 80px; bottom: 5px; top: 40px;  width: 75px; } /* add width for IE6*/
	#mmRelatedItems .viewsRelated {position: absolute; left: 80px;top: 20px;}


/* search results */

#content #searchResults { border-bottom:solid 1px #698668; background-color:#fff; margin:0; padding:0 0 0 10px; font-size:0.8em; font-weight: bold; line-height: 40px; color: #330; }

#mmMain #Paginator { clear:both; margin:0 auto; text-align: center; font-size:10px; padding: 0 0 5px 0; position: relative; top: 25px; }
	#mmMain #Paginator a {padding: 2px 6px; border: solid 1px #ddd; background: #fff; color:#B35438; text-decoration: none;}
	#mmMain #Paginator a:hover { color: #E37235; background: #FFCBAF; border:1px solid #c1dbf1; text-decoration: none; }
	#mmMain #Paginator a:visited { padding: 2px 6px; border: solid 1px #ddd; text-decoration: none; }
	#mmMain #Paginator .AtStart, #mmMain #Paginator .AtEnd  {padding: 2px 6px; color: #aaa; border: solid 1px #ddd;}
	#mmMain #Paginator .Prev, #mmMain #Paginator .Next {padding: 2px 6px; border: solid 1px #ddd; }
	#mmMain #Paginator .break { padding: 2px 6px; border: none; text-decoration: none; }
	#mmMain #Paginator .this-page { padding: 2px 6px; font-weight: bold; color: #FF0084; border: none; }
#mmMain .Results { text-align: center; font-size: 10px; color: #aaa; margin:5px auto; display: block; clear: both; }


/* upload mmItems */
#content #mmRelatedItems .mmInvite { display:block; height:100px; border:solid 1px #c1dbf1; font-size:11px; padding:3px; position: relative; top: 15px;}
	#content #mmRelatedItems .mmInvite a {text-decoration:none;}

#mmUpload { position:absolute; left:-17%; top:100px; width:650px; background:#fff; border:2px solid #c1dbf1; padding: 10px; z-index:20; visibility: visible; min-height:450px }
	#mmUpload p { font-size:1em; clear: both; margin: 0; padding: 7px 0; }
		#mmUpload p.copyrightCheck { font-size:10px; padding-left:120px; line-height: 12px; }
		#mmUpload p.fileFormat { text-align:center; font-size:9px; line-height: 10px; }
		#mmUpload p.fileFormat em { color:#FF8240; font-weight: bold; }
	#mmUpload h2 { margin:0 0 1em 0; padding:0; font-size:0.9em; text-transform: none; }
	#mmUpload fieldset { border:none; margin:0 5em 1em 0; clear:both; padding: 0; }
		#mmUpload fieldset.personalData { border-bottom:solid 1px #ccc; padding:0 0 2em 0; }
	#mmUpload label { width:120px; float:left; font-size: 10px; line-height: 11px; font-weight: bold; }
		#mmUpload label.col2Label { padding-left:28px; width: 100px; }
		#mmUpload label.radioLabel { width:40px; padding: 0; }
		#mmUpload label.mmChanelLabel {width:250px;}
	#mmUpload input, #mmUpload textarea, #mmUpload select {border:1px solid #c1dbf1; color:#6f6f6f; padding:0 2px; }
	#mmUpload input, #mmUpload select { width:165px; float: left; font-size: 13px; height:20px;}
		#mmUpload input#fullName, #mmUpload input#mediaTitle, #mmUpload textarea#mediaDescription{ width:460px; }
		#mmUpload input[type="radio"], #mmUpload input[type="checkbox"] {width:auto; margin: -1px 3px 0 0; border:none;}
		#mmUpload input#browseMedia, #mmUpload input#upload, #mmUpload input#cancelUpload { color:#418CCB; width:100px; font-weight:bold; font-size:11px; border: 1px solid #C1C1C1; background: #fff; padding:5px; line-height: 1.8em; height: auto; margin: 0 5px 5px 15px; }  
			#mmUpload input#browseMedia:hover, #mmUpload input#upload:hover, #mmUpload input#cancelUpload:hover { color:#fff; cursor:pointer; background: #76B0E0; border: 1px solid #055DA6; }
		#mmUpload input#cancel { width:100px; height: 24px; font-weight:bold; font-size:11px; padding-left:2px}
		#mmUpload input#browseMedia{width:460px; }
		#mmUpload input#upload { margin-left:120px; }
		#mmUpload input#mediaUpload { margin: 0 5px 0 0; border: 1px solid #c1dbf1; color: #9F7546; height: 22px; width: 350px; }
		#mmUpload input#cancelUpload { }
		#mmUpload input#copyrightCheck { display: block; margin: 2px 2px 40px 0; }
	#mmUpload #emailAddressConfirm {width:161px;}
	#mmUpload #country {width:167px;}
	#mmUpload a.closeWindow { display:block; background:url(images/close_button.gif) no-repeat top right; float:right; width:27px; height:27px; border: none; text-decoration: none; }
		#mmUpload a.closeWindow:hover { background:url(images/close_button_hover.gif) no-repeat right top; }

#upload_target {border:hidden; font-size:0.9em; width:95%; height:50%; padding:5px; margin:10px auto 0 auto; overflow:hidden; color:#B35438;  }
#upload_target pre {font-weight:bold;}

#TermsOfUse {height:330px;}
	#mmUpload #termsOfUseContent{font-size:10px; overflow:auto; padding:5px; height:300px; border: 1px solid #c1dbf1; }
		#mmUpload #termsOfUseContent p { font-size:10px; line-height:12px; padding: 3px 0; }
	#mmUpload input.backButton {width:100px; background:url(images/bkgdButton.gif) no-repeat center center; border:none; height:24px; font-weight:bold; font-size:11px; padding:0 0 2px 0 }


/* rating & voting */

#mmItemDetail ul.mmObjectSubTitles { list-style-type:none; margin: 10px 0 0 0; position: relative; font-size: 10px; padding: 0 0 0 0; clear: both; }
	#mmItemDetail ul.mmObjectSubTitles li { padding: 0 10px; line-height: 26px; float: left; }
	#mmItemDetail ul.mmObjectSubTitles li.rating { }
	#mmItemDetail ul.mmObjectSubTitles li.rating img { padding: 0 0 0 5px; }
	#mmItemDetail ul.mmObjectSubTitles div { float: left; }
	#mmItemDetail ul.mmObjectSubTitles #rate1 { width:150px; float: left; }
	#mmItemDetail ul.mmObjectSubTitles #rate1 div { display:block; float: left; }
	#mmItemDetail ul.mmObjectSubTitles #rate1 div.starContainer { position:absolute; display: block; left: 50px; top: 5px; height:18px;}
	#mmItemDetail ul.mmObjectSubTitles #ratingMessage { padding:0 0 0 5px; width: 55px; }
	#mmItemDetail ul.mmObjectSubTitles .views { float: left; width: 50px; }

#mmItemDetail ul.mmObjectSubTitles li.download { margin: 0 4px 0 20px; position: absolute; right: 0px;  width: 70px; }
	#mmMain #mmItemDetail ul.mmObjectSubTitles li.download a { border:1px solid #C1C1C1; height: 26px; line-height: 26px; text-decoration:none; text-align: center; font-size: 11px; color:#418CCB; background:#fff; padding:5px; font-weight: bold; }
	#mmMain #mmItemDetail ul.mmObjectSubTitles li.download a:hover {background:#76B0E0; border: 1px solid #055DA6; color:#fff;}

#mmItemDetail .star-rating { cursor: pointer; clear: both; display: block; }
	#mmItemDetail .star-rating:after { content: '.'; display: block; height: 0; width: 0; clear: both; visibility: hidden; }
	#mmItemDetail .cancel, #mmItemDetail .star { float: left; width: 17px; height: 15px; overflow: hidden; text-indent: -999em; cursor: pointer; }
	#mmItemDetail .star-left, #mmItemDetail .star-right { width: 8px }
	#mmItemDetail .cancel, #mmItemDetail .cancel a { background: url(delete.gif) no-repeat 0 -16px; }
	#mmItemDetail .star, #mmItemDetail .star a { background: url(images/ratingStar.gif) no-repeat 0 0; }
	#mmItemDetail .star-left, #mmItemDetail .star-left a { background: url(images/ratingStarLeft.gif) no-repeat 0 0; }
	#mmItemDetail .star-right, #mmItemDetail .star-right a { background: url(images/ratingStarRight.gif) no-repeat 0 0; }
	#mmItemDetail .cancel a, #mmItemDetail .star a { display: block; width: 100%; height: 100%; background-position: 0 0; }
	#mmItemDetail div.star-rating div.on,#mmItemDetail div.star-rating div.on a { background-position: 0 -16px; }
	#mmItemDetail div.star-rating div.hover a,#mmItemDetail div.star-rating div a:hover { background-position: 0 -32px; }
	
#mmItemDetail #ratingmsg { text-align: left; font-size: 9px; color:#aaa; min-height:15px; width: 100px; margin: -5px 0 0 50px; clear: both; }

/* general form management with javascript / DOM */

.hidden {display: none; }
.unhidden {display: block; }
.visible {visibility:visible;}
.invisible {visibility:hidden;}

