

/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

body {
  font-size: 100%;
}



/* Top Elements */

/* --- wcl top row --- */
#wcl-topbar {
  background: #336699;
  border-top: solid 2px #fff;
  border-bottom:solid 1px #fff;
  color: #99ccff;
  padding: 3px 0 0 15px;
  height: 21px;
  font: normal small arial;	
  text-align: left;
}

#wcl-topbar a:link, #wcl-topbar a:visited {
  color: #99ccff;
  text-decoration: underline;
  font: normal small arial;
}

#wcl-topbar a:hover {
  color: #99ccff;
  text-decoration: none;
  font: normal small arial;
}

#wcl-topsearch {
  float: right;
  padding-right: 16px;
  font: small arial;	
}

#wcl-topsearch label {
  color: #fff;
  padding-right: 5px
}

#wcl-mainlinks {
  height: 49px;
  padding: 8px 0 0 14px;
}

#wcl-mainlinks h1 {
  font-family: arial,helvetica,sans-serif;
  font-size: 20px;
  color: #fff;
  margin: 0;
  letter-spacing: 1px;
  padding-top: 0px;
  text-align: left;
}

#wcl-mainlinks h1, #wcl-mainlinks h1 a, #wcl-mainlinks h1 a:hover, #wcl-mainlinks h1 a:visited, #headerimg .description {
  color: #fff;
  text-decoration: none;
}

#wcl-header ul {
  margin: 0 0 10px 7px;
  padding-left: 7px;
  font-family: arial;
  font-size: 12px;	
  font-weight: bold;	
}

#wcl-header ul#wcl-toplinks {
  font-size: 13px;
  font-weight: bold;
  margin-left: 0pt;
  padding: 0pt;
  font-family: arial,helvetica,sans-serif;
}

#wcl-toplinks li {
  list-style: none;
  margin: 0;
  display: inline;
}

#wcl-toplinks li a {
  padding: 0 26px 0 0;
  text-decoration: none;
  background: url(http://www.wcl.govt.nz/images/redev/toplinks-arrow.gif) right no-repeat;
}

#wcl-toplinks li a:link, #wcl-toplinks li a:visited, #wcl-toplinks li a:hover {
  color: #ffcc99;
}

#wcl-logo {
  float:  right;
}

#wcl-logo a img {
  border: none;
}

.wcl-searchbox {
  width: 108px;
  border: solid 1px #003366;
  font-size: 90%;
  height: 14px;
}

#wcl-header-wrapper {
  height: 69px;
  background: #fff url(http://www.wcl.govt.nz/images/redev/toprow-bg.gif) repeat-x
}

#wcl-header {
  height: 69px;
  background: url(http://www.wcl.govt.nz/images/redev/top-bg-straight.jpg) no-repeat;
}

#HM_Menu1, #HM_Menu2, #HM_Menu3, #HM_Menu3_1, #HM_Menu3_2,
#HM_Menu3_4, #HM_Menu3_5, #HM_Menu3_7, #HM_Menu3_8 {
  text-align: left;
}

form {
  margin: 0;
  padding: 0;
}
/*end wcl top bar styles*/

/*wcl footer styles*/


#wcl-footer {
  height: 49px;
  padding: 2px 0 2px 14px;
  background: #336699;
  color: #99ccff;
  font: normal small arial;
}

#wcl-apw {
  float: right;
}

#wcl-footpad {
  padding-top: 15px
}

#wcl-footer a:link {
  color: #99ccff;
  text-decoration: underline;
  font: normal small arial;
}

#wcl-footer a:visited {
  color:  #99ccff;
  text-decoration: underline;
  font: normal small arial;
}

#wcl-footer a:hover {
  color: #99ccff;
  text-decoration: none;
  font: normal small arial;
}

#wcl-apw a img {
  border: medium none;
}

/*end wcl footer styles*/

* { margin: 0; padding: 0; outline: 0 }

#content-container {
	font: 0.75em/165% Arial;
	color: #666666; 	
	margin: 0; padding: 0 0 50px 0; 
	background: #070707 url(images/shorterbgtile.gif) repeat-x;
	text-align: center;
}

/* Links */
#content-container a {
	text-decoration: none;
	color: #A56F38; 	
}
#content-container a:hover {
	background: #F0f0f0; 
	color: #000000;
}

/* Headers */
#content-container h1, #content-container h2, #content-container h3 {
	font: bold 1em/1.5em Georgia;
	color: #111111;
	padding: 15px 10px 5px 10px;
	margin: 0;
}
#content-container h1 {
	font-size: 245%;	
	font-weight: normal;
	letter-spacing: -2px;	
}
#content-container h2 {
	font-size: 180%;
	font-weight: normal;	
}
/*#content-container h3 {
	font-size: 170%;	
	font-weight: normal;	
}*/

#content-container h4 {
	font-size: 1.1em;	
	font-weight: bold;
	color: #000;
}

#content-container h5 {
	font-size: 120%;	
	font-weight: normal;	
}

#content-container h6 {
	font-size: 100%;	
	font-weight: normal;	
}

p, dl { padding: 10px; margin: 0; }


#content-container ul, #content-container ol {
	margin: 10px 20px;
	padding: 0 20px;
}
#content-container ul { list-style: none; }

dt {
  font-weight: bold;
  color: #895F30;
}
dd {
  padding-left: 25px; 
}

/* Images */
.col-one img {
	background: #fafafa;
	border: 1px solid #dcdcdc;
	margin: 3px;
	padding: 2px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #EBEBEB;
	background: #F0F0F0;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;  
   border: 1px solid #F0F0F0;
	background: #F0F0F0 url(images/quote.jpg) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;	
	color: #555;	
}

/* start - table */
#content-container table {
	border-collapse: collapse;
	margin: 15px 10px;	
}
th {
	color: #555;
	background: #E6E6E6;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;	
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;	
}
#content-container tr {
	height: 34px;	
	background: #fff;
}
#content-container td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #ECECEC;	
}	
/* end - table */

/* form elements */
#content form {
	margin: 15px 10px; padding: 5px 10px 20px 10px;
	border: 1px solid #f1f1f1; 
	background: #fdfdfd; 	
}
#content label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #895F30;
}
#content input, #content select {
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	color: #666666;
	/*background: #fff;*/  	
}
#content textarea {
	width: 350px;
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	height: 100px;
	display: block;
	color: #666666;
}
#content input, #content textarea, #content select {
	background: #fff;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4; 
}

#content input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #555;
	background: #E6E6E6;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
}

/* search form */
.searchform {
	background-color: transparent;

	border: none;	
	margin: 0; padding: 12px 0 15px 8px;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0 0 10px 0; }
.searchform input.textbox { 
	width: 115px;
	color: #666666; 
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#header-wrap {
	position: relative;
	background: #fff url(images/shorterbg.gif) no-repeat;
	margin: 0 auto;
	width: 940px;
	height: 282px;
	text-align: left;	
}
#header-photo {
	position: absolute;
	top: 67px; left: 24px;	
	padding: 0;		
	height:200px; 
	width: 890px;
	clear: both;
	/* border: 1px solid #F0F0F0; */
	background: #fff url(images/background.gif) no-repeat;
}



.category-astronomy09 #header-photo, .s-category-astronomy09 #header-photo {
  background: #fff url(images/Astronomy-banner.gif) top left no-repeat;
}

.category-nz-music-month #header-photo, .s-category-nz-music-month #header-photo {
  background: #fff url(images/nzmm.gif) top left no-repeat;
}

.tag-zines #header-photo, .s-tag-zines #header-photo {
  background: #fff url(images/zines.jpg) top left no-repeat;
}

.s-category-library-week #header-photo, .s-category-library-week #header-photo {
  background: #fff url(images/libraryweek1a.png) top left no-repeat;
}

.tag-zines #content-container h1, .tag-zines p#intro, .s-category-library-week #content-container h1, .s-category-library-week p#intro, .s-tag-zines #content-container h1, .s-tag-zines p#intro, .s-category-astronomy09 #content-container h1, .s-category-astronomy09 p#intro, .category-astronomy09 #content-container h1, .category-astronomy09 p#intro, .category-nz-music-month #content-container h1, .category-nz-music-month p#intro, .s-category-nz-music-month #content-container h1, .s-category-nz-music-month p#intro {
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
  }



#earthpeople #header-photo {
  	background: #fff url(images/earthpeople1.jpg) no-repeat;
}

#header-photo img {
	border: none;
	margin: 0; padding: 0;
} 




#header-wrap h1#logo-text a {
	position: absolute;








	margin: 0; padding: 0;
	font: normal 62px Georgia, 'Times New Roman', Times, serif;
	letter-spacing: -1.5px;
	color: #070000;
	text-decoration: none;
		
	/* change the values of top and left to adjust the position of the logo*/
	top: 114px; left: 48px;	
}
#header-wrap h1#logo-text a:hover {
	background: none;	border: none;
}
#header-wrap p#intro {
	position: absolute;
	margin: 0; padding: 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	text-transform: none;
	color: #663333;
	width: 400px;
	
	/* change the values of top and left to adjust the position */
	top: 184px; left: 60px;		
}

/* header quick search */
#header-wrap form#quick-search {
	position: absolute;
	top: 16px; right: 25px;
	padding: 0; margin: 0;
	width: 260px; height: 26px;
	background: #fff;	
	z-index: 999999;
	border: 1px solid #D8D8D8;		
}
#header-wrap form#quick-search p {
	margin: 0; padding: 0;		
}
#header-wrap form#quick-search .tbox {
	margin: 2px 0 0 4px; 
	width: 210px;
	background: none;
	border: none;
	color: #ABABAB;
}
#header-wrap form#quick-search label,
#header-wrap form#quick-search .btn {
	display: none;	
}

#content-outer {
	background: #fff;
	width: 100%;
}
#content-wrapper {
	width: 940px;
	margin: 0 auto;	
	text-align: left;
padding: 0;
overflow: auto;
	background: #fff url(images/content-bg.jpg) no-repeat;
}
#content {
	float: left;
	width: 520px;
	padding-left: 20px;	
}

#content.photo-cat {
  width: 900px;
}

dl.gallery-item {
  padding: 0;
}

.col-one {

}
.col-mid {
	float: right;
	width: 360px;
	margin: 20px 0 12px 0;
	padding-right: 10px;
position: relative;
}

.col-mid #quick-search p {
  padding: 10px 0;
}

.col-mid #quick-search input {
  width: 249px;
  padding: 4px;
}

.sidemenu li div {
  padding: 0 5px;
}

.col-two {
	float: left;
	width: 177px;
padding: 0;
	margin-top: 12px;
position: relative;
}

.col-two.search {
  width: 359px;
  background: url(images/dots.gif) repeat-x left top;
  padding-bottom: 0;
}


#content-container .col-two.search ul.sidemenu li, #content-container .col-two.search ul.sidemenu {
  background-image: none;
}

#content-container .col-two.search ul.sidemenu li {
  padding-bottom: 0;
}
.col-three {
	float: right;
	width: 177px;
	margin-top: 12px;
position: relative;
}
.col-one, .col-two, .col-three {
	padding-bottom: 20px;
}

#content .col-one h2 {
	font: normal 170% Georgia;
line-height: 1.5em;
	color: #111111;
	padding: 15px 10px 5px 10px;
	margin: 0;
}

#content .col-one h2 a {
	color: #A56F38;
	text-decoration: none;	
	background: none; 
	border: none;
}
#content .col-one h2 a:hover {
	background: #F0f0f0; 
	color: #000000; 	
}

#content .col-one .featurepost h2 {
	padding-bottom: 3px;
	font: normal 2.4em "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #000;
	letter-spacing: -2px;	
	text-transform: none;
	border-bottom: 1px solid #ebebeb;	
	margin-left: 5px;
	padding-left: 5px;
}
#content .col-one  .featurepost h2 a {
	color: #000;
	text-decoration: none;	
	background: none; 
	border: none;
}
#content .col-one .featurepost h2 a:hover {
	color: #A56F38; 	
}

#content .col-one h3 {
	font-size: 1.1em;	
	font-weight: bold;
font-family: Arial;	
color: #000;
}
}

#content .col-one ul li {
	list-style-image: url(images/bullet.gif);
}
#content-wrapper .col-mid h2, 
#content-wrapper .col-two h2, 
#content-wrapper .col-three h2 {
	color: #111;
	font: normal 1.8em "Trebuchet MS", Tahoma, Arial, sans-serif;
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 5px 0;
	margin: 15px 0 5px 0;
}

/* sidebar menu */
#content-container ul.sidemenu {
	text-align: left;
	margin: 3px 5px 3px 0px; padding: 0;
	text-decoration: none;		
	background: url(images/dots.gif) repeat-x left top;
}
#content-container ul.sidemenu li {
	list-style: none;
	background: url(images/dots.gif) repeat-x left bottom;
	padding: 2px 5px 20px;
	margin: 0;		
}

#content-container ul.sidemenu li li {
  padding: 2px 0 2px;
}
* html body #content-container ul.sidemenu li {
	height: 1%;
}
#content-container ul.sidemenu li a {


	text-decoration: none;	






















	background-image: none;	
	background-color: transparent;
	border: none;
	color: #666666;		
}
#content-container ul.sidemenu li a span {

	color: #989898;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;	




	font-size: 1em;
}
#content-container ul.sidemenu li a:hover {	
	color: #000;	
	background: none;
	border: none;
}
#content-container ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#content-container ul.sidemenu ul li { background: none; }





/* footer */
#footer-wrapper {
	clear: both;
	width: 940px;
	margin: 0 auto;
	text-align: left;
	font: normal 1em/1.6em 'Trebuchet MS', Tahoma, Sans-serif;			
}

#footer-wrapper .textwidget {
  padding: 10px 40px;
}
#footer-wrapper h2, #footer-wrapper p {
	padding-left: 0;
}
#footer-wrapper h2 {
	font: normal 1.6em/1.6em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #ABABAB;	
}
#footer-wrapper a {
	color: #fff;
	background: transparent;
}

#footer-wrapper ul.footer-list {
	list-style: none;
	padding: 0;	
	margin: 0;
color: #999;	
}
#footer-wrapper ul.footer-list li{
	margin: 0;
	padding: 0;
	margin-left: 0;
	padding-left: 0;
}

#footer-wrapper ul.footer-list li li {
	border-bottom: 1px solid #111;
}


#footer-wrapper ul.footer-list li a, #footer-wrapper ul.footer-list li li a {
	display: block;
	width: 98%;
	line-height: normal;
	font-weight: bold;
	padding: 4px 0;
	border: none;
	margin-left: 0;
	padding-left: 0;
	color: #b5b5b5;
}

#footer-wrapper ul.footer-list li#tag_cloud a {
  display: inline;
}
#footer-wrapper ul.footer-list li a span, #footer-wrapper ul.footer-list li li a span {
	color: #444;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, serif;
}

#footer-wrapper ul.footer-list li a:hover,
#footer-wrapper ul.footer-list li li a:hover,
#footer-wrapper ul.footer-list li a:hover span, 
#footer-wrapper ul.footer-list li li a:hover span {
	color: #fff;
	text-decoration: none;
background-color: transparent;	
}

#footer {
	float: left;	
	width: 100%;	
	padding: 0;				
	margin-left: 5px;	
	margin-top: 10px;
	padding-bottom: 15px;	
}
#footer-bottom {
	clear: both;
	border-top: 1px solid #111;
	width: 940px;
	margin: 0 auto;	
}

#footer-bottom .bottom-left a, #footer-bottom .bottom-right a {
	color: #999999;
	background: transparent;
}



#footer-bottom .bottom-left {
	float: left;
	padding-left: 5px;
	font-size: 95%;		
}
#footer-bottom .bottom-right {
	text-align: right;
	padding-right: 0;
	font-size: 95%;		
}

.bottom-col-one {width: 280px; float: left; }
.bottom-col-two {width: 280px; float: left; }
.bottom-col-three {width: 359px; float: left; padding-right: 20px; }

/* postmeta */
.postmeta {	
	padding: 5px; margin: 20px 10px 15px 10px;	
	font-size: 1em;	
	color: #777;
	border: 1px solid #EBEBEB;
	background: #F5F5F5;
}
.postmeta a { background: transparent; }
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding-top: 3px; margin-left: 5px; color: #bababa; }
.post-info a { color: #000; }

/* thumbnails */
p.thumbs{ padding: 12px 0 0 10px; }

.thumbs img { 
	position: relative;
	padding: 4px;
	margin: 5px;
	background: #fafafa;
   border: 1px solid #dcdcdc;	
}
.thumbs img:hover	{
	border: 1px solid #8E8E8E;
	background: #8E8E8E;	
}
.thumbs a:hover { background-color: transparent; border: none }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* clearing */
.clearer { clear: both; }
.clear { display:inline-block;}

.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 

	height:0; 
	content: "."; 
}

.clearsmall { padding-bottom: 10px; }



/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clearer { clear: both; }

.col-mid .sponsors img.ml 

{
margin-bottom : 4px; padding: 1px;  margin-right : 4px; overflow : hidden;
}
img a 
{
border : none;
}
img 
{
border : 0;


}
.clearhigh 
{
clear : both; display : block; height : 10px; overflow : hidden; margin : 0; padding : 0;
}

.clear {

	display:inline-block;
}
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 

	height:0; 
	content: "."; 

}


/* tabs */







.tab_container 
{ 
margin: 0px 10px 0 5px; padding: 0px; border: 5px solid #CCCCCC; 
}
.tab_container_in 
{ 
margin: 0px; padding: 10px 0px; border-left: 1px solid #dddddd; border-top: 1px solid #dddddd; border-right: 1px solid #cccccc; border-bottom: 1px solid #cccccc;
}
.tab_menu_container 
{ 
margin: 0px 10px 0 5px; padding: 0px 0px 0px 0px; height: 30px; background-color: #CCCCCC;
}

ul#tab_menu {
  margin: 0 20px;
}
#tab_menu li 
{
margin: 0px; padding: 5px 5px 2px 0px; font-size: 11px; line-height: normal; float: left; list-style: none; cursor: pointer; border-bottom: none;
}
#tab_menu .first 
{
padding: 5px 5px 2px 6px; 
}
#tab_menu li a, #tab_menu li a:visited 
{
margin: 0px; padding: 3px 6px 3px 6px; color: #FFFFFF; text-decoration: none; display: block;
}
#tab_menu li a:hover, #tab_menu li a.current 
{
background-color: #EEEEEE; color: #000000; text-decoration: none; 
}
.tab_content_list 
{ 
display: none;	 
}
#tab_content_tags a, #tab_content_tags a:visited 
{
color: #EEEEEE; text-decoration: none; 
}
#tab_content_tags a:hover 
{
color: #ffffff; text-decoration: none;
}
.tab_container ul 
{
list-style: none;
}

/* comment form */

#comments 
{
clear : both; background : #EEEEEE; padding : 15px;
}
#comments a, #comments a:hover 
{
text-decoration : none;
}
#comments h2 
{
margin : 0;
}
#comments dl 
{
margin : 0; padding : 0;
}
#comments dt 
{
padding : 8px 0 0 0; font-size : 1.2em; border-top : 1px dotted #99c; color : #666666;
}
#comments dt.highlighted 
{
padding : 8px; background : #fc0; border : 4px solid #fff; 
}
#comments dd.highlighted 
{
background : #fff; padding : 2px 8px;
}
#comments h3, #postComment h3 
{
padding : 0; margin : 0 0 15px 0;
}
#postComment 
{
background : #CCCCCC; padding : 15px;
}
#content #postComment label 
{
width : 320px; display : block; float : left; clear : both; margin : 5px 0 0 0;
}
#postComment input, #postComment textarea 
{
margin : 5px 0 0 0; width : 436px;
}
#postComment textarea 
{
height : 160px;
}
#postComment .button 
{
padding : 5px; clear : both; width : 100px; margin : 10px 0 0 0;
}
#comments a 
{ 
background: none; 
}
		


/*  Navigation  */

#content-container ul#nav {
	position: absolute;
	margin: 0; padding: 0;		
	width: 920px;	
	left: 10px;	top: 0px;	
}


 /*#nav {
	float: left;
	list-style: none;
	width: 920px;		
	margin: 0; padding: 0;	
	display: inline;
}*/
#nav ul li {
	float: left;
	margin: 0; padding: 0;
}

#nav li a {
  padding: 11px 11px 0 11px;
  	font: bold 13px/25px Arial, Geneva, Sans-serif;
color: #070000;
  }

/*#nav ul li a  {
	float: left;
	margin: 0;
	color: #070000;	
	padding: 11px 11px 0 11px;
	text-decoration: none;	
}*/


#nav li a:hover, 
#nav li a:active {
	color: #663333;
	background: none;
	border: none;
}
#nav li.current_page_item a, #nav li.current-cat a {	
	color: #000;	
	background: #d5d3d6 url(images/nav-current.jpg) repeat-x;
	border-bottom: 1px solid #CECECE;
}


#nav li.current_page_item li a, #nav li.current-cat li a, #nav .children li.current-cat a {
  background-image: none;
  background-color: #999;
  color: #fff;
  border-bottom: medium none;
}




#nav span.feed
{ 
padding: 0px 18px 0px 0px; background: url(images/feed.gif) no-repeat right center; 
}
		
/*Main Navbar */

	
#content-container #nav ul {
	list-style: none;
	line-height: 1em;
	padding: 0;
	margin: 0;
	}
	

#nav a, #nav a:hover {
	display: block;
	text-decoration: none;
	border:none;
	}

#nav li {
	float: left;
	/*list-style:none;*/
	}
	
	
/* Dropdown Menus */		
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 174px;
	border-bottom: 1px solid #a9a9a9;
	}
	



#nav li li {
	width: 172px;
	border-top: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
	background: #999;
	}

#nav li li a, #nav li li a:visited {
	font-weight:normal;
			padding:8px 6px;
	font-size:0.95em;
	color:#FFF;
		line-height: 1;
	}

#nav li li a:hover, #nav li li a:active, #nav .children li.current-cat a:hover, #nav .children li.current-cat a:active {
	background:#000;
	color: #fff;
	}
		
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

a.main:hover
{	background:none;
	}
	
	.clearfloat {
display:block;
}
.clearfloat {
display:inline-block;
}

/*#nav li a:focus + ul { margin-left: 0; }
#nav li li a:focus + ul { margin-left: 1010em; }
#nav li li a:focus { margin-left:1000em; width:10em; background: orange; }
#nav li li li a:focus {margin-left: 2010em; width: 10em; background: orange; }
#nav li:hover a:focus, #nav li.sfhover a.sffocus { margin-left: 0; }
#nav li li:hover a:focus + ul, #nav li li.sfhover a.sffocus + ul { margin-left: 10em; }*/

.video {
	display: block;
	overflow: hidden;
}
.video {
  padding-left: 5px;
}
.video.container {
	background: #fff url(images/dots.gif) repeat-x left top;
	margin: 30px 10px 0 0;
padding: 0;
border-top: 1px solid #fff;
	}

.col-mid object { padding: 0; margin: 0; }

#content-container .col-mid .video h2 {
padding-left: 5px;
}

#content-container .col-mid .video p {
  padding: 10px 0 0;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.gallery-post {
  float: left;
  width: 176px;
  height: 165px;
  min-height: 165px;
  padding-left: 10px;
}

.gallery-post-text {
  margin-left: 167px;
}

.entry {
  overflow: auto;
  width: 100%;
}

.hide {
  height: 1px;
  overflow: hidden;
}