/*  
Theme Name: Common Ties Mental Health Coalition
Theme URI: 
Description: 
Author: T.H. Creations, Inc.
Author URI: http://www.thcreations.com

	Common Ties Mental Health Coalition

*/

/* Common Ties Mental Health Coalition - Main Style Sheet */

/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */



html,body {
font-family: verdana, arial, tahoma, sans-serif;
margin:0 0 0 0;
padding: 0;
height:100%;
font-size:90%;
background: #CCC29F url(im/temp_bkg.jpg) repeat-x top center;
}

h1 {
font-size: 1.8em;
color: #811D1F;
padding-bottom: 7px;
clear:both;
}

h2 {
font-size: 1.5em;
color: #811D1F;
padding-bottom: 7px;
padding-top: 5px;
clear:both;
}

h3 {
font-size: 1.3em;
color: #562F01;
padding-bottom: 7px;
padding-top: 5px;
margin-top: 5px;
clear:both;
}

h4 {
font-size: 1.1em;
color: #562F01;
padding-bottom: 7px;
padding-top: 5px;
clear:both;
}

h5 {
font-size: .9em;
color: #811D1F;
padding-bottom: 7px;
padding-top: 5px;
clear:both;
}

h6 {
font-size: .7em;
color: #811D1F;
padding-bottom: 7px;
padding-top: 5px;
clear:both;
}

p {
font-size:.9em;
color: #562F01;
}

.title {
border:0;
font-size: 1.4em;
color: #562F01;
padding-bottom: 7px;
padding-top: 5px;
}

.clear {
clear:both;
}

a:link img#referrals, a:visited img#referrals   { border: none; }

hr {
width: 75%;
height: 1px;
color: #B3BFB2;
}

a {
color: #811D1F;
text-decoration: underline;
}

a:hover {
color: #000000;
text-decoration: none;
}

blockquote {
width : 375px;
background : #811D1F;
border : 1px dashed #ffffff;
padding : 10px;
margin: 10px;
color:#FFFFFF;
}

blockquote a:link, blockquote a:visited {
  color:#FFFFFF;
}

#container {
width : 779px;
margin : 0 auto;
background : #FDF1CB url(im/ct-bkg.jpg) repeat-x;
background-position : bottom center;
border: 1px solid #000000;
}

#header {
background : url(im/ct-header.jpg);
background-repeat : no-repeat;
height : 240px;
margin : 0;
padding: 0;
}

#content {
padding-top : -10px;
margin-top : -10px;
}


/* NAVIGATION STARTS */

#nav {
float: left;
font-family: Verdana, Arial, Helvetica;
font-size: .8em;
margin: 0;
padding: 0;
width: 185px;
}
	
#nav ul {
padding: 0;
margin: 0;
list-style: none;
 }
  
#nav li {
background : url(im/nav-hand.gif) no-repeat;
padding: 12px 0 12px 30px;
font-weight: bold;
border-bottom: 1px solid #B3BFB2;
}

#nav ul li.first {
margin-top : 5px;
border-top: 1px solid #B3BFB2;
}

#nav li a{
color : #000000;
text-decoration:none;
}

#nav ul li ul li {
display : none;
}


/* NAVIGATION ENDS */

#content {
}

#copy {
padding: 0 10px 10px 20px;

}

#copy p {
line-height : 1.4em;
margin-bottom : 15px;
}

#copy ul {
color : #811D1F;
}

#copy img {
border: 7px solid #ffffff;
margin: 5px;
}

.content_home {
width: 530px;
border-left: 1px solid #B3BFB2;
float:right;
}

div.donation {
text-align: left;
padding: 8px;
}

img#thanks {
border: none;
margin: 0px;
}

blockquote p{
color: #ffffff;
margin-bottom : -15px;
}

#slideshow {
  float : right;
  width:318px;
  height:252px;
  margin:-20px 0 0 auto;
  padding:0 10px 25px 15px ;
}

#slideshow img {
  border : 0;
}

#img_box {
  float:right;
  background: url(im/rotator-bkg.gif) no-repeat;
  padding: 7px;
  overflow:hidden;
  position:relative;
  margin-top:14px;
  margin-left:14px;
  width:318px;
  height:252px;
  display:none;
  z-index:0;
}

.image {
  position:absolute;
  top:18px;
  left:18px;
  padding:0;
  margin:0;
}

img#noscript {
  margin-top:14px;
  margin-left:14px;
}

/* Sidebar Starts */

#sidebar {
float:left;
width:200px;
padding: 0 0 25px 15px;
}

#sidebar p {
font-size: .9em;
font-weight: bolder;
color: #000000;
padding-bottom: 1px;
padding-top: 15px;
}

/* Sidebar Ends*/

/* Search Starts */

.submit {
padding-top: 0;
}

/* Search Ends */



/* IN THIS SECTION Starts */


#its h4 {
padding-left : 10px;
padding-top : -5px;
padding-bottom : 4px;
}

/* IN THIS SECTION Ends */



/* Footer Starts */

#footer {
margin: 0;
padding:0;
width: 779px;
height: 79px;
background : url(im/footer-bkg.jpg);
background-repeat : no-repeat;
clear:both;
}

#footer p {
padding: 25px 15px 10px 10px;
text-align: right;
color: #000000;
}

/* FOOTER Ends */

div.clearer {
 clear: both;
 line-height: 0px;
 height: 0;
 overflow:hidden;
}

#thplug {
color: #000000;
font-size: .7em;
padding: 10px;
}

#thplug a {
}

/* LIGHTBOX */

a.imagelink img{
  margin:10px;
  border:5px solid #FFF;
}

a.imagelink img.left {
  margin:5px 15px 10px 0;
  border:5px solid #FFF;
}

a.imagelink img.right {
  margin:5px 0 10px 15px;
  border:5px solid #FFF;
}

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(im/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(im/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(im/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	