/* Tabs
------------------------------------------------------------------------------*/
div.tabs {
  line-height: 1;
 border-bottom: 2px solid #333;
 font-size: 12px;
 font-weight: bold;
 padding: 0 0 7px;  
 margin: 0 10px 5px;
  text-transform: uppercase;
}
.tabs ul.tabs {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.tabs li {
  float: left;
  list-style: none;
  margin: 0 1px 0 0;
  padding: 0;
}
ul.tabs a,
ul.tabs a:visited {
  display: block;
  padding: 0 13px 0 0;
  text-decoration: none;
}
ul.tabs a:hover,
ul.tabs a:focus,
ul.tabs a:active {
  outline: 0;
}
ul.tabs .active a {
	 color: #d30004;
}
ul.primary {
  white-space: nowrap;
}
ul.secondary {
  padding: 0.5em 1em 0.5em 0.5em;
}
ul.secondary li {
  margin: 0;
}
ul.secondary a {
  padding: 4px 8px;
  margin: 10px 0 0;
}

/* Pagers
------------------------------------------------------------------------------*/
div.pager {
  margin: 0;
}
ul.pager {
  display: block;
  margin: 0;
  padding: 0;
  text-align: right;
}
.pager li {
  display: inline-block;
  zoom: 1; *display: inline;
  margin: 0;
  padding: 0;
}
.pager a,
li.pager-current {
  display: inline-block;
  padding: 5px 8px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.pager-current {
  font-weight: bold;
}


/* Forms
------------------------------------------------------------------------------*/
form {
  padding: 10px;
  margin: 10px;
}
/* Fieldsets */
fieldset {
  border: solid 1px #ddd;
  margin: 1.2em 0;
  padding: 3em 1em 1em 1em;
  position: relative;
}
.fieldset-description {
  padding: 1em 0;
}
legend {
  display: block;
  font-size: 0.923em;
  font-weight: 600;
  left: 16px;
  letter-spacing: 0.2em;
  line-height: 1em;
  text-transform: uppercase;
}
.js fieldset.collapsed {
  border: solid 1px #ddd;
  height: 1.231em;
  padding: 1em;
}
.js fieldset.collapsed legend {
  left: 0.5em;
}
.js fieldset.collapsible legend a {
  padding-left: 10px;
  text-decoration: none;
}
.js fieldset.collapsed .fieldset-wrapper {
  display: none;
}
/*.js fieldset.collapsed legend a,
.js fieldset.collapsed legend a:hover,
.js fieldset.collapsed legend a:focus,
.js fieldset.collapsed legend a:active {
  background-image: url(../images/menu-collapsed.png);
}*/

/* Labels */
label {
  cursor: pointer;
  font-weight: 600;
}
.form-item label {
  display: block;
}
.form-item .form-item label {
  display: inline;
  font-size: 1em;
  margin-bottom: 0.5em;
}
table label,
.form-item label.option {
  display: inline;
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 0;
}

/* Wrappers */
.form-item {
  margin: 1.4em 0;
}
.fieldset-wrapper .form-item:first-child {
  margin-top: 0.4em;
}
.form-item .form-item {
  margin: 0.5em 0;
}
td .form-item {
  margin: 0;
}

/* Elements */
input, select, textarea, button,
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: 'brandon_grotesqueregular', 'Oswald',sans-serif; /* Arial, Helvetica, sans-serif; */
  font-size: 99%;
}
input, textarea {
  font-size: 1.077em;
  line-height: 1.3em;
}
.form-textarea, textarea {
  background-color: #fff;
  border: solid 1px #bbb;
  padding: 0.5em;
}
input.form-text,
input[type=text],
input[type=number],
input[type=tel],
input[type=password],
select[multiple=multiple] {
  background-color: #fff;
  border: solid 1px #bbb;
  padding: 0.3em;
}
select {
  max-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*
button,
.button,
.ui-widget-content .button,
input[type=submit],
input.form-submit {
  background: #CA161D;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
  overflow: hidden;
  padding: 5px 10px;
  margin: 0 0.5em 0 0;
  text-transform: uppercase;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}*/
button:hover,
.button:hover,
input[type=submit]:hover,
input.form-submit:hover {
  /*background: #333;*/
  /*color: #fff;*/
  cursor: pointer;
  /*text-decoration: none;*/
}

textarea:focus,
input[type=password]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=number]:focus,
select[multiple=multiple]:focus {
  outline: 0;
  -moz-box-shadow: 0 0 8px rgba(82,168,236,0.5);
  -webkit-box-shadow: 0 0 8px rgba(82,168,236,0.5);
  border-color: #3e7eb1;
  border-color: rgba(82,168,236,0.75);
}
textarea {
  display: block;
  margin: 0;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.resizable-textarea .grippie {
  background: #eee;
  border: 1px solid #ddd;
  border-top-width: 0;
  cursor: s-resize;
  height: 9px;
  overflow: hidden;
}

/* Password fields */
.password-parent,
.confirm-parent {
  margin: 0;
  width: 34.3em;
}
.form-item .password-parent label,
.form-item .confirm-parent label {
  display: block;
}
input.password-confirm,
input.password-field {
  width: 16em;
}
span.password-strength,
span.password-confirm {
  display: inline-block;
  color: #777;
  margin-left: 1em;
  visibility: hidden;
}
div.password-description {
  padding: 0.2em 0.6em;
  margin: 0.7em 0;
}
.password-description ul {
  margin-top: 1em;
}
.password-description ul li {
  list-style: disc;
}

/* Misc */
.description {
  color: #777;
  font-size: 0.923em;
  line-height: 1.4;
}
.form-item .description {
  margin-top: 0.4em;
  padding-left: 0.4em;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 2px solid red;
}
.marker,
.form-required {
  color: #c00;
}


/* form element errors */
.form-item.error,
.form-item.ok {
  background: transparent;
  border: none;
  color: #000;
}
.form-item.error .form-text {
  background-color: #fcc;
  color: #b20000;
}
.form-item.error .validation-message {
  color: #f00;
}


/* Inline containers */
.container-inline .form-item label {
  display: inline-block;
}
.container-inline .form-submit {
  margin: 0 0.3em 0 0;
}


/* Autocomplete throbber
------------------------------------------------------------------------------*/
.js input.form-autocomplete {
  background-image: url(../../../../../misc/throbber.gif);
  background-position: 99% 6px; /* LTR */
  background-repeat: no-repeat;
}
.js input.throbbing {
  background-position: 99% -12px; /* LTR */
}
#autocomplete {
  border: 1px solid;
  overflow: hidden;
  position: absolute;
  z-index: 100;
}
#autocomplete ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
#autocomplete li {
  background: #fff;
  color: #000;
  cursor: default;
  white-space: pre;
}


/*
** Other common styles
*/
div.indentation {
  width: 20px;
  height: 1.7em;
  margin: -.4em .2em -.4em -.4em; /* LTR */
  padding: .42em 0 .42em .6em; /* LTR */
  float: left; /* LTR */
}
div.tree-child {
  background: url(../images/tree.png) no-repeat 11px center; /* LTR */
}
div.tree-child-last {
  background: url(../images/tree-bottom.png) no-repeat 11px center; /* LTR */
}
div.tree-child-horizontal {
  background: url(../images/tree.png) no-repeat -11px center;
}

div.help {
  padding: 1em;
}
.compact-link {
  margin: 1em 0;
}
.more-help-link {
  font-size: .85em;
  text-align: right; /* LTR */
}
.nowrap {
  white-space: nowrap;
}
.tips {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: .9em;
}



dl.multiselect dd.b,
dl.multiselect dd.b .form-item,
dl.multiselect dd.b select {
  font-family: inherit;
  font-size: inherit;
  width: 14em;
}
dl.multiselect dd.a,
dl.multiselect dd.a .form-item {
  width: 8em;
}
dl.multiselect dt,
dl.multiselect dd {
  float: left; /* LTR */
  line-height: 1.75em;
  padding: 0;
  margin: 0 1em 0 0; /* LTR */
}
dl.multiselect .form-item {
  height: 1.75em;
  margin: 0;
}

/*
** Inline items (need to override above)
*/
.container-inline div,
.container-inline label {
  display: inline;
}


/*
** Table drag and drop.
*/

body.drag {
  cursor: move;
}
.draggable a.tabledrag-handle {
  display: inline-block;
  zoom: 1; *display: inline;
  padding: 1px 4px;
  margin-right: 1em;
  text-decoration: none;
  cursor: move;
}
.draggable a.tabledrag-handle .handle {
  background: url(../images/draggable.png) no-repeat 0 0;
  display: inline-block;
  height: 13px;
  width: 13px;
}
a.tabledrag-handle:hover .handle {
  background-position: 0 -20px;
}
td.region {
  font-size: 1.231em;
}



/*
** Teaser splitter
*/
.joined + .grippie {
  height: 5px;
  background-position: center 1px;
  margin-bottom: -2px;
}


/* Keeps inner content contained in Opera 9. */
.teaser-checkbox {
  padding-top: 1px;
}
div.teaser-button-wrapper {
  float: right; /* LTR */
  padding-right: 5%; /* LTR */
  margin: 0;
}
.teaser-checkbox div.form-item {
  float: right; /* LTR */
  margin: 0 5% 0 0; /* LTR */
  padding: 0;
}
textarea.teaser {
  display: none;
}
html.js .no-js {
  display: none;
}


/*
** Progressbar styles
*/
.progress {
  font-weight: bold;
}
.progress .bar {
  background: #fff url(../images/progress.gif);
  border: 1px solid #00375a;
  height: 1.5em;
  margin: 0 .2em;
}
.progress .filled {
  background: #0072b9;
  height: 1em;
  border-bottom: .5em solid #004a73;
  width: 0;
}
.progress .percentage {
  float: right; /* LTR */
}
.progress-disabled {
  float: left; /* LTR */
}

.ahah-progress {
  float: left; /* LTR */
}
.ahah-progress .throbber {
  width: 15px;
  height: 15px;
  margin: 2px;
  background: transparent url(../images/throbber.gif) no-repeat 0 -18px;
  float: left; /* LTR */
}
tr .ahah-progress .throbber {
  margin: 0 2px;
}
.ahah-progress-bar {
  width: 16em;
}


/*
** Formatting for welcome page
*/
#first-time strong {
  display: block;
  padding: 1.5em 0 .5em;
}


/*
** To be used with tableselect.js
*/
tr.selected td {
  background: #ffc;
}


/*
** Floating header for tableheader.js
*/
table.sticky-header {
  margin-top: 0;
  background: #fff;
}


/*
** Installation clean URLs
*/
#clean-url.install {
  display: none;
}


/*
** For anything you want to hide on page load when JS is enabled, so
** that you can use the JS to control visibility and avoid flicker.
*/
html.js .js-hide {
  display: none;
}


/*
** Styles for the system modules page (admin/build/modules & themes)
*/
div.incompatible {
  font-weight: bold;
}



    /**
    * messages
    */

.error {
  color: #e55;
}

div.error {
  border: 1px solid #d77;
}

tr.error {
  background: #fcc;
  color: #200;
  padding: 2px;
}

.warning {
  color: #e09010;
}

div.warning {
  border: 1px solid #f0c020;
}

tr.warning {
  background: #ffd;
  color: #220;
  padding: 2px;
}

.ok {
  color: #008000;
}

div.ok {
  border: 1px solid #00aa00;
}

div.ok,
tr.ok {
  background: #dfd;
  color: #020;
  padding: 2px;
}

div.messages {
  border-width: 0;
  font-weight: bold;
  overflow: hidden;
  padding: 10px;
  margin: 0 10px;
  clear: both;
}
div.messages a {
  text-decoration: underline;
}
div.messages a.close {
  position: absolute;
  top: 9px;
  right: 9px;
  display: block;
  height: 11px;
  width: 11px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  background: #000;
  padding: 2px 1px 6px 5px;
  text-decoration: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
div.status {
  background-color: #EAF8E4;
  border-color: #8DC478;
  color: #3E642F;
}
div.status a {
  color: #3E642F;
}
div.status a.close {
  background-color: #8DC478;
}
div.warning {
  background: #FFFFDD;
  border-color: #EED300;
  color: #745500;
}
div.warning a {
  color: #745500;
}
div.warning a.close {
  background-color: #EED300;
}
div.error {
  background-color: #fcc;
  color: #B20000;
}
div.error a {
  color: #B20000;
}
div.error a.close {
  background-color: #FF3333;
}

/* Clearfix
------------------------------------------------------------------------------*/
div.links:after,
.clearfix:after,
.tabs:after,
.form-item:after,
.item-list:after {
  content: "\0020";  /*UTF-8 character for a space.*/ 
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;	
}
* html div.links,
* html .clearfix,
* html .tabs,
* html .form-item,
* html .item-list {
  height: 1%;
}
* :first-child + html div.links,
* :first-child + html .clearfix,
* :first-child + html .tabs,
* :first-child + html .form-item,
* :first-child + html .item-list {
  min-height: 1%;
}

/* The container for the twitter module */
#twitter {
  margin:auto;
  background: #ffffff;
  font-size: 14px; 
  font-family: 'brandon_grotesqueregular', 'Oswald',sans-serif; /*HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
  color: #555;
  width: 97%; /* Up to you but remember to change the div width below as well if you change it */
  height:30px;
  padding:4px 5px 3px 5px;
  
  overflow: hidden; /* clearfix */

  -webkit-box-shadow: 1px 1px 3px #ddd;
  -moz-box-shadow:  1px 1px 3px #ddd;
  box-shadow: 1px 1px 3px #ddd;
}

#twitter h2 {
  background: #ffffff url('../img/social/twitter-ico.png') no-repeat center left;

  float: left; /* We'll make the heading sit on its own line next to the tweets */
  width: 5%; /* Might wanna change this depending on the text in the heading */
  height:30px;
  margin: 0;
  padding: 0 0; /* I'll set the top and bottom padding here rather than in the container so as not to cut off any text */

  font-size: 12px;
  color: #4b9fff;
  line-height: 1;
}

/* The marquee plug-in turns a marquee element into a div */
#twitter p, 
#twitter marquee, 
#twitter div {
  float: left;
  width: 94%; /* Container width - heading width - 10px (for some right padding) */
  margin: 0;
  padding: 9px 0; /* Again we set the padding in here so as not to cut text */
  line-height: 1;
}
#twitter .date {
  color:#66c8e8;
  font-weight:bold;
  font-style:italic;
  }

/* All the tweets will be links pointing to your page on twitter */
#twitter marquee a, 
#twitter div a {
  margin: 0 10px 0 0;
  color: #333;
  text-decoration: none;
}

/* The i is used to display the date of the tweet */
#twitter marquee a i, 
#twitter div a i {
  font-style: normal;
  color: #999;
}