/*
 * Theme Name:     Thesamet
 * Theme URI:      http://www.thesamet.com/
 * Description:    Thesmet.com Child theme for the Twenty Ten theme 
 * Author:         Nadav Samet
 * Author URI:     http://www.thesamet.com
 * Template:       twentyten
 * Version:        0.1.0
 * */

@import url("../twentyten/style.css");

body {
  background: -webkit-gradient(linear, left top, 0 300, from(#b7b7e7), to(#dddddd)) no-repeat #dddddd;
}

#site-title {
  text-shadow: rgba(64, 64, 64, 0.5) 3px 3px 5px;
}
#wrapper {
  border: 2px solid #aaaaaa;
  border-radius: 19px;
}
