/*
Theme Name: June 2013 Template
Theme URI: http://ellenguyen.com/
Description: June 2013 Brush with Death
Version: 1.0
Author: Elle
Author URI: http://ellenguyen.com/
Tags: June 2013 Template

	June 2013 Template v1.0
	http://www.ellenguyen.com
*/

@font-face {
  font-family: 'UnrealisedRegular';  
  src: url('http://brushwithdeath.ca/fonts/unrealised.eot');
  src: url('http://brushwithdeath.ca/fonts/unrealised.eot?#iefix') format('embedded-opentype'),
  url('http://brushwithdeath.ca/fonts/unrealised.woff') format('woff'),
  url('http://brushwithdeath.ca/fonts/unrealised.ttf') format('truetype'),
  url('http://brushwithdeath.ca/fonts/unrealised.svg#UnrealisedRegular') format('svg');
  font-weight: normal;
  font-style: normal;
  letter-spacing: 1px;
}

html, body {
  width: 100%;
  height: 100%;
  background: #000000;
  margin: 0;
  padding: 0;
  font-size: 17px;
  font-family: 'Times New Roman';
  color: #ffffff;
}

a img {
  border: 0;
}

a, a:link, a:active, a:visited {
  color: #c10000;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #c10000;
  text-decoration: underline;
}

/* Store Codes */
#mp_cart_updated_msg {
  text-align: center; 
  color: #ffffff; 
  padding: 5px 10px; 
  border: 0; 
  border-radius: 10px; 
  -webkit-border-radius: 10px; 
  -moz-border-radius: 10px; 
  background: linear-gradient(top, #c10000 18%, #430000 82%);
  background: -webkit-linear-gradient(top, #c10000 18%, #430000 82%);
  background: -moz-linear-gradient(top, #c10000 18%, #430000 82%); 
  background-color: #c10000;
}

.mp_cart_subtotal_lbl, .mp_cart_subtotal_lbl2 {
  text-align: right;
}

.mp_cart_subtotal_lbl2 {
  text-transform: uppercase;
  font-weight: bold;
}

a.havecoupon , a:link.havecoupon, a.havecoupon, a:visited.havecoupon, a:hover.havecoupon {
  width: 100px; 
  text-align: center; 
  color: #000000; 
  padding: 5px 10px; 
  border: 0; 
  border-radius: 10px; 
  -webkit-border-radius: 10px; 
  -moz-border-radius: 10px; 
  background: linear-gradient(top, #ffd200 18%, #573100 82%);
  background: -webkit-linear-gradient(top, #ffd200 18%, #573100 82%);
  background: -moz-linear-gradient(top, #ffd200 18%, #573100 82%); 
  background-color: #ffd200;
}

.applycoupon, .mp_checkout_error {
  text-align: center; 
  color: #000000; 
  padding: 5px 10px; 
  border: 0; 
  border-radius: 10px; 
  -webkit-border-radius: 10px; 
  -moz-border-radius: 10px; 
  background: linear-gradient(top, #ffd200 18%, #573100 82%);
  background: -webkit-linear-gradient(top, #ffd200 18%, #573100 82%);
  background: -moz-linear-gradient(top, #ffd200 18%, #573100 82%); 
  background-color: #ffd200;
  font-weight: bold;
}

.mp_checkout_error {
  font-family: 'Arial', sans-serif;
  font-size: 12px;
}

.mp_button_addcart, a.redbutton, a:link.redbutton, a:active.redbutton, a:visited.redbutton {
  width: 100px; 
  text-align: center; 
  color: #ffffff; 
  padding: 5px 10px; 
  border: 0; 
  border-radius: 10px; 
  -webkit-border-radius: 10px; 
  -moz-border-radius: 10px; 
  background: linear-gradient(top, #c10000 18%, #430000 82%);
  background: -webkit-linear-gradient(top, #c10000 18%, #430000 82%);
  background: -moz-linear-gradient(top, #c10000 18%, #430000 82%); 
  background-color: #c10000;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  -ms-transition: all 400ms linear;
  transition: all 400ms linear;
}

a:hover.redbutton {
  background: linear-gradient(top, #ffd200 18%, #573100 82%);
  background: -webkit-linear-gradient(top, #ffd200 18%, #573100 82%);
  background: -moz-linear-gradient(top, #ffd200 18%, #573100 82%); 
  background-color: #ffd200;
  text-decoration: underline;
}

a.mp_cart_direct_checkout_link, a:link.mp_cart_direct_checkout_link, a:active.mp_cart_direct_checkout_link, a:visited.mp_cart_direct_checkout_link {
  display: inline;
  width: 100px; 
  text-align: center; 
  color: #ffffff; 
  padding: 5px 10px; 
  margin-top: 30px;
  border: 0; 
  border-radius: 10px; 
  -webkit-border-radius: 10px; 
  -moz-border-radius: 10px; 
  background: linear-gradient(top, #c10000 18%, #430000 82%);
  background: -webkit-linear-gradient(top, #c10000 18%, #430000 82%);
  background: -moz-linear-gradient(top, #c10000 18%, #430000 82%); 
  background-color: #c10000;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  -ms-transition: all 400ms linear;
  transition: all 400ms linear;
}

a:hover.mp_cart_direct_checkout_link {
  background: linear-gradient(top, #ffd200 18%, #573100 82%);
  background: -webkit-linear-gradient(top, #ffd200 18%, #573100 82%);
  background: -moz-linear-gradient(top, #ffd200 18%, #573100 82%); 
  background-color: #ffd200;
  text-decoration: underline;
}

.mp_cart_direct_checkout {
  background: #transparent;
  display: inline;
}

#mp_shipping_submit, #mp_payment_confirm {
  text-align: center; 
  color: #ffffff; 
  padding: 5px 10px; 
  margin-top: 30px;
  border: 0; 
  border-radius: 10px; 
  -webkit-border-radius: 10px; 
  -moz-border-radius: 10px; 
  background: linear-gradient(top, #c10000 18%, #430000 82%);
  background: -webkit-linear-gradient(top, #c10000 18%, #430000 82%);
  background: -moz-linear-gradient(top, #c10000 18%, #430000 82%); 
  background-color: #c10000;
  cursor: pointer;
}

.alpha60 {

  /* Fallback for web browsers that doesn't support RGBa */
  background: rgb(0, 0, 0);

  /* RGBa with 0.6 opacity */
  background: rgba(0, 0, 0, 0.6);

  /* For IE 5.5 - 7*/
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);

  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

/* Menubar */
.menubar {
  padding: 0;
  margin: 0 auto;
  font-family: 'UnrealisedRegular';
  font-size: 44px;
  background: #2d2d2d;
}

.menubar a, .menubar a:link, .menubar a:active, .menubar a:visited {
  text-decoration: none;
}

.menubar ul {
  list-type: none;
}

.menubar a:hover {
  text-decoration: none;
}

.menubar li {
  position: relative;
  letter-spacing: 1px;
  float: left;
  display: block;
  text-align: center;
  padding: 7px 15px;
}

.menubar li a, .menubar li a:link, .menubar li a:active, .menubar li a:visited {
  color: #ffffff;
  background: #transparent;
  margin: 0;
  position: relative;
  text-decoration: none;
  font-weight: normal;
}

.menubar li:hover, .menubar li a:hover {
  color: #000000;
  background: #970d10;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  -ms-transition: all 400ms linear;
  transition: all 400ms linear;
  text-decoration: none;
}

#performers td {
  padding-bottom: 25px;
}

#bodytext {
  width: 100%;
  text-align: justify;
}

/*Align assignments */
.aligncenter {
  clear: both;

  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
  margin-left: 5px;
  padding: 0;
}

.alignleft {
  float: left;
  margin-right: 5px;
  padding: 0;
}

/*Headers*/
h1 { /*Page titles*/
  font-family: 'UnrealisedRegular';
  font-size: 100px;
  display: block;
  font-weight: normal;
  padding: 0;
  margin: 0 0 15px;
  letter-spacing: 1px;
}

h2 {
  font-family: 'UnrealisedRegular';
  font-size: 50px;
  display: block;
  font-weight: normal;
  padding: 0;
  margin: 10px 0 5px;
  letter-spacing: 1px;
}

h2 a, h2 a:link, h2 a:active, h2 a:visited {
  color: #c10000;
  text-decoration: none;
  font-weight: normal;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
  text-decoration: none;
}

h2 a:hover {
  color: #ffffff;
  text-decoration: underline;
}

h3 {
  width: 100%; 
  background: url('http://brushwithdeath.ca/wp-content/uploads/bg1.jpg') repeat-y right top; 
  font-style: italic; 
  text-align: right; 
  padding: 5px 5px 5px 0;
  color: #ffffff;
  display: block;
  margin: 0 0 10px;
}

.typebold {
  font-family: 'UnrealisedRegular';
  font-size: 35px;
  display: inline;
  font-weight: normal;
  letter-spacing: 1px;
  color: #ff0000;
}

#footer-text {
  background: linear-gradient(top, #000000 18%, #2d2d2d 82%); 
  background: -WEBKIT-linear-gradient(top, #000000 18%, #2d2d2d 82%); 
  background: -moz-linear-gradient(top, #00000 18%, #2d2d2d 82%); 
  background-color: #2d2d2d;
  font-family: 'Arial', sans-serif;
  width: 100%;
  margin: 0;
  padding: 5px 0;
  font-size: 10px;
  color: #ffffff;
  text-align: center;
}

#footer-text a, #footer-text a:link, #footer-text a:active, #footer-text a:visited {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  -ms-transition: all 400ms linear;
  transition: all 400ms linear;
}

#footer-text a:hover {
  color: #175ddd;
  text-decoration: underline;
}

/* Contact Info */
#contactinfo {
  display: block; 
  padding: 0; 
  margin: 0;
}

#contactinfo input {
  border: 0;
  background: transparent;
  color: #ffffff;
}

#mailist {
  color: #ffffff;
}

#mailist input[type="text"] {
  border: 0;
  background: transparent;
  color: #ffffff;
  border: dashed 1px #ffffff;
  border-style: none none dashed none;
  font-family: 'Times New Roman';
}

#mailist textarea {
  border: 0;
  background: transparent;
  color: #ffffff;
  border: dashed 1px #ffffff;
  font-family: 'Times New Roman';
}

#mailist select {
  border: dashed 1px #ffffff;
  font-family: 'Times New Roman';
  font-size: 17px;
  background: #000000;
  color: #ffffff;
}

#mailist option[selected] {
  background: #970d10;
  color: #ffffff;
}

#mailist option {
  border: 0;
  color: #ffffff;
  background: #000000;
}

#mailist input[type="submit"], #mailist input[type="reset"] {
  border: 0;
  background: transparent;
  color: #ffffff;
  border: dashed 1px #ffffff;
  font-family: 'Times New Roman';
  font-size: 17px;
}

/* Image Captions */
.wp-caption {
  font-size: 12px;
  text-align: center;
}

/* Spotlight Excerpt */
#category-excerpt p {
  margin: 8px 0 15px;
  padding: 0;
  text-align: justify;
  font-size: 15px;
}