/*-----------------------------------------------------------------------------
Theme Name: TCW Foundation -leftsidebar
Theme URI: http://tcwebsite.com
Description: A Customizable, Pro theme for TCW Clients
Version: 0.1
Author: Michael Bishop/Gretchen Cawthon
Author URI: http://bishopblogworks.com/

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

/* @group Global Resets
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 0.5em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}

/* @end */
/* @group Typography
-----------------------------------------------------------------------------*/

body {
  font: 62.5%/1.6 "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
  background: #CECEFF;
  color: #000000;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* @end */

/* @group Headings
-----------------------------------------------------------------------------*/
h1 {
	margin: 0;
}

h2 {
	margin: 0;
}

.post h2 {
	font-size: 1.6em;
}

#sidebar h2 {
	
}

/* @end */

/* @group Links
-----------------------------------------------------------------------------*/

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

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

a:hover {
	color: 000;
	/*background: #FDF364;*/
}

a.gem_treatment_link:hover { background:#FDF364; }

/* @end */


/* @group Masthead
-----------------------------------------------------------------------------*/

#wrapper {
	width: 908px;	
	margin: 0 auto;
	background: #fff;
	border-style: solid;
	border-width: 4px;
	border-color: #FDF364;
}

#masthead {
	width: 900px;
	margin: 20px 20px 20px 20px;
}

#masthead_img {
	background: url(images/logo.gif) no-repeat;
	width: 430px;
	height: 80px;
	margin: 0 0 0 0;
	float: left;
}

#masthead_contact {
	width: 430px;
	height: 80px;
	margin: 0 40px 0 0;
	float: right;
	color: #000;
	font: bold 1.4em/45px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-align: right;
}

#navcontainer {
	
}


ul#nav  {
	float: left;
	list-style: none;
	background: #fff;	
	width: 860px;		
	padding: 0;	margin: 5px 0 0 20px;
	border-top: 1px solid #CDCEFF;
	border-bottom: 1px solid #CDCEFF;
	height: 45px;
	display: inline;
	text-transform: uppercase;
}
ul#nav li {
	display: inline;
	margin: 0; padding: 0;
}
ul#nav li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 15px;	
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;	
	color: #494A7A;
	font: bold 1.4em/45px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: none;
	text-decoration: none;	
	letter-spacing: 1px;
}
ul#nav li a:hover, 
ul#nav li a:active {
	color: #000;
	background: #CECEFF;
}
ul#nav li#current a {	
	background: #CECEFF;
	color: #000;		
}


/* @end */


/* @group Content
-----------------------------------------------------------------------------*/

#content {
	float: left;
	width: 610px;
	margin: 15px 0 0 35px;
	font-size: 1.3em;
}

#content ul {margin-left: 15px;}

.post {
	
}

.entry {
	
}

.entry p {
	
}

.postmetadata {
	
}

.utw {
	
}

.navigation {
	
}

.post_nav {
	text-align: center;
}

#contentleft {
	float: left;
	width: 260px;
}

#catcontentleft {
	float: left;
	width: 300px;
}
#contentright {
	float: left;
	width: 335px;
	margin: 0 0 0 8px;
}



#imagecontainer {
	width:250px;
	height:211px;
	background-image:url('images/photo-bg.jpg');
}

#imagecontainer .attachment-240x200 {
	/*border:2px solid #FDF364;*/
	width:240px;
	padding:2px 0 0 2px;
	margin:0px;
	border:none;
}

#imagecaption {
	text-align: center;
}

#imagecontainer { margin-bottom:20px;}

#catitemcontent {
	text-align: center;
}

#catcontentright {
	float: left;
	width: 250px;
	height: 380px;
	margin: 0 0 0 10px;
	padding: 3px 0 0 3px;
}

#thumbnailcontainer {
	margin: 0 5px 5px 0;
}

.img {
	float: left;
	border: 3px solid #DDD;
}

.imgselected {
	float: left;
	/*border: 3px solid #FDF364;*/
}


/* @end */

/* @group Sidebar
-----------------------------------------------------------------------------*/

ul#sidebar {
	float: right;
	width: 190px;
	margin: 10px 25px 0 0;
}

ul#sidebar li {
	list-style-type: none;
	color: #000;	
}

ul#sidebar li ul a {
	display:block;
	font: bold 1.4em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: none;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	color: #494A7A;
	/*color:#993300*/
}

ul#sidebar li ul a:hover {
	display:block;
	color: #000;
	background: #ceceff;
}

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

ul#sidebar li ul .current_page_item, ul#sidebar li ul .current-cat{
	background:#ceceff;
}

ul#sidebar li ul .current_page_item a, ul#sidebar li ul .current-cat a{
	color:#000;
}

#catalog_list li ul li {
margin-left:20px !important;
}

/* @end */

/* @group Footer
-----------------------------------------------------------------------------*/

#footer {
	clear: both;
	width: 900px;
	padding: 10px 0;
	margin-top:10px; 
}

#footer p {
	text-align: center;
	padding: 5px 0;
	width: 860px;
	margin-left: 35px;
	background: #fff;
}

/* @end */

/* @group Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
form {
	margin:10px; padding: 0 5px;
	background: #F5F5F5;	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #333;
	background: #e7e6e6 url(button.jpg) repeat-x;
	border: 1px solid #dadada;
}

#searchform {
	background-color: transparent;
	border: none;	
	margin: 0 5px 0 10px;
	padding: 5px 0 15px 0;	
	/*width: 190px;*/
}

#searchform input {
	width: 150px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}

#searchform #searchsubmit {
	width: 60px;
	height: 24px;
	/*margin-top: 10px;*/
	padding: 2px 5px;
	vertical-align: top;
}

#comments-form {
}

#commentform {
	
}

#author {
	margin-top: 20px;
}

#email {
	
}

#url {
	
}

ol#comments {
	margin-left: 15px;
}

#commentform button#sub {
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	margin-bottom: 15px;
	padding: 2px 3px; 
	color: #333;
	background: #e7e6e6 url(button.jpg) repeat-x;
	border: 1px solid #dadada;
}



/* @end */

/* @group Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}

/* @end */

/* @group Comments
-----------------------------------------------------------------------------*/

#comments-locked {
	
}

#respond {
	
}

#trackback-link {
	
}

ol#trackbacks {
	
}

ol#trackbacks li {
	
}

.comments-header {
	
}

ol#comments {
	
}

/*class for author highlight */
.highlight {
	
}

.comment-meta {
	
} 

.comment-author {
	
}

.comment-date {
	
}

.comment-text {
	
}

.gravatar {
	
}

.odd {
	
}

.even {
	
}



/* @end */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft, div.alignleft {
	float:left;
}

.alignright, div.alignright {
	float:right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



/* @group Misc.
-----------------------------------------------------------------------------*/

/* @end */
blockquote {
	margin-left:15px;
	margin-right:15px;
	font-size:.9em;
	color:#3e3e3e;
}

h2.pagetitle{
	/*color:#494a7a;*/
	color:#993300;
}

img { margin:5px; }

#post-130 .entry .gallery .gallery-item .gallery-icon a img,
.galleryid-130 .gallery-item .gallery-icon a:hover,
#post-9 .entry p a:hover {
	text-decoration:none;
	background-color:transparent;
	border:none;
	/*
	width:240px;
	height:200px;
	*/
}

.galleryid-130{ clear:both; }

.gem_treatment_box{
	width:500px;
	position:absolute;
	top:20%;
	left:30%;
	z-index: 1099;
	display:none;
}
.gem_treatment_box .top {
	width:500px;
	height:80px;
	background-image:url('images/popup-top.png');
}
.gem_treatment_box .close a{
	float:right;
	position:relative;
	top:40px;
	right:45px;
	height:20px;
	width:20px;
}

.gem_treatment_box .close a:hover, .gem_treatment_box .close a:active{
	text-decoration:none;
	background-color:transparent;
}

.gem_treatment_box .close a em{
	display:none;
}
.gem_treatment_box .middle {
	width:500px;
	background-image:url('images/popup-middle.png');
	background-repeat:repeat-y;
	margin:-2px 0 -2px 0;
}
.gem_treatment_box .middle p {
	background-color:transparent;
	margin:2px 0 2px 0;
	padding:0 80px;
	width:340px;
}
.gem_treatment_box .bottom {
	width:500px;
	height:80px;
	background-image:url('images/popup-bottom.png');
}

/******* SUCKERFISH CSS FOR MULTILEVEL NAV **************/
#suckerfishnav {
	background:#fff;
	font-size:1.4em;
	line-height:45px
	font-family:"Century Gothic","Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
	font-weight:bold;	
	width:860px;
	margin-left:20px;
	margin-top:5px;
	letter-spacing:1px;
}
#suckerfishnav, #suckerfishnav ul {
	float:left;
	list-style:none;
	line-height:40px;
	padding:0;
	border-top:1px solid #cdceff;
	border-bottom:1px solid #cdceff;	
	width:860px;
	margin-left:20px;
	margin-top:5px;
}
#suckerfishnav a {
	display:block;
	color:#494a7a;
	text-decoration:none;
	padding:3px 15px;
}
#suckerfishnav li {
	float:left;
	padding:0;
}#suckerfishnav ul {
	position:absolute;
	left:-999em;
	height:auto;	
	width:151px;
	font-weight:normal;
	margin:0;line-height:1;	
	border:0;
	border-top:1px solid #cdceff;
}
#suckerfishnav li li {
	width:149px;
	border-bottom:1px solid #cdceff;
	font-weight:bold;
	background-color:#fff;
}
#suckerfishnav li li a {
	padding:4px 10px;	
	width:130px;
	background-color:#fff;
}
#suckerfishnav li ul ul {
	margin:-21px 0 0 150px;
}
#suckerfishnav li li:hover {
	background:#1F3E9F;
}
#suckerfishnav li ul li:hover a, 
#suckerfishnav li ul li li:hover a, 
#suckerfishnav li ul li li li:hover a, 
#suckerfishnav li ul li li li:hover a  {
	color: #000;
	background: #CECEFF;
}
#suckerfishnav li:hover a, 
#suckerfishnav li.sfhover a {
	color: #000;
	background: #CECEFF;
}
#suckerfishnav li:hover li a, 
#suckerfishnav li li:hover li a, 
#suckerfishnav li li li:hover li a, 
#suckerfishnav li li li li:hover li a {
}
#suckerfishnav li:hover ul ul, 
#suckerfishnav li:hover ul ul ul, 
#suckerfishnav li:hover ul ul ul ul, 
#suckerfishnav li.sfhover ul ul, 
#suckerfishnav li.sfhover ul ul ul, 
#suckerfishnav li.sfhover ul ul ul ul  {
	left:-999em;
}
#suckerfishnav li:hover ul, 
#suckerfishnav li li:hover ul, 
#suckerfishnav li li li:hover ul, 
#suckerfishnav li li li li:hover ul, 
#suckerfishnav li.sfhover ul, 
#suckerfishnav li li.sfhover ul, 
#suckerfishnav li li li.sfhover ul, 
#suckerfishnav li li li li.sfhover ul  {
	left:auto;
}
#suckerfishnav li:hover, 
#suckerfishnav li.sfhover {
	color: #000;
	background: #CECEFF;
}
a:hover .jcarousel-item {
	/*border:1px solid #FDF364;*/
}

.haschildren ul{ z-index: 3000; }