/*
	Portions from:
	Kube Professional CSS-framework Version 2.0.0
	Copyright (c) 2013, Imperavi Inc.
	http://imperavi.com/kube/
*/

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  color: #333333;
  font-size: 0.875em;
  line-height: 1.65em;
  font-family: 'PT Sans', Arial, "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}
.normal {
  font-weight: normal;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.highlight {
  background-color: #ffff9e !important;
}


a {
	color: #336699;
	text-decoration: none;
}
a:focus,
a:hover {
	color: #ef6465;
	text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222;
  font-family: 'PT Sans', Arial, "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-weight: bold;
}
h1 {
  font-size: 2.142em;
  line-height: 1.1333em;
  margin-bottom: .2666em;
}
h2 {
  font-size: 1.714em;
  line-height: 1.1666em;
  margin-bottom: .4555em;
}
h3 {
  font-size: 1.429em;
  line-height: 1.4em;
  margin-bottom: .4em;
}
h4 {
  /*font-size: 1.143em;*/
  font-size: 1.268em;
  line-height: 1.58em;
  margin-bottom: .4555em;
}
h5 {
  font-size: 1em;
  line-height: 1.65em;
  margin-bottom: .5em;
}
h6 {
  font-size: 0.857em;
  line-height: 1.5em;
  margin-bottom: .4555em;
  text-transform: uppercase;
}
hgroup h1,
hgroup h2,
hgroup h3,
hgroup h4,
hgroup h5,
hgroup h6 {
  margin-bottom: 0;
}
hgroup {
  margin-bottom: 0.6em;
}
.subheader {
  font-weight: 300;
  color: #888;
}
h1.subheader {
  font-size: 1.357em;
  line-height: 1.263em;
}
h2.subheader {
  font-size: 1.214em;
  line-height: 1.412em;
}
h3.subheader {
  font-size: 1em;
  line-height: 1.286em;
}
h4.subheader,
h5.subheader {
  font-size: 0.95em;
  line-height: 1.385em;
}
h6.subheader {
  font-size: 0.8em;
  line-height: 1.364em;
}
p,
ul,
ol,
dl,
dd,
dt,
blockquote,
td,
th {
  line-height: 1.65em;
}
ul,
ol,
ul ul,
ol ol,
ul ol,
ol ul {
  margin: 0 0 0 2em;
padding-left:-1em;
}
ol ol li {
  list-style-type: lower-alpha;
}
ol ol ol li {
  list-style-type: lower-roman;
}
p,
ul,
ol,
dl,
blockquote,
hr,
pre,
table,
form,
fieldset,
figure {
  margin-bottom: 1.65em;
}
dl dt {
  font-weight: bold;
}
dd {
  margin-left: 1em;
}
blockquote {
	width : 80%;
  margin-bottom: 1.65em;
  position: relative;
  color: #777777;
  padding-left: 1.65em;
  margin-left: 1.65em;
  border-left: 1px solid #ddd;
}
blockquote small,
cite {
  color: #999999;
  font-style: normal;
}
blockquote p {
  margin-bottom: .5em;
}
small,
blockquote cite {
  font-size: 0.85em;
  line-height: 1;
}
address {
  font-style: italic;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
strong,
b {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
sub,
sup {
  font-size: 0.7em;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
figcaption {
  font-size: 0.85em;
  font-style: italic;
}
ins,
mark {
  background-color: #ffee55;
  color: #000000;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-size: 90%;
  font-family: Consolas, Monaco, monospace, sans-serif;
}

pre {
  font-size: 90%;
  color: #444;
  background: #f5f5f5;
  padding: .85em;
  overflow: auto;
  -moz-tab-size: 4;
  -o-tab-size:   4;
  tab-size:      4;
}
code {
  padding: 2px 3px;
  display: inline-block;
  line-height: 1;
  background: #f5f5f5;
  border: 1px solid #ddd;
}

/* Breadcrumbs -----------------------------------------*/
/* Breadcrumbs */
.breadcrumbs {
  margin-bottom: 1.65em;
}
.breadcrumbs:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.breadcrumbs ul {
  font-size: .9em;
  color: #999;
  list-style: none;
  margin: 0;
}
.breadcrumbs ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.breadcrumbs ul li {
  float: left;
  margin-right: 3px;
}
.breadcrumbs li + li:before {
  content: " > ";
  color: #aaa;
  font-size: 12px;
  margin: 0 3px;
  position: relative;
  top: -1px;
}
.breadcrumbs-sections li + li:before {
  content: " | ";
  top: 0;
}
.breadcrumbs-path li + li:before {
  content: " / ";
  top: 0;
}
.breadcrumbs ul li a {
  color: #000000;
  text-decoration: none;
}
.breadcrumbs ul li a.active {
  color: #999;
}
.breadcrumbs ul li a:hover {
  color: #000;
  text-decoration: underline;
}

/* Notes ------------------------------------------- */
.notes {
  padding: 9px 13px;
  border: 1px solid #f7dc7d;
  border-radius: 5px;
  margin-bottom: 1.65em;
  color: #9f7d09;
  background-color: #fdf7e2;
}
.notes-header {
  font-weight: bold;
  font-size: 1.2em;
}

.warning {
  padding: 9px 13px;
  border: 1px solid #f7dc7d;
  border-radius: 5px;
  margin-bottom: 1.65em;
  color: #c01415;
  border-color: #f9c0c1;
  background-color: #fdefef;
}

.fact {
  padding: 9px 13px;
  border: 1px solid #527f36;
  border-radius: 5px;
  margin-bottom: 1.65em;
  color: #527f36;
  border-color: #8fae73;
  background-color: #e1f2de;
}

/* Messages ------------------------------------------- */
.message {
  position: relative;
  padding: 9px 13px;
  border: 1px solid #f7dc7d;
  border-radius: 5px;
  margin-bottom: 1.65em;
  color: #9f7d09;
  background-color: #fdf7e2;
}
.message-error {
  color: #c01415;
  border-color: #f9c0c1;
  background-color: #fdefef;
}
.message-success {
  color: #546628;
  border-color: #d1dfae;
  background-color: #f0f5e5;
}
.message-info {
  color: #124d72;
  border-color: #b3dbf3;
  background-color: #dff0fa;
}
.message header {
  font-weight: bold;
  font-size: 1.2em;
}
.message .close {
  cursor: pointer;
  position: absolute;
  right: 3px;
  top: 6px;
}
/* Fieldset ------------------------------------*/
fieldset {
  padding: 1.65em;
  margin-bottom: 1.65em;
  border: 1px solid #e3e3e3;
}
legend {
  font-weight: bold;
  padding: 0 1em;
}

/* Lists --------------------------------------*/
ol {
	text-indent: -1.5em;
	margin-bottom: 1.65em;
}
ul li,
ol li {
	line-height: 1.5;
}
.list-dash li,
.list-bullet li {
	list-style-type: none; /* disc circle(hollow) square none */
	text-indent: -2em;
}
.list-dash li:before {
	content: "- \0020";
    /*content: '— \0020\0020';*/
}
.list-bullet li:before {
	content: "• \0020";
    /*content: "• \0020\0020";*/
}



.indent {
	margin-left: 3em;
}

/* Lists --------------------------------------*/
.code {
  padding: 8px 10px;
  display: inline-block;
  line-height: 1.4;
  background: #f5f5f5;
  border: 1px solid #ddd;
color:#005af2;
}

/* Leading --------------------------------------*/
.leading24 {
	line-height: 24px;	
}

.tight {
	margin: 0;
	padding: 0;
}

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.padding-20 {
	padding: 20px;
}


