/*
Theme Name: Unhei Kang
Description: A customized theme for Unhei Kang
Version: 1.0
Author: Southern Web Group
Author URI: http://www.southernwebgroup.com
*/



/* Reset */


html{color:#333;background:#fff;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}


/* Utility */

.clear {
	clear: both;
}

.hide {
	display: none;
}

a img {
	border: none;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

.blue {
	color: #155f86;
}

/* ----- Body/Wrapper/Container ----- */



body {
	background: url(ui/neo-body.jpg) repeat-x #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

.container {
	width: 960px;
	margin: 0 auto;
}

.idx-container {
	width: 960px;
	margin: 35px auto;
}



/* ----- Header/Logo ----- */

#header {
	width: 100%;
	height: 148px;
}

#header h1.logo {
	float: left;
	margin-left: 1px;
}


#header-top {
	height: 91px;
	width: 960px;
}

#header h1.logo a {
	text-indent: -9999px;
	overflow: hidden;
	width: 626px;
	height: 84px;
	display: block;
	background: url(ui/logo.jpg) no-repeat #fff;
}


#header #top-search input#s {
	width: 186px;
	height: 19px;
	padding: 4px;
	background: url(ui/top-search-bg.jpg) repeat-x #eee;
	border: solid 1px #eee;
	margin: 35px 15px 15px 15px;
}




#header #top-search input#searchsubmit {
	display: none;
}



#globalnav {
	width: 960px;
	height: 42px;
	margin: 15px 0px 0px 0px;
	position: relative;
}





/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url("ui/lava.jpg") no-repeat right -30px;
            width: 9px; height: 30px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url("ui/lava.jpg") no-repeat top left;
                height: 30px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            color: #fff; outline: none;
            font-weight: bold;
            font-family: "Lucida Grande", Tahoma, sans-serif;
            text-align: center;
            height: 30px; top: 7px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            padding: 0px 22px;
        }
        
        











/* ----- Homepage Slider  ----- */


#featured-search {
	height: 263px;
	overflow: hidden;
}

#featured-props {
	width: 240px;
	height: 263px;
	float: left;
	padding: 0px 40px 0px 0px;
}

#featured-search h4 {
	font-size: 1.4em;
	line-height: 1.8em;
	margin: 8px 0px 0px 0px;
}

#featured-props h4 {
	margin: 8px 0px 12px 0px;
}


#featured-props a#SLIDESLINK {
	color: #333;
	text-decoration: none;
	line-height: 1.2em;
}


#quick-search {
	width: 320px;
	float: left;
}

#featured-image {
	width: 320px;
	float: left;
	margin: 25px 0px 0px 0px;
}




/* ----- Content/Main  ----- */



#content {
	background: url(ui/content-bg.jpg) repeat-y top center;
}


#side-left {
	width: 173px;
	padding: 25px 15px 15px 15px;
	float: left;
}

#side-left h3, #side-right h3 {
	font-size: 1.5em;
	line-height: 1.8em;
	margin: 8px 0px;
}

#side-right h3 {
	margin: 45px 0px 8px 0px;
}


#page-list {
	float:left;
	clear:left;
	margin:0px 0 0 0px;
	display:block;
	position:relative;
}

#page-list ul {
	list-style:none;
	margin:0;
}
	
#page-list ul li {
	padding:0 15px 0 0px;
	display:block;
	cursor:pointer;
	background: url(ui/side-left-li.png) repeat-x #eee;
	border: 1px #ccc solid;
}

#page-list ul li.active {
}

#page-list ul li.plus{background:transparent url(ui/plus.png) no-repeat scroll right top !important;}

#page-list ul li ul li {
	padding: 2px 0px 2px 0px;
	margin:0;
	position:relative; 
	background: #fff;
	border: none;
}



#page-list ul li ul li a {
	background: #fff;
	border: none;
	font-size: 11px;
}
	
#page-list ul li a {
	padding:3px 5px;
	display:block;
	width:145px;
	color: #333;
	background: url(ui/side-left-li.png) repeat-x #eee;
	padding: 4px 8px;
	text-decoration: none;
	font-size: 1.0em;
}












#side-right {
	width: 240px;
	padding: 25px 15px 50px 15px;
	float: left;
}

#side-right img.contact {
	text-align: center;
	display: block;
}


#side-right #social-btns {
	margin: 0px 0px 0px 15px;
}


#side-right #social-btns ul {
	margin: 22px 0px 22px 10px;
}

#side-right #social-btns ul li a{
	text-indent: -9999px;
	display: block;
	float: left;
	height: 46px;	
}

#side-right #social-btns ul li.twitter a {
	width: 45px;
	background: url(ui/social-btns.jpg) 0 0;
}

#side-right #social-btns ul li.email a {
	width: 55px;
	background: url(ui/social-btns.jpg) -45px 0;
}

#side-right #social-btns ul li.facebook a {
	width: 105px;
	background: url(ui/social-btns.jpg) 100px 0;
}




#side-right blockquote {
	padding-left: 50px;
	background: url(ui/quote-bg.jpg) no-repeat;
}


#side-right ul.latest li {
	padding: 6px 12px;
	
}

#side-right ul.latest li a {
	text-decoration: none;
	color: #333;
}

#side-right ul.latest li a:hover {
	text-decoration: underline;
}

#side-right input#hyityu-hyityu {
	display: block;
	margin: 5px 0px 0px 0px;
	padding: 4px;
	background: url(ui/side-left-li.png) repeat-x #eee;
	border: #ccc 1px solid;
}











.main {
	float: left;
	width: 457px;
	padding: 25px 15px 15px 15px;
}

.main a {
	color: #155f86;
	text-decoration: none;
}

.main a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	color: #155f86;
}

.main h1 {
	color: #155f86;
	font-size: 1.9em;
	line-height: 1.8em;
	font-weight: bold;
	
}

.main h2 {
	font-size: 1.7em;
	line-height: 1.6em;
	display: block;
	background: #CEE3F6;
	padding: 8px 8px 8px 12px;
}

.main h3 {
	color: #155f86;
	font-size: 1.5em;
	line-height: 1.7em;
	padding-top: .5em;
	font-weight: bold;
	padding-bottom: 10px;
	margin: 10px 0px 5px 0px;
	border-bottom: 2px dotted #ccc;
	background: #fff;
}

.main h4 {
	font-size: 1.3em;
	line-height: 1.7em;
	font-weight: bold;
	padding-top: .5em;
}

.main h5 {
	color: #155f86;
	font-size: 1.2em;
	line-height: 1.7em;
	font-weight: bold;
	padding-top: .5em;
}

.main h6 {
	font-size: 1.1em;
	line-height: 1.7em;
	font-weight: bold;
	padding-top: .5em;
}


.main ol li {
	list-style: decimal;
	margin-left: 45px;
	padding-left: 8px;
	line-height: 1.6em;
	
}


.main ol, .main ul {
	padding: 12px 0px;
}

.main ul li {
	list-style: disc;
	margin-left: 45px;
	padding-left: 8px;
	line-height: 1.6em;
	
}


.main blockquote {
  font: 14px/22px;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 50px;
  padding-left: 15px;
  border-left: 3px solid #ccc;
} 



.main p {
	line-height: 1.5em;
	padding: 8px 0px;
}

.main hr {
	border: 1px solid #fff;
	border-top: 2px dotted #ccc;
	background: #fff;
	margin: 20px 0px;
	clear: both;
}


.main a.learn-more {
	padding: 4px 8px;
	background: #155f86;
	color: #fff;
	margin: 8px 0px 15px 0px;
}

.main a.alignright {
	float: right;
}










/* ----- Footer  ----- */


.blue-bar {
	height: 12px;
	width: 100%;
	background: #155f86;
}

.col3 {
	width: 280px;
	padding: 20px;
	float: left;
}

.col3 h4  {
	font-size: 1.5em;
	color: #1776a4;
	margin: 0px 0px 25px 0px;
}

.col3 h4 a {
	color: #1776a4;
	text-decoration: none;
	display: block;
	
}

.col3 h4 a:hover {
	background: #eee;
	
}

.col3 h3 {
	font-size: 1.5em;
	color: #1776a4;
	margin: 0px 0px 16px 0px;
}

.col3 li {
	display: block;
	background: #eee;
	margin: 0px 0px 8px 0px;
	padding: 6px 8px;
	font-size: 1.3em;
}

.col3 li a {
	color: #333;
	text-decoration: none;
}

.col3 li a:hover {
	text-decoration: underline;
}

.col3 p {
	margin: 15px 0px;
}

.col3 p a {
	
	padding: 5px 8px;
	background: #155f86;
	color: #fff;
	text-decoration: none;
}


#footer {
	background: #333;
	width: 100%;
	height: 70px;
}

#footer div.left {
	color: #fff;
	float: left;
	text-align: left;
	line-height: 55px;
	padding-left: 15px;
	width: 585px;
}

#footer div.right {
	color: #fff;
	float: left;
	text-align: right;
	line-height: 55px;
	padding-right: 15px;
	width: 345px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}



.ihLoginFooter {
	display: none;
}

form#ContactRequestForm b {
	font-size: 1.1em;
	line-height: 1.5em;
}

.ihf_fadebox {
	font-size: 12px;
	line-height: 1.4em;
	
}


/* ----- WordPress  ----- */



img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}xt-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}







