/*
* dhw_syle.css
*
* by David Webster
*
* Notes:
* The id selector is used to specify a style for a single, unique element.
* The id selector uses the id attribute of the HTML element, and is defined with a "#".
*
* The class selector is used to specify a style for a group of elements. 
* Unlike the id selector, the class selector is most often used on several elements. 
* This allows you to set a particular style for any HTML elements with the same class. 
* The class selector uses the HTML class attribute, and is defined with a "."
*
*/


/* -- General Settings --------------------- */
body 
{
   margin: 0px 0px 0px 0px;
   background-color: #FFFFFF;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
}

.button 
{
   border-top : solid 1px #d5d5d5;
   border-right : solid 1px #808080;
   border-bottom : solid 1px #808080;
   border-left : solid 1px #d5d5d5;
   color : #333;
   font-weight : bold;
}

.inputbox 
{
   z-index: -3;
   font-size: 11px;
}

.text_area 
{
   border : 1px solid #ccc;
   z-index: -3;
   font-size: 11px;
}

input, textarea, select 
{
   z-index : -3;
   font-size: 11px;
}


/* -- WRAPPER FOR ENTIRE PAGE -------------- */
.dhw_wrapper
{
  min-width: 780px;
  max-width: 1004px;
  margin-left: auto;
  margin-right: auto;

   /* width: 890px; */
   /* margin-left:auto; */
   /* margin-right:auto; */

   /* margin: 0px; */
   margin-top: 0px;
   padding: 0;
   border-width: 0px;
   background-color: #FFFFFF;
}


/* -- HEADER ---------------------------- */
/*  <table width="100%" cellpadding="0" cellspacing="0" bgcolor="#6699FF"> */
.dhw_header 
{
   width: 100%;
   height: 50px;
   /* margin: 0px; */
   margin-top: 0px;
   margin-bottom: 0px;
   padding: 0;
   border-width: 0px;
   background-color: #6699FF;
   /*
   background: #6699FF url(/images/hdr.jpg) top left repeat-x;
   background-color: #6699FF;
   background-image: url('/images/angkor-wat-blue-repeat.gif');
   background-repeat: repeat-x;
   */
}

.dhw_header_logo
{
   float: left;
   width: 200px;
   height: 50px;
   text-align: left;
}

.dhw_header_logo a
{
   text-decoration: none;
}

.dhw_header_logo img
{
   margin-top: 12px;
   margin-left: 10px;
   border-width: 0px;
}

.dhw_header_image
{
   float: left;
   height: 50px;
}

.dhw_header_search
{
   float: right;
   margin-top: 12px;
   margin-right: 10px;
   height: 50px;
}

/* -- MIDDLE WRAPPER ---------------------------- */
.dhw_middle_wrapper
{
   width: 100%;
   margin-top: 2px;
   margin-bottom: 2px;
   margin-left: 0px;
   margin-right: 0px;
   padding: 0px;
   border-width: 0px;
   background-color: #FFFFFF;
}

/* -- CONTENT WRAPPER ---------------------------- */
.dhw_content_wrapper
{
   /* float: left; */
   width: 100%;
   align: left;
   margin-top: 2px;
   margin-bottom: 2px;
   margin-left: 0px;
   margin-right: 0px;
   padding: 0px;
   border-width: 0px;
   background-color: #FFFFFF;
}


/* -- FOOTER ---------------------------- */
.dhw_footer
{
   width: 100%;
   border: solid 1px #336699;
   background-color: #FFFFFF;
   text-align: center;
   height: 20px;
   margin-top: 10px;
   margin-bottom: 10px;
   padding: 5px;
}


/* -- BREADCRUMBS ----------------------- */

.breadcrumb
{
   font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
   /* font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif; */
}

.breadcrumb a
{
   background: transparent url(http://www.daves-stuff.com/images/breadcrumb.gif) no-repeat center right;
   text-decoration: none;
   padding-right: 18px; /*adjust bullet image padding*/
   /* color: navy; */
   color: #336699;
}

.breadcrumb a:visited, .breadcrumb a:active
{
   /* color: navy; */
   color: #336699;
}

.breadcrumb a:hover
{
   text-decoration: underline;
}


/* -- SIDEBAR ITEMS ----------------------- */
.new_popular
{
   /* width: 400px; */
   /* height: 400px; */
   float: left;
   border: solid 1px #336699;
   border-collapse: collapse;
   background-color: #FFFFFF;
   margin: 2px;
   padding: 0;
   font: 12px Arial, Helvetica, sans-serif;
   text-align: left;
   text-decoration: none;
}

.new_popular title
{
   /* width: 400px; */
   height: 20px;
   border: solid 1px #336699;
   border-collapse: collapse;
   background-color: #336699;
   color: white;
   font: bold 14px Arial, Helvetica, sans-serif;
}

.new_popular span
{
     font: bold 10px Arial, Helvetica, sans-serif;
}


/* -- DISPLAY BOX ------------------------- */

table.dispbox
{
  border-collapse: collapse;
  border: solid 1px #336699;

  /* order is top, right, bottom, left. */
  margin: 3px 3px 3px 3px; 
  padding: 3px 3px 3px 3px;
}

table.dispbox row(0)
{
}

table.dispbox td
{
   font-family: arial, helvetica, sans-serif;
   font-size: 12px;
   color: #336699;
}

table.dispbox a
{
   text-decoration: none;
}


/* -- SIDEBAR ITEMS ----------------------- */

table.sidebar
{
  background-color: #f9f9f9;
  border: solid 1px #d5d5d5;
  width: 100%;
  border-collapse: collapse;
}

table.sidebar td 
{
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10px;
  color: #336699;
}

input.sidebar
{
  border-style: solid;
  border-width: 1px;
  border-color: #336699;
}


/* -- ADVERTISEMENTS ----------------------- */

.ad_120x600
{
   width: 120px;
   height: 600px;
   margin: 1px;
   padding: 0;
   border-width: 0px;
}   

.ad_120x600 img
{
   margin: 0px;
   padding: 0;
   border-width: 0px;
}

.ad_120x600 a, a:visited, a:hover
{
   text-decoration: none;
}


/* -- MENU ------------------------------------------- */

.clearit 
{
   margin: 0;
   padding: 0;
   height: 0;
   clear: both;
}

/* BUBBLE PLASTIC HORIZONTAL MENU */

.bubplastic.horizontal 
{
   width: 100%;
   height: 27px;
   margin: 0;
   padding: 0;
   background: #000000 url(/themes/default/bg-bubplastic_new.gif) top left repeat-x;
   /* background: #000000 url(/themes/default/bg-bubplastic.gif) top left repeat-x; */
}

.bubplastic.horizontal ul 
{
   list-style: none;
   margin: 0;
   padding: 0;
}

.bubplastic.horizontal ul li 
{
   float: left;
   margin: 0;
   padding: 0;
   background: transparent url(/themes/default/bg-bubplastic-button_new.gif) top left no-repeat;
   /* background: transparent url(/themes/default/bg-bubplastic-button.gif) top left no-repeat; */
}

.bubplastic.horizontal ul li a 
{
   display: block;
   height: 27px;
   padding-left: 20px;
   /* padding-left: 30px; */
   float: left;
   text-transform: uppercase;
   font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
   font-size: 80%;
   color: #FFFFFF;
   text-decoration: none;
}

.bubplastic.horizontal ul li a span.menu_ar 
{
   display: block;
   float: left;
   height: 22px;
   padding-top: 5px;
   padding-right: 20px;
   /* padding-right: 30px; */
   background: transparent url(/themes/default/bg-bubplastic-button_new.gif) top right no-repeat;
   /* background: transparent url(/themes/default/bg-bubplastic-button.gif) top right no-repeat; */
   cursor: pointer;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU */



/* BUBBLE PLASTIC VERTICAL MENU */

.bubplastic.vertical {
	width: 250px;
	margin: 0;
	padding: 0;
	display: block;
}
.bubplastic.vertical ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.vertical ul li {
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent url(/themes/default/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.vertical ul li a {
	display: block;
	margin: 0;
	width: 100%;
	padding-left: 35px;
	text-transform: uppercase;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	/* font-size: 70%; */
	font-size: 80%;
	color: #FFFFFF;
	text-decoration: none;
	background: transparent url(/themes/default/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.vertical ul li a span.menu_ar {
	display: block;
	margin: 0;
	width: 100%;
	height: 22px;
	padding-top: 5px;
	padding-right: 35px;
	background: transparent url(/themes/default/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
}
/* END BUBBLE PLASTIC VERTICAL MENU */


/* BLUE HOVER */
.bubplastic.blue ul li a:hover,
.bubplastic.blue ul li.highlight a 
{
	/* background: transparent url(/themes/default/bg-bubplastic-h-blue.gif) top left no-repeat; */
	background: transparent url(/themes/default/bg-bubplastic-h-blue_new.gif) top left no-repeat;
}

.bubplastic.blue ul li a:hover span.menu_ar,
.bubplastic.blue ul li.highlight a span.menu_ar 
{
	/* background: transparent url(/themes/default/bg-bubplastic-h-blue.gif) top right no-repeat; */
	background: transparent url(/themes/default/bg-bubplastic-h-blue_new.gif) top right no-repeat;
}


/* -- CONTENT PANEL ---------------------------------- 
#content_panel div
{
   border: 1px solid #336699;
   margin: 2px;
   width: auto;
}
*/

#content_panel
{
   border: 1px solid #336699;
   width: 100%;
   border-collapse: collapse;
   text-align: left;
}

#content_panel row(0)
{
   background-color: #336699;
   color: white;
   text-decoration: none;
}

#content_panel h3
{
   font-family: arial, helvetica, sans-serif;
   font-size: 14px;
}

#test1
{
   border: 1px solid #336699;
   background-color: #336699;
   width: 100%;
   /* border-collapse: collapse; */
   text-align: left;
   color: white;
   text-decoration: none;
}


/* -- STANDARD TABLE --------------------------------- */
table.dhw_std_table
{
   border: 1px solid #336699;
   width: 100%;
   border-collapse: collapse;
   background-color: #539BE5;
}

/*
table.dhw_std_table tr.row(0)
{
   background-color: #336699;
}
*/

table.dhw_std_table tr
{
   background-color: white;
}

table.dhw_std_table th
{
   height: 30px;
   padding: 4px;
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 12px;
   background-color: #336699;
   color: white;
   /* border: 1px solid #336699; */
   border: 1px solid #FFFFFF;
}

table.dhw_std_table td
{
   padding: 4px;
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 12px;
   background-color: white;
   color: #000000;             /* Black text */
   border: 1px solid #336699;
}

table.dhw_std_table a
{
   text-decoration: none;
   color: #000000;             /* Black text */
}

table.dhw_std_table a:visited, table.dhw_std_table a:active
{
   color: #000000;             /* Black text */
}

table.dhw_std_table a:hover
{
   text-decoration: underline;
}


/* --- PHOTO GALLERY ------------------------------- */

#pgallery 
{  
   text-align: left;
}

#pgallery h3
{  
   color : #336699;
}

#pgallery div.icon   
{ 
   margin: 3px; 
}

#pgallery div.icon a 
{ 
   /* display: block; float: left; */
   display: block;
   /* height: 180px; */
   height: 190px;
   width: 156px; 
   vertical-align: middle; 
   text-decoration : none;
   text-align: center;
   border: 1px solid #DDD;
   padding: 2px 5px 1px 5px;
}

#pgallery div.icon a:link    
{  
   color : #808080;  
}

#pgallery div.icon a:hover   
{
   color : #333; 
   background-color: #f1e8e6;  
   border: 1px solid #c24733;
   padding: 3px 4px 0px 6px; 
}

#pgallery div.icon a:active  
{  
   color : #808080;  
}

#pgallery div.icon a:visited 
{  
   color : #808080;  
}

#pgallery div.icon img 
{ 
   margin-top: 5px; 
   vertical-align: middle; 
   display: float: none;
}

#pgallery div.icon span 
{ 
   display: block; padding-top: 3px;
   font-family: arial, helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   /* text-align: center; */
}

/* --- Collection ------------------------------------------ */

div.blog_photo
{
  display: block;
  margin: 10px;
  background-color: #EEEEEE;
  border: 1px solid #CCCCCC;
  text-align: center;
}

div.blog_photo img
{
  margin: 10px 10px 0px 10px;
}

div.blog_photo span
{
  display: block;
  margin: 3px;
  font-family: Arial, Verdana, sans-serif;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
}

/* --- Collection ------------------------------------------ */

#collect_cpanel 
{  
   /* text-align: center; */
   text-align: left;
   /* vertical-align: middle; */
}

#collect_cpanel h3
{  
   color : #336699;
}

#collect_cpanel div.icon   
{ 
   margin: 3px; 
}

#collect_cpanel div.icon a 
{ 
   /* display: block; float: left; */
   display: block;
   /* height: 97px !important; */
   height: 180px; 
   /* width: 108px !important; */
   width: 156px; 
   vertical-align: middle; 
   text-decoration : none;
   text-align: center;
   border: 1px solid #DDD;
   padding: 2px 5px 1px 5px;
}

#collect_cpanel div.icon a:link    
{  
   color : #808080;  
}

#collect_cpanel div.icon a:hover   
{
   color : #333; 
   background-color: #f1e8e6;  
   border: 1px solid #c24733;
   padding: 3px 4px 0px 6px; 
}

#collect_cpanel div.icon a:active  
{  
   color : #808080;  
}

#collect_cpanel div.icon a:visited 
{  
   color : #808080;  
}

#collect_cpanel div.icon img 
{ 
   margin-top: 5px; 
   vertical-align: middle; 
   display: float: none;
}

#collect_cpanel div.icon span 
{ 
   display: block; padding-top: 3px;
   font-family: arial, helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   /* text-align: center; */
}



/* --- Admin Control Panel --------------------------------- */

/* standard form style table */
table.admin_cpanel 
{
   background-color: #f9f9f9;
   border: solid 1px #d5d5d5;
   width: 100%;
   padding: 10px;
   border-collapse: collapse;
}

table.admin_cpanel tr.row0 
{
   background-color: #f9f9f9;
}

table.admin_cpanel tr.row1 
{
   background-color: #eeeeee;
}

table.admin_cpanel th 
{
   font-size: 11px;
   padding-top: 6px;
   padding-bottom: 2px;
   padding-left: 4px;
   padding-right: 4px;
   text-align: left;
   height: 25px;
   background: url(../images/background.jpg);
   color: #000;
   background-repeat: repeat;
}

table.admin_cpanel td 
{
   padding: 3px;
   text-align: left;
}

table.admin_cpanel td.editor 
{
   font-size: 9px;
}


/* -- mod_quickicon ---------------------- */

#cpanel 
{  
   text-align: center;  
   vertical-align: middle; 
}

#cpanel div.icon   
{ 
   margin: 3px; 
}

#cpanel div.icon a 
{ 
   display: block; float: left;
   height: 97px !important;
   height: 100px; 
   width: 108px !important;
   width: 110px; 
   vertical-align: middle; 
   text-decoration : none;
   border: 1px solid #DDD;
   padding: 2px 5px 1px 5px;
}

#cpanel div.icon a:link    
{  
   color : #808080;  
}

#cpanel div.icon a:hover   
{
   color : #333; 
   background-color: #f1e8e6;  
   border: 1px solid #c24733;
   padding: 3px 4px 0px 6px; 
}

#cpanel div.icon a:active  
{  
   color : #808080;  
}

#cpanel div.icon a:visited 
{  
   color : #808080;  
}

#cpanel div.icon img 
{ 
   margin-top: 13px; 
}

#cpanel div.icon span 
{ 
   display: block; padding-top: 3px;
}

/* --- JOOMLA CSS STUFF ------------------------------------------------ */

/* Small text */
small, .small, .smalldark, .mosimage_caption, .createby, .createdate, .modifydate, a.readon, .img_caption {
	color: #666666;
	font-size: 92%;
}


.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

table.blog {
}



.article_separator {
	clear: both;
	display: block;
	height: 20px;
}

.article_column {
}

.column_separator {
	padding: 0 25px;
}

/* content tables */
td.sectiontableheader {
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
	float: right;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	padding: 1px 5px 1px 25px;
	background: url(../images/bullet-list.gif) no-repeat 5% 50%;
}

table.contenttoc th {
	padding: 0 0 3PX;
	border-bottom: 1px solid #CCCCCC;
	text-indent: 5px;
}

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.pollstableborder {
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	padding: 4px!important;
	border-collapse: collapse;
	border-spacing: 0;
}

table.pollstableborder tr.sectiontableentry1 td {
	background: #ECECEC;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

table.adminform {
}

.adminform .inputbox {
}

.blog_more {
	padding: 10px 0;
	background: url(../images/hdot.gif) repeat-x top;
}

.blog_more strong {
	margin: 0 0 5px;
	display: block;
	font-size: 125%;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	margin: 0;
	padding: 0 0 0 17px;
	background: url(../images/bullet.gif) no-repeat 6px 8px;
}

.category {
	font-weight: bold;
}

h1.componentheading, .componentheading {
	padding: 5px 0 15px;
	margin: 0 0 10px;
	background: url(../images/hdot.gif) repeat-x bottom;
}

.componentheading {
	font-size: 200%;
	font-weight: bold;
}

.contentdescription {
	padding-bottom: 30px;
}

h2.contentheading, .contentheading {
	padding: 5px 0 8px;
	margin: 0;
	font-weight: normal;
}

table.blog .contentheading {
	font-size: 150%;
}

.contentheading {
	font-size: 200%;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none !important;
}

a.readon {
	float: left;
	margin-top: 10px;
	padding: 1px 5px 1px 14px;
	border: 1px solid #F6F6F6;
	display: block;
	background: url(../images/arrow.png) no-repeat 5px 48%;
	color: #006699;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

a.readon:hover, a.readon:active, a.readon:focus {
	border: 1px solid #ECECEC;
	background: url(../images/arrow.png) no-repeat 5px 48% #FFFFFF;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.moduletable {
	padding: 0;
}

ul.pagination {
	margin: 15px auto;
	padding: 10px 0;
	background: url(../images/hdot.gif) repeat-x top;
}

ul.pagination li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

ul.pagination li span{
	padding: 2px 5px;
}

ul.pagination a {
	padding: 2px 5px;
	border: 1px solid #F6F6F6;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	border: 1px solid #ECECEC;
	background: #FFFFFF;
}

.pagenavbar {
	padding-left: 14px;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
}

.sectiontableheader {
	padding: 8px 5px;
	background: #444444;
	color: #FFFFFF;
}

.sectiontableheader a {
	color: #FFFFFF;
}

tr.sectiontableentry1 td {
	padding: 8px 5px;
	background: url(../images/hdot2.gif) repeat-x bottom;
}

tr.sectiontableentry2 td {
	padding: 8px 5px;
	background: url(../images/hdot2.gif) repeat-x bottom #ECECEC;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background: url(../images/hdot2.gif) repeat-x bottom #FFFFCC;
}

.article-tools {
	border-top: 1px solid #DDDDDD;
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 15px;
	display: block;
	background: #ECECEC;
}

.article-meta {
	padding: 5px;
	width: 80%;
	float: left;
}

.createby {
	padding: 3px 3px 3px 20px;
	background: url(/images/content/icon-user.gif) no-repeat 0 2px;
}

.createdate {
	padding: 3px 3px 3px 20px;
	background: url(/images/content/icon-date.gif) no-repeat 0 2px;
}

.modifydate {
	width: 100%;
	float: left;
}

div.buttonheading {
	float: right;
	width: 15%;
}

.buttonheading img {
	margin: 7px 5px 0 0;
	border: 0;
	float: right;
}

.article-content
{
   font-size: 12px;
}

.article-content a
{
   text-decoration: none;
}

.article-content a:link
{
   color: #000099;
}

.article-content a:hover
{
   color: #0000FF;
}


