/* Main CSS Style Sheet for Daigen Graphics - Version 5 */
/* Created: 01-19-2010 by: Ben Kim */
/* Last Updated: 04-29-2011 by: Ben Kim */

/* -------------------------------- Start Global Selectors ------------------------------ */
body {
	background: white url(../images/main_bk_fiber01.gif) top left;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 1em;
	}
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6, div, span {
	font-family: "museo-sans-1","museo-sans-2", Verdana, sans serif;
	color: #666666;
	}
img {
	display: block;
	border: 0;
	}
.clearAll {
	clear: both;
	margin: 0px;
	padding: 0px;
	line-height: 1px;
	height: 1px;
	}
/* Headers */
h1 {
	position: absolute;
	top: 184px;
	left: 10px;
	width: 700px;
	margin: 0px;
	padding: 0px;
	color: white;
	text-shadow: 2px 2px 2px #663300;
	text-align: left;
	font-size: 24px;
	}
h2 {
	color: #666666;
	font-weight: 500;
	}
/* What am I reading now section: .readingNow */
.readingNow h5 {
	color: white;
	font-size: 0.9em;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-bottom: 0px;
}
.readingNow ul {
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 24px;
	padding-left: 24px;
	font-size: 0.8em;
}
.readingNow .bookExpand {
	background-image: url(../images/dwnArrow.png);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	padding-left: 14px;
	color: #663300;
	cursor: pointer;
	}
.readingNow .bookExpandSubTitle {
	font-style: italic;
	font-weight: normal;
	font-size: 0.8em;
	display: block;
}
/* Links */
a:link, a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #663300;
	}
a:hover {
	text-decoration: underline;
	color: white;
	}
#topNav a {
	color: white;
	}
#topNav a:hover {
	color: #FFC800;
	text-decoration: none;
	}
a.blankSite {
	background-image: url(../images/genArrow.png);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 14px;
	}
a:Hover.blankSite {
	background-image: url(../images/genArrow_over.png);
	}
a.blurbExpand {
	background-image: url(../images/dwnArrow.png);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 14px;
	font-size: 0.95em;
	}
a:Hover.blurbExpand {
	background-image: url(../images/dwnArrow_over.png);
	}
.hidden {
	display: none;
	margin: 4px 0px 0px 0px;
	}
.unhidden {
	display: block;
	}
.bookdetail {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	}
.bookblurb {
	color: #666666;
	padding: 10px;
	margin: 4px 0px 0px 0px;
	background-color: white;
	background-image: url(../images/bookblub_bk_v3.gif);
	background-repeat: no-repeat;
	background-position: 10px top;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: block;
	behavior: url(PIE/PIE.htc);
	}
/* --------------------------------- End Global Selectors ------------------------------- */
/* ------------------------------ Start Main Template Selectors ------------------------- */		
#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	background-color: transparent;
	background-image: url(../images/hdr_bk_waves01.gif);
	background-position: 0px 20px;
	background-repeat: repeat-x;
	}
#topNav {
	background: #663300;
	color: white;
	margin: 0px;
	padding: 4px 8px 4px 8px;
	text-align: left;
	font-size: 0.6em;
	}
#header {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 200px;
	width: 100%;
	background: transparent url(../images/header_bk_orangeCrush.gif) repeat-x bottom left;
	}
#footerNav {
	background: transparent url(../images/ftr_bk_yama01.gif) bottom left;
	color: white;
	margin: 0px;
	padding: 0px;
	text-align: right;
	height: 48px;
	}
#content {
	display: block;
	clear: both;
	padding: 0px 10px 20px 10px;
	margin: 0px;
	text-align: left;
	}
/* ------------------------------ End Main Template Selectors --------------------------- */		
/* ----------------------- Start Portfolio and Showcase Selectors ----------------------- */		
.showcaseContainer {
	display: block;
	clear: both;
	width: 660px;
	padding: 20px;
	margin: 20px 0px 0px 0px;
	background: black;
	opacity: 0.8;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 6px #000;
	behavior: url(PIE/PIE.htc);
	}
.showcaseExample {
	clear: both;
	margin: 20px auto 0px auto;
	padding: 0px;
	width: 640px;
	background: url(../images/mg_cls_hp_full.png) no-repeat top center;
	opacity: 1;
	}
.showcaseExample h3 {
	color: white;
	margin: 0px 0px 0px 0px;
	padding-bottom: 0px;
	padding-top: 320px;
	}
.showcaseExample p {
	margin-top: 2px;
	padding-top: 0px;
	font-size: 0.95em;
	color: #CCC;
	}
.showcaseContent {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 40%;
	font-size: 1.3em;
	}
.showcaseContent p:first {
	margin-top: 20px;	
	}
.showcaseContent p strong {
	color: #333;	
	}
.portfolioContainerRight {
	float: left;
	width: 50%;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}
.portfolioContent > h2 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.portfolioContent > ul {
	margin: 0px;
	padding: 0px;
}
.portfolioContent > ul > li {
	display: inline-block;
	margin-bottom: 4px;
}
.portfolioContent > ul > li a:link, .portfolioContent > ul > li > a:visited {
	display: block;
	padding: 4px;
	border: 1px dotted #663300;
}
/* -----------------------End Portfolio and Showcase Selectors --------------------- */		
/* -------------------------------- Start Logo Selectors -------------------------------- */		
#headerLogo {
	position: absolute;
	padding: 0px;
	top: 20px;
	right: 0px;
	width: 338px;
	height: 57px;
	behavior: url(PIE/PIE.htc);
	}	
#logo {
	display: block;
	padding: 0px;
	margin: 0px;
	width: 338px;
	height: 57px;
	background: transparent url(../images/logo_v4.png) no-repeat bottom left;
	}		
a#logo:hover {
	background: url(../images/logo_v4.png) no-repeat bottom left;
	}	
.alt {
	display: none;
	}
/* --------------------------------- End Logo Selectors --------------------------------- */
/* ----------------------------- Start Validators Selectors ----------------------------- */
#w3cContainer img {
	float: left;
	margin: 4px;
	}
/* ----------------------------- End- Validators Selectors ------------------------------ */
/* ---------------------- Start JQuery UI Component containers -------------------------- */
.ui-widget-content {
	/*display: none;*/
	border: 1px dotted #660;
	background: none; /*#000000;*/
	color: #666666;
	padding: 0px;
	margin-top: 20px;
	}
.ui-widget-content a {
	color: #663300;
	}
.ui-widget-header {
	border: none;
	background-color: none; /*url(../images/main_bk_top_reverse.gif) repeat-x bottom;*/
	color: #666666;
	font-weight: bold;
	}
.ui-widget-header a {
	color: #663300;
	}
/* Interaction states */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: none;
	background: none;
	}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { 
	border: none;
	background: transparent url(../images/main_bk_fiber01.gif) top left;
	}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border: none;
	background: transparent url(../images/main_bk_fiber01.gif) top left;
	}
/* ----------------------- End JQuery UI Component containers --------------------------- */
