/*--------------------------------------------------------------
 Application.css
 Imports all stylesheets; sets defaults for bare elements
 --------------------------------------------------------------*/

/*@import 'layout.css';*/
/*@import 'content.css';*/


/*--------------------------------------------------------------
 										LAYOUT
 --------------------------------------------------------------*/
/*layout.css*/

/**
 * Controls the main layout (width, height, margin, padding)
 *
 * #container
 *   #header
 *   #page
 *     #content
 *     #sidebar
 *   #footer
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}


ol, ul {
  list-style: none;
}


body {
	text-align: center;
	margin: 0; padding: 0; 
	background: url(images/e2d_banner.png) no-repeat top center;
}

#container {
	width: 740px;
	text-align: left; 
	margin: 0 auto; padding: 0;
}

#header {
	height: 90px; 
/*	margin: 10px 0 15px; padding: 0;*/
}

#page {
	width: 740px;	
/*	margin-top: 60px;*/
}

#content {
	width: 740px;
}



/*--------------------------------------------------------------
 Sidebar Alignment: you can have left or right
 --------------------------------------------------------------*/

/* BEGIN: Right Sidebar */
#sidebar {
	float: right; text-align: left;
	padding-left: 15px; 
	border-left: 1px dotted #ddd; 
	margin-top: 95px;
}
#content {
	float: left;
	padding-left: 5px; 
}
/* END: Right Sidebar */


/* BEGIN: Left Sidebar
#sidebar {
	float: left; text-align: right;
	padding-right: 20px; 
	border-right: 1px dotted #ddd; 
}

#content {
	float: right; text-align: left;
}
/* END: Left Sidebar */



/*--------------------------------------------------------------
 Header
 --------------------------------------------------------------*/

#header { 
	
}

#header a:link,
#header a:visited { 
	color:#000;
	text-decoration: none;
}

#header a:hover,
#header a:active {
	color:#930; background: transparent;
	text-decoration: none;
}

#header h1 {
	font: bold 400% georgia, serif; 
	color: #fff;
	letter-spacing: -1px; 
	margin: 0;
	float: left; 
}

#header h2 {
	font: normal 12px verdana, arial, sans-serif;  
	margin: 2.5em 0 0 0.8em;
	float: left; 
}

#footer {
clear:both;
color:#282828;
margin-top:20px;
padding:20px 0px 40px;
}








/*--------------------------------------------------------------
 Content
 --------------------------------------------------------------*/

#content {}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5 { 
	font-family: "lucidamac bold", "lucida grande", arial, sans-serif; 
	letter-spacing: -1px;
}

#content h1 { 
	font-size: 24px;
	margin: 0 0 0.3em;	
}

#content h2 { 
	font-size: 22px;
	margin: 0 0 0.3em;	
}

#content h3 { 
	font-size: 20px;
	margin: 1.2em 0 0.3em;	
}

#content h4 { 
	font-size: 18px;
	margin: 1.2em 0 0.3em;	
	border-bottom: 1px dotted #bbb;
}

#content h5 {
	font-size: 18px;
	background: #ffd;
	margin: 1.2em 0 0.3em;	
	border-bottom: 1px dotted #aaa;
}

#content p {
	line-height: 15px; 
	margin: 0 0 1.2em;
}

#content ul,
#content ol {
	margin: 1em;
	padding:0;
}

#content ul {
	list-style-type: square;
}

#content li {
	line-height: 15px; 
	margin: 0 0 0 1em; padding: 0;
}

#content blockquote {
	color: #555;
	border-left: 5px solid #ccc; 
	margin: 1.3em 1em; padding: 0 1em;
}

#content code { 
	font: normal 12px "bitstream vera sans mono", monaco "lucida console", "courier new", courier, serif;
}

#content pre {
	color: #63FF00;
	background: #000;
	overflow: auto;
	font: normal 12px "bitstream vera sans mono", monaco "lucida console", "courier new", courier, serif;
	margin: 0.9em 0; padding: 8px;
}

/* Article Entries - class names based on http://microformats.org/wiki/hatom] */
#content .atomentry { 
	margin: 0 0 3em 0;
}

#content .atomentry .title {
	font-size: 24px;
	line-height: 94%;
	letter-spacing: -1.5px; 
	margin: 0;
}

#content .atomentry .title a:link,
#content .atomentry .title a:visited { 
	color: #930;
	text-decoration: none;
}

#content .atomentry .title a:hover,
#content .atomentry .title a:active { 
	color: #000;
	background: transparent;
}

#content .atomentry .title .comment_count { display: none; }

#content .atomentry .author {
	color: #bbb;
	font: normal 16px/14px "lucidamac bold", "lucida grande", arial, verdana, sans-serif;
	letter-spacing: -1px;
	margin: 0 0 1em;
}

#content .atomentry .author cite a,
#content .atomentry .author cite a:hover { /* author mailto: link (if any) */
	color: #aaa; background: transparent;
	text-decoration: none;
}

#content .atomentry .author abbr { /* posted date */
	font-weight: bold;
	color: #aaa;
}

#content .atomentry .content {}

/*#diggit {
	margin: 10px 0;
}

#content #diggit .typo_notable_line {
	margin: 10px 0; padding: 5px;
}
#content #diggit .typo_notable_line a:hover {
	background: transparent;
	border: transparent;
}*/

#content .atomentry ul.meta { 
	font-size: 10px;
	background: #eee;
	margin: 0; padding: 5px;
	border: 1px solid #ddd;
	list-style-type: none;
}

#content .atomentry ul.meta li { 
	line-height: 13px;
	margin: 0; padding: 0;
}

#content .atomentry .meta a:link,
#content .atomentry .meta a:visited {
	color: #555;
}

#content .atomentry .meta a:hover,
#content .atomentry .meta a:active  {
	color: #fff;
}


/* Comments and Trackbacks */
#content ol.comments,
#content ol.trackbacks {
	list-style-type: none;
	margin: 0; padding: 0;
}

#content .comment,
#content .trackback {
	border: 2px solid #ddd;
	margin: 0 0 1.5em; padding: 1em;
}

#content .comment.preview { 
	background: #ffc;
	border: 3px solid #fab444;
}

#content .comment   .author,
#content .trackback .author { 
	font-weight: bold;
	margin-bottom: 1em;
}

#content .comment   .author cite,
#content .trackback .author cite {
	font-size: 16px;
	letter-spacing: -1px;
}

#content .comment   .author abbr, 
#content .trackback .author abbr { color: #999; }

#content .comment .author .gravatar { 
	margin: 0 0 0.5em 0.5em;
	float: right; 
}

/* uncomment to enable a default gravatar
#content .comment .author div {
	margin: 0 0 0.5em 0.5em;
 	width: 60px; height: 60px;
	background: url(/images/theme/gravatar.gif) no-repeat left top;
	float: right; 
}*/


#content form.comments {
	background: #f2f2f2;
	border-top: 1px solid #ddd;
	padding: 1em 0.5em;
}

#content form.comments fieldset { 
	border: none;
}

#content form.comments legend { 
	display: none;
}

#content form.comments label { 
	font-weight: bold;
}

#content form.comments textarea { 
	width: 90%; height: 150px;
	padding: 3px;
}







/*--------------------------------------------------------------
 								Application Specific CSS
 --------------------------------------------------------------*/



@media print { #sidebar { display:none; }
               #content { float: none; width:90%; }
               #content pre { color: #000; background: #eee; }
               #content form.comments { display:none; } }

body {
	font: normal 12px "lucida grande", verdana, arial, helvetica, sans-serif;
}

input,
textarea { font: normal 12px "bitstream vera sans", verdana, sans-serif; }

abbr  { border: none; }
cite  { font-style: normal; }
a img { border: none; padding: 0; margin: 0; }

a:link,  a:visited { color: #930; }
/*a:hover, a:active  { color: #fff; background: #000; }*/



/*--------------------------------------------------------------
 								Glider Specific CSS
 --------------------------------------------------------------*/




body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* typography */

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .625em;
}

h2 {
  font-size: 2.2em;
}

/* layout */






#page #tour {
  clear: left;
  border-top: 1px solid #4c4c4c;
  border-bottom: 1px solid #4c4c4c;
}

#page #navigation {
}

#page #navigation li {
  font-weight: bold;
  float: left;
  font-size: 1.5em;
/*  width: 7.5em;*/
  width: auto;
}

#page #navigation li.last {
  width: 3em;
}

#page #navigation li a {
  display: block;
  float: left;
  line-height: 3;
  color: black;
  text-decoration: none;
  padding-left:1em;
  padding-right:1em;
}

#page #navigation li a.active {
  background: url(images/nav.jpg) center top no-repeat
}

#page #tour {
/*  height: 36.8em;*/
  height: 56.8em;
}

#tour img {
  float: right;
  margin: 2em 0 0 2em;
border:1px;
}

#tour h3 {
  line-height: 2em;
  font-size: 2em;
  color: black;
}

#tour p {
  font-size: 1.4em;
  margin-bottom: 1em;
  color: black;
  line-height: 1.6;
}

#tour .scroller {
  background:white none repeat scroll 0%;
  color:black;
  overflow: hidden;
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
}

#tour .scroller .scroller-content {
  width: 10000px;
  border: 0;
  padding: 0;
  margin: 0;
}

#tour .scroller .section {
  float: left;
  height: 55em;
  width: 75em;
  /*http://www.positioniseverything.net/explorer/doubled-margin.html*/
  display:inline;
}

#tour .scroller .section a,
#tour .scroller .section a:visited,
#tour .scroller .section a:active {
  color: #3a83e5;
}



#footer p {
/*padding-left:165px;*/
}
#footer a, #footer a:visited {
color:#000000;
text-decoration:none;
}
#footer a:hover {
text-decoration:underline;
}


#tour .em2_next img {
	float:left;
	border: 0;
  padding: 0;
  margin: 0;
}



/*--------------------------------------------------------------
 								jQueryT ooltip Specific CSS
 --------------------------------------------------------------*/


/* tooltip styling. uses a background image (a black box with an arrow) */ 
div.tooltip { 
/*    background:transparent url(images/black_arrow_big.png) no-repeat scroll 0 0;*/ 
    font-size:8px; 
    height:153px; 
    padding:30px; 
    width:310px; 
    font-size:8px; 
    display:none; 
    color:white;
} 


 
/* tooltip title element (h3) */ 
/*div.tooltip h3 { 
    margin:0; 
    font-size:18px; 
    color:#fff; 
}*/


/* simple css-based tooltip */
div.tooltip {
	background-color:#000;
	outline:1px solid #669;
	border:2px solid #fff;
	padding:10px 15px;
	width:200px;
	display:none;
	color:#fff;
	text-align:left;
	font-size:12px;


	outline-radius:4px;
	-moz-outline-radius:4px;
	-webkit-outline-radius:4px;
}

div.tooltip p { 
    color:white;
}



