/* @override http://wp.internationalschool.sc/wp-content/themes/iss/style.css */

/******************************************************************************  
	Theme Name: 2newtheme
	Description: 2nd ISS theme
	Version: 1.0
	Author: Thea Creado
******************************************************************************/

/* @group Structure */

body {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #000033 url('http://wp.internationalschool.sc/wp-content/uploads/2009/03/background.jpg') repeat;
	color: #333;
	text-align: center;
}

#page {
	background-color: #fff;
	margin: 0 0 50 20;
	padding: 0;
	width: 920px;
	text-align: left;
	border: 15px outset #fff;
}

#logo {
	float: left;
	padding: 0;
	margin: 1px 0 0 27px;
	width: 170px;
	height: 133px;
	border: 1px solid #fff;
	overflow: hidden;
}

#banner {
	float: right;
	padding: 0;
	margin: 10px 40px 10px 0;
	height: 110px;
	width: 640px;
	border-width: 5px 0 0 0;
	border-style: solid;
	border-color: #1c2f59;
	background: #fff url('images/headers/rotate.php') no-repeat right top;
	overflow: hidden;
}

#sidebar {
	float: left;
	padding: 0;
	margin: 0 0 30px 15px;
	width: 190px;
}

#content {
	float: right;
	padding: 0;
	margin: 0;
	width: 700px;
	font-size: 1.2em;
}

#footer {
	padding: 10px 10px 100px 10px;
	margin: 30px 0 0 0;
	clear: both;
	border-top: 1px solid #ddd;
	background-color: #f7f7f7;
}

#blurb {
	float: left;
	width: 70%;
	font-size: 0.9em;
	color: #999;
}

#bitsandbobs {
	width: 25%;
	float: right;
	font-size: 1.2em;
	color: #999;
	text-align: right;
}

/* @end */

/* @group General */

a {
	color: #30519a;
	text-decoration: none;
}

a:hover {
	color: #f93;
	text-decoration: underline;
}

ol li {
	list-style: decimal outside;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	color: #777;
}

hr {
	display: none;
}

a img {
	border: none;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #777;
}


strike {
	color: #777;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.center {
	text-align: center;
}

.navigation {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 0 20px 0;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.tiny {
	font-size: 0.8em;
}

.huge {
	font-size: 1.8em;
	line-height: 0.9em;
	font-weight: bold;
}


.urgent {
	color: #fff;
	font-weight: bold;
	background-color: #c40000;
	padding: 5px;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.3em;
}

/* @end */

/* @group SideBar */

#sidebar {
	font: normal 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#sidebar h2 {
	color: #666;
	padding: 0;
	margin: 0 0 5px 0;
	font-size: 1em;
}

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

#sidebar ul li {
	padding: 0;
	margin: 0;
}

#sidebar ul li.widget {
	padding: 3px;
	margin: 0 0 10px 0;
	border-width: 5px 0 0 0;
	border-style: solid;
	border-color: #1c2f59;
	/*border: 1px solid #999;*/
	background: #ddd;
}

#sidebar ul li ul {
}

#sidebar ul li ul li {
	padding: 0;
	margin: 0;
	font-size: 1.0em;
	line-height: 1.2em;
	border: none;
	border-top: 1px solid #ccc;
	background: #eee;
}

#sidebar ul li ul li ul {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	list-style-type: square;
	list-style-position: outside;
}

#sidebar ul li ul li ul li {
	padding: 0;
	margin: 0;
	font-size: 0.9em;
	line-height: 1.0em;
	border: none;
}

#sidebar li a {
	display: block;
	text-decoration: none;
	text-align: left;
	padding: 1px 2px 2px 2px;
	margin: 0;
}

#sidebar ul li ul li a, ul li ul li a {
	height: 1.3em;
}

#sidebar li.current_page_item ul li ul li a, #sidebar li.current-cat ul li ul li a {
	height: 1.1em;
}

#sidebar li.current_page_item a, #sidebar li.current-cat a {
	color: #000;
	background: #f93;
}

#sidebar li.current_page_item ul li a, #sidebar li.current-cat ul li a {
	color: #30519a;
	background: #eee;
}

#sidebar li a:hover, #sidebar li.current_page_item a:hover, #sidebar li.current-cat a:hover {
	color: #000;
	background: #fa4;
}

#sidebar img.logo {
	margin: 0 0 2px 0;
	padding: 0;
	border: 1px solid #ccc;
}

#sidebar #searchform {
	margin: 2px;
	text-align: right;
}

#sidebar #searchform #s {
	width: 136px;
	padding: 2px;
	margin: 2px;
}

#sidebar #searchsubmit {
	padding: 0px;
}

select {
	width: 150px;
}

/* @end */

/* @group Headers */

#logo h1 {
	padding-top: 0px;
	margin: -15px 0 -10px 0;
	font-family: Georgia, 'Times New Roman', Serif;
	font-weight: bold;
	font-size: 85px;
	text-align: left;
	color: #1c2f59;
}

#logo h1 a, #logo h1 a:visited {
	text-decoration: none;
	color: #1c2f59;
}

#logo h1 a:hover {
	color: #f93;
}

#logo img {
	padding: 0;
	margin: 0;
	border: 0;
}

#banner h1 {
	padding: 50px 20px 0 20px;
	margin: 0;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	font-size: 50px;
	text-align: right;
	text-decoration: none;
	color: #1c2f59;
}

/* @end */

/* @group Posts */

#content h2 {
	padding: 10px 4px 4px 4px;
	margin: 20px -20px 0px -20px;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 1.8em;
	color: #294480;
	text-decoration: none;
	display: block;
	clear: both;
	height: 30px;
	border-top: 1px solid #ccc;
	background: #fff url('images/fades/postback.gif') repeat-x left bottom;
}

#content h3 {
	padding: 4px 0 0 0;
	margin: 10px 0 6px 0;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-style: italic;
	font-size: 1.6em;
	color: #666;
	text-decoration: none;
}

#content h4 {
	padding: 4px 0 0 0;
	margin: 10px 0 6px 0;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 1.4em;
	color: #294480;
	text-decoration: none;
}

#content .post {
	margin: 0;
	text-align: justify;
}

#content h2.news {
	padding: 0;
	margin: 0;
	background: none;
	height: auto;
	border: none;
}

#content .posthead {
	padding: 4px;
	margin: 0 0 10px 0;
	border-top: 1px solid #ccc;
	background: #fff url('images/fades/postback.gif') repeat-x left top;
	text-align: right;
}

#content .posttitle {
	padding: 0;
	float: left;
	text-align: left;
}

#content .postinfo {
	padding: 0;
	text-align: right;
	font-size: 0.9em;
}

#content .postinfo ul, #content .postinfo li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#content .postdate {
	margin: 0 0 4px 0;
	padding: 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.5em;
	color: #666;
}

#content .entry {
	margin: 0px 20px 30px 20px;
	padding: 0;
	line-height: 1.4em;
}

#content .postmetadata {
	margin: 0;
	padding: 0.5em 0 0 0;
	border-top: 1px solid #ccc;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	color: #666;
	clear: left;
}

#content .postmetadata ul, #content .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#content p {
	padding: 0;
	margin: 0 0 0.8em 0;
}

#content ol, #content ul {
	padding: 0 0 0 35px;
	margin: 0;
}

#content li {
	padding: 0;
	margin: 0 0 0.4em 0;
}

/* @end */

/* @group Events */

#events ul, #events li {
	list-style-type: none;
	list-style-image: none;
	clear: both;
	margin: 0 20px 0 0;
}

#events li {
	margin: 0 0 10px 0;
	font-size: 1.2em;
}

#events .eventmeta {
	float: left;
	width: 150px;
	clear: both;
	padding: 0;
	margin: 0 0 10px 0;
}

#events .eventdate {
	font-size: 1.1em;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#events .eventcountdown {
	font-size: 1.1em;
	font-style: italic;
	padding: 0;
	margin: 0;
}

#events .eventtoday {
	border-left: 5px solid #f00;
	padding-left: 5px;
	margin-left: -10px;
}

/* @end */

/* @group Timetables */

td.iss_tt_times {
	width: 160px;
	padding: 0 10px 0 0;
	margin: 0;
	font-size: .8em;
	color: #666;
	vertical-align: top;
}

td.iss_tt_break {
	width: 250px;
	padding: 2px;
	margin: 2px 10px;
	font-size: 0.9em;
	color: #666;
	background-color: #fdf6c0;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	vertical-align: middle;
}

td.iss_tt_lesson {
	width: 250px;
	padding: 10px 2px;
	margin: 10px 10px;
	font-size: 1.5em;
	color: #003e1c;
	background-color: #77b690;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}

/* @end */

/* @group Images */

#content img {
	padding: 0;
}

#content .entry img {
	border: none;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.right {
	margin: 0 0 5px 10px;
	float: right;
}

img.left {
	margin: 0 10px 5px 0;
	float: left;
}

#content .entry img.plain {
	border-width: 0px;
}

/* @end */

/* @group HomePage */

#homepage {
	
}

#backdrop {
	height: 450px;
	width: 100%;
	padding: 0;
	margin: 0;
	/*background: url('images/backdrops/rotate.php') no-repeat center top;*/
}

#backdrop img#backdropImage {
	border: none;
	margin: 0;
	padding: 0;
}

#greeting {
	position: relative;
	top: -150px;
	width: 100%;
	padding: 0;
	margin: 0;
}

#homepage h1 {
	padding: 20px 0 0 0;
	margin: 0;
	color: #1c2f59;
	text-decoration: none;
	text-align: center;
	font: bold 10.0em Arial, Helvetica, Geneva, sans-serif;
}

#homepage h2 {
	padding: 0;
	margin: 0;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 2.0em;
	color: #666;
	text-decoration: none;
	text-align: center;
	background: none;
	border: none;
}

#info {
	position: relative;
	top: -150px;
	width: 100%;
	border-top: 1px solid #ccc;
	margin: 0;
	padding: 10px 0;
}

#info p {
	width: 250px;
	float: left;
	text-align: left;
}

#info ul {
	width: 250px;
	float: right;
	text-align: right;
	list-style-type: none;
}

/* @end */

/* @group Events */

#event_calendar {
	float: left;
	padding: 0 0 0 20px;
	width: 300px;
}

#event_list {
	float: right;
	padding: 0 20px 0 0;
	width: 300px;
}

#event_list tr {
	vertical-align: top;
}

#event_list th {
	font-size: 18px;
	margin: 0;
	padding: 0;
	width: 36px;
	color: #666;
}

#event_list td {
	padding: 3px 0 0 0;
}

table.ec3_schedule {
	padding: 0;
	margin: 0 0 15px 0;
}

table.ec3_schedule td {
	font-size: 1.4em;
	font-weight: bold;
	color: #666;
}

table.ec3_schedule td.ec3_start, td.ec3_to, td.ec3_end {
}

a.eventday {
	background-color: #90B3D5;
	border: 1px solid #294480;
	color: #000;
}

a:hover.eventday {
	background-color: #fa4;
	border: 1px solid #ff8100;
	color: #000;
}

#event_list ul {
	padding: 10px 0 30px 0;
	margin: 0;
	list-style-type: none;
}

#event_list ul li ul {
	padding: 10px 0 40px 0;
}

#event_list li {
	font-size: 16px;
	padding: 0;
	margin: 0;
	font-weight: bold;
	list-style-type: none;
}

#event_list li ul li {
	padding: 0 0 0 20px;
	margin: 0;
	font-weight: normal;
	list-style-type: none;
}

/* @end */

/* @group Calendar */

#wp-calendar {
	width: 300px;
	margin: 0;
	padding: 0;
	text-align: left;
	empty-cells: show;
}

#wp-calendar table {
	background-color: #e6e6e6;
	border: 1px solid #999;
	margin: 0 0 20px 0;
}

#wp-calendar caption {
	font-size: 16px;
	text-align: left;
	padding: 5px 0;
	font-weight: bold;
}

#wp-calendar th {
	font-style: normal;
	text-align: center;
	color: #999;
}

#wp-calendar td {
	width: 30px;
	padding: 0;
	margin: 2px;
	text-align: center;
	background-color: #fff;
}

#wp-calendar td.pad {
	background-color: #e6e6e6;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	font-size: 9pt;
}


/* @end */

/* @group Contact Form */

.contactform {
	position: static;
	overflow: hidden;
}

.contactleft {
	width: 25%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 2px;
	margin: 2px 0;
}

.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 2px;
	margin: 2px 0;
}



.contacterror {
	background-color: #ffdbd9;
}

.contacterrormessage {
	color: #f00;
	font-weight: bold;
}


/* @end */

/* @group Gallery */

.gallerycontainer{
position: relative;
background:#fff url('http://wp.internationalschool.sc/wp-content/uploads/2008/02/artgalleries/info/rotate.php') no-repeat;
height: 410px
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 150px; /*position where enlarged image should offset horizontally */
z-index: 0;
}

/* @end */

/* @group Gallery2 */

.gallerycontainer2{
position: absolute;
height: 420px
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 50px;
left: 100px; /*position where enlarged image should offset horizontally */
z-index: 0;
}

span:hover {
	visibility:hidden!important;
}
/* @end */