/* ** ** ** BLUE & COMMON ** ** ** */

body {
	width: 320px;
	background: #222;
	margin: 0 auto;
	}

.iphone-only {
	display: visible !important;
	}

.nav {
	display: inline;
	}
	
.nav li {
	display: inline;
	}
	
#header {
	width: 100%;
	background: url(http://www.compassfilmacademy.com/images/layout/headerbg.png);
	}
	
	#header h1 {
		width: 320px;
		height: 126px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: -8px;
		margin-top: 0;
		padding-top: 8px;
		background: url(http://www.compassfilmacademy.com/images/layout/compasslogo.png);
		background-repeat: no-repeat;
		background-position: center center;
		}
		
		#header img, #header h1 span, #navshadow, #photospacer {
			display: none;
			}

#articlejump {
	display: visible;
	background: #333;
	text-align: center;
	border-top: 1px solid #444;
	border-bottom: 1px solid #000;
	margin-bottom: 12px;
	}
	
	#articlejump a {
		display: block;
		font: bold 14px/14px Helvetica, sans-serif;
		color: #fff;
		text-decoration: none;
		padding: 10px 0;
		}

#newhead-blue {
	width: 320px;
	}
	
	#newhead-blue #nav-blue {
		width: 320px;
		list-style-type: none;
		margin: 0;
		padding: 0;
		border-bottom: #000;
		}
		
		#newhead-blue #nav-blue li {
			height: 33px;
			background: #111 url(http://www.compassfilmacademy.com/images/layout/iphone_mainbuttons.png) repeat-x top left;
			overflow: hidden;
			text-align: center;
			padding-bottom: 1px;
			}
			
		#newhead-blue #nav-blue a {
			display: block;
			font: normal 16px/12px Helvetica, sans-serif;
			color: #aaa;
			text-decoration: none;
			padding: 11px 0;
			}
			
			#newhead-blue #nav-blue li:hover {
				background-color: #2281ff;
				background-position: bottom left;
				}
				
			#newhead-blue #nav-blue li:hover a, #newhead-blue #nav-blue li:hover a:hover {
				color: #fff;
				}
				
div#subnav {
	width: 320px;
	}
		
		div#subnav ul#subnav {
			width: 320px;
			list-style-type: none;
			margin: 12px 0;
			padding: 0;
			}
			
			div#subnav ul#subnav li {
				height: 34px;
				background: #333 url(http://www.compassfilmacademy.com/images/layout/iphone_subbuttons.png) repeat-x top left;
				overflow: hidden;
				text-align: center;
				}
				
				div#subnav ul#subnav a {
					display: block;
					font: bold 12px/12px Helvetica, sans-serif;
					color: #ddd;
					text-decoration: none;
					padding: 10px 0;
					}
					
				div#subnav ul#subnav li:hover {
					background-position: bottom left;
					}
				
				div#subnav ul#subnav li:hover a, div#subnav ul#subnav li:hover a:hover, ul#subsubnav li:hover a:hover {
					color: #fff;
					}

div.iphone-blank-spacer {
	padding-top: 60px !important;
	}
	
#articlephoto {
	background: none !important;
	}
	
#article, #featuredstories {
	background: #111;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: -62px;
	border-top: 12px solid #222;
	}

	#article h1, #featuredstories h1 {
		font: 24px/24px Helvetica, sans-serif;
		color: #fff;
		margin-top: 0;
		}
		
	#article h2, #featuredstories h2 {
		font: 20px/20px Helvetica, sans-serif;
		color: #ddd;
		margin-top: 0;
		}
		
	#article h3, span#author {
		font: bold 16px/16px Helvetica, sans-serif;
		color: #bbb;
		margin-top: 0;
		}
		
	#article p {
		font: 16px/20px Helvetica, sans-serif;
		color: #bbb;
		}
		
	#article a {
		color: #2281ff;
		text-decoration: none;
		}
		
	#article table {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
		background-color: #222;
		border: 1px solid #444;
		border-collapse: collapse;
		margin-top: 10px;
		margin-bottom: 10px;
		color: #bbb;
		font: normal 13px/13px Helvetica, sans-serif;
		}
		
		#article table td {
				border: 1px solid #444;
				padding: 5px;
				}
		
	#article ul {
		font: normal 16px/20px Helvetica, sans-serif;;
		color: #bbb;
		list-style-type: circle;
		}
	
	span.publishdate, .recentstories h2 span {
		color: #666;
		font-size: 14px;
		margin-left: 5px;
		}
		
#featuredstories h1, div.archiveitem h2 {
	padding: 0;
	}
		
ul#featuredstories {
	list-style-type: none;
	margin-top: 0;
	}
	
#featuredstories li, div.archiveitem {
	list-style-type: none;
	padding: 12px 0;
	border-bottom: 2px solid #333;
	}
		
div.module {
	width: 300px;
	background: #111;
	padding: 10px;
	font-family: Helvetica, sans-serif;
	color: #bbb;
	border-bottom: 10px solid #222;
	border-top: 6px solid #2281ff;
	clear: both;
	}
	
	.module h1 {
		font-size: 18px;
		color: #fff;
		font-weight: normal;
		margin-top: 6px;
		}
		
	.module a {
		color: #2281ff;
		text-decoration: none;
		}
		
	.module table {
		width: 95%;
		margin-right: auto;
		margin-left: auto;
		background-color: #222;
		border: 1px solid #444;
		border-collapse: collapse;
		margin-top: 10px;
		margin-bottom: 10px;
		color: #aaa;
		font: normal 13px/13px Helvetica, sans-serif;
		}
		
		.module table td {
			border: 1px solid #444;
			padding: 5px;
			}
			
		.module table th {
			border: 1px solid #444;
			background-color: #333;
			padding: 5px;
			}
			
		.center {
			text-align: center;
			}

div.imagesidebarcontainer {
	width: 300px;
	float: right;
	}
	
	ul.imagesidebar {
		margin-left: -42px;
		margin-top: 150px;
		}
		
#player, #placeholder {
	width: 280px !important;
	height: 160px !important;
	margin: auto !important;
	margin-bottom: 10px !important;
	overflow: hidden !important;
	background: url(http://www.compassfilmacademy.com/images/layout/noflash.gif) !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	border: 0 !important;
	}

ul#subsubnav {
	width: 320px;
	padding: 0 0 10px 0;
	margin: 0 auto;
	background: #222;
	}
			
	ul#subsubnav li {
		height: 26px;
		width: 280px;
		margin: 5px auto;
		background-color: #222;
		background-image: url(http://www.compassfilmacademy.com/images/layout/iphone_subsubnav_arrow.png);
		background-position: top right;
		overflow: hidden;
		list-style-type: none;
		text-align: left;
		border-left: 6px solid #2281ff;
		}	
		
		ul#subsubnav a {
			display: block;
			font: bold 15px/15px Helvetica, sans-serif;
			color: #fff;
			text-decoration: none;
			margin: 6px;
			}
			
			ul#subsubnav li:hover {
				background-position: bottom right;
				}

#footer {
	font: 12px/12px Helvetica, sans-serif;
	border-top: 6px solid #2281ff;
	margin-top: -7px;
	padding-top: 10px;
	padding-bottom: 5px;
	background: #000 url(http://www.compassfilmacademy.com/images/layout/footer-blue.png) repeat-x;
	}
	
	#footer a {
		color: #2281ff;
		text-decoration: none;
		}
		
#footer ul {
	display: inline;
	padding: 0;
	}
	
	#footer ul li {
		display: inline;
		padding: 0;
		list-style-type: none;
		margin: 7px;
		}
		
#footer p {
	color: #666;
	margin: 10px;
	font-size: 10px;
	text-align: center;
	}
	
/* ** ** ** ORANGE ** ** ** */

#newhead-orange {
	width: 320px;
	}
	
	#newhead-orange #nav-orange {
		width: 320px;
		list-style-type: none;
		margin: 0;
		padding: 0;
		border-bottom: #000;
		}
		
		#newhead-orange #nav-orange li {
			height: 39px;
			background: #111 url(http://www.compassfilmacademy.com/images/layout/iphone_homebuttons.png) repeat-x top left;
			overflow: hidden;
			text-align: center;
			padding-bottom: 1px;
			}
			
		#newhead-orange #nav-orange a {
			display: block;
			font: normal 16px/12px Helvetica, sans-serif;
			color: #aaa;
			text-decoration: none;
			padding: 14px 0;
			}
			
			#newhead-orange #nav-orange li:hover {
				background-color: #ff5520;
				background-position: bottom left;
				}
				
			#newhead-orange #nav-orange li:hover a, #newhead-blue #nav-blue li:hover a:hover {
				color: #fff;
				}
