
/*	family.css	*/

/* Reset Styles */

@import url(/inc/css/reset.css);

/* Global Styles */

@import url(global.css);

body {
	font-family: Times, serif;
}

/* cosmic times specific styles */

h1 {
	color: #2373a9;
	}
	
h3 {
	text-decoration: none;
	}
	

/* Sidebar
--------------- */

#sidebar {
	color: #000;
	display: block;
	height: 100%;
	position: absolute;
	width: 220px;
}

#sidebar nav ul {
	background-color: #419bd8;
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar nav ul li {
	border-bottom: 1px solid #000;
	margin: 0;
	padding: 0;
	position: relative;
}

#sidebar nav ul li:last-child {
	border-bottom: 1px solid #000;
}

#sidebar nav ul li a {
	color: #fff;
	display: block;
	padding: 0.5em 1em;
}

#sidebar nav ul li a:hover,
#sidebar nav ul li a:focus {
	background-color: #6bb2e1;
	color: #fff;
	text-decoration: none;
}

/* pop-out sidebar to show subsections for a different section of the site */
#sidebar nav ul li ul {
	display: none;
	left: 220px;
	position: absolute;
	top: 0;
	z-index: 999;
}

#sidebar nav ul li:hover ul {
	display: block;
	top: -1px;
	width: 220px;
}

#sidebar nav ul li li {
	border-right: 1px solid #000;
}

#sidebar nav ul li li:first-child {
	border-top: 1px solid #000;
}

#sidebar nav ul li li:last-child {
	border-right: 1px solid #000;
}

#sidebar nav ul li li a {
	background-color: #2373a9;
	padding: 0.5em;
}

#sidebar nav ul li li a:hover,
#sidebar nav ul li li a:focus {
	background-color: #2989c8;
	padding: 0.5em;
}

/* current section sidebar sub-menu items */
#sidebar nav ul li.here ul {
	display: block;
	top: 0;
	width: 220px;
	position: relative;
	left: 0px;
	text-indent: 20px;
}

#sidebar nav ul li.here:hover ul {
	display: block;
	top: 0;
	width: 220px;
	position: relative;
	left: 0px;
}
 

/* cosmic times banner */

.newspaper_banner {
	float: center; 
	margin: auto;
	width: 680px;
	padding: 10px;
	font-family: "Times New Roman", Serif; 
	text-align: center;
	border-bottom: 1px black solid;
	} 
	
.newspaper_banner h1 {
	color: black;
	text-align: center;
	font-family: "Times New Roman", Serif; 
	font-size: 48px;
	}

.newspaper_banner h2 {
	color: black;
	text-align: center;
	font-family: "Times New Roman", Serif; 
	font-size: 36px;
	text-decoration: none;
	}

.age {
	float: left; 
	width: 100px;
	margin: 5px; 
	text-align: center;
	color: black;
	font-family: "Times New Roman", Serif; 
	font-size: 12px;
	}

.size {
	float: right; 
	width: 100px;
	margin: 5px; 
	text-align: center;
	color: black;
	font-family: "Times New Roman", Serif; 
	font-size: 12px;
	}

.year {
	float: center; 
	width: 100px;
	margin: auto; 
	text-align: center;
	color: black;
	font-family: "Times New Roman", Serif; 
	font-size: 24px;
	}

/* cosmic times index page */

.headline_story {
	float: left; 
	margin: 5px; 
	width: 220px;
	color: black;
	font-family: "Times New Roman", Serif; 
	border-bottom: 1px black solid;
}

.headline_story h1 {
	font-size: 1.5em; 
	text-decoration: none;
	text-align: center;
	color: black;
	font-family: "Times New Roman", Serif; 
	min-height: 2em;
}

.headline_story img {
	display: block;
	margin: auto;
}

.headline_story p {
	min-height: 7em;
}

.headline_story p.read_more {
	text-transform: uppercase;
	min-height: 1em;
}


/* cosmic times short blurb box styles*/

.left_column {
	float: left; 	
	width: 335px; 
	padding: 5px;
	border-right: 2px #999999 solid; 
	}

.right_column {
	float: right; 	
	width: 335px; 
	padding: 5px;
	}
	
.story_blurb {
	width: 325px; 
	font-family: "Times New Roman", Serif; 
	font-size: 14px;
	border-bottom: 2px #999999 solid;
	}

.story_blurb h1 {
	color: black;
	font-family: "Times New Roman", Serif; 
	font-size: 18px;
	}

.story_blurb img {
	border: 0px;
	margin: 5px;
	}

.story_blurb .caption {
	font-size: 12px;
	font-style: italic;
	line-height: 110%; 
	}

.read_more {
	text-transform: uppercase;
}

/* cosmic times article styles */

.story {
	float: center; 
	margin: auto;
	width: 680px;
	padding: 20px 10px 20px 10px;
	font-family: "Times New Roman", Serif; 
	text-align: justify;
}

.story ul, li {
	font-family: "Times New Roman", Serif; 
}

.story h2 {
	color: black;
	text-align: center;
	text-decoration: none;
	font-family: "Times New Roman", Serif; 
	font-size: 2em;
	}

.story h3 {
	color: black;
	text-align: center;
	text-decoration: none;
	font-family: "Times New Roman", Serif; 
	font-size: 1.5em;
	}

.story_image_right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
	width: 310px;
	}

.story_image_full {
	float: center;
	margin: auto;
	margin: 1.5em 0 1.5em 0;
	width: 680px;
	}

.img_caption {
	color: black;
	text-align: left;
	text-decoration: none;
	font-family: "Times New Roman", Serif; 
	font-size: 0.9em;
	line-height: 1em; 
}
	
.img_credit {
	color: black;
	text-align: left;
	text-decoration: none;
	font-family: "Times New Roman", Serif; 
	font-size: 0.75em;
	line-height: 1em; 
	margin-top: -0.5em;
}
	
/* cosmic times educator guide */
	
.half_box_left {
	float: left;
	margin: 0.5em;
	padding: 0.5em;
	width: 310px;
	}

.half_box_right {
	float: right;
	margin: 0.5em;
	padding: 0.5em;
	width: 310px;
	}

.ed_guide {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}
	
.ed_guide ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.25em;
	padding: 0.1em 0em;
	}

.ed_guide li {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.25em;
	padding-bottom: 0.1em;
	}

.main_message {
	float: right;
	padding: 10px;
	margin-bottom: 10px;
	border: black 1px solid;
	}

.figure {
	float: center;
	margin: 10px auto;
	padding: 5px;
	}
	
.figureRight {
	float: right;
	margin: 10px;
	padding: 5px;
	}

/* Style for a table with one pixel borders and a grey header */
table.gridtable {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}
table.gridtable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}
table.gridtable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}




