/* JASON CHIN ILLUSTRATION */


/* COLORS
Light Brown: #cecab7;
Dark Brown: #635045;
Menu Background: #d0bfa1;
red: #da2900; da2900
*/


/* GENERAL RULES */
body {
	background-color: #eee;
	font-size: 12px;
	font-family: georgia, "times-new roman", times,  serif;
	font-weight: normal;
	margin: 0px auto;
	text-align: left;
	color: #635045;
	background-image:url(../images/main-bg.gif);
	background-repeat: repeat-y;
	background-position:center;
	line-height:1.5em;
	}
img {
	border: 0px;
	}
table td{
	text-align: left;
	padding: 0;
	}
a {
	color: #635045;
	}	
a:hover {
	color: #da2900;
	}
h1, h2, h3, h4, h5, h5{margin:0 0 1em 0; padding:0;}

h1{font-size: 1.8em;}
h2{font-size: 1.6em;}
h3{font-size: 1.4em;}
h4{font-size: 1.2em;}
h5{font-size: 1em;}
h6{font-size: .8em;}

.clear {clear:both;}	
	
/* MAIN CONTENT
----------------------------------------------------------------*/
#main_container {
	margin: 0px auto;
	width: 800px;
	height: 100%;
	position: relative;
	background-color:#fff;
	}
#menu {
	margin: 0 auto;
	width: 800px;
	height: 29px;
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	border-top:1px solid #635045;
	border-bottom:1px solid #635045;	
	background-color:#d0bfa1;
	text-align:center;
	margin-bottom:10px;	
	}
#menu a {
	margin: 0 10px;
	}	
#content {
	width: 780px;
	margin: 0 0 0 10px;
	padding-top:10px;
	}
	
/* LEFT COLUMN
----------------------------------------------------------------*/
#left_col {
	width: 180px;
	color: #635045;
	vertical-align: top;
	padding: 0 20px 0 0;
	}
#left_col .contentBox{
	background-color: #EBEAE2;	
	margin-bottom:15px;
	border:1px solid #ddd;
	}	
#left_col .header {
	background-color: #CECAB7;
	color: #fff;
	text-align: center;
	font-weight: bold;
	height: 27px;
	}	
.portfolio_menu{
	list-style:none;
	padding:0;
	width:180px;
	margin:0;
	font-size:1em;
	line-height:1.2em;
	}	
.portfolio_menu li{
	width:180px;
	background-image:url(../images/buttonBg-off.jpg);
	background-repeat: repeat-x;
	margin:1px auto;
	background-color:#c5b498;
	}		
.portfolio_menu li:hover{
	width:180px;		
	background-image:url(../images/buttonBg-on.jpg);
	background-repeat: repeat-x;
	margin:1px auto;
	background-color:#c8b799;
	}
.portfolio_menu li a{
	text-decoration:none;
	display:block;
	text-align:right;
	font-weight:bold;
	padding-right:20px;
	margin-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	}		
.portfolio_menu li a:hover{
	background-image:url(../images/arrow-subMenu.gif);
	background-repeat: no-repeat;
	background-position:right;
	}	
.portfolio_menu li.selected{
	width:180px;		
	background-image:url(../images/buttonBg-on.jpg);
	background-repeat: repeat-x;
	background-color:#c8b799;
	margin:1px auto;
	}		
.portfolio_menu li.selected a{
	background-image:url(../images/arrow-subMenu.gif);
	background-repeat: no-repeat;
	background-position:right;
	color:#da2900;
	}
 #mailingList{
	 width: 180px;
	 }
 #mailingList table{
	 margin-top:5px;
	 }	
 #mailingList td{
	 width: 180px;
	 text-align: center;
	 padding: 0 0 5px 0;
	 }	
 #buyButton{
	 border: 1px solid #fff;
	 display: block;
	 width: 132px;
	 margin: 0 auto;
	 }		
 #news {
	 margin:10px;
	 }
 #news h4{
	 margin: 10px 0 2px 0;
	 font-size:1em;
	 }
 #news dt{
	 margin: 0 0 0 5px;
	 }
 #news a{
	 color: #635045;
	 }
 #news a:hover{
	 color: #da2900;
	 }	
	
/* RIGHT COLUMN
----------------------------------------------------------------*/
#right_col{	
	background-color: #fff;
	vertical-align: top;
	font-size:1.2em;
	}
#galleryAbove{
	margin:0px 0 10px 0;
	}
#gallery {
	background-color: #fff;
	text-align: center;
	vertical-align: top;
	border:1px solid #cecab7;
	padding-bottom:4px;
	}
input.submitButton{
	border: 1px solid #bdb9a6;
	width: 140px;
	height: 25px;
	color: #635045;
	font-size: 11px;
	font-weight: bold;
	margin: 3px auto;
	background-image: url(../images/buttonBg-off.jpg);
	}
input.submitButton:hover{
	color: #da2900;
	cursor: pointer;
	background-image: url(../images/buttonBg-on.jpg);
	}			

/* One Column
----------------------------------------------------------------*/
.#oneCol{
	
	}

/*Home
----------------------------------------------------------------*/
#home .featureOuter{
	/*background-image:url(../images/home-feature-repeat.jpg);
	background-repeat:repeat-y;*/
	width:780px;
	margin-bottom:15px;
	}		
#home .featureInner{
	background-image:url(../images/home-feature-bg.jpg);
	background-repeat:no-repeat;
	width:780px;	
	height:323px;
	}	
#home .featureInner .mainLink{
	display:block;
	float:left;
	width:545px;
	height:300px;
	}	
#home .featureContent {
	margin:0;
	padding:0;
	font-size:1.2em;
	position:relative;
	}
#home .featureContent .featureText{
	position:absolute;
	top:-10000px;
	left:-10000px;
	}
#home .featureContent h3 {
	color:#f54525;
	font-style:italic;
	}	
	
#home a.bigButton{
	border: 1px solid #bdb9a6;
	color: #635045;
	padding:3px 6px;
	background-image: url(../images/buttonBg-off.jpg);
	background-repeat:repeat-x;
	background-color:#d0bfa1;
	text-decoration:none;
	display:block;
	text-transform:uppercase;
	font-size:11px;
	margin-bottom:5px;
	text-align:center;
	}
#home a.bigButton:hover{
	color: #da2900;
	cursor: pointer;
	background-image: url(../images/buttonBg-on.jpg);
	}
#home .bigButtons{
	width:180px;
	position:absolute;
	top:220px;
	right:10px;
	}

#home .box{
	background-color:#fff;
	border:1px solid #cecab7;
	margin:0 0 15px 0;
	}
#home .header{
	text-align:left;
	background-color: #CECAB7;
	color: #fff;
	padding:8px;
	}
#home .header img{
	display:block;
	}	
#home table.newsBooks td{
	vertical-align:top;
	}
#home .news{
	width:250px;
	}
#home .news a.moreEvents{
	display:block;
	text-align:right;
	padding:3px 6px;
	text-decoration:none;
	font-weight:bold;
	}		
#home .otherBooks{
	margin-left:10px;
	}
#home .otherBooks .bookSlider{
	width:518px;
	margin:0 auto;
	overflow:auto;
	height:280px;
	}
#home .otherBooks .bookSlider table td{
	padding:0 10px 0 0;
	text-align:center;
	font-weight:bold;
	vertical-align:top;
	}
#home .otherBooks .bookSlider table td img{
	margin: 10px 0px 5px 10px;
	}
#home .otherBooks .bookSlider table td.first{
	padding-left:10px;
	}	
#home .otherBooks .bookSlider table td a{
	text-decoration:none;
	}
#home .mailingList .header {
	background-image:url(../images/homeHeader-mailingList.gif);
	background-repeat:no-repeat;
	background-position:10px center;
	text-align:right;
	padding:0;
	margin:0;
	border-top:8px solid #cecab7;
	border-bottom:8px solid #cecab7;
	}	
#home .mailingList form{ 
	margin:0;
	padding:0;
	}
#home .mailingList form input{ 
	width: 150px;
	margin: 0 10px 0 0;
	}
#home .mailingList form .homeSubmit{ 
	width:80px;
	}


/*Books
----------------------------------------------------------------*/
#books {
	font-size:1.2em;
	text-align:center;
	}
#books table{
	margin:0 auto;
	}
#books table td{
	padding:10px;
	text-align:center;
	font-weight:bold;
	vertical-align:top;
	width:200px;
	margin:0 auto;
	}
#books table img{
	margin-bottom:5px;
	}
#books td a{
	text-decoration:none;
	text-align:center;
	}
#books td.noBorder{
	border:1px solid #fff;
	}
#galleryAbove{
	}
#galleryAbove .bookMenuContainer{
	width:220px;
	text-align: center;
	float:right;
	border:1px solid #cecab7;
	margin: 0 0 10px 10px;
	}
#galleryAbove .bookMenuContainer img{
	margin:10px 0;
	border:1px solid #cecab7;
	}	
#galleryAbove .bookMenuContainer a{
	border: 1px solid #bdb9a6;
	color: #635045;
	font-weight: bold;
	padding:6px 0;
	margin: 0 auto 10px auto;
	width:200px;
	background-image: url(../images/buttonBg-off.jpg);
	background-repeat:repeat-x;
	background-color:#d0bfa1;
	text-decoration:none;
	display:block;
	}
#galleryAbove .bookMenuContainer a:hover{
	color: #da2900;
	cursor: pointer;
	background-image: url(../images/buttonBg-on.jpg);
	}	
#galleryAbove h2{
	line-height:1.2em;
	margin:0;
	}
#galleryAbove h4{
	line-height:1.2em;
	}
#galleryAbove .prints{	
	border: 1px solid #bdb9a6;
	padding:15px;
	text-align:center;
	}	
.top{
	display:block;
	text-align:right;
	margin:10px 10px; 0px 0;
	}

a.styledButton{
	border: 1px solid #bdb9a6;
	color: #635045;
	font-weight: bold;
	padding:6px 20px;
	width:150px;
	background-image: url(../images/buttonBg-off.jpg);
	background-repeat:repeat-x;
	background-color:#d0bfa1;
	text-decoration:none;
	text-align:center;
	}
a.styledButton:hover{
	color: #da2900;
	cursor: pointer;
	background-image: url(../images/buttonBg-on.jpg);
	}

	
	
/*Portfolio
----------------------------------------------------------------*/

		

/*Store
----------------------------------------------------------------*/

#store{
	}

#store .bookContainer{
	border-top: 1px solid #cecab7;
    margin-bottom:20px;
    padding-top:20px;
	font-size:.9em;	
	}

#store .bookContainer img{
	float:left;
	border: 1px solid #cecab7;
	margin: 0 10px 0 0 ;
	}

#store .bookContainer h3{
	margin:0 0 10px 0;
	}
#store .bookContainer h5{
	margin:0 0 25px 0;
	}	
	
#store .bookContainer a{
	border: 1px solid #bdb9a6;
	color: #635045;
	font-weight: bold;
	padding:6px 10px;
	width:150px;
	background-image: url(../images/buttonBg-off.jpg);
	background-repeat:repeat-x;
	background-color:#d0bfa1;
	text-decoration:none;
	text-align:center;
	}
#store .bookContainer a:hover{
	color: #da2900;
	cursor: pointer;
	background-image: url(../images/buttonBg-on.jpg);
	}

/*News
----------------------------------------------------------------*/

#news table{
	width:100%;
	}

#news table td{
	border-bottom:1px solid #cecab7;
	padding:15px 10px;
	vertical-align:top;
	}
#news table th{
	background-color: #cecab7;
	color:#fff;
	padding: 3px 10px;
	}

#news table td.leftCol{
	}
#news table td.rightCol{
	
	}



/*Contact
----------------------------------------------------------------*/
	#links{
		float: right;
		width: 180px;
		border: 1px solid #CECAB7;
		margin: 0 10px 0 0;
		background-color: #EBEAE2; 
		font-size:.8em;
		}	
	#links h4{
		margin: 15px 0 5px 8px;
		}
	#links h3{
		background-color: #CECAB7;
		color: #fff;
		margin: 0;
		text-align: center;
		padding: 2px;
		}	
	#links a{
		display: block;
		margin: 0 0 5px 8px;
		}	
		
		
/* FOOTER 
----------------------------------------------------------------*/
#footer {
	background-repeat: no-repeat;
	background-color: #fff;
	text-align: right;
	font-size: 10px;
	}
#footer_book {
	background-image: url(../images/footer_book_bg.gif);
	background-repeat: no-repeat;
	background-color: #635045;
	height: 60px;
	padding: 05px 35px 0 0;
	text-align: right;
	font-size: 10px;
	}	
		
