/* Layout */
body {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  font-style: normal;
  text-shadow: 0 1px 0 #f1f6f7;
  text-decoration: none;
  background: #cfe2e5 url('../images/template-bg.png') repeat-x fixed;
}
#container {
  width: 100%;
  min-height: 100%;
  /* If the content exceeds the viewing area any scrollable area will no longer show the container, but min-height will fill the area for small content, or expand if necessary. */

}
.page-1240 {
  width: 1240px;
  margin: 0 auto;
}
.content-1200 {
  width: 1200px;
  margin: 0 auto;
}
#panel-primary {
  padding: 0 0 30px 0;
}
#panel-secondary {
  background: #bdd1d5;
  padding: 0 0 20px 0;
}
#clear-footer {
  height: 300px;
}
#footer {
  width: 100%;
  height: 300px;
  margin-top: -300px;
  text-shadow: 0 1px 0 #dee8ea;
  background: #bdd1d5 url('../images/socialise-bg.gif') repeat-x;
}
#footer-legal {
  width: 100%;
  line-height: 14px;
  height: 64px;
  position: fixed;
  z-index: 100;
  bottom: 0;
  margin-top: -64px;
  background: url(' ../images/template-footer-bg.png') repeat-x;
  text-shadow: none;
}
#footer-legal #footer-bg-black {
  width: 100%;
  height: 53px;
  margin-top: 11px;
  background: #000;
}
#footer-legal #left {
  width: 40%;
  float: left;
  text-align: left;
  color: #ffffff;
  margin-top: 19px;
}
#footer-legal #right {
  width: 60%;
  float: left;
  text-align: right;
  color: #ffffff;
  margin-top: 19px;
}
#footer a {
  color: #ff1187;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1em;
  text-shadow: 0 1px 0 #f1f6f7;
}
h1 {
  font-size: 36px;
  margin-bottom: 18px;
}
h2 {
  font-size: 36px;
  margin-bottom: 18px;
  color: #42747d;
}
h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
/* Text */
p {
  margin-bottom: 14px;
}
div.emphasis, p.emphasis {
  font-weight: bold;
  font-size: 14px;
  text-shadow: 0 1px 1px #fff;
}
span.emphasis {
  color: #42747d;
  font-weight: bold;
  text-shadow: 0 1px 1px #fff;
}
.text-shadow-white {
  text-shadow: 0 1px 0 #ffffff;
}
.date-stamp {
  color: #42747d;
  font-style: italic;
}
.client-profile {
  font-size: 12px;
  font-style: italic;
  line-height: 16px;
  background: #bdd1d5;
  border: 2px dashed #ffffff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 10px;
}
/* Links */
a:link, a:visited {
  color: #cf4097;
  font-weight: bold;
  text-decoration: none;
}
a:hover, a:active {
  color: #cf4097;
  text-decoration: underline;
}
/* Buttons */
a[class^="button"] {
  height: 25px;
  font-size: 15px;
  line-height: 25px;
  font-weight: bold;
  position: relative;
  display: block;
  text-decoration: none;
  margin-bottom: 10px;
  padding: 5px;
  cursor: pointer;
  text-align: center;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
a[class^="button"]:active {
  top: 1px;
}
a.button-purple {
  color: #ffffff;
  background: #780379;
  background: -moz-linear-gradient(top, #e309ad, #780379);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e309ad), to(#780379));
}
/* Tags */
a.tag {
  display: inline-block;
  color: #ffffff;
  font-weight: normal;
  text-shadow: 0 1px 1px #42747d;
  background: #bdd1d5;
  background: -moz-linear-gradient(top, #bdd1d5, #adc0c4);
  background: -webkit-gradient(linear, left top, left bottom, from(#bdd1d5), to(#adc0c4));
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  margin: 0 10px 10px 0;
  padding: 0px 10px;
}
a.tag-viewing {
  display: inline-block;
  color: #ffffff;
  font-weight: normal;
  text-shadow: none;
  background: #42747d;
  background: -moz-linear-gradient(top, #42747d, #739fa7);
  background: -webkit-gradient(linear, left top, left bottom, from(#42747d), to(#739fa7));
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  /*
	box-shadow: 0 1px 1px rgba(0,0,0,.5);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.5);
	*/

  margin: 0 10px 10px 0;
  padding: 0px 10px;
}
/* Horizontal Rules */
hr {
  width: 100%;
  height: 1px;
  color: #bdd1d5;
  background: #bdd1d5;
  margin-bottom: 20px;
}
/* Inputs */
input[type=text], textarea {
  font-size: 20px;
  font-family: arial;
}
input .focus {
  color: #000 !important;
}
input .pass {
  color: #000 !important;
  border: 1px solid green !important;
  background: URL '../images/contact-form-element-bg-pass.gif' no-repeat right;
}
input .fail {
  color: red !important;
  border: 1px solid red !important;
  background: URL '../images/contact-form-element-bg-fail.gif' no-repeat right;
}
input[type=submit] {
  width: 100%;
  height: 35px;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  display: block;
  text-decoration: none;
  margin-bottom: 20px;
  color: #fff;
  padding: 5px;
  cursor: pointer;
  text-align: center;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #780379;
  /* Purple */

  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e309ad), to(#780379));
  background: -moz-linear-gradient(top, #e309ad, #780379);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
/* Validation */
.error {
  background: #c0d7db;
  border: 1px solid #e08282;
  padding: 10px;
  margin-bottom: 20px;
}
/* Twitter */
#twitter_status {
  font-size: 13px;
}
#twitter_status #twitter_update_list li a {
  font-size: 1em !important;
}
/********** ABOUT **********/
a.about-blog-title {
  color: #000000;
  text-decoration: none;
}
a.about-blog-title:hover {
  text-decoration: underline;
}
/********** CONTACT **********/
#contact-form input[type=text], #contact-form textarea {
  font-size: 14px;
  width: 390px !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 5px;
}
#contact-form textarea {
  height: 145px !important;
}
#contact-form input[type=text].fail, #contact-form textarea.fail {
  border: 1px solid red;
  padding: 4px 5px;
}

