/*
	Stylesheet for ArtsAndDyslexia.com by Webspeed
	
	Deep Red	: #960014
	Rust		: #b00a0a
	Pink		: #e10052
	Deep Grey	: #131313
	Light Grey  : #CCCCCC
	Cream		: #FFFFE0
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.3em;
	background-image:url(images/background.gif);
	margin:0;
}

p
{
	margin: 0 0 1.3em 0;
}

b
{
	color:#960014;
}

img
{
	border: 0;
}

h2
{
	font-size:32px;
	margin-top:0;
	color:#b00a0a;
}

h3
{
	font-size:20px;
	margin-top:0;
	color:#b00a0a;
}

a
{
	text-decoration:none;
	color:#000033;
}

a:hover
{
	text-decoration:underline;
}


iframe
{
	border:1px solid #CCCCCC;
	width:100%;
	height:532px;
}

#page-box
{
	width:960px;
	margin: 0 auto;
	overflow:hidden;
}

#main-box
{
	width:100%;
	background-repeat:no-repeat;
	overflow:hidden;
	background-color:#FFFFE0;
	background-image:url(images/sidebar-spacer.png);
	background-position:left;
	background-repeat:repeat-y;
}

.clear
{
	clear:both;
}

.right
{
	float:right;
}

.left
{
	float:left;
}

.center
{
	text-align:center;
}

.full
{
	width:100%;
}

.quote
{
	font-style:italic;
}

.label
{
	float:left;
}

/* 
	Header
*/

#header
{
	width: 960px;
	margin:0;
	padding:0;
}

/*
	Main nav
*/

#nav-bar
{
	width: 960px;
	background-color:#960014;
	color:white;
	clear:both;
	padding: 4px 0px;
	overflow:hidden;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #e10052;
}

#nav-bar ul
{
	margin: 0 0 0 5px;
	padding: 0;
	list-style-type: none;
	font-weight:bold;
	font-size:0.8em;
}

#nav-bar ul li
{
	background-color:#960014;
	color:white;
	position: relative;
	display: inline;
	float: left;
	text-align:center;
	margin-bottom:0;
}

#nav-bar ul li a
{
	color:white;
	display: block;
	width: 113px; /*Width of top level menu link items*/
	padding: 2px 0px;
	text-decoration: none;
	border-left: 2px solid white;
}

#nav-bar ul li a.end-menu
{
	color:white;
	display: block;
	width: 134px; /*Width of top level menu link items*/
	padding: 2px 0px;
	text-decoration: none;
	border-right: 2px solid white;
}

#nav-bar ul li a:hover
{
	background-color:#b00a0a;
}

/* 
	Sidebar (left)
*/

#sidebar
{
	width:200px;
	float:left;
	background-color:#FFFFE0;
	color:white;
	padding:0;
	overflow:hidden;
	margin:0;
}

#sidebar img
{
	border:0;
	margin:0;
	padding:0;
}

#sidebar ul
{
	margin:0;
	padding: 15px 0 0 0;
	list-style: none;
	list-style-position:outside;
	font-weight:bold;
	font-size:0.8em;
	background-color:#b00a0a;
}

#sidebar ul li
{
	background-color:#b00a0a;
	color:white;
	position: relative;
	text-align:left;
	margin-bottom:0px;
	border-bottom: 2px solid white;
}

#sidebar ul li a
{
	color:white;
	display: block;
	width: 195px; /*Width of top level menu link items*/
	padding: 5px 0px 5px 5px;
	text-decoration: none;
}

#sidebar ul li a.end-menu
{
	border: 0;
}

#sidebar ul li a:hover
{
	background-color:#960014;
}

#sidebar ul li ul
{
	margin:0;
	padding:0;
}

#sidebar ul li ul li
{
	border:0;
}

/* 
	Main Area
*/


#main-text
{
	margin:0;
	width:679px;
	float:right;
	background-color: #FFFFE0;
	padding:40px;
	font-family:Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	line-height:30px;
}

#main-text ul
{
	list-style-image:url(images/list-icon.png);
	padding-left:0.5em;
	margin-left:0.5em;
}

#main-text li
{
	margin-bottom:15px;
}

#main-text a 
{
	font-weight:bold;
}

#main-text img
{
	margin: 0 15px 15px 0;
}

#main-text .leftpad
{
	margin: 0 0 15px 15px;
}

#main-text img.map
{
	margin:0;
	border:4px solid #BAFFDE;
}

#main-text .caption
{
	color:#888888;
	font-size:12px;
	text-align:center;
	line-height:12px;
}

#main-text #form-box
{
	width:480px;
	margin: 0 auto;
	padding-top:14px;
	border: 1px solid #CCCCCC;
}

#main-text form
{
	width:400px;
	margin: 0 auto;
}

#main-text form br
{
	clear:both;
}

#main-text form .label
{
	float:left;
}

#main-text form input
{
	width:240px;
}

#main-text form input.right
{
	float:right;
}

#main-text form textarea
{
	width:240px;
	margin-bottom: 4px;
}

#main-text form textarea.full
{
	width:100%;
}

#main-text form select
{
	width:244px;
}

#main-text form input.radio
{
	width:20px;
}

#main-text form input.check
{
	width:20px;
}

#main-text #button-box
{
	text-align:center;
}

#main-text #button-box input
{
	width:70px;
}

#main-text ul.big-links
{
	font-size:20px;
}

#main-text table
{
	border:none;
	border-collapse: collapse; 	
}

#main-text tr
{
	border: none;
}

#main-text td
{
	border: none;
	padding: 1px 5px 1px 5px;
}

#main-text td.label
{
	font-weight:bold;
}

#main-text.workshop
{
	background-image:url(images/workshop-background.jpg);
	float:none;
	width:100%;
	padding:22px 26px 415px 26px;
}

#main-text.workshop img
{
	margin:0;
}

#main-text #workshop-box
{
	border:none;
	overflow:hidden;
	width:220px;
	background-color:#960014;
	margin-bottom:25px;
}

#main-text #workshop-box-left
{
	border:5px solid #b00a0a;
	float:left;
	width:75px;
}

#main-text #workshop-box-left img
{
	width:75px;
}

#main-text #workshop-box-right
{
	margin:12px 10px 0 0;
	float:right;
	text-align:right;
	color:white;
	line-height:20px;
}

#main-text #workshop-box-right.drawing
{
	margin-top:25px;
}

#main-text #workshop-box-right h2
{
	color:white;
	font-size:18px;
}

#main-text #workshop-box-right a
{
	color:white;
}

#main-text #workshop-box-right a:hover
{
	color:#e10052;
	text-decoration:none;
}

#main-text #gallery-item 
{
	overflow:hidden;
	clear:both;
	margin-bottom:20px;
}

#main-text #gallery-item p
{
	float:left;
}

/* 
	Footer
*/

#footer
{
	width: 960px;
	color:white;
	background-color:#960014;
	padding:5px 0px 5px 0px;
	overflow:hidden;
	font-size:0.8em;
	font-weight:bold;
	border-top:1px solid #CCCCCC;
}

#ws-trailer
{
	overflow:hidden;
	width:100%;
	padding:5px 0 5px 0;
	font-size:0.8em;
	font-weight:bold;
}


#ws-trailer a
{
	text-decoration:none;
	color:#960014;
}

#ws-trailer a:hover
{
	text-decoration:underline;
	color:#960014;
}

/* 
	End
*/

