/* NSU entity theme for SilverStripe.  Created 7/17/09 by Shawn Parr - parrs@nsula.edu
	all visual design by Joe Parrie
	
*/

/* Basic elements
******************************/

@variables {
	nsuPurple: #4f2e8b;
	nsuOrange: #f26527;
	}

a {
	text-decoration: none;
	color: #4f2e8b;
	}
	
	a:hover {
		text-decoation: underline;
		color: #f26527;
		}
		
body {
	background: #000 url(http://static.nsula.edu/images/silverstripe/entities/bg_body.gif) repeat-x;
	font-size: 12px;
	font-family: Verdana,Lucida,sans-serif;
	color: #333;
	}
	
hr {
	clear: none;
	}
	
dd {
	margin: 0 0 1em 21px;
	}
	
#Container {
	background: #fff
	}
	
#Header {
	margin: 0;
	}
	
#Layout {
	margin: 0 20px;
	width: 920px;
	}
	
	#Unit {
		text-align: center;
		border: 1px solid #ccc;
		width: 918px;
		margin-bottom: 25px;
		margin-left: 20px;
		}
		
		#Unit img {
			border: none;
			display: block;
			}
			
/* Menu System
******************************/

#Sidebar {
	font-size: 10px;
	width: 210px;
	margin-right: 20px;
	}
	
	#SidebarSearch {
		font-size: 10px;
		}
		
	#Menu {
		margin: 0;
		display: block;
		}
		
		#Menu h3 {
			font-size: 14px;
			margin-bottom: 5px;
			}
		
		#Menu li {
			display: block;
			padding: 0;
			list-style-type: none;
			list-style-position: outside;
			}
			
			#Menu li a {
				display: block;
				padding: 1px 0 1px 5px;
				font-size: 9px;
				background: transparent;
				}
				
				#Menu li a:hover, #Menu li a.current {
					color: #fff;
					background: #4f2e8b;
					text-decoration: none;
					}
				
				#Menu li a.current {
					font-weight: bold;
					}
					
			#Menu .collapseImg {
				float: right;
				margin: 2px 3px 0 0;
				}
				
			.menuMain li {
				margin: -1px 0;
				border: 1px solid #ccc;
				font-size: 9px;
				}
				
				.menuMain li a:before {
					content: "\00BB \0020";
					}
					
			.menuSub {
				margin-bottom: 0;
				}
				
				.menuSub li {
					text-indent: 10px;
					margin: -1px 0;
					border: none;
					}
					
					.menuSub li a:before {
						content: "\00BB \00BB \0020";
						}
						
/* Content 
******************************/
#Content {
	padding-bottom: 10px;
	overflow: hidden;
	width: 690px;
	margin-left: 20px;
	}
	
	#BreadCrumbs {
		color: #b7c0c5;
		}
		
		#BreadCrumbs p, #BreadCrumbs a {
			font-size: 10px;
			margin: 0 5px 10px 0;
			background: transparent;
			}

/* Content 
******************************/

ul#SearchResults li {
	list-style-type: none;
	}
	
/* Comments 
******************************/
.commentrss {
	background: url(http://static.nsula.edu/images/silverstripe/entities/feed.png) no-repeat;
	padding-left: 20px;
	}
	
#PageComments {
	list-style-type: none;
	}
	
	#PageComments li {
		margin-left: 0;
		}
	
	#PageComments .even {
		background: #efefef;
		padding: 10px;
		}
	
	#PageComments .odd {
		border: 1px solid #ccc;
		padding: 10px;
		}
		
	#PageComments p.info {
		font-size: 9px !important;
		color: #999;
		float: left;
		margin-bottom: 0;
		}
	
	#PageComments .actionLinks {
		list-style-type: none;
		margin-bottom: 0;
		padding-bottom: 20px;
		}
		
		#PageComments .actionLinks li {
			float: right;
			display: block;
			border: 1px solid #ccc;
			}
			
			#PageComments .actionLinks li a {
				display: block;
				padding: 3px;
				}
				
				#PageComments .actionLinks li a:hover {
					display: block;
					color: #fff;
					background: #f00;
					}

/* Footer 
******************************/

#Footer {
	margin: 0;
	width: 960px;
	text-align: center;
	background: #fff url(http://static.nsula.edu/images/silverstripe/entities/foot.jpg) bottom no-repeat;
	font-size: 11px;
	min-height: 150px;
	}
	
	#Footer p {
		margin: 0;
		}
	
	.footerContent {
		margin-top: 10px;
		padding-top: 10px;
		border-top: 1px solid #ccc;
		width: 90%;
		margin: 0 auto;
		}
	
	.official {
		font-size: 9px;
		}
