@charset "UTF-8";
body {
	font: 100%/1.2 Verdana, Arial, Helvetica, sans-serif;
	background:#ffffff url('../images/125-bursary-challenge-02_01.png') no-repeat center top;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #7A003C;
	text-decoration: none;
}
a:visited {
	color: #8E979D;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #F40078;
}

iframe {
	margin: 0;
	padding: 0;
	border: none;
}

.wrapAll {
	/*width: 1200px;*/
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	background:url('../images/125-bursary-challenge-02_03.png') no-repeat center bottom;
}

/* ~~this fixed width container surrounds the other divs~~ */
.container {
	width: 706px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}


.header {
	color: #FFF;
	overflow: hidden;
	break-after:always;
/*	background: #ADB96E;
*/}

#eventCountdown {
	margin-top: 126px;
	margin-left: 20px;
	width: 173px;
	font-size: 20px;
	float:left;
}
#eventCountdown .headerMsg {
		font-size: 11px;
		color: #8E979D;
		letter-spacing:0.125em;
		text-transform:uppercase;
		
}
 #moneyRaised {
	float:right;
	width:200px; 
	text-align:right;
	margin-right:20px;
	margin-top: 126px;
	margin-bottom:55px;
	font-size:20px;
 }
#moneyRaised .headerMsg {
		font-size: 11px;
		color: #8E979D;
		letter-spacing:0.125em;
		text-transform:uppercase;	
}
.header h1 {
	font-size: 30px;
	text-align:center;
	line-height: 20px;
}

 .header h4 {
	 font-size: 12px;
	text-align:center;
	 font-weight:normal;
		color: #8E979D;
		
		clear:both;
 }


/* ~~ These are the columns for the layout. ~~ 

1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin.

*/
.sidebar1 {
	float: right;
	width: 227px;
/*	background: #EADCAE;
*/	padding-bottom: 10px; margin-left:10px;
}
.content {
	padding:0;
	width: 468px;
	float: right;
	text-align:left;
}
.content h1 {
	color:#7a003c;
	font-size:24px;
	margin-top:10px;
}
.content p {
	font-size:12px;	
}
#bottomContent {
	padding: 10px 0;
	width: 706px;
	float: right;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}


#viMain {
	padding-bottom: 12px;
}
#filmstrip .vidFS {
	padding-right: 6px;
}
#filmstrip .vidlast {
	padding-right: 0px;
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.awards {
	list-style: none; /* this removes the list marker */
; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
	
}
.sidehead {
	margin-bottom:15px;	
}
ul.awards li {
	 /* this creates the button separation */

}
ul.awards li.awardTitle {
	background:url(../images/trans-222.png) top left repeat;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	
}
ul.awards li.awardTitle a {
	color:#fff; font-weight:bold; 
	
}
ul.awards li.awardRecipient {
	background:url(../images/trans-grey.png) top left repeat;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
ul.awards a, ul.awards a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 7px 5px 7px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 207px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	font-size:12px;
	
}
ul.awards a:hover, ul.awards a:active, ul.awards a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background: #fec057;
	color: #FFF;
}

/* ~~ The footer ~~ */
.footer {
	padding: 0;
	height: 280px;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}
 
#FAQ {
	color:#fff;
	text-transform:uppercase;
	font-size:14px;
	text-align:center;
	position:absolute; bottom:95px; width:100%;
	
}
#FAQ a {
	color:#fff;
	text-decoration:none;	
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* ~~ Fancy Classes ~~ */
.box_rgba {
  background-color: transparent;
  background-color: rgba(180, 180, 144, 0.6);  /* Firefox 3+, Safari 3+, Opera 10.10+, Chrome, IE9+ */
}
.textShadow {
	
	text-shadow: 2px 2px 2px #000000;
        filter: dropshadow(color=#000000, offx=2, offy=2);
}
.alignRight {
	text-align:right; 
}
.alignLeft {
		text-align:left; 
}
#twitterIco {
	display:inline-block;
	width:24px; height:24px;
	background:url(../images/icon-twitter-24X24.png) 0 0 no-repeat;	
}
#facebookIco {
	display:inline-block;
	width:24px; height:24px;
	background-image:url(../images/icon-facebook-24X24.png);	
}
.boxr {
	margin-right:2%;
}

.boxl {
	margin-left:2%;	
}
#filmstrip {
	margin-bottom:20px;	
}
.cornerRoundTopLeft {
-moz-border-radius-topleft: 20px;
border-top-left-radius: 20px;
}

.cornerRoundTopRight {
-moz-border-radius-topright: 20px;
border-top-right-radius: 20px;
}

.cornerRoundBottomRight {
-moz-border-radius-bottomright: 20px;
border-bottom-right-radius: 20px;
}

.cornerRoundBottomLeft {
-moz-border-radius-bottomleft: 20px;
border-bottom-left-radius: 20px;
}


.socialMediaBox {
	width:48%;
	float: left;	
	position:relative;
}
.SocMedHead {
	background:url(../images/trans-222.png) top left repeat;
	color:#fff; 
	padding:10px 30px;
	height:30px;
	line-height:30px;
}
.SocMedContent {
	background:url(../images/trans-grey.png) top left repeat;
	margin:0;	
	text-align:left;
}
#LikeboxPluginPagelet {
	padding-bottom:20px;	
}

/* ~~ Twitter feed ~~ */

	#jstwitter {
			
			font-family: arial;
			font-size: 12px;
			color: #333333;
			padding: 20px;
			
			
		}
		
		#jstwitter .tweet {
			margin: 0 auto 15px auto;
			padding: 0 0 15px 0;
			border-bottom: 1px dotted #ccc;
		}
		
		#jstwitter .tweet a {
			text-decoration: none;
			color: #7a003c;
		}

		#jstwitter .tweet a:hover {
			text-decoration: underline;
		}
		
		#jstwitter .tweet .time {
			font-size: 10px;
			font-style: italic;
			color: #666666;
		}
		
