/*************
Leah Lawrence
www.snowowldesigns.com
**************/

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


/* Reset Styles */

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:0;
	-webkit-text-size-adjust:none; /* stops Safari from adjusting the text size when you rotate the screen */
	}
body{
	font-size: 10px;
	}
ul, li, ol, dl, dd, dt{
	list-style:none;
	padding:0;
	margin:0;
	}
a{
	text-decoration:none;
	}

/* Basic Page Styling */

body{
	margin-top:-0px;
	margin-left:-0px;
	font-family:helvetica, ariel, "san serif";
	color: #333333;
}

#wrap {
	padding-top: 0px;
	margin-left:auto;
	margin-right: auto;
	overflow:auto; /* makes sure floated items are kept inside the wrap div to keep the page nice and tidy. */
}

#footer {
	border-top:1px dashed #356983;
	margin-top: 10px;
	text-align: center;
	overflow: visible;
}
/* Typography & Headings */

a {
	color: #990000
	text-decoration: none;
}

p.intro {
	font-family: Georgia, Georgia, serif;
	font-weight:bold;
	letter-spacing:1px;
	text-align: center;
	color: #8ba4b9;
	/* font-size: See Portrait or Landscape */
	}
	
h2 {
	margin: 0px 0 0 5px;
	font-size: 16px;
	color: #8ba4b9;
} /* Title page and main header */

h2.sidebar {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #8ba4b9;
}
	
h4 {
	color:#2F7E9E;
	font-weight: normal;
	font-family: Georgia, Georgia, serif;
} /* About page header */




/*************
Credits:
NetTut :: Learn How to Develop for the iPhone :: http://net.tutsplus.com/tutorials/tools-and-tips/learn-how-to-develop-for-the-iphone/
Cats Who Code :: 10+ Useful Code Snippits to Develop iPhone Friendly Websites :: http://www.catswhocode.com/blog/10-useful-code-snippets-to-develop-iphone-friendly-websites
*************/
