/* CSS Document */
pink {
	margin: 0;
	padding: 0;
	color: #47493D;
	background-color: #FF6666;
	font: normal 11px Helvetica, Arial, sans-serif;
}
body {
	margin: 0;
	padding: 0;
	color: #47493D;
	background-color: #fce934;
	font: normal 11px Helvetica, Arial, sans-serif;
}



/* Links */

a:link {
	text-decoration: none;
color: #6d69a2;
}

a:visited {
	text-decoration: none;
color: #6d69a2;
}

a:hover {
	color: #575483;
}

/* Html Elements */

img {
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h1 {
	font: normal 12px Helvetica, Arial, sans-serif;
	color: #47493D;
	padding: 0px 0px 10px 0px;
	/*padding: 15px 0px;*/
}
#fh1, .fh1{
	padding: 0px 0px 15px 0px;
	/*padding: 15px 0px;*/
}

h2 {
	font: bold 11px Helvetica, Arial, sans-serif;
	color: #333333;
	padding: 10px 0px 0px 0px;
}

h3 {
	font: normal 12px Helvetica, Arial, sans-serif;
	color: #333333;
	padding: 0px 0px 5px 0px;
}

h4 {
	font: normal 13px Helvetica, Arial, sans-serif;
	color: #666666;
	padding: 0px 0px 2px 0px;
}

p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	line-height: 13px;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}



.clearer {
	clear: both;
	font-size: 0;
	height: 0;
	overflow: hidden;
	float: none;
}

/* Structure */

#container {
	margin: 0 auto;
	width: 800px;
	background-color: #fce934;
	border-left: 10px solid #fce934;
	border-right: 10px solid #fce934;
}

#header-wrapper {
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	/*

width: 100%;*/
	float: left;
	background-color: #fce934;
	padding-top: 20px;
}

#header {
	float: left;
	width: 275px;
	padding: 16px 0px 0px 0px;
}

#wrapper {
	clear: both;
	float: left;
	width: 100%;
	background-color: #fce934;
	border-bottom: 0px solid #7e7d51;
}

#sidebar-wrapper {
	float: none;
	width: 270px;
	padding: 0px;
	margin-left: 240px
}

#sidebar-wrapper img {
	padding: 5px 0px 0px 0px;
}

#sidebar-wrapper2 {
	float: right;
	width: 270px;
	padding: 0px 20px 0px 0px;
}

#sidebar {
	float: left;
	padding: 20px;
	width: 195px;
}

.gallery_info {
	position: relative;
	width: 190px;
	/*background: #888;*/
	padding: 8px 0px 0px 0px;
	margin-left: 57px;
	
}
.gallery_info p{
	margin: 0px;
	padding: 0px 0px 5px 0px;
	line-height: 10px;
	font-size: 9px;
}
.gallery_info h1 {
	color: #6d69a2;	
	font: bold 9px Helvetica, Arial, sans-serif;
padding: 0px 0px 5px 0px;
}

#footer {
	clear: both;
	text-align: left;
	padding: 10px 0 10px 20px;
	border-top: 0px solid #3c3016;
	border-bottom: 10px solid #fce934;
	/*background-color: #636958;*/
	font-size: 12px;
	color: #636958;
}

/* Header */

#header h1, #header h2 {
	padding-left: 10px;
	padding-right: 10px;
}

#header h2 {
	font-size: 12px;
	font-weight: bold;
	padding-top: 0;
}

/*START Main Content Styles*/

.heading_box {
	height: 30px;
}

.heading_box h1 {

	padding: 5px 0px 0px 20px;
}
.heading_box h2 {

	padding: 5px 0px 0px 80px;
}

.heading_box p {

	padding: 10px 0px 0px 80px;
}
.heading_box a{
	text-transform: lowercase;
	color: #47493D;
	text-decoration: none;
	
	}
	
	.heading_box #current a{
	text-transform: lowercase;
		color: #6d69a2;
	
	}

/*START Thumbs*/

.thumbnail img
{
float: left;
/*width: 55px;*/
/*border: 1px solid #999;*/
/*margin: 0px 2px 2px 5px;*/
padding: 1px 2px 2px 1px;
}
.thumb_container {
	width: 55px;
	float:left; 
	/*position:relative;*/ 
	/*margin-left:55px;*/
		margin-left: 55px !important /*Non-IE6*/;
	margin-left: 35px /*IE6*/;
}


/*ENDThumbs*/

/*START big thumbs*/

ul#split p {
	text-align: center;
	padding: 0px 12px;
	color: #000000;
	line-height: 1em;
	font-size: 11px;
}

ul#split, ul#split li {
	margin: 0px;
	padding: 0px;
}

ul#split li {
	float: left;
	padding: 10px;
	margin: 0px 25px 0px 0px;
	width: 265px;
}

ul#split, ul#split li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0pt;
	padding: 0pt;
}

ul#split h3 {
	color: #000000;
	margin: 0px;
	padding: 0px 0pt;
	text-align: center;
	text-transform: uppercase;
}

/*END big thumbs*/

/*END Main Content Styles*/

/* Horizontal Navigation START*/

#navigation {
	float: left;
	width: 510px;
	padding-top: 43px;
}

#navigation ul {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	float: left;
}

#navigation #current a {

	color: #6d69a2;
}

#navigation li a:link {
	margin: 35px 45px 0 0;
	padding: 35px 5px 5px 5px;
	color: #47493D;
	font: normal 12px Helvetica, Arial, sans-serif;
	text-decoration: none;
}

#navigation li a:visited {
	margin: 35px 45px 0 0;
	padding: 35px 5px 5px 5px;
	color: #47493D;
	font: normal 12px Helvetica, Arial, sans-serif;
	text-decoration: none;
}

#navigation li a:hover,
    #navigation li a:active {
	color:#6b699f;
}

/* Horizontal Navigation END */

/*body#bhome #navigation li#home a, 
    body#babout #navigation li#about a,
    body#bcontact #navigation li#contact a,
    body#barchives #navigation li#archives a {
	color: #FF33FF;
}*/

/*START News*/

#news p {
	padding: 5px 0px 0px 0px;
	margin: 0px;
}

#news h2 {
	background-color: #f8f8ec;
	margin-bottom: 0px;
	margin: 5px 0px 0px 0px;
	padding: 5px 5px 5px 2px;
	/
*height: 110px;*/
}

#latest #news {
	padding: 3px 0px 15px 0px;
}

/* Latest */

#latest {
	line-height: 1.5em;
	float: right;
	width: 520px;
}

#latest .entry {
	background-color: #fce934;
	float: left;
}

#latest .entry {
	padding: 3px 0px 10px 0px;
}

.entry-body a:link {
	/*border-bottom: 1px dotted #6b699f;*/
	color: #6b699f;
}

.entry-body a:visited {
	/*border-bottom: 1px dotted #f8f8ec;*/
}

#latest .entry-footer {
	padding-left: 20px;
	background: transparent url(date.png) 0 0 no-repeat;
}

#latest .entry-footer a {
	font-size: 11px;
	font-weight: bold;
}

#latest .breadcrumb {
	color: #8e8568;
	font-size: 13px;
	padding: 0px 0px;
	border-bottom: 2px solid #8e8568;
	padding-left: 14px;
	background: transparent url(images/indyc_pics/home_icon.gif) 0px 1px no-repeat;
}

#columncontent .breadcrumb {
	color: #8e8568;
	padding: 0px 0px 3px 0px;
	border-bottom: 2px solid #8e8568;
	padding-left: 0px;
	font: 12px Helvetica, Arial, sans-serif;
}

/* Column Content */

#columncontent {
	float: left;
	padding: 0px 5px 5px 5px;
}

#columncontent .entry {
	background-color: #f8f8ec;
	margin-bottom: 10px;
	margin-top: 5px;
	/*height: 110px;*/
}

#columncontent .entry p {
	padding: 0px 5px 0px 6px;
	margin: 0px;
	font: 10px Helvetica, Arial, sans-serif;
}

#columncontent .entry h3 {
	font-size: 10px;
	/*padding-left: 10px;*/
    padding: 0px;
	padding: 0;
}

.date {
	font: 9px Helvetica, Arial, sans-serif;
	padding: 0px 0px 0px 0px;
}

/*#content .entry-body, #content .entry-footer {
	padding-left: 10px;
	padding-right: 10px;
}*/

/*#content .entry-footer {
	font-size: 10px;
	color: #555555;
	padding-left: 30px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #636958;
	background: transparent url(date.png) 10px 0 no-repeat;
}*/

/* Sidebar Navigation */

#utility {
	float: left;
/*position: absolute;*/
	width: 270px;
/*height: 299px;*/
	border-top: 0px;
	display: block;
/*background: url(../images/nav_bg.jpg) no-repeat 0px 0px*/
}

#utility-two{float:left;width: 460px;	border-top: 0}



/* SECONDARY NAVIGATION - vertical navigation */


#nav-secondary #current a {

	color: #6d69a2;
}

#nav-secondary, #nav-secondary ul {
	position: static
}

#nav-secondary, #nav-secondary li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav-secondary {
	padding-top: 0;
}

#nav-secondary a {
	padding: 25px 0 25px 90px;
	color: #47493D;
	font: normal 11px/1.8 Helvetica, Arial, sans-serif;
	/*letter-spacing: .1em;*/
	display: block
}

#nav-secondary a, #nav-secondary a:link, #nav-secondary a:visited, #nav-secondary a:hover, #nav-secondary a:active {
	text-decoration: none;
	cursor: pointer
}

#nav-secondary a:link {
	color: #47493D;
}

#nav-secondary a:visited {
	color: #47493D;
}

#nav-secondary a:hover {
	color: #6d69a2;
	/*background: #51AA27 url(../images/sprites.gif) no-repeat 8px -690px*/
}

#nav-secondary li.active a:link, #nav-secondary li.active a:visited, #nav-secondary li.active a:hover, #nav-secondary li.active a:active {
	color: #FFCC33
}

#nav-secondary li {
	/*border-bottom: 1px solid #FFFFFF*/
}

#nav-secondary .icon1 {
	background: url(images/icons/Layer_1.jpg) no-repeat 8px -0px;
}
#nav-secondary .icon2 {
	background: url(images/icons/Layer_4.jpg) no-repeat 8px -0px;
}
#nav-secondary .icon3 {
	background: url(images/icons/Layer_7.jpg) no-repeat 8px -0px;
}
#nav-secondary .icon4 {
	background: url(images/icons/Layer_3.jpg) no-repeat 8px -0px;
}
#nav-secondary .icon5 {
	background: url(images/icons/Layer_8.jpg) no-repeat 8px -0px;
}
#nav-secondary .icon6 {
	background: url(images/icons/Layer_2.jpg) no-repeat 8px -0px;
}
#nav-secondary .icon7 {
	background: url(images/icons/Layer_9.jpg) no-repeat 8px -0px;
}
#nav-secondary .icon8 {
	background: url(images/icons/Layer_6.jpg) no-repeat 8px -0px;
}
#nav-secondary .icon9 {
	background: url(images/icons/neiob_icon.png) no-repeat 8px -0px;
}

#nav-secondary .icon10 {
	background: url(images/icons/hl_ico.gif) no-repeat 16px 16px;
}
#nav-secondary .icon11{
	background: url(images/icons/or_ico.jpg) no-repeat 13px 10px;
}
#nav-secondary .icon12{
	background: url(images/icons/26mother_icon.png) no-repeat 5px -0px;
}
#nav-secondary .icon13 {
    background: url(images/childrenstars/star.png) no-repeat 8px -0px;
}

#sidebar .sideblock {
	padding: 5px;
	margin: 0px 0px 0px 0px;
}

#sidebar .sideblock h3 {
	padding-left: 0px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-top: 0;
	color: black;
	font-size: 11px;
}

#sidebar .sideblock p {
	font-size: 10px;
	padding-bottom: 0;
	padding-top: 0;
	color: #030100;
	line-height: normal;
}

#sidebar .sideblock ul {
	line-height: 1.6em;
	font-weight: normal;
	font-size: 11px;
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	border-top: 2px solid #8e8568;
	margin-bottom: 0px;
	margin-top: 5px;
	padding-top: 15px;
	padding-bottom: 0px;
}

#sidebar .bycollection ul {
	padding-left: 1em;
	text-indent: 1em;
}

#sidebar #byDate ul {
	padding-left: 0em;
	text-indent: 0em;
	list-style-type: disc;
	border-top: 0px solid #8e8568;
	padding-top: 0px;
}

#nav_categories li {
	margin-left: 80px;
	padding: 15px 0px;
}

/*.entry-body ul {
	padding-left: 1em;
	text-indent: 0em;
	list-style-type: disc;
	border-top: 0px solid #8e8568;
	padding-top: 0px;
	line-height: 1em;
	font-size: 11px;
	color: #8e8568;
}*/

.entry-body li {
	padding-bottom: 5px;
}
.entry-body {
	text-align: left;
}


entry-body h3 {
	font-size: 12px;
	color: black;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#sidebar #recently ul {
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footer a:link {
	color: #7e7d51;
}

#footer a:visited {
	color: #636958;
}

#footer a:hover,
    #footer a:active {
	color: #53584a;
	border-bottom: 1px dotted #7e7d51;
}

.entrytitle_sidebar h2 {
	font: 13px Helvetica, Arial, sans-serif;
	padding: 5px;
}
/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
    
}
a.tt img{
 padding: 0px 0px 0px 0px;
    
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:25px; left:-80px;
	padding: 30px 0 0 0;
	width:200px;
	color: #993300;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
	
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(bubble.gif) no-repeat bottom;
}

#message_box {
position: absolute;
top: 0; left: 0;
z-index: 10;
background:#ffc;
padding:5px;
border:1px solid #CCCCCC;
text-align:center;
font-weight:bold;
width:99%;
}

.left{float:left}
.right{float:right}
.clear{clear:both}
.fancy{
	font-family: 'Tangerine', serif;
	font-size: 3em;
	line-height: 1em;
}

