/*-----------------------------------------------------------------------------
One World 2011 Screen Stylesheet

version:	1.0
date:		July 16, 2009
author:		Kris Erhardt
email:		kris at capitolmedia dot com
website:	http://www.oneworld2011.org
history:	/css/
-----------------------------------------------------------------------------*/


/* Default Font Styles
-----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	font-variant: normal;
	color: #000;
	background: #fff url(../site/bg_body.jpg) repeat-x left top;
	letter-spacing: 1px;
}

p, ul, ol, blockquote, h1, h2, h3, h4, h5, h6 {
	line-height: 1.3em;
	margin-bottom: 1em;
	font-size: 1.3em;
	color: #646464;
	font-weight: normal;
}

li {
	margin-bottom: .5em;
}

li ul, li ol {
	margin-top: .5em; /* keeps the line spacing even */
	margin-bottom: .5em;
}

ul, ol, blockquote, code {
	padding-left: 3em;
}

ul {
	padding-left: 0;
}

dl {
	margin: 0 0 1em 0;
}

dt {
	font-weight: bold;
	display: block;
}

dd {
	display: block;
	margin-bottom: 1em;
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
	color: #032e59;
}

h1 {
	font-size: 2.0em;
	margin: .5em;
	color: #032e59;
}

h1.headline {
	font-size: 24px;
	margin: 0;
	line-height: 50px;
}

h2 {
	font-size: 1.8em;    
	margin-bottom: .6em;
}

h3 {
	font-size: 1.6em;
	margin: 2em 0 .7em;
}

h4 {
	font-size: 1.4em;
	margin-bottom: .8em;
}

h5 {
	font-size: 1.2em;
	margin-bottom: .9em;
}

h6 {
	font-size: 1em;    
}

img {
	border: none;
}

a:link {
	color: #072e59;
	text-decoration: none;
}

a:active {
	color: #072e59;
}

a:visited {
	color: #072e59;
}

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



/* Tables
-----------------------------------------------------------------------------*/

table, td, th {
	border-collapse: collapse;
	border: 1px solid #000;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-variant: inherit;
}

th, thead td {
	font-weight: bold;
	border-bottom: 2px solid #000;
	padding: .3em;
}

td {
	padding: .3em;
}


/* Convenience Classes
-----------------------------------------------------------------------------*/

.Hidden {
	display: none;
	visibility: hidden;
}

.Visible {
	display: block;
	visibility: visible;
}

.Clear {
	clear: both; 
	float: none;
	padding-bottom: 1px; /* for Gecko based browsers */
	margin-bottom: -1px; /* for Gecko based browsers */
}

.Padding {
	padding: 1em;
}




/* Header
-----------------------------------------------------------------------------*/

div#Header {
	background: #a6d7f4 url(../site/bg_header.jpg) repeat-x left top;
	height: 57px;
}
	
div#Logo, div#Logo a, div#Logo img {
	overflow: hidden;
}

/* - - - - - - - - - - - Primary Navigation - - - - - - - - - - - */

div#Primary {
	position: relative;
	width: 96em;
	margin: 0 auto;
	height: 57px;
	display: block;
}

div#Primary ul {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 748px;
}

div#Primary ul li {
	/* first level list items are always visible */
	display: block;
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
}

div#Primary ul li a {
	display: block;
	float:left;
	line-height: 57px;
	font-weight: bold;
	text-decoration: none;
	background: url(../site/nav_primary.jpg) no-repeat 0 0;
	text-indent: -2000px;
}

div#Primary ul li a:hover {
	color: #666;
}

div#Primary ul li a.Active {
	color: #ff0000;
}

div#Primary ul li.hover > a:first-child {
	color: #ff0000;
}

div#Primary ul li ul {
	display: none;
}

div#Primary ul li a#About {
	width: 152px;
	background: url(../site/nav_primary.jpg) no-repeat 0 0;
}

div#Primary ul li a#About:hover {
	background-position: 0 -57px;
}

div#Primary ul li a#About.Active {
	background-position: 0 -114px;
}

div#Primary ul li a#Events {
	width: 99px;
	background: url(../site/nav_primary.jpg) no-repeat -152px 0;
}

div#Primary ul li a#Events:hover {
	background-position: -152px -57px;
}

div#Primary ul li a#Events.Active {
	background-position: -152px -114px;
}

div#Primary ul li a#News {
	width: 88px;
	background: url(../site/nav_primary.jpg) no-repeat -251px 0;
}

div#Primary ul li a#News:hover {
	background-position: -251px -57px;
}

div#Primary ul li a#News.Active {
	background-position: -251px -114px;
}

div#Primary ul li a#Sponsorship {
	width: 157px;
	background: url(../site/nav_primary.jpg) no-repeat -339px 0;
}

div#Primary ul li a#Sponsorship:hover {
	background-position: -339px -57px;
}

div#Primary ul li a#Sponsorship.Active {
	background-position: -339px -114px;
}

div#Primary ul li a#FAQ {
	width: 76px;
	background: url(../site/nav_primary.jpg) no-repeat -496px 0;
}

div#Primary ul li a#FAQ:hover {
	background-position: -496px -57px;
}

div#Primary ul li a#FAQ.Active {
	background-position: -496px -114px;
}

div#Primary ul li a#Contact {
	width: 95px;
	background: url(../site/nav_primary.jpg) no-repeat -720px 0;
}

div#Primary ul li a#Contact:hover {
	background-position: -720px -57px;
}

div#Primary ul li a#Contact.Active {
	background-position: -720px -114px;
}

div#Primary ul li a#Participants {
	width: 148px;
	background: url(../site/nav_primary.jpg) no-repeat -572px 0;
}

div#Primary ul li a#Participants:hover {
	background-position: -572px -57px;
}

div#Primary ul li a#Participants.Active {
	background-position: -572px -114px;
}

div#Secondary {
	position: absolute;
	top: 20px;
	left: 242px;
	display: block;
	font-size: 11px;
}

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

div#Secondary ul li {
	/* first level list items are always visible */
	display: block;
	float: left;
	padding: 0 20px;
	
	letter-spacing: 0;
}

div#Secondary ul li a {
	display: block;
	float:left;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
}

div#Secondary ul li a:hover {
	color: #a6d7f4;
}

div#Secondary ul li a.Active {
	color: #a6d7f4;
}

div#Secondary ul li.hover > a:first-child {
	
}

div#Secondary ul li ul {
	
}

/* Canvas
-----------------------------------------------------------------------------*/

div#Page {
	background: url(../site/bg_page.jpg) no-repeat center top;
}

body.Home div#Page {
	background: url(../site/bg_page_home.jpg) no-repeat center top;
}

div#Wrapper {
	margin: 0 auto;
	width: 96em;
	position: relative;
}

div#Canvas {
	padding: 180px 30px 0;
	position: relative;
}

body.Home div#Canvas {
	padding: 300px 30px 0;
	position: relative;
}


/* Left Column
-----------------------------------------------------------------------------*/

div.Left {
	margin-left: 157px;
}

div#Left {
	position: absolute;
	top: 0;
	left: 0;
	width: 157px;
	overflow: auto;
}


/* Right Column
-----------------------------------------------------------------------------*/

div.Right {
	margin-right: 26em;
}

div#Right {
	position: absolute;
	top: 180px;
	right: 38px;
	width: 240px;
}

body.Home div#Right {
	position: absolute;
	top: 300px;
	right: 38px;
	width: 240px;
}

div#Right .Padding {
	padding: 2em;
}


/* Footer
-----------------------------------------------------------------------------*/

div#Footer {
	background: #dedede url(../site/bg_footer.gif) repeat-x left top;
	margin: 0;
	padding: 2em 0;
}



div#Footer a {
}

div#Footer a:hover {
}

div#Tertiary {
	margin: 0 auto;
	width: 96em;
	clear: both;
	position: relative;
}

div#Tertiary ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	right: 0;
}

div#Tertiary ul li {
	display: inline;
	line-height: 1em;
	border-right: .1em solid #072e59;
	padding: 0 0.5em
}

div#Tertiary ul li:last-child {
	border: none;
}

div#Tertiary ul li a {
	color: #072e59;
	text-decoration: none;
	font-size: 11px;
}

p#Copyright {
	clear: both;
	font-size: 1.1em;
	margin: 0;
	color: #666;
}

p#Credits {
	font-size: .85em;
}


/*Page Properties (edit mode)
-----------------------------------------------------------------------------*/

div#PageProperties {
	position: relative;
	padding: 1em;
	color: #000;
	background: #FFF;
	font-family: "lucida grande", "lucida sans", tahoma, verdana, arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

div#PageProperties a {
	color: #0000FF !important;
}

div#PageProperties a:hover {
	color: #0000FF !important;
}

div#MetaData {
	margin-right: 24em;
	padding: 1em;
	background: #DEDEDE;
	border: 1px solid #ccc;
}

dl#MetaKeywords {
	padding-left: 20px;
	background: url(../admin/tag_blue.png) no-repeat 0 50%;
}
dl#MetaDescription {
	padding-left: 20px;
	background: url(../admin/tag_red.png) no-repeat 0 50%;
}

div#InternalComments {
	position: absolute;
	top: 1em;
	right: 1em;
	width: 22em;
}

div.Note {
	padding: .5em .5em .5em 3.5em;
	background: #F3E5A1 url(../admin/note.png) no-repeat 10px 6px;
	border: 1px solid #FFCC00;
}

div.Block {
	position: relative;
}

a.Create, a.Edit {
	width: 85px;
	height: 35px;
	text-indent: -2000em;
	display: block;
	background: url(../admin/button_edit.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	left: -25px;
	z-index: 1000;
	text-align: left !important;
}

.Editable {
	background: #ffcc00 !important;
}

/* Page Comments (Edit Mode) */

div.adminComments {
	margin: 20px;
	padding: 10px;
	display: block;
	font-family: "lucida grande", "lucida sans", tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

div.adminComments p {
	margin: 0;
	padding: 0;
	font-family: "lucida grande", "lucida sans", tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

div.pending {
	background: #F3E5A1;
	border: 1px solid #FFCC00;
}
div.approved {
	background: #cbe2a6;
	border: 1px solid #a0c45b;
}

div.deleted {
	background: #e8918d;
	border: 1px solid #ee6061;
}

div.adminComments p.Status {
	text-transform: capitalize;
	padding-left: 20px;
	display: block;
	line-height: 20px;
	font-weight: bold;
}

div.pending p.Status {
	background: url(/admin/comment_edit.png) no-repeat 0 center;
	color: #68541a;
}

div.approved p.Status {
	background: url(/admin/comment_add.png) no-repeat 0 center;
	color: #51662f;
}

div.deleted p.Status {
	background: url(/admin/comment_delete.png) no-repeat 0 center;
	color: #6a2b2d;
}

a.buttonApprove {
	background: url(/admin/button_publish.png) no-repeat center center;
	height: 30px;
	width: 103px;
	display: block;
	text-indent: -2000px;
	float: left;
}

a.buttonDelete {
	background: url(/admin/button_delete.png) no-repeat center center;
	height: 30px;
	width: 97px;
	display: block;
	text-indent: -2000px;
	float: left;
}


/* Forms
-----------------------------------------------------------------------------*/

fieldset {
	padding: 1em;
	border: none;
}

legend { 
	font-size: 1.4em;
	color: #0000FF;
}

div.LabelInput {
	margin-bottom: 7px;
	display: block;
}

input[type='text'], input[type='password'], select, textarea {
	width: 20em;
	font-size: 1em;
	font-family: Lucida Sans, Verdana, Arial, Tahoma, Sans-Serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	padding: .3em;
	border: .1em solid #666;
	
}

select {
	width: 20.7em;
}

textarea {
	height: 10em;
}

label {
	line-height: 2em;
	width: 12em;
	float: left;
	display: block;
}

div.FormControls {
	display: block;
	padding: 1em 1em 1em 12em; /* right padding for label width plus label padding */
}

div.FullWidth label {
	width: auto;
	float: none;
	display: block;
	text-align: left;
	padding: 0;
}

div.FullWidth input.Text, div.FullWidth input.Password, div.FullWidth input.Number, div.FullWidth SELECT.Select, DIV.FullWidth textarea.TextArea {
	width: 32em;
	font-size: 1em;
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}


/* Info, Error & Success Messages
-----------------------------------------------------------------------------*/

.Info, .Error, .Success, .ErrorInline, .Help {
	margin-bottom: 14px;
	padding: 5px 5px 5px 35px;
	display: block;
	line-height: 1.6em;
	position: relative;
}

.Info A, .Error A, .Success A, .ErrorInline A {
	color: #000;
	text-decoration: underline;
}

.Info {
	background: #BFC8F1 url(../site/icon_info.gif) no-repeat 10px 6px;
	border: 1px solid #4574AE;
}

.Error {
	background: #F3E5A1 url(../site/icon_error.gif) no-repeat 10px 6px;
	border: 1px solid #FFCC00;
}

.Success {
	background: #B5E1AE url(../site/icon_success.gif) no-repeat 10px 6px;
	border: 1px solid #3B9E2B;
}

.Help {
	background: #BFC8F1 url(../site/icon_info.gif) no-repeat 10px 6px;
	border: 1px solid #4574AE;
}


/* JavaScript Validation Messages
-----------------------------------------------------------------------------*/

.error {
	background: #F3E5A1;
}

div.errorMessage {
	background: #F3E5A1 url(../site/icon_error.gif) no-repeat 10px 6px;
	border: 1px solid #FFCC00;
	margin: 0 0 0 10px;
	padding: 5px 5px 5px 35px;
	display: block;
	line-height: 1.6em;
	position: absolute;
	width: 240px;
}


/* JavaScript Form Tips
-----------------------------------------------------------------------------*/

div.FormTip {
	/* the floating tooltip */
	background: #BFC8F1 url(../site/icon_info.gif) no-repeat 10px 6px;
	border: 1px solid #4574AE;
	margin: 0 0 0 10px;
	padding: 5px 5px 5px 35px;
	display: block;
	line-height: 1.6em;
	position: absolute;
	width: 240px;
}


/* JavaScript Modal Dialog Box
-----------------------------------------------------------------------------*/

.ModalPop {
	background: #fff;
}

.ModalTitle {
	padding: 10px;
	font-size: 2em;
}

.ModalMessage {
	padding: 10px;
}

.ModalClose a {
	display: block;
	position: absolute;
	top: -5px;
	right: -5px;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-indent: -2000em;
	background: url(../site/close.gif) top right no-repeat;
}

.ModalClose a:hover {
}


/* JavaScript Tabbed Content Panels
-----------------------------------------------------------------------------*/

span.PanelTab {
	float: left;
	display: block;
	padding: .5em 1em;
	margin: 2em 3px 0 3px;
	font-size: .9em;
	color: #999;
	cursor: pointer;
	background: url(../site/bg_tab.gif) repeat-x 0 0;
	border: 1px solid #ccc;
	border-bottom: none;
}

span.PanelTab:hover {
	color: #d7202f;
}

span.PanelActive {
	background: #fff;
	color: #d7202f;
}

div.PanelContainer {
	border-top: 1px solid #ccc;
	clear: both;
	margin-bottom: 2em;
}

div.Panel {
	padding: 1em;
}

/* General Styles */

div.Box {
	background: url(../site/bg_box.jpg) no-repeat top center;
	padding: 2em 3.5em;
}

div.Header {
	position: absolute;
	top: 110px;
	left: 42px;
	margin: 0;
	padding: 0;
}

div.Header h1 {
	color: #032e59;
	font-size: 22px;
	margin: 0;
	padding: 0;
}

div.Bookmarks, div.Bookmarks a, div#at20mc, div#at20mc a {
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0;
}


/* Home Page */

body.Home div.Header {
	position: absolute;
	top: 230px;
	left: 40px;
	margin: 0;
	padding: 0;
}

body.Home div.Header h1 {
	color: #032e59;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

/* Team Pages */

div.Bios {
	margin: 0 0 4em 16em;
}

div.Bios h2 {
	margin: 0;
	padding: 0;
}

div.Bios h3 {
	margin: 0 0 0.5em;
	padding: 0;
}

div.Bios p.Photo {
	position: absolute;
	top: 0;
	left: -160px;
	z-index: 100;
}
