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

	Allison Cooke Styles
	http://www.cookeatstockton.com
	
	author: Bruce Cooke Designs
	http://www.brucecookedesigns.com

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

/* RESET!
--------------------------------------------------------------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; }
fieldset, img, abbr, acronym { border: 0; }

/* global
--------------------------------------------------------------------------- */

body {
	margin: .6in;
	font-family: Verdana, sans-serif;
	font-size: 12pt;
	}

#skip {
	display: none;
	}
	
#sidebar-wrap {
	display: none;
	}

#sidebar {
	display: none;
	}
	
#content {
	margin: 0;
	}
	
#foot {
	text-align: center;
	font-size: 85%;
	border-top: 1px solid #000;
	}
	

/* links
--------------------------------------------------------------------------- */

a:link, a:visited {
	color: gray;
	}	

/* print URLs after link text */
#content .entry p a:link:after, #content .entry p a:visited:after {
	content: " (" attr(href) ") ";
	}

	
/* titles & typography
--------------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px 0;
	font-family: "times new roman", times, georgia, serif;
	color: #999;
	}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
	}

h3 {
	font-size: 200%
	}

h4 {
	padding-top: 10px;
	font-size: 150%;
	border-top: 1px dotted #999;
	}

h5 {
	padding-top: 10px;
	font-size: 120%;
	font-style: italic;
	border-top: 1px solid #999;
	}

h6 {
	font-size: 110%;
	}

#content p {
	margin: 0 0 20px 0;
	}

#content p.list-top {
	margin: 0 0 7px;
	font-style: italic;
	}

	
/* images
--------------------------------------------------------------------------- */

#content img {
	float: right;
	margin: 0 0 10px 15px;
	padding: 4px;
	background: #fff;
	border: 1px dotted #999;
	}

body#gallery img {
	float: left;
	margin: 0 10px 10px 0;
	}

	
/* lists
--------------------------------------------------------------------------- */

ul, ol {
	margin: 5px 0 15px 0;
	}

li {
	margin: 0 0 7px;
	}

	
/* nav
--------------------------------------------------------------------------- */

#nav {
	display: none;
	}
	
	
/* sub nav ----------------------------- */

#subnav {
	display: none;
	}