/**************************************************************
   AUTHOR:  Pat Heard (fullahead.org)
   PORTED:  Stuart (thebombsite.com)
   DATE:    2006.03.19
   PURPOSE: Styles the html elements
 **************************************************************/

* {
	border: 0;
        outline: 0;
}

html {
	height: 100%;
        font-size: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 400 0.8em verdana, arial, sans-serif;
	line-height: 170%;
	background: #666666 url(/images/8.jpg) repeat-x top left;
	color: #EEEEEE;
}

h1 {   
	clear: both;
	font: 700 2.5em "trebuchet ms", serif;
	color: #FFFFFF;
}

h2 {
	font: 700 2.5em "trebuchet ms", serif;
	color: #FFFFFF;
}

h2 a {
	color: #FFFFFF;
}

h2 a:hover {
	color: #29E3FF;
}

h2.category {
	background-color: #999999;
	padding-left: 15px;
	padding-bottom: 5px;
	color: #000000;
}

h3 {
	font: 400 1.5em "trebuchet ms", serif;
	color: #9FF3FF;
}

h3 a {
	color: #29E3FF;
}

h3 a:hover {
	color: #FFFFFF;
}

h4 {
	font: 700 1.3em "trebuchet ms", serif;
	color: #F8D766;
}

h5 {
	font: 700 1.2em "trebuchet ms", serif;
	color: #F39F01;
}

h6 {
	font: 700 1.1em "trebuchet ms", serif;
	color: #F17400;
}

h1, h2, h3, h4, h5, h6, p, dl {
	margin: 0;
	padding: 10px 15px 10px 15px;
}

/* Done so the leftmost column aligns properly with the header.
   If the leftmost column has class gradient applied to it,
   this class isn't required. */
.leftColumn h2,
.leftColumn h3,
.leftColumn h4,
.leftColumn h5,
.leftColumn h6,
.leftColumn p,
.leftColumn dl {
	padding-left: 0;
}

a {
	color: #8BE6FA;
}

/* Uncomment this if you would like a visited link style 
a:visited {
	text-decoration: line-through;
}*/

a:hover {
	color: #FFFFFF;
}

strong {
	color: #FFFFFF;
}

ol, ul {
	margin: 10px 30px;
	padding: 0 30px 0 30px;
}

ol {
	color: #9FF3FF;
}

ol span {
	color: #EEEEEE;
}

ul {
	list-style-image: url(/images/3.gif);
}

ul.comments_error {
	font-weight: bold;
}

del {
	color: #AAAAAA;
}

code {
	margin: 10px 15px 10px 15px;
	padding: 10px;
	display: block;
	overflow: auto;
	font: 400 1em courier, monospace;
	line-height: 120%;
	white-space: pre;
	background: #444444;
}

.leftColumn code {
	margin-left: 0;
}

acronym {
	cursor: help;
	border-bottom: 1px solid #777777;
}

dt {
	font-weight: bold;
	color: #FFB323;
}

dd {
	margin-left: 0;
	padding-left: 45px; 
}

#paging {
	text-align: center;
}

/**************************************************************
   Blockquote and included icons
 **************************************************************/

blockquote {
	margin: 10px 15px 10px 15px;
	padding-left: 27px;
	background-color: #444444;  
	background-image: url(/images/11.gif);
	background-repeat: no-repeat;
	background-position: 5px 50%;  
}

blockquote.exclamation {
	background-image: url(/images/4.gif);
}

blockquote.stop {
	background-image: url(/images/12.gif);
}

blockquote.go {
	background-image: url(/images/6.gif);
}

/**************************************************************
   Images
 **************************************************************/

img.floatRight {
	margin: 5px 0px 10px 15px;  
}

img.floatLeft {
	margin: 5px 15px 10px 0px;
}

a img {  
	border: 2px solid #8BE6FA;
}

a:hover img {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
	border: 2px solid #FFFFFF !important;
	border: 2px solid #8BE6FA;
}

/**************************************************************
   AUTHOR:  Pat Heard (fullahead.org)
   Ported:  Stuart (thebombsite.com)
   DATE:    2006.03.19
   PURPOSE: Controls the layout of the site and styles
            the menus
 **************************************************************/

/**************************************************************
   #content: Sets the width of the site.  Make changes here
             to convert to a fixed width site.
 **************************************************************/

#content {  
	height: 100%;
	min-height: 100%;
	text-align: left;
}

#content,
#width {
  /* max-width hack for IE since it doesn't understand the valid css property */
	width: expression(document.body.clientWidth > 1000 ? "1000px" : "94%");  
	max-width: 1000px;
	margin: 0 auto 0 auto;
}

#content[id],
#width[id] {
	width: 94%;
	height: auto;
}

/**************************************************************
   #header: Holds the site title and header images
 **************************************************************/

#header {
	position: relative;
	height: 193px;
}

/* Holds the site title and subtitle */
#header #title {
	position: absolute;
	z-index: 3;
	top: 10px;
	left: 130px;
	padding: 5px;
	text-align: right;
}

#header h1 {
	margin: 0;
	padding: 0;
	font: 700 4em "trebuchet ms", serif;
	letter-spacing: -3px;
	text-transform: lowercase;
	color: #FFFFFF;
}

#header h2 {
	position: absolute;
	top: 10px;
	right: 5px;
	margin: 0;
	padding: 0;
	font: 700 1em "trebuchet ms", serif;
	text-transform: lowercase;
	color: #00F0EC;
}

/* Sets where the header images will go */
#header img.left {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

#header img.right {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
}

#header img.balloons {
	position: absolute;
	z-index: 2;
	top: 70px;
	right: 400px;
}

/**************************************************************
   #mainMenu: The top level site menu
 **************************************************************/

#mainMenu { 
	float: left;
	width: 100%;
	clear: both;  
}

#mainMenu ul {
	margin: 0;
	padding: 0;
}

#mainMenu li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

#mainMenu li a {
	float: left;
	margin: 0 2px 0 2px;
	padding: 5px 0.5em 5px 0.5em;
	font: 400 1.6em "trebuchet ms", serif;
	text-decoration: none;
	text-transform: lowercase;
	color: #FFFFFF;
}

#mainMenu li a:hover,
#mainMenu li a.here {
	color: #65EBFF;
	border-top: 5px solid #000000;
}

#mainMenu li a.last {
	margin-right: 0;
}

/**************************************************************
   .sideMenu: The side bar menu
 **************************************************************/

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

.sideMenu li {
	display: inline;
  
  /* Needed since IE fails when you give it list-style: none; */  
	list-style-image: url(foo.gif);
	font: 400 1.3em "trebuchet ms", serif;
}

.sideMenu li a {
	display: block;
	margin: 0.2em 0 0.2em 0;
	padding: 3px 5px 3px 5px;    
	text-decoration: none;
	color: #FFFFFF;
} 

.sideMenu li a:hover {
	color: #65EBFF;
	background-color: #5F5F5F;
}

/* Active menu item */
.sideMenu li.here {
	display: block;  
	padding: 5px;
	color: #65EBFF;
	background-color: #555555;
}

/* Submenu of active menu item */
.sideMenu li.here ul {
	margin: 0;
	padding: 0;
}

.sideMenu li.here ul li a {
	padding-left: 35px;
	font: 400 0.55em verdana, arial, sans-serif; 
	color: #FFFFFF;  
	background-image: url(/images/3.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
}

.sideMenu li.here ul li a:hover {
	color: #9FF3FF;
	background-image: #5F5F5F url(/images/3.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
}

/**************************************************************
   #page: Holds the main page content.
 **************************************************************/

#page {
	float: left;
	width: 100%;
	clear: both;
	padding-bottom: 4em;
}

/**************************************************************
   #footer: The page footer - will stick to the bottom if not
            enough content.
 **************************************************************/

#footer {
	float: left;
	width: 100%;
	clear: both;
	margin-top: -3.8em;
	background: #000000 url(/images/5.jpg) repeat-x top left;
}

/* Sets the width of the footer content */
#footer #width {
	position: relative;
	z-index: 3;
	font-size: 0.85em;
	padding-top: 27px;
}

/***************************************************
   Comment & Form Styles
 ***************************************************/

input,
textarea,
select {
	padding: 2px;
	font: 400 1em verdana, sans-serif;
	color: #444;
	background-color: #EEEEEE;
	border: 1px solid #444444;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
	color: #000000;
	background-color: #E4F7FA;
	border: 1px solid #00DFFF;
}

input.button {
	padding: 2px 5px 2px 5px;
	font: 400 1.1em "trebuchet ms", serif;
	color: #555555;
	background-color: #9FF3FF;
	border-width: 1px;
	border-style: solid;
	border-color: #FFF #00DFFF #00DFFF #FFF;
}

#txpCommentInputForm {
	margin-top: 20px;
}

#txpCommentInputForm p {
	text-transform: none;
	text-align: left;
}

#txpCommentInputForm label {
	text-transform: capitalize;
	padding-left: 5px;
}

#txpCommentInputForm input.checkbox {
	width: 13px;
}

p#txpCommentInputForm,
p.closed {
	color: #9FF3FF;
	text-align: center;
	text-transform: uppercase;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 4px 0px 3px 7px;
}

#txpCommentInputForm input {
	width: 250px;
}

#txpCommentInputForm input.button {
	width: 80px;
}

#txpCommentInputForm textarea {
	width: 350px;
	height: 200px;
}

.zemContactForm {
	padding-left: 15px;
}

legend {
	display: none;
}

fieldset {
	border: 0;
}

ol.comments {
	list-style: none;
	margin: 0;
	padding: 0;
}

ol.comments li .reply {
	color: #FFFFFF;
	margin: 10px 15px 10px 15px;
	padding: 10px;
	display: block;
	background: #444444;
	border: 1px solid #9FF3FF;
}

/**************************************************************
   Width classes used by the site columns
 **************************************************************/

.width100 {
	width: 100%;
}

.width75 {
	width: 74%;
}

.width50 {
	width: 49.7%;
}

.width33 {
	width: 32.7%;
}

.width25 {
	width: 24.7%;
}

/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

/**************************************************************
   Generic display classes
 **************************************************************/

.meta {
	background-color: #999999;
	padding-left: 15px;
	padding-bottom: 5px;
	color: #000000;
}

.clear {
	clear: both;
}

.block {
	display: block;
}

.small {
	font-size: 0.8em;
}

.green {
	color: #A1FF45;
}

.red {
	color: #EA1B00;
}

.grey {
	color: #666666;
}

.grey a {
	color: #999999;
}

.grey a:hover {
	color: #EEEEEE;
}

.gradient {
	margin-bottom: 2em;
	background: #555555 url(/images/7.jpg) repeat-x bottom left; 
}

/////////////

#gdx-bubble-main,#gdx-arrow-container {
    background-color: #ffd;
    z-index: 99997
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    color: #11c;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

.display-none {
    display: none!important
}

#gdx-bubble-main {
    border: 1px solid #999;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.5);
    box-shadow: 0 0 20px rgba(0,0,0,.5);
    color: #222;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: normal;
    padding: 9px;
    position: absolute;
    width: 300px
}

#gdx-bubble-main:after {
    clear: both;
    content: "";
    display: table
}

#gdx-bubble-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 16px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAYUlEQVQYV12PwQ2AMAwD2w3YBEaAycsIsAkbgC+qowikeyCfHLe31l5xiUM8gm8RQ2x9hmuRECIUNwL2KSwhRCh2BFda4j9CTlbBtQi5ySfy5mzMTXWka3FyEwLPzJv/TR8o8xvGTnBWXwAAAABJRU5ErkJggg==);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: .35
}

#gdx-bubble-close:hover {
    opacity: .8
}

#gdx-bubble-query-row {
    margin-bottom: 9px
}

#gdx-bubble-query,#gdx-bubble-audio-icon {
    display: inline-block;
    height: 20px;
    vertical-align: top
}

#gdx-bubble-query {
    font-size: 16px;
    font-weight: bold
}

#gdx-bubble-audio-icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAcUlEQVQ4y2P4//8/AyUYQhAH3gNxA7IAIQPmo/H3g/QA8XkgFiBkwHyoYnRQABVfj88AmGZcTuuHyjlgMwBZM7IE3NlQGhQe65EN+I8Dw8MLGgYoFpFqADK/YUAMwOsFigORatFIlYRElaRMWmaiBAMAp0n+3U0kqkAAAAAASUVORK5CYII=);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 8px;
    opacity: .5;
    width: 16px
}

#gdx-bubble-audio-icon:hover {
    opacity: 1
}

#gdx-bubble-meaning {
    line-height: 1.3
}

#gdx-bubble-options-tip,#gdx-bubble-more,#gdx-bubble-attribution {
    font-size: 12px;
    line-height: 1.3;
    margin-top: 9px
}

#gdx-bubble-options-tip {
    color: #c04
}

#gdx-bubble-more a {
    float: right;
    word-break: break-all
}

#gdx-bubble-attribution {
    color: #666;
    float: left;
    margin-right: 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 230px
}

#gdx-bubble-attribution a {
    color: #073
}

#gdx-arrow-main {
    position: absolute;
    z-index: 99998
}

#gdx-bubble-arrow-inner-up,#gdx-bubble-arrow-inner-down {
    background: transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    left: 2px;
    position: absolute;
    width: 0;
    z-index: 99999
}

#gdx-bubble-arrow-inner-up {
    border-bottom: 10px solid #ffd;
    top: 2px
}

#gdx-bubble-arrow-inner-down {
    border-top: 10px solid #ffd
}

#gdx-bubble-arrow-outer-up,#gdx-bubble-arrow-outer-down {
    background: transparent;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    left: 0;
    position: absolute;
    width: 0
}

#gdx-bubble-arrow-outer-up {
    border-bottom: 12px solid #999
}

#gdx-bubble-arrow-outer-down {
    border-top: 12px solid #999
}

.nytd_selection_button {
    display: none
}


