/*
Name: Youth Week 2010
Version: 1
Author: GT2525

/* for ease of updating into the future we use separate style sheets for colours and typography */

@import url(colours.css);
@import url(typography.css);


/* Begin Structure */

body {
		width: 100%;
		margin: 0;
		padding: 0;
		position: relative;
		background:#000000;
		}
		
#content, #sidebar {
	margin-top: 225px;
	}
	
#content-videopage{
	margin-top: 20px;
	}

#bodyimg {
		background-image: url(images/bg_nologo.jpg);
		background-position:51% 0%;
		background-repeat:no-repeat;
		overflow:visible;
		width:100%;
}

#page {
		margin-left:auto;
		margin-right:auto;
		padding: 0;
		width: 100%;
		height:100%;
		}

#overhead {
		position: absolute;
		left: -9999px;
		width: 2000px;
		height: 10px;
		overflow:hidden;
		
		
		/*
		margin-top:-100px;
		right:9999px;
		*/
}

#header {
		height: 25px;
		width: 100%;
		background-color:#750a00;
		}

#footerContent {
/*		background:url(../images/logoblock.jpg);
		height:175px;
		background-repeat:no-repeat;
*/
}

#footerContent ul {
	text-align: center;
	}

#footerContent ul li {
	display: inline;
	margin: 1em .5em;
	}
	
#sponsorsMajor {
	margin: 2em 0 3em;
	}

#sponsorlinebreak{
	padding:10px 0px 0px 0px;
}

#sponsorsMajor .sponsorLogo {
	float: left;
	}
	
#sponsorsMajor a, #sponsorsMajor a:hover, #sponsorsMajor a:active {
	border: none;
	}

#sidebar-footer {
		margin-top:50px;
}
		
#centrecontainer {
		margin-left:auto;
		margin-right:auto;
		padding: 0;
		width: 950px;
		height:100%;
		}
		
#center{
		width:512px;
		margin-left:auto;
		margin-right:auto;
		background-image: url(images/preview.jpg);
		text-align:center;
}
		
/* This hides the 'skip to' links and maintains accessibility */
		
#skip {
		position: absolute;
		top: -500px;
		width: 1px;
		height: 1px;
		overflow: hidden;
		}
		
/*This pushes the widget title off to one side*/
#Banner {
		width:890px;
		margin-left:auto;
		margin-right:auto;
		z-index:0;
		margin-top:-31px;
}
/*
.blogroll {
		width:242px;
}
*/

#sidebar ul  {
	list-style:none;
	margin: 0;
	padding: 0;
	}
ul.blogroll {
list-style:none;}
	
ul.blogroll li {
	list-style:none;
	}
.widgettitle{
		text-align:right;
		position: absolute;
		top: -500px;
		width: 1px;
		height: 1px;
		overflow: hidden;
		}
		


.widget {
		width:242px;
		margin-left:auto;
		margin-right:auto;
}


#sidebar
{
		text-align: left;
		/*margin-top: 20px;*/
		padding-bottom: 25px;
		}

#footer {
		margin: 20px 0 0 0;
		padding: 30px 0;
		}	

.post {
	margin-bottom: 2em;
}

.postmetadata {
		margin: 10px 0;
		}

.smallattachment {
		float: left;
		width: 128px;
		margin: 5px 5px 5px 0px;
		}

.attachment {
		margin: 5px 0px;
		}

.postmetadata {
		clear: both;
		}

/* End Structure */

/* Begin Images */
p img {
		padding: 0;
		max-width: 100%;
		}

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

img.alignright {
		padding: 4px;
		margin: 0 0 2px 7px;
		display: inline;
		}

img.alignleft {
		padding: 4px;
		margin: 0 7px 2px 0;
		display: inline;
		}


/* End Images */




/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul, html>body .entry ol {
		margin-left: 0px;
		margin-bottom: 2em;
		padding: 0 0 0 30px;
		}
	
html>body .entry li {
		margin: 7px 0 8px 10px;
		}

.entry ul li:before, #sidebar ul ul li:before {
		padding-right: 10px;
		}

.entry ol li {
		margin: 0;
		padding: 0;
		}

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

/* End Entry Lists */

/* Begin Form Elements */
#searchform {
		margin: 10px auto;
		padding: 5px 3px;
		text-align: left;
		}

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

#sidebar #searchsubmit {
		padding: 1px;
		}

.entry form { /* This is mainly for password protected posts, makes them look better. */
		text-align:center;
		}

select {
		width: 130px;
		}

#commentform input {
		width: 170px;
		padding: 2px;
		margin: 5px 5px 1px 0;
		}

#commentform {
		margin: 5px 10px 0 0;
		}

#commentform textarea {
		width: 100%;
		padding: 2px;
		}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
		}

#commentform #submit {
		margin: 0 0 5px auto;
		float: right;
		}

/* End Form Elements */

/* Begin Comments*/

.alt {
		margin: 0;
		padding: 10px;
		}

.commentlist {
		padding: 0;
		text-align: justify;
		}

.commentlist li {
		margin: 15px 0 10px;
		padding: 5px 5px 10px 10px;
		list-style: none;
		}

.commentlist li .avatar { 
		float: right;
		padding: 2px;
		}

.commentlist li ul li { 
		margin-right: -5px;
		margin-left: 10px;
		}

.commentlist p {
		margin: 10px 5px 10px 0;
		}

.children {
		padding: 0;
		}

#commentform p {
		margin: 5px 0;
		}

.nocomments {
		text-align: center;
		margin: 0;
		padding: 0;
		}

.commentmetadata {
		margin: 0;
		display: block;
		}

/* End Comments */

/* Begin Calendar */
#wp-calendar {
		empty-cells: show;
		margin: 10px auto 0;
		width: 155px;
		}

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

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

#wp-calendar a {
		display: block;
		}

#wp-calendar caption {
		text-align: center;
		width: 100%;
		}

#wp-calendar td {
		padding: 3px 0;
		text-align: center;
		}

/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
		cursor: help;
		}

blockquote {
		margin: 15px 30px 0 10px;
		padding-left: 20px;
		}

blockquote cite {
		margin: 5px 0 0;
		display: block;
		}

.center {
		text-align: center;
		}

.hidden {
		display: none;
		}

hr {
		display: none;
		}

.navigationTop {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 30px;
		}

.navigationBottom {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
		}

/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}

.wp-caption {
		text-align: center;
		padding-top: 4px;
		margin: 0 10px .6em;
		}

.wp-caption img {
		margin: 0;
		padding: 0;
		}

.wp-caption p.wp-caption-text {
		padding: 0 4px 5px;
		margin: 0;
		}
.wp-caption-dd {
		padding: 4px 4px 6px;
		margin: 0;
		}
/* End captions */

/* Polls */


/* .wp-polls {
		background-image:url(images/haveYourSayIcon2_01.png);
		background-position:0 0;
		background-repeat:no-repeat;
		padding: 50px 6px 10px;
		margin: 1em 0;

}
*/

.wp-polls p{
		font-size: 1.2em;
		font-weight:normal;
		padding-top:0;
		padding-right:5px;
		color: #fdf000;
		text-align: left;
}

.wp-polls ul, .wp-polls ul li {
	margin: 0 0 0;
	padding: 0;
	}
	
.widget_polls-widget h3.widgettitle {
	background-image:url(images/haveYourSayIcon2_01.png);
	background-repeat:no-repeat;
	width: 242px;
	height: 69px;
	position: static;
	text-indent: 99999px;
	top: auto;
	overflow: hidden;
}

	

/*
.wp-polls-ans p, .wp-polls-ans ul, .wp-polls-ans li {
		margin-top: 5px;
		font-weight:normal;
		padding:0px 5px;
}
*/

/* End Polls */

/*Placeholder images*/

.CSA-images {

}

/*End Placeholder images*/


/* Styling for the ministers page */

.category-ministers {
	border-bottom:thin;
	border-bottom-color:#750a00;
	border-bottom-style:solid;
}

.category-ministers h3{
	padding:5px 0px;
	margin:5px 0px;
	color:#FFFFFF;
}

.category-ministers small {
	font-size:.00001em;
}
/* End Styling for the ministers page */

/* Main page Posts */




.ReadMore {
		margin-bottom:1.5em;
		margin-top: .8em;
	}

/* End Main page Posts */

/* Video player styling */
p#player1 {
	width:512px;
	margin-left: auto;
	margin-right:auto;
}
/* End Video player styling */

/* Styling for the 'Who's on board page' */

#Ministers, #Young Members, #Sponsors{
	padding-top:20px;
}
/* End Styling for the ministers page */




/* Styles for multi-level-navigation */
#suckerfishnav {
    background: transparent;
    font-family: verdana,sans-serif;
    font-weight: normal;
    width: 672px;
    margin: 0 auto;
    font-size: 12px;
    height: 57px;
    position: relative;
}
#suckerfishnav li {
    float: left;
    display: block;
    height: 25px;
    padding: 0;
}
#suckerfishnav a {
    display: block;
    color: white;
    height: 18px;
    padding-top: 7px;
    text-decoration: none;
    margin: 0 15px 0 5px;
	/*override default link underline*/
	border-bottom: none;
}
#suckerfishnav ul {
    position: absolute;
    top: 25px;
    left: 0;
    /* width: 672px; */
    height: 32px;
    list-style: none;
    line-height: 40px;
    padding: 0;
    margin: 0;
    width: 100%;
    background: transparent url("images/secondLevelNavBackground.png") repeat-x;
}
#suckerfishnav ul li a:hover, #header ul li a:hover, #header ul li.current_page_item a, #header ul li.current_page_ancestor a, #header ul li.current_page_ancestor li.current_page_item a, #header ul li.current_page_ancestor ul a:hover, #header ul li.current_page_item ul a:hover {
    color: #f3eb04;
    border-bottom-color: #f3eb04;
    border-bottom-style: solid;
    border-bottom-width: thick;
}
#header ul li.current_page_ancestor ul a, #header ul li.current_page_item ul a {
    color: white;
    border: none;
}
#suckerfishnav ul li {
    height: 32px;
    padding: 0;
}
#suckerfishnav ul a {
    height: 32px;
    padding-top: 0px;
}
/*  hide Contact Us from top nav (it's shown in the footer) */
#suckerfishnav .page-item-253 {
    /*display: none;*/
}

/* End Nav */

#Young-members-sidebar {
padding-top:30px;
text-align:center;
vertical-align:middle;
}

/* Breadcrumb styles - fixed */

.breadcrumb {
	font-size: .9em;
	margin: .6em 0 1em;
}

.breadcrumb a, .breadcrumb a:hover, .breadcrumb a:visited {
	color: #fff;
}


/* Alignment classes - moved to the end so that they take priority over any other definitions */
.alignright {
	float: right;
			margin-right: 0;
}

.alignleft {
		float: left;
		margin-left: 0;
}

.sponsorLogoMedia{
float:left;
margin:-10px 0px;
}

.sponsorLogoAFP {
	height:91px;
	width:186px;
	float:left;
}
.sponsorLogoAFP2 {
	height:91px;
	width:186px;
	float:left;
}
#AFP-Logo2 {
width:186px;
height:91px;
background-image:url(images/branding/AFP_Logo_Horizontal_black1.gif);
background-repeat:no-repeat;
border:0;
float:left;
}

.sponsorLogoPrinciple {
	float:left;
	margin: 10px -2px 40px -2px;
}

#AFP-Logo {
width:186px;
height:91px;
background-image:url(images/branding/AFP_Logo_Horizontal_black1.gif);
background-repeat:no-repeat;
border:0;
float:left;
margin:10px -10px 40px -8px;
}

a.nodots {
	border-bottom:0;
}