/***** General *****/
* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(../images/background.gif);
	font-family: Tahoma, serif;
	color: #333;
}

.center {
	text-align: center;
}

h1, h2, h3 {
	margin-top: 15px;
}

/***** Divs *****/

#bottom {
	background: url(../images/bottom_background.png) repeat-x top;
	clear: both;
	margin-top: 50px;
	padding: 10px;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
	color: #333;
}

#container {
	width: 100%;
}

#content {
	padding: 15px 0px 15px 15px;
}

#content_table {
	width: 100%;
}

#editpagecontent {
	margin-left: 15%;
	margin-right: 15%;
}

#editpagecontent ul {
	margin-bottom: 25px;
	margin-left: 35px;
}

#featured {
	margin-right: 20px;
	margin-bottom: 10px;
	font-family: Georgia, "Tahoma", serif;
	color: #333;
}

#featured h1 {
	font-size: 28px;
	margin-bottom: 5px;
}

#featured img {
	max-width: 350px;
}

#featured td {
	padding: 20px;
}

#header {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../images/headerstripes.png);
}

#left_column {
	width: 15%;
}

#loading {
	display: none;
	text-align: center;
	float: right;
	padding-right: 20px;
	color: #13a;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	padding-top: 1.2em;
}

#main {
	width: 100%;
	float: left;
	background-color: #ffffff;
}

#matte_left {
	background: url(../images/matte_left.png) repeat-y right;
	width: 60px;
}

#matte_right {
	background: url(../images/matte_right.png) repeat-y left;
	width: 60px;
}

#middle_column {
	width: 70%;
}

#nav {
	width: 100%;
	display: table;
}

#placeholder {
	height: 1000px;
}

#right_column {
	width: 15%;
}

#search_table {
	float: right;
}

#title {
	text-align: right;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 180px;
}

#title_small {
	text-align: right;
	background-image: url(../images/header_small.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 160px;
}


/***** Classes *****/
.admin_table {
	border: 0;
	font-size: 16px;
	width: 54%;
	margin-left: 23%;
	margin-right: 23%;
}

.admin_table td {
	text-align: center;
	width: 50%;
}

.alt {
	background-color: #EFEFEF;
}

.blurb {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 15px;
	color: #333;
	background-color: #CAD4E4;
	padding: 25px;
	margin-right: 5%;
	margin-left: 5%;
}

.blurb em {
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, "Tahoma", serif;
}

.drag {
	background-color: #ccc;
}

.error {
	font-weight: bold;
	color: #660000;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 22px;
	margin-left: 25%;
	margin-right: 25%;
	border: 1px solid #660000;
	background: #FF9999 url(../images/warning.png) left no-repeat;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 65px;
	width: 50%;
	text-align: center;
}

.featured_left {
	width: 70%;
}

.featured_right {
	width: 30%;
	font-size: 11px;
}

.featured_right div {
	background-color: #efefef;
	padding: 10px;
	margin-bottom: 15px;
	cursor: pointer;
}

.featured_right img {
	width: 100px;
	vertical-align: middle;
}

.hidden {
	display: none;
}

.login_header {
	height: 40px;
	font-size: 32px;
	text-align: center;
}

.logos {
	background-color: #EFEFEF;
	padding: 25px;
	margin-right: 5%;
	margin-left: 5%;
	vertical-align: middle;
	text-align: center;
}


.main {
	width: 80%;
	float: left;
	padding-bottom: 40px;
}

.main ul {
	padding-left: 45px;
	padding-top: 10px;
}

.main li {
	padding-bottom: 10px;
}

.padder {
	padding-right: 25px;
}

.page_header {
	font-size: 22px;
	text-align: center;
	letter-spacing: 2px;
}

.searchbox, .admin_table input {
	height: 24px;
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #333333;
	background-image: url(../images/searchbackground.png);
	background-repeat: repeat;
}

.sidebar {
	width: 20%;
	margin-top: 20px;
	float: left;
	background: url(../images/sidebar_background.png) left repeat-y;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 10px;
	margin-bottom: 50px;
}

.sidebar a:link, sidebar a:visited, sidebar a:active, sidebar a:hover {
	color: #000000;
}

.sidebar p {
	padding: 15px;
}



/***** Links *****/
a.admin:link, a.admin:visited, a.admin:hover, a.admin:active {
	font-size: 9px;
	color: #333;
}



/***** Other *****/
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	font-family: "Trebuchet MS", sans-serif;
	
}
.sf-menu {
	line-height:	1.0;
	border-top: 2px solid #003366;
	border-bottom: 2px solid #003366;
	display: table-row;
	width: 100%;
	background: url(../images/nav_background.png) bottom repeat-x;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
	display: table-cell;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	padding: 		.75em 1em;
	text-decoration: none;
}
.sf-menu ul li li a {
	border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;
}
.sf-menu ul li li li a {
	border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}
.sf-menu li li {
	background:		#AABDE6;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .current {
	background: url(../images/nav_background_active.png) bottom;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

div#twitter {
	margin-bottom: 2em;
	border: 1px solid #888;
	margin-right: 15px;
	margin-left: 15px;
}

div#twitter h2 {
	margin: 0;
	padding: 0.4em 1em;
	font-size: 1.1em;
	color: #fff;
	background-color: #888;
}

p#preloader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url("./images/loader.gif") 1em center no-repeat;
}

ul#twitter_update_list {
	margin: 0;
	padding: 0 1em 0.5em 1em;
	list-style-type: none;
}

ul#twitter_update_list li {
	margin: 0;
	padding: 0.8em 0 1em 0;
	border-bottom: 1px solid #ccc;
}

ul#twitter_update_list li a {
	/* timestamp link */
	color: #333;
}

ul#twitter_update_list li span {
	display: block;
}

ul#twitter_update_list li span a {
	/* links in tweet */
	color: #006699;
}

ul#twitter_update_list li.firstTweet {
}

ul#twitter_update_list li.lastTweet {
	border-bottom: none;
}

a#profileLink {
	display: block;
	padding: 0.3em 1em;
	color: #fff;
	background-color: #888;
}

#editpagetable {
	padding-left: 10%;
	padding-right: 10%;
}

#wysiwyg {
	height: 300px;
	width: 100%;
}

div.wysiwyg { border: 1px solid #cccccc; padding: 5px; background-color: #ffffff; }
div.wysiwyg * { margin: 0; padding: 0; }

div.wysiwyg ul.panel { border-bottom: 1px solid #cccccc; float: left; width: 100%; padding: 0 0 4px 0; }
div.wysiwyg ul.panel li { list-style-type: none; float: left; margin: 0 2px;  background: #ffffff;}
div.wysiwyg ul.panel li.separator { height: 16px; margin: 0 4px; border-left: 1px solid #cccccc; }
div.wysiwyg ul.panel li a { opacity: 0.6; display: block; width: 16px; height: 16px; background: url('../images/wysiwyg.gif') no-repeat -64px -80px; border: 0; cursor: pointer; padding: 1px; }
div.wysiwyg ul.panel li a:hover, div.wysiwyg ul.panel li a.active { opacity: 0.99; }
div.wysiwyg ul.panel li a.active { background-color: #f9f9f9; border: 1px solid #cccccc; border-left-color: #aaaaaa; border-top-color: #aaaaaa; padding: 0; }

div.wysiwyg ul.panel li a.bold { background-position: 0 -16px; }
div.wysiwyg ul.panel li a.italic { background-position: -16px -16px; }
div.wysiwyg ul.panel li a.strikeThrough { background-position: -32px -16px; }
div.wysiwyg ul.panel li a.underline { background-position: -48px -16px; }

div.wysiwyg ul.panel li a.justifyLeft { background-position: 0 0; }
div.wysiwyg ul.panel li a.justifyCenter { background-position: -16px 0; }
div.wysiwyg ul.panel li a.justifyRight { background-position: -32px 0; }
div.wysiwyg ul.panel li a.justifyFull { background-position: -48px 0; }

div.wysiwyg ul.panel li a.indent { background-position: -64px 0; }
div.wysiwyg ul.panel li a.outdent { background-position: -80px 0; }

div.wysiwyg ul.panel li a.subscript { background-position: -64px -16px; }
div.wysiwyg ul.panel li a.superscript { background-position: -80px -16px; }

div.wysiwyg ul.panel li a.undo { background-position: 0 -64px; }
div.wysiwyg ul.panel li a.redo { background-position: -16px -64px; }

div.wysiwyg ul.panel li a.insertOrderedList { background-position: -32px -48px; }
div.wysiwyg ul.panel li a.insertUnorderedList { background-position: -16px -48px; }
div.wysiwyg ul.panel li a.insertHorizontalRule { background-position: 0 -48px; }

div.wysiwyg ul.panel li a.h1 { background-position: 0 -32px; }
div.wysiwyg ul.panel li a.h2 { background-position: -16px -32px; }
div.wysiwyg ul.panel li a.h3 { background-position: -32px -32px; }
div.wysiwyg ul.panel li a.h4 { background-position: -48px -32px; }
div.wysiwyg ul.panel li a.h5 { background-position: -64px -32px; }
div.wysiwyg ul.panel li a.h6 { background-position: -80px -32px; }

div.wysiwyg ul.panel li a.cut { background-position: -32px -64px; }
div.wysiwyg ul.panel li a.copy { background-position: -48px -64px; }
div.wysiwyg ul.panel li a.paste { background-position: -64px -64px; }

div.wysiwyg ul.panel li a.increaseFontSize { background-position: -16px -80px; }
div.wysiwyg ul.panel li a.decreaseFontSize { background-position: -32px -80px; }

div.wysiwyg ul.panel li a.createLink { background-position: -80px -48px; }
div.wysiwyg ul.panel li a.insertImage { background-position: -80px -80px; }

div.wysiwyg ul.panel li a.html { background-position: -48px -48px; }
div.wysiwyg ul.panel li a.removeFormat { background-position: -80px -64px; }

div.wysiwyg ul.panel li a.empty { background-position: -64px -80px; }

div.wysiwyg iframe { border: 0; margin: 5px 0 0 0; clear: left; }

