/*************************************************************************
* DEFAULTS
*************************************************************************/

body {
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 13px;
}

img {
  border: none;
}

a {
  color: #2C9CC3;
  text-decoration: none;
}

a:hover,
a:active,
a:focus
 {
  color: red;
  text-decoration: underline;
}

body:hover,
body:focus,
body:active,
a:hover,
a:active,
a:focus,
div.submit input:hover,
div.submit input:active,
div.submit input:focus {
  outline: none !important;
}

ol,
ul,
li,
dl,
dt,
dd,
p {
  margin: 0px;
  padding: 0px;
  line-height: 16px;
}

li {
  list-style: none;
}

dl {
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 8px;
  margin-left: 8px;
}

.hidden {
  display: none;
}


/*************************************************************************
* MESSAGES
*************************************************************************/

.messages {
  margin: 0px;
  padding: 0px;
  font-size: 1px;
  line-height: 0px;
  position: relative;
  display: block;
}

.messages div {
  display: block;
  border-width: 0px 0px 0px 8px;
  border-style: solid;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  padding: 8px;
  margin: 0px;
  margin-bottom: 16px;
  background-color: #FEFEFE;
}

.messages .info {
  border-color: #2C9CC3;
  color: #2C9CC3;
  cursor: pointer;
}

.messages .error {
  border-color: red;
  color: red;
}

.notice {
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: bold;
}

.notice strong {
  font-size: 15px;
}


/*************************************************************************
* MARKDOWN
*************************************************************************/

#content .markdown {
  color: #444444;
  font-size: 13px;
  line-height: 16px;
  display: block;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 0px;
  overflow: hidden;
  text-align: left;
  font-family: Andale Mono, Lucida Console, Courier;
}

#content .markdown h1 {
  font-size: 24px;
  line-height: 28px;
  margin: 0px;
  margin-bottom: 4px;
  color: #222222;
}

#content .markdown h2 {
  font-size: 20px;
  line-height: 24px;
  margin: 0px;
  margin-bottom: 8px;
  color: #333333;
}

#content .markdown h3 {
  font-size: 18px;
  line-height: 20px;
  margin: 0px;
  margin-bottom: 8px;
  color: #333333;
}

#content .markdown h4 {
  font-size: 15px;
  line-height: 20px;
  margin: 0px;
  margin-bottom: 8px;
  color: #333333;
}

#content .markdown p,
#content .markdown ul {
  padding-bottom: 12px;
  font-size: 12px;
  line-height: 14px;
}

#content .markdown ul {
  margin-left: 12px;
}

#content .markdown li {
  margin-left: 8px;
  list-style: circle;
}
