/*
Theme Name: Kelco Design
Theme URI: http://www.wilsonwebstudio.com.au
Description: Kelco Design
Author: Linda Wilson
Author URI: http://www.wilsonwebstudio.com.au

	This theme was designed and built by Linda Wilson,
	whose blog you will find at http://www.wilsonwebstudio.com.au/

*/



/* Begin Typography & Colors */

body {
background: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
}

img {
border: none;
}

p {
}

h1 {
color: #293143;
font-size: 15px;
background: url(images/h1-bg.jpg) repeat-x;
padding: 6px;
border-left: 1px solid #d6d6d6;
border-right: 1px solid #d6d6d6;
clear: right;
    background-size: contain;
}


h2{
color: #293143;
font-size: 15px;
background: url(images/h1-bg.jpg) repeat-x;
padding: 6px;
border-left: 1px solid #d6d6d6;
border-right: 1px solid #d6d6d6;
}

h2 a {
color: #293143;
font-size: 15px;
text-decoration: none;
}

a {
color: #487eac;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

#main-container {
margin: 0 auto;
width: 1000px;
border-top: 1px solid #444444;
border-left: 1px solid #444444;
border-right: 1px solid #515151;
border-bottom: 1px solid #515151;
background: #fff;
}

/* HEADER AREA */

#header {
background: #2a3143;
height: 116px;
}

#logo {
float: left;
background: url(images/logo.jpg) no-repeat;
height: 116px;
width: 512px;
}

#search {
float: right;
padding: 48px 50px;
}

#banner {
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
background: #4e87b5 url(images/banner.jpg) no-repeat;
height: 235px;
width: 1000px;
}

#banner-text, banner-text p {
color: #fff;
float: right;
margin-top: 54px;
width: 344px;
clear: right;
margin-right: 60px;
font-size: 14px;
line-height: 20px;
}

.word {
float: right;
padding-top:5px;
}

#chinese {
float: right;
color: #fff;
font-size: 15px;
padding: 5px 25px 8px 10px;
text-decoration: none;
width: 100px;
background: url(images/nav-bg.jpg) repeat-x;
}

#chinese a {
color: #fff;
}

.chinese-img {
background: url(images/chinese.jpg) no-repeat;
height: 20px;
width: 31px;
float: left;
margin: 4px 6px 0 0;
}



#access ul {
margin: 0;
padding: 0;
}

#access li {
list-style-type: none;
display: block;
float: left;
font-size: 15px;
position: relative;

}











#access {
background: url(images/nav-bg.jpg) repeat-x;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
}
#access ul {
	font-size: 13px;
	list-style: none;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #eee;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #efefef;
}
#access li:hover > a,
#access a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #373737;
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}


#topnav {
background: url(images/nav-bg.jpg) repeat-x;
height: 37px;
}

#topnav ul {
margin: 0;
padding: 0;
}

#topnav li {
list-style-type: none;
display: block;
float: left;
font-size: 15px;
position: relative;
}

#topnav li a {
    padding: 0px 30px;
display: block;
color: #fff;
border-right: 0px solid #fff;
text-decoration:none;
line-height: 50px
}

#topnav li a:hover {
background: url(images/nav-on-bg.jpg) repeat-x;
}

#topnav li .childrens {
  display: none;
  position: relative;
}

#topnav li .childrens {
  border-top: 1px solid #fff;
  width: 200px;
}

#topnav li ul.active {
  display: block;
  position: absolute; left: auto;
}

#topnav li ul.childrens li {
  background: #313131;
  border-top: 1px solid #fff;
  font-size: 12px;
}

#topnav li ul.childrens li a {
  background: #313131;
  padding: 5px;
  display: inline-block;
  color: #fff;
  border: 0;
  text-decoration: none;
  width: 190px;
}

#topnav li ul.childrens li a:hover, #topnav li ul.childrens li a.hover {
  background: #ecb139;
  padding: 5px;
  font-weight: bold;
}

#topnav li ul.posts {
  display: none;
  position: absolute; left: 200px; top: 0px;
  z-index: 1;
}

#topnav li ul.posts li {
  background: #f9ce72;
}

#topnav li ul.posts li a {
  background: #f9ce72;
  color: #000000;
}

#topnav li ul.posts li a:hover {
  background: #f9d589;
}




#sidebar ul {
list-style: none;
}

#sidebar {
float: right;
}

.widgettitle {
clear: both;
margin: 10px 0 10px 0;
}

#sidebar ul li {
clear: both;
padding-top: 6px;
}


#box {
float: left;
width: 650px;
margin-bottom: 20px;
}

.youtube {
float: right;
padding: 0;
width: 270px;
}

#content {
background: #fff;
padding: 20px;

}

#content-area-left {
width: 635px;
float: left;
padding-bottom: 20px;

}

#content-area-right {
width: 292px;
float: right;
padding-bottom: 20px;
}

#wilson, #wilson a {
float: right;
background: #2a3143;
color: #5d6988;
text-decoration: none;
padding-right: 10px;
}

#footer {
background: #2a3143;
color: #5d6988;
text-decoration: none;
padding: 10px;
margin-top: 20px;
}

#footer a {
color: #5d6988;
padding-right: 10px;
padding-left: 10px;
}

#footer-container {
float: left;
background: #2a3143;
color: #5d6988;
text-decoration: none;
padding-right: 10px;
}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.post {
border-bottom: 1px solid #ccc;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
border: 1px solid #ccc;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* Begin Form Elements */

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/*
Product Info
*/

.product_info {
float: right;
}

.product_info img { border: 0; padding: 0; }

.product_info_box h3 { color: #000 !important; text-transform: uppercase; font-size: 14px; margin-top: 0; }

.product_info_box p { color: #000 !important; font-size: 12px; }

.product_info_box form div { margin-bottom: 5px; }

.product_info_box form label { display: block; color: #000 !important; font-weight: bold; }

.product_info_box form div input { width: 355px; padding: 3px; }

.product_info_box form div textarea { width: 355px; padding: 5px; height: 50px; }