/*
Theme Name: XML Summer School
Theme URI: http://xmlsummerschool.org/
Description: XML Summer School theme, based on the default WordPress theme.
Version: 0.2
Author: Lauren Wood 
Author URI: http://textuality.com
Tags: fixed width, two columns, widgets
*/

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #00007B;
	text-align: left;
	background-color: #eee;
}

#page {
	width: 690px;
	padding: 30px 30px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #F93;
	background-color: #fff;
}

#sidebar {
	width: 131px;
}

#sidebar ul
{
margin-left: 0px;
padding-left: 0;
list-style-type: none;
}

#sidebar ul li a
{
	display: block;
	padding: 5px;
	width: 131px;
	height: 19px;
	background: #F93 url(http://www.xmlsummerschool.org/images/button.jpg);
	text-decoration: none;
}

#sidebar ul li a:link, #sidebar ul li a:visited
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#sidebar ul li a:hover
{
	background: #F93 url(http://www.xmlsummerschool.org/images/buttondown.jpg);
}

#sidebar ul ul ul li {
       font-size: 0.7em;
}

#content {
	float: right;
	text-align: left;
	width: 76%;
}

.clear {
	clear: both;
}

#headerimg {
	background-color: #F93;
	background: #F93;
	color: #FFF;
        background-image: url(http://xmlsummerschool.com/images/xss_04.jpg);
        background-repeat: no-repeat;
	height: 93px;
}

#headerimg h1 {
	text-align: center;
	font-size:16px;
	font-weight: bold;
	display: block;
	padding: 35px;
	margin: 0px;
	text-decoration: none;
        float: right;
        width: 70%;
}

#headerimg .description {
	text-align: center;
	font-size:14px;
	font-weight: bold;
	display: block;
        float: right;
        width: 70%;
}

p {
	margin-left: 10px;
}

#content ul li {
	margin-right: 10px;
}


#footer {
	text-align: center;
	color: #666;
        clear: both;
        padding: 0;
        margin: 0 auto;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	display: inline;
	}

img.alignleft {
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}

dt { 
    font-weight: bold;
}

#sidebar .blogroll li a, #sidebar .blogroll li a:hover{
    background: white;
padding-left: 0px;
}
.blogroll li {
    height: 70px;
   padding-left: 0px; margin-left: -10px;
   text-align: center;
}
#text-3 p {
margin-left: 0;
padding-left: 0;
}

h2 {
    font-family: Georgia, serif;
    font-style: italic;
    padding-bottom: 0px;
    padding-top: 12px;
    margin-bottom: 10px;
    margin-top: 12px;
}

.gallery img {
   border: 0; 
}

table.curriculum {
   padding: 2px; 
   empty-cells: hide; border-collapse:collapse;
}

.curriculum td {
 border: 1px solid grey;}
.curriculum th {
 border: 1px solid grey;}
.deepyellow { background: #FFCC99}
.midyellow { background: #FFFF99}
.lightyellow { background: #FFFFCC}
.deeppurple { background: #9999FF }
.midpurple { background: #CCCCFF }
.lightpurple { background: #EEEEFF }

code {font-size: 1.2em;}

.rotate {
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
}