/* //////////////////////////////////// */
/*					*/
/* 	AGU Meetings Styles ver 1 	*/
/*		by bdh for agu		*/
/*					*/
/* //////////////////////////////////// */

body {
	background-attachment: fixed;
	background-image: url(leadership/lrc/IT/blog/wp-content/themes/itc/images/dot3.gif);
	background-repeat: repeat;
	background-position: left bottom;
	}
/* Header styles common to all levels */
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
  	font-weight: bold;
  	margin: 0px 0px 7px 5px;
}

h2,h3,h4,h5,#heading {
	font-family:Arial, Helvetica, sans-serif;
  	font-weight: bold;
  	margin: 0px 0px 7px 5px;
}

/* Headers that may be used as a class attribute - no margins */
/*   convenient for use in tables, as in <td class="h1">Header</td> */

.h1 {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-bottom: 7px;
}

.h2,.h3,.h4,.h5 {
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-bottom: 7px;
}

/* Headers' distinct font sizes */
h1,.h1 {font-size: 16pt; font-style: normal; margin:1em 0;}
h2,.h2 {font-size: 12pt; font-style: normal;}
h3 {font-size: 10pt; font-style: normal; margin-left: 12px;}
.h3 {font-size: 10pt; font-style: normal;}
h4 {font-size: 9pt; font-style: italic; margin-left: 12px;}
.h4 {font-size: 9pt; font-style: italic;}
h5,.h5 {font-size: 8pt; margin-left: 15px;}

/* common paragraph */
p {
  font: normal 10pt Arial, Verdana, sans;
  margin: 10px 20px 10px 20px;
  letter-spacing: .015em;
}

p.crumb {font-size: 65%; margin-bottom:6em; font-family:Verdana, Arial, Helvetica, sans-serif;}
p.crumb a {margin-bottom:3em; color:#005160; font-weight:bold;}
p.crumb a:hover {color:#00BBB7;}
p.crumb a:visited {color:#005160;}

/* other common tags for standard content */
td,ul,ol,li,dl,dt,dd,blockquote {
  font: normal 10pt Arial, Verdana, sans;
  letter-spacing: .015em;
}

form {margin:0;}

sub, sup {font-size: 8pt;}

#container {margin:1em auto; padding:1em; width:80%; border:1px solid #666; background-color:#FFFFFF;}

/* Items unique to each meeting and each page */
/*   must be implemented as element id  (only one per page) */
#meeting {font: bold 14pt Arial, Verdana, sans;}
#center,#location,#dates {font: bold 13pt Arial, Verdana, sans;}
#days {font: normal 12pt Arial, Verdana, sans;}
#locdays {font: bold 11pt Arial, Verdana, sans; text-align: left;}

/* NavBar, "Major" and Bread-crumb "Minor" styles */
/*   in either black, white, agu-blue, fall-tan, fall-brown text */
/*   add colors as needed, but try to make them general enough for reuse */
.navBlackMajor {font: bold 8pt Arial, Verdana, sans; letter-spacing: .04em; color: #000000; text-decoration: none; text-transform: uppercase;}
.navBlackMinor {font: normal 8pt Arial, Verdana, sans; color: #000000; text-decoration: none;}
.navWhiteMajor {font: bold 8pt Arial, Verdana, sans; letter-spacing: .04em; color: #FFFFFF; text-decoration: none; text-transform: uppercase;}
.navWhiteMinor {font: normal 8pt Arial, Verdana, sans; color: #FFFFFF; text-decoration: none;}
.navAguBlueMajor {font: bold 8pt Arial, Verdana, sans; letter-spacing: .04em; color: #00009E; text-decoration: none; text-transform: uppercase;}
.navAguBlueMinor {font: normal 8pt Arial, Verdana, sans; color: #00009E; text-decoration: none;}
.navFallBrownMajor {font: bold 8pt Arial, Verdana, sans; letter-spacing: .04em; color: #993333; text-decoration: none; text-transform: uppercase;}
.navFallBrownMinor {font: normal 8pt Arial, Verdana, sans; color: #993333; text-decoration: none;}
.navFallTanMajor {font: bold 8pt Arial, Verdana, sans; letter-spacing: .04em; color: #E57135; text-decoration: none; text-transform: uppercase;}
.navFallTanMinor {font: normal 8pt Arial, Verdana, sans; color: #E57135; text-decoration: none;}

/* NavBar and Bread-crumb hyperlink styles */
a.navBlackMajor {font: bold 8pt Arial, Verdana, sans; letter-spacing: .04em; color: #000000; text-decoration: none; text-transform: uppercase;}
a.navBlackMinor {font: normal 8pt Arial, Verdana, sans; color: #000000; text-decoration: none;}
a.navWhiteMajor {font: bold 8pt Arial, Verdana, sans; letter-spacing: .04em; color: #FFFFFF; text-decoration: none; text-transform: uppercase;}
a.navWhiteMinor {font: normal 8pt Arial, Verdana, sans; color: #FFFFFF; text-decoration: none;}
a.navAguBlueMajor {font: bold 8pt Arial, Verdana, sans; letter-spacing: .04em; color: #00009E; text-decoration: none; text-transform: uppercase;}
a.navAguBlueMinor {font: normal 8pt Arial, Verdana, sans; color: #00009E; text-decoration: none;}
a.navFallBrownMajor {font: bold 8pt Arial, Verdana, sans; letter-spacing: .04em; color: #993333; text-decoration: none; text-transform: uppercase;}
a.navFallBrownMinor {font: normal 8pt Arial, Verdana, sans; color: #993333; text-decoration: none;}
a.navFallTanMajor {font: bold 8pt Arial, Verdana, sans; letter-spacing: .04em; color: #E57135; text-decoration: none; text-transform: uppercase;}
a.navFallTanMinor {font: normal 8pt Arial, Verdana, sans; color: #E57135; text-decoration: none;}

/* NavBar and Bread-crumb on mouse over styles */
a:hover.navBlackMajor,a:hover.navBlackMinor {text-decoration: underline;}
a:hover.navWhiteMajor,a:hover.navWhiteMinor {text-decoration: underline;}
a:hover.navAguBlueMajor,a:hover.navAguBlueMinor {text-decoration: underline;}
a:hover.navFallBrownMajor,a:hover.navFallBrownMinor {text-decoration: underline;}
a:hover.navFallTanMajor,a:hover.navFallTanMinor {text-decoration: underline;}
a:hover.notu {text-decoration: underline;}

/* Go back to normal para style */
.normal {font: normal 10pt Arial, Verdana, sans;
  //normal 12pt Times, Times New Roman, serif;
  }

/* Common classes for deprecated (or non cross-browser compatible) tags */
.bold {font-weight: bold;}
.ital {font-style: italic;}
.under {text-decoration: underline;}
.notunder {text-decoration: none;}
.over {text-decoration: overline;}
.strike {text-decoration: line-through;}

/* shorthand of above */
.b {font-weight: bold;}
.i {font-style: italic;}
.u {text-decoration: underline;}
.notu {text-decoration: none;}
.o {text-decoration: overline;}
.s {text-decoration: line-through;}

/* Font face styles */
.sans {font-family: Arial, Verdana, sans;}
.serif {font-family: Times, Times New Roman, serif;}

/* Margin styles */
.nomargin {margin: 0px 0px 10px 0px;}
.margin {margin: 10px;}
.indent {margin-left: 20px;}
.indentMore {margin-left: 40px;}

/* Alignment styles */
.right {text-align: right;}
.center {text-align: center;}
.left {text-align: left;}

/* Font size styles */
.xsm {font-size: 6pt;}
.sm {font-size: 8pt;}
.rg {font-size: 10pt;}
.med {font-size: 11pt;}
.lg {font-size: 12pt;}
.xlg {font-size: 14pt;}

/* Text case styles */
.uc {text-transform: uppercase; font-size: 10pt;}
.lc {text-transform: lowercase;}
.cap {text-transform: capitalize;}

/* Font color styles */
.white {color: white;}
.grey {color: #999999;}
.black {color: black;}
.red {color: red;}
.blue {color: blue;}
.green {color: green;}
.orange {color: #F35D2A;}
.aguBlue {color: #00009E;}
.fallBrown {color: #993333;}
.fallTan {color: #E57135;}

/*   New should be implemented as "<p><span class="new">NEW [at the.. ]</span> etc.</p>" */
.new {color: yellow; background: #e57135; font-size:8pt; font-family: Arial, Verdana, sans; font-weight: bold; font-style: normal; border-width:4px; border-color: yellow; border-style:double; padding: 2px 4px 2px 4px; margin:5px;}

/* pixel sizes to use with nbsp; in table cells */
/* ie. <td height="10" bgcolor="#FFFFFF"><span class="p10">&nbsp;</span></td> */
.p1 {font-size: 1px; line-height: 1px; letter-spacing: 0;}
.p2 {font-size: 2px; line-height: 2px; letter-spacing: 0;}
.p3 {font-size: 3px; line-height: 3px; letter-spacing: 0;}
.p4 {font-size: 4px; line-height: 4px; letter-spacing: 0;}
.p5 {font-size: 5px; line-height: 5px; letter-spacing: 0;}
.p6 {font-size: 6px; line-height: 6px; letter-spacing: 0;}
.p7 {font-size: 7px; line-height: 7px; letter-spacing: 0;}
.p8 {font-size: 8px; line-height: 8px; letter-spacing: 0;}
.p9 {font-size: 9px; line-height: 9px; letter-spacing: 0;}
.p10 {font-size: 10px; line-height: 10px; letter-spacing: 0;}
.p11 {font-size: 11px; line-height: 11px; letter-spacing: 0;}
.p12 {font-size: 12px; line-height: 12px; letter-spacing: 0;}
.p13 {font-size: 13px; line-height: 13px; letter-spacing: 0;}
.p14 {font-size: 14px; line-height: 14px; letter-spacing: 0;}
.p15 {font-size: 15px; line-height: 15px; letter-spacing: 0;}
.p16 {font-size: 16px; line-height: 16px; letter-spacing: 0;}
.p17 {font-size: 17px; line-height: 17px; letter-spacing: 0;}
.p18 {font-size: 18px; line-height: 18px; letter-spacing: 0;}
.p19 {font-size: 19px; line-height: 19px; letter-spacing: 0;}
.p20 {font-size: 20px; line-height: 20px; letter-spacing: 0;}
                 
/* Styles specific to a meeting */
.fm03heading {color: #993333; margin:3px 0px 0px 15px;}
.fm03bord {width:97px; height:65px; text-align: right; padding:0px; margin:0px; border-width:4px; border-color: #E56F29; border-style:double;}
.fm03content {margin:10px; border:4px; border-style:double; border-color: #E56B1F; background-color: #ffffff;}
#sm04navtab {
 text-align:center;
 width:150;
 border:7;
 border-color:#A38970;
 border-style:solid;
}

