/*
  Author: Anthony Leung
  Website: http://www.anthonyleung.com
  Date: Feb 15th, 2006
  Description: Main layout & page styles
*/

/* GLOBAL STYLES
===============================================================*/
html, body, h1, h2, h3, h4, h5, h6, img, p, a, ul, ol, li, dl, dt, dd, form { 
	margin:0; padding:0; border:0;
}
html,body {
	height:100%; /* needed for container min-height */
	background: url(images/bg.jpg) no-repeat top center;
	
	color:#3C3C3C;
	font-family: verdana, arial, sans-serif; 
	line-height:1.3em;
}
html { min-height: 100%; margin-bottom: 1px; }
a{
	color:#666666;
	text-decoration:none;
}
a:hover{
	color:black;
	text-decoration:underline;
}


ul, ol, li { 
	list-style-type:none; 
	line-height:0;
	}
.clear_both { clear:both; }

#blurb {
	display: none;
}

/* LAYOUT STYLES
===============================================================*/
#bg-top{
	width: 100%;
	height:100%;
	background: url(images/bg_top.jpg) no-repeat center top;
}

#container {
	margin:0 auto; /* center, not in IE5 */
	width:786px;
	background: #FFFFFF url(images/bg_sidebar.jpg) repeat-y right top;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

#footer {
	width:100%;
	bottom:0; /* stick to bottom */
	background: url(images/bg_middle_bottom.jpg) no-repeat bottom;
	background-position: 134px 0px;
	height:100px;
	padding-top: 134px;
	
	font-size: 0.7em;
	text-align:center;
	text-decoration: underline;
	bottom: 0;
	clear: both;
}

#main-banner{
	padding: 26px;
	text-align:center;
	clear:both;
}
#main-content{
	float:right;
	margin-top: 46px;
	width: 492px;
	text-align:left;
	padding-left: 20px;
	padding-right: 40px;
	font-size: x-small;
}
#main-content ul{
	color:#3C3C3C;
}
#main-content li{
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .7em;
	vertical-align:top;
	padding-left: 15px;
	margin-top: 15px;
	line-height: 20px;
}
#space{
	width: 100%;
	height:35px;
}
.title{
	text-decoration:underline;
	text-transform:uppercase;
	color: #E96247; 
}
#staff img{
	margin-top: 8px;
	margin-right: 10px;
	border:#898989 solid 1px;
}
#support-content{
	margin: auto auto;
	margin-top: 46px;
	width: 502px;
	text-align:left;
	padding-left: 30px;
	padding-right: 40px;
	font-size: x-small;
}
/* CONTACT PAGE STYLES
===============================================================*/
#left{
	width: 333px;
	float:left;
	padding-left:40px;
	padding-right: 20px;
	font-size: 0.7em;
}
#right{
	width: 333px;
	float: right;
	padding-left: 20px;
	padding-right: 40px;
	font-size: 0.7em;	
}
dl{
}
dt{
	height: 25px;
	width: 35%;
	float: left;
}
dd {	
	height: 25px;
	float: right;
	width: 65%;
}
dd input{
	width: 200px;
}
#left textarea{
	width: 325px;
	height: 200px;
}
#map{
	width: 330px;
	height: 250px;
	border: #CCCCCC 1px solid;
}
#info{
	height: 50px;
	line-height: 1.3em;
}
#info a{
	color: #E96247; 
}
#info a:hover{
	text-decoration: none;
	color: #000000;
}
#address{
	width: 50%;
	line-height: 1.3em;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
#hours{
	float:left;
	line-height: 1.3em;
	margin-top: 10px;
	margin-bottom: 20px;
}
h1{
	font-size: 1em;
	color: #E96247;
}
h2{
	font-size: 1em;
	color: #FF0000;
}
#topline{
	width: 50%;
	font-size: .7em;
	padding-left:40px;
	margin-bottom: 20px;
}
#direction{
	clear: both;
	width: 100%;
}


/* MAIN NAVIGATION STYLES
===============================================================*/
#nav-wrap{
	height:30px;
	margin-left: 39px;
	margin-right: 42px;
	text-align:left;
	text-transform:uppercase;
	font-size: 0.7em;
	text-decoration: none;
	font-weight: bold;

} 
#nav-wrap a{
	color: #898989;
}
#nav-wrap a:hover{
	text-decoration:none;
	color: #E96247;
}
#home, #home-selected, #about, #about-selected, #current-work, #current-work-selected, 
#selected-work, #selected-work-selected, #contact, #contact-selected, #support, #support-selected{
	background: url(images/bg_mian-nav.gif) left top no-repeat;
	padding-left:20px;
	padding-top: 8px;
	color: #000000;
	float:left;
}
#home-selected a, #about-selected a, #current-work-selected a, #selected-work-selected a, #contact-selected a, #support-selected a{
	color: #E96247;
}
#home-selected a:hover, #about-selected a:hover, #current-work-selected a:hover, #selected-work-selected a:hover, #contact-selected a:hover, #support-selected a:hover{
	color: #000000;
}
#home, #home-selected{
	width:72px;
	height: 22px;
}
#about, #about-selected{
	width:93px;
	height: 22px;
}
#current-work, #current-work-selected{
	width:108px;
	height: 22px;
}
#selected-work, #selected-work-selected{
	width:112px;
	height: 22px;
}
#contact, #contact-selected{
	width:101px;
	height: 22px;
}
#support, #support-selected{
	width:87px;
	height: 22px;
}

/* SIDE NAVIGATION STYLES
===============================================================*/
#side-nav-container{
	float:left;
	text-align:left;
	width: 214px;	
	margin-top: 46px;
}

#side-nav-container ul{
	text-transform:uppercase;
	font-size: 0.7em;
	color: #E96247;
	text-decoration: none;
}
#side-nav-container ul a{
	text-decoration: none;
	color: #3C3C3C;
}
#side-nav-container ul a:hover{
	color:#E96247;
}
#side-nav-container li{
	width: 153px;
	height: 32px;
	border-bottom: #ADADAD solid 1px;
	border-right: #f2f2f2 solid 1px;
	padding-top:5px;
	padding-left: 40px;
	line-height: 28px;
}
#side-nav-container #current{
	width: 153px;
	height: 32px;
	border-bottom: #ADADAD solid 1px;
	border-right: 0px;
	padding-top:5px;
	padding-left: 40px;
	line-height: 28px;
}
#side-nav-container #current a{
	text-decoration: none;
	color: #E96247;
}
#side-nav-container #current a:hover{
	color: #000000;
}

#side-nav-container #next{
	width: 153px;
	height: 32px;
	background: url(images/bg_nav_side.gif) left top no-repeat;
	border-bottom: #ADADAD solid 1px;
	border-right: #f2f2f2 solid 1px;
	padding-top:5px;
	padding-left: 40px;
	line-height: 28px;
}
#side-nav-container #last{
	width: 153px;
	height: 32px;
	border: 0;
	background: url(images/bg_nav_side.gif) left top no-repeat;
}
/* SIDE NAVIGATION STYLES
===============================================================*/
#selected-nav-container{
	float:left;
	text-align:left;
	width: 214px;	
	margin-top: 46px;
}

#selected-nav-container ul{
	font-size: 0.7em;
	color: #E96247;
	text-decoration: none;
}
#selected-nav-container ul a{
	text-decoration: none;
	color:#3C3C3C;
}
#selected-nav-container ul a:hover{
	color:#E96247;
}
#selected-nav-container li{
	width: 203px;
	height: 32px;
	border-bottom: #ADADAD solid 1px;
	border-right: #f2f2f2 solid 1px;
	padding-top:5px;
	padding-left: 20px;
	line-height: 28px;
}
#selected-nav-container #current{
	width: 203px;
	height: 32px;
	border-bottom: #ADADAD solid 1px;
	border-right: 0px;
	padding-top:5px;
	padding-left: 20px;
	line-height: 28px;
}
#selected-nav-container #current a{
	text-decoration: none;
	color: #E96247;
}
#selected-nav-container #current a:hover{
	color: #000000;
}

#selected-nav-container #next{
	width: 203px;
	height: 32px;
	background: url(images/bg_nav_side.gif) left top repeat-x;
	border-bottom: #ADADAD solid 1px;
	border-right: #f2f2f2 solid 1px;
	padding-top:5px;
	padding-left: 20px;
	line-height: 28px;
}
#selected-nav-container #last{
	width: 203px;
	height: 32px;
	border: 0;
	background: url(images/bg_nav_side.gif) left top repeat-x;
}


/* SIDE WORK NAVIGATION STYLES
===============================================================*/	

#work-nav-container{
	float:left;
	text-align:left;
	width: 214px;	
	margin-top: 46px;
}
#work-nav-container #title{
	text-transform:uppercase;
	width: 208px;
	height: 32px;
	border-bottom: #ADADAD solid 1px;
	border-right: #f2f2f2 solid 1px;
	padding-top:5px;
	padding-left: 10px;
	line-height: 28px;
}

#work-nav-container ul{
	font-size: 0.7em;
	padding-bottom: 20px;
	text-decoration: none;
	color: #3C3C3C;
}
#work-nav-container ul a{
	text-decoration: none;
	color: #3C3C3C;
}
#work-nav-container ul a:hover{
	color:#E96247;
}
#work-nav-container li{
	width: 193px;
	height: 20px;
	padding-top:10px;
	padding-left: 25px;
	line-height: 15px;
}
#work-nav-container #current{
	width: 193px;
	height: 32px;
	border-bottom: #ADADAD solid 1px;
	border-right: 0px;
	padding-top:5px;
	padding-left: 25px;
	line-height: 28px;
}
#work-nav-container #current a{
	text-decoration: none;
	color: #E96247;
}
#work-nav-container #current a:hover{
	color: #000000;
}

#work-nav-container #next{
	width: 193px;
	height: 15px;
	background: url(images/bg_nav_side.gif) left top no-repeat;
	border-bottom: #ADADAD solid 1px;
	border-right: #f2f2f2 solid 1px;
	padding-top:5px;
	padding-left: 25px;
	line-height: 10px;
}
#work-nav-container #last{
	width: 193px;
	height: 15px;
	border: 0;
	background: url(images/bg_nav_side.gif) left top repeat-x;
}
#work-nav-container #selected a{
	color: #E96247;
}
#work-nav-container #selected a:hover{
	color: #000000;
}
.highlight{
	color: #E96247;
}
.highlight a{
	color: #E96247;
}
.highlight a:hover{
	color: #000000;
}

/* Gallery STYLES
===============================================================*/
#gallery-header{
	float: right;
	width: 500px;
	padding-bottom: 20px;
	text-align:right;
}
#gallery-title{
	font-size: 2em;
}
#gallery-nav img{
	margin-left: 10px;
	margin-bottom: 10px;
	border:#898989 solid 1px;
	float: right;
}

#gallery-content{
	width: 100%;
	text-align: right;
	float: right;
}

#gallery-caption{
	float:right;
	width: 500px;
	text-align: right;
}
#gallery-desc{
	float:right;
	width: 500px;
	padding-top: 20px;
	text-align: left;
}
/* welcome-to-my-global-hood
   joel shin 073109 jwshin[at]gmail[dot]com
===============================================================*/
#logo_text_div {
	float:right;
	width: 340px;
	height: 86px;
}
#logo_pic_div {
	float:left;
	width: 152px;
	height: 86px;
}
#logo_words {
	margin: 10px 0px 0px 0px;
	line-height:1.2em;
}
