/*  
Theme Name: dccc
Theme URI: http://purposemakers.net
Description: dccc
Version: 0.1
Author: Michael McCrea
Author URI: http://purposemakers.net
*/


/*-----------------------------------------------------------------------------------------------
  Reset and Global Styles
-----------------------------------------------------------------------------------------------*/

* {
  margin:0;
  padding:0;
  border:0;
  font-size:100%;
  vertical-align:baseline;
}

.hidden { display:none; }
.left{ float:left; }
.right{ float:right; }
.center{ text-align:center; }
.t_left{ text-align:left; }
.alignleft {float:right; padding:0 10px 10px 0;}
.t_right{ text-align:right; }
.alignright {float:right; padding:0 0 10px 10px;}
.clear{ clear:both; }
.clear_right{clear:right;}
a img{ border:none; }


/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/

body {
  font-size:12px;
  line-height:1.5;  
  color:#404040;
  background:#f4f5e9 url(img/page_bg_01.png) repeat-y center top;
  font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* This class sets the width and position for all rows */
.inside {
  width:1000px;
  margin:0 auto;
  padding:0;
}

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #670082; }

h1 { font-size: 24px; line-height: 1; margin-bottom: 0.5em; margin-top: 1em;}
h2 { font-size: 20px; margin-bottom: 0.75em; }
h3 { font-size: 14px; font-weight: bold; margin-bottom: 0.75em; color: #e50c8b; }
h4 { font-size: 14px; font-weight: bold; margin: 0.75em 0; color: #03a4cc; }
h5 { font-size: 12px; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 12px; font-weight: bold; }

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }


a {
  color:#712B8C;
  text-decoration:none;
  font-weight:bold;

}

a:hover { 
  color:#74B221;
}

ul {
  margin:0 0 15px 0;
}

ul li{
  list-style-type:square;
  margin:5px 0 5px 15px;
}

blockquote{
  padding:1px 12px 1px 1em;
  border-left:2px solid #C00;
  color:#BBB;
  background-color:#333;
  font-size:1.1em
}

/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/

#header {
  height:184px;
  background: #471355 url(img/header_bg_01.gif) repeat-x center top;  
}

#header .inside {
  padding-bottom:15px;
}

#header h1{ 
  padding:10px 0;
  margin:0;
  float:left;
}

#header h1 a{ 
  text-decoration:none; 
  display:block;
  width:300px;
  height:144px;
  border:0;
  text-indent:-10000px;
}

#header h2{ 
  margin:0;
  padding:0;
  float:left;
  clear:right;
  font-size:2.5em;
}

#header h2 a { 
  text-decoration:none; 
  display:block;
  width:290px;
  height:80px;
  border:0;
  text-indent:-10000px;
}

#members h2 a { 
  background: transparent url(img/members_button_01.gif) no-repeat left top;
  margin:0 0 0 30px;
}

#visitors h2 a { 
  background: transparent url(img/visitors_button_01.gif) no-repeat left top;
  margin:0 0 0 120px;
}

#header h3 { 
  margin:10px 30px 0 0;
  padding:4px 15px;
  float:right;
  clear:right;
  font-size:12px;
  background-color:#eb0a8e;
  color:#fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;  
}

#header h3 a { 
  color:#fff;
  text-decoration:underline;
}

#home_tag {
  float:left;
  width:670px;
  margin:20px 0 0 45px;
}

#home_tag p, #home_tag h3  {
  margin:0;
}

#home_tag p  {
  color:#ccc;
  font-size:13px;
  font-weight:bold;
}

#home_tag h3  {
  font-size:2em;
}

#search {
  float: right;
  padding: 30px 0 0 0;  
}

#contact_head {
  width:370px;
  white-space: nowrap;
  float: right;
  clear:right;
  padding:40px 30px 0 0;  
}

#contact_head p {
  margin:0;
  padding:0;
}


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

#nav {
  width:600px;
  float:right;
  font-size:12px;
}

#nav ul{
  padding:100px 0 0 0;
  margin:0;
  float:right;  
  text-transform:lowercase;
}

#nav li {
  float:left;  
  list-style:none;
	padding:0;
	margin:0;   
}



#nav a {
  display:block;
	border-left:1px solid #fff; 
	color:#fff;
	line-height:1em;
	padding:0 15px;
  font-weight:bold;  
}

#nav li a:hover, #nav li a.selected{
	color:#72D3F0;	
}

#nav li.current_page_item, #nav li.current_page_parent {
	color:#72D3F0;
}

#nav li.current_page_item a, #nav li.current_page_parent a {
  color:#72D3F0; 
}

#nav li.current_page_item a:hover, #nav li.current_page_parent a:hover {
  color:#72D3F0;
}

#nav li ul {
  padding:5px 0 0 0;  
}

#nav li ul li {
	padding:0 0 0 15px; 
}

#nav li ul li a {
  color:#a8a9a1;
}

#nav .no-sep a {
  border-left:none !important;
}

#nav .page-item-12 a {
  background-color:#712B8C;
  padding:7px 15px;
  margin:-7px 0 0 0;
  border-left:none !important;
  text-transform:uppercase;  
}

#nav .page-item-12 a:hover {
  color:#000;
}

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

#main-nav {
  height:63px;
  background: #e80a8c url(img/nav_bg_01.gif) repeat-x center top;  
  font-size:16px;
  position:relative;
  z-index:100;
}

#main-nav ul{
  padding:0;
  margin:0;
  float:left;  
  text-transform:uppercase;
}

#main-nav li {
  display: inline; 
  list-style:none;
	padding:0;
	margin:0;   
}

#main-nav a {
  display:block;
  float:left;
	color:#fff;
	height:23px;
	line-height:1em;
	padding:23px 24px 17px 24px;
}

#main-nav li a:hover {
	color:#40134c;	
}

#main-nav li.current_page_item > a, #main-nav li.current_page_parent > a {
  color:#40134c;
  background: #e80a8c url(img/current_item_01.gif) repeat-x center top;    
}

#main-nav li.current_page_item a:hover, #main-nav li.current_page_parent a:hover {
  color:#000;
}


/*-----------------------------------------------------------------------------------------------
  Primary Items + Main Content
-----------------------------------------------------------------------------------------------*/

#primary {
  text-align:left;
  padding:15px 0;
}

#main-content {
  width:600px;
  padding:0 30px;
  float:left;
}

#s1_container {
  float:right;
  width:600px;
  height:376px;
  position:relative;  
}

#s1 {
  width:600px;
  height:376px;
}

#breadcrumb {
  float:left;
  width:940px;
  font-size:11px;  
  font-weight:bold;
  color:#000;
  padding:10px 30px 0 30px;
  height:30px;  
}

#breadcrumb a {
  color:#74b221;
  text-decoration:none;
}

#breadcrumb a:hover {
  color:#712B8C;
}

#parent a {
  float:left;
  display:block;
  width:286px;
  height:75px;
  margin:10px 0 15px 0;
  text-indent:-10000px;  
  background: #e80a8c url(img/parent_button_01.gif) no-repeat left top; 
}

#practitioner a {
  float:left;
  display:block;
  width:286px;
  height:75px;
  margin:10px 0 15px 27px;
  background: #e80a8c url(img/practictioner_button_01.gif) no-repeat left top;    
  text-indent:-10000px;  
}

.content_container {
  background:transparent url(img/dotted_sep_01.gif) repeat-x left top;
  padding:15px 0 0 0;
  margin:0 0 15px 0;
}

.content {
  margin:15px 0;
}

h3.content_toggle {
  padding:0;
  margin:0;
}

h3.content_toggle a {
  background:#fff url(img/show_btn_01.gif) no-repeat left top;
  padding:3px 0 3px 75px;
  color:#670082;
  font-size:15px;
}

h3.content_toggle a:hover {
  color:#e80a8c;
}

h3.content_toggle a.active {
  background:#fff url(img/hide_btn_01.gif) no-repeat left top;
}

.post {
  border-bottom:1px dotted #ccc;
  margin:0 0 30px 0;
  padding:0 0 20px 0;
}

.post h3 a {
  font-size:18px;
  color:#e60b8c;
}

.post h3 a:hover {
  color:#712B8C;
}

a.green_btn {
  background-color:#8cc63f;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding:3px 5px;
	color:#fff;
}

a.green_btn:hover {
	background-color:#712B8C;
	color:#fff;
}

/*-----------------------------------------------------------------------------------------------
  Sidebar
-----------------------------------------------------------------------------------------------*/

#sidebar {
  width:250px;
  float:right;
  padding:0 30px;
  margin:0;
  background:transparent url(img/sidebar_bg_01.png) top left repeat-y;
}

#sidebar ul {
	padding:0 0 30px 0;
	margin:0;
}

#sidebar ul li {
  list-style:none;
	padding:0;
	margin:0;
}

#sidebar ul li a {
  padding:7px 0;
  display:block;
}

#sidebar ul li a:hover {
  color:#712B8C;
}

ul#page_nav li {
	padding:0 0 15px 0;
}

#sidebar ul#page_nav li a {
  background-color:#d9d0db;
  border:1px solid #d9d0db;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	display:block;
	color:#40134c;
	padding:10px 15px;
}

#sidebar ul#page_nav li a:hover, #sidebar ul#page_nav li.current_page_item a {
  color:#fff;
  background-color:#40134c;
  border:1px solid #40134c;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.news_alert {
  background-color:#c7eafe;
  margin:0 0 30px 0;
}

h3.news_alert_header {
  background-color:#712B8C;
  color:#fff;
  padding:5px 15px;
  font-size:18px;
  margin:0;
}

#sidebar ul.news_alert_list {
  padding:5px 15px;  
}


/*-----------------------------------------------------------------------------------------------
  Contact Form
-----------------------------------------------------------------------------------------------*/

.contactform {
  float:left;
  font-size:1.1em;
  width:400px;
}

label {

} 

.contacterror {
  border: 1px solid #ff0000;
}

.sub_error {
  background-color:#cc0000;
  color:#fff;
  padding:5px;
  margin:0 0 20px 0;
}

.sub_error p {
  padding:0px;
  margin:0px;
}

/*-----------------------------------------------------------------------------------------------
  Foooter
-----------------------------------------------------------------------------------------------*/

#footer {
  clear:both;
  background:transparent url(img/footer_bg_01.png) left top repeat-x;  
  color:#fff;
  padding:100px 0 15px 0;
}


#footer a {
  text-decoration:none;
  font-weight:bold;
  color:#fff;
}

#footer a:hover { 
  color:#441351;
}

#footer h2 {
  color:#441351;
  font-size:18px;
}

#footer p {
  margin:0;
  font-size:11px;
}

#footer p.attributes{ 
  float:right;
  padding:0 0 0 1em;
}

a.rss {
  padding:4px 0 5px 16px;
  margin:5px 0 0 0;
  background: url(img/feed-icon-12x12.gif) no-repeat left center;
}

#left_col {
  float:left;
  width:250px;
  padding:0 0 0 30px;  
}

#central_col {
  float:left;
  width:680px;
  padding:0 0 0 30px;
}

.directory_left_col {
  width:200px;
  float:left;
}

.directory_center_col {
  width:200px;
  float:left;
  padding:0 0 0 30px;
}

.directory_right_col {
  width:200px;
  float:left;  
  padding:0 0 0 30px;
}

#footer ul {
  padding:0 0 5px 0;
  margin:0;
}


#footer ul li {
  padding:0;
  margin:0;
  list-style:none;  
}

#footer ul li a {
  display:block;
  padding:7px 0;
  border-bottom:1px solid #b2e66c;
}

* html #footer ul li a {
  padding:2px 0;
}

#footer ul li a:hover {
  color:#441351;
}

p#copy_meta {
  margin:37px 0 0 0;
  padding:5px 0 0 0; 
}


/*-----------------------------------------------------------------------------------------------
  Tables
-----------------------------------------------------------------------------------------------*/

table {
  padding: 0;
  margin: 0;
  font-size: 90%;
  border-collapse:collapse;
  border-spacing:0;
  width:100%;
  background-color: #eee; 
  border-left: 1px solid #eee;
  white-space:wrap; 

}

table a {
  font-weight:bold;
}

th {
  color: #fff;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  text-transform: uppercase;
  text-align: left;
  padding: 6px 6px 6px 12px;
  background-color: #40134C;
}

td {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: #fff;
  padding: 6px 6px 6px 12px;
  background-color: #f5f5f5;
}

td.spec {
  border-left: 1px solid #eee;
  border-top: 0;
  font-weight:bold;
  background-color: #f5f5f5;  
}

/*-----------------------------------------------------------------------------------------------
  SLIMBOX 
-----------------------------------------------------------------------------------------------*/



#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(img/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(img/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(img/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(img/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

input, textarea {
  -moz-border-radius-bottomleft:3px;
  -moz-border-radius-bottomright:3px;
  -moz-border-radius-topleft:3px;
  -moz-border-radius-topright:3px;
  background-color:#eee;
  border:1px solid #ccc;
  color:#333;
  width:350px;
  font-family:Arial,Verdana,sans-serif;
  font-size:12px;
  margin-top:5px;
  padding:5px;
}

INPUT[type="submit"], .editable_input INPUT[type="button"] {
  color:#333;
  width:auto;
  float:left;
}

INPUT[type="checkbox"] {
  width:auto;
  padding:0;
  margin:2px 5px 0 2px;
}
