/*
Theme Name: Keep It Simple
Theme URI: 
Description: Design  WordPressed 
Version: 1.0
Author: Theme Lab
Author URI:
*/

/* theme screen stylesheets */

/* import stylesheets and hide from ie/mac \*/
@import url("reset.css");
@import url("960.css");
@import url("KeepItSimple.css");
/* end import/hide */
input[type="submit"] {
  width: 120px;
  margin: 0.7em 0.5em 0.7em 0;
  padding:5px 10px 5px 7px;   /* Links */
  
  border:1px solid #dedede;
  border-top:1px solid #eee;
  border-left:1px solid #eee;
  background-color:#f5f5f5;
  font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  font-size:100%;
  line-height:130%;
  text-decoration:none;
  font-weight:bold;
  color:#565656;
  cursor:pointer;
}
input[type="submit"]:hover {
  background-color:#e4ded7;
  border:1px solid #ccc;
  color:#8f3f00;
}
input[type="submit"]:active{
  background-color:#8f3f00;
  border:1px solid #8f3f00;
  color:#fff;
}
blockquote { 
	padding-top: 45px;
}
