/*
Theme Name:     RevealChildTheme
Description:    
Author:         ADAM HOEK
Template:       reveal

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../reveal/style.css");

/*-------------------------------------------Button---------------------------------*/

a.button, #footer a.button, #searchsubmit, input[type="submit"]  {	
        font-family:Trebuchet MS;	
        font-size: 12px;
	background: #333333 !important; url() repeat-x;	
	display: inline-block;	
	color: #fff;
	text-decoration: none;
        -moz-box-shadow: 0 0px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.3);
	box-shadow: 0 0px 0px rgba(0,0,0,0.3);
	text-shadow: 0 0px 0px rgba(0,0,0,0.3);
	position: relative;
	cursor: pointer;
	font-weight: bold;	
	padding: 5px 15px 5px;
	margin: 0 5px 0 0;	
	line-height: normal !important;
        border: 0px solid rgba(0,0,0,.2);	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

a.button, #footer a.button {
	padding: 6px 15px 5px;
}

#searchsubmit {
	padding: 5px 15px 6px;
}

.button:hover, #footer a.button:hover, #searchsubmit:hover, input[type="submit"]:hover {
	background-color: #757575;
	color: #757575;
}

#submit.button {background-color: #333333 !important; color: #fff;}
.submit {background-color: #333333 !important; color: #fff;}
.1 {background-color: #333333 !important; color: #fff;}

.btn {
    color: #333333;
    font-weight: bold;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
