/* FongDesigns Style Sheet */

/***  Setup ***/
body {
	text-align: center;
	font-family: arial, helvetica, verdana, sans-serif;
	background-color: #000;
	margin: 0;
	padding: 0;
}

p, h1, h2, h3 {
	margin: 0;
	padding: 0;
}

#container {
	margin: 0 auto;
	width: 1200px;
	text-align: left;
	background-color: #fff;
	background-image: url(../images/tile_bg.jpg);
	background-repeat: repeat-y;
}

#wrapper {
	background-image: url(../images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 180px;
	height: 100%;
}

#header {
	background: url(../images/header_bg.jpg) no-repeat top left;
    height: 180px;
}

#content {
	float: left;
	width: 692px;
	margin: 0px;
	padding: 0px;
}

#content div.whatsNew {
	float: left;
}

#content div.currentWebsites  {
	background: #fff;
	width: 405px;
	padding: 4px 0 0 4px;
	margin: 0 0 12px 0;
}

#content div.currentWebsitesBar  {
	background-color: #999;
	background: url(../images/website_bar.gif) no-repeat top left;
	width: 409px;
	height: 24px;
	margin-top: 8px;
	cursor: pointer;
}

#content div.artworks  {
	background: #fff;
	width: 400px;
	padding: 9px 0 1px 9px;
}

#content div.artworksBar  {
	background-color: #999;
	background: url(../images/artworks_bar.gif) no-repeat top left;
	width: 409px;
	height: 23px;
	cursor: pointer;
}

#content div.myInfos {
	float: left;
	margin: 8px 0 12px 15px;
}

#content div.myInfosBar {
	background-color: #999;
	background: url(../images/myinfo_bar.gif) no-repeat top left;
	width: 259px;
	height: 23px;
	cursor: pointer;
}

#content div.aboutMe  {
	background: #fff;
	padding: 4px 0 2px 2px;
	margin-bottom: 12px;
	width: 257px;
}

#content div.latestPhotosBar {
	background: url(../images/latestPhotos_bar.gif) no-repeat top left;
	width: 259px;
	height: 23px;
	cursor: pointer;
}

#footer {
	background: url(../images/footer_bg.jpg) no-repeat top left;
	height: 81px;
	clear: left;
}


/*** Font Setup ***/

#content h1 {
	font-size: 1.8em;
	color: #6e3e04;
	padding: 0 0 15px 0px;
	margin: 0px;
}

#content h2 {
	font-size: 1.2em;
	color: #6e3e04;
	padding: 0 0 15px 0px;

}

#content div h3 {
	font-size: .8em;
	color: #fff;
	padding: 4px 0 0 11px;
	cursor: pointer;
}

#content div.whatsNew p {
	font-size: .8em;
	color: #2d2d2d;
	padding: 4px 0 0 4px;
	margin: 0px;
	width: 390px;
	display: inline;
}

#content div.myInfos strong {
	font-size: .8em;
	color: #2d2d2d;
	padding: 0 0 0 4px;
}

#content div.myInfos p {
	font-size: .8em;
	color: #2d2d2d;
	padding: 0 0 4px 4px;
	line-height: 1.3em;
	width: 246px;
}

#content div.myInfos p.mySkills {
	padding: 5px 0 4px 6px;
}

#content p {
	font-size: .9em;
	line-height: 1.5em;
	color: #2d2d2d;
	padding: 0 0 12px 0px;
	margin: 0px;
	width: 660px;
}

.galleryTitle {
	font-size: 1em; 
	font-weight: bold;
	color: #666;
	text-align: center;
	padding: 5px 0 7px 0;
	cursor: pointer;
}

.portfolioTitle {
	font-size: 1em; 
	font-weight: bold;
	color: #333;
	text-align: center;
	padding: 5px 0 7px 0;
}

.artworkTitle {
	font-size: 1em; 
	font-weight: bold;
	color: #333;
	text-align: center;
	padding: 5px 0 7px 0;
}

.capLetter {
  font: 1.7em "Monotype Corsiva", italic, Tahoma, Verdana, Arial, Helvetica, serif;	
  text-indent: 0px;	
  text-align: left;
  margin-top: 14px;
  padding-right: 3px;
  color:#BA6A07;  
}


/*** Main Navigation Setup ***/
ul#sidenav {
	float: left;
	list-style-type: none;
	display: block;
	width: 216px;
	margin: 0;
	padding: 12px 0 0 146px;
}

ul#sidenav li {
	padding: 2px 0;
	font-weight: bold;
}

ul#sidenav li a{
	text-decoration: none;
	color: #006080;
}

ul#sidenav li a:hover{
	color: #ca7602;
}

ul#sidenav a.selected, 
ul#footerNav a.selected {
	font-weight: bold;
	color: #000;
}


/*** Links Navigation Setup ***/
ul.links {
	list-style-type: none;
	display: block;
	font-size: .9em;
	margin: 0;
	padding: 0 0 15px 4px;
}

ul.links li {
	text-align: left;
	padding: 3px 0;
	font-weight: normal;
}

ul.links li a{
	text-decoration: none;
	color: #006080;
}

ul.links li a:hover{
	color: #ca7602;
}

ul.links a.selected, 
ul.links a.selected {
	font-weight: normal;
	color: #000;
}


/*** Normal Navigation Setup ***/
.currentWebsites a {
	text-decoration: none;
	color: #006080;
	font-size: 1em;
	padding: 2px 0 8px 0;
	margin: 0 5px 0 0;
	width: 185px;
	float: left;
}

.currentWebsites a:hover {
	color: #ca7602;
}


/*** Footer Navigation Setup ***/
ul#footerNav {
	padding: 31px 0 0 0;
	text-align: center;
	margin: 0;
}

ul#footerNav li {
	display: inline;
	font-size: .9em;
	text-decoration: none;
	padding: 0 4px 0 7px;
	border-right: 1px solid #818181;
}

ul#footerNav li.noBorder {
	display: inline;
	font-size: .9em;
	padding: 0 4px 0 7px;
	border-right: 0px solid #818181;
}

ul#footerNav li a {
	text-decoration: none;
	color: #666;
}

ul#footerNav li a:hover,
  div#footer p a:hover {
	color: #ca7602;
}


/*** Photography Navigation ***/
ul#photoNav {
	padding: 22px 0 2px 0;
	text-align: center;
	margin: 0;
}

ul#photoNav li {
	display: inline;
	font-size: .8em;
	text-decoration: none;
	padding: 0 4px 0 7px;
	border-right: 1px solid #818181;
}

ul#photoNav li.noBorder {
	display: inline;
	font-size: .8em;
	padding: 0 4px 0 7px;
	border-right: 0px solid #818181;
}

ul#photoNav li a {
	text-decoration: none;
	color: #666;
}

ul#photoNav li a:hover,
  div#footer p a:hover {
	color: #ca7602;
}


/*** Photography Hover Setup ***/
ul.gallery { 
	list-style: none; 
	text-align: center;
	padding: 0 0 0 6px;
}

ul.gallery li { 
	display: inline;
	padding: 0 8px 14px 0; 
}

ul.gallery img {
	border: 5px solid #fff;
	border-width: 5px 5px 9px 5px;
}

ul.gallery a:hover img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 9px 5px;
	color: #fff;
}

ul.gallery a:hover { 
	color: #fff; 
}

ul.gallery a:link, 
ul.gallery a:visited, 
ul.gallery a:hover, 
ul.gallery a:active { 
	text-decoration: none;
	border-bottom: 0;
}


/*** Portfolio Hover Setup ***/
ul.portfolio { 
	list-style: none; 
	text-align: center;
}

ul.portfolio li { 
	display: inline;
	padding: 0 16px 6px 0; 
}

ul.portfolio img {
	border: 5px solid #fff;
	border-width: 5px 5px 9px 5px;
}

ul.portfolio a:hover img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 9px 5px;
	color: #fff;
}

ul.portfolio a:hover { 
	color: #fff; 
}

ul.portfolio a:link, 
ul.portfolio a:visited, 
ul.portfolio a:hover, 
ul.portfolio a:active { 
	text-decoration: none;
	border-bottom: 0;
}


/*** Artwork Hover Setup ***/
ul.artwork { 
	list-style: none; 
	text-align: center;
}

ul.artwork li { 
	display: inline;
	padding: 0 17px 12px 0; 
}

ul.artwork img {
	border: 5px solid #000;
	border-width: 7px 7px 12px 7px;
}

ul.artwork a:hover img {
	border: 5px solid #333;
	border-width: 7px 7px 12px 7px;
	color: #fff;
}

ul.artwork a:hover { 
	color: #fff; 
}

ul.artwork a:link, 
ul.artwork a:visited, 
ul.artwork a:hover, 
ul.artwork a:active { 
	text-decoration: none;
	border-bottom: 0;
}


/*** Site Map Links Navigation Setup ***/
ul.siteMap {
	list-style-type: none;
	display: block;
	font-size: 1em;
	margin: 0;
	padding: 0 0 15px 1px;
}

ul.siteMap li {
	text-align: left;
	padding: 3px 0;
	font-weight: normal;
}

ul.siteMap li a{
	text-decoration: none;
	color: #006080;
}

ul.siteMap li a:hover{
	color: #ca7602;
}

ul.siteMap a.selected, 
ul.siteMap a.selected {
	font-weight: normal;
	color: #000;
}


/*** Front Gallery Photos ***/
ul.currentPhotos { 
	list-style: none; 
	background-color: #fff;
	text-align: center;
	padding: 4px 0 0 0;
	margin: 0;
}

ul.currentPhotos li { 
	display: inline;
	padding: 0 2px 2px 0; 
}

ul.currentPhotos img {
	border: 2px solid #fff;
	border-width: 3px 3px 5px 3px;
}

ul.currentPhotos a:hover img {
	border: 2px solid #999;
	border-width: 3px 3px 5px 3px;

}

ul.currentPhotos a:hover { 
	color: #999; 
}

/*** Links setup ***/
ul.links li a img{
	border: 0;
	padding: 0 4px 0 0;
	width: 16px;
	height: 16px;
}


/*** Misc Setup ***/
strong.arrow {
	padding: 0 0 3px 0;
	font-size: 1.2em;
	color: #666;
}

.selfPortrait {
	background: url(../images/self_portrait.jpg) no-repeat top left;
	width: 70px;
	height: 93px;
	float: left;
	border: 5px solid #fff;
	border-width: 5px 5px 7px 5px;
	margin: 4px 7px 3px 0;
}

.loveWebsite {
	background: url(../images/love_website.jpg) no-repeat top left;
	width: 150px;
	height: 119px;
	float: left;
	border: 5px solid #fff;
	border-width: 5px 5px 7px 5px;
	margin: 0px 7px 3px 0;
}

.tronavalleyWebsite {
	background: url(../images/tronavalley_website.jpg) no-repeat top left;
	width: 150px;
	height: 119px;
	float: left;
	border: 5px solid #fff;
	border-width: 0px 5px 7px 5px;
	margin: 4px 7px 3px 0;
}

.artworks {
	background: url(../images/space_art_banner.jpg) no-repeat top left;
	width: 390px;
	height: 91px;
	float: left;
}

#load {
	position: absolute;
	margin: 0;
	right: 280px;
	top: 190px;
	background: url(../images/loader.gif);
	width: 32px;
	height: 32px;
	text-indent: -9999em;
}

br.clear {
	clear: both;
}	

.hasLayout {
    zoom: 1;
}

a {
	outline: none;
}


/*** Dock Setup ***/
#dockContainer { 
	float: left;
	list-style-type: none;
	display: block;
	width: 216px;
	height: 450px;
	margin: 0;
	padding: 22px 0 0 146px; 
}

#dockContainer ul { 
	list-style-type: none;
} 

#dockContainer ul a { 
	outline: none;
} 

#jqDock { 
	position: relative; 
	bottom: 48px; 
}  

.jqDockLabel { 
	background: #333; 
	color: #fff; 
	padding: 3px 1px; 
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
}  


/*** Form Setup ***/
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
margin:0 auto;
width:400px;
padding:14px;
}

/* ----------- stylized ----------- */
#stylized{
border:solid 2px #b7ddf2;
background:#ebf4fb;
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}
#stylized textarea{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}
#stylized button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#666666 url(img/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}




