/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it 
is easier to update the theme. Simply copy an existing style 
from style.css to this file, and modify it to your liking. */


/* 
GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */
*{font-family:"Times New Roman";}
h{font-family:"Times New Roman";}
a.button, a.comment-reply-link, #commentform #submit, .submit, input[type="submit"], input.button, button.button {
  -webkit-background-clip:padding-box;
  -webkit-box-shadow:#00BFB3 0 0 0 0.327em, #00BFB3 0 1px 2px, #00BFB3 0 1px inset, #00BFB3 0 -1px inset;
  -webkit-font-smoothing:subpixel-antialiased;
  background-clip:padding-box;
  background-color:#00BFB3;
  background-image:linear-gradient(#00BFB3, #00BFB3);
  border:1px solid #00BFB3;
  border-bottom-left-radius:0.202em;
  border-bottom-right-radius:0.202em;
  border-top-left-radius:0.202em;
  border-top-right-radius:0.202em;
  box-shadow:#00BFB3 0 0 0 0.327em, #00BFB3 0 1px 2px, #00BFB3 0 1px inset, #00BFB3 0 -1px inset;
  color:white;
  cursor:pointer;
  display:inline-block;
  font-family:inherit;
  font-size:1em;
  font-weight:bold;
  line-height:1.618em;
  margin:0 0.327em;
  overflow:visible;
  padding:0.236em 0.857em;
  text-align:center;
  text-decoration:none;
  text-shadow:#00BFB3 0 1px 0;
  width:auto;
}
a.button:active, a.comment-reply-link:active, #commentform #submit:active, .submit:active, input[type="submit"]:active, input.button:active, button.button:active,a.button:hover, a.comment-reply-link:hover, #commentform #submit:hover, .submit:hover, input[type="submit"]:hover, input.button:hover, button.button:hover{
    background-color: #00A499;
    background-image: linear-gradient(to bottom, #00A499, #00A499);
    box-shadow: 0 0 0 0.327em rgba(0, 0, 0, 0.075), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}

.type-post .meta .month {
    background: none repeat scroll 0 0 #00BFB3;
    border-top: 0.202em solid #00BFB3;
    color: #fff;
    font-size: 0.857em;
    font-weight: bold;
    padding: 0.202em 0;
    text-transform: uppercase;
}

#header .nav-toggle {
    background-clip: padding-box;
    background-color: #00a499;
    background-image: linear-gradient(to bottom, #00a499, #00a499);
    border: 0.202em solid #00a499;
    border-radius: 3px;
    cursor: pointer;
    height: 1.618em;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0.53em;
    width: 1.618em;
}
/* 
DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */

@media only screen and (min-width: 768px) {
	/* Desktop styles go here */
*{font-family:"Times New Roman";}
h{font-family:"Times New Roman";}
}
a.button, a.comment-reply-link, #commentform #submit, .submit, input[type="submit"], input.button, button.button{ background-color:#00BFB3;}