amy-d
5/23/2013 - 4:23 PM

SCSS: Default CSS Document

SCSS: Default CSS Document

/* CSS DOCUMENT */
@import "base";
// @import "compass/css3/";

// SPRITES
// $my-icons-spacing: 5px;
// @import "../images/my-icons/*.png";
// $icons: sprite-map("my-icons/*.png");

/* ------------------ REDEFINE STYLES ----------------------- */
html, html > body, body 		{ margin: 0; padding: 0; }
body 							{ font-size: 16px; }


/* FORM */
form 							{ margin: 0; padding: 0; }

textarea,
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=url] 				{ }
textarea 						{ }
button,
input[type=submit] 				{ text-shadow: none; box-shadow: none; border: none; cursor: pointer;
	&:focus,
	&:hover,
	&:active 					{ text-shadow: none; box-shadow: none; }
}

/* ------------------ LAYOUT STYLES ------------------------- */
/* HEADER */
header 							{ 
	#logo 						{ text-indent: -9999px; }

	nav 						{
		ul 						{
			li 					{
				a 				{
					&:hover 	{ }
				}
			}
		}
	}
}

/* FOOTER */
footer 							{ }




/* ------------------ PIECES -------------------------------- */
ul.social-media 				{ @extend %no-bullets;
	li 							{ float: left;
		a 						{ margin-right: 10px;
			&:hover     { }
		}
	}
}



/* ------------------ PAGE SPECIFIC STYLES ------------------ */