/*
Theme Name: Ashland Community Acupuncture
Theme URI: http://acacupuncture.com/wp-content/themes/ashland-acupuncture
Description: WordPress theme for Ashland Community Acupuncture
Version: 1.0
Author: Margie Matteson
Author URI: http://marisadesign.com
*/
/*
  ------------------------------------------------
  CSS by Marisa Design
  www.marisadesign.com
  for Ashland Community Acupuncture
  v.1: 2010-1-21
  ------------------------------------------------
  Colors: 
  #
  ------------------------------------------------
  Sections:
  Universal Styles
  Layout
  Navigation and Links
  Typography
  Features
  ------------------------------------------------
  UNIVERSAL STYLES
  ------------------------------------------------
*/
html	{ 					/* force scrollbar to prevent page jump */
	min-height: 100%;
	margin-bottom: 1px;
}
img {border: none;}
a {text-decoration: none;}

/*
  ------------------------------------------------
  LAYOUT
  ------------------------------------------------
*/
/* 
  -------------------------------------
  Curvitude by Project Seven Development
  www.projectseven.com
  Section Boxes 760px 2-Column Layout
  -------------------------------------
*/

/*Sidebar Left Section Boxes*/
.c2_760 #c1 .section_boxtop {
	background-image: url(img/p7CRV760_Leftbox_top.jpg);
	background-repeat: no-repeat;
}
.c2_760 #c1 .section_boxbottom {
	background-image: url(img/p7CRV760_Leftbox_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/*Main Column Section Boxes*/
.c2_760 #c2 .section_boxtop {
	background-image: url(img/p7CRV760_box_top.jpg);
	background-repeat: no-repeat;
}
.c2_760 #c2 .section_boxbottom {
	background-image: url(img/p7CRV760_box_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/*Main Column Section Boxes Color 2*/
.c2_760 #c2 .section_box2 {
	background-image: url(img/p7CRV760_box2_mid.jpg);
	background-repeat: repeat-y;
	color: #000000 !important;
}
.c2_760 #c2 .section_boxtop2 {
	background-image: url(img/p7CRV760_box2_top.jpg);
	background-repeat: no-repeat;
}
.c2_760 #c2 .section_boxbottom2 {
	background-image: url(img/p7CRV760_box2_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(img/background.gif);
	margin: 0;
	padding: 0;
}
#masthead {
	background-color: #FFFFFF;
	color: #999999;
	margin: 12px auto 0 auto;
	width: 760px;
}
#logo {
	padding: 0 12px;
}
#columntop {
	clear: both;
	background-image: url(img/p7CRV760_top.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#columnwrapper {
	margin: 0 auto;
	width: 760px;
	background-image: url(img/p7CRV760_middle.jpg);
	background-repeat: repeat-y;
}
#columnbottom {
	clear: both;
	background-image: url(img/p7CRV760_bottom.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#footer {
	margin: 0px auto;
	font-size: 0.7em;
	width: 760px;
}
#footercontent {
	padding: 14px;
}

/*
  ------------------------------------------------
  NAVIGATION BAR 
  ------------------------------------------------
*/
#nav_wrapper {
	font-size: 0.8em;
	margin: 12px 0px 0px 15px;
	width: 210px;
}
#navbar {
	margin: 0px;
	padding: 0px;
}
#navbar li {
	list-style-type: none;
}
#navbar a {
	display: block;
	padding: 5px 20px;
	text-decoration: none;
	color: #ffffff;
	border-bottom: 1px solid #FFE084;
}
#navbar a:hover, #navbar a:active, #navbar a:focus {
	color: #CCCCCC;
	background-color: #010101;
}
/*
  ------------------------------------------------
  CONTENT AREAS
  ------------------------------------------------
*/

#c1, #c2 {
	float: left;
}
#c1 {
	width: 234px;
}
#c2 {
	width: 526px;
	background-image: url(img/waterlily.jpg);
	background-repeat: no-repeat;
	padding-top: 250px;
	background-position: 22px 0;
/*	background-position: 22px -78px;*/
}
#c1 .content {
	font-size: 0.75em;
	color: #d3b480;
	padding: 16px 28px 16px 34px;
}
#c2 .content {
	color: #eee;
	font-size: 0.8em;
	padding: 16px 32px 16px 32px;
	line-height: 1.6em;
}

/*
  ------------------------------------------------
  TYPOGRAPHY
  ------------------------------------------------
*/
h1 {
	font-size: 1em;
	letter-spacing: 0.2em;
}
h2 {
	font-size: 1.1em;
	letter-spacing: .2em;
}
h3 {
	font-size: 1em;
}
.topZero {
	margin-top: 0;
}
/*
  ------------------------------------------------
  LINKS
  ------------------------------------------------
*/

/*Default Links - Applies to the Main Content Column*/
.content a:link {
	color: #c42ba7;
}
.content a:visited {
	color: #bf16a5;
}
.content a:hover, .content a:focus, .content a:active {
	color: #FFFFFF;
}
/*
Left Sidebar Links - We add .content to the selector name to 
make it more specific and to eliminate conflicts with the main navigation bar
*/
#c1 .content a:link {
	color: #003399;
}
#c1 .content a:visited {
	color: #663366;
}
#c1 .content a:hover, #c1 .content a:focus, #c1 .content a:active {
	color: #3366FF;
}
/*Footer Links*/
#footer a:link {
	color: #003399;
}
#footer a:visited {
	color: #663366;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #3366FF;
}

/*
  ------------------------------------------------
  FEATURES
  ------------------------------------------------
*/
/* FORM */
form td {
	color: #669c7a;
}
/* TWO-COLUMN LIST */
.twoColList ul {
	width: 190px; 
	float: left;
	list-style: disc;
	margin-left: 1.2em;
	padding-left: 0;
}
.twoColList ul li {
}

