  /*
	Designed by PC Tec
	Copyright 2008
	Site: Travelling Autism Teachers

*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #D19DEE;
	font: normal 12pt, Helvetica, sans-serif;
	color: #000000;
}

div.note {
	font: normal 10pt, Helvetica, sans-serif;
}

h1, h2, h3 {
	color: #000000;
}

h2 {  
}

h3 {
}

p, blockquote, ul, ol {
}

p {
	padding-bottom: 15px;
}

blockquote {
	margin-left: 2em;
	padding-left: 1em;
	border-left: 1px solid #EEEEEE;
}

ul {
	margin-left: 3em;
	padding-bottom: 15px;
}

ul li {
	
	list-style-image: url(images/list_arrow.gif);
}

ul li ul li
{
	list-style: none;
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	color: #0072BC;
}

a:hover {
	text-decoration: none;
	color: #59C700;
}

img {
	border: none;
}


.purplebox
{
	background: #ffccff;
	border: 2px solid #000000;	
	
}



.title
{
	color: #800080;
	padding-bottom: 20px;
	text-align: center;
	
}


/* Boxed Style */

.boxed {
}

.boxed .title {
	height: 23px;
	padding: 15px 0 0 19px;
	background: url(images/footer.gif) repeat-x;
	font-size: 1em;
	color: #000000;
}

.boxed .content {
	margin: 0 0 20px 0;
	padding: 5px;
	background: #e2e2e2;
}

/* Post */

.post {
	padding: 20px 20px 0 20px;
}

.post .title {
	margin-bottom: 0px;
	padding: 3px 0 15px 0;
	background: url(images/img04.gif) repeat-x left bottom;
}

.post .date {
	float: left;
	width: 90px;
	padding-left: 20px;
	font-size: x-small;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	float: left;
	margin-bottom: 10px;
	padding-left: 20px;
	border-left: 1px solid #EEEEEE;
	font-size: x-small;
}

.post .meta p {
}

.post .story {
	clear: both;
	padding: 20px;
	border-top: 1px solid #EEEEEE;
}

.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}


#page
{
	width: 800px;
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
		
}

/************************* HEADER ***********************************/

#header {
	display: block;
	width: 775px;
	height: 220px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/header.gif) no-repeat right top;
	/*border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;*/
}

#header h1 {
	padding: 160px 0 0 20px;
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 30pt;
  	color: #400080;
  	font-weight: bold;
}

#header h2 {
	padding: 0 0 0 20px;
	font-size: 1em;
}

#header h3 {
	padding: 0 0 0 10px;
	font-size: 1em;
}

#top_menu {
	height: 50px;
	float: right;
	padding: 160px 450px;
}

#top_menu ul {
	margin: 0;
	list-style: none;
	color: #ffffff;
}

#top_menu li {
	display: inline;
	color: #ffffff;
	float: left;
}

#top_menu a {
	display: block;
	padding: 10px 10px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

#top_menu a:hover {
	background: #DCEBFC;
	color: #000000;
}

#top_menu .active a {
	background: #D1F0A6;
	color: #000000;
}

#top_menu .first a {
	border: none;
}




/* Content */

#content {
	width: 760px;
	margin: 0 auto;
	
	/*border-top: 1px inset #000000;
	border-left: 1px inset #000000;
	border-right: 1px outset #000000;
	border-bottom: 1px outset #000000;*/
	padding: 10px;
	overflow:hidden;
}


.bl {background: url(images/bottom_left.gif) 0 100% no-repeat;}
.br {background: url(images/bottom_right.gif) 100% 100% no-repeat}
.tl {background: url(images/top_left.gif) 0 0 no-repeat}
.r {background: url(images/right_shadow.gif) 100% 0 repeat-y; }
.l {background: url(images/left.gif) 0 0 repeat-y; }
.tr {background: url(images/top_right.gif) 100% 0 no-repeat; padding:10px} 



#extra {
}

/* Content > Main */

#main {
	float: right;
	width: 554px;
	padding-left: 2px;
	border: 1px solid #e2e2e2;
	overflow:hidden;
}

#main_no_menu {
	width: 760px;
	padding-left: 2px;
	border: 1px solid #e2e2e2;
	overflow:hidden;
}

#main a {
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 198px;

	border-spacing: 20px;
	overflow:hidden;
}

#sidebar a {
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	font-size: x-small;
	font-weight: bold;
}

#login input {
	margin-bottom: 5px;
	padding: 2px 5px;
	border: 1px solid #385B88;
	font-family: Arial, Helvetica, sans-serif;
}

#inputtext1, #inputtext2 {
	width: 160px;
	color: #385B88;
}

#inputsubmit1 {
	background: #e2e2e2 url(images/footer.gif) repeat-x bottom;
	color: #FFFFFF;
}

/* Content > Sidebar > Menu */


#menu
{
	padding: 20px 0px;
}

#menu ul
{
	margin: 0;
	list-style: none;
}

#menu li
{
	display: block;
	padding-left: 40px;
	padding-top: 10px;
	width: 190px;
	height: 40px;
	text-transform: uppercase;
	font-weight: bold;
	background: url(images/menu_button.gif) no-repeat;	
}


/* Footer */

#footer {
	clear: both;
	width: 720px;
	margin: 0 auto;
	padding: 10px 20px;
	background: #ededed url(images/footer.gif) repeat-x;
	/*border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;*/
}

#footer p {
	margin: 0;
	text-align: center;
	font:"Arial Narrow";
	font-size: x-small;
	color: #000000;
}

#footer a {
	font:"Arial Narrow";
	color: #9900CC;
	
}

.heading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30pt;
  color: #0000cc;
  font-weight: bold;
}

#children
{
	float: right;
	display: inline;
}

.highlight
{
	color: #ff0000;
	font-size: 19pt;
}