/*
Theme Name: JJT 
Theme URI:  http://www.digitaloffice.com
Description: Custom Theme for Julian Thomas DMD PA
Version: 1.0
Author: Brian Clark
Author URI: http://www.digitaloffice.com/
*/

/*@import "css/reset.css";
@import "css/typography.css";*/
@import "css/layout-inside.css";
.button.red {
   background: #9a0f18;
   background-image: linear-gradient(to bottom right, #b1131f, #5a0606);
   background-image: -webkit-gradient(linear, left top, right bottom, from(#b1131f), to(#5a0606));
   color: #dcdcdc;
   text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.button {
   display: block;
   font-weight: bold;
   padding: 15px 0;
   text-align: center;
   text-decoration: none;
   font-size: 15px;
   margin: 5px 0;
   border-radius: 5px;
   position: relative;
}
.button .chevron {
   position: absolute;
   right: 10px;
   top: 36%;
}

