@charset "UTF-8";

/* CSS Document */
/*---------------------------------------------------------
Raindear Media/Many Paths Acupuncture (V2)

Description:

Style Initialization for Many Paths Acupuncture

version: 1.0.0

created:  2008-06-10
modified: 2008-06-10 - Touch ups
author:   Bryan Lewellen, Raindear Media

copyright: open

A Very Short List of Web Safe Fonts
------------------------------------
font-family: Arial, Helvetica, sans-serif;
font-family: 'Arial Black', Gadget, sans-serif;
font-family: 'Comic Sans MS', cursive;
font-family: Courier, monospace;
font-family: 'Courier New', Courier, monospace;
font-family: Garamond, serif;
font-family: Georgia, serif;
font-family: Impact, Charcoal, sans-serif;
font-family: 'Lucida Console', Monaco, monospace;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
font-family: 'MS Sans Serif', Geneva, sans-serif;
font-family: 'MS Serif', 'New York', sans-serif;
font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
font-family: Symbol, sans-serif;
font-family: Tahoma, Geneva, sans-serif;
font-family: 'Times New Roman', Times, serif;
font-family: 'Trebuchet MS', Helvetica, sans-serif;
font-family: Verdana, Geneva, sans-serif;
font-family: Webdings, sans-serif;
font-family: Wingdings, 'Zapf Dingbats', sans-serif;

Source: http://www.fonttester.com/web_safe_fonts.html

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

/* --------------------[ general default typography ]-------------------- */


body,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,code,fieldset,legend,blockquote
{
	margin: 0;
	padding: 0;
}

/* paragraphs */

p { margin: 1em 0 1em 0; }

address { font-style: normal; }


/* headings */

	h1
	{
		font-size: 1.7em;
		color: #830505;
		font-weight: bold;
	}


	h2
	{
		font-size: 1.4em;
		font-weight: normal;
		color: #830505;
		margin: 0 0 .5em 0;
	}


	h3
	{
		margin: 1em 0 -.75em 0;
		font-weight: normal;
		color: #830505;
		font-size: 1.1em;
	}


blockquote
{
	background-color: #E4E7DE;
	border: 1px #b0b0b0 solid;
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 1em 20px 1em 20px;
}

ul
{
	margin: 1em .5em 1em .5em;
	list-style-type: square;
	list-style-position: inside;
}
li { margin: 0 0 0 1em; }


dl
{
	display: block;
	margin: 1em 0px 1.5em 0px;
}


dt
{
/* 	display: inline-block; */
	margin: 1em;
}

dd
{
	margin: .75em;
/* 	display: inline-block; */
}
 
/* links */

	a:link
	{
		color: #930;
		text-decoration: none;
	}

	a:visited
	{
		color: #696;
		text-decoration: none;
	}

	a:hover
	{
		color: #363;
		text-decoration: underline;
	}

	a:active { color: #F96; }

input
{
	margin: 0 0 .25em 0;
	padding: 2px;
}

/* UNUSED GARBAGE CANDIDATES */


/*  */
/* textarea {  */
/*  */
/* border: thin #ebb9b9 solid; */
/*  */
/* } */


/* p#box { */
/*  */
/* background-color: #e4e7de; */
/*  */
/* border:1px #b0b0b0 solid; */
/*  */
/* padding-left:15px; */
/*  */
/* padding-right: 5px; */
/*  */
/* padding-top:5px; */
/*  */
/* padding-bottom:5px; */
/*  */
/* margin-top: 20px; */
/*  */
/* margin-bottom: 20px; */
/*  */
/* } */

/* #articles { */
/*  */
/* 	margin-top: 179px; */
/*  */
/* 	margin-left: 47px; */
/*  */
/* 	width:180px; */
/*  */
/* 	background-image: url(../images/newsbg.jpg); */
/*  */
/* 	padding: 8px; */
/*  */
/* 	float:left; */
/*  */
/* 	clear: left; */
/*  */
/* } */
 