/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
      
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body {
	font-size: 75%;
	color: #222;
	background: #fff;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {	font-weight: normal;	color: #000000;}

h1 { font-size: 3em; line-height: 1; margin: .5em 0em 0.5em 0em; font-family:"Trebuchet MS", Verdana, sans-serif;  }
h2 { font-size: 1.25em; margin-bottom: -0.5em; font-family:"Trebuchet MS", Verdana, sans-serif; color:#000000;}
h3 { font-size: 1.9em; line-height: 1.3em; margin-bottom: .5em; font-family:"Trebuchet MS", Verdana, sans-serif; color:#000000;}
h4 { font-size: 1.8em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em;  font-family:"Trebuchet MS", Verdana, sans-serif;  }
h5 { font-size: 1.65em; font-weight: bold; margin: .5em 0 .5em 0;  font-family:"Trebuchet MS", Verdana, sans-serif; }
h6 { font-size: 1.25em; line-height:1.5em; margin:0; font-weight: bold;  font-family:"Trebuchet MS", Verdana, sans-serif; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}

/* Cinor Conference Text */
.cinor_h1	{ font-size: 3em; line-height: 1; margin: .5em 0em 0.5em 0em; font-family:"Trebuchet MS", Verdana, sans-serif;}
.cinor_h2	{
	font-size: 1.4em;
	margin-bottom: 1.4em;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	color:#000000;
}
.cinor_h3	{
	font-size: 2.25em;
	line-height: 1.3em;
	margin-bottom: .5em;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	color:#000000;
}
.cinor_h4	{
	font-size: 1.8em;
	line-height: 1.5em;
	height: 1.25em;
	font-family:"Trebuchet MS", Verdana, sans-serif;
}
.cinor_h5	{
	font-size: 1.65em;
	font-weight: normal;
	margin: 0em;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	line-height: 1.4em;
	color: #8e3c36;
}
.cinor_h6 	{
	font-size: 1.5em;
	line-height:1.25em;
	font-weight: bold;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	margin-top: .5em;
	margin-right: 0;
	margin-bottom: -0.5em;
	margin-left: 0;
}
.cinor_body 	{
	font-size: 1.25em;
	color: #222;
	background: #fff;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	line-height: 1.45em;
}
.cinor_li	{ }

/* Text elements
-------------------------------------------------------------- */

p           { margin: .65em 0 0 0;  font-family:"Trebuchet MS", Verdana, sans-serif; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }



.h3underline:link 		{text-decoration:none; color:#000;background:inherit;}
.h3underline:visited 	{text-decoration:none; color:#000;background:inherit;}
.h3underline:active  	{text-decoration:none; color:#000;background:inherit;}
.h3underline:hover 		{text-decoration:none; color:#8e3c36;border-bottom: 1px solid #000000; background:inherit;}

.footer:link    {color:#ffb70f; text-decoration:none;background:inherit;}
.footer:visited {color:#ffb70f; text-decoration:none;background:inherit;}
.footer:active  {color:#ffb70f; text-decoration:none;background:inherit;}
.footer:hover   {color:#ffb70f; text-decoration:none;border-bottom: 1px solid #000;background:inherit;}
.footertext{color:#ffffff; text-decoration:none;background:#55a51c;}
.footeralt{color:#ffb70f; text-decoration:none;background:#55a51c;}


.cinor:link 			{text-decoration:none; color:#000000;background:inherit; border:1px dotted #000;}
.cinor:visited 			{text-decoration:none; color:#000000;background:inherit; border:1px dotted #000;}
.cinor:active  			{text-decoration:none; color:#000000;background:#000000;}
.cinor:hover 			{text-decoration:none; color:#ffb70f;border-bottom: 1px solid #8e3c36; background:#000000;}

.underline:link 		{text-decoration:none; color:#8e3c36;background:inherit;}
.underline:visited 		{text-decoration:none; color:#8e3c36;background:inherit;}
.underline:active  		{text-decoration:none; color:#8e3c36;background:inherit;}
.underline:hover 		{text-decoration:none; color:#000000;border-bottom: 1px solid #8e3c36; background:inherit;}

.more:link 				{padding:0 1px; text-decoration:none; color:#ffffff;background:#7c9595}
.more:visited 			{padding:0 1px; text-decoration:none; color:#ffffff;background:#7c9595}
.more:active  			{padding:0 1px; text-decoration:none; color:#ffffff;background:#7c9595}
.more:hover 			{padding:0 1px; text-decoration:none; color:#7c9595;background:000000;}

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { }

ul          { float:left; background:#81d047; font-family: "Trebuchet MS";}
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #C3D9FF; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }
