@charset "UTF-8";

/* ---------- reset ---------- */

*
{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-family: Verdana;
}

/* ---------- reset_end ---------- */

/* ---------- body ---------- */

body
{
                height:100%;
	color:#483d8b;
  background-image:url(http://www.happy-yappy.com/images/xmas2008.gif);
  background-attachment:fixed;
  background-color:#ffffff;
	text-align:center;
scrollbar-base-color:#ddcc10;
}

a
{
	text-decoration:none;
	color:#3333ff;
	background:inherit;
}

a:active{
  color: #3333ff;
}
a:visited{
  color: #3333ff;
}
a:hover{
  position:relative;
  top:2px;
  left:2px;
  color:#ff6633;
}

body.layout-three-column div#main-container
{
                height:100%;
                position:relative;
	width:950px;
	margin:0 auto;
	padding:0px 0 0 0;
	text-align:left;
	color:#483d8b;
}

/* ---------- body_end ---------- */

/* ---------- banner ---------- */

body.layout-two-column-right div#banner,
body.layout-two-column-left div#banner,
body.layout-one-column div#banner,
body.layout-three-column div#banner
{
  position:absolute;
  top:0px;
  left:0px;
                width:950px;
	height:102px;
	margin:0;
        padding-top:20px;
        text-align:center;
}

body.layout-three-column div#headimage
{
  position:absolute;
  top:0px;
  left:0px;
  width:152px;
  height:232px;
  background-image:url(../images/headjoshxmas2008.jpg);
  background-repeat:no-repeat;
}


/* ---------- main ---------- */


body.layout-three-column div#navigationbar
{
  height:18px;
  width:680px;
  text-align:right;
  padding-top:2px;
  padding-right:5px;
  background-color:#ffcccc;
  font-size:9pt;
  font-family:Arial;
  font-weight:bolder;
  color:#999999;
  position:absolute;
  top:102px;
  left:145px;
  }

body.layout-three-column div#navigationbar span
{
    color:#ff33cc;
    font-family:Arial;
}

body.layout-three-column div#navigationbar a{
  color:#8888cc;
  text-decoration:none;
  font-family:Arial;
  }
body.layout-three-column div#navigationbar a:hover{
  color:#ff9933;
  position:relative;
  top:2px;
  left:2px;
  }
body.layout-three-column div#navigationbar a:active{
  color:#8888cc;
  text-decoration:none;
  }
body.layout-three-column div#navigationbar a:visited{
  color:#8888cc;
  text-decoration:none;
}


body.layout-three-column #main
{
	width:680px;
  height:650px;
  position:absolute;
  top:120px;
  left:145px;
  overflow:auto;
  z-index:1;
  background-color:#ffffff;
  filter:Alpha(opacity=85);
  -moz-opacity:0.85;
  opacity:0.85;
  border:1px solid #FFdddd;
  margin-bottom:10px;
}

a.entrytitle
{
  color: #ff3366;
  font-weight:bolder;
  text-decoration:none;
  background-color:inherit;
}

a:active.entrytitle
{
  color: #ff3366;
}
a:visited.entrytitle
{
  color: #ff3366;
}
a:hover.entrytitle
{
  position:relative;
  top:2px;
  left:2px;
  color:#A020F0;
}

a.category-tv
{
  color: #ff6666;
  font-weight:normal;
  text-decoration:none;
  background-color:inherit;
}

a:active.category-tv
{
  color: #ff6666;
}
a:visited.category-tv
{
  color: #ff6666;
}

a:hover.category-tv
{
  position:relative;
  top:2px;
  left:2px;
  color:#A020F0;
}

a.category-radio
{
  color: #009999;
  font-weight:normal;
  text-decoration:none;
  background-color:inherit;
}

a:active.category-radio
{
  color: #009999;
}
a:visited.category-radio
{
  color: #009999;
}

a:hover.category-radio
{
  position:relative;
  top:2px;
  left:2px;
  color:#A020F0;
}

a.category-event
{
  color: #6600cc;
  font-weight:normal;
  text-decoration:none;
  background-color:inherit;
}

a:active.category-event
{
  color: #6600cc;
}
a:visited.category-event
{
  color: #6600cc;
}

a:hover.category-event
{
  position:relative;
  top:2px;
  left:2px;
  color:#A020F0;
}

a.category-concert
{
  color: #ff6633;
  font-weight:normal;
  text-decoration:none;
  background-color:inherit;
}

a:active.category-concert
{
  color: #ff6633;
}
a:visited.category-concert
{
  color: #ff6633;
}

a:hover.category-concert
{
  position:relative;
  top:2px;
  left:2px;
  color:#A020F0;
}

a.category-magazine
{
  color: #0099ff;
  font-weight:normal;
  text-decoration:none;
  background-color:inherit;
}

a:active.category-magazine
{
  color: #0099ff;
}
a:visited.category-magazine
{
  color: #0099ff;
}

a:hover.category-magazine
{
  position:relative;
  top:2px;
  left:2px;
  color:#A020F0;
}

div.content
{
	padding:0 10px 15px 10px;
}

div.content h1
{
	text-align:left;
  color:#3333ff;
  font-size:14pt;
  font-weight:bolder;
  padding-top:10px;
  padding-bottom:5px;
  padding-left:0;
  font-family:Verdana;
}

div.content h1 a
{
	color:#3333ff;
	text-decoration:none;
}

div.content h1 a:hover
{
	  position:relative;
  top:2px;
  left:2px;
  color:#ff6633;
}

div.content h2
{
	color:#483d8b;
	text-align:left;
	font-weight:normal;
  margin:0;
  padding-top:2px;
  padding-bottom:5px;
  padding-left:10px;
  font-family:Verdana;
  font-size:80%;
}

div.content hr
{
   margin-top:2px;
   margin-bottom:2px;
   border-style :solid;
   color :#3333ff;
   background-color:#3333ff;
   height:1px;
   width:95%;
   text-align:center;
}

div.content hr.light
{
   margin-top:2px;
   margin-bottom:2px;
   border-style :solid;
   color :#ccccff;
   background-color :#ccccff;
   height:1px;
   width:80%;
   text-align:center;
}

div.entry
{
	margin:0 0 10px 0;
}

p.date-header
{
	color:#483d8b;
	font-size:80%;
	font-weight:bolder;
	padding:5px;
	background-color:inherit;
}

h3.entry-header
{
	font-size:90%;
	font-weight:bold;
	background-color:inherit;
	padding:5px;
	color:#ff3366;
	margin-bottom:10px;
}

h3.entry-header a
{
  color: #ff3366;
  font-weight:bolder;
  text-decoration:none;
  background-color:inherit;
}

h3.entry-header a:active
{
  color: #ff3366;
}
h3.entry-header a:visited
{
  color: #ff3366;
}
h3.entry-header a:hover
{
  position:relative;
  top:2px;
  left:2px;
  color:#A020F0;
}

h3.archive-header
{
	font-size:90%;
	font-weight:bold;
	background-color:inherit;
	padding:5px;
	color:#ff3366;
	margin-bottom:10px;
}

h3.archive-header a
{
  color: #3333ff;
  font-weight:bolder;
  text-decoration:none;
  background-color:inherit;
}

h3.archive-header a:active
{
  color: #3333ff;
}
h3.archive-header a:visited
{
  color: #3333ff;
}
h3.archive-header a:hover
{
  position:relative;
  top:2px;
  left:2px;
  color:#ff6633;
}

p.archive-entry
{
	font-size:80%;
	font-weight:normal;
	background-color:inherit;
                margin:0;
                padding-top:2px;
                padding-bottom:5px;
                padding-left:10px;
	color:#483d8b;
}

div.entry-content
{
	padding:10px;
}


div.mediacontent table.media{
  margin-bottom:0;
  margin-top:0;
  margin-left:5px;
  margin-right:5px;
  line-height:130%;
  color:#483d8b;
  font-size:small;
  font-family:Verdana;
  text-align:left;
  }
div.mediacontent table.media td{
  margin-bottom:0;
  margin-top:0;
  padding-top:10px;
  padding-bottom:10px;
  padding-left:10px;
  padding-right:0;
  vertical-align:top;
  border-bottom: solid 1px #ccccff;
  border-top-width:0;
  }

div.content blockquote
{
	padding:10px;
	background-color:#ffffff;
	margin:0 0 15px 0;
}

div.content blockquote p
{
	color:#669966;
	font-size:80%;
}

div.entry-body p,
div.entry-more p
{
	color:#483d8b;
	font-size:80%;
	line-height:120%;
	margin:0 0 10px 0;
	background-color:inherit;
}

div.entry-body img,
div.entry-more img
{
	border:0;
	margin:0 0 5px 0;
}

div.entry-body ul,
div.entry-more ul
{
	list-style-position:inside;
}

div.entry-body li,
div.entry-more li
{
	color:#666666;
	font-size:80%;
	margin:0 5px 0 0;
	list-style-type: square;
	background-color:inherit;
}

div.content div.entry-tags a
{
  color: #ff6633;
  text-decoration:none;
  background-color:inherit;
}

div.content div.entry-tags a:active
{
  color: #ff6633;
}
div.content div.entry-tags a:visited
{
  color: #ff6633;
}
div.content div.entry-tags a:hover
{
  position:relative;
  top:2px;
  left:2px;
  color:#3333ff;
}

div.entry-tags span.tags
{
	color:#666666;
                font-size:80%;
}

div.content div.entry-tags h4
{
	color:#666666;
	font-size:80%;
	padding:0 0 5px 0;
	margin:0 0 5px 0;
	background-color:transparent;

}

div.entry-tags ul.entry-tags-list
{
	list-style:none;
	padding:5px 0 5px 0;
	margin:0 0 5px 0;
                text-align:right;
}

div.entry-tags ul.entry-tags-list li
{
	display:inline;
	margin:0 10px 0 0;
	font-size:80%;
}

div.entry-info
{
	padding-bottom:10px;
	text-align:right;
}

div.entry-info ul
{
	list-style-type: none;
}

div.entry-info li
{
	color:#666666;
	font-size:60%;
	display:inline;
	margin-right: 5px;
	background-color:inherit;
}

div.content h4
{
	background-color:#666666;
	color:#ffffff;
	font-weight:normal;
	font-size:70%;
	padding:2px;
	margin-bottom:10px;
}

div.content h5
{
	color:#666666;
	font-weight:bold;
	font-size:70%;
	border-bottom:1px dotted #cccccc;
	padding:2px;
	margin-bottom:10px;
}

div.content p.navi-link
{
	color:#666666;
	font-size:80%;
	margin-bottom:15px;
	background-color:inherit;
}

/* ---------- main_end ---------- */


/* ---------- rightblock ---------- */


body.layout-three-column div#right-menu
{
	width:125px;
                position:absolute;
                top:102px;
                left:825px;
                padding-top:0px;
  background-color:#ffffff;
  filter:Alpha(opacity=85);
  -moz-opacity:0.85;
  opacity:0.85;
}


body.layout-three-column div.right-content
{
	padding:0 5px 0 5px;
}

div.right-content h3
{
	background-color:#666666;
	color:#ffffff;
	font-weight:normal;
	font-size:70%;
	padding:2px;
	margin-bottom:10px;
}

div.right-content h3 a
{
	color:#ffffff;
}

div#right-menu li
{
                padding-left:5px;
                list-style:none outside;
	color:#483d8b;
	font-size:80%;
	background-color:inherit;
}



/* ---------- rightblock_end ---------- */


/* ---------- menu ---------- */


body.layout-three-column div#left-menu
{
	width:145px;
                padding-top:48px;
                position:absolute;
                left:0;
                top:150px;
                z-index:2;
}

body.layout-three-column div.left-content
{
	padding:0;
}


div.left-content h3,
{
	background-color:#666666;
	color:#ffffff;
	font-weight:normal;
	font-size:70%;
	padding:2px;
	margin-bottom:10px;
}

div.left-content h3 a,
{
	color:#ffffff;
}

div#left-menu li,
{
                padding-left:5px;
                list-style:none outside;
	color:#483d8b;
	font-size:80%;
	background-color:inherit;
}

div.menublockcss
{
                margin:0;
                text-align:center;
                height:248px;
}

div.undermenu
{
  color:#ff0000;
  margin:0;
  padding-top:5px;
  padding-bottom:5px;
  background-color:#c9bc60;
  font-size:9pt;
  font-family:Verdana;
  text-align:center;
}

div.calendar-tate,
div.photo-reader
{
	margin-bottom: 10px;
                text-align:center;
}

div.search-form,
div.category-archives,
div.monthly-archives,
div.recent-entry,
div.site-link,
div.cclicense,
div.powered,
div.search-feed
{
	margin-bottom: 10px;
}

div.powered li
{
	background-color:inherit;
}

div.search-form label,
div.cclicense {
	background-color:inherit;
	color:#666666;
	font-size:80%;
	margin:0 0 5px 0;
}

div.search-form input#search {
	width:80%;
	color:#666666;
	font-size:80%;
	border: 1px solid #666666;
	padding:2px;
	background-color:#eeeeee;
}

div.search-form input.searchsubmit {
	color:#666666;
	font-size:80%;
	border: 1px solid #666666;
	background-color:#ffffff;
	margin-top:5px;
}

/* ---------- menu_end ---------- */

/* ---------- footer ---------- */

body.layout-two-column-left div#footer,
body.layout-two-column-right div#footer,
body.layout-one-column div#footer,
body.layout-three-column div#footer
{
	clear:both;
}

div#footer
{
	text-align:center;
	padding-bottom:30px;
}

div#footer ul
{
	list-style:none;
}

div#footer ul li
{
	display:inline;
	font-size:60%;
	color:#999999;
	margin-right:15px;
	background-color:inherit;
}

/* ---------- footer_end ---------- */

/* ---------- trackback ---------- */

div.trackbacks p,
div.trackbacks dt
{
	color:#666666;
	font-size:80%;
	background-color:inherit;
}

div.trackbacks dl
{
	margin:0 0 15px 0;
}

div.trackbacks p
{
	margin:5px 0 10px 0;
}

div.trackbacks input
{
	color:#999999;
	border: 1px solid #999999;
	padding:2px;
	background-color:#ffffff;
}

ul.trackback-info
{
	border-top: 1px solid #999999;
	padding:5px 0;
}

ul.trackback-info li
{
	color:#666666;
	font-size:60%;
	display:inline;
	margin-right: 5px;
	list-style-type: none;
	background-color:inherit;
}

/* ---------- trackback_end ---------- */

/* ---------- comment ---------- */

div.comments,
div#comments-open-data label
{
	margin-bottom: 10px;
}

div.comments-body
{
	padding:5px;
}

div.comments-body p,
div.comments-info li,
div#comments-open-data legend,
div#comments-open-data label
{
	color:#666666;
	background-color:inherit;
	font-size:80%;
}

p.comments-open-moderated
{
	color:#666666;
	background-color:inherit;
	font-size:80%;
}

div.comments-body p,
div.comments-post-content p
{
	margin:5px 0 10px 0;
}

ul.comments-info
{
	border-top: 1px solid #999999;
	padding:5px 0;
	margin:0 0 15px 0;
}

ul.comments-info li
{
	display:inline;
	margin-right:5px;
	list-style-type:none;
	color:#666666;
	background-color:inherit;
	font-size:60%;
}

div#comments-open-data legend
{
	color:#666666;
	background-color:inherit;
	margin-bottom:10px;
}

div#comments-open-data input#comment-author,
div#comments-open-data input#comment-email,
div#comments-open-data input#comment-url
{
	width:40%;
	color:#666666;
	font-size:80%;
	border: 1px solid #999999;
	padding:2px;
	background-color:#eeeeee;
	margin:5px 0 10px 0;
}

div#comments-open-data textarea
{
	width:60%;
	color:#666666;
	font-size:80%;
	border: 1px solid #999999;
	padding:2px;
	background-color:#eeeeee;
	margin:5px 0 10px 0;
}

ul.comments-open-footer input
{
	color:#999999;
	font-size:80%;
	border: 1px solid #999999;
	background-color:#ffffff;
	margin-top:5px;
}

ul.comments-open-footer li
{
	display:inline;
	margin-right:15px;
	list-style-type:none;
}

ul.cookie li
{
	display:inline;
	list-style-type:none;
}

/* ---------- comment_end ---------- */

/* ---------- search ----------*/

div.content h3.search-results-header
{
	font-size:80%;
	font-weight:bold;
	background-color:#666666;
	padding:5px;
	color:#ffffff;
	margin-bottom:10px;
}

div.search-feed p
{
	color:#483d8b;
	font-size:70%;
	line-height:140%;
}

div.search-feed-content
{
	border: 1px solid #cccccc;
	padding:10px;
}

p.feed-link
{
	margin:5px 0 0 0;
}

form#search-form label
{
	background-color:inherit;
	color:#666666;
	font-size:80%;
	margin:0 0 5px 0;
}

dd#search-box ul,dd#search-options ul
{
	list-style:none;
	padding:0 0 10px 0;
}

dd#search-box ul li,dd#search-options ul li
{
	display:inline;
	margin:0 15px 0 0;
}

dd#search-box input#search
{
	width:70%;
	color:#666666;
	font-size:80%;
	border: 1px solid #666666;
	padding:2px;
	background-color:#eeeeee;
}

dd#search-box input.searchsubmit {
	color:#666666;
	font-size:80%;
	border: 1px solid #666666;
	background-color:#ffffff;
	margin-top:5px;
}

h5.search-results-tit
{
	color:#666666;
	font-weight:bold;
	font-size:70%;
	border-bottom:1px dotted #cccccc;
	padding:2px;
	margin-bottom:10px;
}

p.search-results-content
{
	color:#483d8b;
	font-size:80%;
	line-height:140%;
	margin:0 0 10px 10px;
	background-color:inherit;
}

/* ---------- search_end ----------*/

/* ---------- archives ----------*/

div.archive-body ul.archive-list li
{
	list-style-position:inside;
	color:#666666;
	font-size:80%;
	background-color:inherit;
}

/* ---------- archives_end ----------*/




