/* $Id: style.css,v 1.8 2008/09/13 01:38:50 jmburnz Exp $ */
/**
 *
 * Pixture Reloaded by Jeff "see-you-in-hell" Burnz 
 * http://adaptivethemes.com
 *
 * Pixture Reloaded is a collaboration of ideas and themes.
 * The original Pixture theme was built by Pixture Studio and
 * uses tables for layout. Pixture Reloaded is pure CSS, 
 * leveraging the Zen themes stunning Holy Grail layout.
 * Kudos to both those projects. Rock on.
 */
html {
  font-size: 100%; /*Fix a IE em BUG*/
}
body {
}
#kbase{
  /*font-family: "Helvetica neue", Helvetica, Arial, Verdana, sans-serif;*/
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 12px;
  color: #444;
 /* background: #FDEAF7 url("images/bg-wall.png") repeat-x left top;*/
}
#body-inner{
  /*background: #fff url("images/body-bg.png") repeat-x left top;*/
  /*background: #fff url("images/black-header-inner.png") repeat-x left top;   !Anil  */
  /*background: #fff url("images/black-header-inner1.png") repeat-x left top; !Anil */
  background: #fff url("/sites/all/themes/kbase/images/black-header-inner2.png") repeat-x left top;
}



#body-inner-front{
  /*background: #fff url("images/body-bg.png") repeat-x left top;*/
  background: #000 url("images/black-header.png") repeat-x left top;
}






#page {
  line-height: 1.5em; 
  text-align: left;
  /*background: transparent url("images/house-trans.png") no-repeat right 66px;*/
}
.page-header {
  background: transparent url("images/block-title-bg.png") repeat-x left -35px;
	color: #555;
	padding: 10px;
	margin-bottom: 8px;
	font-size: 1.5em;
	position: absolute; left: -1534px; top: 32px;
}


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



/*
#content-top .block {
  	background: transparent url("images/skyblue.jpg") repeat-x top left;
	color: #262626;
	width: 48.5%;
	text-align: left;
	padding-left: 17px;
	float: left;
	margin-bottom: 20px;
	margin-right: 10px;
	height: 140px;
	overflow: hide;
}
*/
#content-top .block .block-title {
	color: #262626;

}
#content {
  text-align: left;
	min-height: 400px;
	padding-top: 0px;
} {

	left: 10px;
	position: relative;
}








/*-------------------------------------------------------------------*/
/*                          Generic html elements                    */
/*-------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.3em;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-top: 0.4em;
  margin-bottom: 0.8em;
}
em {
  text-decoration: none;
  font-weight: normal;
}
.form-item label {
  font-size: 1em;
  font-weight: normal;
  color: #666;
}
blockquote {
  margin: 4px 10px;
  padding: 10px 15px;
  background: #F9CBED;
}
abbr, acronym {
  border-bottom: none;
}
#mission, 
.node .content, 
.comment .content {
  line-height: 1.5em;
}
.breadcrumb {
  padding: 0;
  padding-bottom: 2px;
}
/*-------------------------------------------------------------------*/
/* SITE CSS */
/*-------------------------------------------------------------------*/
textarea#edit-body {
	height: 100px
}
/*-------------------------------------------------------------------*/
/*                          IMAGECACHE 								*/
/*-------------------------------------------------------------------*/
.node-type-blog .imagecache-sns_profile {
	float: left;
	margin-right: 10px;
}
/*-------------------------------------------------------------------*/
/*                             Lists                                 */
/*-------------------------------------------------------------------*/
ul {
  margin: 0;
  padding: 0 0 0 1em;
}
li {
  line-height: 1.6em;
}
li a, 
li a:visited, 
li a:active, 
li a:hover {
  font-weight: normal;
}
.item-list ul {
}
.item-list ul li {
  font-size: 11px;
	/*list-style-image: url("images/bullet-round.png");*/
	list-style-image: none;
	list-style-type: none;
}
.item-list .title {
  font-size: 1em;
}
ul.links li {
  margin: 0;
  padding: 0 2px;  
}
.comment .links {
  margin-bottom: 0;
}
.submitted {
  font-size: 0.9em;
  color: #666;
}
.links {
  color: #666;
}
.links a {
  font-weight: normal;
}
/* Menus */
li.leaf {
  /*list-style-image: url("images/bullet-round.png");*/
  list-style-image: none;
  list-style-type: none;
}
li.collapsed {
  list-style-image: url("images/bullet-sm-arrow-right.png");
}
li.expanded {
  list-style-image: url("images/bullet-sm-arrow-down.png");
}
/*-------------------------------------------------------------------*/
/*                             Links                                 */
/*-------------------------------------------------------------------*/
/*  Old Style Commented By Anil - 03-23-1020
a,
a.active {
  text-decoration: none;
  font-weight: bold;
 color: #85080c;
	outline: none;
}
a:link, a.active:link {
  color: #85080c;
	outline: none ;
}
a:visited, a.active:visited {
  color: #85080c;
	outline: none;
}

a:hover, a.active:hover {
  text-decoration: underline;
  color: #fe1e2a;
	outline: none;
}
a:focus, a.active:focus {
  outline: none;
}
*/
a:link {color: #000080; text-decoration: underline; }
a:active {color: #000080; text-decoration: underline; }
a:visited {color: #000080; text-decoration: underline; }
a:hover {color: #000080; text-decoration: none; }
/*-------------------------------------------------------------------*/
/*                            Tables                                 */
/*-------------------------------------------------------------------*/
table, tr, td, thead, tbody {
  border-spacing: 0;
  border-collapse: collapse;
  border-width: 0px;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
  width: 100%;
  margin: 0 0 10px 0;
}
tr.odd td, tr.even td {
  padding: 0.4em;
}
tr.odd {
  background: #FDEAF7;
}
tr.even {
  background: #FFF;
}
/*-------------------------------------------------------------------*/
/*                             Header                                */
/*-------------------------------------------------------------------*/
div#header {
	background-color: transparent;
}
#site-name {
	width: 200px;
	left: 48px;
	position: relative;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-align: left;
  overflow: hidden;
}
#site-name a {
  color: #FFF;
}
#site-name a:hover {
  text-decoration: none;
}
#site-slogan {
  color: #FFF;
  font-size: 1em;
  line-height: 1em;
  text-align: left;
}
/* Primary Links */
#primary { 
  color: #FFF;
  font-size: 12px;
}
#primary ul.links li a {
  font-weight: bold;
  color: #FFF;
  padding: 8px 12px 10px;
}
#primary ul.links li a:hover {
  background: #fff;
	color: #000;
  text-decoration: underline;
}
#primary ul.links li a.active {
	color: #000;
  background: #fff;
}
ul.primary li a {
	background-color: transparent;
	border: 0px;
}
/* Secondary Links */
ul.secondary-links {
	/*background: url("images/blue-grade-bg.png") repeat-x top left;*/
  	padding: 5px 12px 6px;
	font-size: 11px;
	margin-left: 20px;
}
ul.secondary-links a {
	color: #fff;
	padding-right: 5px;
	padding-left: 5px;
}
ul.secondary-links a:hover {
	color: #0089dc;
}
/* Superfish Default skin */
#superfish-inner .menu {
  /*float: left;*/
  float: right;
  margin: 0 0 0 -12px;
}
#superfish-inner .menu a {  
  padding: 4px 5px 3px;
  text-decoration:none;
}
#superfish-inner .menu a, 
#superfish-inner .menu a:visited  { 
  color: #FFF;
  font-family: Georgia, "Times New Roman", Times, serif;
}
#superfish-inner .menu li {
  /*background: #000;*/
	margin-right: 5px;
}
#superfish-inner .menu li li {
  /*background: #000;*/
	 background-color: #b6b6b6;
	 background-color: #000;
	opacity: .8;
}
#superfish-inner .menu li li a {
	color: #fff !important;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#superfish-inner .menu li li a.active {
	background-color: #696969;
}
#superfish-inner .menu li li li {
  /*background: #000;*/
	 background-color: #b6b6b6;
}
#superfish-inner .menu li:hover, 
#superfish-inner .menu li.sfHover,
#superfish-inner .menu a:focus, 
#superfish-inner .menu a:hover {
 /* background: url("images/sf-hover-tile.png") repeat-y left top;*/
  outline: 0;
	 background-color: #0089dc;
}
#superfish-inner .menu a.active {
	 background-color: #fff;
	 color: black;
}
/* Search box */
div#search {
  text-align: right;
  font-size: 11px;
}
#search .form-text {
  font-size: 12px;
  width: 10em;
  padding: 2px 2px;
  border: solid 1px #AAA;
}
div#search label {
  display: none;
}
/*-------------------------------------------------------------------*/
/*                             Footer                                */
/*-------------------------------------------------------------------*/
#footer {
  font-size: 10px;
  text-align: center;
  background-color: #f6f6f2;
  /*background: #FFF url("images/bg-footer.png") repeat-x bottom left;*/
  border: none;
	border-top:1px dotted #ccc;
	min-height: 150px;
}
#footer a {
  text-decoration: none;
  font-weight: normal;
  color: #333;
	font-weight: bold;
}
#footer ul li {
	list-style-image: none ;
	list-style-type: none ;
}
#footer-inner {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 960px;	
	text-align: middle;
}
#footer .block {
  padding: 15px 0 0;
}
#footer-left {
	float: left;
	width: 460px;
	text-align: center;
}
#footer-right {
	float: left;
	width: 460px;
}
/*-------------------------------------------------------------------*/
/*                          Regular Blocks                           */
/*-------------------------------------------------------------------*/
.block .links {
  font-size: 11px;
}
.block .block-content {
  padding: 0 0 0px;
}
/*-------------------------------------------------------------------*/
/*                          Sidebar Blocks                           */
/*-------------------------------------------------------------------*/
#sidebar-left .ui-accordion .ui-accordion-content,
#sidebar-right .ui-accordion .ui-accordion-content{
	padding: 2px;
	padding-left: 8px;
	font-size: 11px;
}
#sidebar-right .ui-accordion .ui-accordion-content ul{
	padding-left: 20px;
}
#sidebar-right .blue-grade-bg {
  /*background: url("images/block-title-bg.png") repeat-x top left;*/
  background: url("images/subheader-bg.png") repeat-x top left;
	padding: 1px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
	margin-top: 6px;
	margin-bottom: 0px;
}
#sidebar-right .blue-grade-bg a{
	color: black;
	font-size: 11px;
}
#sidebar-left, #sidebar-right {
							  /*  background: #FFF; */
}
#sidebar-left .block { 
  margin-bottom: 10px;
  width: 220px;
}
#sidebar-right .block {
  margin-bottom: 10px;
  width: 300px;
}
#sidebar-right .block, 
#sidebar-left .block {
	padding-bottom:4px;
}
#sidebar-right .block  {
	border: 0;	
}

.region-right  {
	border-left-style: solid; 
	border-left-color: #eeeeee; 
	border-left-width: 4px; 
}


#sidebar-left .block  {
	border-top:0;
/*	border:1px solid #aaaaaa;*/
}
#sidebar-left h2.block-title  {
  background: transparent url("images/block-title-bg.png") repeat-x left -35px;
	padding: 10px;
}
#sidebar-left .region-count-1 h2.block-title, 
#sidebar-left .region-count-1  {
	background: none;
	border: 0px !important;
}
#sidebar-left .region-count-1 h2.block-title {
  background: transparent url("images/block-title-bg.png") repeat-x left -35px;
	padding: 10px;
	color: #555;
	margin-bottom: 4px;
	margin-right: 8px;
}

.block-tattoo h2.block-title {
  background: transparent url("images/block-title-bg.png") repeat-x left -35px;
	padding: 10px !important;
	color: #555;
	margin-bottom: 4px;

}
#content .block-tattoo h2.block-title {
	margin-top: 15px;
}
#sidebar-left .block,
#sidebar-right .block {
  /*background: url("images/block-tr.png") no-repeat top right;*/
}
#sidebar-left h2.block-title,
#sidebar-right h2.block-title {
  /*background: url("images/block-tl.png") no-repeat top left;*/
}
#sidebar-right h2.block-title {
/*  background: url("images/blue-grade-bg.png") repeat-x top left;*/
	color:#333333;
	padding: 5px;
}
#sidebar-left .block-inner,
#sidebar-right .block-inner {
  /*background: url("images/block-br.png") no-repeat bottom right;*/
}
#sidebar-left .block-content,
#sidebar-right .block-content {
  /*background: url("images/block-bl.png") no-repeat bottom left;*/
}
#sidebar-left .block-content-inner,
#sidebar-right .block-content-inner {
  /*background: url("images/block-tile.png") repeat;*/
  margin: 0;
	margin-left: 6px;
  padding: 5px 5px 5px 0px;
}
.block h2.block-title {
  color: #555;
  font-size: 16px;
  font-weight: bold;
  margin: 0px;
  padding: 5px 0 0 0;
  text-align: left;
}
.block h3 {
  padding: 0 3px;
  font-size: 12px;
}
.block ul.links {
  margin:0;
  padding:0 0 5px;
}
.block ul.links li {
  font-size: 10px;
}
/* blocks showing nodes, e.g help out views blocks */
.block .node h2.title {
  font-size: 13px;
}
.block .node {
  padding: 5px 5px 0;
}
.block .node,
.block .node .node-inner-0,
.block .node .node-inner-1,
.block .node .node-inner-2,
.block .node  .node-inner-3
.block .sticky,
.block .sticky .node-inner-0,
.block .sticky .node-inner-1,
.block .sticky .node-inner-2,
.block .sticky .node-inner-3 {
  background: #FFF;
}
/*-------------------------------------------------------------------*/
/*                                Poll                               */
/*-------------------------------------------------------------------*/
.poll .bar {
  background-color: #EEE;
  border: solid 1px #AAA;
}
.poll .bar .foreground {
  /*background: #B21F88 url("images/bg-lbar.png") repeat-x center left;*/
}
/*-------------------------------------------------------------------*/
/*                               Node                                */
/*-------------------------------------------------------------------*/
#content-area .node {
  margin: 0 0 15px 0;
  padding: 0;
  background: #FFF;
}
.node-full-view .node h1.title, 
.node h2.title {
  margin: 0;
  padding-top: 0px;
  padding-bottom: 2px;
  border-bottom: solid 1px #BBB;
}
.node h2.title {
  font-size: 14px;
	padding: 2px;
}
.node h2.title a:hover {
  text-decoration: none;
  color: #AC2E82;
}
.node .picture {
  border: none;
  float: right;
  margin: 0.5em;
}

.node-full-view .node-subheader {
  	background: #B21F88 url("images/subheader-bg.png") repeat-x center left;
	background-color: #f7b74f;
	border:1px solid #f6ac32;
	padding: 5px;
}
.node-full-view .node-subheader a {
	color: #000;
	font-weight: bold;
}
.node-full-view .node-subheader a:hover {
	color: #fff;
}
.node-full-view .node .submitted {
  color: #000;
  margin: 0; 
  padding: 0;
}
.node-full-view .node .content {
  clear: both;
  margin: 1em 0 0.5em 0;
}
.node .taxonomy {
  font-size: 0.9em;
}
.node-full-view .node .taxonomy {
  margin: 0; 
  padding: 0;
}
.node-full-view .node .taxonomy li {
  padding: 1px 5px;
}
.node-full-view .node .actions ul li {
  margin: 0;
  padding: 0;
  padding-right: 8px;
}
.node .actions {
  text-align: right;
}
/* Node Teaser */
#content-area .node-teaser { 
  /*background: url("images/skyblue.jpg") repeat-x left top; */
	background-color: #dddddd;
	font-size: 11px;
  margin: 0 0 15px;
  padding: 0;
  border: none;
  overflow: hidden;
}
#content-area .node-teaser .node-inner-0 { 
  /*background: url("images/teaser-tl.png") no-repeat left top;  */
	border:1px solid #ccc;
  margin: 0;
  padding: 10px 0 0;
  overflow: hidden;
}
#content-area .node-teaser .node-inner-1 { 
  /*background: url("images/teaser-bl.png") no-repeat left bottom; */
  margin: 0;
  padding: 0 0 0 10px;
  overflow: hidden;
}
#content-area .node-teaser .node-inner-2 { 
  /*background: url("images/teaser-br.png") no-repeat right bottom; */
  margin: 0;
  padding: 0 10px 10px 0;
  overflow: hidden;
}
/* Add padding and margin to node elements */
#content-area .node-teaser h2.title       { margin: 5px 10px; padding: 0 0 3px 0; }
#content-area .node-teaser .submitted     { margin: 0 10px; padding: 0; }
#content-area .node-teaser .taxonomy      { margin: 0 10px; padding: 0; }
#content-area .node-teaser .content       { margin: 10px; padding: 0; }
#content-area .node-teaser .actions ul li { margin: 0 10px 0 0; padding: 0; }
/* sticky node-teaser */
#content-area .node-teaser.sticky {
  padding: 0;
  margin: 0 0 15px 0;
  background: url("images/sticky-tile.png") repeat;
}
#content-area .node-teaser.sticky .node-inner-0 {
  padding: 0;
  margin: 0;
  background: url("images/sticky-tl.png") no-repeat left top;
}
#content-area .node-teaser.sticky .node-inner-1 {
  padding: 0;
  margin: 0;
  background: url("images/sticky-tr.png") no-repeat right top;
}
#content-area .node-teaser.sticky .node-inner-2 {
  padding: 0;
  margin: 0;
  background: url("images/sticky-bl.png") no-repeat bottom left;
}
#content-area .node-teaser.sticky .node-inner-3 {
  padding: 0;
  margin: 0;
  background: url("images/sticky-br.png") no-repeat bottom right;
}
/* Over ride padding and margin for stickty node elements */
#content-area .node-teaser.sticky h2.title       { margin: 0 20px 5px; padding: 10px 0 3px 0; }
#content-area .node-teaser.sticky .submitted     { margin: 0 20px; padding: 0; }
#content-area .node-teaser.sticky .taxonomy      { margin: 0 20px; padding: 0; }
#content-area .node-teaser.sticky .content       { margin: 10px 20px; padding: 0; }
#content-area .node-teaser.sticky .actions       { margin: 0 10px; padding: 0 0 10px; }
#content-area .node-teaser.sticky .actions ul li { margin: 0 10px 10px 0; padding: 0; }
/*-------------------------------------------------------------------*/
/*                              Comments                             */
/*-------------------------------------------------------------------*/
.comment {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0 0 10px 0;
}
.comment h3.title {
}
.comment .title a {
  font-size: 1.2em;
  font-weight: bold;
}
.comment .new {
  padding-right: 10px;
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
  float: right;
  color: red;
}
.comment .picture {
  border: none;
  float: left;
  margin: 15px 0 0 20px;
}
.comment .comment-id {
  font-size: 16px;
  font-weight: bold;
  padding-right: 10px;
}
.comment .submitted {
  color: #666;
  font-size: 11px;
}
.comment div.links {
  text-align: right;
}
#comments .odd {
  padding: 0;
  margin: 0;
  background: url("images/sticky-tile.png") repeat;
}
#comments .odd .comment-inner-0 {
  padding: 0;
  margin: 0;
  background: url("images/sticky-tl.png") no-repeat left top;
}
#comments .odd .comment-inner-1 {
  padding: 0;
  margin: 0;
  background: url("images/sticky-tr.png") no-repeat right top;
}
#comments .odd .comment-inner-2 {
  padding: 0;
  margin: 0;
  background: url("images/sticky-bl.png") no-repeat bottom left;
}
#comments .odd .comment-inner-3 {
  padding: 0;
  margin: 0;
  background: url("images/sticky-br.png") no-repeat bottom right;
}
/* Over ride padding and margin for comment elements */
.comment h3.title     { margin: 0 20px 5px; padding: 10px 0 3px 0; }
.comment .submitted   { margin: 0 20px; padding: 0; }
.comment .content     { margin: 10px 20px; padding: 0; }
.comment .content.with-picture { margin-left: 115px; }
.comment div.links       { margin: 0; padding: 0 0 10px; }
.comment div.links ul li { margin: 0 20px 10px 20px; padding: 0; }
/*-------------------------------------------------------------------*/
/*                            Aggregator                             */
/*-------------------------------------------------------------------*/
#aggregator .feed-source {
  background-color: #EEE;
  border: 1px solid #CCC;
  padding: 1em;
  margin: 1em 0;
}
#aggregator .news-item .categories, 
#aggregator .source, 
#aggregator .age {
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
/*-------------------------------------------------------------------*/
/*                               Forum                               */
/*-------------------------------------------------------------------*/
#forum {
  margin: 15px 0;
}
#forum td.container {
  background: #DDD;
}
#forum thead, 
#forum tbody {
  border: solid 0 #FFF;
}
td.icon {
  text-align: center;
}
#forum td.forum {
}
#forum td.last-reply {
  background: none;
}
#forum .name a {
}
#forum .description {
}
.block-forum h3 {
  margin-bottom: .5em;
}
div.forum-topic-navigation a.topic-next {
  text-align: right;
}
div.forum-topic-navigation a.topic-previous {
  text-align: left;
}
/*-------------------------------------------------------------------*/
/*                              Profile                              */
/*-------------------------------------------------------------------*/
#profile .profile {
  clear: both;
  border: 1px solid #AAA;
  padding: .5em;
  margin: 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
/*-------------------------------------------------------------------*/
/*                             Administer                            */
/*-------------------------------------------------------------------*/
div.admin, div.admin .left, div.admin .right {
  margin: 0;
  padding: 5px;
  overflow: hidden;
}
div.admin-panel {
  margin-bottom: 15px;
  background: #fdeaf7;
}
div.admin-panel a {
  font-weight: normal;
  overflow: hidden;
}
div.admin-panel .description {
}
div.admin-panel .body {
  font-size: 11px;
}
div.admin-panel h3 {
  padding: 5px 8px 5px;
  margin: 0;
  background: #0089dc;
  color: #FFF;
}
div.help {
  margin: 0;
  padding: 2px 5px;
  margin-top: 5px;
}
/*-------------------------------------------------------------------*/
/*                                Pager                              */
/*-------------------------------------------------------------------*/
div.item-list ul.pager li {
}
ul.pager {
  padding: 5px 0;
  margin: 0;
}
ul.pager li a, 
ul.pager li a:visited, 
ul.pager li a:active, 
ul.pager li a:hover {
  font-weight: bold;
}
div.item-list ul.pager li.pager-current {
/*  background: #EB5AC3;*/
	padding: 3px;
}
.pager a {
/*  background: #F9CBED;*/
	padding: 3px;
}
.pager a:hover {
  /*background: #D9ABCD;*/
	padding: 3px;
}
/*-------------------------------------------------------------------*/
/*                                Tabs                               */
/*-------------------------------------------------------------------*/
.tabs {
  font-size: 12px;
}
.tabs a {
  font-weight: normal;
  line-height: 2.2em;
}
.tabs ul {
  padding-left: 5px;
  border-bottom: solid 0px #FFF;
  margin-bottom: 10px;
}
.tabs ul li {
}
.tabs ul li a {
  margin: 0;
  padding: 4px 10px;
  background: #FFF;
  border: solid 1px #EEE;
}
.tabs ul li a:hover {
  text-decoration: underline;
  background: #CCC;
  border: solid 1px #AAA;
}
.tabs ul li a.active, .tabs ul li.active a {
  color: #FFF;
  /*background: url("images/bg-bar-lite.png") repeat-x center center;*/
	background-color: #ea8929;
  border: solid 1px #d45d35;
}
.tabs ul li a.active:hover {
  text-decoration: underline;
  background: url("images/bg-bar.png") repeat-x center center;
  border: solid 1px #EB5AC3;
}
ul.secondary {
}
ul.secondary li {
  font-size: 11px;
  border: solid 0px #FFF;
}
ul.secondary li a {
  margin: 0 2px 0 0;
  padding: 2px 4px;
  border: solid 1px #EEE;
}
/*-------------------------------------------------------------------*/
/*                      Archive Calendar Block                       */
/*-------------------------------------------------------------------*/
.sidebar .block-archive .block-content {
  padding: 10px 15px 10px 5px;
}
.sidebar .block-archive .block-content tr {
  background: none;
  border: solid 0px #FFF;
}
.sidebar .block-archive .block-content table td {
  border: solid 1px #E9BBDD;	/* a bit darker than block background */
  padding: 1px 2px;
  text-align: center;
}
/*******************************************************************
* Color Module: Don't touch                                       *
*******************************************************************/
/*-------------------------------------------------------------------*/
/*                              Mission                              */
/*-------------------------------------------------------------------*/
#mission {
  margin: 0 0 15px;
  padding: 5px 5px;
  font-size: 1.1em;
  line-height: 1.25em;
  font-weight: bold;
  border-bottom: solid 1px #CCC;
}
/*-------------------------------------------------------------------*/
/*                        Book Navigation                            */
/*-------------------------------------------------------------------*/
.box {
  background: #EEE;
  padding: 5px;
  padding: 10px;
}
.box h2 {
  padding-bottom: 2px;
  border-bottom: solid 1px #AAA;
}
.book-navigation {
  padding-bottom: 5px;
}
.book-navigation ul.menu {
  padding-top: 5px;
  padding-bottom: 5px;
}
div.page-links a.page-previous,
div.page-links a.page-next {
  width: 40%;
}
div.page-links a.page-up {
  width: 19%;
}
/*-------------------------------------------------------------------*/
/*                        Image Galleries                            */
/*-------------------------------------------------------------------*/
ul.galleries li {
  border: solid 1px #AAA;
  background: #FFF;
}
ul.galleries li h3 a {
  font-size: 1.1em;
  font-weight: bold;
}
ul.images {
  border: solid 1px #AAA;
  overflow: hidden;
}
ul.images li {
  text-align: center;
}
ul.images li h3 {
}
/*-------------------------------------------------------------------*/
/*                              Others                               */
/*-------------------------------------------------------------------*/
button, .pushbutton, .form-submit {
  margin-bottom: 1px;
  cursor: pointer;
  padding: 2px 10px;
  color: #666;
  font-weight: normal;
  font-size: 12px;
  border: solid 1px #888;
  background: #fff url("images/button.gif") repeat-x center;
}
button:hover, .pushbutton:hover, .form-submit:hover {
  color: #000;
  border: solid 1px #666;
  background: #fff url("images/button-o.gif") repeat-x center;
}
/*-------------------------------------------------------------------*/
/*                          Misc for Contents                        */
/*-------------------------------------------------------------------*/
/* Uncomment to support wrapping on pre elements.
   The commented styles do not validate */
pre {
  /* white-space: pre-wrap;       css-3 */
  /* white-space: -moz-pre-wrap;  Mozilla, since 1999 */
  /* white-space: -pre-wrap;      Opera 4-6 */
  /* white-space: -o-pre-wrap;    Opera 7 */
  /* word-wrap  : break-word;     Internet Explorer 5.5+ */
  line-height: 1.5em;
	color: #000;
	font-family: "Lucida Console", Monaco, "Courier New", Courier, monospace;
}
/*-------------------------------------------------------------------*/
/*                              Messages                             */
/*-------------------------------------------------------------------*/
div.messages {
  font-weight: bold;
  margin-bottom: 1.5em;
  padding: 10px 10px 10px 52px;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.status {
  color: #264409;
  background: #E6EFC2 url("images/large-info.png") no-repeat 12px center;
  border: 1px solid #C6D880;
	padding: 5px 10px;
}
div.error { 
  background: #FBE3E4 url("images/large-stop.png") no-repeat 12px center; 
}
div.notice { 
  color: #514721; 
  background: #FFF6BF url("images/large-info.png") no-repeat 12px center; 
  border-color: #FFD324; 
}
.error a    { color: #8a1f11; text-decoration: underline; }
.notice a   { color: #514721; text-decoration: underline; }
.success a  { color: #264409; text-decoration: underline; }

span.admin-disabled {
  color: #DC1000;
}
div.messages.success {
  color: #55872E;
  background: #F1F8EB;
  border: 1px solid #7AC142; 
}
div.messages ul {
  margin-bottom: 0;
}
div.node h4.unpublished,
div.comment h4.unpublished {
  font: bold 2em Arial, Helvetica, sans-serif;
  text-align: left;
  color: #FFCCCC;
	background: #FFF4F4 url("images/large-alert.png") no-repeat 12px center;
  padding: 5px 0 5px 52px;
	margin: 5px 0;
	border: none;
}
/*-------------------------------------------------------------------*/
/*                          Custom icon 							*/
/*-------------------------------------------------------------------*/
.homeproject-block-list a, 
.homeproject-title a, 
.myhome-project-title a {
	/*background: url("images/bullet_wrench.png") no-repeat center left;*/
	padding-left: 20px;
}
.add_quote a {
	/*background: url("images/money_add.png") no-repeat 4px; */
	padding-left: 24px !important;
}
.myhome-contractors-title ,
.myhome-block-contractors-title a {
	/*background: url("images/vcard.png") no-repeat center left;*/
	padding-left: 22px;
}


/*-------------------------------------------------------------------*/
/*                         Front Page Top Section 							*/
/*-------------------------------------------------------------------*/

/*CONTAINERS*/
.frontheader #wrap_front{position:relative;width:980px;margin:0 auto;text-align:left; background-color:#000}
.frontheader #feature_front{width:963px; margin:0 auto; background:url(images/feature_bg.jpg) 0px 32px  no-repeat; height:268px}
.frontheader #feature_content{width:400px; background-color:#06C}
.frontheader .feature_left{float:left; width:400px;}

.frontheader .tabbed_text{ z-index:10; float:right; color:#FFF; text-align:left; width:600px; padding:2px 0 0 0}
.frontheader .tabbed_text a {color:#999}
/*DUMMY STYLES FOR DEV ONLY*/
.frontheader #dummy_top{width:963px; height:100px; margin:0 auto}
.frontheader #dummy_content{width:963px; height:500px; margin:0 auto}

.frontheader #nav_tabs{ float:left}


/*IMAGE BLOCKS FOR FEATURE*/
.feature_image_text{margin:12px 0 0 1px}
.feature_center_front{position: absolute; left: 534px; top: 32px; width:285px; text-align:left; background:url(images/love_text.png) 0px 24px no-repeat; padding:135px 0 0 0}
.feature_right	{position: absolute; left: 806px; top: 28px; width:150px; text-align:right; padding:5px 4px 0 0; height:250px}




/*FEATURE TEXT STYLES*/
.frontheader .feature_large{ font-family:Georgia, "Times New Roman", Times, serif; font-size:24px; text-align:left ; color:#FFF;font-weight:700; padding:15px 0}

/*HELPERS*/
.frontheader .clear{clear:both}

/*SIGN UP BUTTON*/
.frontheader .btn_signup{padding:0px 0 0 0; background:url(images/sign_up_btn.png) top left no-repeat; width:265px; height:50px; text-align:center;font-family:Georgia, "Times New Roman", Times, serif; font-size:18px;}

.btn_signup:hover{ background-position:0px -58px}
.frontheader a {color:#000;text-decoration:none}
.frontheader a:link{color:#fff}
.frontheader a:hover{}
.frontheader .read_more{font-size:small; color:#FFF}
.frontheader a.read_more {color:#FFF}


/*-------------------------------------------------------------------*/
/*                        Goolge adsense 				*/
/*-------------------------------------------------------------------*/

.googletopadstrip1_front{
padding:1px;
padding-left:32px;
position: absolute; left: 24px; top: 0px;
}

.googletopadstrip1_inner{
padding:1px;
padding-left:-32px;
position: absolute; left: -2400px; top: 0px;
}

/*-------------------------------------------------------------------*/
/*                        Login links							*/
/*-------------------------------------------------------------------*/






#top_links{
width:1000px;
margin-left:auto;
margin-right:auto;
height:28px;

}
.loginlink{
color:#fff;
background:#333333;
padding:1px;
padding-right:32px;
}
.loginlink a{
color:#fff;
}




#top_links_inner{
width:1000px;
margin-left:auto;
margin-right:auto;
height:28px;

/*position: absolute; left: -1534px; top: 32px;  !Anil  */
}
.loginlink_inner{
color:#fff;
background:#333333;
padding:1px;
padding-right:32px;
/*position: absolute; left: 964px; top: 0px;  !Anil  */
position: absolute; left: -1534px; top: 32px;
}
.loginlink_inner a{
color:#fff;
}

/*-------------------------------------------------------------------*/
/*                          Added 110209                             */
/*-------------------------------------------------------------------*/




#topright-menu-link {
	float: right;
}
#topright-menu-link ul.nice-menu li {
	background-color: transparent !important;
	border: none;
	font-size: 11px;
}
#topright-menu-link ul.nice-menu li a:hover {
	color: white;
}


/*-------------------------------------------------------------------*/
/*                          Search Box 110409                             */
/*-------------------------------------------------------------------*/



#search-box #search-theme-form .form-text{
width:258px;
height:17px;
border:1px solid #fff;
background:#333333;
color:#fff;
float:left;
margin-right:5px;
}
#search-box #search-theme-form .form-submit{
margin:0px;
padding:-1px;
width:23px;
height:23px;
border:0px;
background:url(images/search_submit.png) no-repeat;
font-size:0px;
color:#808080;
}



/*-------------------------------------------------------------------*/
/*                          tabs-next                            */
/*-------------------------------------------------------------------*/

#tabs-tabset-1-next-button-1 .tabs-nav-next{
margin-bottom:500px !important;
font-size:20px !important;
}

#tabs-tabset-1-next-button-2 .tabs-nav-next{
margin-bottom:500px !important;
font-size:20px !important;
}

#tabs-tabset-1-next-button-3 .tabs-nav-next{
margin-bottom:500px !important;
font-size:20px !important;
}

#tabs-tabset-1-next-button-4 .tabs-nav-next{
margin-bottom:500px !important;
font-size:20px !important;
}

#tabs-tabset-1-next-button-5 .tabs-nav-next{
margin-bottom:500px !important;
font-size:20px !important;
}



/*-----------------------------------------------------------------*/
/*                     Twitter  (on blog)                          */
/*-----------------------------------------------------------------*/
.node-type-blog .title{
float:left;
width:375px;
}


/* get rid of blue line  around image */
a img {
	border: none;
}


#block-quicktabs-1 .block-title{
font-size:17px;
font-weight:lighter;
color:#fff;
background:url(images/h2_ul_bg.jpg) repeat-x top left;
width:160px;
padding-left:10px;
height:35px;
padding-top:8px;
float:left;
}
#block-quicktabs-1 ul.quicktabs_tabs{
width:450px;
height:43px;
background:url(images/h2_ul_bg.jpg) repeat-x top left;
float:right;
margin-top:-20px;
}
#block-quicktabs-1 ul.quicktabs_tabs li{
float:right;
margin-left:10px;
margin-top:6px;
}
#block-quicktabs-1 ul.quicktabs_tabs li a{
display:block;
background:url(images/quick_tab_hover.jpg) no-repeat;
width:135px;
height:27px;
padding-top:10px;
text-align:center;
font-size:12px;
text-decoration:none;
color:#fff;
}
#block-quicktabs-1 ul.quicktabs_tabs li a:hover,
#block-quicktabs-1 ul.quicktabs_tabs li.active a{
background:#fff url(images/quick_tab_active.jpg) no-repeat;
color:#363636;
}

/* Blog Image field */
.field-field-blog-image{
overflow:hidden;
}


/*  Added by Anil */
/*  -------------------------   top nav  -------------------------   */
#menu ul li a {
	font-size: 15px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
#menu ul li {
	float: left;
	margin-left: 20px;
	text-align: center;
}

/*  -------------------------   sub nav  -------------------------   */

#menu ul li.first {
	margin-left: 120px;
}
/*  -------------------------   search  -------------------------   */

 #tattoo-search {
	background-image: url(/sites/all/themes/kbase/frimages/search-bg-new.png);
	float: left;
	clear:both;
	height: 27px;
	width: 180px;
	padding:0;
}
#tattoo-search #search-theme-form .form-text {
	background-color: #363636;
	color: #FFF;
	border: none;
	width: 145px;
	text-align:left;
	float:left;
	margin-left:5px;
	padding-top:5px;
	display:block;
}
#tattoo-search #search-theme-form .form-submit {
	float:right;
	margin-top:6px;
	height: 15px;
	width: 16px;
	border:0px;
	background:url(/sites/all/themes/kbase/frimages/search-button-new.png) no-repeat;
	font-size:0px;
	overflow:hidden;
}


#footer{
overflow:hidden;
}
.footerblock {
	float: left;
	padding:20px 2px 20px 20px; 
	_padding:20px 0px 20px 20px; 
	margin: 0px;
}
#footer #social {
	margin-left:10px;
	margin-top:20px;
}
#facebook, #twitter, #flickr, #digg, #rss{
margin-bottom: 5px;
height: 30px;
padding-top: 20px;
}

#social {
	float: left;
}

#footer #sitemap ul {
	float: left;
	clear: none;
	width: 100px;
	margin-right: 10px;
}
#footer h4 {
font-size:14px;
font-weight:bold;
	margin-bottom:20px;
}
#footer ul li{
font-size:11px;
margin-bottom:10px;
background:url(/sites/all/themes/kbase/frimages/bullet-bg.png) no-repeat left;
line-height:15px;
padding-left:7px;
}
#footer ul li a{
text-decoration:none;
}
#footer ul li a:hover{
text-decoration:none;
}
#footer #footer-ad{
	background-color: #171717;
	float: left;
	margin-top:40px;
}

#content_ad_banner{
padding:5px;
padding-left:125px;
margin-bottom:7px;
border-bottom:1px solid #bbbbbb;
}


/* 03-18-2010 Anil For Image Content type Listing page  */
.tattoo-design-detail{
float:left;
width:155px;
height:222px;
padding:10px 2px 0px 2px;
margin:4px;
overflow:hidden;
border:solid 3px #ffffff;
}
.tattoo-design-detail:hover{
float:left;
width:155px;
height:222px;
padding:10px 2px 0px 2px;
margin:4px;
overflow:hidden;
background:#333333;
border:solid 3px #0b3e6f;
-moz-border-radius:7px;
}
.tattoo-design-detail:hover a, .tattoo-design-detail:hover{
color:#ffffff;
}

/* End 03-18-2010 Anil For Image Content type Listing page  */




/* -------------------------------------- product decoration Added by Anil -  03-23-2010 -------------------------- */

.view-taxonomy-term{
	background:#ffffff;
	height:auto;
	margin-top:30px;
	text-align:center;
	overflow:hidden;
}
.view-taxonomy-term .node-type-product{	
	padding:5px;
	width:160px;
	height:175px;
	font-size:11px;
	float:left;
	overflow:hidden;
	margin-right:7px !important;
	margin-top:7px;
	border:solid 3px #0b3e6f;
	-moz-border-radius:7px;
}
.view-taxonomy-term .node-type-product:hover{	
	padding:5px;
	width:160px;
	height:175px;
	font-size:11px;
	float:left;
	overflow:hidden;
	margin-right:7px !important;
	margin-top:7px;
	border:solid 3px #f7b64a;
	-moz-border-radius:7px;
}
.view-taxonomy-term .teaser-image{
	text-align:center;
	vertical-align:middle;
	margin-bottom:3px;
	margin-top:0px;
}



.node-type-product .details {
  padding: 4px;
  position: relative;
}
.node-type-product .details .bigimg {
  text-align: center;
}

.node-type-product .details .bigimg a {
  text-decoration: none;
}

.node-type-product .details .thumbimg {
  float: left; padding:3px; margin: 8px;
	border:solid 2px #0b3e6f;

}
.node-type-product .col1 {
  float: left;
  width: 250px;
}
.node-type-product .col2 {
  float: right;
  width: 430px;
/*  padding-bottom:100px;*/
/*width: 240px;*/
}

.rrp, .availability, .sku{
	margin-bottom:8px;
}

.price{
	font-weight:bold;
	color:#000000;
	font-size:12px;
}
.price-was {
  text-decoration: line-through;
  color: #000000;
  margin-left: 5px;
}
.price-red {
  color: #990000;
  font-weight: bold;
  font-size:1.1em;
}
.col2 .price-red {
  font-size: 1.4em;
}

input.node-add-to-cart {
  border: 0px solid white;
  background: transparent url(/sites/all/themes/kbase/images/but_add_item_product.gif) top left no-repeat;
  width: 125px;
  height: 29px;
  font-size:0px;
}
input.node-add-to-cart:hover {
border: 0px solid white;
  background: transparent url(/sites/all/themes/kbase/images/but_add_item_product.gif) top left no-repeat;
}

#relatedproduct{
overflow:hidden;
padding:5px;
}
#relatedproduct .related-pr-title{
font-weight:bold;
font-size:15px;
}
#relatedproduct .related-product{
float:left;
width:60px;
padding:5px;
text-align:center;
}
#relatedproduct .related-product img{
border:solid 2px #0b3e6f;
}

/* Default title remove on product page */
#content-header h1.product{
display:none;
}

/* ---- thick box design ---*/

#TB_window{
position:absolute;
}
#TB_window{
border:5px solid #525252;
}
#TB_window #TB_caption{
font-weight:bold;
color:#11253d;
width:100%;
+width:auto;
height:15px;
padding:7px 30px 10px 20px;
}
#TB_window #TB_secondLine{
font-size:0px;
color:#fff;
text-align:center;
position:absolute;
bottom:10px;
+width:auto !important;
}

#TB_window #TB_secondLine #TB_prev a{
color:#fff;
background:url(/sites/all/themes/kbase/images/previousbutton.jpg) no-repeat top left;
width:24px;
height:22px;
margin-right:10px;
display:inline-block;
}

#TB_window #TB_secondLine #TB_next a{
color:#fff;
background:url(/sites/all/themes/kbase/images/nextbutton.jpg) no-repeat top left;
width:24px;
height:22px;
display:inline-block;
}

#TB_closeWindow{
font-size:0px;
color:#fff;
width:26px;
height:26px;
text-align:right;
padding: 0 15px 10px 0;
}

#TB_closeWindow a{
color:#fff;
background:url(/sites/all/themes/kbase/images/closebutton.jpg) no-repeat top right;
width:26px;
height:26px;
display:inline-block;
}
/* ---- end thick box design ---*/
.taxonomy-banner-906 img {
margin-top:-4px;
width:695px;
}
.taxonomy-title-906{
display:none;
}


/*  http://www.tattoo.com/sphoto/view/476/896  ********   ON sphoto page privious next button css     */
#album-display #album-nav-info{
width:510px;
}
#album-display #album-nav{
width:190px;
}
#album-display #album-nav #album-nav-previous a{
float:left;
width:87px;
height:23px;
font-size:0px;
background: url("/images/tattoo-designs-back.png") no-repeat bottom left;
}
#album-display #album-nav #album-nav-next a{
float:left;
width:87px;
height:23px;
font-size:0px;
background: url("/images/tattoo-designs-next.png") no-repeat bottom left;
}

#sphoto-image-anno-adsense{
float:left;
padding:5px;
width:333px;
}
#sphoto-image-anno-image {
float:left;
padding:5px;
width:333px;
}



#uc-cart-checkout-form .form-submit {
  margin-bottom: 1px;
  cursor: pointer;
  padding: 2px 10px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  border: solid 1px #888;
  background: #b40e12;
}
