/* LESS VARIABLES */
/* background colors */
/* borders */
/* text colors */
/* misc. colors */
/* reset (meyer) */
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 {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
body {
  line-height: 1em;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* grid.css (960.gs) */
div.rz_left {
  margin-left: 0;
  margin-right: 0;
}
div.rz_right {
  float: right;
  margin-right: 0;
}
div.rz_first {
  margin-top: 56px;
}
/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/
/* Containers
----------------------------------------------------------------------------------------------------*/
.container_16 {
  margin-left: auto;
  margin-right: auto;
  width: 1040px;
}
/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}
/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {
  margin-left: 0;
}
.omega {
  margin-right: 0;
}
/* Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .grid_1 {
  width: 45px;
}
.container_16 .grid_2 {
  width: 110px;
}
.container_16 .grid_3 {
  width: 175px;
}
.container_16 .grid_4 {
  width: 240px;
}
.container_16 .grid_5 {
  width: 305px;
}
.container_16 .grid_6 {
  width: 370px;
}
.container_16 .grid_7 {
  width: 435px;
}
.container_16 .grid_8 {
  width: 500px;
}
.container_16 .grid_9 {
  width: 565px;
}
.container_16 .grid_10 {
  width: 630px;
}
.container_16 .grid_11 {
  width: 695px;
}
.container_16 .grid_12 {
  width: 760px;
}
.container_16 .grid_13 {
  width: 825px;
}
.container_16 .grid_14 {
  width: 890px;
}
.container_16 .grid_15 {
  width: 955px;
}
.container_16 .grid_16 {
  width: 1020px;
}
/* Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .prefix_1 {
  padding-left: 65px;
}
.container_16 .prefix_2 {
  padding-left: 130px;
}
.container_16 .prefix_3 {
  padding-left: 195px;
}
.container_16 .prefix_4 {
  padding-left: 260px;
}
.container_16 .prefix_5 {
  padding-left: 325px;
}
.container_16 .prefix_6 {
  padding-left: 390px;
}
.container_16 .prefix_7 {
  padding-left: 455px;
}
.container_16 .prefix_8 {
  padding-left: 520px;
}
.container_16 .prefix_9 {
  padding-left: 585px;
}
.container_16 .prefix_10 {
  padding-left: 650px;
}
.container_16 .prefix_11 {
  padding-left: 715px;
}
.container_16 .prefix_12 {
  padding-left: 780px;
}
.container_16 .prefix_13 {
  padding-left: 845px;
}
.container_16 .prefix_14 {
  padding-left: 910px;
}
.container_16 .prefix_15 {
  padding-left: 975px;
}
/* Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .suffix_1 {
  padding-right: 65px;
}
.container_16 .suffix_2 {
  padding-right: 130px;
}
.container_16 .suffix_3 {
  padding-right: 195px;
}
.container_16 .suffix_4 {
  padding-right: 260px;
}
.container_16 .suffix_5 {
  padding-right: 325px;
}
.container_16 .suffix_6 {
  padding-right: 390px;
}
.container_16 .suffix_7 {
  padding-right: 455px;
}
.container_16 .suffix_8 {
  padding-right: 520px;
}
.container_16 .suffix_9 {
  padding-right: 585px;
}
.container_16 .suffix_10 {
  padding-right: 650px;
}
.container_16 .suffix_11 {
  padding-right: 715px;
}
.container_16 .suffix_12 {
  padding-right: 780px;
}
.container_16 .suffix_13 {
  padding-right: 845px;
}
.container_16 .suffix_14 {
  padding-right: 910px;
}
.container_16 .suffix_15 {
  padding-right: 975px;
}
/* Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .push_1 {
  left: 65px;
}
.container_16 .push_2 {
  left: 130px;
}
.container_16 .push_3 {
  left: 195px;
}
.container_16 .push_4 {
  left: 260px;
}
.container_16 .push_5 {
  left: 325px;
}
.container_16 .push_6 {
  left: 390px;
}
.container_16 .push_7 {
  left: 455px;
}
.container_16 .push_8 {
  left: 520px;
}
.container_16 .push_9 {
  left: 585px;
}
.container_16 .push_10 {
  left: 650px;
}
.container_16 .push_11 {
  left: 715px;
}
.container_16 .push_12 {
  left: 780px;
}
.container_16 .push_13 {
  left: 845px;
}
.container_16 .push_14 {
  left: 910px;
}
.container_16 .push_15 {
  left: 975px;
}
/* Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .pull_1 {
  left: -65px;
}
.container_16 .pull_2 {
  left: -130px;
}
.container_16 .pull_3 {
  left: -195px;
}
.container_16 .pull_4 {
  left: -260px;
}
.container_16 .pull_5 {
  left: -325px;
}
.container_16 .pull_6 {
  left: -390px;
}
.container_16 .pull_7 {
  left: -455px;
}
.container_16 .pull_8 {
  left: -520px;
}
.container_16 .pull_9 {
  left: -585px;
}
.container_16 .pull_10 {
  left: -650px;
}
.container_16 .pull_11 {
  left: -715px;
}
.container_16 .pull_12 {
  left: -780px;
}
.container_16 .pull_13 {
  left: -845px;
}
.container_16 .pull_14 {
  left: -910px;
}
.container_16 .pull_15 {
  left: -975px;
}
/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* text.css */
body {
  font: 100%/1.5em 'PTSansRegular', Arial, 'Liberation Sans', FreeSans, sans-serif;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
:focus {
  outline: 0;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #555555;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a:focus {
  outline: 1px dotted invert;
}
hr {
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
}
h1 {
  font-size: 28px;
  line-height: 42px;
}
h2 {
  font-size: 24px;
  line-height: 36px;
}
h3 {
  font-size: 16px;
  line-height: 24px;
}
h4 {
  font-size: 14px;
  line-height: 21px;
}
h5 {
  font-size: 12px;
  line-height: 18px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
}
ol {
  list-style: decimal;
}
ul li {
  list-style: square;
}
li {
  margin-left: 30px;
}
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
  margin-bottom: 20px;
}
@font-face {
  font-family: PTSansNarrowBold, 'Helvetica Neue', helvetica, Arial, sans-serif;
  src: local('PT Sans Narrow Bold'), local(PTSans-NarrowBold), url(fonts/PT_Sans_Narrow_Bold.ttf) format(truetype);
}
/* daltontheme.css */
body {
  background-color: #f3f3f3;
  color: #555555;
  font-size: .875em;
  padding: 0 0 40px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
}
sup {
  font-size: 9px;
  vertical-align: super;
}
.grid_12 {
  font-size: 1.1em;
}
.grid_4 {
  font-size: .875em;
}
div.footer {
  margin-top: 35px;
}
.footer p {
  font-weight: 400;
  margin: 5px;
  padding: 5px;
}
#topbar {
  background: url(images/bg_topbar.png) repeat-x scroll 0 0;
  display: block;
  height: 45px;
  margin: 0 0 20px;
  padding: 0;
}
#topbar_logo {
  margin: 10px 26px 0;
}
#blogtitle {
  font-family: PTSansBold, 'Helvetica Neue', helvetica, Arial, sans-serif;
  font-size: 2em;
  left: 10px;
  padding: 85px 35px;
  position: absolute;
  text-align: right;
  top: 10px;
}
code {
  display: block;
  padding: 10px;
  border: 1px dashed #cccccc;
  background: #e7e7e7;
}
a {
  font-weight: 700;
  text-decoration: none;
}
a:hover {
  color: #86aee7;
}
a.daltontheme-morePostsLink {
  background: url(images/sprite_icon_add_gray_22.png) no-repeat scroll 0 12px transparent;
  border-top: 1px dotted #CCC;
  display: block;
  font-size: 18px;
  font-weight: 400;
  height: 22px;
  margin-bottom: 30px!important;
  margin-top: -11px;
  padding-left: 29px;
  padding-top: 15px;
}
a.daltontheme-morePostsLink:hover {
  background: url(images/sprite_icon_add_gray_22.png) no-repeat scroll 0 -30px transparent;
}
a.comment_link {
  background: url(images/icon_comment_gray.png) no-repeat scroll 0 0 transparent;
  padding-left: 22px;
}
a.comment_link img {
  margin-bottom: -7px;
  margin-left: 5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2em;
  margin-bottom: 0.3em;
}
body.home h1 {
  border-bottom: none;
}
body.single h1 {
  font-size: 3em;
  letter-spacing: -0.05em;
}
.align-under-header {
  margin-top: 73px;
}
body.page-template-pageportala-php div.grid_12 > h1 {
  border: none;
  margin-bottom: -6px !important;
  padding-bottom: 0 !important;
}
h5 {
  font-size: 1.2em;
}
h6 {
  font-size: 1em;
  text-transform: uppercase;
}
div.grid_12 > h1 {
  font-size: 2.5em;
  letter-spacing: -1.8px;
  margin-bottom: 27px;
}
div.featured h2,
div.featured h3 {
  background: transparent!important;
  margin: 10px 0;
  padding: 0;
}
div.featured h3 {
  font-size: 1.3125em;
  line-height: 1.142857em;
}
a.comment-edit-link,
a.post-edit-link,
a.comment-reply-link {
  font-size: 13px;
}
.edit-inline {
  float: right;
  font-size: 9px;
}
p.edit_post_link {
  margin-left: 15px;
}
#privacyWarning {
  float: right;
  margin-top: 5px;
  font-size: 12px;
  background: url(images/icon-eye.png) no-repeat 0 3px;
}
#branding {
  margin-bottom: 20px;
  margin-top: 0;
  overflow: hidden;
}
h2#page-heading {
  border-bottom: 1px solid #ccc;
  font-weight: 400;
  margin: 0 0 10px;
  padding: 0.5em;
}
.box {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 10px;
}
/* ------------  MESSAGES -------------- */
.info,
.error,
.notice,
.success {
  -moz-border-radius: 1px 1px 1px 1px;
  -webkit-border-radius: 1px 1px 1px 1px;
  border-radius: 1px;
  border: 1px solid #BBBBBB;
  margin-bottom: 20px;
}
.message_box_content {
  border: 1px solid #FFFFFF;
  padding: 10px;
}
.success {
  background: none repeat scroll 0 0 #e2f2ce;
  border-color: #bfe098;
  color: #466840;
}
.alert {
  background: #FBE3E4;
  border: solid 1px #FBC2C4;
  color: #8A1F11;
  margin: 16px 0 ;
  padding: 10px;
}
.notice {
  margin: 16px 0;
  padding: 10px;
  background: #FFF6BF none repeat scroll 0 0;
  border-color: #FFD324;
  color: #514721;
}
.faq-answer {
  background: #fff;
  padding: 15px;
}
.faq-answer img {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.alert {
  background: #FBE3E4;
  border: 1px solid #FBC2C4;
  color: #8A1F11;
  margin: 16px 0;
  padding: 10px;
}
.error {
  background: none repeat scroll 0 0 #fde9ea;
  border-color: #fdced0;
  color: #a14a40;
}
.error_msg {
  background: none repeat scroll 0 0 #FFF3F3;
  border-color: -moz-use-text-color #fcbec0 #fcbec0;
  border-right: 1px solid #FCBEC0;
  border-style: none solid solid;
  border-width: 0 1px 1px;
  color: #684C4C;
  margin-bottom: 20px;
  margin-top: -20px;
}
#branding.box {
  background-color: #fff;
  padding-bottom: 7px;
  border-top: 1px solid #eeeeee;
}
.no-box .post {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 40px;
}
.box > h2,
.box > h3,
.box > ul > h3 {
  color: #555;
  font-size: 1em;
  font-weight: 700;
  margin: -10px -10px 0;
  padding: 6px 12px;
  text-transform: uppercase;
}
.box.widget > ul,
.box.widget > .block,
.box.widget .textwidget {
  margin-top: 10px;
}
.box.widget ul {
  border: none !important;
}
.box.widget ul.menu li a {
  border-bottom: none !important;
}
.box h2 a,
.box h2 a.visible {
  border: none;
  color: #223140;
  display: block;
  margin: -6px -12px;
  padding: 6px 12px;
}
/* ---------------------------------------------------------- */
/* Hide submenus (hide MS submenu in HS pages and vice-versa) */
body.page-id-8 .menu-ms-submenu-container {
  display: none;
}
body.page-id-272 .menu-hs-submenu-container {
  display: none;
}
/* ---------------------------------------------------------- */
.box .article h4 {
  background: none;
  font-size: 1.1875em !important;
}
.box .article h4 a {
  background: none;
  color: #5070AC;
  font-weight: 700;
  padding: none;
  text-decoration: none;
  text-transform: none;
}
.box .article h4 a:hover {
  color: #86aee7;
}
.box .article {
  border-bottom: 1px dotted #ccc;
  border-top: none;
  margin-bottom: 0;
  padding: 10px 0;
}
.box .article p {
  margin-bottom: 5px;
}
.grid_4 .box h2 a {
  background-position: 97% 50%;
}
.grid_5 .box h2 a {
  background-position: 98% 50%;
}
.grid_12 .box h2 a {
  background-position: 99% 50%;
}
.box h2 a.hidden,
.box h2 a.hidden:hover {
  background-image: url(../img/switch_plus.gif);
}
.block {
  padding-bottom: 1px;
  padding-top: 10px;
}
p {
  text-align: justify;
}
blockquote {
  color: #333;
  font-family: "PTSansItalic", 'Helvetica Neue', helvetica, Arial, sans-serif;
  line-height: 1.2em;
  padding: 25px 0 25px 0;
}
.box blockquote {
  padding: 0;
}
.box ul {
  margin-bottom: 0;
  padding: 0;
}
.box li {
  border-bottom: 1px dotted #ccc;
  list-style: none;
  margin: 0;
  padding: 10px 0;
}
dt {
  font-family: 'PTSansNarrowBold', 'Helvetica Neue', helvetica, Arial, sans-serif;
}
dl.image-meta-table {
  border-bottom: 1px solid #ccc;
  float: left;
  font-size: 1em;
  margin: 1em 0;
  padding: 0;
  width: 400px;
}
.image-meta-table dt {
  border-top: 1px solid #ccc;
  clear: left;
  float: left;
  margin: 0;
  padding: 5px;
  width: 120px;
}
.image-meta-table dd {
  border-top: 1px solid #ccc;
  float: left;
  margin: 0;
  padding: 5px;
  width: 260px;
}
.gallery dl {
  display: inline-block;
  vertical-align: top;
}
.gallery .attachment-thumbnail {
  float: none!important;
  vertical-align: top;
}
.gallery dd.gallery-caption {
  color: #888888;
  font-size: 11px;
  line-height: 14px;
  margin: -10px 0 0 1px;
  padding: 9px 10px;
  vertical-align: top;
  width: 153px;
}
#gallery-1 img {
  border: 1px solid #cccccc !important;
}
ul.menu {
  border-top: 1px solid #bbb;
  list-style: none;
}
ul.menu li a {
  border-bottom: 1px solid #ccc;
  display: block;
  padding: 4px 10px;
}
ul.menu li a:hover {
  background: #eeeeee;
}
ul.menu ul {
  list-style: none;
  margin: 0;
}
ul.menu ul li a {
  padding-left: 30px;
}
ul.section {
  border-top: 0;
  margin-bottom: 0;
}
ul.section li a {
  background: #bbbbbb;
}
ul.section li a:hover {
  background: #aaaaaa;
}
ul.section li li a {
  background: #ddd;
  border-bottom: 1px solid #eeeeee;
}
ul.section li li a:active {
  background: #fff;
  color: #333333;
}
ul.section ul li {
  text-transform: none;
}
ul.section ul.current li a {
  background: #eee;
  border-bottom: 1px solid #ffffff;
}
ul.section ul.current li a:hover {
  background: #dddddd;
}
ul.section li a.current:hover {
  background: #555555;
}
ul.section li a.current:active {
  background: #444444;
}
ul.section li a.active {
  background: #fff;
  cursor: default;
}
ul.section li.current > a.active,
ul.section li.current > a.active:hover {
  background: #666;
  color: #fff;
  cursor: default;
}
table {
  border: 1px solid #bbb;
  margin-bottom: 10px;
  width: 100%;
}
col.colC {
  width: 8em;
}
th,
td {
  padding: .2em 1em;
  text-align: left;
}
thead th {
  background: #bbb;
  border-bottom: 2px solid #888;
  padding: 0.4em 1em 0.2em;
}
thead th.table-head {
  background: #555;
  border: 1px solid #555;
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
}
tbody th,
tbody td {
  background: #eee;
  border-bottom: 1px solid #bbb;
  border-top: 1px solid #bbbbbb;
}
tfoot th,
tfoot td {
  background: #eee;
  border-top: 2px solid #666666;
}
tfoot tr.total th,
tfoot tr.total td {
  border-top: 6px double #666666;
}
th.currency,
td.currency {
  text-align: right;
}
form {
  overflow: hidden;
}
fieldset {
  border: 1px solid #bbb;
  margin-bottom: 10px;
  padding: 10px 10px 20px;
  position: relative;
}
#commentform label {
  background: #e7e7e7;
  display: inline-block;
  font-size: 13px;
  margin: 0 5px -2px 0;
  padding: 4px 10px;
  width: 120px;
}
form .required {
  color: #fde9ea;
}
legend {
  color: #fff;
  font-size: 1.1em;
  padding: 0.4em 0.8em;
}
fieldset li {
  border: none!important;
  list-style: none;
}
fieldset.login p {
  margin-bottom: 1em;
  margin-top: 0;
}
fieldset p select {
  width: 99%;
}
fieldset.login p label {
  float: left;
  line-height: 2em;
  margin-right: 3%;
  text-align: right;
  width: 32%;
}
fieldset.login p input {
  width: 60%;
}
fieldset.login input.button {
  margin-left: 35%;
}
fieldset ul {
  margin-top: 20px;
}
input.search.text {
  width: 73%;
}
input.search.button {
  margin-left: 2%;
}
.wpcf7-form-control-wrap input {
  margin: 5px 0 15px;
}
.search input {
  font: normal 0.9em/100% Arial, Helvetica, sans-serif;
}
.search .text,
.wpcf7-form-control-wrap input,
textarea,
input.text {
  -moz-border-radius: 2px;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  background: #fff;
  border: solid 1px #bcbbbb;
  border-radius: 2px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  outline: none;
  padding: 6px 6px 6px 8px;
}
.search .text {
  width: 202px;
}
.search .button {
  color: white;
  font-size: 11px;
  font-weight: bold;
  margin: 2px;
  padding: 5px 3px;
}
p.info {
  background: #e2f2ce;
  padding: 5px;
}
.article {
  margin-bottom: 3em;
  padding-top: 1.2em;
  clear: both;
}
.article h2 {
  background: transparent;
  border: none;
  color: #333333;
  font-size: 1.475em;
  margin: 0;
  padding: 0;
  text-transform: none;
}
.meta {
  border-bottom: 1px dotted #CCC;
  font-family: 'PTSansItalic', 'Helvetica Neue', helvetica, Arial, sans-serif;
  font-size: .8em;
  line-height: 1.6em;
  margin-bottom: 22px;
  padding: 1px 0 0.735em;
}
.more-link {
  border-bottom: 1px dotted #CCC;
  font-family: 'PTSansItalic', 'Helvetica Neue', helvetica, Arial, sans-serif;
  font-size: .8em;
  line-height: 1.6em;
  margin-bottom: 22px;
  padding: 1px 0 0.735em;
  font-size: .875em;
  font-weight: 400;
  line-height: 1.8em;
  margin: 0;
  display: block;
}
div.meta h1 {
  font-family: PTSansRegular, 'Helvetica Neue', helvetica, Arial, sans-serif;
  padding-top: 15px;
}
hr.meta {
  border: none;
  border-bottom: 1px dotted #ccc;
  margin: -15px 0 34px;
  padding: 0 0 10px;
}
.meta > h3 {
  font-size: .875em;
  font-weight: 400;
  line-height: 1.8em;
  margin: 0;
}
.box .meta {
  border: none;
  margin-bottom: 11px;
}
.box .first {
  border-top: none;
}
.article h4 {
  background: #f3f3f3;
  color: #616161;
  font-size: .875em;
  margin-bottom: .5em;
  text-transform: uppercase;
}
.article a.image {
  background: #fff;
  border: 1px solid #bbb;
  float: left;
  margin: 3px 10px 3px 0;
  padding: 4px;
}
.article a.image:hover {
  border: 1px solid #666666;
}
.article p.meta {
  color: #666666;
}
.article p.more-link-wrap:before {
  content: " (";
}
.article p.more-link-wrap:after {
  content: ") ";
}
#site_info .box {
  color: #ccc;
  margin-bottom: 10px;
}
#site_info a:hover {
  color: #000000;
}
#loading {
  float: right;
  margin-right: 14px;
  margin-top: -2px;
}
.toggler {
  background: #eee;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #ddd;
  border-top: 1px solid #f5f5f5;
  color: #222;
  font-size: 1.1em;
  font-weight: 400;
  margin: 0;
  padding: 2px 5px;
}
.element h4 {
  line-height: 1.2em;
  margin: 0;
  padding: 4px;
}
.element p {
  margin: 0;
  padding: 4px;
}
.float-right {
  float: right;
  padding: 10px 20px;
}
#accordian-block {
  padding-bottom: 10px;
}
#kwick-box {
  overflow: hidden;
  padding: 0;
}
#kwick {
  position: relative;
}
#kwick .kwicks {
  background: #999;
  display: block;
  height: 120px;
  list-style: none;
  margin: 0;
  overflow: hidden;
}
#kwick li {
  float: left;
  margin: 0;
  padding: 0;
}
#kwick .kwick {
  background: #fff;
  cursor: pointer;
  display: block;
  height: 100px;
  overflow: hidden;
  padding: 10px;
  width: 215px;
}
#kwick .one {
  background: #666666;
}
#kwick .two {
  background: #777777;
}
#kwick .three {
  background: #888888;
}
#kwick .four {
  background: #999999;
}
ul.flickr li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blogheader {
  margin-bottom: 30px;
}
.wp-post-image {
  border: 1px solid #EEE;
  float: left;
  margin: .6em;
  padding: 12px;
  background: #ffffff;
}
img.size-full,
img.size-medium,
img.size-large,
img.size-thumbnail,
.gallery-icon img.attachment-thumbnail,
.thumbnail,
.attachment-small_thumbnail,
.avatar,
.attachment-post-thumbnail,
.attachment-thumbnail {
  background: none repeat scroll 0 0 #fff;
  border-bottom: 1px solid #D6D6D6;
  color: #333;
  margin: 0 0.6em 1em 0;
  padding: 12px;
}
img.alignright {
  margin: 0 0 1em 0.6em;
}
.attachment-post-thumbnail,
attachment-thumbnail {
  margin-left: 0;
}
.box.featured img {
  background: #F3F3F3;
}
.box img.thumbnail,
.box img.attachment-small_thumbnail,
.box img.avatar,
.box img.attachment-post-thumbnail,
.box img.attachment-thumbnail {
  background: none repeat scroll 0 0 #F3F3F3;
  border-bottom: 1px solid #D6D6D6;
  float: left;
}
ul.comments ul.children .box img.avatar {
  background-color: #FFF !important;
}
.widget ul.children li {
  padding-left: 20px;
}
.alignleft {
  float: left;
  clear: left;
  margin-right: 30px !important;
}
.alignright {
  float: right;
  margin-left: 30px !important;
  clear: right;
}
.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
}
p.wp-caption-text {
  color: #888888;
  font-size: .75em;
  margin: -10px 10px 15px;
  text-align: center;
  width: inherit;
  line-height: 1.2;
}
.clear {
  clear: both;
  visibility: hidden;
  padding: 0;
  margin: 0;
}
/* --------------  COMMENTS   ------------ */
#comments {
  border-top: 1px dotted #CCC;
  padding-top: 15px;
}
textarea#comment {
  width: 90%;
  height: 80px;
}
ul.comments {
  border-bottom: dotted 1px #ccc;
  list-style: none!important;
  margin: 0 0 20px 0;
  padding: 25px 10px 25px 0;
}
li.comment {
  list-style: none;
  margin-left: 0;
  margin: 20px 0;
}
li.comment {
  padding: 15px;
  border: solid 1px #cccccc;
  background: #e7e7e7;
}
li.comment .depth-2,
li.comment .depth-3,
li.comment .depth-4,
li.comment .depth-5 {
  background: transparent;
  margin-left: 15px;
  border-top: none;
  border-bottom: none;
  border-right: none;
}
li.comment .depth-2 .comment-body,
li.comment .depth-3 .comment-body,
li.comment .depth-4 .comment-body,
li.comment .depth-5 .comment-body {
  border-bottom: solid 1px #ccc;
}
li.comment.thread-odd {
  background: #fff;
}
li.comment.thread-odd .avatar {
  background: #e7e7e7;
}
li.comment.depth-1 .comment-body {
  padding: 15px 0 0;
  border-top: 1px dotted #cccccc;
  border-bottom: 5px solid #cccccc;
}
ul.comments .box {
  background-color: #ffffff;
}
ul.comments .color {
  margin: -30px -11px 0;
}
.comments .meta {
  border: none;
  margin-bottom: 5px;
  margin-top: 0;
  padding-top: 0;
}
ul.comments .avatar {
  float: left;
  display: inline-block;
  margin: 0 20px 20px 0;
}
.comments.main {
  background-color: #e7e7e7;
}
.comment-edit-link {
  clear: left;
  display: inline-block;
  margin: 14px;
}
.ui-dialog-content #commentform textarea#comment {
  display: block;
  width: 480px !important;
}
p.comment-form-author,
p.comment-form-email,
p.comment-form-url {
  margin-bottom: 13px;
}
/* -- comment thread -- */
ul.comments ul.children {
  margin: 0 0 0 20px;
}
ul.comments ul.children .box {
  background-color: #e7e7e7;
}
div.rz-toc {
  margin-top: 10px;
}
ul.rz-toc-list {
  padding: 10px;
}
h2.rz-toc-title {
  cursor: pointer;
  font-size: 1.125em;
}
.rz-toc-animate {
  color: #86aee7;
  font: normal normal normal 0.875em PTSansRegular, 'Helvetica Neue', helvetica, Arial, sans-serif;
}
ul.rz-toc li.rz-toc-title {
  font-family: PTSansBold, 'Helvetica Neue', helvetica, Arial, sans-serif;
  list-style: none;
  margin: 0;
  padding-bottom: 0.3em;
}
ul.rz-toc a {
  font-weight: 400;
}
div.pagination {
  clear: both;
  display: block;
}
div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors {
  color: #333;
  font-weight: 700;
  margin: 15px 0!important;
  padding: 15px !important;
}
div.wpcf7-mail-sent-ok {
  background-color: #9ACD32!important;
  border: 1px solid #6b8e23 !important;
}
div.wpcf7-validation-errors {
  background-color: #FF8C00!important;
  border: 1px solid #d2691e !important;
}
.gallery-catption {
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
ul.rz-pagesmap ul {
  margin-bottom: 3px;
}
ul.rz-pagesmap li {
  border: none;
  padding: 2px;
}
ul.rz-pagesmap li ul li {
  margin-left: 15px;
}
h1 a,
form p.notice {
  font-weight: 700;
}
#branding img,
ul.flickr li a img {
  width: 100%;
}
.box .block h2,
.box .block h3,
blockquote cite {
  font-size: 0.9em;
}
.box .article:last-of-type,
.box li:last-of-type {
  border: none;
}
.box h2 a:hover,
#site_info a,
#kwick .kwick span {
  color: #ffffff;
}
div.menu,
.articles,
div.meta {
  padding: 0;
}
div.menu h2,
ul.menu li,
.articles h2,
#kwick-box h2 {
  margin: 0;
}
div.menu .block,
ul,
ol,
#articles {
  padding-top: 0;
}
ul.menu li a:active,
ul.section li li a:hover {
  background: #cccccc;
}
ul.section li,
tfoot tr.total th {
  text-transform: uppercase;
}
ul.section li a:active,
ul.section li a.current {
  background: #666;
  color: #ffffff;
}
ul.section ul.current li a:active,
tbody tr.odd th,
tbody tr.odd td {
  background: #ffffff;
}
fieldset p label,
fieldset p input {
  width: 98%;
}
label.search,
.article p.more-link-wrap {
  display: block;
}
.article a.image img,
.left {
  float: left;
}
.alignright,
.right {
  float: right;
}
div.ui-dialog.gallery,
div.gallery.ui-widget-header {
  background-image: none;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.7);
  /* FF3+, Saf3+, Opera 10.10+, Chrome */
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd000000',endColorstr='#dd000000')";
  /* IE6,IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd000000',endColorstr='#dd000000')";
  /* IE8 */
}
div.ui-dialog.gallery {
  border: 1px solid black;
}
div.ui-dialog.gallery img {
  width: 640px !important;
  height: 480px !important;
}
div.ui-dialog.gallery .ui-widget-header {
  border: none;
  background: transparent;
}
/* nav.css */
#nav {
  margin-bottom: 2em;
}
ul.nav,
ul.nav * {
  margin: 0;
  padding: 0;
}
ul.nav {
  height: 2.625em;
  line-height: 1.25em;
  max-width: 100%;
  position: relative;
}
.daltontheme-rss-button {
  height: 2.625em;
  margin-left: -15px;
  padding: 0 0px 0 24px;
}
.daltontheme-rss-button a {
  display: block;
  margin: 9px 0px 0 6px;
}
ul.nav li {
  cursor: pointer;
  float: left;
  font-weight: 400;
  list-style-type: none;
  overflow: visible;
  text-align: center;
}
ul.nav li ul {
  background-position: 0 0!important;
  cursor: default;
  height: 2.9em;
  left: -9000px;
  position: absolute;
  top: 2.62em;
}
ul.nav li ul li {
  border: none;
  max-width: none;
  padding: 0;
  width: auto;
}
ul.nav li a {
  color: #fff;
  display: block;
  float: left;
  font-weight: 400;
  height: 2.4em;
  line-height: 2.7em;
  padding: 0 1em .1em;
  text-decoration: none;
}
ul.nav li ul li a {
  background-position: 0 50%!important;
  color: #fff;
  cursor: pointer!important;
  font-weight: 400;
  height: 2em;
  line-height: 2em;
  padding: .1em 1em;
  position: relative!important;
  white-space: nowrap;
}
ul.nav li:hover ul {
  left: 0;
  z-index: 10;
}
ul.nav li.current a {
  color: #666;
  cursor: default;
  font-weight: 700;
}
ul.nav li.current ul {
  left: 0;
  z-index: 5;
}
ul.nav li.current ul,
ul.nav li.current ul li a {
  color: #fff;
  font-weight: 400;
}
ul.main li {
  left: 0;
  position: relative;
  top: 0;
}
ul.main li ul {
  border-top: 0;
}
ul.main li ul li {
  float: left;
}
ul.main li a {
  border: 0;
  color: #fff;
  height: 2.5em;
  line-height: 2.5em;
}
ul.main li ul li a {
  color: #fff;
  height: 2em;
  line-height: 2em;
  text-align: left;
  width: 12em;
}
ul.nav li.secondary {
  background: transparent!important;
  color: #cde;
  float: right;
}
ul.nav li.secondary span.status {
  float: left;
  font-size: .9em;
  height: 2.77em;
  line-height: 2.77em;
  padding: 0 1em;
}
ul.nav li.secondary span.status a {
  background: transparent;
  color: #cde;
  display: inline;
  float: none;
  height: auto;
  line-height: auto;
  padding: 0;
}
ul.nav li.secondary span.status a:hover {
  background: transparent;
  color: #ffffff;
}
ul.nav li.secondary span.status span {
  text-transform: capitalize;
}
ul.nav li.secondary:hover a {
  background: #666;
  color: #ffffff;
}
ul.nav li.secondary:hover a:hover {
  background: #555555;
}
ul.nav li.secondary:hover a:active {
  background: #444444;
}
ul.nav li a.nav_home {
  background: url(images/sprite_homeButton.png) no-repeat 0 0;
  display: block;
  height: 11px;
  margin: 12px 16px 0 23px;
  overflow: hidden;
  padding: 0;
  width: 11px;
}
ul.nav li a.nav_home:hover {
  background: url(images/sprite_homeButton.png) no-repeat 0 -19px;
}
div.blogheader img {
  height: auto;
}
.sf-menu,
.sf-menu * {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sf-menu {
  line-height: 1;
}
.sf-menu ul {
  position: absolute;
  top: -999em;
  width: 10em;
}
.sf-menu ul li {
  width: 100%;
}
.sf-menu li:hover {
  visibility: inherit;
}
.sf-menu li {
  float: left;
  position: relative;
}
.sf-menu a {
  display: block;
  position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  left: 0;
  top: 2.65em;
  z-index: 99;
}
.sf-menu a.sf-with-ul {
  min-width: 1px;
  padding-right: 1.8em;
}
.sf-sub-indicator {
  background: url(images/arrows-ffffff.png) no-repeat -10px -100px;
  display: block;
  height: 10px;
  overflow: hidden;
  position: absolute;
  right: .75em;
  text-indent: -999em;
  top: 1.05em;
  width: 10px;
}
a > .sf-sub-indicator {
  background-position: 0 -100px;
  top: 0.8em;
}
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
  background-position: -10px -100px;
}
.sf-menu ul a > .sf-sub-indicator {
  background-position: 0 0;
}
.sf-shadow ul {
  -moz-border-radius-bottomleft: 17px;
  -moz-border-radius-topright: 17px;
  -webkit-border-bottom-left-radius: 17px;
  -webkit-border-top-right-radius: 17px;
  background: url(images/shadow.png) no-repeat bottom right;
  padding: 0 8px 9px 0;
}
.sf-shadow ul.sf-shadow-off {
  background: transparent;
}
ul.nav li:hover a,
ul.nav li a:hover,
ul.nav li a:focus,
ul.nav li a:active,
ul.nav li:hover ul li a,
ul.nav li:hover ul li a:active,
ul.nav li ul li.current a,
ul.nav li ul li.current a:hover,
ul.nav li.current:hover ul li a:active,
ul.main li a:focus,
ul.main li ul li a:hover,
ul.main li:hover a,
ul.main li:hover ul li a,
ul.main li:hover ul li a:hover,
ul.main li:hover ul li a:active {
  color: #ffffff;
}
ul.nav li:hover ul li a:hover,
ul.nav li.current ul li a:hover {
  color: #000000;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul,
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
  top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul,
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left: 10em;
  top: 0;
}
.sf-menu ul .sf-sub-indicator,
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
  background-position: -10px 0;
}
/* ---------------- 
   wp calendar
  ----------------- */
table#wp-calendar td {
  padding: 3px;
}
table#wp-calendar thead th {
  padding: 0 !important;
  text-align: center;
}
/* -----------------------------------------------------------------
 			JQUERY TOOLS SCROLLABLE STYLES
  ------------------------------------------------------------------ */
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {
  /* required settings */
  position: relative;
  overflow: hidden;
  height: 100px;
  margin-bottom: 20px;
}
/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
.scrollable .thumbs {
  /* this cannot be too large */
  width: 20000em;
  position: absolute;
}
/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
.thumbs div {
  float: left;
}
/* position and dimensions of the navigator */
.navi {
  margin-left: 328px;
  width: 200px;
  height: 20px;
}
/* items inside navigator */
.navi a {
  width: 8px;
  height: 8px;
  float: left;
  margin: 3px;
  background: url(images/scrollable/arrow/navigator.png) 0 0 no-repeat;
  display: block;
  font-size: 1px;
}
/* mouseover state */
.navi a:hover {
  background-position: 0 -8px;
}
/* active state (current page state) */
.navi a.active {
  background-position: 0 -16px;
}
/* prev, next, prevPage and nextPage buttons */
a.browse {
  background: url(images/hori_large.png) no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  float: left;
  margin: 7px 10px;
  cursor: pointer;
  font-size: 1px;
}
/* right */
a.right {
  background-position: 0 -30px;
  clear: right;
  margin-right: 34px;
  float: right;
}
a.right:hover {
  background-position: -30px -30px;
}
a.right:active {
  background-position: -60px -30px;
}
/* left */
a.left {
  margin-left: 0px;
}
a.left:hover {
  background-position: -30px 0;
}
a.left:active {
  background-position: -60px 0;
}
/* up and down */
a.up,
a.down {
  background: url(images/hori_large.png) no-repeat;
  float: none;
  margin: 10px 50px;
}
/* up */
a.up:hover {
  background-position: -30px 0;
}
a.up:active {
  background-position: -60px 0;
}
/* down */
a.down {
  background-position: 0 -30px;
}
a.down:hover {
  background-position: -30px -30px;
}
a.down:active {
  background-position: -60px -30px;
}
/* disabled navigational button */
a.disabled {
  visibility: hidden !important;
}
/* styling for the image wrapper  */
#featured_wrap {
  /* dimensions */
  overflow: hidden;
  height: 255px;
  padding-bottom: 47px;
  position: relative;
}
#featured_wrap div.featured_content {
  position: absolute;
  top: 0px;
  width: 730px;
}
div.featured_content div.alignleft {
  margin-right: 25px;
}
.grid_8 #featured_wrap,
.grid_8 .scrollable {
  width: 500px;
}
.grid_8 #featured_wrap div.featured_content {
  margin-left: 500px;
  line-height: 1.4em;
}
.grid_12 #featured_wrap div.featured_content {
  margin-left: 790px;
  line-height: 1.4em;
}
.grid_12 div.scrollable {
  background: none repeat scroll 0 0 #F5F5F5;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  margin-bottom: 4px;
  padding: 10px 10px 10px 0;
  width: 730px;
}
.grid_8 div.scrollable {
  width: 500px;
}
#featured_wrap div.featured_content.active {
  margin-left: 0px !important;
}
div.featured_content h3 {
  font-size: 2em !important;
  line-height: 1.142857em;
}
div.featured_content h3 a {
  background-color: transparent !important;
}
div.featured_content img {
  overflow: hidden;
  clip: rect(0px, 60px, 200px, 0px);
  border: none !important;
}
div.thumb {
  cursor: pointer;
  float: left;
  width: 140px;
  height: 100px;
  margin: 0px 4px;
  padding: 0;
  overflow: hidden;
  opacity: .7;
}
div.thumb.active {
  cursor: default;
  opacity: 1;
}
#scroll div.thumb img {
  border: 0;
  padding: 0;
  width: 140px;
  height: 100px;
}
/* hide comments in the portal-a page */
body.page-template-pageportala-php div.page_comments {
  display: none;
}
/* ----------------------------------------------------------------
		FOOTNOTES STYLES
   ---------------------------------------------------------------- */
#daltontheme_footnotes {
  border-top: 1px dotted #cccccc;
  margin-top: 15px;
  padding-top: 15px;
  font-size: 10px;
  line-height: 12px;
}
/* 	link colors are dynamically generated in
	functions/daltontheme_custom_styles.php
*/
.footnote_link {
  font-size: 11px;
  font-weight: bold;
  vertical-align: 20%;
  text-decoration: underline;
}
/* ----------------------------------------------------------------
		DALTON TEXT STUDY STYLES
   ---------------------------------------------------------------- */
.daltontextstudy_paragnumber {
  color: #999999;
  float: left;
  font-size: 11px;
  margin: 0 0 0 -25px;
}
.textstudy_commentslink {
  display: block;
  float: right;
  margin: 0;
  background: transparent url(images/textstudy_comments_bg.png) no-repeat 0 0;
  width: 49px;
  height: 39px;
  padding: 1px 0 0 0;
  color: white;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.daltontextstudy_highlight {
  background-color: yellow;
}
.textstudy_parag_hover {
  background: #fff;
}
.textstudy_book_wrap {
  background-image: -moz-linear-gradient(left, #ffffff 0, #e7e7e7 50%, #d9d9d9 50%, #ffffff 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(0.5, #e7e7e7), color-stop(0.5, #d9d9d9), color-stop(1, #ffffff));
  -moz-box-shadow: 0 7px 13px #DDDDDD;
  -webkit-box-shadow: 0 7px 13px #DDDDDD;
  filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=10px, OffY=2px, Color='#ccc')";
  /* IE6,IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=10px, OffY=2px, Color='#ccc')";
  /* IE8 */
}
#textstudy_text p,
#textstudy_text h1,
#textstudy_text h2,
#textstudy_subtext p,
#textstudy_subtext h2 {
  padding-left: 20px;
}
#textstudy_subtext p,
#textstudy_subtext h2 {
  padding-right: 20px;
}
#textstudy_text h1,
#textstudy_subtext h2 {
  font-size: 1.875em;
  padding-top: 30px;
}
#textstudy_tools {
  z-index: 998;
  margin: 0 0 10px 10px;
  padding: 0;
}
#textstudy_tools li.loading {
  background: #fffacd;
}
#page-links {
  background: #cccccc;
}
.rounded_bottom {
  -moz-border-radius: 0 0 8px 8px;
  /* FF1+ */
  -webkit-border-radius: 0 0 8px 8px;
  /* Saf3+, Chrome */
  border-radius: 0 0 8px 8px;
  /* Opera 10.5, IE 9 */
}
#textstudy_tools ul {
  margin: 0;
  padding: 5px;
}
#textstudy_tools li {
  list-style: none outside none;
  margin: 0 1px;
  display: inline-block;
}
a.textstudy_commentsLink {
  display: block;
  padding: 5px;
}
body.single-daltontextstudy .comments p {
  margin-left: 0;
  padding-right: 20px;
}
body.single-daltontextstudy .page-link,
body.single-daltontextstudy .page-link-top {
  padding: 5px 12px;
}
body.single-daltontextstudy .page-link a,
body.single-daltontextstudy .page-link-top a {
  color: #ffffff;
}
#comment {
  border: solid 10px #e7e7e7;
}
#textstudy_comments {
  display: none;
}
#textstudy_comments .comment_block {
  background: #f7f7f7;
}
#textstudy_comments h4 {
  background: #ddd;
  padding: 5px 10px 0;
  border-top: solid 1px #999;
  margin: 0;
}
#textstudy_comments .meta {
  background: #ddd;
  padding: 0 16px 0 23px;
  margin: 0;
}
#textstudy_comments .comment_content {
  padding: 10px;
  margin: 0 15px 14px 0;
  border-bottom: solid 1px #ddd;
}
#textstudy_messages,
#textstudy_form_messages {
  height: 25px;
  display: none;
  padding: 5px;
  margin-bottom: 20px;
}
.textstudy_loading {
  height: 25px;
  background: #fffacd;
  color: #555555;
  font-weight: bold;
}
.textstudy_error {
  background: #fde9ea;
}
.textstudy_success {
  background: #e2f2ce;
  color: #FFF;
  font-weight: bold;
}
body.single-daltontextstudy h3#reply-title {
  display: none;
}
body.single-daltontextstudy #comment {
  width: 95%;
  height: 136px;
  margin: 0 1.2%;
  border: solid 1px #fff;
  font-family: Georgia, serif;
  font-size: 16px;
  color: #888;
  letter-spacing: 0.1em;
}
body.single-daltontextstudy p.comment-form-comment {
  margin-top: -40px;
}
body.single-daltontextstudy #commentform label {
  background: transparent;
  display: inline-block;
  font-size: 13px;
  margin: 0 0 0 10px;
  padding: 7px 2px 0;
}
body.single-daltontextstudy p.form-submit {
  margin: -10px 0 0 10px;
}
/* ----------------------------------------------------------------
	TEXTSTUDY TOOLBAR
   ----------------------------------------------------------------- */
#textstudy_drawer {
  -moz-box-shadow: 0 3px 3px #CCCCCC;
  -webkit-box-shadow: 0 3px 3px #ccc;
  box-shadow: 0 3px 3px #ccc;
  background: none repeat scroll 0 0 #E7E7E7;
  border: 1px solid #CCCCCC;
  display: none;
  margin: 0 13px;
  padding: 15px 10px 9px;
  position: absolute;
  width: 950px;
  max-height: 233px;
  overflow: auto;
  z-index: 992;
}
#ts_drawer_cols {
  overflow: auto;
  height: 181px;
  padding: 10px 0;
  -webkit-column-count: 2;
  -webkit-column-gap: 10px;
  -moz-column-count: 2;
  -moz-column-gap: 10px;
  column-count: 2;
  column-gap: 10px;
}
#textstudy_drawer li.page_item {
  display: block;
  font-size: 12px;
  font-weight: normal;
  min-width: 200px;
  border-bottom: dotted 1px #ccc;
  padding: 4px 0;
}
#textstudy_drawer li:last-child {
  border: none;
}
#textstudy_drawer li a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}
.button-close span.ui-button-text {
  font-size: 11px;
  font-weight: normal;
  padding: 2px 4px 1px 14px;
}
.button-close span.ui-button-icon-primary {
  left: .2em;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 0.4em 0.4em 1.6em;
}
/* ----------------------------------------------------------------
	TEMPLATE STYLES
   ---------------------------------------------------------------- */
/* Template portal type B */
blockquote.template_portalb {
  font-size: 27px;
  padding: 10px 0 0 57px;
  border-bottom: dotted 1px #cccccc;
  margin-bottom: 26px;
}
blockquote.template_portalb p {
  text-align: left;
}
blockquote.template_portalb {
  background: url("images/bg_leftquote.png") no-repeat scroll -2px 5px transparent;
}
/* ----------------------------------------------------------------
	UTILITIES
   ----------------------------------------------------------------- */
.no-margin-right {
  margin-right: 0;
}
.no-margin-left {
  margin-left: 0;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-bottom {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.no-top {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.hide {
  display: none;
}
.daltontheme_debug {
  font-size: 9px;
  color: red;
}
/* -------------
    MEDIA TABLE (implemented first for PAW blog)
    ----------- */
table.daltontheme-media-table {
  border: none;
  background: transparent;
}
table.daltontheme-media-table td {
  background: transparent;
  vertical-align: top;
  border: none;
  padding-bottom: 16px;
}
/* -----------------------------------------------------------------
 			WEB FONTS
   ----------------------------------------------------------------- */
/*The fonts included are copyrighted by the vendor listed below.* @vendor:Paratype* @vendorurl:http://fonts.ru* @licenseurl:http://www.fontsquirrel.com/license/PT-Sans*/
@font-face {
  font-family: 'PTSansNarrowRegular';
  src: url('fonts/PT_Sans_Narrow.eot');
  src: local('PT Sans Narrow Regular'), local('PTSans-Narrow'), url('fonts/PT_Sans_Narrow.ttf') format('truetype');
}
@font-face {
  font-family: 'PTSansCaptionBold';
  src: url('fonts/PT_Sans_Caption_Bold.eot');
  src: local('PT Sans Caption Bold'), local('PTSans-CaptionBold'), url('fonts/PT_Sans_Caption_Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'PTSansCaptionRegular';
  src: url('fonts/PT_Sans_Caption.eot');
  src: local('PT Sans Caption Regular'), local('PTSans-Caption'), url('fonts/PT_Sans_Caption.ttf') format('truetype');
}
@font-face {
  font-family: 'PTSansBoldItalic';
  src: url('fonts/PT_Sans_Bold_Italic.eot');
  src: local('PT Sans Bold Italic'), local('PTSans-BoldItalic'), url('fonts/PT_Sans_Bold_Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'PTSansBold';
  src: url('fonts/PT_Sans_Bold.eot');
  src: local('PT Sans Bold'), local('PTSans-Bold'), url('fonts/PT_Sans_Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'PTSansItalic';
  src: url('fonts/PT_Sans_Italic.eot');
  src: local('PT Sans Italic'), local('PTSans-Italic'), url('fonts/PT_Sans_Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'PTSansRegular';
  src: url('fonts/PT_Sans.eot');
  src: local('PT Sans Regular'), local('PTSans-Regular'), url('fonts/PT_Sans.ttf') format('truetype');
}
@font-face {
  font-family: 'PTSansNarrowBold';
  src: url('fonts/PT_Sans_Narrow_Bold.eot');
  src: local('PT Sans Narrow Bold'), local('PTSans-NarrowBold'), url('fonts/PT_Sans_Narrow_Bold.ttf') format('truetype');
}
