/* * Style sheet for EricBrooks.Com Website * $Id: ericbrooks.css,v 10.1 2009/02/24 13:44:41 ebrooks Exp $ */
@charset "utf-8";
body {
	background-color: #006066;
}
a:link, a:active, a:visited {
	color: #003399;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline overline;
	background: #FFFFCC;
}
h1 {
	color: #9E4F9C;
	text-align: center;
	margin: 0.2em;
	font: oblique bold 2.6em "Times New Roman", Times, serif;
}
h2 {
	margin-top: 0;
	margin-bottom: 0;
	color: #9E4F9C;
	font: oblique bold 2em "Times New Roman", Times;
}
h3 {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 10px;
	color: #9E4F9C;
	font: bold 1.4em "Times New Roman", Times;
}
h4 {
	background: #ffffcc;
	letter-spacing: 10px;
	border-width: thin 0;
	border-color: #FFCC00;
	text-decoration: underline overline;
	margin: 0 2px;
	padding: 0 2px;
	text-align: center;
	color: #9E4F9C;
	font: bold 1.2em Arial, Helvetica, sans-serif;
}
hr {
	color: #FEFEFE;
	margin: 10px;
	border-top: 3px dotted #999999;
}
td {
	color : #000001;
	font: normal 10pt Verdana, Arial, Helvetica, sans-serif;
}
ul {
	list-style: inside;
	margin-left: -50px;
}
li {
	list-style: disc url(images/crosshair.png) inside;
}
p {
	color : #000001;
	font: 1em Arial, Helvetica, sans-serif;
}
input {
	color : #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}
select {
	color : #666666;
	font-family: "Comic Sans MS", Tekton, sans-serif;
	font-size: .8em;
}
textarea {
	color : #666666;
	font: normal .8em "Comic Sans MS", Tekton, sans-serif;
}
blockquote {
	text-align : justify;
	padding : 10px;
	border-right: 3px double #cccccc;
	border-left: 3px double #CCCCCC;
}
/* Classes */
.BaseNav {
	background-attachment: scroll;
	background-image: url(images/base_shadow.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	padding: 45px 100px 1px;
	margin-left: 10px;
	margin-right: 10px;
	border-left: 3px solid #828282;
	border-right: 3px solid #828282;
	border-bottom: 3px solid #828282;
}
.btn {
	background : #ffcc00 url(../../images/gradients/btn_bak.gif) repeat-x scroll left top;
	color : #000000;
	font: bold normal 0.91em Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;
}
.content {
	background-color: #fefefe;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000001;
	padding-right: 10px;
	padding-left: 10px;
}
.copyright {
	text-align: right;
}
.disclaimer {
	cursor : help;
	color : blue;
	font: normal 0.7em Verdana, Arial, Helvetica, sans-serif;
}
.disclaimer2 {
	font: normal 0.7em "Comic Sans MS", Tekton, Verdana, Arial, Helvetica, sans-serif;
}
.fineprint {
	color : #000001;
	font: 0.7em Arial, Helvetica, sans-serif;
}
.fineprint a, .fineprint a:link, .fineprint a:visited, .fineprint a:active {
	color : #000001;
	text-decoration: underline;
	font: 1em Arial, Helvetica, sans-serif;
}
.fineprint a:hover {
	color : #333333;
	background-color: #FFFFCC;
	text-decoration: underline overline;
	font: 1em Arial, Helvetica, sans-serif;
}
.infobox {
	margin : 0 1%;
	padding : 2%;
	border-top: thin solid #cccccc;
	border-right: thin solid #999999;
	border-bottom: thin solid #999999;
	border-left: thin solid #cccccc;
	list-style: url(../../images/buttons/rpointer.gif) none inside;;
}
.infoboxGold {
/* Legacy browsers */
	background : #ffc600 url(../../images/gradients/gold_grad.png) repeat-x scroll left bottom;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
/* Internet Explorer */
	*background: #ffc600;
	background: #ffc600\0/;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#FFfff2c5, endColorstr=#FFffc600);
/* Recent browsers */
	background-image: -moz-linear-gradient(top,#fff2c5,#ffc600);
	background-image: -webkit-gradient(linear,left top, left bottom,from(#fff2c5),to(#ffc600));
	margin : 0 1%;
	padding : 2%;
	border-top: thin solid #cccccc;
	border-right: thin solid #999999;
	border-bottom: thin solid #999999;
	border-left: thin solid #cccccc;
	list-style: url(../../images/buttons/rpointer.gif) none inside;
}
.infoboxBlue {
/* Legacy browsers */
	background: #7577d1 url(../../images/gradients/sky_grad.png) repeat-x scroll left bottom;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
/* Internet Explorer */
	*background: #7577d1;
	background: #7577d1\0/;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#FFbee4ff, endColorstr=#FF7577d1);
/* Recent browsers */
	background-image: -moz-linear-gradient(top,#bee4ff,#7577d1);
	background-image: -webkit-gradient(linear,left top, left bottom,from(#bee4ff),to(#7577d1));
	margin : 0px 1%;
	padding : 2%;
	border-top: thin solid #cccccc;
	border-right: thin solid #999999;
	border-bottom: thin solid #999999;
	border-left: thin solid #cccccc;
	list-style: url(../../images/buttons/rpointer.gif) none inside;
}
.infoboxPink {
/* Legacy browsers */
	    background : #feffff url(../../images/gradients/pink_grad.png) repeat-x scroll left top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
/* Internet Explorer */
	*background: #feffff;
	background: #feffff\0/;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#FFf7baff, endColorstr=#FFfeffff);
/* Recent browsers */
	background-image: -moz-linear-gradient(top,#f7baff,#feffff);
	background-image: -webkit-gradient(linear,left top, left bottom,from(#f7baff),to(#feffff));
	margin : 0px 1%;
	padding : 2%;
	border-top: thin solid #cccccc;
	border-right: thin solid #999999;
	border-bottom: thin solid #999999;
	border-left: thin solid #cccccc;
	list-style: url(../../images/buttons/rpointer.gif) none inside;
}
.TextBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FEFEFE;
	height: auto;
	width: 115px;
	padding: 0px;
	margin: 0px;
}
/* Fonts Section */
	.fonthead {
	font-size : 14px;
	font-weight : bold;
	text-transform : uppercase;
	color : #666666;
}
/* Blog Settings */	
.blogbody {
	color : #333333;
	font: normal 10pt Verdana, Arial, Helvetica, sans-serif;
}
.title {
	text-transform : uppercase;
	color : #003366;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}
.date {
	margin-bottom : 10px;
	color : #666;
	border: 1px solid #999;
	padding: 5px;
	font: normal 11px georgia, Verdana, Arial, sans-serif;
}
.posted {
	margin-bottom : 15px;
	color : #003366;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
.calendarhead {
	background : #ffffff;
	color : #003366;
	padding: 2px;
	font: bold 10px/14px Verdana, Arial, Helvetica, sans-serif;
}
.side {
	background : #ffffff;
	color : #333;
	font: normal 11px/14px Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
}
.sidetitle {
	margin-top : 10px;
	background : #eee;
	text-transform : uppercase;
	color : #666;
	letter-spacing : 0.2em;
	text-align : center;
	font: bold 11px/14px Verdana, Arial, sans-serif;
	padding: 2px;
}
.syndicate {
	margin-top : 5%;
	background : #eee;
	text-align : center;
	font: bold 0.8em/3em Verdana, Arial, sans-serif;
	padding: 1%;
	float: left;
} 
.postmetadata {
	background-color: #EEEEEE;
	border: 3px dotted #999999;
	text-align: left;
	padding: 3px;
	font-size: 11px;
}
.powered {
	border-top : 1px solid #cccccc;
	margin-top : 10px;
	text-transform : uppercase;
	color : #003366;
	border-bottom : 1px solid #ccc;
	letter-spacing : 0.2em;
	text-align : center;
	font: bold 9px/14px Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
}
.powered2 {
	padding-right : 2px;
	border-top : 1px solid #cccccc;
	padding-left : 2px;
	text-transform : uppercase;
	color : #003366;
	padding-top : 2px;
	text-align : left;
	font: bold 9px/14px Verdana, Arial, Helvetica, sans-serif;
}
.comments-body {
	background : #ffffff;
	color : #666;
	font: normal 11px/14px Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
}
.comments-post {
	background : #ffffff;
	color : #666;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}
.comments-head {
	margin-top : 10px;
	color : #666;
	border: 1px solid #999;
	padding: 5px;
	font: normal 11px georgia, Verdana, Arial, sans-serif;
}
.comments-body {
	padding-right : 10px;
	padding-left : 10px;
	background : #fff;
	color : #333;
	font: normal 11px/12px Verdana, Arial, sans-serif;
}
.checkbox {
	border-right : 0 inset #ffffff;
	border-top : 0 inset #ffffff;
	display : inline;
	background : #ffffff;
	border-left : 0 inset #ffffff;
	border-bottom : 0 inset #00ffff;
}
.checkbox2 {
	border-right : 1px inset #ffffff;
	border-top : 1px inset #ffffff;
	display : inline;
	background : #000000;
}
.quote {
	font: bold 7pt Verdana, Arial, Helvetica, sans-serif;
}
#quote {
	text-align : justify;
	padding : 10px;
	color : #666666;
	width : 95%;
	border-right: 3px double #cccccc;
	border-left: 3px double #cccccc;
}
/* * For the new Phoenix Layout System */
.alt1 {
	font-size: 0.9em;
	color : #333333;
	background : #fefefd;
	margin : 0px 0px 1%;
	padding : 1% 3%;
	border : 1px solid #fefefe;
	position: relative;
	float: left;
	width: 94%;
}
.alt2 {
	font-size: 0.9em;
	color : #333333;
	background : #eeeeee;
	margin : 0px 0px 1%;
	padding : 1% 3%;
	border : 1px solid #cccccc;
	position: relative;
	float: left;
	width: 94%;
}
div.showcase_image {
	position: relative;
	float: left;
	width: auto;
}
.subhead {
	font : bold 1.3em Arial, Helvetica, sans-serif;
	color : #666699;
	text-decoration : none;
}
.subhead a:link, .subhead a:visited, .subhead a:active {
	color : #999;
	text-decoration : underline;
}
.subhead a:hover {
	color : #999;
	text-decoration : underline overline;
}

.pricebar {
	background : #ffffcc;
	font : bold 1.0em Arial, Helvetica, sans-serif;
	text-align : right;
	border : 1px solid #d7ac00;
	margin : 10px 0pt 0pt 10px;
	padding : 3px 10px 3px 3px;
}
.pricebar a, .pricebar a:active, .pricebar a:link, .pricebar a:visited {
	text-decoration : underline;
}
.pricebar a:hover {
	color : #000000;
	text-decoration : underline overline;
	background : #ffcc66;
}
.warning {
	font-weight : bold;
	color : #cc0000;
}
.dbdescription {
	text-align : justify;
	border-top : 1px solid #cccccc;
	border-right : 1px solid #999999;
	border-bottom : 1px solid #999999;
	border-left : 1px solid #cccccc;
	background: #eeeeee url(../../images/gradients/dbdescription.jpg) repeat scroll;
	font-size: 13px;
	padding: 10px 25px 5px;
}
/* * For the Freestuff Section */
.dload_table1 {
	background: #FFFFFE;
	margin: 0px 10px;
	padding: 0px 5px;
	border: 1px dashed #FFCC00;
}
.dload_table2 {
	background: #FFFFCC;
	margin: 0px 10px;
	padding: 0px 5px;
	overflow: hidden;
	border: 1px dashed #CCCCCC;
}
.dload_table2 h1 {
	padding-bottom: 10px;
}
.dload_title {
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	margin: 3px 30px 10px 0px;
}
.dload_txt {
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: justify;
	display: inline;
	padding: 5px;
	margin: 10px 0px;
}
.dload_buttons {
	margin: 5px 60px 0px 5px;
}
.goldfield legend {
	font: bold 0.8em Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
.goldfield {
	background: url(../../images/gradients/yellow_grad.jpg) repeat-x scroll left bottom;
	border: 2px solid #FFCC00;
}
/* Daily Carlin */
#carlin_container {
	height: 278px;
	width: 465px;
	position: relative;
	margin-top: 10px;
}
#carlin_img_container {
	float: left;
	height: 278px;
	width: 196px;
	margin-right: 5px;
	overflow: hidden;
	position: relative;
	margin-top: 5px;
}
#carlin_dlg_container {
	font: 13px Arial, Helvetica, sans-serif;
	float: left;
	height: 278px;
	width: 260px;
	position: relative;
}
#carlin_talk_bubble {
	background: url(../../images/carlin/carlin_talk_bubble.png) no-repeat scroll left top;
	height: 168px;
	width: 264px;
	position: relative;
	float: left;
	margin-top: 10px;
	overflow: visible;
	visibility: visible;
}
#carlin_dlg {
	padding: 10px 20px 10px 10px;
	position: relative;
}
#carlin_qt_l {
	background: url(../../images/carlin/carlin_quot_l.png) no-repeat scroll left top;
	float: left;
	height: 19px;
	width: 27px;
	margin: 7px 7px 1px;
}
#carlin_qt_r {
	background: url(../../images/carlin/carlin_quot_r.png) no-repeat scroll right bottom;
	float: right;
	height: 19px;
	width: 27px;
	margin: 7px;
	bottom: 20px;
}
#carlin_link {
	position: relative;
	float: left;
	height: 20px;
	text-align: center;
	padding-left: 60px;
	border-bottom: 1px dotted #999;
}
#carlin_fb_like {
	float: left;
	height: 20px;
	padding-left: 10px;
}
#carlin_syndicate {
	text-align: center;
	height: 52px;
	position: relative;
	padding-left: 30px;
	position: relative;
	float: left;
	border-top: 2px dotted #999;
	padding-top: 10px;
	margin-top: 10px;
}
/* End Daily Carlin */
/* LightBox Styles for Showcase Items */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../../images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../../images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/* /End Lightbox Styles */

