/* Welcome to Susy. Use this file to define screen styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen" rel="stylesheet" type="text/css" /> */
/* @group reset */
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,
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-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: "" "";
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
}

a img {
  border: none;
}

section, article, aside, header, footer, nav, dialog, figure {
  display: block;
}

/* @end */
/* incase an inverted custom gradient isn't specified */
/* @group defaults */
body {
  font-family: Baskerville, Palatino, serif;
  color: #333333;
}

/* @group links */
a:focus, input:focus, textarea:focus, button:focus {
  outline: 1px dotted;
}

a:link, a:visited {
  color: #333366;
}
a:focus, a:hover, a:active {
  text-decoration: none;
}

/* @end */
/* @group headers */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

/* @end */
/* @group block tags */
p {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

ol {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  list-style: decimal;
}

ul {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  list-style: disc;
}

blockquote {
  font-size: 1.5em;
  line-height: 2em;
  margin-bottom: 1em;
  padding-right: 1em;
  font-style: italic;
  color: #666666;
}
blockquote p {
  margin: 0;
  margin-top: 1em;
}
blockquote p:last-child {
  font-size: 0.667em;
  line-height: 1.5em;
  margin: 0;
  text-align: right;
}

/* @end */
/* @group inline tags */
cite, em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

ins {
  text-decoration: underline;
}

del {
  text-decoration: line-through;
}

q {
  font-style: italic;
}
q em {
  font-style: normal;
}

/* @end */
/* @group replaced tags */
img {
  vertical-align: bottom;
}

figure {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  border: 0.063em solid #cccccc;
  background: #eeeeee;
  color: #666666;
  -moz-box-shadow: 0 0 1em #666666;
  -webkit-box-shadow: 0 0 1em #666666;
  -o-box-shadow: 0 0 1em #666666;
  box-shadow: 0 0 1em #666666;
}
figure.left, figure.right {
  margin-top: 0;
}
figure figcaption {
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  line-height: 2em;
  padding: 0.5em;
}
figure figcaption:empty {
  display: none;
}

/* @end */
/* @group forms */
form *:focus {
  outline: none;
}
form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
form ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0px;
}
form table {
  margin-top: 2.25em;
  margin-bottom: 2.25em;
}
form table:last-child {
  margin-bottom: 0;
}

fieldset {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  border: solid;
  border-color: #bbbbdd;
  border-width: 1px 0 0;
  border-top-style: solid;
  border-top-width: 0.125em;
  padding-top: 1.375em;
}
fieldset + fieldset {
  margin-top: 3em;
}

legend {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.063em;
  padding-right: 0.5em;
}
legend + ul > li:first-child label, legend + p, legend + p label {
  margin: 0;
}

label {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *vertical-align: auto;
  margin-top: 1.5em;
}

textarea, input[type="text"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

input[type="checkbox"] + label {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *vertical-align: auto;
  margin: 0;
}

button {
  font-size: 1.5em;
  line-height: 1em;
  padding: 0 1em;
  font-family: "Lucida Grande", Lucida, Arial, sans_serif;
  background: url('http://media.peace2010.net/static/images/button_bg.png?1271437726') repeat-x bottom left;
  margin: 0;
  width: auto;
  overflow: visible;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  border-style: solid;
  font-weight: bold;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  font-size: 18px;
  line-height: 21.6px;
  padding: 5px 18px;
  border-width: 1px;
  background-color: #444444;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #989898), color-stop(10%, #6a6a6a), color-stop(50%, #3d3d3d), color-stop(50%, #353535), color-stop(100%, #4f4f4f));
  background-image: -moz-linear-gradient(top, #989898 0%, #6a6a6a 10%, #3d3d3d 50%, #353535 50%, #4f4f4f 100%);
  border-color: #1e1e1e;
  text-shadow: #040404 0px 1px 1px;
  color: white;
}
button::-moz-focus-inner {
  border: none;
  padding: 0;
}
button:focus {
  outline: none;
}
button.disabled, button[disabled] {
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
  -o-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus {
  cursor: default;
}
button:active {
  padding: 4px 17px;
  border-width: 2px;
}
button.disabled:active, button[disabled] {
  padding: 5px 18px;
  border-width: 1px;
}
button.disabled:active, button.disabled:hover, button[disabled]:active, button[disabled]:hover {
  background-color: #444444;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #989898), color-stop(10%, #6a6a6a), color-stop(50%, #3d3d3d), color-stop(50%, #353535), color-stop(100%, #4f4f4f));
  background-image: -moz-linear-gradient(top, #989898 0%, #6a6a6a 10%, #3d3d3d 50%, #353535 50%, #4f4f4f 100%);
  border-color: #1e1e1e;
  text-shadow: #040404 0px 1px 1px;
  color: white;
}
button:hover, button:focus {
  background-color: #3c3c3c;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #909090), color-stop(10%, #626262), color-stop(50%, #353535), color-stop(50%, #2d2d2d), color-stop(100%, #474747));
  background-image: -moz-linear-gradient(top, #909090 0%, #626262 10%, #353535 50%, #2d2d2d 50%, #474747 100%);
  border-color: #161616;
  text-shadow: black 0px 1px 1px;
  color: white;
}
button:active {
  background-color: #353535;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #353535), color-stop(30%, #3a3a3a), color-stop(50%, #303030), color-stop(50%, #292929), color-stop(100%, #4a4a4a));
  background-image: -moz-linear-gradient(top, #353535 0%, #3a3a3a 30%, #303030 50%, #292929 50%, #4a4a4a 100%);
  border-color: #0f0f0f;
  text-shadow: black 0px -1px -1px;
  color: white;
}

p.submit {
  text-align: right;
}
p.submit:first-child {
  text-align: left;
  margin-top: 3em;
  margin-bottom: 3em;
}

.errorlist {
  color: red;
}

/* @end */
/* @group tables */
/* tables still need 'cellspacing="0"' in the markup */
table {
  width: 100%;
  border: solid #cccccc;
  border-width: 0.063em 0;
  border-top-style: solid;
  border-top-width: 0.063em;
  padding-top: 0.688em;
  border-bottom-style: solid;
  border-bottom-width: 0.063em;
  padding-bottom: 0.688em;
}
table caption {
  display: none;
}

th {
  font-weight: bold;
}

/* @end */
/* @end */
/* @group TEMPLATE */
/* left and right floats for dynamic content */
.left {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 0.5em;
}

.right {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}

/* let's get that susy started */
body {
  font-size: 100%;
  line-height: 1.5em;
}

html > body {
  font-size: 16px;
}

body {
  text-align: center;
}

#page {
  overflow: hidden;
  display: inline-block;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 60em;
  max-width: 100%;
  position: relative;
}
#page {
  display: block;
}

/* and take care of some common issues */
#skip-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#skip-links ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0px;
}
#skip-links a {
  position: absolute;
  top: -9999em;
  display: block;
  width: 100%;
}
#skip-links a:focus {
  top: 0;
  z-index: 999;
}

/* @end */
/* @group STRUCTURE */
#page {
  overflow: hidden;
}
#page > .inner {
  overflow: hidden;
  display: inline-block;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 60em;
  max-width: 100%;
  position: relative;
  padding-top: 1.5em;
  background: white;
}
#page > .inner {
  display: block;
}

header[role='banner'] {
  background: #000033;
  color: #eeeeff;
}
header[role='banner'] hgroup {
  overflow: hidden;
  display: inline-block;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 60em;
  max-width: 100%;
  padding: 1.5em 0;
  text-align: center;
  -moz-box-shadow: 0 2em 2em black;
  -webkit-box-shadow: 0 2em 2em black;
  -o-box-shadow: 0 2em 2em black;
  box-shadow: 0 2em 2em black;
}
header[role='banner'] hgroup {
  display: block;
}
.no-boxshadow header[role='banner'] hgroup {
  border: 0.125em solid black;
  border-width: 0px 0.125em;
}
header[role='banner'] hgroup h1, header[role='banner'] hgroup h2 {
  padding: 0 1.667%;
}
header[role='banner'] hgroup h1 a {
  display: block;
  font-size: 1.5em;
  line-height: 1em;
  text-indent: -9999em;
  overflow: hidden;
  text-align: left;
  background-image: url('http://media.peace2010.net/static/images/logo_horz.png?1271437726');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 1em;
  padding: 0.5em 0;
  text-transform: uppercase;
  font-weight: normal;
}
header[role='banner'] hgroup h1 a .quiet {
  font-size: 0.667em;
  line-height: 1.5em;
  text-transform: capitalize;
  font-style: italic;
}
header[role='banner'] hgroup h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  line-height: 2em;
  font-weight: lighter;
  text-transform: uppercase;
  color: #aaaacc;
}
header[role='banner'] hgroup h2:before, header[role='banner'] hgroup h2:after {
  content: "\022";
}
header[role='banner'] a:link, header[role='banner'] a:visited {
  color: #eeeeff;
  text-decoration: none;
}

#site-nav {
  display: inline;
  float: left;
  width: 16.667%;
  margin-right: 3.333%;
  margin-left: 1.667%;
  margin-bottom: 1.714em;
}

#content {
  display: inline;
  float: left;
  width: 56.667%;
  margin-right: 3.333%;
  margin-bottom: 1.5em;
}

#links {
  display: inline;
  float: left;
  width: 16.667%;
  margin-right: 3.333%;
  display: inline;
  float: right;
  margin-right: 1.667%;
  /* ugly hacks for IE6-7 */
  #margin-left: -2em;
  margin-bottom: 1.714em;
}

footer[role='contentinfo'] {
  clear: both;
  background: #dddddd;
  color: #555555;
}
footer[role='contentinfo'] > .inner {
  overflow: hidden;
  display: inline-block;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 60em;
  max-width: 100%;
  -moz-box-shadow: 0 -2em 2em #888888;
  -webkit-box-shadow: 0 -2em 2em #888888;
  -o-box-shadow: 0 -2em 2em #888888;
  box-shadow: 0 -2em 2em #888888;
}
footer[role='contentinfo'] > .inner {
  display: block;
}
.no-boxshadow footer[role='contentinfo'] > .inner {
  border: 1px solid #888888;
  border-width: 0px 0.125em;
}
footer[role='contentinfo'] > .inner > div {
  font-size: 0.75em;
  line-height: 2em;
  margin-top: 2em;
  margin-bottom: 2em;
}
footer[role='contentinfo'] .sponsor {
  display: inline;
  float: left;
  width: 16.667%;
  margin-right: 3.333%;
  margin-left: 1.667%;
}
footer[role='contentinfo'] .sponsor a {
  display: block;
  height: 138px;
  text-indent: -9999em;
  overflow: hidden;
  text-align: left;
  background-image: url('http://media.peace2010.net/static/images/IEPC_logo.gif?1271442098');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-position: center 12px;
}
footer[role='contentinfo'] .author.vcard {
  display: inline;
  float: left;
  width: 26.667%;
  margin-right: 3.333%;
}
footer[role='contentinfo'] .author.vcard .fn {
  display: block;
}
footer[role='contentinfo'] .credit {
  display: inline;
  float: left;
  width: 26.667%;
  margin-right: 3.333%;
  padding-right: 20.0%;
  display: inline;
  float: right;
  margin-right: 1.667%;
  /* ugly hacks for IE6-7 */
  #margin-left: -2em;
  text-align: right;
}
footer[role='contentinfo'] .credit cite {
  display: block;
}
footer[role='contentinfo'] a:link, footer[role='contentinfo'] a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #666699;
}
footer[role='contentinfo'] a:hover, footer[role='contentinfo'] a:focus, footer[role='contentinfo'] a:active {
  color: #333366;
}

/* @end */
/* @group COMPONENTS by type */
/* @end */
/* @group OVERRIDES by content */
#site-nav, #links {
  font-size: 0.875em;
  line-height: 1.714em;
  margin-top: 3.857em;
  border-top: 0.214em double;
  color: #999999;
}
#site-nav h1, #links h1 {
  margin-bottom: 1.714em;
  font-variant: small-caps;
  letter-spacing: 0.071em;
}
#site-nav ul, #links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: capitalize;
}
#site-nav ul li, #links ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0px;
}
#site-nav a:link, #site-nav a:visited, #links a:link, #links a:visited {
  display: block;
  text-decoration: none;
  color: #666699;
}
#site-nav a:hover, #site-nav a:focus, #site-nav a:active, #links a:hover, #links a:focus, #links a:active {
  color: #333366;
}
#site-nav a[rel="home"]:link, #site-nav a[rel="home"]:visited, #links a[rel="home"]:link, #links a[rel="home"]:visited {
  padding-right: 1.5em;
}
#site-nav a[rel="home"]:hover, #site-nav a[rel="home"]:focus, #site-nav a[rel="home"]:active, #links a[rel="home"]:hover, #links a[rel="home"]:focus, #links a[rel="home"]:active {
  background: url('http://media.peace2010.net/static/images/ui/house.png?1271437726') no-repeat scroll right 3/14em;
}

#content h1 {
  font-size: 1.5em;
  line-height: 1em;
  color: #333366;
}
#content h2, #content h3, #content h4, #content h5, #content h6 {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  color: #555555;
}
#content h2, #content h3 {
  letter-spacing: 0.063em;
}
#content h2 {
  font-size: 1.125em;
  line-height: 1.333em;
  text-transform: uppercase;
}
#content h2 + p, #content h2 + ul, #content h2 + ol {
  margin-top: 0;
}
#content h3 {
  font-variant: small-caps;
}
#content h4 {
  font-style: italic;
}

#registration > h1 {
  display: none;
}
#registration > h1 + h1 {
  display: block;
}
#registration #meals th {
  font-weight: normal;
}
#registration #meals thead th:first-child {
  font-weight: bold;
}
#registration strong.owed {
  font-size: 1.5em;
  line-height: 1em;
  margin-top: -1.5em;
  color: #6666b3;
}

#registration-data {
  display: inline-block;
}
#registration-data:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
#registration-data {
  display: block;
}
#registration-data > h1 {
  margin-bottom: 1em;
}
#registration-data .vcard {
  display: inline;
  float: left;
  width: 47.059%;
  margin-right: 5.882%;
  margin: 0;
  margin-bottom: 1.5em;
  border-right: 1px solid #cccccc;
}
#registration-data #lodging-prefs, #registration-data #vegetarian {
  margin: 0;
  padding-left: 5.882%;
  overflow: hidden;
}
#registration-data #lodging-prefs .no, #registration-data #vegetarian .no {
  display: none;
}
#registration-data #lodging-prefs .no.preview, #registration-data #vegetarian .no.preview {
  display: list-item;
  text-decoration: line-through;
  color: red;
}
#registration-data #vegetarian {
  margin-bottom: 1.5em;
}
#registration-data #meals table {
  clear: both;
}
#registration-data #meals table .yes {
  background: #cdffcd url('http://media.peace2010.net/static/images/ui/accept.png?1271437726') no-repeat scroll center;
}
#registration-data #meals table .no {
  background: #ffe5e5 url('http://media.peace2010.net/static/images/ui/cancel.png?1271437726') no-repeat scroll center;
}

#vcard-info li {
  display: inline-block;
}
#vcard-info li:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
#vcard-info li {
  display: block;
}
#vcard-info li + li {
  margin-top: 1.5em;
}
#vcard-info label {
  display: inline;
  float: left;
  width: 29.412%;
  margin-right: 5.882%;
  margin: 0;
  text-align: right;
}
#vcard-info label:after {
  content: ":";
}
#vcard-info textarea, #vcard-info input[type="text"] {
  display: inline;
  float: left;
  width: 64.706%;
  margin-right: 5.882%;
  display: inline;
  float: right;
  margin-right: 0;
  /* ugly hacks for IE6-7 */
  #margin-left: -2em;
}
#vcard-info .errorlist {
  clear: both;
  padding-left: 35.294%;
}

/* @end */
/* @group OVERRIDES by page */
/* @end */
/* @group DEBUG */
/*   uncomment, adjust and use for debugging */
/* #page
 *   +show-grid("grid.png") */
/* @end */
