/* --------------------------------------------------------------

    base.css

    Author: Paul Woods
    Date: 26 September 2008

    This is the main stylesheet 
    
    +top

--------------------------------------------------------------

  +Resets default browser CSS styles

-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ul, li, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}

/* --------------------------------------------------------------

    +Default Styles

-------------------------------------------------------------- */

body { 
	color: #ffffff;
	font-size: 62.5%;
	font-family: sans-serif;
	background:#F60650;
	padding:20px;
	}

body.mainbody {
	text-align: center; 
	font-size: 62.5%;
	color: #ffffff;
	font-family: sans-serif;
	background-color:#FFFFFF;
	background-image:url(/structure/site-bg.gif);
	background-repeat:repeat-y;
	background-position:center;
	padding:0;
}

.floatleft { float: left; }
.floatright { float: right; }

.clear-floats { clear: both; font-size: 1px; }


/* Links */

a:link,
a:visited { color:#000000; text-decoration:underline; }
a:hover { color:#ffff99 }

strong { font-weight:bold; }
em { font-style:italic; }

hr { clear:both; background-color:#c00033; border-width:0; height:1px; }

/* --------------------------------------------------------------

    +Layout
    
    -- This is the optimum layout for 1024px
    -- Individual column width 93px
    -- 9 column layout
    -- margin 14px

-------------------------------------------------------------- */

#top 		{ width: 100%; margin: 0 auto; padding: 0; }
#shell 	{ width: 977px; margin: 0 auto; position: relative  }
#page 	{ text-align: left; }

#content-outer { float:left; width:100%; background-image:url(/structure/page-bg.gif); background-repeat:no-repeat; background-position:top; min-height:588px; margin-bottom:20px; }
#content-inner { float:left; width:100%; background-image:url(/structure/page-bottom.gif); background-repeat:no-repeat; background-position:bottom; min-height:588px; }
#leftcol	{ float:left; width:286px;	margin:0 42px 0 0;	padding:0 0 0 33px; position:relative; height:1%; margin-top:20px; }
#rightcol	{ float:left;	width:526px; margin-top:20px; }

.col { float: left; margin-right: 5px; width: 93px; }

.span-1 { width: 121px; } 
.span-2 { width: 254px; }
.span-3 { width: 391px; }
.span-4 { width: 530px; }
.span-1third { width: 172px; }
.span-2third { width: 349px; }

/* This should be the standard container ---------------------- */
.module { padding: 14px; margin-bottom: 14px; }

/* --------------------------------------------------------------

    +Typography + Headings

-------------------------------------------------------------- */

p { margin-bottom: 1.5em; }
p, ul, blockquote, dd, dt, table { text-align:left; font-size: 1.2em; line-height: 1.6em; }
ul p { font-size: 1em; }
/* Lists ----------------------------------------------------- */

dt { margin-bottom: 0.35em; }
dd { margin-bottom: 1.3em; }

ul { margin: 0 0 1.5em 0; padding: 0 0 0 1.5em; }

ul.inline-list { float: left; }
ul.inline-list li { float: left; display: inline; }

/* Headings -------------------------------------------------- */

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	clear: none;
	line-height: 1.5em;
	}
	
h1 { font-size: 2.4em; margin-bottom: 1em; letter-spacing:0.15em; text-transform:uppercase; border-bottom:2px solid #000; padding-bottom:0.5em; }
h2 { font-size: 3.2em; margin-bottom: 0.6em; font-weight:normal; letter-spacing:-0.02em; line-height:1em; color:#ffffff; }
h3 { font-size: 2.0em; margin-bottom: 0.889em; font-weight:normal; letter-spacing:-0.02em; line-height:1.2em; color:#ffffff; }
h4 {
	font-size: 1.5em;
	font-weight:normal;
	line-height:1.2em;
	color:#000000;
}
h5 { font-size: 1.3em; margin-bottom: 1.2307em; }
h6 { font-size: 1.1em; margin-bottom: 1.5em; }

h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited { text-decoration:none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover { text-decoration:underline }

h1 span, h2 span, h3 span { display: none; }

#header h1 { border-width:0; }

/* --------------------------------------------------------------

    +Images

-------------------------------------------------------------- */

.vcard img,
ul.itemList li a img
{ background-color:#fff; margin:10px; padding:2px; border:1px solid #e6e6e6; }

/* --------------------------------------------------------------

    +Tables

-------------------------------------------------------------- */

/* --------------------------------------------------------------

    +Forms

-------------------------------------------------------------- */

/* BASIC FORM */

form.dsForm { margin:0; }
form.dsForm fieldset { padding:5px 0 0 0; border-width:1px; border-color:#fff; border-style:solid; background:#000; margin:10px 0; }
form.dsForm fieldset legend { padding: 0 2px; font-size:1.20em; font-weight: bold; }
form.dsForm fieldset ol { font-size:1.20em; margin: 0; padding: 0; }
form.dsForm fieldset ol li { list-style: none; padding: 5px 14px; margin: 0; }
form.dsForm fieldset ol li label { width: 100px; display: block; float: left; vertical-align: top; }
form.dsForm fieldset ol li label span { width:100px; display:block; }
form.dsForm fieldset ol li:hover { color:#000; }
	form.dsForm fieldset ol li.shade:hover,
	.shade form.dsForm fieldset ol li:hover { background-color:#e0e0e0; }
	form.dsForm fieldset ol li.hi:hover,
	.hi form.dsForm fieldset ol li:hover { background-color:#333; }
	form.dsForm fieldset ol li.warn:hover,
	.warn form.dsForm fieldset ol li:hover { background-color:#eac5c5; }
	.warn form.dsForm fieldset ol li.hi:hover { background-color:#d89b9b; }
form.dsForm fieldset ol li:hover label { color:#FFF; }
form.dsForm fieldset li.hi { margin-top:5px; }
form.dsForm fieldset fieldset { border: none; margin: 3px 0 0; }
form.dsForm fieldset fieldset legend { padding: 0 0 5px; font-weight: normal; }
form.dsForm fieldset fieldset label { display: block; width: auto; margin-left: 105px; }
form.dsForm em { font-weight: bold; font-style: normal; color: #f00; }
form.dsForm fieldset ol li input.button { border-width:1px; border-style:solid; border-color:#fff; background-color:#666; color:#fff; padding:2px 5px; cursor:pointer; cursor:hand;  }
form.dsForm fieldset ol li input.button:hover { border-color:#666; background-color:#ff9; color:#666;}

/* --------------------------------------------------------------

    +Header

-------------------------------------------------------------- */

#header {
	height:180px;
	width: 977px;
	margin:0 0 24px 0;
	float:left;
}

#header h1 {
	float:left;
	width:100%;
	height:150px;
	background-repeat:no-repeat;
	background-position:362px 5px;
	background-image:url(/images/banner/youth.jpg)
}

#header h1 a {
	background-repeat:no-repeat;
	background-position:bottom right;
	background-image:url(/sitefiles/logo.gif);
	display:block;
	margin:70px 0 0 33px;
	width:360px;
	height:116px;
}

/* --------------------------------------------------------------

    +Left Column

-------------------------------------------------------------- */

#leftcol .box {
	clear:both;
	float:left;
	font-family: Georgia, "Times New Roman", Serif;
	width:286px;
	padding:10px 0;
	margin:10px 0;
	background:#ddd;
}

#leftcol .box h2 {
	font-size:1.6em;
	text-transform:uppercase;
	color:#2a686e;
	margin:0.4em 0 0.8em 0;
	padding:0 10px;
}

#leftcol .box p {
	font-size:2em;
	line-height:1.2em;
	margin:0.5em 0;
	padding:0 10px;
}

#leftcol .box p span {
	font-size:0.8em;
}

#leftcol .hi {
	background:#2a686e;
}

#leftcol .hi p, #leftcol .hi h2,  #leftcol .hi a {
	color:#fff;
}

/* --------------------------------------------------------------

    +Rightcol

-------------------------------------------------------------- */

#rightcol .box h4 {
	margin-top: 2em;
	margin-bottom: 0.8em;
	padding-bottom:0.5em;
	font-style:italic;
	position:relative;
	background-image:url(/sitefiles/dividers/dotted.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
#rightcol .box h4.more {
	margin-top: -2.5em;
	background:none;
	text-align:right;
}

/* --------------------------------------------------------------

    +Navigation

-------------------------------------------------------------- */

ul#navmain {
	float:left;
	width:200px;
	margin:0 0 30px 0;
	padding:0;
	list-style:none;
	font-family: "Trebuchet MS", sans-serif;
	font-size:2.2em;
	line-height:1.2em;
	letter-spacing:-0.05em;
}


ul#navmain li a { text-decoration:none; color:#F60650; }
ul#navmain li a:hover { text-decoration:underline; }

ul#navmain ul {
	margin:0 0 0.5em 0.5em;
	padding:0;
	font-size:0.75em;
	letter-spacing:0;
	text-transform:lowercase
}

ul#navmain ul a { color:#999; }

/* --------------------------------------------------------------

    +Content

-------------------------------------------------------------- */


ul.itemList { margin:0; padding:0; list-style:none; }
ul.itemList li { margin:1.2em 0 2.4em 0; clear:left; }
ul.itemList li a img { float:left; margin:5px 10px 5px 0; }
ul.itemList li h5 { font-weight:bold; color:#000; margin:0; padding:0; }
ul.itemList li h5 span a { color:#000; text-decoration:none; padding-bottom:1px; border-bottom:1px solid #000; }
ul.itemList li p { margin:0; padding:0; line-height:1.2em; }
ul.itemList li p.dt { font-family: Georgia, serif; font-weight:normal; color:#a3a6a6; }
ul.itemList li p a { color:#707272 }

a.controltxt { background-position:left top; margin:0.5em 1em 1.5em 0;background-repeat:no-repeat;height:12px;display:block; padding-left:20px; line-height:1em;}
a.controltxt:hover { background-position:left bottom;}

.util a { background-repeat:no-repeat; background-position:top left; display:block; padding-left:25px; height:15px; }
.util a.lrg { background-repeat:no-repeat; background-position:top left; display:block; padding-left:40px; height:24px; }
.util a:hover { background-position:bottom left; }
.notext a { width:20px; padding:0; }
.notext a.lrg { width:32px; padding:0; }
.notext a span { display:none; }

.profile { text-align:center }

/* --------------------------------------------------------------

    +Homepage

-------------------------------------------------------------- */

#latest-blog h2,
#latest-news h2,
#latest-events h2,
#latest-pics h2 {
	padding-left: 35px;
	background-position:left;
	background-repeat:no-repeat;
}

#latest-blog h2 a,
#latest-news h2 a,
#latest-events h2 a,
#latest-pics h2 a {
	color:#fff;
}

#latest-blog h2 { background-image:url(/sitefiles/blog-icon.gif) }
#latest-news h2 { background-image:url(/sitefiles/news-icon.gif) }
#latest-events h2 { background-image:url(/sitefiles/events-icon.gif) }
#latest-pics h2 { background-image:url(/sitefiles/pics-icon.gif) }

/* --------------------------------------------------------------

    +Footer

-------------------------------------------------------------- */

#footer {
	clear:both;
	font-family: Georgia, "Times New Roman", Serif;
	width:531px;
	padding:10px 0 30px 15px;
	background-image:url(/sitefiles/dividers/dotted.gif);
	background-repeat:repeat-x;
	background-position:top;
	color:#999999;
}


#footer h4 {
	margin:10px 0 0 0;
	padding:0;
}

/* --------------------------------------------------------------
		
		+Overwrite Styles 
		
    Add these class names to clear any margins, paddings or floats
    Keep these declarations at the BOTTOM of this stylesheet

-------------------------------------------------------------- */

.clear-floats { clear: both; font-size: 1px; height: 1px; line-height: 0px; }

.bold 	 	{ font-weight: bold; margin: 0; }
.quiet 	 	{ font-weight: lighter; text-transform: none; letter-spacing: 0;}
.last 		{ margin-right: 0; }
.half 		{ width: 48.5%; margin-right: 15px; }
.left 		{ float: left; }
.italic 	{ font-style: italic; letter-spacing: 0.04em; }

.media { text-align:center; margin-bottom:20px; }
.media img { padding:2px; border:1px solid #e6e6e6; }

.no-marg 			{ margin: 0; }
.no-pad 			{ padding: 0; }
.marg-right 	{ margin-right: 14px; }
.marg-left 		{ margin-left: 14px; }
.marg-bottom 	{ margin-bottom: 14px; }
.marg-top 		{ margin-top: 14px; }
.marg-all 		{ margin: 14px; }

.pad-bottom 	{ padding-bottom: 14px; }

/* --------------------------------------------------------------
		
		+Homepage calendar

-------------------------------------------------------------- */

#cal { padding:10px 0; }
.cal { background-color:#000; }
#cal h3, #cal table { padding:10px; }
#cal h3 { text-align:center; font-size:2.2em; margin-bottom:0; }
#cal h3 a { color:#f00040; }
#cal table { font-size:1.6em; margin:0 auto; margin-bottom:0.5em; }
#cal table td, #cal table th { border:1px solid #000; text-align:center; }
#cal table th { padding:1px; color:#999999 }
#cal table td { background-color:#fff; color:#000; }
#cal table td span.on { display:block; background-color:#f00040; padding:1px 6px; color:#fff; }
#cal table td span { display:block; padding:1px 6px; }
#cal table td span.today { color:#f00040; }

/* --------------------------------------------------------------
		
		+Homepage panels

-------------------------------------------------------------- */
img.random { border-width:2px; border-style:solid; border-color:#fff; margin:0 1px; }

.news { margin-top:5px; margin-bottom:5px;  }
.news a img,
.blog a img { float:left; border-width:2px; border-style:solid; border-color:#fff; margin-right:10px; margin-bottom:20px; }
.news a img:hover,
.blog a img:hover { border-color:#ffff99; }
.news h3,
.blog h3 { margin-bottom:0.4em; }

.newsletter-panel { padding:15px 0 25px 0; }
.newsletter-panel h2 { float:left; color:#F60650; }
.newsletter-panel form { margin: 5px 0 0 10px; }
.newsletter-panel form input.text { border:1px solid #000; height:20px; padding:5px 10px 0 10px; margin-left:20px;  }
.newsletter-panel form input.button { border:1px solid #000; background-color:#000; color:#fff; height:26px; padding:0px 10px 0 10px; cursor:pointer; cursor:hand;  }

.half-panel { float:left; width:50%; padding:20px 0 0 0; }
.half-panel h2 span { display:inline; color:#000; }
.half-panel h3, .half-panel p { padding:0 10px 0 0; }
.half-panel h3 { margin-bottom:0.2em; }

/* --------------------------------------------------------------
		
		+News

-------------------------------------------------------------- */

ul.news-list { list-style:none; margin:0; padding:0; }
ul.news-list li { clear:both; margin-bottom:2em; }
ul.news-list li a img { float:left; margin:-10px 10px 5px 0;border-width:2px; border-style:solid; border-color:#000; }
ul.news-list li a:hover img { border-color:#ff9; }
ul.news-list li h2,
ul.news-list li h3,
ul.news-list li p { margin:5px 0; }
ul.news-list li h3 { padding-top:10px; }

/* --------------------------------------------------------------
		
		+Blog

-------------------------------------------------------------- */

.related-content { clear:both; border-top:1px solid #000; margin-top:20px; padding-top:20px; }
.related-content h3,
.related-content p,
.related-content ul { padding-right:10px;}
.related-content #author-description { float:left; width:25%; }
.related-content #more-posts { float:left; width:25%; }
.related-content #archive { float:left; width:25%; }
.related-content #tags { float:left; width:25%; }
.related-content #tags ul { list-style:none; margin:0; padding-left:0; }
.related-content #tags ul li { float:left; margin-right:0.5em; }

/* --------------------------------------------------------------
		
		+Events

-------------------------------------------------------------- */

.vcalendar { list-style:none; margin-top:40px; padding:0; }
li.vevent { clear:both; }
.vevent .dt { float:left; display:block; width:90px; font-size:1em; color:#fff; font-size:0.7em; }
.vevent .dt span { display:inline; }
.vevent .description { margin-left:90px; font-size:1em; font-weight:normal; }

.vevent dt { padding:0; margin:0.5em 0; }
.vevent dd { padding:0; margin:0.5em 0; }
.vevent dd .summary,
.vevent dd .description { margin-left:0; font-weight:normal; }

/* --------------------------------------------------------------
		
		+Profile

-------------------------------------------------------------- */

.vcard span { display:inline; }
.vcard p.title { margin-top: -1.6em; }
.vcard .photo { float:right;}

/* --------------------------------------------------------------
		
		+News

-------------------------------------------------------------- */

p.summary { font-weight:bold; font-size:1.4em; }

/* --------------------------------------------------------------
		
		+Galleries

-------------------------------------------------------------- */

.gallery-list { clear:both; }
.gallery-list h4 { margin-bottom:2px; }
.gallery-list h4 a { display:block; background-color:#000; color:#fff; padding:5px; }
.gallery-list h4.up a { display:block; background-color:#fff; color:#000; padding:5px; }
.gallery-list h4 a:hover { background-color:#ff9; color:#000; }

ul.gallery { margin:10px 0; padding:0; }
ul.gallery li { margin:0 10px 12px 0; line-height:0em; }
ul.gallery li a { background-color:#fff; padding:2px; display:block; }
ul.gallery li a:hover { background-color:#ff9; }

.gallery-media { padding:0 0 10px 0; text-align:center; height:393px; margin-bottom:5px; }
.gallery-media img { border:1px solid #fff; }
.gallery-browse { text-align:center; background-color:#333; margin-bottom:10px; }
.gallery-browse img { margin:5px; background-repeat:no-repeat; border:1px solid #fff; width:70px; height:70px; }
.gallery-browse img.blank { margin:5px; background-repeat:no-repeat; border:1px solid #666; width:70px; height:70px; }
.gallery-browse a img { border:1px solid #000 }
.gallery-browse a:hover img { border:1px solid #ffc }

/* --------------------------------------------------------------
		
		+List

-------------------------------------------------------------- */

.list { clear:both; }
.list h4 { margin-bottom:2px; display:block; width:100%; float:left; clear:both; font-size:2em; font-weight:bold; }
.list h4 a { display:block; width:100%; float:left; /* background-color:#000; color:#fff; */ margin-bottom:2px; padding-bottom:5px; }
.list h4.up a { display:block; background-color:#fff; color:#000; padding:5px; }
.list h4 a:hover { /* background-color:#ff9; color:#000; */ }
.list h4 a img { float:left; margin:5px 20px 0 5px; border:1px solid #fff; }
.list h4 a span { display:block; margin-top:25px; }

.list h4 a span span { color:#ccc; display:inline; font-weight:normal; }

h2.resource-category { clear:both; margin:20px 0 10px 0; border-bottom: 1px solid #fff; padding-bottom:10px; font-size:2.4em; letter-spacing:0px; }
ul.resources-list { list-style:none; margin:10px 0; padding:0; }
ul.resources-list li { float:left; width:50%; padding:10px 0 0 0; }
ul.resources-list li.first { clear:both; }
ul.resources-list li img { border-width:3px; border-style:solid; border-color:#fff; margin:0 auto 10px auto; }
ul.resources-list li h3 { clear:both; margin-bottom:5px; margin-right:20px; font-size:1.6em; letter-spacing:0px; }
ul.resources-list li p { margin-right:20px; }
ul.resources-list li a img { border-color:#000; }
ul.resources-list li a:hover img { border-color:#ff9; }

p.discl { clear:both; }