/* ======================================== GLOBAL ======================================== */
html {
	margin: 0;
	padding: 0;
}

body {
	color: #fff; font-family:Arial, Helvetica, sans-serif; font-weight: 200;
	margin: 0;
	padding: 0;
/*	background: #333 url('/images/light_wood_bg.jpg') repeat; */
	background: #333 url('/images/vertical_cloth.jpeg') repeat;
}	
#ajax_load_notification {
	bottom: 0px;
	position: fixed;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	background: rgba(37,255,24, .5);
	border-top: 1px solid rgba(0,0,0,.5); 
	text-shadow: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
a {
	cursor: pointer; 
	text-decoration: none; 
}
img {
	max-width: 100%;
	border: 0;
	border: none;
	outline: none;	
	border-radius: 3px;
	box-shadow: 0 1px 5px rgba(0,0,0,0.1);
}
.img_max {
	max-width: 100%;
}
hr {
	border: 0;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid rgba(255,255,255,.8);
	border-top: 1px solid rgba(0,0,0,.1);
}
.hline {
	height: 0px; 
	width: 100%; 
	margin: 0px auto 20px auto;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;	
} 
.hdottedline {
	margin: 0px 20px 20px 20px;
	border-bottom: 1px dotted #ccc;
}  
.hline2 {
	height: 0px; 
	width: 100%; 
	margin: 0px auto;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;	
}  

/* ======================================== TEXT ======================================== */
.text {
	font-family: 'Helvetica Neue', Helvetica;
	font-size: 14px;
	line-height: 20px;
	font-weight: 200;
	text-shadow: 0px 1px rgba(255,255,255,1);	
}
.text_right { 
	text-align: right;
}
.mobiletext {
	font-family: 'Helvetica Neue', Helvetica;
	font-size: 10px;
	line-height: 16px;
	font-weight: 200;
	text-shadow: 0px 1px rgba(255,255,255,1);	
}
.legendary {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	text-shadow: 0px 1px #000;
	color: #eee;
}
.legendary2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	text-shadow: 0px 1px #fff;
	color: #eee;
}
.legendary_li {
	margin-left: -15px;
/*	border-bottom: 1px solid rgba(0,0,0,0); */
		
}
.legendary_li:hover {
/*	border-bottom: 1px solid #25ff18; */
	
}

.nounderline a{
	text-decoration: none;	
}
@font-face {
	font-family: 'Neou-Thin';
	src: url('http://jessegagich.com/wp-content/themes/gagoose/inc/Neou-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}
.sitenametext {
	font-family: 'Helvetica Neue', Helvetica;
	font-size: 20px;
	line-height: 20px;
	text-shadow: 0px 1px rgba(255,255,255,1);	
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	line-height: 1em;
    word-wrap: break-word;
	font-weight: 200;
	color: #222;
	margin: 0 0 10px 0;
}
h1 {
	font-size: 30px; 
	line-height: 34px;
	
}
h2 {
	font-size: 24px; 
	line-height: 28px;
}
h3 {
	font-size: 20px; 
	line-height: 24px;
}
h4 {
	font-size: 18px; 
	line-height: 20px;
}
h5 {
	font-size: 16px; 
	line-height: 18px;
}
h6 {
	font-size: 14px; 
	line-height: 16px;
}
.h1override {
	font-size:30px;
	line-height:34px;
	font-weight: bold;
}
.streamoverride {
    word-wrap: break-word;
	color: #222;
	margin: 0 0 10px 0;
	font-size:30px;
	line-height:34px;
	font-weight: bold;
}

.extralargetext {
	font-size: 44px; 
	line-height: 48px;
	font-weight: 200;
}
.extralargetext a, .extralargetext a:hover, .extralargetext a:active {
	text-decoration: none;	
}
.largetext {
	font-size: 28px; 
	line-height: 32px;
	font-weight: normal;
}
.largetext a, .largetext a:hover, .largetext a:active {
	text-decoration: none;	
}
.mediumtext {
	font-size: 20px; 
	line-height: 24px;
	font-weight: 200;
}
.mediumtext a, .mediumtext a:hover, .mediumtext a:active {
	text-decoration: none;	
}

.graytext {
	color: #555;
}
.graytext a, .graytext a:visited, .graytext a:active {
	color: #555;
}
.graytext a:hover {
	color: #222;
}

.singletext {
	color: #222;
	text-shadow: 1px 1px rgba(255,255,255,.15);
	line-height: 19px;
	
}
.singletext a, .singletext a:visited, .singletext a:active {
	color: #06F;
	font-weight: normal;
/*	white-space: nowrap; */

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



.lightgraytext {
	color: #bbb;
}
.lightgraytext a, .lightgraytext a:visited, .lightgraytext a:active {
	color: #bbb;
}
.lightgraytext a:hover {
	color: #222;
}
/* ======================================== BACKGROUNDS =================================== */
.bgwhite {
	background: #fff;	
}

.bgf5f5f5 {
	background: #f5f5f5;	
}
.bgcloth {
	background: #efefef url('http://gagoose.com/wp-content/themes/gagoose/inc/images/vertical_cloth.jpeg') repeat;
}
.bgfilm {
	background: #efefef url('/images/film-grain-bg.jpeg') repeat;
}
.bgdarkfilm {
	background: #efefef url('/images/dfilm.jpg') repeat;
}
.bgtest {
	background: #25ff18;
}
.bgwhitegradient {
	background-image: -moz-linear-gradient(top, rgba(255,255,255,.5), rgba(255,255,255,.1)); 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,.5)), to(rgba(255,255,255,.1)));
}
.bgwhitegradient2 {
	background-image: -moz-linear-gradient(top, rgba(255,255,255,.9), rgba(255,255,255,.2)); 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,.9)), to(rgba(255,255,255,.2 )));
}
.bgwhite95 {
	background: rgba(255,255,255,.95);	
}
.bgwhite100 {
	background: rgba(255,255,255,1);	
}
.bgwhite75 {
	background: rgba(255,255,255,.75);	
}
.bgwhite50 {
	background: rgba(255,255,255,.5);	
}
.bgwhite35 {
	background: rgba(255,255,255,.35);	
}
.bgwhite30 {
	background: rgba(255,255,255,.30);	
}
.bgwhite25 {
	background: rgba(255,255,255,.25);	
}
.bgwhite20 {
	background: rgba(255,255,255,.20);	
}
.bgwhite15 {
	background: rgba(255,255,255,.15);	
}
.bgwhite10 {
	background: rgba(255,255,255,.10);	
}
.bgwhite05 {
	background: rgba(255,255,255,.05);	
}

/* ======================================== GENERIC ======================================== */
.fleft {
	float: left;	
}
.fright {
	float: right;	
}
.clearfix {
	clear: both;	
}
.nowrap {
	white-space: nowrap;	
}
.nodisplay {
	display: none;	
}
.display {
	display: block;	
}


/* ======================================== TEXTURES ======================================== */

.shadow {
	box-shadow: 0px 4px 4px rgba(0,0,0,.2);
	-webkit-box-shadow: 0px 4px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 4px 4px rgba(0,0,0,.2);	
}
.sidebarshadow {
	box-shadow: 2px 0px 8px rgba(0,0,0,.4); 
	-webkit-box-shadow: 2px 0px 8px rgba(0,0,0,.4);
	-moz-box-shadow: 2px 0px 8px rgba(0,0,0,.4);
}
.buttonshadow {	
	box-shadow: 0px 0px 8px rgba(0,0,0,.4);
	-webkit-box-shadow:  0px 0px 8px rgba(0,0,0,.4);
	-moz-box-shadow:  0px 0px 8px rgba(0,0,0,.4);
}

.blue-box {
	background: #bedcef;
	padding: 11px 13px 6px 13px; 
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px; 
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;	
}
.yellow-box {
	font-size: 12px;
	max-width: 300px;
	margin: 0 auto 10px auto;
	padding: 7px 8px 4px 8px; 
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px; 
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;	
	background-image: -moz-linear-gradient(top, #fff, #FAFAFA); 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#FAFAFA));
	box-shadow:inset 1px 1px 10px rgba(0,0,0,.10);
	-webkit-box-shadow:inset 1px 1px 10px rgba(0,0,0,.1);
	-moz-box-shadow:inset 1px 1px 10px rgba(0,0,0,.1);
	border-top: 1px solid rgba(0,0,0,.15);
	border-right: 1px solid rgba(0,0,0,.08);
	border-bottom: 1px solid rgba(0,0,0,.08);
	border-left: 1px solid rgba(0,0,0,.15);
}
.quote-box {
	border: 1px solid rgba(0,0,0,.15);
	box-shadow: inset 1px 1px 1px rgba(255,255,255,1);
	-moz-box-shadow: inset 1px 1px 1px rgba(255,255,255,1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(255,255,255,1);
	padding: 13px; 
	font-family: 'Times New Roman', Times, serif;
	font-size:14px; 
	
	line-height: 16px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px; 
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	margin-bottom: 5px;
}
.sunken {
	background: #fff; 
	background-image: -moz-linear-gradient(top, #fff, #FAFAFA); 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#FAFAFA));
	box-shadow:inset 1px 1px 10px rgba(0,0,0,.06);
	-webkit-box-shadow:inset 1px 1px 10px rgba(0,0,0,.06);
	-moz-box-shadow:inset 1px 1px 10px rgba(0,0,0,.06);
	border-top: 1px solid rgba(0,0,0,.15);
	border-right: 1px solid rgba(0,0,0,.08);
	border-bottom: 1px solid rgba(0,0,0,.08);
	border-left: 1px solid rgba(0,0,0,.15);
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px; 
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;	
	
}
.bordertopbottom {
	border-top: 1px dotted #aaa;	
	border-bottom: 1px dotted #aaa;	
	
}

.roundblack {

	box-shadow: 0px 0px 4px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,.1);

	border-right: 2px solid #bbb;
	border-bottom: 2px solid #bbb;

	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px; 
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;	
}
.rounded {
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
.smallrounded {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.raised {
	-webkit-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1);
/*	border-top: 1px solid rgba(255,255,255,.75);
	border-left: 1px solid rgba(255,255,255,.5); */
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px; 
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;	
	behavior: url(/pie/PIE.php); 	
}
.borderpop {
	border-bottom: 1px solid rgba(0,0,0,.13);
	border-left: 1px solid rgba(0,0,0,.08);
	border-top: 1px solid rgba(0,0,0,.08);
	border-right: 1px solid rgba(0,0,0,.13);	
}



/* ======================================== MARGINS & PADDING ======================================== */
.mb20 {
	margin-bottom: 20px;	
}
.mb10 {
	margin-bottom: 10px;	
}
.mb15 {
	margin-bottom: 15px;	
}
.mt20 {
	margin-top: 20px;	
}
.pt20 {
	padding: 20px 0 0 0;
}
.pt10 {
	padding-top: 10px;
}
.pb10 {
	padding-bottom: 10px;
}
.mtn5 {
	margin-top: -5px;	
}
.p20 {
	padding: 20px;
}
.p10 {
	padding: 10px;
}
.mt12 {
	margin-top: 12px;
}
.m20 {
	margin: 20px;	
}
.mr10 {
	margin-right: 10px;	
}
.ml10 {
	margin-left: 10px;	
}
.ml20 {
	margin-left: 20px;	
}
.mt10 {
	margin-top: 10px;	
}
.mb10 {
	margin-bottom: 10px;	
}
.p20 {
	padding: 20px;	
}
.pr20 {
	padding-right: 20px;
}
.pl20 {
	padding-left: 20px;
}
.pt20 {
	padding-top: 20px;
}
.pb20 {
	padding-bottom: 20px;
}

/* ======================================== NAVIGATION SPECIFIC ======================================== */
.navlink {
	font-family:"Courier New", Courier, monospace;
	color: #eee;
	
/*	background: #444;
 */	line-height: 25px;
	font-weight: 200;
	font-size: 14px;
	text-shadow: 1px 1px #000;
	padding: 1px 5px 0px 5px;
	border-radius: 13px;
	border: 1px solid rgba(0,0,0,.4);
	white-space: nowrap;
	box-shadow: 0px 0px 5px rgba(0,0,0,.3);	 
	background: rgba(0,0,0,.3);
	text-decoration: none;
}
.navlink:hover {
	color: #25ff18;
}

.footlink {
	
	font-family: "Courier New", Courier, monospace;
	color: #eee;
/*	background: #444;
 */	line-height: 25px;
	font-weight: 200;
	text-shadow: 1px 1px #000;
/*	padding: 1px 5px 0px 5px;
	white-space: nowrap;*/
}
.footlink:hover {
	color: #25ff18;
}
#footer {
	font-size: 14px;	
}

.header, .footer {
	
}
.selected {
	box-shadow: 0px 0px 5px #B9D3EE;
	border: 1px solid #B9D3EE;	
}
#navigation a:hover {
/*	box-shadow: 0px 0px 5px #25ff18;*/
/*	border: 1px solid #25ff18; */
/*	color: #25ff18;*/
/*	background: #555;*/
}
.glowgreen {
	border: 1px solid #25ff18;
/*	color: #ddd;
	*/
/*	border: 1px solid #f0f0f0;
	color: #fff;
/*	background: #555;*/
	
/*	-webkit-transition-duration: 500ms; */
/*	box-shadow: 0px 0px 5px #25ff18;*/
/*	border: 1px solid rgba(37,255,24,.1) /*#25ff18;	*/
}








/* ======================================== KEEP FOR LATER ======================================== */

.stream_container{
	margin: 0 auto 20px auto;
	border-radius: 3px;
	width: 588px;
}
.stream_top {
	padding: 10px 15px 10px 15px; 
	color: #555;
}
.stream_title {
	font-weight: bold;
	color: #333;
}
.stream_bottom {
	color: #bbb;
	padding: 5px 15px; 
	font-weight: 200;
}

.stream_bottom a {
	color: #bbb;
	font-weight: 200;
}
.stream_icon {
	height: 16px;	
	margin-bottom: -3px;
}




sup, 
sub,
small {
	font-size: 85%;
	line-height: 18px;
	margin: 0;
	padding: 0;
}


/* =Margins & Paddings
-------------------------------------------------------------- */
p, 
hr, 
dl, 
pre,
table,
address, 
blockquote {
	margin: 1.6em 0;
}

th, td {
	padding: .8em;
}

caption {
	padding-bottom: .8em;
}

blockquote {
	padding: 0 1em;
}

blockquote:first-child {
	margin: .8em 0;
}

input,
textarea {
/*	padding: .3em .4em .15em; */
}

select {
	padding: .1em .2em 0;
}

option {
	padding: 0 .4em;
}

dt {
	margin-bottom: .4em;
	margin-top: .8em;
}

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


label {
	display: inline-block;
	font-weight: 700;
	padding: 2px 0;
}


/* =Tables
-------------------------------------------------------------- */
th, 
td,
table {
	text-align: left;
	border: 1px solid #ddd;
	padding: 3px;
}


table {
	border-collapse: collapse;
	width: 100%;
	font-size: 12px;
	line-height: 14px;
}

/* =Lists
-------------------------------------------------------------- */
ul {
	list-style-type: disc;
}

ul ul {
	list-style-type: square;
}

ul ul ul {
	list-style-type: circle;
}

ol {
	line-height: 22px;
	list-style-position: outside;
	list-style-type: decimal;
}

dt {
	font-weight: 400;
}

/* =Blockquote
-------------------------------------------------------------- */
blockquote {
	background: #f9f9f9;
	border: none;
	border-left: 4px solid #d6d6d6;
	margin: 20px;
	overflow: auto;
	padding: 12px;
	font-family: 'Georgia', 'Times New Roman', Times, serif;
	font-style: italic;
	font-size: 18px;
	line-height: 26px;
	-webkit-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1);
} 

pre {
	font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;
	font-style: normal;
}

pre {
    -moz-box-sizing: border-box;   
	-moz-border-radius: 2px;
	-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
    -webkit-box-sizing: border-box;
	box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
    box-sizing: border-box;
	background: #f4f4f4;
	border: 1px solid #aaa;
	border-bottom-color: #ccc;
	border-radius: 2px;
    height: auto;
	margin: 0;
	outline: none;
	padding: 6px 10px;
	vertical-align: middle;
    width: 100%;
    word-wrap: break-word;
    white-space: pre-wrap;
}
.yellow {
	background: #FFFBCC;	
}

.p10 {
	padding: 10px;	
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


legend {
	padding: 2px 5px;
	
}
.legendtextclass {
	font-family: "Courier New", Courier, monospace;
	font-weight: 200;
	text-shadow: 1px 1px #000;


}
legend li a {

}


fieldset {
	margin: 0 0 20px 0;
	padding: 0;
	font-family: "Courier New", Courier, monospace;
	line-height: 25px;
	font-weight: 200;
	padding: 1px 5px 0px 5px;
	border-radius: 13px;
	border: 1px solid #222;
/*	box-shadow: 0px 0px 5px rgba(0,0,0,.3);	 */
}
fieldset p {
	margin: 0;
	padding: 0;	
}


fieldset {
	margin: 1.6em 0;
	padding: 0 1em 1em;
}

legend {
	padding-left: .8em;
	padding-right: .8em;
}

legend+* {
	margin-top: 1em;
}

#navlegend ul, #navlegend ol, 
#navlegend ol ol, 
#navlegend ul ol {
	margin: 0;
}


.threesixtall {
	min-height: 3600px;	
}






.sidebar_tile_size { 
	width: 103px;
}

.tile {
	font-family: "Courier New", Courier, monospace;
	padding: 0;  
	font-size: 11px; 
	
	font-weight: normal; 
	line-height: 15px;	
	margin: 0 0 10px 0;
	border: 1px solid #222;
}

.onwhitetile {
	font-family: "Courier New", Courier, monospace;
	padding: 0;  
	font-size: 11px; 
	
	font-weight: normal; 
	line-height: 15px;	
	margin: 0 0 10px 0;
	border: 1px solid #ccc;
}

.catimage {
	max-width: 70px; 
	max-height: 140px; 
	margin-top: 5px; 
	border: 2px solid #fff;
}
.colcss {
	margin: 0 10px 0 0;	 
}
.last {
	margin: 0;
}	
.imagestyle {
	text-align: center; 
	padding: 5px 0 0 0;	
}
.atext, atext:hover, atext:visited {
	color: #eee; 
	text-shadow: 1px 1px rgba(0,0,0,.5); 
	text-decoration: none;	
}
.textstyle {
	padding: 5px 8px 4px 8px;	
	text-align: left;
}
.left {
	float: left;	
}
.right {
	float: right;	
}
.aprice {
	color: #78AB46; 
	text-decoration: none;	
}
.abrand {
	color: #eee;	
	text-decoration: none;	
	text-align: left;
}
.tilebottom {
	background: rgba(0,0,0,.05); 
	text-shadow: 1px 1px rgba(0,0,0,.5); 
	padding: 5px 8px 3px 8px; 	
/*	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;*/
}



.inpageborderright {
	border-right: 1px solid #ccc;	
	-webkit-box-shadow: 1px 0px 0px #fafafa;
    box-shadow: 1px 0px 0px #fafafa;
}



/*
		border-radius: 4px;
		border-top: 1px solid #000;
		border-left: 1px solid #000;
		border-bottom: 1px solid #444;
		border-right: 1px solid #444;
		padding: 10px;
		background: rgba(0,0,0,.4);

*/

.grouping_nav {
		margin: 10px 0 0 0;
		width: 220px;
		font-family: "Courier New", Courier, monospace;
		line-height: 14px;
		text-align: left;
		font-size: 12px;

	}
	.grouping_nav ul {
		list-style-type: none;
		margin-left: 0px;
		line-height: 16x;
		
	}
	.sidegraytext {
		color: #eee;
		text-shadow: none;
	}
	.sidegraytext a, .sidegraytext a:visited, .sidegraytext a:active {
		color: #eee;
	}
	.sidegraytext a:hover {
		color: #0066FF;
	}
	
#fbclist {
	margin: 0; 
	overflow: hidden; 
	font-size: 12px; 
	font-weight: normal;
}
#fbclist li {
	margin: 0; 
	border-bottom: 1px solid #eee;
}
#fbclist li:hover {
	cursor: pointer;
	background: #eee;
	transition-property:background;
	transition-duration:.10s;
	transition-delay:0s;
	-moz-transition-property:background; 
	-moz-transition-duration:.10s;
	-moz-transition-delay:0s;
	-webkit-transition-property:background; 
	-webkit-transition-duration:.10s;
	-webkit-transition-delay:0s;
	-o-transition-property:background;
	-o-transition-duration:.10s;
	-o-transition-delay:0s;
}
	
/* *********************************************************************************************************************************************************************************************************************** */
/* *********************************************************************************************************************************************************************************************************************** */
/* *********************************************************************************************************************************************************************************************************************** */
/* *********************************************************************************************************************************************************************************************************************** */
/*                             ******************************************************************************************************************************************************************************************* */
/* SEARCH CSS                  ******************************************************************************************************************************************************************************************* */
/*                             ******************************************************************************************************************************************************************************************* */
/* *********************************************************************************************************************************************************************************************************************** */
/* *********************************************************************************************************************************************************************************************************************** */
/* *********************************************************************************************************************************************************************************************************************** */
/* *********************************************************************************************************************************************************************************************************************** */	

.search_results, .search_results a, .search_results a:hover, .search_results a:visited {
	text-decoration: none;
	color: #1122CC;
	font-size: 17px;
}
.search_link, .search_link p{
	text-decoration: none;
	color: #009933;
	font-size: 12px;
	line-height: 14px;
}
.search_excerpt {
	margin-top: 3px;	
}
.search_excerpt p{
	text-decoration: none;
	color: #222222;
	font-size: 14px;
	line-height: 18px;
}	


.sidenoteoverride { 
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;	
	font-family: "Courier New", Courier, monospace;
	color: #555;
}
.sidenoteli {
	margin: 0 0 -10px -10px;
	padding: 0;
	line-height: 24px;	
}
