/* 
Title:		efgbooks.com screen styles
Author: 	gordon@slickfishstudios.com
*/

html, body, table { 
	height: 100%;
	width: 100%; 
	margin: 0; 
	padding: 0;

	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #242424;
}
* html body {
	font-size: x-small; /* for IE5/Win */
	font-size: small; /* for other IE versions */
}
body {
	background: #191919;
}

td {vertical-align: middle;}

a:link, a:hover, a:visited, a:active {
	outline: none;
}
h1 {
	color: #242424;
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 16px;
	text-transform: uppercase;
	font-family: Rockwell, Georgia, Garamond, Palatino, Times, serif;
}
h2 {
	margin: 0;
	padding: 0 7px 0 15px;
	font-weight: bold;
	color: #656565;
	font-size: 12px;
	float: left;
}
h3 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #000000;
	font-size: 12px;
	text-align: center;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0 0 3px 15px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
h5 {
	margin: 5px 0 0 0;
	padding: 0;
	font-weight: bold;
	color: #CD3700;
	font-size: 12px;
	text-align: center;
}
h6 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #656565;
	font-size: 12px;
	text-align: left;
}
h7 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #656565;
	font-size: 12px;
	text-align: right;
}

#three-column .column h3 span a.header3 {
	color: #e3e3e3;
	text-decoration: none;
}
#three-column .column h3 span a.header3:hover {
	color: #e3e3e3;
	background: none;
	text-decoration: underline;
}
.posted {
	color: #444;
	font-size: 10px;
}
.newsposts {
	margin: 0 0 0 15px;
}	
.white {
	color: #efefef;
}
.nada {
	margin: 0;
	padding: 0;
}
.dateBox {
	font-size: 16px;
	font-family: Rockwell, Georgia, Garamond, Palatino, Times, serif;	
	font-weight: normal;
	background: #666;
	border: 1px solid #333;
	color: #fff;
	line-height: 1.8em;
	height: 1.8em;
	padding: 0 5px;
	margin: 0 4px 2px 0;
	display: block;	
	float: left;
}
.gray {
	color: #efefef;
	font-weight: bold;
	padding-bottom: 4px;
	display: block;
}
.red {
	color: #c00;
}
.left_side, .right_side {
	float: left;
	color: #666;
	font-size: 11px;
	line-height: normal;
	padding: 0;
	margin: 0 10px 3px 0;
}
.right_side {
	float: right;
	margin: 0 0 3px 10px;
}
.specs {
	background: #666;
	font-size: 11px;
	padding: 10px; 
	margin: 0;
	width: 280px;
	color: #ececec;
}
.specs hr {
	color: #ccc; 
	width: 280px;
	margin: 6px 0;
}
.bright {
	color: #fff;
}
.dim {
	color: #666;
}
.justify {
	text-align: justify;
}

/* *************** ALTERNATE FLASH CONTENT *************** */
#noflash {
	background: url(../images/no_flash-bkg.jpg) no-repeat left top;
	width: 900px;
	height: 600px;
	color: #fff;
}
#noflash #noflash-format {
	padding: 15px;
	text-align: center;
}

/* ***************//*************** */
/* ***************WRAPPERS*************** */
/* wrapper etc */
#wrapper { 
	margin: 0 auto;
	padding: 0;
	width: 900px;
}
#wrapper-inner { 
	margin: 0 auto;
	width: 900px;
	border: 1px solid #333;
}


#banner {
	width: 900px;
	height: 90px;
	background: #121212 url(../images/efg-banner.jpg) no-repeat left top;
}
#container {
	width: 900px;
	height: 485px;
	background: #ababab url(../images/efg-container-bkg.png) repeat-y left top;
	border-bottom: 1px solid #000;
}
#container #leftCol {
	float: left;
	width: 180px;
	height: 485px;
	overflow: hidden;
}


/* NAV */
#leftCol ul#nav {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0 0 4px 0;
	background: #1c1c1c;
}
#leftCol #nav li,
#leftCol #nav li.sub 
{
	margin: 0px 0;
	padding: 0;
	width: 180px;
	height: 1.8em;
	line-height: 1.8em;
	background: #1c1c1c;
}
#leftCol #nav li.sub  /* sub style */
{
	margin: 0;
	width: 180px;
	height: 1.6em;
	line-height: 1.6em;
	background: #272727;
}


#leftCol #nav li a,
#leftCol #nav li.sub a,
#leftCol #nav li.current a
{
	font-size: 11px;
	color: #999;
	text-decoration: none;
	display: block;
	padding: 0 0 0 18px;
	margin: 0 0 0 10px;
} 


#leftCol #nav li.current
{
	background: #272727;
} 

#leftCol #nav li a:hover,
#leftCol #nav li.sub a:hover
{
	color: #fff;
	text-decoration: none;
	background: #1c1c1c url(../images/glow-dot.gif) no-repeat left center;
} 

#leftCol #nav li.current a {
	color: #fff;
	text-decoration: none;
	background: url(../images/glow-dot.gif) no-repeat left center;
} 
#leftCol #nav li.current:hover {
	background: #343434;
} 
#leftCol #nav li.current a:hover {
	background: url(../images/glow-dot.gif) no-repeat left center;
}
#leftCol #nav li.sub a /* sub style */
{
	font-size: 10px;

	padding-left: 28px;
	background: none;
} 
#leftCol #nav li.sub a:hover /* sub style */
{
	font-size: 10px;
	color: #fff;
	padding-left: 28px;
	background: #272727;
	text-decoration: underline;
} 
#leftCol #nav li.sub:hover  /* sub style */
{
	background: #272727;
}

/* end NAV links */



/* rightCol */
#rightCol {
	float: left;
	width: 720px;
	height: 485px;
	overflow: auto;
	padding: 0;
	margin: 0;
}
#rightCol01 {
	float: center;
	width: 620px;
	height: 485px;
	overflow: auto;
	padding: 0;
	margin: 0;
}
#rightCol .format {
	padding: 10px 15px 10px 15px;
	font-size: 11px;
}
#rightCol a {
	text-decoration: underline;
	color: #000;
}
#rightCol a:hover {
	background: #343434;
	color: #ececec;
	text-decoration: none;
}
#rightCol .format ul.links {
	float: left;
	width: 250px;
	margin: 5px;
}
#rightCol .format ul.links li.header {
	text-transform: uppercase;
	font-weight: normal;
	font-family: "Trebuchet MS", Helvetica, Gill Sans, sans-serif;
	font-size: 1.25em;
	color: #fff;
	list-style-type: none;
	padding: 4px 4px;
	
	margin: 4px 0 4px -20px;
	background: #666;
}
#rightCol .format ul.links li {
	color: #fff;
}
#rightCol .format ul.links li a {
	text-decoration: none;
}
#flashcontent,
#no-image
{
	float: left;
	width: 350px;
	margin: 0 15px 3px 0;
}

#intro-flash {
	width: 600px;
	height: 275px;
	margin: 0 auto;
}
#breadcrumb {
	display: block;
	float: right;
	font-size: 11px;
	color: #343434;
}
#breadcrumb a {
	color: #666;
	text-decoration: none;
}
#breadcrumb a:hover {
	text-decoration: underline;
	background: none;
	color: #121212;
}


#details {
	line-height: 150%;
}
/* FADE NEWS */
#fade {
	width: 550px;
	height: 95px;
	margin: 0 auto;
	text-align: center;
}
#fade p {
	width: 550px;
	text-align: center;
	font-size: 12px;
	padding: 0 auto;
	margin: 0 auto;
	color: #007700;
}
#fade a {
	color: #007700;
	text-decoration: none;
	line-height: normal;
}
#fade a:hover {
	color: #ececec;
	text-decoration: none;
}


.clear {
	padding: 0;
	margin: 0;
	clear: both;
	display: block;
}


hr {
	color: #828282;
	background: #828282;
	border: none;
	height: 1px;
	width: 690px;
	margin: 20px auto;
}


#three-column {
	width: 690px;
	margin: 0 auto;
}
#three-column .column {
	float: left;
	width: 225px;
	margin: 0 7px 0 0;
	padding: 0;
}
#three-column .column h3 {
	font-size: 16px;
	font-weight: normal;
	color: #e3e3e3;
	background: #7d7d7d;
	width: 225px;
	padding: 0;
	margin: 0;
	font-family: Rockwell, Georgia, Garamond, Palatino, Times, serif;
}
#three-column .column h3 span {
	padding: 2px 0 2px 10px;
	margin: 0;
	display: block;
}
#three-column .column p {
	padding: 7px 0 10px 10px;
	margin: 0;
	color: #242424;
	font-size: 11px;
	line-height: 150%;
}

/* Gallery Set */
#gallery-set {
	width: 680px;
	margin: 0 auto;
	padding: 0;
}

#gallery-set .gallery-row {
	width: 100%;
	margin: 0 auto;
	padding: 0 0;
	clear: both;
	background: #ccc;
	overflow: auto;
}
.gallery-box {
	float: left;
	width: 150px;
	padding: 10px;
	margin: 0 0;
	text-align: center;
	font-size: 10px;
}
#gallery-set .current {
	background: #dedede;
}
#gallery-set b {
	color: #000;
}

#gallery-set .crop-block {
	width: 150px;
	height: 150px;
	background-color: #ccc;
	background-position: center center;
	background-repeat: no-repeat;
}
#gallery-set .crop-block a {
	background: none;
	outline: none;
}
#gallery-set .crop-block img {
	width: 148px;
	height: 148px;
	border: 1px solid #000;
}
.highlight img { /* dims the blank-box on top of thumbnails */
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.highlight:hover img { /* hids the dim blank-box on top of thumbnails */
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

/* INFO */
#info {
	width: 900px;
	height: 1.6em;
	line-height: 1.6em;
	padding: 0;
	margin: 0;
	background: #161616;
}
#info p {
	font-size: 10px;
	color: #8c8c8c;
	padding: 0;
	margin: 0;
}
#info p a {
	color: #8c8c8c;
	text-decoration: none;
}
#info p a:hover {
	color: #ececec;
	text-decoration: underline;
}
#info .dark {
	font-size: 11px;
	color: #787878;
}
/* ***************//*************** */
#footer { 
	width: 900px;
	clear: both;
	font-size: .80em;
	color: #404040;
	border: 0;
	margin: 0;
	padding: 0;
}
#footleft { 
	margin: 0;
	padding: 0;
	width: 30%;
	float: left;
}
#footleft p {
	margin: 0;
	padding: 5px 0 0 0;
}
#footmiddle { 
	float: left;
	margin: 0;
	padding: 0;
	width: 40%;
	display: inline;
	text-align: center;
}
#footmiddle p {
	margin: 0;
	padding-top: 5px;
}
#footright { 
	margin: 0;
	padding: 0;
	width: 30%;
	float: left;
	position: relative;
	text-align: right;
}
#footright p {
	margin: 0;
	padding: 5px 0 0 0;
}
#footer a {
	border-bottom: none;
	color: #404040;
	text-decoration: none;
	outline: none;
}
#footer a:hover {
	border-bottom: 1px dotted #95b0bf;
	color: #fff;
	text-decoration: none;
}
