/*
Theme Name: SPISim theme
Description: SPISim theme based on the twentyeleven theme 
Author: SPISim llc
Template: twentyeleven
Reference: http://allaboutbasic.com/2011/06/15/wordpress-com-theme-twenty-eleven-css-style-sheet-modification-change-site-titledescriptionpost-titlecommentsmenussidebar-and-more/
*/

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

/*--------------- CUSTOMIZATIONS FOR SPISIM ---------------*/
/* remove the Blank space from the upper side of the Site Title */
#site-title {
margin-right: 270px;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 1.65625em;
}

/* remove the Blank space just from the footer side of Site Title */
#site-description {
color: #7A7A7A;
font-size: 14px;
margin-bottom: 1.65625em;
margin-left: 0;
margin-right: 270px;
margin-top: 0;
}
