/*
Title:       WCOrlando Color and Typography
Author:      roxanne sutton
Company:			1105 media	TDWI
Description: Basic layout for WCOrlando Newsletters
Version:	 	 August 2006
*/
/* Table of Contents

    1) =Hyperlinks
		2) =HTML tags basic translation
				a) :Basic =general
				b) :Basic =headers
				c) :Basic =Zebra Tables
		3) =Layout
				a) :Layout =logo
				b) :Layout =header
				c) :Layout =main
				d) :Layout =footer
				e) :Layout =optout
		4) =Top Navigation
		5) =Other Heading Styles
*/
/***************************************************************
	Anchor Tags
***************************************************************/
/* default */
div#outerwrap a {
	color: #650A0F;
	text-decoration: underline;
}
div#outerwrap a:visited {
	color: #650A0F;
	text-decoration: none;
}
div#outerwrap a:hover, div#outerwrap a:active {
	color: #BB712B;
	text-decoration: underline;
}

/* 101 footer and copyright */
div#outerwrap .copyright {
	text-align: center;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	
	color: #666;
}
div#outerwrap .copyright a:link, div#outerwrap .copyright a:visited {
	color: #999;
	text-decoration: underline;
}
div#outerwrap .copyright a:hover, div#outerwrap .copyright a:active {
	color: #333;
	text-decoration: underline;
}

/***************************************************************
	HTML tags basic translation
***************************************************************/
/* default margins better than on body tag */

#outerwrap #wrap {
	color: #414141;
	border: 1px solid #883130;
}

#outerwrap div,
#outerwrap p,
#outerwrap td,
#outerwrap th,
#outerwrap ul,
#outerwrap ol,
#outerwrap li,
#outerwrap dl,
#outerwrap dt,
#outerwrap dd {
	color: #414141;
}

#outerwrap #primary {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(../graphics/bg_content.gif) repeat-x left top;	
}

#outerwrap b,
#outerwrap strong {
	font-weight: bold;
}

/* Default Lists */
#outerwrap ol {
	background-image: none;
}
#outerwrap ol li {
	background: none;
}
#outerwrap ul {
	list-style-type: none;
}
#outerwrap ul li {
	background: url(http://download.101com.com/newsletters/tdwi/graphics/blt.gif) no-repeat 0px 0.2em;
}

#outerwrap dt {
	background: url(http://download.101com.com/newsletters/tdwi/graphics/blt.gif) no-repeat 0 0.5em;
}

/* Default form input fields */
#outerwrap input,
#outerwrap select,
#outerwrap option,
#outerwrap textarea {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

#outerwrap hr {
	color: #eee;
	border: 0;
	border-bottom: 1px solid #CC9933;
	background-color: transparent;
}

#outerwrap hr .clear {
	border: none;
	border-bottom: none;
}

/* Default heading styles */
/* Used for logo only */

#outerwrap h1 a {
	background: url(http://download.101com.com/newsletters/tdwi_webinar/h1_webinar06.gif) no-repeat left bottom;
}

#outerwrap h2 {
	background-color: #B0A9AD;
}

#outerwrap h2 a {
	background: url(http://download.101com.com/newsletters/tdwi_webinar/h2_webinar07.gif) no-repeat left top;
}


#outerwrap h3,
#outerwrap h4,
#outerwrap h5,
#outerwrap h6,
#outerwrap h3 a,
#outerwrap h4 a,
#outerwrap h5 a,
#outerwrap h6 a {
	font: bold 1em/1 Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#outerwrap h3,
#outerwrap h3 a {
	color: #CC9933;
}

#outerwrap h4,
#outerwrap h4 a {
	color: #820A0F;
}

#outerwrap h5,
#outerwrap h5 a {
	color: #BB712B;
}

#outerwrap h6,
#outerwrap h6 a {
color: #820A0F;
}

#outerwrap h3 a,
#outerwrap h4 a,
#outerwrap h5 a,
#outerwrap h6 a {
	text-decoration: none;
}

#outerwrap h3 a:hover,
#outerwrap h4 a:hover,
#outerwrap h5 a:hover,
#outerwrap h6 a:hover {
	color: #000;
	text-decoration: underline;
}

#outerwrap h3 {
	font-size: 1.58em;
}
#outerwrap h4 {
	font-size: 1.4em;
}

#outerwrap h5 {
	font-size: 1.3em;
}

#outerwrap h6 {
	font-size: 1em;
}

#outerwrap h4.register a,
#outerwrap h4.register a:visited,
#outerwrap h4.register a:hover {
 	text-decoration: underline;
}

/* Zebra Tables alt color rows */
/* used for calendar of events */
#outerwrap .zebra {
	color: #BB712B;
	background-color: #fff;
	border: 1px solid  #CC9933;
	
	font: normal 1em/1.2 Arial, Helvetica, sans-serif;
	text-align: left;
}

#outerwrap .zebra td {
	color: #7F7F7F;
}

#outerwrap .zebra thead th {
	font: bold 1em/1.2 Arial, Helvetica, sans-serif;
	text-align: left;
	color: #fff;
	background: #CC9933;
}

#outerwrap .zebra tbody th {
	color: #BB712B;
	font-weight: bold;
}

#outerwrap .zebra tbody tr.zebra {
	background-color: #eee;
}

/***************************************************************
	Layout
***************************************************************/

#outerwrap #header,
#outerwrap #footer {
	color: #2C4373;
	background:#DAB56B;
}

#outerwrap #header {
	color: #fff;
	border-bottom: 1px solid #A1000A;
	border-top: 1px solid #9C4F45;
	background: #7A040B;
}

#outerwrap #header #links,
#outerwrap #header #date {
	font-size: 1em;
	
	color: #fff;
}

#outerwrap #header #date {
	text-align: right;
}

/* footer */
#outerwrap #footer {
	font-size: 0.9em;
	text-align: center;
	
	border: 1px solid #CC9933;
	border-top: 1px solid #BE8C27;
}

#outerwrap #footer a,
#outerwrap #footer a:visited {
	text-decoration: none;
	font-weight: normal;
	
	color: #914816;
}

#outerwrap #footer a:hover,
#outerwrap #footer a:active {
	text-decoration: underline;
}

/* optout */
#outerwrap .optout {	
	font-size: 0.9em;
	background-color: #fff;
	
	color: #820A0F;
}

#outerwrap .optout p {
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	
	color: #414141;
}

#outerwrap .optout a,
#outerwrap .optout a:visited,
#outerwrap .optout a:hover,
#outerwrap .optout a:active {
	text-decoration: none;
	font-weight: normal;
	
	color: #820A0F;
}

#outerwrap .optout a:visited {
	color: #A3A3A3;
}

#outerwrap .optout a:hover,
#outerwrap .optout a:active {
	text-decoration: underline;
}

/***************************************************************
	Misc
***************************************************************/
/*  callout box */
#outerwrap .news {
	text-align: center;
	
	border: 1px solid #898989;
	background: #F8F2DC;
}

#outerwrap .news h6 {
	text-align: left;
	
	color: #67020B;
}

/*  webinar speaker */
.speaker {
	text-align: center;
	border: 1px solid #E6C593;
}

.speaker p {
	font: 9px Geneva, Arial, Helvetica, sans-serif;
}

.speaker p a {
	text-decoration: none;
}

.speaker p a:hover {
	text-decoration: underline;
}

.speaker img {
	
}

/*  brochure cover */
#outerwrap .brochure {
	text-align: left;
	
	border: 1px solid #fff;
}

#outerwrap .brochure p {
	font: 0.9em Geneva, Arial, Helvetica, sans-serif;
}

#outerwrap .brochure img {
	/*border: 1px solid #E6E6E6;*/
}

/*  keynotes etc */
#outerwrap #keynote .faculty img {
	text-align: left;
	
	border: 1px solid #333;
}

/* etc used periodically */
#outerwrap .author {
	font: 1em Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	
	color: #333;
}

#outerwrap .bio {
	font: 1em Geneva, Arial, Helvetica, sans-serif;
	
	color: #707070;
}

#outerwrap table.related {
	border-top: 1px solid #820A0F;
}

#outerwrap table.related td {
	background-color: #EEEBE4;
}

#outerwrap table.related ul {
	list-style-type: none;
}
#outerwrap table.related ul li {
	font-size: 1em;
	
	background: url(http://download.101com.com/newsletters/tdwi/graphics/blt.gif) no-repeat 0px 0.2em;
}
/***************************************************************
	 Other Heading Styles
***************************************************************/
/*  headers black */
#outerwrap .blk {
	color: #000;
}
/*  headers white */
#outerwrap .wit {
	color: #fff;
}
/*  headers grey */
#outerwrap .gre {
	color: #666;
}
/* red */
#outerwrap .red {
	color:  #A90029;
}

/* ornge */
#outerwrap .orng {
	color:  #BB712B;
}

#outerwrap .blu {
	color: #294171;
}