 /*
Theme Name: Easel Child

Description: Child theme for the easel theme 

Author: P.C. Johnston

Template: easel

*/

@import url("../easel/style.css");

#header, #header h1 a { height: 223px !important; }
  
#page-wrap { background: transparent !important; }
  
.widget-content, .archiveresults, .searchresults { color: black !important; }

#content-wrapper {
  background: url('http://svrewards.com/wp-content/uploads/2012/06/bgwhite.png') repeat !important;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 1px 2px 10px #FFF;
  -webkit-box-shadow: 1px 2px 10px #FFF;
  -khtml-box-shadow: 1px 2px 10px #FFF;
  box-shadow: 1px 2px 10px #FFF;
}

#menubar-wrapper {
  margin-bottom: 10px;
  padding: 3px 0;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  text-shadow: 0 -1px 1px #111;
  background: #000;
  -moz-box-shadow: 1px 2px 10px #000;
  -webkit-box-shadow: 1px 2px 10px #000;
  -khtml-box-shadow: 1px 2px 10px #000;
  box-shadow: 1px 2px 10px #000;
  background: -moz-linear-gradient(100% 100% 90deg, #0b0b0b, #333, #444 100%); /* IE8 uses -ms-filter for whatever reason... */
  background: -o-linear-gradient(rgb(68,68,68), rgb(0,0,0));
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColor=0, endColoStr=#FFFFFF);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(72, 72, 72, 1.0)), to(rgba(11, 11, 11, 3.0)));
}

#submit, .type-post, .type-forum, .type-reply, .type-topic, .type-page, .type-comic, .type-showcase, .type-music, .type-attachment, .type-casts, #wp-paginav, .sidebar h2, #comment-wrapper, .blognav, .default-nav, .submit, .feature {
  padding: 2px 5px;
  background: #ccc;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: -moz-linear-gradient(100% 100% 90deg, #aaa, #ccc, #eee 100%); /* IE8 uses -ms-filter for whatever reason... */
  background: -o-linear-gradient(rgb(238,238,238), rgb(170,170,170));
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColor=#ccc, endColoStr=#FFFFFF);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 238, 238, 1.0)), to(rgba(170, 170, 170, 3.0)));
}

.type-post, .type-page, .type-forum, .type-reply, .type-topic, .type-comic, .type-showcase, .type-music, #comment-wrapper, .type-attachment, .type-casts, .feature {
  border: solid 1px #000;
  margin-bottom: 20px;
}

h2.page-title, h2.post-title {
  border-bottom: solid 1px #000;
  margin-bottom: 3px;
  color: #000;
  text-shadow: 1px 1px 1px #555;
  -moz-text-shadow: 1px 1px 1px #555;
  -khtml-text-shadow: 1px 1px 1px #555;
  -webkit-text-shadow: 1px 1px 1px #555;
}
  
#footer a {
  font-size: 11px;
}
#footer a:link {
  color: #fff;
}
#footer a:visited {
  color: #ccc;
}
#footer a:hover {
  color: #f00;
}
.footer-text {
  color: #ccc;
}
.footer-text a:link, .footer-text a:visited {
  color: #a0fa0f;
}
.footer-text a:hover {
  color: #f00;
}

.category .page-title, .category .archiveresults, .blognav {
  display: none;
}

body.layout-2cr #page { width:980px !important; }
.narrowcolumn { width:650px !important; }
#sidebar-right { width:320px !important; }
