/*
Theme Name: working
Theme URI: http://www.with-workingholiday.com/
Description: webcom
Author: webcom moto
*/

* {
	margin: 0px;
	padding: 0px;
}
body{
	line-height : 160%;
	font-size : 85%;
	color: #333333;
	background-image: url(images/bg.gif);
}
#container {
	width: 780px;
	text-align: left;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	border-top: 3px solid #ff0000;
	position: relative;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#header {
	height: 68px;
}
#headerleft {
	padding: 5px 0px 10px 20px;
	float: left;
	width: 310px;
}
#headerright {
	padding: 10px 20px 10px 0px;
	float: right;
	width: 430px;
	text-align: right;
	color: #000099;
	font-weight: bold;
}
#wrapper {
	float: left;
	background-repeat: repeat-y;
	background-image: url(images/container_bg.gif);
	clear: both;
	border-top: 3px solid #ff0000;
}
#menu {
	padding: 10px 10px;
	float: left;
	width: 190px;
	background-repeat: repeat-y;
	background-image: url(images/container_bg.gif);
}
#main {
	float: right;
	width: 530px;
	padding: 10px 20px;
}
#footer {
	text-align: right;
	clear: both;
	padding: 8px 10px;
	border-top: 2px solid #ff0000;
	background-color: #e9e9e9;
}
.menubar {
	padding-left: 10px;
	color: #FFFFFF;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	background-image: url(images/menu_bg.gif);
}
#menu ul {
	background-color: #FFFFCC;
}
#menu ul li {
	font-weight: bold;
	color: #333333;
	text-indent: 20px;
	list-style-type: none;
	line-height: 32px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 12px;
	border-top: 1px dotted #cccccc;
}
#menu ul li a {
	color: #0066CC;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #990000;
	text-decoration: underline;
}
a:link {
    color:#0066CC;
}
a:visited {
    color:#0066CC;
}
a:hover {
	color:#990000;
}
a:active {
	color:#990000;
}
h1,h2,h3,h4 {
    font-size : 100%;
    font-weight : normal;
    margin-bottom: 0px
}
.entry {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
	text-indent: 10px;
	font-size: 100%;
	color: #990000;
	background-image: url(images/entry.jpg);
	line-height: 27px;
}
.subentry {
	margin-top: 5px;
	text-indent: 10px;
	margin-bottom: 5px;
	color: #006600;
	font-weight: bold;
	font-size: 100%;
	background-color: #CCFFCC;
}
.subentry2 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	text-indent: 10px;
	background-color: #f4f4f4;
	color: #990000;
}
.red {
	color: #CC0000;
}
.redbold {
	color: #CC0000;
	font-weight: bold;
}
.bluebold {
	color: #000099;
	font-weight: bold;
}
.tableborder{
    border-collapse: collapse;
    border: 1px solid #cccccc;
}
.tableborder td{
	border: 1px solid #cccccc;
	padding: 4px;
}
.dottedbox {
	border: 1px dotted #ff0000.;
	padding: 5px 10px;
	background-color: #FFFFDF;
	border: 1px dotted #666666;
}
.clear {
	clear: both;
}
.menu_wh{
	background-color: #FFFFCC;
	font-weight: bold;
}
