/*
-----------------------------------------------
UNC GAA LAYOUT CSS
based on grey box method

Orange is: #cc6600
Dark Blue is: #03477b
Carolina Blue is: #6699cc


----------------------------------------------- */

body {
	background: #416a90;
	color: #333;
	font-size: 11px;
	padding: 0 0 40px;
	
	behavior: url("csshover3.htc"); /* note: behavior links relative to the html doc, not the css file as in a background img URL. This file permits IE6 to recognize the :hover, :active and :focus psuedo classes just like real browsers. This enables the pure CSS dropdown menus in use and has other possibilities. Authored by Peter Nederlof, http://www.xs4all.nl/~peterned  */
}


/* anchors
----------------------------------------------- */
a { color: #333; text-decoration: none; }

a:hover { color:#000; }


/* 960 grid system container background
----------------------------------------------- */
.container_12 { background:#fff; }

.container_16 {	background:#fff; }



/* full width top nav-band 
ÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐ*/


 /* IE6
----------------------------------------------------------*/

.ie6-logo { position: relative; top: 6px; left: 20px;}
/* -------------------------------------------------------------------------------*/



#nav-band { height: 30px; background-color: #163557; }

#nav-band img { margin-left: 20px; margin-top: 6px; }

#nav-band-content {
color: #ddd;
/*padding-right: 20px;
_padding-right: 10px;*/
}

#nav-band-content a {text-decoration: none; color: #ddd;} 
#nav-band-content a:hover {color: #fff;}

.welcome {position: relative; top: -8px; margin-right: 10px; display: inline; font: 10pt normal 'Lucida Grande', Tahoma, Arial, Helvetica, Sans-serif;}

#nav-band-content img {margin: 0; }  /* for ie6 spacing */


/* Some alignment */

.right { text-align: right; }

.left { text-align: left; }

.float-left{ float: left; }

/* insetshadow is the drop shadow below the secondary header nav band - separates page from header */
.insetshadow { background: url('../img/nav-shadow.gif') repeat-x top left; } 


/* login / search buttons in header */
.loginbox, .searchbox{
background-color: #163557; 
display: none;
padding: 1em 2em 1em 0em;
color: #fff;
}

.loginbox a, .searchbox a { font-weight: normal; color: #fff; }

.loginbox a:hover, .searchbox a:hover { font-weight: normal; color: #cc6600; }
	
.membership {cursor: pointer;}


/* social icons container box*/
.social {
	text-align: left;
	padding-top: 8px;
	background: none;
	}

.gallery {
	background: #fff url('../img/gallery-bg.gif') bottom left repeat-x;
	border: 1px solid #D5E1E7;
	padding: 8px;
	text-align: center;
}

#video { position: relative; z-index: 104; }


/* box that contains Photo of the Week */
.potw {
	background: #fff url('../img/potw-bg.gif') top left repeat-x;
	border: 1px solid #D5E1E7;
	padding: 8px;
	text-align: center;
}

.potw h2, .enlarge { float: left; display: inline;}

img.enlarge{ margin-left: 1em; }

.calendar-event { padding-left: 10px; margin-bottom: 4px; }

.related-stories, .related-stories a {
	padding: 4px 0px;
	color: #558dbe;
	margin: 3px 0;
	font: 13px/16px 'Lucida Grande', Arial, Helvetica, sans-serif; }


.note { font-size: .8em; font-weight: bold; color: #666; }


.promo img{ margin-top: 5px;}

.hilite_div { cursor: pointer; } /* When rolling over a div that highlights we want the cursor to look clickable */

.inline {display: inline;}

.orange { color: #cc6600; } 


/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em;}
h2 {margin-top:1em;}
h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}


h1 a {
	font-weight:normal;
}




/* branding
----------------------------------------------- */
#panorama {
	background:#558DBE url('../img/header-images.jpg') top left repeat-x;
	height: 145px;
	margin-bottom:0;
	cursor: pointer; /* pointer, since we are making this whole div a link to home page */
}

#news-panorama {
	background:#558DBE /*url('../img/header-image2.jpg') top left repeat-x; */
	height: 145px;
	margin-bottom:0;
	cursor: pointer; /* pointer, since we are making this whole div a link to home page */
}

#news-branding {
background: #transparent;
width: 175px;
height: 140px;
position: relative;
top: 3px;
left: 5px;
z-index: 100;
margin-bottom: -140px;
overflow: hidden;
}


#branding {
background: #transparent;
width: 175px;
height: 140px;
position: relative;
top: 20px;
left: 800px;
z-index: 100;
margin-bottom: -140px;
overflow: hidden;
}



/* membership card join/renew
------------------------------------------------*/
#membership {
background: transparent;
width: 220px;
height: 120px;
position: relative; 
top: 85px;
left: 77%;
z-index: 99;
margin-bottom: -120px;
}


/* page heading
----------------------------------------------- */
h2#page-heading {
	font-weight:normal;
	padding:.5em;
	margin:0 0 10px 0;
	border-bottom:1px solid #ccc;
}


/* calendar
-----------------------------------------------*/
.calendar {
	font: bold 1.1em 'Arial Black', Arial, Helvetica, Sans-serif;
	_font: normal 1.1em 'Arial Black', Arial, Helvetica, Sans-serif;
	color: #cc6600;
	margin:-10px -10px 0 -10px;
	padding:0 12px 6px 12px;
	text-align: left;
}


.continue, .continue a{ font-weight: normal; color: #558dbe; }

.continue a:hover { text-decoration: none; color: #cc6600;}








/* Calendar styles  -- IMPORTED FROM OLD SITE */
#calendar #left_col
{
  width: 200px;

  margin-bottom: 20px;

}

#calendar #left_col #smallCalendar
{
  font-size: 11px;
}

#calendar #main_content
{
  width: 650px;
  margin-left: 22px;
}

#calendar #center_col 
{

  padding-top: 8px;
  padding-left: 2px;
}

#calendar .top_box
{
  margin: 0 4px;
  padding: 0 4px 10px;
}

#calendar select
{
  font-size: 11px;
}

.calendarTitle
{
  font-size: 1.2em;
  font-weight: bold;
  background-color: #c8dff1;
  color: #000;
}

.calendarSelectedDay
{
  font-size: 1.2em;
  background-color: #333;
  color: #c8dff1;
}

.calendarSelectedDay a
{
  color: #000;
}

.calendarSelectedDay a:hover
{
  color: #f00;
}

.calendarOtherMonthDay
{
  background-color: #ddd;
  color: #333;
  font-style: italic;
}

.nohighlight
{
  color: #000;
  text-decoration: none;
}

h3#calendarHeader
{
  font-size: 18px;
  font-weight: bold;
}

#calendarEventsTable
{
  width: 100%;
}

#calendarEventsTable th
{
  font-weight: bold;
  font-size: 14px;
  width: 100px;
  text-align: right;
  padding: 4px;
}

#calendarEventsTable td
{
  padding: 14px;
}


.light  { 
background: #ffffff;

 }
 
.light a:hover { 
text-decoration:underline;
 }

#calendar #center_col 
.dark   { background: #c8dff1; }

.dark a:hover { 
text-decoration:underline;
 }




/* Top Discussions
------------------------------------------------*/
.discussion { margin-top: 15px; }


/* boxes
----------------------------------------------- */
.box {
	margin-bottom:20px;
	padding:10px 10px 1px 10px;
	overflow: hidden;
}
.box h2 {   /*orange headers*/
	font-size:1.2em;
	letter-spacing: 1px;
	font-family: 'Arial Black', Arial, Helvetica, Sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	color: #cc6600;
	margin:-10px -10px 0 -10px;
	padding:6px 12px;
	text-align: left;
}

.boxcal h2 {   /*orange headers for calendar page - added DD 7-16-10*/
	font-size:1.2em;
	letter-spacing: 1px;
	font-family: 'Arial Black', Arial, Helvetica, Sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	color: #cc6600;
	margin:-10px -10px 0 -10px;
	padding-top:20px;
	padding-bottom:10px;
	padding-right:2px;
	padding-left:2px; 
	text-align: left;
}

 h2.orange {
 font-size:1.2em;
	letter-spacing: 1px;
	font-family: 'Arial Black', Arial, Helvetica, Sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color: #cc6600;
	padding: 0 0 0 10px;
	text-align: left;
 }

.box h2 a,
.box h2 a.visible {
	float: right;
	font: 0.85em arial, sans-serif; 
	background: none; 
	color: inherit;
	
}

.gallery_more {
float: right;
font: 1em arial, sans-serif; 
background: none;
text-transform: uppercase;
color: #cc6600;
}


.gallery_more a { color: #cc6600; }
.gallery_more a:hover { color: #53a530;  }





.box h3 {
	color: #03477b;
	font: 18px/20px Palatino, Georgia, 'Times New Roman', Times, serif;
}

.box p {text-align: left;}

.border-bottom {border-bottom: 1px dotted #ddd;}

.grid_4 .box h2 a {
  background-position: 97% 50%;
}
.grid_5 .box h2 a {
  background-position: 98% 50%;
}
.grid_12 .box h2 a {
  background-position: 99% 50%;
}


.box h2 a.hidden,
.box h2 a.hidden:hover {
	background-image: url("../img/switch_plus.gif");
}
.box h2 a:hover {
	color: #53a530;
}
.block {
	padding:8px;
	margin: 0 -8px;
	text-transform: none; 
	letter-spacing: normal;
}

* html .block { height: 1%; } /* holly hack for IE6 -- this gives "layout" to the li's to avoid picking up extra vertical whitespace because the <a> within the <li> has display: block. Geez again. */

.block a { font-weight: normal; }
div.menu {
  padding:0;
}
div.menu h2 {
  margin:0;
}
div.menu .block {
	padding-top:0;
}


/* paragraphs, quotes and lists
----------------------------------------------- */
p {
  margin-bottom:1em;
}
blockquote {
  font-family: Georgia, 'Times New Roman', serif;
  font-size:1.0em;
  padding-left:1.5em;
  /*border-left:4px solid #ccc; */
}
blockquote cite {
  font-size:.9em;
}
ul, ol {
  padding-top:0;
}

li.well {
	list-style-image: url(/images/well10px.gif);
}


/* menus
----------------------------------------------- */
ul.menu {
	list-style:none;
	border-top:1px solid #bbb;
}
ul.menu li {
	margin:0;
}
ul.menu li a {
	display:block;
	padding:4px 10px;
	border-bottom:1px solid #ccc;
}
ul.menu li a:hover {
	background:#eee;
}
ul.menu li a:active {
	background:#ccc;
}


/* submenus
----------------------------------------------- */
ul.menu ul {
	list-style:none;
	margin:0;
}
ul.menu ul li a {
	padding-left:15px;
	text-decoration: none;
	}

dl, dd, dt {margin: 0; padding: 0;}

ul li dl {display: inline;} /* remove spaces between accordion sub menus Geez. */

/* section menus
----------------------------------------------- */
ul.section {
	border-top:0;
	margin-bottom:0;
	
}
ul.section li {
	font-size: 1em;
	
	
}
ul.section li a {
	background:#ccddeb;
	color: #222;
	font-weight: normal;
}

* html ul.section li a { height: 1%; } /* holly hack for IE6 -- this gives "layout" to the li's to avoid picking up extra vertical whitespace because the <a> within the <li> has display: block. Geez again. */

ul.section li a:hover {
	background:#aaa;
}
ul.section li a:active {
	color:#fff;
	background:#666;
}
ul.section li li a {
	background:#ccddeb;
	border-bottom:1px solid #eee;
}
ul.section li li a:hover {
	background:#9bc3e4;
}
ul.section li li a:active {
	color:#000;
	background:#fff;
}
ul.section ul li {
	text-transform:none;
}
ul.section ul.current li a {
	background:#eee;
	border-bottom:1px solid #fff;
}
ul.section ul.current li a:hover {
	background:#ddd;
}
ul.section ul.current li a:active {
	background:#fff;
}
ul.section li a.current {
	color:#fff;
	background:#666;
}
ul.section li a.current:hover {
	background:#555;
}
ul.section li a.current:active {
	background:#444;
}
ul.section li a.active {
	background:#558dbe;
	cursor:default;
}
ul.section li.current > a.active,
ul.section li.current > a.active:hover {
	color:#fff;
	background:#666;
	cursor:default;
}


/* Accordian
----------------------------------------------- */
.section-menu-box { margin-bottom: 20px;}

.toggler {
	color: #fff;
	margin: 0;
	padding: 4px 5px 4px 10px;
	background: #80aace;
	border-bottom: 1px solid #fff;
	font-size:1em;
	font-weight: bold;
	cursor: pointer;
}

dd h4 {
	margin: 0;
	padding:4px;
	line-height:1.2em;
}
dd p {
	margin: 0;
	padding: 4px;
}

.float-right {
	
	float:right;

}

#accordian-block {
  padding-bottom:10px;
}

  #accordian-block dd {
    width: 33em;
  }
  
  
  

/* table
----------------------------------------------- 
table {
  width:100%;
  border:1px solid #bbb;
  margin-bottom:10px;
}
col.colC {
  width:8em;
}
th, td {
  padding:.2em 1em;
  text-align:left;
}
thead th {
  border-bottom:2px solid #888;
  background:#bbb;
  padding:.4em 1em .2em;
}
thead th.table-head {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#555;
	border:1px solid #555;
}
tbody th,
tbody td {
  border-top:1px solid #bbb;
  border-bottom:1px solid #bbb;
  background:#eee;
}
tbody tr.odd th,
tbody tr.odd td {
  background:#fff;
}
tfoot th,
tfoot td {
  border-top:2px solid #666;
  background:#eee;
}
tfoot tr.total th,
tfoot tr.total td {
  border-top:6px double #666;
}
tfoot tr.total th {
  text-transform:uppercase;
}
th.currency,
td.currency {
  text-align:right;
}

*/

/* forms
----------------------------------------------- */
form {
  overflow:hidden;
}
fieldset {
  border:1px solid #bbb;
  padding:10px;
  position:relative;
  background:#e9e9e9;
  margin-bottom:10px;
}
legend {
  font-size:1.1em;
  padding:.4em .8em;
  background:#fff;
  border:1px solid #bbb;
}
fieldset.login p {
  margin-bottom:1em;
  margin-top:0pt;
}
fieldset p label {
  width:98%;
}
fieldset p input {
  width:98%;
}
fieldset p select {
  width:99%;
}
fieldset.login p label {
  float:left;
  line-height:2em;
  margin-right:3%;
  text-align:right;
  width:32%;
}
fieldset.login p input {
  width:60%;
}
fieldset.login input.button {
  margin-left:35%;
}
form p.notice {
  font-weight:bold;
}
input.search.text {
  width:66%;
}
input.search.button {
  width:28%;
  margin-left:2%;
}


/* articles
----------------------------------------------- */

.eyebrow {
  border-top: 1px solid #dedede; 
  padding: 4px 0 3px 0;
  color: #cc6600;
  font: normal 1em/1.3em Georgia, Times, Serif; 
  text-transform: uppercase; 
  letter-spacing: 1px;
  margin-bottom: 10px;
  position: relative;
}

.eyebrow-text {
	position: absolute; top: 45%; height: 1em; margin-top: -.5em;
}

.text-sizer-border { border-bottom: 1px solid #dedede; }

.articles {
  padding:0;
  font: normal 1.2em/1.5em Georgia, Times, serif;
  color: #444;
  margin-bottom: 55px;
}
.articles h2 {                     /*  articles headline ------------*/
  margin: 0;
  font: normal 2.5em/1.2em Palatino, Georgia, Times, serif;     
  color: #6699cc;
}

.articles h3 { 
  color: #cc6600;
  font: 1.1em/1.3em 'Arial Black', Arial, Helvetica, sans-serif;
  padding-top: 1em;
}

.article-byline {
   font: normal 1em Georgia, Times, Serif; 
   text-transform: uppercase; 
   letter-spacing: 1px;
   color: #666;
   margin: 10px 0;
   display: block;
}

.articles img {
   /* float: right; */
   margin: 4px 10px; 
   /* Next line puts a grey border aroung the images - removed for image alignement and to allow images to be "floating" on a page - Return as a second IMG class? */
   /* border: 6px solid #efefef; */
}


.articles a {color: #558dbe; text-decoration: none;}
.articles a:hover { color: #333; text-decoration: underline; }


img.right { float: right; }
img.left { float: left; }



/* Legacy styles from our CMS tool - these are what user applies in the tool
----------------------------------------------- */


.Heading
{
  margin: 0;
  font: normal 2.5em/1.2em Palatino, Georgia, Times, serif;     
  color: #6699cc;
line-height: 1.2em;
}



.subhead
{ 
  color: #cc6600;
  font: 1.1em/1.3em 'Arial Black', Arial, Helvetica, sans-serif;
  padding-top: 1em;
}

.Highlight
{
	color: #f00;
}

.photocaption 
{
  font: bold 8pt Arial, Helvetica, sans-serif;
}

.photocredit 
{
  font: italic 8pt Arial, Helvetica, sans-serif;
}

/* End Legacy
----------------------------------------------- */


span.Heading {display: block;}



/* site information
----------------------------------------------- */
#site_info{
  color:#fff;
  background: #366ba4 url('../img/footer-bg.gif') repeat-x top left;
  border-top: 1px solid #5b6f81;
  margin-bottom:10px;
  height: 120px;
}

.gaa-footer-logo { float: left; margin-right: 10px;}


/* footer Nav
------------------------------------------------*/

.footer_box {margin-left: 10px; padding: 4px 0; vertical-align: top; background: #d8e8f6; }
.footer_box img{ vertical-align: top; margin-top: -4px;}
.footer_r_corner {float: right;}
.footer_box a {margin: 0 6px; color: #555; font-weight: normal; text-decoration: none;}
.footer_box a:hover {color: #cc6600;}
.footer_separator { color: #999; }

/* the following rules apply only to IE7 */
*+html .footer_box img{ margin-top: -6px;}
*+html .footer_r_corner { padding-top: 2px; }




/* Added for third level left nav accordion menu
-------------------------------------------*/


body {
	font:  9pt/1.5em 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}


ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
}

ul.menu a {
  display: block;
  text-decoration: none;	
}

ul.menu li {
  margin-top: 1px;
  margin-left: 0px;
}

ul.menu li:first-child { margin-top: 0px; }

ul.menu li ul {margin: 0; border-left: 3px #558dbe solid;}




ul.menu li ul li ul {margin-left: 0px; border-left: 3px #558dbe solid;}

ul.menu li a {
  background: #80aace;
  color: #fff;	
  padding: 4px 5px 4px 10px;
}

ul.menu ul.menu li a {
  background: #ccddeb;
  color: #333;	
  padding: 4px 5px 4px 20px;
}

ul.menu li a:hover {
  background: #558dbe;
  padding: 4px 5px 4px 10px;
}

ul.menu ul.menu li a:hover {
  background: #9bc3e4;
  border-left: 3px solid #9bc3e4;
  padding: 4px 5px 4px 10px;
}

ul.menu li ul li a{
  background: #ccddeb;
  color: #333;
  padding-left: 20px;
}

ul.menu ul.menu li ul li a {
  background: #ccddeb;
  color: #333;
  padding-left: 40px;
}

ul.menu li ul li a:hover {
  background: #ccddeb;
  padding-left: 20px;
}

ul.menu ul.menu li ul li a:hover {
  background: #ccddeb;
  padding-left: 40px;
}

ul.menu ul.menu li a:hover {
    border-left: 0;
    padding-left: 20px;
}
ul.menu ul.menu {
    border-left: 3px #558dbe solid;
}

ul.menu a.active, ul.menu ul.menu li a.active, ul.menu a.active:hover, ul.menu ul.menu li a.active:hover {
	background: #558dbe;
    /*background: #558dbe url('uparrow.gif') right no-repeat;*/
    color: #fff;
}

div.panel {
    border-left: 3px #558dbe solid;
    padding: 5px 5px 5px 20px;
    background: #ccddeb;
    color: #333;
    margin-left: 0px;
}

ul.menu div.panel a, ul.menu div.panel li a:hover  {
    display :inline;
    color: #333;
    background: none;
    margin: 0;
    padding: 0;
    border: none;
    font-weight: bold;
}
ul.menu div.panel a:hover {
    color: #333;
    text-decoration: underline;
}

ul.menu li ul li a:hover, ul.menu.toggle li ul.toggle li a:hover { background: #9bc3e4;}






/* -------------------------------------------*/



/* Kwicks -- THIS IS NOT CURRENTLY USED IN GAA SITE, BUT IT CREATES A HORIZONAL PANEL ACCORDION OF A LIST
-------------------------------------------*/

#kwick-box { 
  padding:0;
  overflow:hidden;
}
#kwick-box h2 { 
  margin:0;
}
#kwick {
  position: relative;
}

#kwick .kwicks {
  display: block;
  background: #999;
  height: 120px;
  list-style:none;
  margin:0;
  overflow:hidden;
}

.kwicks li{  
    float: left;
    width: 25%; 
    height: 100px;  
    margin: 0;
    margin-bottom: 3px;  
    padding: 5px;
}  
#kwick .kwick span {
  color:#fff;
}

#kwick1 {   
  background: #666;
}  
#kwick2 {  
  background: #777;
}  
#kwick3 {  
  background: #888;
}  
#kwick4 {   
  background: #999;
}
