/********************************************************************

	TICKLEDCAKES.COM - GLOBAL.CSS
	-----------------------------
	author: zack ginies - zack@zackginies.com
	date: february 14, 2009 

	[Table of Contents]
	------------------------------------------	
	- CSS Import
	- CSS Reset 
	- Typography
	- General Global Styles
	- Re-usable Global modules

*********************************************************************/

/* -------------------------------------------------------------------
   CSS IMPORTS
------------------------------------------------------------------- */

@import url("structure.css");


/* -------------------------------------------------------------------
   CSS RESET
------------------------------------------------------------------- */

/* Eric Meyer's Global Reset - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: #edeadf;
	zoom: 1;
}
ol, ul {
	list-style: none;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* -------------------------------------------------------------------
   TYPOGRAPHY 
------------------------------------------------------------------- */

body {
	font-size: 12px;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	color: #a7a39a;
	text-align: center;
}

h3 {
	margin-bottom: 15px;
	font-size: 18px;
}

h3.pink {
	color: #f7a8b3
}

h3.green {
	color: #7cbc8e;
}

a {
	color: #0098e6;
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}

p {
	margin-bottom: 15px;
	line-height: 15px;
}

.pink {
	color: #f9bdc6;
}

.green {
	color: #99d2a9;
}

.blue {
	color: #8fd1c8;
}

/* -------------------------------------------------------------------
   GENERAL GLOBAL STYLES 
------------------------------------------------------------------- */

/* Lists */

ul.basic_list {
	margin-bottom: 15px;
	list-style: disc;
	list-style-position: inside;
}

	ul.basic_list li {
		padding-bottom: 5px;
		padding-left: 13px;
		line-height: 15px;
		text-indent: -13px;
	}

/* Lines */

.full_line_top_pink {
	background: url(../images/backgrounds/line_top_pink.png) 0 0 no-repeat;
	_background: none;
	_filter: progid:dximagetransform.microsoft.alphaimageloader(src='static/images/backgrounds/line_top_pink.png', sizingmethod='crop');
	height: 7px;
	width: 593px;
}

.full_line_bottom_pink {
	background: url(../images/backgrounds/line_btm_pink.png) 0 0 no-repeat;
	_background: none;
	_filter: progid:dximagetransform.microsoft.alphaimageloader(src='static/images/backgrounds/line_btm_pink.png', sizingmethod='crop');
	height: 7px;
	width: 593px;
}

.full_line_top_green {
	background: url(../images/backgrounds/line_top_green.png) 0 0 no-repeat;
	_background: none;
	_filter: progid:dximagetransform.microsoft.alphaimageloader(src='static/images/backgrounds/line_top_green.png', sizingmethod='crop');
	height: 7px;
	width: 593px;
}

.full_line_bottom_green {
	background: url(../images/backgrounds/line_btm_green.png) 0 0 no-repeat;
	_background: none;
	_filter: progid:dximagetransform.microsoft.alphaimageloader(src='static/images/backgrounds/line_btm_green.png', sizingmethod='crop');
	height: 7px;
	width: 593px;
}

.full_line_top_blue {
	background: url(../images/backgrounds/line_top_blue.png) 0 0 no-repeat;
	_background: none;
	_filter: progid:dximagetransform.microsoft.alphaimageloader(src='static/images/backgrounds/line_top_blue.png', sizingmethod='crop');
	height: 7px;
	width: 593px;
}

.full_line_bottom_blue {
	background: url(../images/backgrounds/line_btm_blue.png) 0 0 no-repeat;
	_background: none;
	_filter: progid:dximagetransform.microsoft.alphaimageloader(src='static/images/backgrounds/line_btm_blue.png', sizingmethod='crop');
	height: 7px;
	width: 593px;
}

.half_line_pink {
	background: url(../images/backgrounds/line_top_pink.png) 0 0 no-repeat;
	_background: none;
	_filter: progid:dximagetransform.microsoft.alphaimageloader(src='static/images/backgrounds/line_top_pink.png', sizingmethod='crop');
	height: 7px;
	width: 283px;
}

.half_line_green {
	background: url(../images/backgrounds/line_green_sml.png) 0 0 no-repeat;
	_background: none;
	_filter: progid:dximagetransform.microsoft.alphaimageloader(src='static/images/backgrounds/line_green_sml.png', sizingmethod='crop');
	height: 7px;
	width: 283px;
	margin-bottom: 20px;
}

.half_line_blue {
	background: url(../images/backgrounds/line_top_blue.png) 0 0 no-repeat;
	_background: none;
	_filter: progid:dximagetransform.microsoft.alphaimageloader(src='static/images/backgrounds/line_top_blue.png', sizingmethod='crop');
	height: 7px;
	width: 283px;
}

