@import "style.css";


/******** START *** 2012 specific styles ********/

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

Please leave this section from START to END for 2012
at the bottom of the 2012.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 2012 specific areas.

Author: Kris Peerand (after Ann McDonough)
Last Modification Date: Nov. 12, 2010

2012 Specifics:

 --- colors used ---
  green:	#8ec63e
  red:	#f1563c
  orange:	#f59625
  blue:	#7494cd
  lime green:  #d3de25
 

 --- 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
	{ color: #7494cd; }
h2 a:link, h2 a:visited, h2 a:hover
	{ color: #ffffff; }
h2
	{ color: #ffffff; background-color: #8ec63e; }
h3,  h5,
	{ color: #000000; }
h4
	{ color: #7494cd; }
h6 
	{ color: #000000; }
h3 a:link, h3 a:visited, h3 a:hover, h5 a:link, h5 a:visited, h5 a:hover,
	{ color: #8ec63e; }
h6 a:link 
	{ color: #225b95; }

#confpp h2 
	{ background-color: #F79624; }
#confpp h2 a
	{ color: #ffffff; }
	

/***** TYPOGRAPHY AND LINKS *****/
h1 {  font-family:Georgia, Times, serif ;
 	padding: 0 0 20px 0;
	font-size: 2.2em;  }
h2, h3, h4, h5, h6 { font-family: Georgia, Times, serif;}

.fullup p 
	{ font-size: 3em; font-family: Georgia, Times, serif; color: #f1563c;}
/*****{ font-size: 3em; font-family: Arial, Sans-serif; color: #f1563c;} ****/

h2 { margin: 0 0 30px, 0; padding: 20px 0 30px 5px; }
h3, h4, h5, h6 { margin: 0; padding: 20px 0 10px 5px; }
h3 { text-align: center; }
h2 { padding: 20px 5px 5px 5px; }
/* h1, h3 { line-height:100%; } */
h4 { margin: 0; padding: 10px 0 10px 5px; }
h5 { margin: 0; padding: 10px 0 5px 5px; }
h6 { margin: 0; padding: 10px 0 5px 5px; }




h2, h3, { font-size: 1.5em; }
h4 { font-size: 2em; }
h5 { font-size: 1.3em; }
h6 { font-size: 1.1em; font-style: italic; font-weight: normal;  }

hr { height: 7px; margin: 20px 0 30px 0; noshade;	
	background-image: url(images/horizconfbar.jpg); }

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

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

blockquote { margin: 0px 20px 5px 5px; padding: 0 0px 0px 20px; font-style: normal; border-left: 0px;
		}
blockquote { background-image: url(images/2012stripe_vertical2.gif);
		background-repeat: repeat-y; }


.coltwo table {width: 700px;}
.col1  {width: 150px;}
.col2  {width: 550px;}
.cola  {width: 225px;}
.colb  {width: 475px;}
.colc  {width: 125px;}

#classSched th, #classSched td { width: 25%; }
#volunteer table { table-layout: fixed; 
			border-collapse: collapse;
			margin: 5px 0px 20px 0px; }
#volunteer td { border: 1px solid; }
.vtc1  { width: 170px;	border: 1px solid; }
.vtc2 { width: 100px;	border: 1px solid; }
.vtc3  { width: 60px;	border: 1px solid; }
.vtc4  { width: 160px;	border: 1px solid; }

#Conf_container { float: left; width: 810px; margin: 0 10px 0 7px; padding: 0 10px 10px 10px; }
#Conf_rightsidebar { width: 140px; float: right; margin: 0 10px 20px 0; padding: 0 auto 0 auto; vertical-align: top; } 



/***** CNCH 2012 Advertisements for CNCH 2012 pages *****/
#conf2012_ad {padding: 5px 0 0 0; }
#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 *** 2012 specific styles ********/