/*
Name: University of New Orleans Charter Network CSS
Description: Layout Stylesheet for UNO Charter Network website, v2.0 // Spring 2009
Includes body, headlines, typography, content DIVs, form info, and general rules
Author: five65Design // five65.com
Created: July 22, 2007
Last Updated: Aug. 20, 2009
*/


/*   =GENERAL INFO & TYPOGRAPHY Classes   ----------------------------------------------------------------*/

body {  
  padding: 0;
  margin: 0;
  font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
  font-size: 80%;
  line-height: 1.65em;
  color: #4c4443;
  background: url(images/body_bg.jpg) repeat-x left top;
}

strong {
    font-style: normal;
    font-size: 92%;
    color: #333;
}

.highlight {
    font-style:normal;
    background: #E0F4FD;
}

a img {
	border: none;
}

a {
	color: #1d59a8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul, li, h1, h2, h3, h4, h5, h6, p, form {
	margin: 0;
	padding: 0;
}

ul li {
	list-style-position: outside;
	list-style-type: none;
}

.main {
	margin: 0 auto;
	width: 848px;
}

.row {
	float: left;
	width: 100%;
}

.float_left {float: left;}
.float_right {float: right;}

.blue {
	color: #1d59a8;
}

hr {
	border: 1px dashed #c3c3c3;
	border-style: none none dashed none;
	height: 1px;
	margin-right: 12px;
}

/* ========== HEADLYNE Styles & Classes ============== */
/* ====================================================*/


h1 { 
    font-size: 28px;
    padding-top: 9px;
    padding-bottom: 5px;
}

h1, h2, h3 {
	font-family: Georgia, "Bitstream Vera Serif", Palatino, serif;;
	font-weight: normal;
	color: #c33;
	border-bottom: 1px dotted #cacaca;
	margin-bottom: 10px;
	max-width: 558px;
}

h2 {
	font-size: 1.6em;
	color: #b92a2a;
	padding-bottom: 5px;
	border-bottom: 1px dotted #aeaeae;
}

h2.cal_layout
{
    font-family: Georgia, "Bitstream Vera Serif", Palatino, serif;
	font-weight: normal;
	padding-left: 33px;
	color: #b92a2a;
	font-size: 1.6em;
    background: #fff url(images/cal_icon.gif) no-repeat left 50%;
}

h2.events
{
    font-family: Georgia, "Bitstream Vera Serif", Palatino, serif;
	font-weight: normal;
	padding-left: none;
	color: #b92a2a;
	font-size: 1.6em;
	border-bottom: none;
    background: #fff;
}

h3 {
	font-family: Georgia, "Bitstream Vera Serif", Palatino, serif;;
	font-weight: normal;
    font-size: 24px;
	padding-top: 9px;
	padding-bottom: 3px;
	max-width: 558px;
}

h3.section {
   	color: #b92a2a;
    padding-bottom: 5px;
	border-top: 1px dotted #aeaeae;
	border-bottom: 1px dotted #aeaeae;
}  

h3.contact {
   	color: #1d59a8;
    padding-bottom: 5px;
	border-top: none;
	border-bottom: 1px dotted #aeaeae;
} 

h3.month {
   	color: #b92a2a;
    padding: 4px 9px;
	border: 1px solid #1d59a8;
    background: #eff2f3;
} 

h3.news_icon_headline {
   	color: #1d59a8;
   	max-width: 560px;
   	font-size: 24px;
    background-image: none;
    padding-top: 9px;
    padding-bottom: 3px;
    padding-left: 0;
    border-bottom: none;
} 

h4 {
	font-family: Georgia, "Bitstream Vera Serif", Palatino, serif;
	font-weight: normal;
	color: #1d59a8;
    font-size: 1.25em;
}

h4.schools {
    font-size:1.25em;
    padding-bottom: 5px;
    border-bottom: 1px dotted #aeaeae;
}

h4.newsHeadlines {
   	font-size:1.25em;
   	font-family: Georgia, "Bitstream Vera Serif", Palatino, serif;
	font-weight: normal;
    padding-top: 2px;
    padding-bottom: 1px;
    margin-bottom: 0;
}

h4.morephotos {
	color: #b92a2a;
}

.left h5 {
	font-family: Georgia, "Bitstream Vera Serif", Palatino, serif;
	font-weight: normal;
	color: #1d59a8;
	font-size: 1.2em;
	padding-top: 8px;
    padding-bottom: 0;
    margin-bottom: 0;
}

h5.blueboxSide {
	font-size: 1em;
	padding-top: 9px;
    padding-bottom: 0;
    margin-bottom: 0;
}

h5.date-stamp {
	font-family:Arial, Helvetica, sans-serif;
	color: #a49e7f;
	font-weight: normal;
	font-size: .9em;
	line-height: 1.1em;
	margin: 5px 0 1px 0;
	}

h6 {
	font-size: 0.85em;
}


/* ==================== HEADER ======================= */
/* ====================================================*/

.header {
	padding-top: 5px;
	height: 212px;
}

.top_menu {
    height: 50px;
	color: #2f6ca5;
}

.top_menu li {
    float: right;
	height: 64px;
	font-size: 15px;
	padding: 0 13px;
	background: url(images/topmenu_sep.jpg) no-repeat top right;
}

.top_menu li.last {
	background: none;
	padding-right: 0;
}

.top_menu a {
	display: block;
	float: left;
	padding-top: 21px;
	height: 32px;
	font-size: 14px;

}

.top_menu a:hover {
	background: url(images/top_menu_active.jpg) no-repeat top;
	color: #fff;
	text-decoration: none;
}

.header a.logo {
	text-decoration: none;
	float: left;
}

.header .logo2 {
	float: right;
	margin-right: 22px;
	margin-top: 30px;
}

/* ======================= BOXES ==========================*/
/* ========================================================*/

.box {
	float: left;
	width: 274px;
	margin-right: 12px;
	background: url(images/box_bg.jpg) repeat-y left top;
}

.box.last {
	margin-right: 0;
}

.box .inner {
	background: url(images/box_bottom_bg.jpg) no-repeat left bottom;
}

.box h2 {
	font-weight: normal;
	color: #fff;
	font-size: 21px;
	line-height: 28px;
	padding: 4px 10px 4px 10px;
	border-bottom: none;
	margin-bottom: 0;
}

.box h2 a {
	display: block;
	padding-top: 20px;
	position: relative;
	z-index: 2;
	color: #fff;
	margin-top: -20px;
}

.box h2 a:hover {
	color: #cc0;
	background: url(images/arrow_top.gif) no-repeat top;
	text-decoration: none;
}

/* ======================= CONTENT ========================*/
/* ========================================================*/

.content {
	float: left;
	width: 100%;
	padding: 13px 0;
}

.content p {
	line-height: 22px;
	padding-bottom: 12px;
	margin-right: 12px;
}

/* ====================== Slideshow Galleries > Left =========================*/

#flashcontent
{
	background: transparent;
	padding-bottom: 10px;
	width: 552px;
}


/* ====================== Content > Left =========================*/

.left {
    background:transparent url(images/col_divider.gif) repeat-y scroll;
    background-position: 99.2%;
    float: left;
	width: 570px;
}

.left_home {
	background: #fff;
	float: left;
	width: 560px;
}

.left h1 {
	margin-right: 12px;
}

.left h3 {
	margin-right: 12px;
	max-width: 552px;
}

.left .inner {
	border-right: 1px dotted #d6d6d6;
	padding-top: 10px;
	margin-top: -10px;
	padding-right: 10px;
}

.left_home .news {
	background: #dbdada;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin-bottom: 8px;
}

.left_home .news span {
	color: #666;
}

.left ul {
	padding-top: 8px;
}

.left ul li {
	list-style-position: outside;
	list-style-type: none;
	line-height: 1.85em;
	padding: 0 0 0 20px;
    background: url(images/list_arrow.gif) no-repeat left 50%;
}

.left a[href^="http:"] {
  background: url(images/externallink.gif) no-repeat right top;
  padding-right: 11px;
}

.left ul.newsLists li.newsLists {
	padding: 0 0 0 18px;
	line-height: 1.85em;
	background: url(images/article_bullet.gif) no-repeat 0 7px;
}

.small {
    font-style: normal;
    font-size: 75%;
    text-transform: uppercase;
    padding-top: 8px;
    padding-left: 8px;
    padding-bottom: 8px;
    border-bottom: none;
    background-color: #FCFAE6;
}

.small2 {
    font-style: normal;
    font-size: 75%;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 1px;
    margin-bottom: 0;
    margin-right: 8px;
    border-bottom: none;
    background-color: #fff;
}

.smallnews {
    font-style: normal;
    font-size: 70%;
    text-transform: uppercase;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 1px;
    margin-bottom: 0;
    border-bottom: none;
    background-color: transparent;
}

.summary {
    font-style: normal;
    font-size: 80%;
    line-height: 1.6em;
    text-transform: none;
    padding-top: 1px;
    padding-left: 0;
    padding-bottom: 5px;
    border-bottom: 1px dotted #c3c3c3;
    background: #eff2f3;
}

.summary_last {
    font-style: normal;
    font-size: 80%;
    line-height: 1.6em;
    text-transform: none;
    padding-top: 1px;
    padding-left: 0;
    padding-bottom: 5px;
    border-bottom: none;
    background: #eff2f3;
}

.staff {
    padding-top: 1px;
    padding-bottom: none;
}

.left img.bldg {
	display: block;
	border: 1px solid #c3c3c3;
	padding: 5px;
	margin: 1px 8px 10px 0;
	background: #f2f2ec;
	float: left;
}

.left a:hover img.bldg {
	display: block;
	border: 1px solid #c3c3c3;
	padding: 5px;
	margin: 1px 8px 10px 0;
	background: #65B3DE;
	float: left;
}

.left img.maps {
	display: block;
	border: 1px solid #c3c3c3;
	padding: 5px;
	margin: 1px 8px 10px 0;
	background: #f2f2ec;
	float: left;
}

.left a:hover img.maps {
	display: block;
	border: 1px solid #c3c3c3;
	padding: 5px;
	margin: 1px 8px 10px 0;
	background: #f2f2ec;
	float: left;
}

.left img.maps2 {
	display: block;
	border: none;
	padding: 5px 5px;
	margin: 1px 8px 10px 0;
	background: #fff;
	float: left;
}

.left a:hover img.maps2 {
	display: block;
	border: none;
	padding: 5px 5px;
	margin: 1px 8px 10px 0;
	background: #fff;
	float: left;
}

.left img.mug {
    background:#F2F2EC none repeat scroll 0 0;
    border:1px solid #C3C3C3;
    float:left;
    margin:5px 12px 10px 0;
    padding:8px;
}

/* ====================== Content > Right =========================*/

.right {
	float: right;
	width: 275px;
}

.right ul {
	padding: 0 2px;
}

.right ul li {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .9em;
	padding: 3px 0 3px 15px;
	line-height: 30px;
	background: url(images/bullet2.jpg) no-repeat left;
}

.right ul.right_menu {
	background: #cfe3f2;
	font-size: 15px;
	font-family: "Trebuchet MS";
	float: left;
	width: 100%;
	padding: 6px 0;
}

.right ul.right_menu li {
	float: left;
	width: 100%;
	line-height: 30px;
	background: none;
	padding: 0;
}

.right ul.right_menu li a {
	padding: 5px 26px 6px 14px;
	float: left;
	color: #2f6ca5;
	border-bottom: 1px solid #cfe3f2;
	width: 235px;
}

.right ul.right_menu li a:hover {
	background: url(images/arrow_right.jpg) no-repeat right #edf5fc;
	width: 235px;
	text-decoration: none;
	border-bottom: 1px solid #c2c3c3;
}

#sidebar h1.homeNews {
	font-family:Georgia,"Bitstream Vera Serif",Palatino,serif;
    font-size:24px;
    font-weight:normal;
    padding-bottom:3px;
    padding-top:9px;
   	border-bottom: 1px dotted #c8c8c8;
}

.right h4 {
	background: #cfe3f2;
	font-size: 22px;
	color: #2f6ca5;
	font-family: "Trebuchet MS";
	font-weight: normal;
	padding: 0 13px;
}

.right h4 span {
	display: block;
	padding: 8px 0;
	border-bottom: 1px dotted #2f2d2d;
	margin-bottom: 0;
}

.join {
	display: block;
	width: 264px;
}

/* =SIDEBAR / NEWS SECTION Listing of Headlines
-----------------------------------------------------------------------------------*/

.newsInfo {
   	font-size: 1em;
   	background: #cae1ff;
   	color: #333;
    padding-top: 10px;
	padding-left: 11px;
	padding-right: 10px;
	padding-bottom: 5px;
	border-top: none;
	border-bottom: none;
} 

.newsInfo a {
   	font-size: 1em;
   	color: #cc0000;
    background-color: transparent;
    text-decoration: none;
    border-bottom: 1px dotted #cc0000;
} 

.newsInfo a:hover {
	color: #cc0000;
    text-decoration: none;
    background-color: none;
    border-bottom: none;
}

h5.moreNews a{
	color: #cc0000;
	background-color: none;
    font-family: arial, helvetica, verdana, sans-serif;
    font-size: 1.25em;
	font-weight: bold;
	font-variant: small-caps;
	padding-top: 0;
	padding-bottom: 0;
    border-bottom: 1px dotted #cc0000;
}

h5.moreNews a:hover{
    color: #1d59a8;
    background-color: #cae1ff;
    font-family: arial, helvetica, verdana, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	font-variant: small-caps;
	padding-top: 0;
	padding-bottom: 0;
    border-bottom: 1px dotted #1d59a8;
}

#sidebar ul.headlinesOnly li.headlinesOnly {
	list-style: none;
 	background: none;
 	font-size: .95em;
    line-height: 1.25em;
    padding-top: 3px;
    padding-left: 1px;
    padding-right: 5px;
    padding-bottom: 9px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #b0c4de;
}

#sidebar li.headlinesOnly a {
    color: #1d59a8;
	font-weight: normal;
	line-height: 1.25em;
	text-decoration: none;
    padding-left: 1px;
    border-bottom: none;
	}
	
#sidebar li.headlinesOnly a:hover {
    line-height: 1.25em;
    padding-left: 1px;
    text-decoration: underline;
} 

#sidebar li.headlinesOnly-last {
	list-style: none;
 	background: none;
 	font-size: .95em;
    line-height: 1.25em;
    padding-top: 3px;
    padding-left: 1px;
    padding-right: 5px;
    padding-bottom: 9px;
    border-bottom: none;
}

#sidebar li.headlinesOnly-last a {
    color: #cc0000;
	font-weight: normal;
	line-height: 1.25em;
	text-decoration: none;
    padding-left: 1px;
    border-bottom: none;
	}
	
#sidebar li.headlinesOnly-last a:hover {
    line-height: 1.25em;
    padding-left: 1px;
    text-decoration: underline;
} 

/* ====================== FOOTER =========================*/
/* =======================================================*/

.footer {
	float: left;
	width: 100%;
	padding: 10px 0 10px 0;
	border-top: 1px dotted #dbdada;
	border-bottom: 1px dotted #dbdada;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 10px;
	line-height: 16px;
}

.footer h5 {
	font-size: 11px;
}

.footer .col1, .footer .col2 {
	float: left;
	padding-right: 10px;
}

.footer .col1 {width: 170px;}
.footer .col2 {width: 260px;}

.footer .copyright {
	text-align: left;
	margin-left: 430px;
	padding: 0 10px;
}

.footer .red {
	color: #c33;
}

.footer p {
	padding-bottom: 10px;
}