@import "style.css";


/******** START *** 2011 specific styles ********/

/* Notes: ***********************

Please leave this section from START to END for 2011
at the bottom of the 2011.css.  Replace everything
ABOVE the START with the most current style.css to
inherit site-wide changes.  This section will only
override the styles required for the look and feel
of the 2010 specific areas.

Author: Kris Peerand (after Ann McDonough)
Last Modification Date: Sep-16-2010

2011 Specifics:

 --- colors used ---
  Pink:		#ad005b
  Purple:	#560c70
  Olive:	#998c0a
  Orange:	#f96b07
  site Orange:	#e8944a

 --- header specs ---
  h1: Centered, dark Green
  h2: Left, dark green; gold background (used by WP page title)
  h3: Centered, dark green; same size as h2
  h4: Left, dark green; same size as h2
  h5: Left, dark green
  h6: Left, Black

 --- table changes ---
  font size
  top vertical alignment

 --- horizontal rule ---
  olive, 5px tall

*********************************/

/*********** COLORS  ************/
h1, h3, h4, h5
	{ color: #315029; }
h2 
	{ color: #315029; background: #f3c84b; }
h2 a:visited
	{ color: #315029;  }
h6 
	{ color: #000000; }
h3 a:link, h3 a:visited, h3 a:hover, h5 a:link, h5 a:visited, h5 a:hover
	{ color: #560c70; }

/***** TYPOGRAPHY AND LINKS *****/
h1, h2, h3, h4, h5, h6 {  font-family: Georgia, Times, serif;}
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 20px 0 10px 5px; }
h1, h3 { text-align: center; }
h2 { padding: 20px 5px 5px 5px; }
h1, h3 { line-height:150%; }
h4 { margin: 0; padding: 10px 0 10px 5px; }
h5, h6 { margin: 0; padding: 10px 0 5px 5px; }

h1 { font-size: 2em; }
h2, h3, h4 { font-size: 1.5em; }
h5 { font-size: 1.3em; }
h6 { font-size: 1.1em; }

hr { height: 5px; background-color: #998c0a; }
hr.table { height: 1px; background-color: #000; }

table { font-size: 0.9em; }
tr { vertical-align:top; }

/***** CNCH 2011 Advertisements for CNCH 2010 pages *****/
#conf2011_ad { background: #fff; width: 210px; }
#conf2011_copya h2
	 { font-size: 1.06em;  margin: 15px auto 5px auto; padding: 3px 3px 3px 0px; text-align: center; } 
#conf2011_copya p
	 { font-size: 1.1em; font-weight: bold; font-family: Georgia, Times; color: #000; text-align:center ; }
#conf2011_copyb p 
	{ font-size: 1em; font-family: Georgia, Times; color: #000; text-align:center ; }
#conf2011_logol
	 { text-align:left; }
#conf2011_logor
	 { text-align:right; }

/******** END *** 2010 specific styles ********/