/* -- [ Imports ] --------------------------------------------------------------------------*/
/* -- [ Less Variables ] --------------------------------------------------------------------------*/
/* Background */
/* Links */
/* Body Copy */
/* cta */
/* update comments */
/*'Droid Serif', Georgia, serif;*/
/*'Droid Sans', Helvetica, arial, sans-serif; */
/* Monospace *//* -- [ Less Mixins ] --------------------------------------------------------------------------*/
/*--[ HTML5 Boilerplate RESET ]--------------------------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
menu,
time,
mark,
audio,
video {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  margin: 0;
  padding: 0;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
a {
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  margin: 0;
  padding: 0;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/*--[ HTML5 Boilerplate MINIMAL BASE STYLES ]--------------------------------------------------------------------------------*/
table {
  font-size: inherit;
  font: 100%;
}
select,
input,
textarea {
  font: 99% sans-serif;
}
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}
body,
select,
input,
textarea {
  color: #485160;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
a:hover,
a:active {
  outline: none;
}
strong,
th {
  font-weight: bold;
}
td,
td img {
  vertical-align: top;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
pre {
  padding: 15px;
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
}
.ie6 input {
  vertical-align: text-bottom;
}
label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}
::-moz-selection {
  background: #a4c346;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #a4c346;
  color: #fff;
  text-shadow: none;
}
a:link {
  -webkit-tap-highlight-color: #FF5E99;
}
html {
  overflow-y: scroll;
}
button {
  width: auto;
  overflow: visible;
}
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
/*--[ HELPER CLASSES ]--------------------------------------------------------------------------------*/
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* for image replacement */
.hidden {
  display: none;
  visibility: hidden;
}
/* Hide for both screenreaders and browsers */
.visuallyhidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
/* Hide only visually - available for screenreaders */
.invisible {
  visibility: hidden;
}
/* Hide visually and from screenreaders, but maintain layout */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
/* Hides from IE-mac \*/
.clearfix {
  display: block;
}
/*--[ Layout ]--------------------------------------------------------------------------------*/
html {
  font: 62.5% sans-serif;
  /* Reset to 10px equivilent */

  text-align: center;
  text-rendering: optimizeLegibility;
  height: 100%;
}
body {
  text-align: left;
  font-size: 1.6em;
  /* 16 px equiv */

  line-height: 1.5em;
  /* 24px equiv */

  height: 100%;
}
#footer {
  overflow: hidden;
  zoom: 1;
  clear: both;
  padding: 1em 0 0 0;
}
/*--[ Anchors ]--------------------------------------------------------------------------------*/
a {
  color: #a4c346;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #c6e568;
  text-decoration: none;
}
/*--[ Typography ]--------------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: sans-serif;
  font-weight: bold;
  color: #719013;
}
h1,
.site-title {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 2em;
  line-height: 1.125em;
  margin: 0.75em 0 0.375em 0;
  letter-spacing: -0.05em;
}
/* 32px font, line height 36, margin-top 24, margin bottom 12 */
h2 {
  font-size: 2em;
  line-height: 1.125em;
  margin: 0.75em 0 0.375em 0;
  letter-spacing: -0.05em;
}
/* 32px equiv size */
h3 {
  font-size: 1.625em;
  line-height: 1.384em;
  letter-spacing: -0.035em;
  margin: 0.9231em 0 0.462em 0;
}
/* 26px equiv */
h4 {
  font-size: 1.25em;
  line-height: 1.2em;
  margin-bottom: 1em;
}
/* 20px equiv */
h5 {
  font-size: 1.125em;
  line-height: 1.3333em;
  margin-top: 1.3333em;
}
/* 18px equiv */
h6 {
  font-size: 0.875em;
  line-height: 1.7143em;
  margin-top: 1.7143em;
  text-transform: uppercase;
}
/* 14px equiv */
#logo {
  font-size: 2em;
  line-height: 1em;
  margin: 0;
  padding: 0;
  font-weight: bold;
  letter-spacing: -0.05em;
}
p,
ul,
ol,
dl,
blockquote,
hr,
pre,
table,
fieldset,
article,
article footer,
nav {
  margin: 0 0 1.5em 0;
  line-height: 1.5em;
}
article ul {
  margin: 0 0 2em 2em;
  list-style: disc outside;
}
article ol {
  margin: 0 0 2em 2em;
  list-style: decimal outside;
}
small {
  font-size: 0.6875em;
}
/*--[ Anchors ]--------------------------------------------------------------------------------*/
a,
.login #nav a,
#backtoblog a {
  color: #a4c346 !important;
  text-decoration: none;
}
a:hover,
a:focus,
.login #nav a:hover,
#backtoblog a:hover {
  color: #82a124 !important;
  text-decoration: none;
}
/*--[ Forms ]--------------------------------------------------------------------------------*/
input.input-text,
textarea.input-text,
.widget_woo_subscribe input,
.newsletter-form input.email,
input.txt,
.textarea textarea,
input.screenReader,
.input {
  background: #fff;
  width: 100% !important;
  padding: 6px !important;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.95);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.95);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.95);
  outline: none;
  border: 1px solid #dddee2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease-in-out 0.2s;
}
input.input-text:focus,
textarea.input-text:focus,
.widget_woo_subscribe input:focus,
.newsletter-form input.email:focus,
input.txt:focus,
.textarea textarea:focus,
input.screenReader:focus,
.input:focus {
  border: 1px solid #a4c346;
}
textarea {
  min-height: 5em;
}
/*--[ Pretty selects ]--------------------------------------------------------------------------------*/
div.selector,
div.selector span,
div.checker span,
div.radio span,
div.uploader,
div.uploader span.action {
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  font-family: sans-serif;
  font-weight: bold;
}
.selector,
.radio,
.checker,
.uploader,
.selector *,
.radio *,
.checker *,
.uploader * {
  margin: 0;
  padding: 0;
}
/* SPRITES */
/* Select */
div.selector {
  background-position: -483px -130px;
  line-height: 26px;
  height: 26px;
}
div.selector span {
  background-position: right 0px;
  height: 26px;
  line-height: 26px;
}
div.selector select {
  /* change these to adjust positioning of select element */

  top: 0px;
  left: 0px;
}
div.selector:active,
div.selector.active {
  background-position: -483px -156px;
}
div.selector:active span,
div.selector.active span {
  background-position: right -26px;
}
div.selector.focus,
div.selector.hover,
div.selector:hover {
  background-position: -483px -182px;
}
div.selector.focus span,
div.selector.hover span,
div.selector:hover span {
  background-position: right -52px;
}
div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {
  background-position: -483px -208px;
}
div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {
  background-position: right -78px;
}
div.selector.disabled {
  background-position: -483px -234px;
}
div.selector.disabled span {
  background-position: right -104px;
}
/* Checkbox */
div.checker {
  width: 19px;
  height: 19px;
}
div.checker input {
  width: 19px;
  height: 19px;
}
div.checker span {
  background-position: 0px -260px;
  height: 19px;
  width: 19px;
}
div.checker:active span,
div.checker.active span {
  background-position: -19px -260px;
}
div.checker.focus span,
div.checker:hover span {
  background-position: -38px -260px;
}
div.checker.focus:active span,
div.checker:active:hover span,
div.checker.active:hover span,
div.checker.focus.active span {
  background-position: -57px -260px;
}
div.checker span.checked {
  background-position: -76px -260px;
}
div.checker:active span.checked,
div.checker.active span.checked {
  background-position: -95px -260px;
}
div.checker.focus span.checked,
div.checker:hover span.checked {
  background-position: -114px -260px;
}
div.checker.focus:active span.checked,
div.checker:hover:active span.checked,
div.checker.active:hover span.checked,
div.checker.active.focus span.checked {
  background-position: -133px -260px;
}
div.checker.disabled span,
div.checker.disabled:active span,
div.checker.disabled.active span {
  background-position: -152px -260px;
}
div.checker.disabled span.checked,
div.checker.disabled:active span.checked,
div.checker.disabled.active span.checked {
  background-position: -171px -260px;
}
/* Radio */
div.radio {
  width: 18px;
  height: 18px;
}
div.radio input {
  width: 18px;
  height: 18px;
}
div.radio span {
  height: 18px;
  width: 18px;
  background-position: 0px -279px;
}
div.radio:active span,
div.radio.active span {
  background-position: -18px -279px;
}
div.radio.focus span,
div.radio:hover span {
  background-position: -36px -279px;
}
div.radio.focus:active span,
div.radio:active:hover span,
div.radio.active:hover span,
div.radio.active.focus span {
  background-position: -54px -279px;
}
div.radio span.checked {
  background-position: -72px -279px;
}
div.radio:active span.checked,
div.radio.active span.checked {
  background-position: -90px -279px;
}
div.radio.focus span.checked,
div.radio:hover span.checked {
  background-position: -108px -279px;
}
div.radio.focus:active span.checked,
div.radio:hover:active span.checked,
div.radio.focus.active span.checked,
div.radio.active:hover span.checked {
  background-position: -126px -279px;
}
div.radio.disabled span,
div.radio.disabled:active span,
div.radio.disabled.active span {
  background-position: -144px -279px;
}
div.radio.disabled span.checked,
div.radio.disabled:active span.checked,
div.radio.disabled.active span.checked {
  background-position: -162px -279px;
}
/* Uploader */
div.uploader {
  background-position: 0px -297px;
  height: 28px;
}
div.uploader span.action {
  background-position: right -409px;
  height: 24px;
  line-height: 24px;
}
div.uploader span.filename {
  height: 24px;
  /* change this line to adjust positioning of filename area */

  margin: 2px 0px 2px 2px;
  line-height: 24px;
}
div.uploader.focus,
div.uploader.hover,
div.uploader:hover {
  background-position: 0px -353px;
}
div.uploader.focus span.action,
div.uploader.hover span.action,
div.uploader:hover span.action {
  background-position: right -437px;
}
div.uploader.active span.action,
div.uploader:active span.action {
  background-position: right -465px;
}
div.uploader.focus.active span.action,
div.uploader:focus.active span.action,
div.uploader.focus:active span.action,
div.uploader:focus:active span.action {
  background-position: right -493px;
}
div.uploader.disabled {
  background-position: 0px -325px;
}
div.uploader.disabled span.action {
  background-position: right -381px;
}
/* PRESENTATION */
/* Select */
div.selector {
  margin-bottom: 20px;
  width: 98%;
  font-size: 12px;
}
div.selector select {
  width: 98%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px
	border: solid 1px #fff;
}
div.selector span {
  padding: 0px 25px 0px 2px;
  cursor: pointer;
}
div.selector span {
  color: #666;
  /*width: 84%;*/

  text-shadow: 0 1px 0 #fff;
}
div.selector.disabled span {
  color: #bbb;
}
/* Checker */
div.checker {
  margin-right: 10px;
}
/* Radio */
div.radio {
  margin-right: 10px;
}
/* Uploader */
div.uploader {
  width: 190px;
  margin-bottom: 20px;
  cursor: pointer;
}
div.uploader span.action {
  width: 85px;
  text-align: center;
  text-shadow: #fff 0px 1px 0px;
  background-color: #fff;
  font-size: 11px;
  font-weight: bold;
}
div.uploader span.filename {
  color: #777;
  width: 82px;
  border-right: solid 1px #bbb;
  font-size: 11px;
}
div.uploader input {
  width: 190px;
}
div.uploader.disabled span.action {
  color: #aaa;
}
div.uploader.disabled span.filename {
  border-color: #ddd;
  color: #aaa;
}
/*

CORE FUNCTIONALITY 

Not advised to edit stuff below this line
-----------------------------------------------------
*/
.selector select:focus,
.radio input:focus,
.checker input:focus,
uploader input:focus {
  outline: 0;
}
/* Select */
div.selector {
  position: relative;
  padding-left: 10px;
  overflow: hidden;
}
div.selector span {
  display: block;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.selector select {
  position: absolute;
  opacity: 0;
  height: 25px;
  border: none;
  background: none;
}
/* Checker */
div.checker {
  position: relative;
  float: left;
}
div.checker span {
  display: block;
  float: left;
  text-align: center;
}
div.checker input {
  opacity: 0;
  display: inline-block;
  background: none;
}
/* Radio */
div.radio {
  position: relative;
  float: left;
}
div.radio span {
  display: block;
  float: left;
  text-align: center;
}
div.radio input {
  opacity: 0;
  text-align: center;
  display: inline-block;
  background: none;
}
/* Uploader */
div.uploader {
  position: relative;
  float: none;
  overflow: hidden;
}
div.uploader span.action {
  float: left;
  display: inline;
  padding: 2px 0px;
  overflow: hidden;
  cursor: pointer;
}
div.uploader span.filename {
  padding: 0px 10px;
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.uploader input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  float: right;
  height: 25px;
  border: none;
}
/*--[ Error messages ]--------------------------------------------------------------------------------*/
/*.error {
	background: url(../images/ico-alert.png) 24px 16px no-repeat #fdd7d6; 
	padding:1em 48px;
	margin:1em -24px;
	color:rgba(0,0,0,0.75);
	border-top:1px solid #d78987 !important;
	border-bottom:1px solid #d78987;
	font-family: @fontstack2;
	font-weight: bold;
	.inset_box_shadow(0,0,3px,0,rgba(0,0,0,0.2));
}*/
.warning {
  background: #fdf6d6;
  padding: 1em;
  color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25);
  -o-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25);
  font-family: sans-serif;
  font-weight: bold;
}
.note {
  background: #d0ebf5;
  padding: 1em;
  color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25);
  -o-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25);
  font-family: sans-serif;
  font-weight: bold;
}
.success {
  background: #f0f5e0;
  padding: 1em;
  color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25);
  -o-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25);
  font-family: sans-serif;
  font-weight: bold;
}
/*--[ Buttons ]--------------------------------------------------------------------------------*/
.button,
.widget_woo_subscribe .submit {
  padding: 6px 12px;
  background: #b5d457;
  background: -webkit-gradient(linear, left top, left bottom, from(#b5d457), to(#93b235));
  background: -webkit-linear-gradient(#b5d457, #93b235);
  background: -moz-linear-gradient(center top, #b5d457 0%, #93b235 100%);
  background: -moz-gradient(center top, #b5d457 0%, #93b235 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#b5d457,endColorstr=#93b235);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#b5d457, endColorstr=#93b235)";
  border: 1px solid;
  border-color: #719013;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-family: sans-serif;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  display: block;
}
.button:hover,
.widget_woo_subscribe .submit:hover {
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeff3));
  background: -webkit-linear-gradient(#ffffff, #eeeff3);
  background: -moz-linear-gradient(center top, #ffffff 0%, #eeeff3 100%);
  background: -moz-gradient(center top, #ffffff 0%, #eeeff3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff,endColorstr=#eeeff3);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff, endColorstr=#eeeff3)";
}
.button:active,
.widget_woo_subscribe .submit:active {
  background: #eeeff3;
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeff3), to(#ffffff));
  background: -webkit-linear-gradient(#eeeff3, #ffffff);
  background: -moz-linear-gradient(center top, #eeeff3 0%, #ffffff 100%);
  background: -moz-gradient(center top, #eeeff3 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#eeeff3,endColorstr=#ffffff);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#eeeff3, endColorstr=#ffffff)";
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  color: #66676b;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}
.button.alt,
input.button-primary,
button.button-primary,
a.button-primary {
  background: #a4c346;
  background: -webkit-gradient(linear, left top, left bottom, from(#a4c346), to(#82a124));
  background: -webkit-linear-gradient(#a4c346, #82a124);
  background: -moz-linear-gradient(center top, #a4c346 0%, #82a124 100%);
  background: -moz-gradient(center top, #a4c346 0%, #82a124 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a4c346,endColorstr=#82a124);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a4c346, endColorstr=#82a124)";
  color: #eeeff3;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  border: 1px solid;
  border-color: #719013;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.35), inset 0 0 6px 0 rgba(255, 255, 255, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.35), inset 0 0 6px 0 rgba(255, 255, 255, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.3);
  -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.35), inset 0 0 6px 0 rgba(255, 255, 255, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.3);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.35), inset 0 0 6px 0 rgba(255, 255, 255, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}
.button.alt:hover,
input.button-primary:hover,
button.button-primary:hover,
a.button-primary:hover {
  background: #a4c346;
  background: -webkit-gradient(linear, left top, left bottom, from(#a4c346), to(#93b235));
  background: -webkit-linear-gradient(#a4c346, #93b235);
  background: -moz-linear-gradient(center top, #a4c346 0%, #93b235 100%);
  background: -moz-gradient(center top, #a4c346 0%, #93b235 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a4c346,endColorstr=#93b235);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a4c346, endColorstr=#93b235)";
  border: 1px solid;
  border-color: #719013;
}
.button.alt:active,
input.button-primary:active,
button.button-primary:active,
a.button-primary:active {
  background: #a4c346;
  background: -webkit-gradient(linear, left top, left bottom, from(#a4c346), to(#b5d457));
  background: -webkit-linear-gradient(#a4c346, #b5d457);
  background: -moz-linear-gradient(center top, #a4c346 0%, #b5d457 100%);
  background: -moz-gradient(center top, #a4c346 0%, #b5d457 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a4c346,endColorstr=#b5d457);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a4c346, endColorstr=#b5d457)";
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  color: #4f6e00 !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  border: 1px solid;
  border-color: #719013;
}
.button.delete {
  background: #bb5757;
  background: -webkit-gradient(linear, left top, left bottom, from(#bb5757), to(#8d3939));
  background: -webkit-linear-gradient(#bb5757, #8d3939);
  background: -moz-linear-gradient(center top, #bb5757 0%, #8d3939 100%);
  background: -moz-gradient(center top, #bb5757 0%, #8d3939 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#bb5757,endColorstr=#8d3939);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#bb5757, endColorstr=#8d3939)";
  border-color: #8d3939;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
.button.delete:hover {
  background: #cc6868;
  background: -webkit-gradient(linear, left top, left bottom, from(#cc6868), to(#8d3939));
  background: -webkit-linear-gradient(#cc6868, #8d3939);
  background: -moz-linear-gradient(center top, #cc6868 0%, #8d3939 100%);
  background: -moz-gradient(center top, #cc6868 0%, #8d3939 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#cc6868,endColorstr=#8d3939);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#cc6868, endColorstr=#8d3939)";
}
.button.delete:active {
  background: #8d3939;
  background: -webkit-gradient(linear, left top, left bottom, from(#8d3939), to(#bb5757));
  background: -webkit-linear-gradient(#8d3939, #bb5757);
  background: -moz-linear-gradient(center top, #8d3939 0%, #bb5757 100%);
  background: -moz-gradient(center top, #8d3939 0%, #bb5757 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#8d3939,endColorstr=#bb5757);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#8d3939, endColorstr=#bb5757)";
  top: 1px;
  color: #441b1c;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}
.button:active,
.button.cta:active {
  top: 1px;
}
/*


/*		Default Layout: 992px. 
		Gutters: 24px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */
body {
  font-size: 1.2em;
  -webkit-tap-highlight-color: #ffff00;
  font-family: sans-serif;
  height: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAH0lEQVQIHWP8//8/AxKoZwAJQHE9WBKZAxMAy0AlGACq1CjXqC+LfAAAAABJRU5ErkJggg==) #eeeff3;
}
/* Header */
.login #backtoblog a {
  color: #a4c346 !important;
}
.login #backtoblog a:hover {
  color: #82a124 !important;
}
#login {
  margin: 0 auto;
  padding: 5em 0;
}
#login h1 a {
  display: block;
  width: 300px;
  height: 65px; /* TwoWay edited height */
  text-indent: -9999px;
  text-align: left;
  background: url(../images/supportpress.png) top no-repeat;
  margin: 0 auto;
}
#loginform,
#lostpasswordform,
#registerform {
  -webkit-box-shadow: 0 0 3px 0 #dddee2, inset 0 0 0 7px #f8f9fd;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #cccdd1;
  padding: 24px;
  margin: 0 auto;
  overflow: hidden;
  zoom: 1;
}
#login_error,
.message {
  margin-left: 0;
}
.tax-ticketmilestone #content a.subscribe {
  margin-top: .25em;
}
/* Content */
table.items {
  width: 100%;
  /*.med mark {
		background: #FFCC66;
		.inset_box_shadow(0, 0, 2px, 0, rgba(0,0,0,0.3));
	}*/

}
table.items tr.odd td {
  background: none;
}
table.items th,
table.items td {
  padding: 0.75em 0.5em;
  vertical-align: top;
}
table.items th {
  font-size: 0.7em;
  font-family: sans-serif;
  font-weight: bold;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 2px solid #eeeff3;
  padding-bottom: 1em;
  color: #aaabaf;
}
table.items th a {
  color: #66676b;
}
table.items th.type,
table.items th.user {
  text-align: center;
}
table.items td {
  border-bottom: 1px solid #eeeff3;
  background: #f8f9fd;
}
table.items .status-resolved,
table.items .status-invalid {
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  text-decoration: line-through;
}
table.items .status-invalid {
  text-decoration: none;
}
table.items .actions .button {
  text-align: center;
  padding: 0;
}
table.items .status {
  width: 60px;
  text-align: center;
}
table.items .status span {
  display: block;
  background: #eee;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 0.9em;
  color: #ffffff;
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
}
table.items .type {
  width: 60px;
}
table.items .type span {
  display: block;
  background: #eee;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 0.9em;
  color: #ffffff;
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
}
table.items mark {
  font-weight: normal;
  font-style: normal;
  background: none;
  padding: 2px 7px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
table.items .low mark {
  background: none;
}
table.items .priority-critical mark {
  color: #aa1f1e;
  background: #f3bbbb;
  -webkit-animation-name: pulse;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}
table.items .priority-high mark {
  color: #aa1f1e;
}
table.items .status-new span {
  background: #74a5e8;
}
table.items .status-open span {
  background: #4172b5;
}
table.items .ticket .type span,
table.items .status-hold span,
table.items .status-invalid span,
table.items .milestone span {
  color: #485160;
  background: #ffffff;
}
table.items .milestone .type span {
  background: #f69403;
  color: #fff;
  text-shadow: none;
}
table.items .status-resolved span {
  color: #485160;
  text-shadow: none;
}
table.items .page span {
  background: #a4c346;
}
table.items .message span,
table.items .message .type span {
  background: #c6e568;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
table.items .message {
  border-bottom: 0;
}
table.items .message a.tooltip {
  float: none;
}
table.items .number {
  width: 20px;
  text-align: center;
}
table.items .title h2 {
  font-size: 1em;
  margin: 0;
  font-family: sans-serif;
  font-weight: normal;
  line-height: 1.5em;
}
table.items .title a.resolve {
  float: right;
  visibility: hidden;
  color: #4172b5;
  text-transform: uppercase;
  font-family: sans-serif;
  font-size: 0.7em;
  border: 1px solid #eeeff3;
  display: block;
  width: 20px;
  text-align: center;
  background: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all ease-in-out 0.2s;
}
table.items .title a.resolve span {
  display: none;
}
table.items .title a.resolve:hover {
  -webkit-transform: scale(1.2);
}
table.items tr:hover .title a.resolve {
  visibility: visible;
}
table.items th.milestone,
table.items td.milestone {
  text-align: center;
}
table.items .type .milestone {
  width: 65px;
  text-align: center;
}
table.items .assigned {
  width: 60px;
  text-align: center;
}
table.items img,
table.items .message img {
  width: 24px !important;
  height: auto;
  display: block;
  border: 2px solid #fff;
  padding: 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  float: none;
}
table.items .age {
  width: 15%;
  text-align: center;
}
table.items progress {
  width: 100%;
}
table.scheduled th.milestone-type,
table.completed th.milestone-type,
table.items th.milestone-type {
  width: 5%;
}
table.scheduled th.milestone-progress,
table.completed th.milestone-progress,
table.items th.milestone-progress {
  width: 25%;
}
table.scheduled th.milestone-scheduled,
table.completed th.milestone-scheduled,
table.items th.milestone-scheduled,
table.scheduled th.milestone-tickets,
table.completed th.milestone-tickets,
table.items th.milestone-tickets {
  width: 10%;
}
table.scheduled .actions,
table.completed .actions,
table.items .actions {
  width: 10%;
}
table.scheduled .actions a.button,
table.completed .actions a.button,
table.items .actions a.button {
  float: left;
  padding-left: 6px;
  padding-right: 6px;
}
table.scheduled .actions a.edit,
table.completed .actions a.edit,
table.items .actions a.edit {
  margin-right: 6px;
}
table.items.members td {
  vertical-align: middle;
}
/* Sidebar */
#sidebar {
  font-size: 0.9em;
  /* Widgets */

}
#sidebar .new-ticket .button {
  display: block;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1.15em;
  font-size: 1.2em;
  -webkit-font-smoothing: antialiased;
}
#sidebar a {
  color: #485160;
}
#sidebar a:hover {
  color: #040d1c;
}
#sidebar progress {
  width: 100%;
}
#sidebar a.button {
  color: #eeeff3;
}
#sidebar .button:hover {
  color: #eeeff3;
}
#sidebar .progress {
  margin-bottom: 1em;
}
#sidebar .progress span {
  font-size: 1em;
}
#sidebar .widget {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #dddee2;
  padding-bottom: 1em;
  color: #7b8493;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
#sidebar .widget li {
  padding: 0.5em 0;
  list-style: none;
}
#sidebar .widget h3 a {
  color: #719013;
}
#sidebar .widget h3 a:hover {
  color: #607f02;
}
#sidebar .widget:first-child {
  border-top: none;
}
#sidebar .widget_woo_twitter ul {
  border-bottom: 1px solid #dddee2;
  position: relative;
}
#sidebar .widget_woo_twitter ul li a.time {
  display: block;
  padding: .5em 0;
}
#sidebar .widget_woo_twitter ul:after {
  content: "";
  display: block;
  /* reduce the damage in FF3.0 */

  position: absolute;
  bottom: -15px;
  /* value = - border-top-width - border-bottom-width */

  left: 40%;
  /* controls horizontal position */

  width: 0;
  height: 0;
  border-width: 15px 15px 0;
  /* vary these values to change the angle of the vertex */

  border-style: solid;
  border-color: #dddee2 transparent;
}
#sidebar .widget_woo_twitter p {
  text-align: center;
}
#sidebar .widget_nav_menu .sub-menu {
  margin: .5em 0 0 1.5em;
}
#sidebar .widget_nav_menu .menu {
  margin-bottom: 0;
}
#sidebar .widget_woo_subscribe {
  overflow: hidden;
  zoom: 1;
}
#sidebar .widget_woo_subscribe input.email {
  width: 67%;
}
#sidebar .widget_woo_subscribe .submit {
  width: auto;
  float: right;
}
#sidebar .widget_woo_subscribe .social {
  float: none !important;
  clear: both;
  padding-top: 1em;
}
#sidebar .widget_woo_subscribe .social a {
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all ease-in-out 0.2s;
}
#sidebar .widget_woo_subscribe .social a:hover {
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
#sidebar .widget_woo_faultpress_attachments .attachments {
  background: none;
  border: none;
  padding: 0;
  margin: 0 0 1.5em;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#sidebar .widget_woo_faultpress_mytickets li,
#sidebar .widget_woo_faultpress_milestones li {
  overflow: hidden;
  zoom: 1;
  display: inline-block;
  display: block;
  list-style: none;
  padding: 0.25em 0;
}
#sidebar .widget_woo_faultpress_mytickets li a,
#sidebar .widget_woo_faultpress_milestones li a {
  float: left;
}
#sidebar .widget_woo_faultpress_mytickets li span,
#sidebar .widget_woo_faultpress_milestones li span {
  float: right;
  padding: 1px;
  display: inline-block;
  width: 3em;
  text-align: center;
  background: #e4e5e9;
  font-family: sans-serif;
  font-weight: bold;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.1);
}
#sidebar .widget_rss img {
  float: right;
  margin-top: 0.3em;
}
#sidebar .widget_woo_faultpress_contributors li {
  overflow: hidden;
  zoom: 1;
  display: inline-block;
  display: block;
  list-style: none;
  padding: 0.25em 0;
}
#sidebar .widget_woo_faultpress_contributors li a {
  clear: right;
  overflow: hidden;
  zoom: 1;
  display: inline-block;
  display: block;
}
#sidebar .widget_woo_faultpress_contributors li a span {
  display: block;
  color: #999a9e;
}
#sidebar .widget_woo_faultpress_contributors li img {
  width: 24px;
  border: 2px solid #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  float: right;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: auto;
}
/* Single ticket page */
h1.ticket-title {
  padding: .75em 1em;
  margin: -1em -24px 0;
  background: #f8f9fd;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f9fd), to(#eeeff3));
  background: -webkit-linear-gradient(#f8f9fd, #eeeff3);
  background: -moz-linear-gradient(center top, #f8f9fd 0%, #eeeff3 100%);
  background: -moz-gradient(center top, #f8f9fd 0%, #eeeff3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f8f9fd,endColorstr=#eeeff3);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f8f9fd, endColorstr=#eeeff3)";
  border-bottom: 1px solid #dddee2;
  border-top: 1px solid #fff;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
p.actions {
  float: right;
  margin-bottom: 0;
  margin-top: 1.5em;
}
p.actions .button {
  float: right;
  margin-left: .5em;
  padding: .3em .75em;
  border: 1px solid #cccdd1;
  -webkit-box-shadow: 0 0 0 1px #ffffff, inset 0 0 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 1px #ffffff, inset 0 0 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 1px #ffffff, inset 0 0 3px 0 rgba(0, 0, 0, 0.1);
  background: #eeeff3;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all ease-in-out 0.2s;
  -webkit-appearance: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}
p.actions .button:hover {
  background: #ffffff;
}
p.actions .edit:hover {
  background-image: url(../images/ico-edit.png);
  background-position: 10px 7px;
  background-repeat: no-repeat;
  padding-left: 2.5em;
}
p.actions .watch:hover {
  background-image: url(../images/ico-watch.png);
  background-position: 8px;
  background-repeat: no-repeat;
  padding-left: 2.8em;
}
p.actions .new-milestone:hover {
  background-image: url(../images/ico-add.png);
  background-position: 12px 7px;
  background-repeat: no-repeat;
  padding-left: 2.5em;
}
p.actions.new-milestone {
  margin-top: 1.5em;
}
.nobr {
  white-space: nowrap;
  background: none;
}
#comments {
  margin: 0 -24px;
  padding: 0 24px;
  border-top: 1px solid #dddee2;
  background: #f8f9fd;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f9fd), to(#ffffff));
  background: -webkit-linear-gradient(#f8f9fd, #ffffff);
  background: -moz-linear-gradient(center top, #f8f9fd 0%, #ffffff 100%);
  background: -moz-gradient(center top, #f8f9fd 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f8f9fd,endColorstr=#ffffff);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f8f9fd, endColorstr=#ffffff)";
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
#comments .navigation {
  margin: 0 -24px;
  padding: 24px;
  border-top: 1px solid #cccdd1;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f9fd));
  background: -webkit-linear-gradient(#ffffff, #f8f9fd);
  background: -moz-linear-gradient(center top, #ffffff 0%, #f8f9fd 100%);
  background: -moz-gradient(center top, #ffffff 0%, #f8f9fd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff,endColorstr=#f8f9fd);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff, endColorstr=#f8f9fd)";
  overflow: hidden;
  zoom: 1;
  font-family: sans-serif;
}
#comments .navigation .fr {
  float: right;
}
#comments .navigation .fl {
  float: left;
}
#comments .navigation a {
  background: #f8f9fd;
  padding: .5em 1em;
  border: 1px solid #cccdd1;
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all ease-in-out 0.2;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
#comments .navigation a:hover {
  background: #fff;
}
ol.commentlist {
  margin: 0;
  list-style: none;
}
ol.commentlist ul.children {
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
}
ol.commentlist ul.children #respond .ticket-update {
  border-left: 2px solid #dfe4cf;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-bottom: 1.5em;
}
ol.commentlist ul.children .comment-content {
  background: #f8f9fd;
}
ol.commentlist ul.children li.updated .comment-content {
  background: #f0f5e0 !important;
  border: 1px solid #dfe4cf !important;
}
ol.commentlist ul.children li.updated .comment-content:after {
  border-color: transparent #dfe4cf !important;
}
ol.commentlist li.comment .comment-container {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 0;
}
ol.commentlist li.comment .comment-content {
  position: relative;
  padding: 1.5em 1.5em 1px 1.5em;
  margin: 0 0 1.5em 84px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #f8f9fd;
  border: 1px solid #dddee2;
}
ol.commentlist li.comment .comment-content:after {
  content: "";
  display: block;
  /* reduce the damage in FF3.0 */

  position: absolute;
  width: 0;
  height: 0;
  border-width: 15px 15px 0;
  /* vary these values to change the angle of the vertex */

  border-style: solid;
  top: 21px;
  /* controls vertical position */

  left: -10px;
  /* value = - border-left-width - border-right-width */

  bottom: auto;
  border-width: 10px 10px 10px 0;
  border-color: transparent #dddee2;
}
ol.commentlist li.comment .updated {
  background: #f0f5e0;
  border: 1px solid #dfe4cf !important;
}
ol.commentlist li.comment .updated:after {
  border-color: transparent #dfe4cf;
}
ol.commentlist li.comment .no-comment .updates {
  border: none;
  margin-top: 0;
  padding-top: 0;
  background: url(../images/ico-updates.png) 1.5em 4px no-repeat;
}
ol.commentlist li.comment .updates {
  list-style: none;
  background: url(../images/ico-updates.png) 1.5em 1.7em no-repeat;
  padding-left: 3.5em;
  padding-top: 1.5em;
  margin: 1em -1.5em 0.25em -1.5em;
  font-family: sans-serif;
  border-top: 1px solid #dfe4cf;
}
ol.commentlist li.comment .updates mark {
  font-weight: bold;
  background: none;
  font-style: normal;
}
ol.commentlist li.comment form .updates {
  padding-left: 0;
  background: none;
  margin: 1em 0 0.5em;
}
ol.commentlist li.comment .meta {
  width: 60px;
  float: left;
  clear: left;
}
ol.commentlist li.comment cite {
  font-style: normal;
  clear: left;
}
ol.commentlist li.comment cite img {
  width: 48px;
  background: #f1f1f1;
  background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#f6f6f6));
  background: -webkit-linear-gradient(#f1f1f1, #f6f6f6);
  background: -moz-linear-gradient(center top, #f1f1f1 0%, #f6f6f6 100%);
  background: -moz-gradient(center top, #f1f1f1 0%, #f6f6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f1f1f1,endColorstr=#f6f6f6);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f1f1f1, endColorstr=#f6f6f6)";
  padding: 4px;
  border: 1px solid #dddee2;
  float: left;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-right: 1em;
}
ol.commentlist li.comment cite h4 {
  margin-bottom: 0;
}
ol.commentlist li.comment cite time {
  display: block;
  font-size: 0.675em;
  font-family: sans-serif;
  text-align: center;
}
ol.commentlist li.comment .actions {
  overflow: hidden;
  zoom: 1;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 6px;
}
ol.commentlist li.comment .actions .edit,
ol.commentlist li.comment .actions .reply {
  float: right;
  font-family: sans-serif;
  text-transform: uppercase;
  font-size: 0.6875em;
}
ol.commentlist li.comment .actions .edit a,
ol.commentlist li.comment .actions .reply a {
  display: block;
  padding: 2px 6px;
  outline-color: none;
  color: rgba(0, 0, 0, 0.5);
}
article.ticket {
  margin-bottom: 0;
}
dl.details {
  overflow: hidden;
  zoom: 1;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f9fd));
  background: -webkit-linear-gradient(#ffffff, #f8f9fd);
  background: -moz-linear-gradient(center top, #ffffff 0%, #f8f9fd 100%);
  background: -moz-gradient(center top, #ffffff 0%, #f8f9fd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff,endColorstr=#f8f9fd);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff, endColorstr=#f8f9fd)";
  border-bottom: 1px solid #dddee2;
  border-top: 1px solid #ffffff;
  padding: 2em 2em 1.5em 2em;
  margin-top: 0;
  margin-left: -24px;
  margin-right: -24px;
  margin-bottom: 0;
}
dl.details dt,
dl.details dd {
  float: left;
  margin-bottom: 0.5em;
}
dl.details dt {
  width: 20%;
  color: #7b8493;
}
dl.details dd {
  width: 29%;
}
dl.details dt.odd {
  clear: left;
}
dl.details span {
  display: block;
  background: #eee;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-family: sans-serif;
  font-weight: bold;
  letter-spacing: -1px;
  color: #ffffff;
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  width: 60px;
}
dl.details .status-new span {
  background: #74a5e8;
}
dl.details .status-open span {
  background: #4172b5;
}
dl.details .status-hold span,
dl.details .status-invalid span,
dl.details .milestone span {
  color: #485160;
  background: #ffffff;
}
dl.details .status-resolved span {
  color: #485160;
  text-shadow: none;
}
.attachments {
  background: #eeeff3;
  border-bottom: 1px solid #dddee2;
  border-top: 1px solid #ffffff;
  margin-left: -24px;
  margin-right: -24px;
  margin-bottom: 0;
  padding: 2em;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
}
.attachments ul {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
  line-height: 2em;
  font-size: 0.875em;
}
.attachments h4 {
  margin-top: 0;
}
.ticket-update {
  margin-left: -24px;
  margin-right: -24px;
  padding: 1em 24px;
  margin-bottom: 24px;
  z-index: 99;
  border-top: 2px solid #dfe4cf;
  border-bottom: 2px solid #dfe4cf;
  background: #f0f5e0;
}
.ticket-update .cancel-comment-reply {
  float: right;
  margin-top: -2.5em;
  z-index: 99;
}
.ticket-update .cancel-comment-reply a {
  display: block;
  padding: 10px;
  height: 14px;
  width: 14px;
  text-indent: -9999px;
  border: 2px solid #dfe4cf;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: left;
  background: url(../images/ico-cancel.png) center no-repeat #ffffff;
  -webkit-transition: all ease-in-out 0.2s;
}
.ticket-update .cancel-comment-reply a:hover {
  -webkit-transform: scale(1.2);
}
.ticket-update div.uploader span.action {
  background-color: #f0f5e0 !important;
}
.ticket-update .input-text {
  width: 96%;
}
.ticket-update p {
  border-top: 1px solid #dfe4cf;
  padding-top: 1em;
}
.ticket-update p.first {
  width: 48%;
  float: left;
}
.ticket-update p.last {
  width: 48%;
  float: right;
}
.ticket-update label {
  display: block;
}
.ticket-update ul.updates {
  border-top: 1px solid #dfe4cf;
}
/* Forms */
.new-ticket-form,
.milestone-form,
.settings-form,
.edit-profile-form {
  margin-left: -24px;
  margin-right: -24px;
  padding: 1em 24px;
  border-top: 2px solid #dddee2;
  border-bottom: 2px solid #dddee2;
  background: #eff0f4;
}
.new-ticket-form .input-text,
.milestone-form .input-text,
.settings-form .input-text,
.edit-profile-form .input-text {
  width: 96%;
}
.new-ticket-form p,
.milestone-form p,
.settings-form p,
.edit-profile-form p {
  border-top: 1px solid #dddee2;
  padding-top: 1em;
  overflow: hidden;
  zoom: 1;
}
.new-ticket-form .col-1,
.milestone-form .col-1,
.settings-form .col-1,
.edit-profile-form .col-1,
.new-ticket-form .col-2,
.milestone-form .col-2,
.settings-form .col-2,
.edit-profile-form .col-2 {
  width: 48%;
}
.new-ticket-form .col-1,
.milestone-form .col-1,
.settings-form .col-1,
.edit-profile-form .col-1 {
  float: left;
  clear: left;
}
.new-ticket-form .col-2,
.milestone-form .col-2,
.settings-form .col-2,
.edit-profile-form .col-2 {
  float: right;
}
.new-ticket-form .new-password input.first,
.milestone-form .new-password input.first,
.settings-form .new-password input.first,
.edit-profile-form .new-password input.first,
.new-ticket-form .new-password input.second,
.milestone-form .new-password input.second,
.settings-form .new-password input.second,
.edit-profile-form .new-password input.second {
  margin-bottom: 12px;
}
.new-ticket-form .new-password input.first,
.milestone-form .new-password input.first,
.settings-form .new-password input.first,
.edit-profile-form .new-password input.first {
  width: 46%;
  float: left;
}
.new-ticket-form .new-password input.second,
.milestone-form .new-password input.second,
.settings-form .new-password input.second,
.edit-profile-form .new-password input.second {
  width: 46%;
  float: right;
}
.new-ticket-form .new-password small,
.milestone-form .new-password small,
.settings-form .new-password small,
.edit-profile-form .new-password small {
  clear: both;
  display: block;
  width: 48%;
  float: left;
}
.new-ticket-form .new-password small.strength,
.milestone-form .new-password small.strength,
.settings-form .new-password small.strength,
.edit-profile-form .new-password small.strength {
  float: right;
  clear: none;
  background: #e4e5e9;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-align: center;
}
.new-ticket-form h3,
.milestone-form h3,
.settings-form h3,
.edit-profile-form h3 {
  clear: left;
}
.new-ticket-form p:first-child,
.milestone-form p:first-child,
.settings-form p:first-child,
.edit-profile-form p:first-child {
  border-top: 0;
}
.new-ticket-form label,
.milestone-form label,
.settings-form label,
.edit-profile-form label {
  display: block;
  margin-bottom: .25em;
}
/* New Ticket */
.new-ticket-form div.uploader span.action {
  background-color: #eeeff3 !important;
}
/* New Milestone */
.milestone-form .due-date .dd,
.milestone-form .due-date .mm {
  width: 40px;
}
.milestone-form .due-date .yyyy {
  width: 80px;
}
/* Settings form */
.settings-form ul.visibility {
  list-style: none;
}
.settings-form ul.visibility li {
  overflow: hidden;
  zoom: 1;
}
.settings-form ul.visibility li label {
  display: inline;
}
.settings-form small.description {
  float: right;
  width: 65%;
  padding-top: .25em;
}
.settings-form .selector {
  float: left;
  width: auto;
  margin-bottom: 0;
}
/* Update select dropdowns */
ul.updates {
  margin: 0;
  list-style: none;
  padding: 1em 0;
  overflow: hidden;
  border-top: 1px solid #dddee2;
  zoom: 1;
}
ul.updates div.selector {
  width: 100%;
  margin-bottom: 1em;
  padding-left: 0;
}
ul.updates div.selector span {
  margin-left: 10px;
  float: none;
}
ul.updates li.first {
  width: 48%;
  float: left;
}
ul.updates li.last {
  width: 48%;
  float: right;
}
/* Messages */
.message,
.blog-post {
  border-bottom: 2px solid #eeeff3;
}
.message dl.details,
.blog-post dl.details {
  margin-bottom: 1.5em;
}
.message a.tooltip,
.blog-post a.tooltip {
  float: left;
}
.message img.avatar,
.blog-post img.avatar {
  width: 48px;
  background: #f1f1f1;
  background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#f6f6f6));
  background: -webkit-linear-gradient(#f1f1f1, #f6f6f6);
  background: -moz-linear-gradient(center top, #f1f1f1 0%, #f6f6f6 100%);
  background: -moz-gradient(center top, #f1f1f1 0%, #f6f6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f1f1f1,endColorstr=#f6f6f6);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f1f1f1, endColorstr=#f6f6f6)";
  padding: 5px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  float: left;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.message .header,
.blog-post .header,
.message .message-content,
.blog-post .message-content,
.message .blog-content,
.blog-post .blog-content,
.message .footer,
.blog-post .footer {
  margin-left: 84px;
}
.message .header,
.blog-post .header {
  font-size: 0.9em;
  color: #7b8493;
}
.message .header cite,
.blog-post .header cite {
  font-style: normal;
}
.message .footer,
.blog-post .footer {
  font-size: 0.9em;
  border-top: 1px dotted #dddee2;
  padding-top: 1em;
  color: #7b8493;
}
.add-comment {
  margin-left: -24px;
  margin-right: -24px;
  padding: 1em 24px;
  border-top: 2px solid #dddee2;
  border-bottom: 2px solid #dddee2;
  background: #eff0f4;
}
.add-comment .input-text {
  width: 98%;
}
.add-comment p {
  border-top: 1px solid #dddee2;
  padding-top: 1em;
}
.add-comment p.title {
  border-top: 0;
}
.add-comment label {
  display: block;
}
/* Single Message page */
.single-message .message {
  border-bottom: 0;
}
/* Tabs */
.tab-nav {
  margin: 0 -24px;
}
.tab-nav ul {
  overflow: hidden;
  zoom: 1;
  margin: 0 0 1em;
  padding: 6px 24px 0;
  background: url(../images/ddd.png) bottom repeat-x #f6f6f6;
  border-top: 1px solid #dddee2;
}
.tab-nav ul li {
  float: left;
  margin-right: .5em;
}
.tab-nav ul li a {
  display: block;
  float: left;
  padding: 6px 12px;
  border: 1px solid #f6f6f6;
  border-bottom: 1px solid #dddee2;
  background: #f6f6f6;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  font-family: sans-serif;
  font-weight: bold;
}
.tab-nav ul li a:hover {
  background: #eee;
}
.tab-nav ul li.active a {
  background: #fff;
  border: 1px solid #dddee2;
  border-bottom: 1px solid #fff;
}
/* Profile Pages */
.bio {
  background: url(../images/bio.png) 0 38px repeat-y #fdfbe9;
  padding: 2em;
  overflow: hidden;
  zoom: 1;
  margin: -24px -24px 0 -24px;
  position: relative;
  border-bottom: 2px solid #dddee2;
}
.bio h1 {
  margin-top: 0;
}
.bio img.avatar {
  float: right;
  width: 128px;
  padding: 1em 1em 2em 1em;
  height: auto;
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  margin: 0 0 0 2em;
  -webkit-transform: rotate(1deg);
  z-index: 2;
}
.bio h1:after {
  content: "";
  z-index: 9999;
  display: block;
  height: 62px;
  width: 62px;
  position: absolute;
  top: 6px;
  right: 6px;
  background: url(../images/tape.png);
}
.bio .ticket-link a mark:before,
.bio .ticket-link a mark:after {
  background: #FDFBE9;
}
/* Overview intro section */
.overview-intro {
  position: relative;
}
.overview-intro ul {
  overflow: hidden;
  zoom: 1;
  list-style: none;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f9fd));
  background: -webkit-linear-gradient(#ffffff, #f8f9fd);
  background: -moz-linear-gradient(center top, #ffffff 0%, #f8f9fd 100%);
  background: -moz-gradient(center top, #ffffff 0%, #f8f9fd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff,endColorstr=#f8f9fd);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff, endColorstr=#f8f9fd)";
  margin: 0 -36px;
  padding: 12px 36px;
  border: 1px solid #cccdd1;
  -webkit-box-shadow: 0 1px 1px 0;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.overview-intro ul li {
  float: left;
  margin: 0 2em 0 0;
}
.overview-intro ul li mark {
  font-style: normal;
  background: transparent;
}
.overview-intro ul:before {
  content: "";
  display: block;
  position: absolute;
  left: -36px;
  bottom: -24px;
  border: 12px solid #dddee2;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-width: 3px;
  z-index: -1;
}
.overview-intro ul:after {
  content: "";
  display: block;
  position: absolute;
  right: -36px;
  bottom: -24px;
  border: 12px solid #dddee2;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-width: 0;
  z-index: -1;
}
/* CSS only ticket link */
.ticket-link a mark {
  background: #e0cdb2;
  background: -webkit-gradient(linear, left top, left bottom, from(#e0cdb2), to(#d1b68d));
  background: -webkit-linear-gradient(#e0cdb2, #d1b68d);
  background: -moz-linear-gradient(center top, #e0cdb2 0%, #d1b68d 100%);
  background: -moz-gradient(center top, #e0cdb2 0%, #d1b68d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e0cdb2,endColorstr=#d1b68d);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e0cdb2, endColorstr=#d1b68d)";
  color: #574122;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  position: relative;
  padding: 2px 12px;
  font-family: sans-serif;
  font-weight: bold;
  margin: 0 4px 0 0;
  font-style: normal;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.ticket-link a mark:before,
.ticket-link a mark:after {
  content: "";
  position: absolute;
  top: 5px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #fff;
}
.ticket-link a mark:before {
  left: -5px;
}
.ticket-link a mark:after {
  right: -5px;
}
.ticket-link a:hover mark {
  background: #e0cdb2;
  color: #7b5d31;
}
/* CSS only contributor link */
.contributor-link a mark {
  position: relative;
  background: #dddee2;
  padding: 1px 6px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  -webkit-border-bottom-left-radius: 12px;
  -webkit-border-bottom-right-radius: 12px;
  -moz-border-radius-bottomleft: 12px;
  -moz-border-radius-bottomright: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  font-style: normal;
  font-family: sans-serif;
}
.contributor-link a mark:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 5px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #dddee2;
}
/* Progress bars */
.progress {
  background: #eeeff3;
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeff3), to(#ffffff));
  background: -webkit-linear-gradient(#eeeff3, #ffffff);
  background: -moz-linear-gradient(center top, #eeeff3 0%, #ffffff 100%);
  background: -moz-gradient(center top, #eeeff3 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#eeeff3,endColorstr=#ffffff);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#eeeff3, endColorstr=#ffffff)";
  -webkit-box-shadow: 0,0,0,1px,#fff;
  overflow: hidden;
  zoom: 1;
  padding: 3px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #aaabaf;
}
.progress span {
  background: #6394d7;
  background: -webkit-gradient(linear, left top, left bottom, from(#6394d7), to(#4172b5));
  background: -webkit-linear-gradient(#6394d7, #4172b5);
  background: -moz-linear-gradient(center top, #6394d7 0%, #4172b5 100%);
  background: -moz-gradient(center top, #6394d7 0%, #4172b5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#6394d7,endColorstr=#4172b5);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#6394d7, endColorstr=#4172b5)";
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15), inset 0 0 3px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15), inset 0 0 3px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15), inset 0 0 3px 0 rgba(255, 255, 255, 0.15);
  border: 1px solid #1f5093;
  display: block;
  float: left;
  text-align: left;
  -webkit-border-top-left-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-topleft: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  height: 10px;
  color: #fff;
  font-size: 0.875em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  text-indent: -9999px;
}
/* Footer */
#footer {
  margin-top: 2em;
}
#footer .credit {
  text-align: right;
}
#footer .credit img {
  float: right;
  margin-left: 1em;
}
#footer .col2-set {
  width: 620px;
}
/* 404 page */
.error404 #main {
  background: url(../images/404.gif) top right no-repeat #ffffff !important;
}
.error404 .error404content p {
  margin-right: 252px;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
