
/* PURPLE BOB'S HOBBIES CANVAS MODS COPYRIGHT 2014 */

/* the following removes the page title from the visible page... we don't want to see the name of every page in it's content area.!!
*/
.entry-title { display: none; }


/* This one is a test to see if we can center the tagline with it.
.additional_info{
position: relative;
clear: both;
padding:25px 0 25px 0;
text-align:center;
}


/* The following code removes the border round graphics in Canvas */
.entry img, img.thumbnail {
background: none;
border: medium none;
padding: 5px;
}

/* The following code allows site title description and logo together in Canvas */
/* ORIGINAL LINE WAS: #logo .site-title, #logo .site-description { */
 
 /* #logo .site-description {
    display: block !important;
}
*/

#logo .site-description {
    float: none;
 margin: 0; 
 width: auto;
 text-align: center;
 display: block !important;
}

#logo{ 
float: none; 
margin: 15px; 
width: auto;
display: block !important; 
}
 
 
 

/* 6.2 Info Boxes "The following code allows PROPERTIES TO OVERRIDE DEFAULT CSS BOX SETTINGS" that are in style.css*/
body .woo-sc-box:before {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  speak: none;
  width: 1.5em;
  display: inline-block;
  line-height: 1;
  content: "\f179";
  content: none;
}
body .woo-sc-box.alert {
  border-color: #f0baa2;
  background-color: #ffd9c8;
}
body .woo-sc-box.alert:before {
  content: "\f071";
}
body .woo-sc-box.download {
  border-color: #d4ebaf;
  background-color: #edfcd5;
}
body .woo-sc-box.download:before {
  content: "\f01a";
}
body .woo-sc-box.tick {
  border-color: #d4ebaf;
  background-color: #edfcd5;
}
body .woo-sc-box.tick:before {
  content: "\f058";
}
/* EDIT THIS ONE FOR THE INFO BOX !!! */
body .woo-sc-box.info {
  border-color: #851485 !important;
  border-radius: 6px !important;
  background-color: #F7F6E4 !important;
  padding: 9px 9px !important;
  margin: 1em 0 1em 0 !important;
  box-shadow:3px 3px 4px rgba(0,0,0,0.3) !important;
}
/* EDIT THIS ONE FOR THE CUSTOM BOX !!! */
body .woo-sc-box.custom {
  icon: none !important;
  border-color: #851485 !important;
  border-radius: 6px !important;
  background-color: #F7F6E4 !important;
  padding: 9px 9px !important;
  margin: 1em 0 1em 0 !important;
  box-shadow:3px 3px 4px rgba(0,0,0,0.3) !important;
}
body .woo-sc-box.info:before {
  content: "\f05a";
}
body .woo-sc-box.note {
  border-color: #efe3ae;
  background-color: #fef6d2;
}
body .woo-sc-box.note:before {
  content: "\f016";
}
/* EDIT THIS ONE FOR THE STANDARD BOX !!! WE USE FOR 90% OF STUFF */
body .woo-sc-box.normal {
  border-color: #851485 !important;
  border:1px solid #ccc !important;
  border-radius: 6px !important;
  background-color: #F7F6E5 !important;
  padding: 9px 9px !important;
  margin: 1em 0 1em 0 !important;
  background: url(images/infoboxbg2.jpg)no-repeat scroll center center / cover transparent !important;
  box-shadow:3px 3px 4px rgba(0,0,0,0.3) !important;
  
}
body p.woo-sc-box,
body div.woo-sc-box {
  margin: 1em 0 1em 0;
  padding: 15px 15px;
  border-width: 1px 0 1px 0;
  border-style: solid;
  color: #555;
  text-shadow: none;
  border:1px solid #851485 !important;
}
body .woo-sc-box.medium {
  padding: 18px 18px;
  font-size: 1.1em;
}
body .woo-sc-box.large {
  padding: 25px 25px;
  font-size: 1.2em;
}
body .woo-sc-box.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* Reduces magin below navigation bar and adds navigation gradient and shaddows to main nav*/
#navigation {

margin-top: 0em;
margin-bottom: 1em;

box-shadow:3px 3px 3px rgba(0,0,0,0.3) !important;

background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #ded7ca 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ded7ca)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#ded7ca 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#ded7ca 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#ded7ca 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#ded7ca 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ded7ca',GradientType=0 ); /* IE6-9 */
}


/*-------------------------------------------------------------------------------------------*/
/* 2. Short Code Buttons Parameters Edited */
/*-------------------------------------------------------------------------------------------*/
a.woo-sc-button {
background: rgb(196,55,215)!important; /* Old browsers */
background: -moz-linear-gradient(top, rgba(196,55,215,1) 0%, rgba(108,16,108,1) 100%)!important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(196,55,215,1)), color-stop(100%,rgba(108,16,108,1)))!important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(196,55,215,1) 0%,rgba(108,16,108,1) 100%)!important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(196,55,215,1) 0%,rgba(108,16,108,1) 100%)!important; /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(196,55,215,1) 0%,rgba(108,16,108,1) 100%)!important; /* IE10+ */
background: linear-gradient(to bottom, rgba(196,55,215,1) 0%,rgba(108,16,108,1) 100%)!important; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c437d7', endColorstr='#6c106c',GradientType=0 )!important; /* IE6-9 */
width: 100%;
font-size: 30px;
font-weight: bold !important;
/* text-transform: uppercase !important; */
border-radius: 15px !important;
-moz-border-radius: 15px !important;
-webkit-border-radius: 15px !important;
border: 2px solid #851485 !important;
box-shadow:3px 3px 3px rgba(0,0,0,0.3) !important;
}


/* 6.1 Buttons  IN THE WOO INTERFACE*/
a.button,
a.comment-reply-link,
#commentform #submit,
.submit,
input[type=submit],
input.button,
button.button,
#wrapper .woo-sc-button {
  display: inline-block;
  padding: .327em 1em;
  color: white!important;
  text-align: center;
  text-decoration: none;
  font-size: 1em;
  background: rgb(196,55,215)!important; /* Old browsers */
  background: -moz-linear-gradient(top, rgba(196,55,215,1) 0%, rgba(108,16,108,1) 100%)!important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(196,55,215,1)), color-stop(100%,rgba(108,16,108,1)))!important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(196,55,215,1) 0%,rgba(108,16,108,1) 100%)!important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(196,55,215,1) 0%,rgba(108,16,108,1) 100%)!important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(196,55,215,1) 0%,rgba(108,16,108,1) 100%)!important; /* IE10+ */
  background: linear-gradient(to bottom, rgba(196,55,215,1) 0%,rgba(108,16,108,1) 100%)!important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c437d7', endColorstr='#6c106c',GradientType=0 )!important; /* IE6-9 */
  font-weight: bold !important;
/* text-transform: uppercase !important; */
  border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
  border: 2px solid #851485 !important;
  box-shadow:3px 3px 3px rgba(0,0,0,0.3) !important;
  
 
  
  /* Make inputs the same size as normal text */

  font-family: inherit;
  /* Make inputs use the correct typeface instead of the browser default */

  cursor: pointer;
  /* Inputs need pointers! */

  overflow: visible;
  width: auto;
  /* IE fix */

  line-height: 1.618em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  background: #428bca;
  font-weight: 200;
  text-transform: uppercase;
  box-shadow: 0 0 0 0 #888888;
  -webkit-box-shadow: 0 0 0 0 #888888;
  -moz-box-shadow: 0 0 0 0 #888888;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-shadow: none;
  -webkit-appearance: caret;
  /* Remove input shadowing on iOS */

  -moz-appearance: caret;
  /* mobile firefox too! */

}
a.button:hover,
a.comment-reply-link:hover,
#commentform #submit:hover,
.submit:hover,
input[type=submit]:hover,
input.button:hover,
button.button:hover,
#wrapper .woo-sc-button:hover {
  text-decoration: none;
  background: #245682;
}
a.button:active,
a.comment-reply-link:active,
#commentform #submit:active,
.submit:active,
input[type=submit]:active,
input.button:active,
button.button:active,
#wrapper .woo-sc-button:active {
  background: rgb(196,55,215)!important; /* Old browsers */
  background: -moz-linear-gradient(top, rgba(196,55,215,0.3) 0%, rgba(108,16,108,0.3) 100%)!important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(196,55,215,0.3)), color-stop(100%,rgba(108,16,108,4)))!important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(196,55,215,0.3) 0%,rgba(108,16,108,0.3) 100%)!important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(196,55,215,0.3) 0%,rgba(108,16,108,0.3) 100%)!important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(196,55,215,0.3) 0%,rgba(108,16,108,0.3) 100%)!important; /* IE10+ */
  background: linear-gradient(to bottom, rgba(196,55,215,0.3) 0%,rgba(108,16,108,0.3) 100%)!important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c437d7', endColorstr='#6c106c',GradientType=0 )!important; /* IE6-9 */
  font-weight: bold !important;
/* text-transform: uppercase !important; */
  border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
  border: 2px solid #851485 !important;
  box-shadow:3px 3px 3px rgba(0,0,0,0.3) !important;
}

