/*  
Skin:  Moving Image Education
Description: Three column centered layout with horizontal primary nav layers and first-column nav.
Version: 0.1
Client: Scottish Screen
Client URI: http://www.scottishscreen.com/
Production Team:
	Designer: Russell Kyle
	Coder: Gavin Montague
Production Team URI: http://www.designiscentral.com/
*/
	#content_header a {
		color:#282828;
		text-decoration:none;
	}
	
	#page_copy {
		background:#FFFFFF;
		margin-left:200px;
		margin-top:14px;

	}
		#copy_one, #copy_two {
			float:left;
			width:280px;
		}
		#copy_one {
			margin-right:8px;
		}
	#page_copy h2 {
		background:#F2F9DB;
		color:#282828;
		margin-bottom:10px;
		padding:4px 2px;
	}
	#page_copy p {
		font-size:1.1em;
		line-height:1.5em;
		margin:0 0 1.6em 0;
	}
	
	#page_copy li {
		font-size:1.1em;
		line-height:1.5em;
		margin:0.3em 0 0.3em 1.5em;
		list-style:disc;
	}
	
	#page_copy li p {
		font-size:1em;
	}
	
	#page_copy ul {
		margin:  0  0 1.3em 0;
	}
	
	
	#page_copy a {
		color:#3366CC;
		font-weight:bold;
		text-decoration:none;
	}
	
	/* = Warnings, Quotes and Tips */
	/* =================== */
	.warning, .tip, .quote {
		width: 280px;
	}
	
	.warning {
		background:url("/_resources/front/images/warning.gif") bottom right no-repeat;
	}
	
	.tip {
		background:url("/_resources/front/images/info.gif") bottom right no-repeat;
	}
	.quote {
		background:url("/_resources/front/images/quote.gif") bottom right no-repeat;
	}
	
	.tip .first, .warning .first, .quote blockquote  {
		background:url("/_resources/front/images/tip_top.gif") top left no-repeat;
		display:block;
	}
	
	.tip p, .warning p, .quote p  {
		color:#312929;
		font-weight:bold;
		padding:7px 85px 12px 12px;
	}
	
	.quote p {
		color:#312929;
		font-weight:bold;
		padding:7px 50px 12px 12px;
	}
	
	/* = Rich Media Object */
	/* =================== */	
	.media_holder {
		background:#F2F9DB;
		margin:0 0 20px 0;
		padding:7px;
		text-align:center;

	}
	.media_holder img, .media_holder object, .media_holder embed {
		border:solid 4px #FFFFFF;
	}
	#page_copy .media_holder p {
		font-size:1em;
		margin-bottom:0px;
		margin-top:5px;
		margin:5px 4px 0 4px;
		text-align:left;

	}
	#page_copy p.media_details {
		font-weight:bold;
		margin:1px 4px 0 4px;

	}
	.media {
		display:block;
		float:left;
		height:1em;
		margin-right:10px;
		vertical-align:middle;
		width:1em;

	}
	.quicktime {
		background:url(/_resources/front/images/quicktime.gif) center no-repeat;
	}
	.media span {
		display:none;
	}