﻿/*
Theme Name: Enfotext Systems - MTSoc
Theme URI: http://www.enfotext.com
Description: The theme developed for ICU Musical Theatre Society by <a href="http://www.enfotext.com">Enfotext Systems</a>.
Version: 1.0
Author: Michael Willmott
Author URI: http://www.the-willmotts.co.uk/michael
Tags: blue, custom header, fixed width, two columns, widgets

	MTSoc v1.0
	http://www.enfotext.com

	This theme was designed and built by Michael Willmott,
	whose blog you will find at http://www.the-willmotts.co.uk/michael

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Overlays */
/* the overlayed element */ 
div.overlay { 
	display: none;
	z-index: 20000;
	background: rgb(37, 58, 74);
  	background: rgba(37, 58, 74, .6);
  	padding: 10px;
	width: 600px;	
	min-height: 200px;
	/* CSS3 styling for latest browsers */
	 border-radius: 10px;
 	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

div.overlay .wrapper {
	overflow: hidden;
	padding: 15px;
	min-height: 180px;
    background: #fff url('../images/modal_background.png') left top repeat-x;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

div.overlay .wrapper.nopadding {
	padding: 0px !important;
	min-height: 200px !important;
}

/* default close button positioned on upper right corner */ 
div.overlay div.close { 
    background-image:url(../images/overlay/close.png); 
    position:absolute; 
    right: -4px; 
    top: -4px; 
    cursor: pointer; 
    height: 25px; 
    width: 25px; 
}

div#alert {
	width:300px;
	height:220px;
}
/* End Overlays */

/* Front Page Styling */
#frontpage {
	margin: auto;
	padding: 0;
	width: 900px;
	background-color: #fff;
	text-align: left;
}

#bottombox {
	position: relative;
	float: left;
	height: 150px;
	margin: 10px 0 0 0;
	padding: 0;
	background-color: #ebebeb;
	text-align: left;
}

#bottombox .narrowcolumn {
	padding: 5px;
	float: left;
	margin: 10px 5px 10px 10px;
	width: 275px;
	background: #fff;
	border: 2px solid #ccc;
	height: 120px;
}

#bottombox .widecolumn {
	padding: 5px;
	float: left;
	margin: 10px 10px 10px 5px;
	width: 565px;
	background: #fff;
	border: 2px solid #ccc;
	height: 120px;
}

/* Front Page Features */
#mainfeature {
	position: relative;
	float: left;
	width: 595px;
	height: 340px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#videofeature {
	position: relative;
	float: left;
	width: 595px;
	height: 340px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#rightfeature {
	position: relative;
	float:right;
	width: 295px;
	height: 340px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#widefeature {
	position: relative;
	float: left;
	width: 900px;
	height: 340px;
	margin: 0;
	padding: 0;
	overflow: hidden;	
}

#mainfeature a.show, #rightfeature a.show, #widefeature a.show {
	z-index: 500;
}

#mainfeature .feature, #rightfeature .feature, #widefeature .feature, #videofeature .feature {
	color: #fff;
	display: block;
	position: absolute;
	overflow: hidden;
	z-index: 1;
	background: #333;
	height: 340px;
}

#mainfeature .feature:hover, #rightfeature .feature:hover, #widefeature .feature:hover, #videofeature .feature:hover {
	text-decoration: none;
}

#mainfeature:hover .title, #rightfeature:hover .title, #widefeature:hover .title, , #videofeature:hover .title {
	text-decoration: underline !important;
}

#mainfeature .caption, #rightfeature .caption, #widefeature .caption, #videofeature .caption {
	background: #333;
    padding: 10px;
    position: absolute;
	left: 0;
	bottom: 0;
	z-index: 600;
	height: 50px;
	opacity: 0.7;
	filter: alpha(opacity = 70);
}

#mainfeature .caption, #videofeature .caption {
	width: 575px;
}

#rightfeature .caption {
	width: 275px;
}

#widefeature .caption {
	width: 900px;
}

#mainfeature .tag, #rightfeature .tag, #widefeature .tag, #videofeature .tag {
	color: #FF9900;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

#mainfeature .title, #rightfeature .title, #widefeature .title, #videofeature .title {
	display: block;
	margin: 4px 0 4px 0;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}

#mainfeature .detail, #rightfeature .detail, #widefeature .detail, #videofeature .detail {
	display: block;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
}

#mainfeature img, #rightfeature img, #widefeature img {
	vertical-align: top;
}

/* Wide Feature Information Box */
#widefeature .info {
	background: url(../images/info_icon.gif) 0 0 no-repeat;  
	border: 1px #fff solid;
	color: #fff;
	font-size: 10px;
    padding: 0 0 0 16px;
    position: absolute;
    height: 16px;
    width: 0;
	right: 5px;
	bottom: 5px;
	z-index: 600;
	overflow: hidden;
}

#widefeature .info.show {
	background: #333;
	border: 1px #fff solid;
	color: #fff;
	font-size: 10px;
    padding: 5px;
    position: absolute;
    height: auto;
    width: auto;
    max-width: 600px;
	right: 5px;
	bottom: 5px;
	z-index: 600;
}
/* End Wide Feature Information Box */

#middlefeatures {
	position: relative;
	float: left;
	width: 900px;
	padding: 0;
	margin: 10px 0 0 0;
	background: #fff;
	height: 150px;
}

#middlefeatures .left {
	width: 295px;
	height: 150px;
}
#middlefeatures .middle {
	left: 303px;
	width: 295px;
	height: 150px;
}
#middlefeatures .right {
	left: 605px;
	width: 295px;
	height: 150px;
}

#middlefeatures .feature {
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: 1;
}

#middlefeatures .feature:hover {
	cursor: pointer;
}

#middlefeatures .overlay {
	display: inline;
	position: absolute;
	float: none;
	width: 130px;
	height: 130px;
	left: 0;
	top: 0;
	padding: 10px;
	z-index: 5;
}

#middlefeatures .overlay:hover {
	cursor: pointer;
}

#middlefeatures a:hover {
	text-decoration: none;
}

#middlefeatures .title {
	color: #fff;
 	font-size: 16px;
 	font-weight: bold;
}

#middlefeatures img {
	display: inline;
	position: absolute;
	top: 0;
	right: 0;
}

#middlefeatures .fill {
	display: inline;
	position: absolute;
	float: none;
	width: 130px;
	height: 130px;
	left: 0;
	top: 0;
	padding: 10px;
	z-index: 4;
}

#middlefeatures .hover {
	display: inline;
	position: absolute;
	border-width: 2px;
	border-style: solid;
	float: none;
	width: 291px;
	height: 146px;
	left: 0;
	top: 0;
	padding: 0;
	z-index: 4;
	opacity: 0.0;
	filter: alpha(opacity = 0);
}

#featuremenu {
	background: #333;
    padding: 10px;
    margin: 0;
    position: absolute;
	left: 0;
	top: 0;
	z-index: 600;
	height: 340px;
	width: 250px;
	opacity: 0.7;
	filter: alpha(opacity = 70);
	color: #fff;
}

#menucontent {
    padding: 10px;
    margin: 0;
    position: absolute;
	left: 0;
	top: 0;
	z-index: 600;
	height: 340px;
	width: 250px;
	opacity: 1.0;
	filter: alpha(opacity = 100);
	color: #fff;
}

#menucontent h1, #menucontent h2, #menucontent h3 {
	color: #fff;
	margin: 0;
}

#menucontent ul {
	list-style: none;
	color: #fff;
	padding: 0 0 0 10px;
	margin: 10px;
}

#menucontent li {
	padding: 3px 0 0 0;
	margin: 0;
}

#menucontent a {
	font-size: 15px;
	color: #fff;
	padding: 0;
	margin: 0;
}

#menucontent a:hover {
	text-decoration: underline;
}
/* End Front Page */

/* Carousel Styling */
/* News Scroller */
div.newsscroller {
	position:relative;
	overflow:hidden;	 	
	width: 275px;	
	height:90px;	
}

div.newsscroller div.items {	
	width: 200000em;	
	position: absolute;
	clear: both;		
}

/* single scrollable item */
div.newsscroller div.items div {
	float:left;
	width: 275px;
}

div.newsscroller div. items b {
	font-weight: bold;
}

div.newsscroller div. items a {
	color: #8f3e79;
}

/* position and dimensions of the navigator */
div.newsnavi {
	float: right;
	height: 8px;
}

/* items inside navigator */
div.newsnavi a {
	float: left;
	width:8px;
	height:8px;
	margin:0 3px 0 3px;
	background:url(../images/navigator.png) 0 0 no-repeat;     
	cursor: pointer;	
}

/* mouseover state */
div.newsnavi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.newsnavi a.active {
	background-position:0 -16px;     
}

/* Events Scroller */
div.eventsscroller {
	position:relative;
	overflow:hidden;	 	
	width: 565px;	
	height:90px;	
}

div.eventsscroller div.items {	
	width: 200000em;	
	position: absolute;
	clear: both;	
}

div.eventsscroller div.items div {
	padding: 0 10px 0 10px;
	float:left;
	width: 168px;
	height: 90px;
	border-right: 1px solid #ccc;
}

div.eventsscroller div.items span {
	color: #FF9900;
	text-transform: uppercase;
}

div.eventsscroller div.items a {
	color: #333;
	text-decoration: none;
}

div.sidebarscroller {
	position:relative;
	overflow:hidden;	 	
	width: 205px;	
	height:90px;	
}

div.sidebarscroller div.items {	
	width: 200000em;	
	position: absolute;
	clear: both;	
}

div.sidebarscroller div.items div {
	padding: 10px;
	float: left;
	width: 185px;
	height: 110px;
}

div.sidebarscroller div.items span {
	color: #FF9900;
	text-transform: uppercase;
}

div.sidebarscroller div.items a {
	color: #333;
	text-decoration: none;
}

/* prev, next, prevPage and nextPage buttons */
a.prev_event, a.next_event {
	display: inline;
	margin: 2px 5px 2px 5px;
	width: 8px;
	height: 10px;
	background: url(../images/arrow/left_simple.png) no-repeat;
	float: right;
	cursor: pointer;
}

/* mouseover state */
a.prev_event:hover, a.next_event:hover {
	background-position: 0px -10px;		
}

/* next button uses another background image */
a.next_event {
	background-image:url(../images/arrow/right_simple.png);	
}


/* Shows Scroller */
/* root element for the whole scrollable setup */
div.scrollable {
	float:left;
	margin: 0 0 20px 0;	
	position:relative;
	overflow:hidden;
	width: 600px;	 
	height:280px;
	background: #fff;
	border: 1px #ccc solid;	
}

/* Root element for scrollable items*/
#thumbs {	
	position: absolute;
	width: 200000em;	
	clear: both;
}

/* single item */
#thumbs div {
	float: left;
	width: 200px;
	height: 280px;
	background: #fff;
	border-right: 1px solid #ccc;
	cursor: pointer;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

/* style when element is active (clicked) */
#thumbs div.active {
	background-color: #fff;
	cursor:default;
}

#thumbs h3 {
	color: #fff;		
}

#thumbs p {
	color: #fff;
	display: none;
}

#thumbs span {
	margin: 0 0 3px 0;
	color: #FF9900;
}

#thumbs .image {
	position: absolute;
	padding: 0;
	margin: 0;
	height: 280px;
	width: 200px;
	overflow: hidden;
}

#thumbs .image img {
	top: 0;
	left: 0;
	width: 200px;
}

#thumbs .details {
	position: absolute;
	bottom: 0;
	width: 190px;
	height: 60px;
	padding: 5px;
	margin: 0;
	background: #333;
	z-index: 100;
	opacity: 0.8;
	filter: alpha(opacity = 80);

}

/* prev, next, prevPage and nextPage buttons */
a.prev_scroller, a.next_scroller, a.prevPage_scroller, a.nextPage_scroller {
	display: block;
	margin: 0 0 0 20px;
	width: 15px;
	height: 282px;
	background: url(../images/arrow/left.png) no-repeat;
	float: left;
	cursor: pointer;
}

/* mouseover state */
a.prev_scroller:hover, a.next_scroller:hover, a.prevPage_scroller:hover, a.nextPage_scroller:hover {
	background-position: -15px 0px;		
}

/* disabled navigational button */
a.disabled:hover {
	background-position: 0px 0px;
	cursor: default;
}

/* next button uses another background image */
a.next_scroller, a.nextPage_scroller {
	background-image:url(../images/arrow/right.png);
	clear:right;
	margin: 0 10px 0 0;	
}

a.scroller {
	border: none;
	text-decoration: none;
	color: #333;
}

a.scroller:hover {
	border: none;
	text-decoration: none;
}

/* Scroller Navigator */
/* position and dimensions of the navigator */
div.navi {
	height: 20px;
	margin: 0 0 0 260px;
}

/* items inside navigator */
div.navi a {
	float: left;
	width:8px;
	height:8px;
	margin:0 3px 5px 3px;
	background:url(../images/navigator.png) 0 0 no-repeat;     
	cursor:pointer;	
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
}

/* Tabs Styling */
/* root element for tabs  */
ul.tabs {
	float: left;
	margin: 10px 0 0 0 !important; 
	padding: 5px 5px 0 10px;
	height: 35px;
	width: 645px;
	border: 1px solid #ccc;
	background: #fff;
	-moz-border-radius: 4px;

}

/* single tab */
ul.tabs li {  
	float:left;	 
	padding: 0; 
	margin: 5px 0 0 0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	float: left;
	font-size: 13px;
	font-weight: bold;
	display: block;
	padding: 5px 30px;	
	text-decoration: none;
	border: 1px solid #ccc;	
	height: 18px;
	background-color: #efefef;
	color: #777;
	margin-right: 5px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	position: relative;
	top: 1px;	
}

ul.tabs a:hover {
	background-color: #ebebeb;
	border-bottom: 1px solid #ebebeb;	
	color: #333;
}
	
/* selected tab */
ul.tabs a.current {
	background-color: #ebebeb;
	border-bottom: 1px solid #ebebeb;	
	color: #8f3e79;	
	cursor: default;
}

/* tab pane */
div.tabs_panes div.tab_pane {
	display: none;
	float: left;
	width: 660px;
	padding: 0;
}

/* root element for tabs  */
ul.float_menu{
	float: left;
	margin: 0 0 10px 0 !important; 
	padding: 0;
	height: 30px;
}

/* single tab */
ul.float_menu li {  
	float:left;	 
	padding: 0; 
	margin: 0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
ul.float_menu a { 
	float: left;
	font-size: 13px;
	font-weight: bold;
	display: block;
	padding: 5px 30px;	
	text-decoration: none;
	border: 1px solid #ccc;	
	height: 18px;
	background-color: #efefef;
	color: #777;
	margin-right: 5px;
	-moz-border-radius: 4px;
	position: relative;
	top: 1px;	
}

ul.float_menu a:hover {
	background-color: #ebebeb;
	color: #333;
}
	
/* selected tab */
ul.float_menu a.current {
	background-color: #ebebeb;	
	color: #8f3e79;	
	cursor: default;
}

/* Gallery Tabs */
ul.gallery_tabs {
	float: left;
	margin: 10px 0 0 0; 
	padding: 0;
	width: 150px;
	background: #fff;
	border-bottom: 1px solid #ccc;
}

ul.gallery_tabs li { 
	display: block; 
	float: left;	 
	padding: 0; 
	margin: 0;  
	list-style-type:none;	
}

ul.gallery_tabs a { 
	float: left;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 18px 10px;	
	text-decoration: none;
	border: 1px solid #ccc;
	border-bottom: none;
	width: 129px;
	background: #efefef;
	color: #777;
	position: relative;
	cursor: pointer;	
}

ul.gallery_tabs a:hover {
	background: #ebebeb;
	border-right: none;
	color: #333;
}
	
/* selected tab */
ul.gallery_tabs a.current {
	background: #fff;
	width: 130px;
	border-right: none;
	color: #8f3e79;	
	cursor: default;
}

div.gallery_panes div.album_pane {
	display: none;
	float: left;
	width: 705px;
	height: 480px;
	overflow: hidden;
	padding: 10px;
	margin: 10px 0 0 0;
	border: 1px #ccc solid;
	background: #fff;
}

/* Login Modal */
#login .title {
	overflow: hidden;
	width: 480px;
	padding: 0 0 5px 0;
	margin: 0;
}

#login .title h1 {
	float: left;
	padding: 0;
	margin: 0;
	font-size: 22px;
	color: #333;
}

#login .loginform {
	padding: 0 15px 9px 15px;
    background: #f2f2f2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#login form fieldset {
	overflow: hidden;
	padding-top: 15px;
	border: none;
}

#login form fieldset > label {
	display: block;
	float: left;
	position: relative;
	top: 6px;
	width: 130px;
	font-size: 14px;
}

#login form fieldset > div {
	margin-left: 130px; 
}

#login form fieldset > div input {
	width: 308px;
	font-size: 18px;
	font-weight: bold;
	height: 20px; 
}

#login div.forgot {
	margin-left: 136px;
	margin-top: 10px;
	padding: 0;
}

#login input[type="text"], #login input[type="password"] {
    margin: 0;
    padding: 4px 5px;
    font-family: 'helvetica', 'arial', sans-serif;
    font-size: 13px;
    background: #fff url('../images/background_input.png') top repeat-x;
    border-style: solid;
    border-width: 1px;
    border-color: #a3a3a3;
    border-right-color: #d4d4d4;
    border-bottom-color: #d4d4d4;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#login div.submit {
	padding-top: 15px;
	margin-left: 150px;
}

#login div.submit input[type="submit"] {
	font-size:15px;
	font-weight:bold;
	margin-right:30px;
	padding:5px 30px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:20px;
	-moz-border-radius-bottomright:20px;
	-moz-border-radius-topleft:20px;
	-moz-border-radius-topright:20px;
	background:#FFFFFF url(../images/background_button.png) repeat-x scroll center bottom;
	border:1px solid #B2B2B2;
	color:#333333;
}

#login div.submit input[type="submit"]:hover {
	border: 1px #999 solid;
}

#login div.submit a {
	font-size: 14px;
}

/* Form */
#form .title {
	overflow: hidden;
	padding: 0 0 5px 0;
	margin: 0;
}

#form .title h1 {
	float: left;
	padding: 0;
	margin: 0;
	font-size: 18px;
	color: #333;
}

#form .fields {
	padding: 0 15px 9px 15px;
    background: #f2f2f2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#form form fieldset {
	overflow: hidden;
	padding-top: 10px;
	border: none;
}

#form form fieldset > label {
	display: block;
	float: left;
	position: relative;
	top: 6px;
	width: 150px;
	font-size: 12px;
}

#form form fieldset > div {
	margin-left: 150px; 
}

#form form fieldset > div input[type="text"], #form form fieldset > div input[type="password"] {
	width: 200px;
	font-size: 16px;
	font-weight: bold;
	height: 18px; 
}

#form div.forgot {
	margin-left: 156px;
	margin-top: 10px;
	padding: 0;
}

#form input[type="text"], #form input[type="password"] {
    margin: 0;
    padding: 4px 5px;
    font-family: 'helvetica', 'arial', sans-serif;
    font-size: 13px;
    background: #fff url('../images/background_input.png') top repeat-x;
    border-style: solid;
    border-width: 1px;
    border-color: #a3a3a3;
    border-right-color: #d4d4d4;
    border-bottom-color: #d4d4d4;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#form div.submit {
	padding-top: 10px;
}

#form div.submit input[type="submit"] {
	font-size: 15px;
	font-weight: bold;
	margin-right: 30px;
	padding: 5px 30px;
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	background: #FFFFFF url(../images/background_button.png) repeat-x scroll center bottom;
	border: 1px solid #B2B2B2;
	color: #333333;
}

#form div.submit input[type="submit"]:hover {
	border: 1px #999 solid;
}

#form div.submit a {
	font-size: 14px;
}

a.button {
	font-size:15px;
	font-weight:bold;
	margin-right:30px;
	padding:5px 30px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:20px;
	-moz-border-radius-bottomright:20px;
	-moz-border-radius-topleft:20px;
	-moz-border-radius-topright:20px;
	background:#FFFFFF url(../images/background_button.png) repeat-x scroll center bottom;
	border:1px solid #B2B2B2;
	color:#333333;
}

a.button:hover {
	border: 1px #999 solid;
}
