/*
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;

}


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: #293143;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

#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/oz.jpg) no-repeat;
height: 16px;
width: 30px;
float: left;
margin: 6px 6px 0 0;
}

#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: 10px 20px;
display: block;
color: #fff;
border-right: 1px solid #fff;
text-decoration:none;
}

#topnav li a:hover {
padding: 10px 20px;
background: url(images/nav-on-bg.jpg) repeat-x;
}

#topnav li .childrens {
  display: none;
  position: absolute; left: -10000px;
}

#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;
}

#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;
}

#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;
}

#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;
}

