/*
Theme Name: Rested Mind
Description: A simple and clean template, yet highly appealing to the eye.
Version: 1.0
Author: Rui Figueiredo
Author URI: http://www.perfectly-random.com
*/


html {min-height: 100%;}

a {color: #963;}
a:hover {color: #C60;}
a img {border: none; } 

* { margin: 0; padding: 0; }

body {
	background: #909e78 url(images/bg.gif) repeat-x;
	color: #181818;
	font: normal 62.5% Arial,sans-serif;
}
p,code,ul {padding-bottom: 1.2em;}
li {list-style: none;}


/* misc */
.clearer {clear: both;}
.left {float: left;}
.right {float: right;}


/* structure */
.container {
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0px;
	width: 750px;
}


/* header */
.header {
	background: #77b5d2 url(images/header-bg.gif) repeat-x;
	font-size: 1.2em;
	height: 180px;
	margin: 0 auto;
	margin-top: 25px;
	width: 750px;
	border: 1px solid #cdf7b4;
}

.left {
	background: url(images/header-kid.jpg) no-repeat right;
	width: 260px;
	height: 180px;
	float: left;
}
.header .right { height: 180px; width: 490px; float: right; }

.header h1 {padding: 50px 0 0 5px; font: bold italic 3em "Trebuchet MS",Verdana,sans-serif;}
.header h2 {padding: 14px 0 0 5px; color: #FFF; font: bold italic 1.3em "Trebuchet MS",Verdana,sans-serif;}
.header a, .header a:hover { color: #FFF; text-decoration: none; }


/* left navigation */
.leftnav {
	background: url(images/menu-bg.gif) repeat-y;
	float: left;
	color: #FFF;
	width: 150px;
	padding: 14px 0 0 14px;
}
.leftnav h2 {
	background: url(images/sidebar-yang.gif) no-repeat;
	color: #FFF;
	font-size: 1em;
	padding: 0 0 5px 20px;
}
.leftnav ul {
	padding-bottom: 16px;
}
.leftnav li a {
	background: url(images/sidebar-arrow.gif) no-repeat top left;
	font-size: 0.9em;
	font-family: Verdana,"Lucida Sans Unicode",sans-serif;
	color: #FFF;
	display: block;
	margin-left: 8px;
	padding: 0 0 4px 9px;
	text-decoration: none;
}
.leftnav li a:hover {
	color: #FFF;
	text-decoration: underline;	
}


/* content */
.content {
	background: #FFF;
	float: left;
	margin: 12px 0 12px 9px;
	padding: 10px;
	width: 540px;
	font-size: 0.9em;
	font-family: Verdana,"Lucida Sans Unicode",sans-serif;
	border: 1px solid #9be172;
}

.content h1 {
	color: #9be172;
	font: bold italic 1.6em Verdana,"Trebuchet MS",sans-serif;
	padding-bottom: 10px;
	text-align: center;
}

.content h2 {
	font: bold 1.3em Verdana,"Trebuchet MS",sans-serif;
	padding-bottom: 5px;
	color: #9be172;
}

.content h3 {
	color: #9be172;
	font: bold 1.2em Verdana,"Trebuchet MS",sans-serif;
}

.content a { color: #181818; text-decoration: underline; }
a:hover { color: #181818; text-decoration: none; }
.content a img { border: 1px solid #636363; } 
.leftside { text-align: left; }
.rightside { text-align: right; }

.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}


/* footer */
.footer {
	background: #4e90ae url(images/footer-bg.gif) repeat-x;
	margin-bottom: 25px;
	width: 750px;
	color: #FFF;
	font: normal 0.9em Tahoma,Verdana,sans-serif;
	text-align: center;
	height: 40px;
	border: 1px solid #cdf7b4;	
}
.footer a { color: #FFF;	text-decoration: none; }
.footer a:hover { text-decoration: underline; }

.logo { background: url(images/footer-yang.gif) no-repeat right; width: 700px; height: 40px; margin-right: 50px; }
.text { width: 750px; text-align: center; padding-top: 6px; }