/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
   TEMPLATE NAME: 	SimpleBlog 1.0
	TEMPLATE CODE: 	S-0007
   VERSION:          1.0          	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

#confirmBox {
position:absolute;
width:30em;
height:20em;
left: 50px;
top: 300px;
font: normal 100%/1.5em Verdana, Tahoma, Verdana, sans-serif;
z-index:1;
visibility:hidden;
background: #30899F;
color:white;
color:white;
border:solid 2px #00646A;
text-align:center;
margin: 0 auto;

}
/* Top Elements */
* { margin: 0; padding: 0; }
html{
 height: 100%;
}
body {
	background: #FFF;
	font: normal 70%/1.5em Verdana, Tahoma, Verdana, sans-serif;
	color: #333; 
	
}
/* links */
a {
	background: inherit;
	text-decoration: none;
	color: #667F99;	
}
a:hover {
	background: inherit;
	color: #996800; 
}
/* headers */
h1, h2, h3 {
	font-family: Verdana, Tahoma, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 		
}
h1 { font-size: 120%; }
h2 { font-size: 110%; text-transform: uppercase; }
h3 { font-size: 110%; color: #007E80; }

h1, h2, h3, p {
	margin: 0;
	padding: 10px;		
}
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}



/* images */
img {
	border: 0px solid #CCC;
	
}
img.float-right {
  margin: 5px 15px 5px 10px;  
}
img.float-left {
  margin: 5px 10px 5px 0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

/* blockquote */
blockquote {
	margin: 10px;
 	padding: 0 0 0 50px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(quote.gif) no-repeat 5px 5px;    
}



/* form elements */
form {

	margin:10px; 
	padding: 0 5px 5px;
	background: #B4D7E0;
	border: 1px solid #781351;
	
	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid black;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
select {
	padding:2px;
	border:1px solid black;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:2px solid #black;
	height:100px;
	display:block;
	color:#777;
	
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #275F6C;
}
#button {
margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #275F6C;
}
/* search form */
form.search {
	padding: 0; margin: 0; 
	vertical-align: bottom;
	border: none;
	background-color: transparent;
}
form.search input.textbox { 
	margin: 0; padding: 1px;
	width: 120px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 
}
form.search input.button {
	height: 20px;
	padding: 1px 3px;
	width: 60px;
}
/* search form */
form.search2 {
	display: block;
	height:auto;
	border: 0px solid black;
	background: transparent;
	 width:469px;
}
form.search2 input{ 
display: block;
float: left;
width:100px;
margin-bottom: 10px;

}
form.search2 input.button {
	height: 20px;
	padding: 1px 3px;
	width: 30px; 
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 833px;
	background: url(bg.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
	height:100%
}
#content-wrap {
	position: relative;
	width: 91%;
	margin: 0 auto;
	padding: 0;	
	
}
/* header */
#header {
	position: relative;
	width: 833px;
	height: 100px;
	background: #FFF url(header1.jpg) no-repeat center top;
	margin: 0; padding: 0;
	font-size: 14px;
	color: #FFF;
}
#logo {
	position: absolute;
	margin: 0; padding: 0 0 0 68px;
	font: bold 42px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	
	/* change the values of top and Left to adjust the position of the logo*/
	top: 19px; left: 53px;	
}
#slogan {
	position: absolute;
	z-index: 1;
	margin: 0; padding: 0 0 0 75px;
	font: bold 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and Left to adjust the position of the slogan*/
	top: 65px; left:75px;			
}
#header #searchform {
	float: right;
	padding: 45px 40px 0 0;
	display: inline;
}
/* menu */
#menu {
	clear: both;
	width: 833px;
	height: 26px;
	background: #FFF url(http://www.churchtag.com/images/menubg.jpg) repeat-y;
	margin: 0;
	font: bolder 12px/26px Tahoma, Verdana, Arial, Sans-Serif;			
}
#menu ul{
	margin: 0; padding: 0 0 0 35px;
}
#menu ul li {
	float: left;
	list-style: none;		
}
#menu ul li a {
	display: block;
	text-decoration: none;	
	padding: 0 10px;
	background: inherit;
	color: #FFF;
}
#menu ul li a:hover {
   background: #FFF; 
	color: #333;  
}
#menu ul li#current a {	
	background: #30899F; 
	color: #FFF;	
}

/* Main */
#main {
	float: left;	
	width: 70%;
	padding: 0;	margin: 0;	
}
#main h1 {
	color: #667F99; 
	border-bottom: 1px solid #CCCCCC;
	background: #F6F6F6 url(arrow.gif) no-repeat 5px 50%;	
	padding: 3px 0 3px 20px;	
	margin: 10px 0 0 0;
}

#mainheader {
	color: #667F99; 
	border-bottom: 1px solid #CCCCCC;
	background: #F6F6F6 url(arrow.gif) no-repeat 5px 50%;	
	padding: 3px 0 3px 20px;	
	margin: 10px 0 0 0;
	font-size: 120%;
}
.mainheader {
	color: #667F99; 
	border-bottom: 1px solid #CCCCCC;
	background: #F6F6F6 url(arrow.gif) no-repeat 5px 50%;	
	padding: 3px 0 3px 20px;	
	margin: 10px 0 0 0;
	font-size: 120%;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sidebar */
#sidebar {
	float: right;
	width: 26%;
	padding: 0; margin: 0;		
}	
#sidebar h1 {
	margin: 10px 0 0 0; 
	padding: 3px 10px; 
	font: bold 120% Tahoma, Verdana, Sans-Serif;	
	color: #FFF;	
	background: #B6B8BB;	
}
.sidebarheader {
	margin: 10px 0 0 0; 
	padding: 3px 10px; 
	font: bold 120% Tahoma, Verdana, Sans-Serif;	
	color: #FFF;	
	background: #B6B8BB;	
}
#sidebar h3 {
	margin: 10px 0 0 0; 
	padding: 3px 10px; 
	font: bold 120% Tahoma, Verdana, Sans-Serif;	
	color: #FFF;	
	background: #B6B8BB;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0px 8px 0; padding: 0;
	text-decoration: none;	
}
#sidebar li.new {
	background: #B6B8BB;
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(bullet.gif) no-repeat 2px 3px ;
	padding: 2px 0 2px 25px;
	margin: 0 2px;			 
}

* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu a {
	font-weight: bold;
	padding: 2px 0; 		
	background: none;
}
#blog ul.styledlist li {
	
	padding: 2px 0 2px 5px;
	margin: 0 2px;	
	border-bottom: 1px solid #8E8E8E;	
	background: #EFF0F1;
	height: 15px;
	
}
/* footer */
#footer {
	clear: both;
	color: #66737B;
	font: normal 90% Verdana, Tahoma, sans-serif;
	background: #FFF url(footerbg.jpg) no-repeat center top;	
	width: 833px;
	height: 60px;
	text-align: center;
	padding: 8px 0 0 0;
	margin: 0 auto;	
}
#footer a { text-decoration: none; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray { color: #CCC; }
.map {
border:1px solid #004084;
 background-color:#eee;
 width:450px;
 padding:5px 5px 5px 5px;
     height: 350px;
     min-height:350px;
     align:center;
}
.box a {
border:1px solid #004084;
 background-color:#eee;
  color:#004084;
   cursor:pointer;
    width:50em;
     height: 100%;
     min-height:50px;
     float: left; 
     margin:0px 5px 5px 0;
     padding: 2px; 
     display:block;
      font-size:.9em;
      }
.box a:hover {
border:1px solid #006ab8;
 background-color:#fff;
  color:#004084;
   cursor:pointer;
   height: 100%;
   min-height:50px;
   float: left;
   margin:0px 5px 5px 0;
   padding: 2px;
   }
.box a:active {
background-color:#006ab8;
 color:#fff;
 }
.box a:focus {
background-color:#006ab8;
 color:#fff
 }
.clear_both {
clear:both; 
display:block;
}
.box_hd {
background-color:#FFFFFF;
 height:40px;
  padding:5px;
   text-align:center;
   }
.error {
color:red;
}

.alert {
border:1px solid #004084;
text-align:center;
 background-color:#FFFF99;
  color:#000000;
  margin: 2px 4px 4px 4px;
    width:45em;
    font: normal 100%/1.2em Verdana, Tahoma, Verdana, sans-serif;
     height: 100%;
     min-height:25px;
     float: left; 
     font-weight:bold;
     margin:2px 2px 2px 2px;
     padding: 2px; 
     display:block;
     
      
      }
      .contentblock {
	margin: 10px;
 	padding: 5 5 5 5px;  
   border: 1px solid #f2f2f2; 
  	background: #DEDEDE;    
}
      .linkbutton {
border:solid 2px #365B65;
background:#B4D7E0;
color:#222222;
padding:2px;
size:2px;
text-align:center;
width:75%;
font-weight:bold;
margin:auto;
}
p.float-right{
float: right;
}
.small
{
size:1px;
}

      .alertsuccess {
border:solid 1px #00A513;
background:#D1F9D6 url(http://www.churchtag.com/Sweetie/png-24/12-em-check.png) 8px 6px no-repeat;
color:#222222;
padding:4px;
text-align:center;
width:75%;
font-weight:bold;
margin:auto;
     
      
      }
      
      .membersdisplay {
border:solid 1px #B6B8BB;
/*background:#D1F9D6 url(http://www.churchtag.com/Sweetie/png-24/12-em-check.png) 8px 6px no-repeat;*/
color:#222222;
padding:10px;
padding-left:55px;
text-align:left;
width:75%;
height:22px;
font-weight:bold;
margin:auto;
     
      
      }
      .albumsdisplay {
border:solid 1px #B6B8BB;
/*background:#D1F9D6 url(http://www.churchtag.com/Sweetie/png-24/12-em-check.png) 8px 6px no-repeat;*/
color:#222222;
padding:10px;
padding-left:55px;
text-align:left;
width:75%;
height:30px;
font-weight:bold;
margin:auto;
     
      
      }
      .navigation {
      
      background: #FFFFFF url(http://www.churchtag.com/images/navigation.jpg);
      width:469px;
      height:150px;
      margin:auto;
    
      }
       .none {
      
      background: none;
    
      }
       .alertfailure {
border:solid 1px #D90000;
background:#E6AFAF url(http://www.churchtag.com/Sweetie/png-24/12-em-cross.png) 8px 6px no-repeat;
color:#222222; 
padding:4px;
text-align:center;
width:75%;
font-weight:bold;
margin:auto;
     
      
      }
      
      /* start - table 
table {
	border-collapse: collapse;
	margin: 10px 15px;	
}
th strong {
	color: #fff;
}
th {
	background: #30899F;
	height: 29px;
	padding-left: 11px;
	padding-right: 11px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	/* border-left: 1px solid #FFE1C3; 
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
	
}
tr.row-a-new{
background: #F8F8F8;
font-weight:bold;
}
tr.row-b {
	background: #EFEFEF;
}
tr.row-b-new{
background: #EFEFEF;
font-weight:bold;
}
end - table */


.rssbutton{
background-color: #ff6600;
border: 1px #ff6600 outset;
padding: 0 2px;
color: white;
text-decoration: none;
font: bold 10px Verdana;
}

.rssbutton:visited, .rssbutton:hover, .rssbutton:active{
color: white;
}

.cssbutton{
background-color: #667F99;
border: 1px #996800 outset;
padding: 0px 4px;
color: white;
text-decoration: none;
font: bold 100% Tahoma, Verdana, Arial, Sans-Serif;
}


.cssbutton:visited{
color: #FFFFFF;
}

.cssbutton:hover{
border-style: inset;
background-color: #996800;
padding: 0px 3px 0 5px; /*shift text 1px to the right and down*/
font: bold 100% Tahoma, Verdana, Arial, Sans-Serif;
color: white;
}

.cssbutton:active{
color: white;
}
.verse{
background-color: #667F99;
border: 1px #996800 outset;
padding: 0px 4px;
color: white;
text-decoration: none;
font: bold 100% Tahoma, Verdana, Arial, Sans-Serif;
}
.largebutton{
background-color: #00C312;
border: 1px #996800 outset;
padding: 0px 4px;
color: white;
text-decoration: none;
font: bold 25px Tahoma, Verdana, Arial, Sans-Serif;
}

.medbutton{
background-color: #84A5C7;
border: 1px #5A738E outset;
padding: 0px 4px;
color: white;
text-decoration: none;
font: bold 18px Tahoma, Verdana, Arial, Sans-Serif;
}


.largebutton:visited{
color: #FFFFFF;
}

.largebutton:hover{
border-style: inset;
background-color: #996800;
padding: 0px 3px 0 5px; /*shift text 1px to the right and down*/
font: bold 25px Tahoma, Verdana, Arial, Sans-Serif;
color: white;
}

.largebutton:active{
color: white;
}

/* 
================================================
autosuggest, inquisitor style
================================================
*/

div.autosuggest
{
	position: absolute;
	background-image: url(http://www.churchtag.com/img_inquisitor/as_pointer.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
}

div.autosuggest div.as_header,
div.autosuggest div.as_footer
{
	position: relative;
	height: 6px;
	padding: 0 6px;
	background-image: url(http://www.churchtag.com/img_inquisitor/ul_corner_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}
div.autosuggest div.as_footer
{
	background-image: url(http://www.churchtag.com/img_inquisitor/ul_corner_br.gif);
}

div.autosuggest div.as_header div.as_corner,
div.autosuggest div.as_footer div.as_corner
{
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	width: 6px;
	background-image: url(http://www.churchtag.com/img_inquisitor/ul_corner_tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
div.autosuggest div.as_footer div.as_corner
{
	background-image: url(http://www.churchtag.com/img_inquisitor/ul_corner_bl.gif);
}
div.autosuggest div.as_header div.as_bar,
div.autosuggest div.as_footer div.as_bar
{
	height: 6px;
	overflow: hidden;
	background-color: #333;
}


div.autosuggest ul
{
	list-style: none;
	margin: 0 0 -4px 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
}

div.autosuggest ul li
{
	color: #ccc;
	padding: 0;
	margin: 0 4px 4px;
	text-align: left;
}

div.autosuggest ul li a
{
	color: #ccc;
	display: block;
	text-decoration: none;
	background-color: transparent;
	text-shadow: #000 0px 0px 5px;
	position: relative;
	padding: 0;
	width: 100%;
}
div.autosuggest ul li a:hover
{
	background-color: #444;
}
div.autosuggest ul li.as_highlight a:hover
{
	background-color: #1B5CCD;
}

div.autosuggest ul li a span
{
	display: block;
	padding: 3px 6px;
	font-weight: bold;
}

div.autosuggest ul li a span small
{
	font-weight: normal;
	color: #999;
}

div.autosuggest ul li.as_highlight a span small
{
	color: #ccc;
}

div.autosuggest ul li.as_highlight a
{
	color: #fff;
	background-color: #1B5CCD;
	background-image: url(http://www.churchtag.com/img_inquisitor/hl_corner_br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.autosuggest ul li.as_highlight a span
{
	background-image: url(http://www.churchtag.com/img_inquisitor/hl_corner_bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr
{
	background-image: transparent;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}
div.autosuggest ul li a .tr
{
	right: 0;
}

div.autosuggest ul li.as_highlight a .tl
{
	left: 0;
	background-image: url(http://www.churchtag.com/img_inquisitor/hl_corner_tl.gif);
	background-position: bottom left;
}

div.autosuggest ul li.as_highlight a .tr
{
	right: 0;
	background-image: url(http://www.churchtag.com/img_inquisitor/hl_corner_tr.gif);
	background-position: bottom right;
}



div.autosuggest ul li.as_warning
{
	font-weight: bold;
	text-align: center;
}

div.autosuggest ul em
{
	font-style: normal;
	color: #6EADE7;
}

#content-explorer {
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
	}
	#content-explorer ul {
		padding: 0px 0px 0;
		list-style: none;
		max-width: 1000px;
		/*background: url(http://www.churchtag.com/images/menu_bg.gif) bottom repeat-x;*/
		height: 25px;
		}
		#content-explorer ul li {
			float: left;
			background: url(http://www.churchtag.com/images/right.gif) right top no-repeat;
			text-align: center;
			overflow: hidden;
			margin-left: 5px;
			}
			#content-explorer ul li a {
				display: block;
				background: url(http://www.churchtag.com/images/left.gif) left top no-repeat;
				padding: 10px 20px 6px 20px;
				font-weight: bold;
				color: #999;
			}
			#content-explorer ul li a:hover {
				color: #990000;
			}
			#content-explorer ul li.selected {
				background: url(http://www.churchtag.com/images/right_cur.gif) right top no-repeat;
			}
			#content-explorer ul li.selected a {
				background: url(http://www.churchtag.com/images/left_cur.gif) left top no-repeat;
				padding-bottom: 8px;
				color: #990000;
			}
div.yui-content {
	overflow: auto;
	border-bottom: 2px solid black;
	border-right: 2px solid black;
	border-left: 2px solid black;
	border-top: 2px solid black;
	padding: 0px;
}


#chatinnerright {

background-color: #FAFAFA;
border: 2px black solid;
width:125px;
height:175px;
overflow:auto;
height:200px;
z-index:100;
}
#chattop{
position:relative;
top:0px;
height:10%;
z-index:100;
}

#chatinput
{

border:0px;
width:225px;
	margin:0px; padding: 0 0px;
	border: 1px solid FFFFFF; 
	background-color: FFFFFF; 
	z-index:100;
}
#chatfooter{
position:fixed;
  bottom:0;
  left:0;
  width:100%;
  height:20px;
background-color:#30899F;
border:1px solid;
padding-left:325px;
color:white;
font-weight:bold;
z-index:100;
}



.divpop {
width:675px;
position:absolute;
left:50%;
margin-left:-335px; 
border:25px solid #30899F;
background: #B4D7E0;



}
.divpopnew {
width:500px;
height:400px;
border:25px solid #30899F;
background: #B4D7E0;
overflow:auto;
}	
.divpop1 {
width:675px;
position:absolute;
left:50%;
margin-left:-335px; 
border:25px solid #30899F;
background: #B4D7E0;
}

.calendar {
position:absolute;
overflow:auto;
bottom:0px;
top:0px;
border:25px solid #30899F;
background: #B4D7E0;
margin-left: auto;
margin-right: auto;
width:675px;
height:400px;
}

#breadcrumb{
color:#9C9C9C;
padding: 5 0 0 5px;

}
.loading
{
border:0px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


.basictab{
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 1px solid gray;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #30899F;
border-bottom: none;
background-color: #B4D7E0;
color: #2d2b2b;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover{
background-color: #FFFFFF;
color: black;
}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #FFFFFF;
color: black;
}

.memberstab ul {
list-style-type: none;
margin: 0;
padding: 0;
/*width: 185px; /*WIDTH OF MAIN MENU ITEMS*/
margin-left: 1em;
}

.memberstab li {
background-image: none;
background-repeat: no-repeat;
background-position: 0.4em;
padding-left: .6em;

}

div.img
{
  margin: 5px;
  border: 1px solid #30899F;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}
div.img a:hover img {border: 1px solid #30899F;}
div.desc
{
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
}
div.current-picture 
{

  
  border: 3px solid #30899F;
	margin:0px auto;
	text-align:center;
	padding:0px;
	background-color:#eee;

  
  
}

div.pagination {
	padding: 50px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #000099;
		
		font-weight: bold;
		background-color: #000099;
		color: #FFF;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #DDD;
	}
	
	
#dropinboxv2cover{
width: 320px; /*change width to desired */
/*height: 300px;  change height to desired. REMOVE if you wish box to be content's natural height */
position:absolute; /*Don't change below 4 rules*/
z-index: 100;
overflow:hidden;
visibility: hidden;
}

#dropinboxv2{
width: 300px; /*change width to above width-20. */
/*height: 200px; change height to above height-20. REMOVE if you wish box to be content's natural height*/
border: 2px solid black; /*Customize box appearance*/
background-color: lightyellow;
padding: 4px;
position:absolute; /*Don't change below 3 rules */
left: 0;
top: 0;
}
.navbox
{
position: relative;
padding-top:15px;
width: 525px;
height: 175px;
background-color: white;
border:1px solid #667F99;
}
.title{
padding-top: 20px;
padding-left: 20px;
font-size:2.0em;
font-weight:bold;
color:#667F99;
font-family: Verdana, Tahoma, 'Trebuchet MS', Sans-serif;
}
.navbox-title
{
position: absolute;
top: 10px;
left: 5px;
width: 500px;
height: 35px;
font-size:2.0em;
font-weight:bold;
}
.navbox-left
{
position: absolute;
top: 35px;
left: 5px; 
width: 270px;

}
.navbox-right
{
position: absolute;
top: 30px;
left: 260px; 
width: 275px; 

}
#hor-minimalist-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 20px;
	width: 500px;
	border-collapse: collapse;
	text-align: left;
}
h2{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 14px;
	color: #039;
}
#hor-minimalist-b th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
.fancyheader
{
font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #009;
}
.bottom-footer
{
width:800px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.highlight_word{
        background-color: yellow;
}
/* comments list */
ol.commentlist {
	margin: 12px 10px;
	padding: 0;
	border-style: solid;	
	border-color: #F0F0F0;	
	border-width: 1px 1px 0 1px;
}
.commentlist li {
	margin: 0;
	padding: 10px;
	list-style: none;
	border-bottom: 1px solid #F0F0F0; 
}
.commentlist li cite {
	display: block;
	font-style: normal;
	font-weight: bold;
	padding: 7px;	
}
.commentlist li cite img {
	float: left;
	margin-right: 10px;	
}
.commentlist li cite .comment-data {
	font-size: .8em;
	font-weight: normal;
}
.commentlist li .comment-text {
	clear: both;
	margin: 0; padding: 0;
}
.commentlist li.alt {
	background: #f8f8f8 
}
.avatar {

/* This adds the border */
padding:4px;
border:solid;
border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
border-width: 1px 2px 2px 1px;
background-color:white;
}

#question-minimalist-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 14px;
	background: #fff;
	margin: 20px;
	width: 500px;
	border-collapse: collapse;
	text-align: left;
}
#question-minimalist-b th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
.question-footer{
color: #669;
font-size: 10px;
}
#question-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #039;
	padding: 6px 8px;
}
#question-minimalist-b tbody tr:hover td
{
	color: #009;
}
span.tool {
  position: relative;   /* this is key */
  cursor: help;
}
 
span.tool span.tip {
  display: none;        /* so is this */
}

/* tooltip will display on :hover event */
 
span.tool:hover span.tip {
  display: block;
  z-index: 100;
  position: absolute;
  top: 1.6em;
  left: 0;
  width: 150px;
  padding: 3px 7px 4px 6px;
  border: 1px solid #336;
  background-color: #f7f7ee;
  font: normal 1.1em/1.3em arial, helvetica, sans-serif;
  text-align: left;
  color: #000;
}

#content span.tool::after {
  padding-left: 2px;            /* eye candy */
  content: url(/img/bubble.gif);
}

