/*
Theme Name: Little Mandarins
Theme URI: http://www.little-mandarins.com
Description: Custom theme for Little Mandarins.
Version: 1.0
Author: Leonard Tan
Author URI: http://www.icellnetwork.com
*/

@charset "utf-8";
/* CSS Document */

/* RESET */
html, body {
	height: 100%;
}
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
fieldset, img { 
	border: 0;
}
table {
	margin: 10px 0;
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	padding: 0;
}
address, caption, cite, code, dfn, th, var {
	font-weight: normal;
	font-style: normal;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FF7700;
	text-decoration: underline;
}
a.backtotop, a.backtotop:hover {
	margin-top: 7px;
	height: 11px;
	display: block;
	padding-left: 10px;
	background-image: url(images/icon_top.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #FF7700;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

/* LAYOUT */
html {
}
body {
	width: 929.4px;
	margin: 0 auto;
	background-color: #C4D920;
	background-image: url(images/bg_body.png);
	background-position: top center;
	background-repeat: repeat-y;
}
#wrapper {
	width: 914px;
	position: relative;
	padding: 0 8px;
}
#header {
	width: 914px;
	height: 161px;
	background-image: url(images/bg_header.png);
}
#lmBranches {
	width: 250px;
	height: 164px;
	float: left;
	position: absolute;
	top: 0px;
	left: 8px;
	z-index: 100;
}
#lmLogo {
	width: 280px;
	height: 100px;
	float: right;
	position: absolute;
	top: 0px;
	right: 8px;
	z-index: 101;
}
#left {
	width: 234px;
	padding: 10px 0 0 10px;
	float: left;
	background-image: url(images/bg_splash.png);
	background-repeat: repeat-x;
	background-position: 0% 0%;
}
#right {
	width: 640px;
	padding: 10px 30px 0 0;
	float: left;
	background-image: url(images/bg_splash.png);
	background-repeat: repeat-x;
	background-position: 100% 0%;
}
#splash {
	width: 630px;
	height: 265px;
	margin-left: 6px;
	border: 2px solid #E48D00;
}
#facebook {
	padding: 20px 20px 0 26px;
}
#blurb {
	padding: 0px 20px 0 26px;
}
#blurb ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#blurb img {
	margin-bottom: 5px;
	border: 2px solid #E48D00;
}
#blurb img.button {
	border: none;
	padding: 10px 0;
}
#quote {
	margin: 10px 20px 0 26px;
	padding: 10px 10px 0 10px;
	background-color: #BCD400;
}
#quote h4 {
	padding-top: 0.75em;
}
#quote img {
	width: 51px;
	margin: 0 auto;
	padding: 0.5em 0 1em 0;
	display: block;
}
#content {
	padding: 20px 0 0 5px;
}
#content img.alignright {
	float: right;
	margin-left: 15px;
	border: 1px solid #FF7700;
	padding: 5px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
#content img.alignleft {
	float: left;
	margin-right: 15px;
	border: 1px solid #FF7700;
	padding: 5px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
#content h4 {
	margin-bottom: 0.25em;
	padding-top: 0.5em;
	font-weight: bold;
	clear: both;
}
#content ul {
	list-style-image: url(images/icon_leaf.png);
}
#content ul li, #content ol li {
	padding-bottom: 0;
	margin-bottom: 0;
	line-height: 1.65em;
}
#content ul li ul, #content ol li ol {
	padding-bottom: 0;
	margin-bottom: 0;
}
div.attachment {
	float: right;
	margin-right: 15px;
	border: 1px solid #FF7700;
	padding: 5px;
	margin-bottom: 10px;
}
div.caption {
	float: left;
	width: 300px;
}
#footer {
	width: 884px;
	padding: 30px 15px;
	text-align: center;
}
#footer h6 {
	padding-top: 1em;
}
.lmlitebox {
	margin-right: 3px;
	padding: 3px;
	border: 1px solid #FF7700;
	background-color: #FFFFFF;
}
.clear {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
div.alignleft {
	float: left;
}
div.alignright {
	float: right;
}
/* NAVIGATION */
#nav {
	width: 234px;
	height: 270px;
}
#nav ul, #nav ul li {
	margin: 0;
	padding: 0;
}
#nav li {
	display: inline;
}
#nav li a {
	float: left;
	width: 234px;
	height: 0px;
	padding-top: 27px;
	background-image: url(images/bg_nav.png);
	overflow: hidden;
}

/* DEFAULT STATES */
#nav li#navHome a { background-position: 0px 0px; }
#nav li#navBeliefs a { background-position: 0px -27px; }
#nav li#navCurriculum a { background-position: 0px -54px; }
#nav li#navHoliday a { background-position: 0px -81px; }
#nav li#navMedia a { background-position: 0px -108px; }
#nav li#navFees a { background-position: 0px -135px; }
#nav li#navSchedule a { background-position: 0px -162px; }
#nav li#navRegistration a { background-position: 0px -189px; }
#nav li#navFAQs a { background-position: 0px -216px; }
#nav li#navContact a { background-position: 0px -243px; }

/* HOVER STATES */
#nav li#navHome a:hover { background-position: -234px 0px; }
#nav li#navBeliefs a:hover { background-position: -234px -27px; }
#nav li#navCurriculum a:hover { background-position: -234px -54px; }
#nav li#navHoliday a:hover { background-position: -234px -81px; }
#nav li#navMedia a:hover { background-position: -234px -108px; }
#nav li#navFees a:hover { background-position: -234px -135px; }
#nav li#navSchedule a:hover { background-position: -234px -162px; }
#nav li#navRegistration a:hover { background-position: -234px -189px; }
#nav li#navFAQs a:hover { background-position: -234px -216px; }
#nav li#navContact a:hover { background-position: -234px -243px; }

div.navigation {
	padding-top: 10px;
}

/* TEXT STYLES */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8125em;
}
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.15em;
	margin-bottom: 0.25em;
}
h4, h5, h6, p, ul, ol {
	line-height: 1.25em;
	margin-bottom: 0.75em;
}
li {
	line-height: 1.25em;
}
h1 {
	margin-left: -0.1em;
	font-size: 2em;
	display: block;
	border-bottom: 1px solid #FF7700;
}
h2 {
	padding-top: 0.5em;
	margin-left: -0.1em;
	font-size: 1.35em;
	text-transform: capitalize;
	color: #FF7700;
}
h3 {
	margin-left: -0.1em;
	font-size: 1.15em;
	font-weight: bold;
	color: #FF7700;
}
h4 {
	font-weight: bold;
	clear: both;
}
h5 {
	margin-top: -0.25em;
	font-size: 0.85em;
}
h6 {
	font-size: 0.85em;
	font-style: italic;
}
hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: none;
	border-top: 1px solid #D9E748;
	display: block;
}

/* WP TABLE RELOADED */
.wp-table-reloaded {
	background-color: #BCD400;
	margin: 10px 0px 15px 0px;
	width: 100%;
	font-size: 11px;
	text-align: center;
}
.wp-table-reloaded th {
	background-color: #FF7700;
	padding: 4px;
	font-weight: bold;
	color: #FFFFFF;
}
.wp-table-reloaded td {
	color: #000000;
	padding: 4px;
	background-color: #C4D920;
	vertical-align: top;
}
.wp-table-reloaded .even td {
	background-color: #C4D920;
}
.wp-table-reloaded .odd td{
	background-color: #BCD400;
}
.wp-table-reloaded .column-1 {
	font-weight: bold;
	text-align: left;
}
.wp-table-reloaded td.column-2 {
	padding-left: 12px;
	text-align: left;
}
.wp-table-reloaded .header {
	background-image: url(http://localhost/littlemandarins/wp-content/plugins/wp-table-reloaded/img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
.wp-table-reloaded .headerSortUp {
	background-color: #8DBDD8;
	background-image: url(http://localhost/littlemandarins/wp-content/plugins/wp-table-reloaded/img/asc.gif);
}

.wp-table-reloaded .headerSortDown {
	background-color: #8DBDD8;
	background-image: url(http://localhost/littlemandarins/wp-content/plugins/wp-table-reloaded/img/desc.gif);
}
.wp-table-reloaded-table-description {
	font-size: 10px;
	font-style: italic;
}