@charset "utf-8";
/* $Id: style.css,v 1.23 2007/12/17 15:05:09 goba Exp $ */
/* 	
		CSS for Living2 Drupal Theme 
		by Sebastian Thuer (www.thuer.com.ar) for LivingSpanish (www.livingspanish.com)
*/

body {
	background: #ffffff;
	margin: 0;
	padding: 0;
	font: 82% Arial, Helvetica, sans-serif;
}

/* ---------- Layout main blocks  ---------- */



/* ---------- Basic HTML format  ---------- */

div,h1,h2,h3,h4,h5,h6,p,form,td,tr { /* reset margins & paddings */
	margin: 0; padding: 0; font-size: 1em;
}

a {color: #9E1D17;}
a:hover {color: #C60A00;}

/* ---------- Tab menu  ---------- */

#menu {
	float: left;
	margin-bottom: 12px;
	border: 0px solid #c00;
  font-size: 85%;
	font-weight: bold;
  line-height: normal;
}

#menu ul {
	margin: 0;
	padding: 7px 10px 0 10px;
	list-style: none;
 } 
 
#menu li {
	display: inline;
	margin: 0;
	padding: 0;
}

#menu a {
	float: left;
	background: url(img/bg-tab-left.png) no-repeat left top;
	margin: 0;
	padding:0 0 0 4px;
	text-decoration: none;
}

/* highlight the active tab */
#menu li.active a {background-position: 0% -25px;}
#menu li.active a span {background-position:100% -25px; color: #9E1D17;}

#menu a span {
	float: left;
	display: block;
	background: url(img/bg-tab-right.png) no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #777;
}
   
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */

/* Apply color when links is over */
#menu a:hover, #menu a:hover span {
	color: #444;
}

/* ---------- Login  ---------- */

#login {
	margin: 0;
	padding: 0 20px;
	font-size: 0.8em;
}

#login input {
	width: 100px;
	padding: 2px 3px;
	border: 1px solid #bfbebe;
	background: #fff url(img/bg-login-input.png) left bottom repeat-x;
	margin-right: 10px;
	font-size: 11px;
	color: #404040;
}

#login input.button {
	width: 60px;
	background: #ebe9e9 url(img/bg-login-button.png) left bottom repeat-x;
	color: #595757;
	cursor: pointer;	
}

#login .showuser {color: #111;font-size:1.1em;}
#login .showuser a {color: #111;}
#login .showuser a :hover {color: 9E1D17;}

#login .logintext {color: #111;}
#login .logintext a {color: #111;}
#login .logintext a:hover {color: #9E1D17;}


#content {
		width: 100%;
		margin: 0;
		padding: 0;
		border: 0px solid #0c0;
}

#main {
	padding: 1.2em 1.5em;
}

/* ---------- The Main Section Details ---------- */

#main h3 {
	padding: 1.2em 1.5em;
}

#main h3.title {
		margin: 1em 0;
		padding: 0;
		font-size: 1.3em;
		font-weight: bold;
		color: #9E1D17;
		border-bottom: 0px solid #9E1D17;
}

#main h3.title a {text-decoration: none;}
#main h3.title a:hover {text-decoration: underline;}

#main h4 {
		margin: 0.8em 0 0.4em 0;
		color: #9e1d17;
		font-size: 1.05em;
}

#main p {
	margin: 2em 0;
	color: #2a2a20;
	line-height: 1.4em;
}

#main p.center {text-align: center;}
#main p.right {text-align: right;}

#main li {
	margin: 0.5em 0;
	color: #2a2a20;
	line-height: 1.4em;
	list-style-type: square;
}

#main .breadcrumb {	
	padding: 2px 0;
	font-size: 0.8em;
	color: #666;
	border-bottom: 1px dotted #D2D2D2;
	font-weight: bold;
}

#main .meta {
	font-size: 0.85em;
	color: #666;
}

#main .meta strong {
	color: #1A6500;
}


/* --- Breadcrumb --- */
#main .breadcrumb a {text-decoration: none; color: #9a9a9a; font-weight: normal;}
#main .breadcrumb a:hover {color: #9E1D17; text-decoration: underline;}

/* --- School tabs --- */
#schooltabs {
	float: left;
	width: 100%;
	margin-bottom: 12px;
	border-bottom: 1px solid #B3CFA9;
  font-size: 85%;
	font-weight: bold;
  line-height: normal;
}

#schooltabs ul {
	margin: 2em 0 1.2em 0;
	padding: 0;
	list-style: none;
 } 
 
#schooltabs li {
	display: inline;
	margin: 0;
	padding: 0;
}

#schooltabs  a {
	float: left;
	background: #D0E1C9/* url("img/bg-school-tab-left.gif") no-repeat left top*/;
	border: 1px solid #B3CFA9/*#C8C8C8*/;
	border-bottom: 0;
	margin: 0 5px;
	padding: 3px 4px;
	color: #309D0B;
	text-decoration: none;
}

/* Apply color when links is over */
#schooltabs  a:hover {
	border-color: #92C181;
	color: #1A6500;
}

/* highlight the active tab */
#schooltabs  li.active a {background-position: 0% -25px; background: #1A6500; color: #fff; border-color: #386525;}
#schooltabs  li.active a:hover {color: #ffcc66;}

/* --- Register tabs --- */

#registertabs {
	float: left;
	width: 100%;
	margin-bottom: 12px;
	border-bottom: 1px solid #aaa;
  font-size: 85%;
	font-weight: bold;
  line-height: normal;
}

#registertabs ul {
	margin: 0.5em 0;
	padding: 0;
	list-style: none;
 } 
 
#registertabs li {
	display: inline;
	margin: 0;
	padding: 3px 4px;
	float: left;
	background: #eee;
	border: 1px solid #ccc;
	border-bottom: 0;
	margin: 0 5px;
	padding: 3px 4px;
	color: #999;
	text-decoration: none;
}

#registertabs  a {
	color: #9E1D17;
	text-decoration: none;
}

/* highlight the active tab */
#registertabs  li.active {background: #d6d6d6; color: #9E1D17; border-color: #aaa;}


/* table for course prices */
.courseprice {
	border: 1px solid #aaa;
}

.courseprice th {
	padding: 2px;
	background: #ECECE6;
	border-bottom: 1px solid #DADAD0;
	color: #9E1D17;
	font-size: 0.9em;
}

.courseprice td {
	padding: 2px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color: #666;
}

.courseprice th.course {
	padding: 2px 4px 2px 4px;
	border-right: 1px solid #ccc;
	color: #9E1D17;
}

.courseprice td.ourprice,
.courseprice tr.highlight td.ourprice {
	background: #DBE8D6;
	font-weight: bold;
	color: #1A6500;	
}

.courseprice tr.highlight,
.courseprice tr.highlight th {
	background: #FFD6D6;
	border: 1px solid #DD7777;
}

.courseprice tr.highlight {
	border-bottom-width: 2px;
	border-top-width: 2px;
}

.courseprice tr.highlight td {
	background: #FFE1E1;
	border-top: 1px solid #DD7777;
	border-bottom: 1px solid #DD7777
}	


/* book now button */

a.booknow {
/*	display: block;*/
	background: #478b38 url(img/bg-button-booknow.png) left top repeat-x;
	border: 1px solid #478b38;
	border-bottom-color: #0F3C00;
	padding: 5px;
	color: #0F3C00;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

a.booknow:hover {
	border-color: #0F3C00;
	color: #0E2A04;
}
	

/* comments */
p.comment {
	border-top: 2px solid #ccc;
	padding: 1.2em 0 0 0;
}


p.comment-author {
	font-size: 0.8em;
	font-weight: bold;
}

p.comment-author a {
	font-size: 1.2em;
}



.search-results {
	border: 2px solid #0c0;
}

.search-results li {
	margin: 2em 0;
}

.search-results li h4 {
	margin: 0 0 0.3em 0; 
	padding: 0;
	font-size: 1.05em;
	color: #c00;
}

.search-results li .search-schoolmeta {
	margin: 0;
	color: #808080;
	font-size: 0.9em;
	line-height: 1.8em;
}

.search-results li .search-schooltext {
	margin: 0.6em 0;
	padding: 0;
	color: #666;
	line-height: 1.9em;
	font-size: 1em;
}


/* -- Form Elements -- */

.form fieldset {
	border: 1px solid #ccc;
	margin: 1.6em 0;
	padding: 10px;
}

.form legend {
	border: 1px solid #ccc;
	background: #efefef;
	padding: 1px 3px;
	color: #777;
	font-size: 0.8em;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.form label {
	text-align: left;
	font-weight: bold;
	font-size: 0.9em;
	color: #444;
}

.form input.field {
	border: 1px solid #aaa;
	background: #fafafa;
	padding: 2px 3px;
	font-size: 0.9em;
	color: #333;
}

.form textarea.field {
	border: 1px solid #aaa;
	background: #fafafa;
	padding: 2px 3px;
	font-size: 0.9em;
	color: #333;
}


.form select.field {
	border: 1px solid #aaa;
	background: #fafafa;
	padding: 1px;
	font-size: 0.9em;
	color: #333;
	}



/* ---------- Sidebar Left ---------- */

#sidebar-left h2.title { /* pre-title, section or block title */
	color: #666;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -1px;
	color: #1A6500;
}

#sidebar-left ul.menu {
	margin: 10px 0 15px 10px;
	padding: 0;
	list-style-type: none;
}

#sidebar-left ul.menu li {
	border-bottom: 1px solid #eee;
	font-size: 0.89em;
	font-weight: normal;
}

#sidebar-left ul.menu li a {
	color: #666;
	text-decoration: none;
	font-weight: normal;
}

#sidebar-left ul.menu li a:hover {
	color: #222;
}
		
/* *** dhtml_goodies menu *** */

#dhtmlgoodies_listMenu a{	/* Main menu items */
	color: #666;
	text-decoration:none;
	font-weight: normal;
}

#dhtmlgoodies_listMenu ul li a{	/* Sub menu */
	color: #666;
	font-weight:normal;
}

#dhtmlgoodies_listMenu ul li ul li a{	/* Sub Sub menu */
	color: #666;
	font-size:0.9em;
	font-weight:normal;		
}

#dhtmlgoodies_listMenu .activeMenuLink{	/* Styling of active menu item */
	color: #c00;
}
	
#dhtmlgoodies_listMenu li{ /* No bullets	*/	
	list-style-type:none;	
}	
	
#dhtmlgoodies_listMenu, #dhtmlgoodies_listMenu ul{ /* No margin and padding */
	margin:0px;
	padding:0px;
}

#dhtmlgoodies_listMenu ul{ 	/* Margin of sub menu items */
	display:none;
	margin-left:10px;
}


/* ---------- Sidebar Right ---------- */

#sidebar-right .content {
	padding: 10px; /* padding in px not ex because IE messes up 100% width tables otherwise */
	font-size: 0.9em;
}

#sidebar-right h2.title { /* pre-title, section or block title */
	background: #DEDEDE url(img/bg-title-arrow.png) 5px 4px no-repeat;
	padding: 3px 5px 1px 20px;
	color: #787878;
	font-size: 0.87em;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 2px;
}

#sidebar-right h3 { /* title or section */
	margin: 0.5em 0 0.8em 0;
	color: #981516;
	font-size: 1.1em;
}

#sidebar-right p { 
	margin: 1em 0;
	line-height: 1.5em;
	color: #3a3a3a;
}

#sidebar-right li { 
	margin: 0.3em 0 0.3em 0.5em;
	list-style-type: square;
	line-height: 1.3em;
	color: #3a3a3a;
}

#sidebar-right .color {
		color: #1A6500;
}


/* ---------- Format for views module ---------- */

.views-table {
	margin: 10px 0;
	border: 1px solid #bcbcbc;
}

.views-table th {
	background: #D2DBCF;
	padding: 4px;
	border-bottom: 2px solid #aaa;
}

.views-table th a {
	text-decoration: none;
}

.views-table td {
	padding: 4px;
}

.views-table .even {
	background-color: #e4e4e4;
	border-bottom: 1px sold #eee;
}

.views-table .odd {
	background-color: #efefef;
	border-bottom: 1px sold #e0e0e0;
}

.views-table .active {
	background-color: transparent;
	}