@charset "utf-8";
/* -----------------------------------------------------

* Filename: style.css
* Description: Global Styles
* Version: 1.0.0 (YYYY.MM.DD)
* Website: www.cupofteacreations
* Author: Dana Severance @ Cup of Tea Creations

== ANCHORS ===========================================

	@reset				Standard Reset
	@general			General Declarations
	@typography			Text and Font Declarations

-------------------------------------------------------*/

/* @reset
-------------------------------------------------------*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {margin: 0; padding: 0;}
html {overflow-y: scroll;}
h1, h2, h3, h4, h5, h6 {font-weight: normal; font-size: 100%;}
img {border: 0;}


/* @general
-------------------------------------------------------*/
body {background: url(../img/bg.png); font: 13px/16px Arial, Helvetica, sans-serif;}
#wrap {height: ; margin: 0 auto; width: 500px;}

/* @typography
-------------------------------------------------------*/
h1 {color: #7abb4a; font: 30px/30px Georgia, serif; padding-bottom: 16px;}
p {color: #FFFFFF; padding: 0 5px 16px;}
a:link, a:visited {text-decoration: underline;}
a:hover {text-decoration: none;}
a {color: #7abb4a;}

/* @header
-------------------------------------------------------*/