@charset "utf-8";
/* CSS Document */

/* --------
  The CSS rules offered here are just an example, you may use them as a base. 
  Shape your 'expand/collapse' content so that it meets the style of your site. 
 --------- */
* {margin:0; padding:0}
/* --- Page Structure  --- */
#wrapper{
  margin:0 auto;
  padding:0px 0.5%;
  text-align:left
}
#content {
  max-width:70em;
  width:100%;
  margin:0 auto;
  padding-bottom:20px;
  overflow:hidden
}
.demo {
  margin:0;
  padding:1.5em 1.5em 0.75em;
  border:1px solid #ccc;
  position:relative;
  overflow:hidden
}
.collapse p {padding:0 12px 1.5em}

#switch, .switch {margin-bottom:5px; text-align:right}

/* --- Headings  --- */
h1 {
  margin-bottom:.50em; 
  font-family:georgia,'times new roman',times,serif; 
  font-size:3em; 
  font-weight:normal; 
  color: #63C;
}
h2{font-size:1.1em}

.expand{padding-bottom:.75em}

/* --- Links  --- */
a:link, a:visited {
  /*border:1px dotted #ccc;*/
  border-width:0 0 1px;
  text-decoration:none;
  color:blue
}
a:hover, a:active, a:focus {
  /*border-style: dotted;*/
  /*background-color: #FFFFFF;*/
  outline:0 none
}
a:active, a:focus {
  color:red;
}
.expand a {
  display:block;
  padding:3px 10px
}
.expand a:link, .expand a:visited {
  border-width:1px;
  background-image:url(img/arrow-down.gif);
  background-repeat:no-repeat;
  background-position:98% 50%;
}
.expand a:hover, .expand a:active, .expand a:focus {
  text-decoration:underline
}
.expand a.open:link, .expand a.open:visited {
  border-style: dotted;
  background:#eee url(img/arrow-up.gif) no-repeat 98% 50%
}