/* .............................. */
/* 	Version 2.0
	Author: Chris Cheung, http://zhiwancheung.com
	Date: June 21, 2011 */
/* .............................. */



/* .............................. */
/* Main */
/* .............................. */

* { margin: 0; padding: 0; }
* :focus { outline: 0; }
html { overflow: scroll }
a:active { color:#000000; text-decoration: none; }
a:visited {	color:#000000; text-decoration: none; }
a:link { color:#000000; text-decoration: none; }
a:hover { color:#fff; text-decoration: none; background:#000000; }

body { background: #fff; font-family: times, Book Antiqua, serif; size:12px;color: #333; }
.right  { float:right; }
.left { float:left;	}	
.center { text-align:center; }
.margin_center { margin:0 auto; }
.bold {	font-weight:700; }
.text_just { text-align:justify;}
.clear { clear:both; }	
.download { font-size:14px; }
.caption { font-size:11px;	}
.italic  { font-style:italic; }
.underline  { text-decoration:underline; }


/* .............................. */
/* Splash */
/* .............................. */

#center  { width:600px;	margin:50px auto 0; }
#center img  { border-style:none; }
#center a:hover  { text-decoration:none; background:#fff; }



/* .............................. */
/* Navigation */
/* .............................. */

#nav  {	padding:0; margin:25px auto; width:400px; }
table#navbar  {	border:none; font-size:17px;	padding:0px: margin:0px; width:400px; text-align:center; }
#nav .current { text-decoration:underline; }

/*#navigation  { margin:0; padding:5px 0 0 5px; }
#name  { font-family:times, Book Antiqua, serif; font-size:21px; padding:0;	text-align:left; position:absolute; }
	
Myriad, Verdana, Arial, times, sans-serif;
ul.navbar {	margin:0 0 0 175px;	}
ul.navbar li  {	list-style:none; display:inline; padding-top:8px; }
ul.navbar a  { font-family:times, Book Antiqua, serif; font-size:15px; padding:10px 5px 1px 5px; }
ul.navbar li.current { padding:7px 0 1px 0; background:#000; }
ul.navbar li.current a  { color:#fff; } */


/* .............................. */
/* Content */
/* .............................. */

#content  { width:600px; margin:40px auto 10px; }
.content_left { width:280px; }
.content_right { width:280px; }
#left_col  { width:600px; float:left; }
#right_col  { width:250px; margin-top:30px; float:right; }


/* .............................. */
/* Gallery */
/* .............................. */

.galleria-thumbnails-list { display: none; }
#images  { padding:10px; width:600px; margin:0 auto; }
table#thumb  { border:none; width:600px; margin:0; padding-top:15px; text-align:center;	}
table#thumb a {	color:#fff;	}
table#thumb a:hover { background:#fff; }
#galleria_wrapper { width:550px; margin:0 auto; }
		
	
/* .............................. */
/* Image */
/* .............................. */
#view  { padding:10px; width:600px; margin:0 auto; font-size:14px; }	
#view img  { display:block; margin:auto; }
p.img_nav  { text-align:center;	border:0; padding:10px 0 15px; }
p.info  { text-align:center; color:#000; border:0; padding:20px; }

/* .............................. */
/* Bio Table */
/* .............................. */
#bio { padding:10px; width:600px; margin:45px auto; }
table#bios { background-color:#fff; border: none; width: 600px; font-size:14px; line-height:160%; }
table#bios a  { text-decoration:none; color:#afafaf; }
table#bios a:hover  { text-decoration:none; color:#fff; background:#000; }
.indent { font-weight:bold; font-size:14px;	letter-spacing:0px;	color:#000;	padding:0px; margin:0px; }
.h1  { font-weight:bold; font-size:14px; letter-spacing:0px; color:#000; padding:0px; margin:0px; }
.h2  { font-weight:bold; font-size:14px; letter-spacing:0px; color:#000; padding:33px 0px 10px 0px; margin:0px; }
.listtab  {	text-indent: 50px; }
	
/* .............................. */
/* Links */
/* .............................. */
#image_text { padding:0px; width:600px; margin:50px auto 0px;	text-align:center; letter-spacing:0px; line-height:90%; }
.links { width:600px; }
.links tr { vertical-align:top; text-align:center;}
.small { font-size: 13px; }
