body {
	background-image: url('../images/layout/pagebg.gif');
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin: 0;
	}
a img:hover {	border:0;	}

.iphonedisplay {
	display: none;
	}

#header {
	background-image: url('../images/layout/headerbg.png');
	background-repeat: repeat-x;
	height: 144px;
	width: 700px;
	margin-top: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	}
	
	#header h1 {
		width: 171px;
		height: 91px;
		background-image: url('../images/layout/compasslogo.png');
		background-repeat: no-repeat;
		background-position: bottom center;
		overflow: hidden;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		padding-top: 20px;
		display: block;
		}
		
		#header a {
			width: 171px;
			height: 91px;
			display: block;
		}
		
		#header img {
			display: none;
			}
		
		#header h1 span {
			display: none;
			}

#content {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	border-top: 6px solid #2281ff;
	border-bottom: 6px solid #2281ff;
	/* background-image: url('../images/layout/contentbg.gif'); */
	background-color: #000;
	background-repeat: repeat-x;
	background-position: bottom left;
	}	

#navbar {
	width: 642px;
	height: 49px;
	background: url('../images/layout/navbarshadow.png');
	background-repeat: no-repeat;
	background-position: bottom center; 
	margin-left: auto;
	margin-right: auto;
	margin-top: -26px;
	}

#articlephoto {
	background-repeat: no-repeat;
	margin-top: -23px;
	height: 100%;
	}

#article {
	background: url('../images/layout/articlebg.png');
	width: 340px;
	float: left;
	clear: left;
	margin: 0 10px 10px 10px;
	padding-bottom: 1px;
	}
	
	#article h1 {
		font: 26px/24px 'Arial Narrow', 'Lucida Grande', 'Trebuchet MS', Helvetica, sans-serif;
		text-transform: uppercase;
		color: white;
		padding: 7px 0 0 7px;
		margin: 0;
		letter-spacing: 2px;
		}
		
	#article h2 {
		font: bold 18px/18px 'Lucida Grande', 'Trebuchet MS', Helvetica, sans-serif;, 'Trebuchet MS', Helvetica, sans-serif;
		text-transform: uppercase;
		color: #ddd;
		/* color: #2281ff; */
		padding: 0 0 0 7px;
		margin-bottom: 0;
		}
		
		#article h2 a {
			border-bottom: 1px dotted #2281ff;
			text-decoration: none;
			}
		
			#article h2 a:hover {
				color: #aaa;
				border-bottom: none;
				text-decoration: none;
				}
		
	#article h3 {
		font: bold 14px/14px 'Lucida Grande', 'Trebuchet MS', Helvetica, sans-serif;
		text-transform: uppercase;
		color: #aaa;
		padding: 0 0 0 7px;
		margin-bottom: 0;
		}
	
	#article p {
		color: #fff;
		font: normal 12px/18px 'Lucida Grande', 'Trebuchet MS', Helvetica, sans-serif;
		font-weight: 100;
		padding: 0 7px 0 7px;
		}
			
	#article ul {
		font: normal 12px/18px 'Lucida Grande', 'Trebuchet MS', Helvetica, sans-serif;
		color: #2281ff;
		font-weight: 100;
		margin: 10px;
		padding-left: 25px;
		list-style-type: circle;
		}

		#article ul li {	
			color: #fff;
			} 	#article a, .module a {
		color: #2281ff;
		text-decoration: none;
		padding: 0;
		margin: 0;
		}
		
		#article a:hover, .module a:hover {
			color: #2281ff;
			border-bottom: 1px dotted #2281ff;
			}
			
		#article a:active, .module a:active {
			color: #114282;
			border-bottom: 1px dotted #2281ff;
			}
			
		blockquote {
			background: #000;
			border-left: 2px dotted #2281ff;
			border-right: 2px dotted #2281ff;
			color: #bbb;
			font: normal 12px/18px 'Lucida Grande', 'Trebuchet MS', Helvetica, sans-serif;
			margin-right: auto;
			margin-left: auto;
			padding: 6px 0 4px 10px;
			width: 85%;
			}
			
		.pullquote {
			background: url('../images/layout/pullquotebg.png');
			background-repeat: repeat-y;
			background-position: top right;
			width: 100px;
			float: right;
			margin: 6px;
			padding: 4px;
			font: 18px/20px 'Arial Narrow', 'Lucida Grande', 'Trebuchet MS', Helvetica, sans-serif;
			color: #fff;
			text-align: right;
			border-top: 2px dotted #2281ff;
			border-bottom: 2px dotted #2281ff;
			}

		#article table {
			width: 90%;
			margin-right: auto;
			margin-left: auto;
			background-color: #111;
			border: 1px solid #444;
			border-collapse: collapse;
			margin-top: 10px;
			margin-bottom: 10px;
			color: #aaa;
			font: normal 11px/13px 'Lucida Grande', 'Trebuchet MS', Helvetica, sans-serif;
			}

			#article table td {
				border: 1px solid #444;
				padding: 5px;
				}

		.invisibletable {
			width: 90%;
			margin-right: auto;
			margin-left: auto;
			background: transparent;
			border: 0;
			border-collapse: collapse;
			margin-top: 10px;
			margin-bottom: 10px;
			color: #aaa;
			font: normal 11px/13px 'Lucida Grande', 'Trebuchet MS', Helvetica, sans-serif;
			}

			.invisibletable td {
				border: 0;
				padding: 5px;
				}

			#article table p {
				line-height: 11px;
				font-size: 10px;
				color: #aaa;
				}

		#article form table {
			width: 90%;
			margin-right: auto;
			margin-left: auto;
			background: transparent;
			border: 0;
			border-collapse: collapse;
			margin-top: 10px;
			margin-bottom: 10px;
			color: #aaa;
			font: normal 11px/13px 'Lucida Grande', 'Trebuchet MS', Helvetica, sans-serif;
			}

			#article form table td {
				border: 0;
				padding: 5px;
				}

				#article form input, #article form textarea, .module form input {
					border: 1px solid #aaa;
					background-color: #222;
					color: #fff;
					font: normal 13px/13px 'Lucida Grande', 'Trebuchet MS', Helvetica, sans-serif;
					height: 18px;
					}

				#article form input:focus, #article form textarea:focus, .module form input:focus {
					background-color: #555;
					}

				#article form textarea {
					height: 80px;
					}

				#article form select {
					border: 1px solid #aaa;
					background-color: #222;
					color: #fff;
					font: normal 11px/11px 'Lucida Grande', 'Trebuchet MS', Helvetica, sans-serif;
					}

				#article form .button, .module form .button {
					font: normal 12px/12px 'Lucida Grande', 'Trebuchet MS', Helvetica, sans-serif; 
					border: 1px solid #2281ff;
					}

				#article form .button:active {
					color: #888;
					background-color: #000;
					}
					
				#article table th, #article table strong {
					color: #fff;
					}

		#article .archiveitem {
			padding:2px 0 2px 0;
			}

			#article .archiveitem:hover {
				padding:2px 0 2px 0;
				background-image:url('http://compassfilmacademy.com/images/layout/recent-hover.png');
				background-repeat: repeat-y;
				}

	#author {
		color: #aaa;
		font: bold 10px/10px 'Lucida Grande', 'Trebuchet MS', Helvetica, sans-serif;
		padding: 0 7px 0 7px;
		}
		
	#date {
		color: #888;
		font: bold 10px/10px 'Lucida Grande', 'Trebuchet MS', Helvetica, sans-serif;
		padding: 0 7px 0 7px;
		float: right;
		clear: both;
		}
		
#photospacer {
	width: 1px;
	float: right;
	clear: right;
	}
		
#caption {
	width: 326px;
	float: right;
	clear: right;
	margin-right: 12px;
	}
	
	#caption p {
		background: #000;
		font: 11px/13px 'Lucida Grande', 'Trebuchet MS', Helvetica, sans-serif;
		color: #fff;
		padding: 6px;
		border-left: 3px solid #2281ff;
		}
		
.module {
	width: 320px;
	background: #000;
	border-left: 6px solid #2281ff;
	float: right;
	clear: right;
	margin-right: 12px;
	margin-top: 16px;
	}
	
	.module h1 {
		font: 22px/18px 'Arial Narrow', 'Lucida Grande', 'Trebuchet MS', Helvetica, sans-serif;
		text-transform: uppercase;
		color: white;
		padding: 7px 0 0 7px;
		margin: 0;
		}
		
	.module p {
		color: #aaa;
		font: normal 10px/14px 'Lucida Grande', 'Trebuchet MS', Helvetica, sans-serif;
		padding: 0 7px 0 7px;
		}	

	.module ul {
		color: #aaa;
		font: normal 11px/15px 'Lucida Grande', 'Trebuchet MS', Helvetica, sans-serif;
		font-weight: 100;
		list-style-type: circle;
		margin: 10px;
		padding-left: 20px;
		}

		.module ul li {
			color: #aaa;
			font: normal 11px/15px 'Lucida Grande', 'Trebuchet MS', Helvetica, sans-serif;
			font-weight: 100;
			margin: 0;
			padding: 0;
			}

	.module li a, .newsitemlink {
		text-decoration: none;
		color: #fff;
		background-image: url('../images/layout/graylink8.png');
		background-repeat: no-repeat;
		background-position: right center;
		padding-right: 11px;
		border: 0;
		}
		
		.module li a:hover, .newsitemlink:hover {
			text-decoration: none;
			background-image: url('../images/layout/graylink8-hover.png');
			color: #bbb;
			border: 0;
			}
			
		.module li a:active, .newsitemlink:active {
			text-decoration: none;
			background-image: url('../images/layout/graylink8-hover.png');
			color: #777;
			border: 0;
			}
		
		.module img, .module a img, .module img a {
			display: block;
			}
				.module img:hover {			border: 0;			}
		
		.module table {
			width: 95%;
			margin-right: auto;
			margin-left: auto;
			background-color: #111;
			border: 1px solid #444;
			border-collapse: collapse;
			margin-top: 10px;
			margin-bottom: 10px;
			color: #aaa;
			font: normal 11px/13px 'Lucida Grande', 'Trebuchet MS', Helvetica, sans-serif;
			}

			.module table td {
				border: 1px solid #444;
				padding: 5px;
				}

				.module table td a {
					color: #fff;
					text-decoration: none;
					}

					.module table td a:hover {
						color: #fff;
						text-decoration: none;
						border-bottom: 1px dotted #fff;
						}

			.module table tr:hover {
				background-color: #222;
				}

			.module table th {
				border: 1px solid #444;
				background-color: #333;
				padding: 5px;
				}

		.center {
			text-align: center;
			} 	.module .downloadicons {
		float: right;
		clear: all;
		margin: 7px;
		height: 18px;
		}
		
		.module .downloadicons img {
			border: 0;
			margin-left: 4px;
			opacity: .5;
			}
			
			.module .downloadicons img:hover {
				opacity: 1;
				}

#featuredstories {
	background: url('../images/layout/articlebg.png');
	width: 418px;
	clear: left;
	margin: 0 0 10px 10px;
	padding-bottom: 1px;
	clear: left;
	}
	
	#featuredstories h1 {
		font: 26px/24px 'Arial Narrow', 'Lucida Grande', 'Trebuchet MS', Helvetica, sans-serif;
		text-transform: uppercase;
		color: white;
		padding: 7px 0 0 7px;
		margin: 0;
		letter-spacing: 2px;
		}	
	#featuredstories a, .module-morelink a, a#featuredstories {
		text-decoration: none;
		color: #fff;
		background-image: url('../images/layout/graylink8.png');
		background-repeat: no-repeat;
		background-position: right center;
		padding-right: 11px;
		border: 0;
		}
		
		#featuredstories a:hover, .module-morelink a:hover, a:hover#featuredstories {
			text-decoration: none;
			background-image: url('../images/layout/graylink8-hover.png');
			color: #bbb;
			border: 0;
			}
			
		#featuredstories a:active, .module-morelink a:active, a:active#featuredstories {
			text-decoration: none;
			background-image: url('../images/layout/graylink8-hover.png');
			color: #777;
			border: 0;
			}
			
		.module-morelink {
			float: right;
			margin-right: 0;
			}
	#featuredstories h2, h2#featuredstories {
		font: bold 14px/14px 'Lucida Grande', 'Trebuchet MS', Helvetica, sans-serif;
		text-transform: uppercase;
		color: #2281ff;
		margin: 0 0 6px -7px;
		}	
		
	#featuredstories ul, ul#featuredstories {
		margin: 0;
		padding: 0 0 10px 0;
		color: #fff;
		list-style: none;
		width: 345px;
		}
		
	#featuredstories li, li#featuredstories {
		font: 12px/15px 'Lucida Grande', 'Trebuchet MS', Helvetica, sans-serif;
		padding: 15px 7px 0 0px;
		margin-left: 7px;
		clear: left;
		overflow: hidden;
		}
		
		#featuredstories li img, li img#featuredstories {
			border: 2px solid #2281ff;
			float: left;
			margin-right: 6px;
			width: 65px;
			height: 65px;
			}
				
.recentstories {
	width: 245px;
	background-image: url('../images/layout/articlebg.png');
	border-left: 6px solid #2281ff;
	float: right;
	clear: both;
	margin-right: 12px;
	margin-top: 0px;
	}		

	.recentstories h1 {
		font: 22px/18px 'Arial Narrow', 'Lucida Grande', 'Trebuchet MS', Helvetica, sans-serif;
		text-transform: uppercase;
		color: white;
		padding: 7px 0 6px 7px;
		margin: 0;
		}
		
	.recentstories h2 {
		font: bold 13px/13px 'Lucida Grande', 'Trebuchet MS', Helvetica, sans-serif;
		text-transform: uppercase;
		color: #2281ff;
		margin: 0 0 5px 0;
		}
		
	.recentstories h2 span, span.publishdate {
		color: #666;
		font: 9px/9px 'Lucida Grande', 'Trebuchet MS', Helvetica, sans-serif;
		margin-left: 5px;
		}
		
		.recentstories a  {
			color: #aaa;
			text-decoration: none;
			background-image: url('../images/layout/graylink8.png');
			background-repeat: no-repeat;
			background-position: right center;
			padding-right: 11px;
			}
			
			.recentstories a:hover {
				color: #aaa;
				text-decoration: none;
				background-image: url('../images/layout/graylink8-hover.png');
				}
				
			.recentstories a:active {
				color: #777;
				}
		
	.recentstoriesdate {
		float: right;
		}
		
	.recentstories ul {
		margin: 0;
		padding: 0;
		color: #fff;
		list-style: none;
		}
		
	.recentstories li {
		margin: 0;
		padding: 7px;
		color: #fff;
		font: normal 11px/14px 'Lucida Grande', 'Trebuchet MS', Helvetica, sans-serif;
		}
		
		.recentstories li:hover {
			background: url('../images/layout/recent-hover.png');
			}
			
	.recentstories p, p#allarticles {
		font: bold 13px/12px 'Lucida Grande', 'Trebuchet MS', Helvetica, sans-serif;
		float: right;
		*/ border-left: 3px solid #2281ff; */
		padding-left: 2px;
		margin-right: 10px;
		}
		
	.recentstories p a, p#allarticles a {
		background-image: url('../images/layout/bluelinkicon.png');
		background-repeat: no-repeat;
		background-position: right center;
		padding-right: 18px;
		color: #aaa;
		}
		
		.recentstories p a:hover, p#allarticles a:hover {
			background-image: url('../images/layout/bluelinkicon-hover.png');
			background-repeat: no-repeat;
			background-position: right center;
			color: #fff;
			border: 0;
			}
			
		.recentstories p a:active, p#allarticles a:active {
			color: #777;
			}

	span.tinylink {
		color: #666;
		font: 9px/9px 'Lucida Grande', 'Trebuchet MS', Helvetica, sans-serif;
		}
		
		
	.gray {
		color: #666;
		}
		
		a.gray span.tinylink:hover {
			color: #999;
			border-bottom: 1px solid black;
			}
#player { 	width:304px;	height:171px;	margin-left:7px;	margin-bottom: 10px;	border:1px solid #222;	}
#clearbottom {
	clear: both;
	border: 0;
	height: 5px;
	}

#footer {
	height: 25px;
	width: 700px;
	background: url('../images/layout/footer-blue.png');
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	text-align: center;
	}
	
	#footer p {
		font: normal 10px/12px 'Lucida Grande', 'Trebuchet MS', Helvetica, sans-serif;
		color: #666;
		}
	#footer ul {
		font: normal 12px/13px 'Lucida Grande', 'Trebuchet MS', Helvetica, sans-serif;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		padding: 6px 0 0 0;
		}
		
	#footer li {
		display: inline;
		margin: 0 8px 0 8px;
		}
		
	#footer a {
		color: #2281ff;
		border-bottom: 0;
		text-decoration: none;
		}
		
		#footer a:hover {
			border-bottom: 1px dotted #2281ff;
			}
			
		#footer a:active {
			color: #114282;
			}