/*

Theme Name: Customs Consultancy Services
Theme URI: http://www.customs-consultancy.nl
Description: A theme for Customs Consultancy Services by HandigeJongens.com
Version: 1.0
Author: S. Poelwijk <s.poelwijk@handigejongens.com>

*/
body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:8pt;
	cursor:default;
        /*background-image: url('images/ccspattern2.jpg'); */
	background-image: url('images/ccs_back2.jpg'); 
}
* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
html {
	height:100%;
	margin-bottom:1px;
}

/* full site container */
#container {
	width: 770px;
        height: 100%;
        position: absolute; left:15px; top:0px;
	background-color: #FFFFFF;
	color: #000000;
}

/* CCS logo */
#logo {
        width: 85px;
        height: 60px;
        position: absolute; left:640px; top:22px;
}

/* header image */
#headerimg {
	width: 740px;
	height: 180px;
	position: absolute; left:15px; top:100px;
}

/* main navigation (pages) */
#mainnavigation{
	width: 600px;
	height: 25px;
	position: absolute; left:40px; top:295px;
}

/* users's current location */
#currentlocation{
	width: 200px;
        height: 25px;
        position: absolute; left:40px; top:70px;

}

/* main content container */
#main {
        position: absolute; left:40px; top:400px;
        width:545px;
        height: 100px;
        background-color: #FFFFFF;
	color: #000000;
}

/* subnavigation (right column) */
#subnavigation {
	width:130px;
	height: 100px;
	position: absolute; left:585px; top:400px;
}

/* horizontal ruler */
hr
{
        color: #2EA3CB;
        background-color: #2EA3CB;
        border: none;
        width: 95%;
        text-align: left;
        height: 1px;
        margin-top: 2px;
	margin-left: 0px;
}

/* horizontal ruler for subnavigation */
hr.subnavigation
{
        color: #2EA3CB;
        background-color: #2EA3CB;
        border: none;
        width: 140px;
        text-align: left;
        height: 1px;
        margin-top: 2px;
        margin-left: 0px;

}
/* normal text */
p {
	font-family: verdana, arial, "times new roman";
        font-size:8pt;
        color: black;
        margin-right:35px;
        line-height: 14pt;
        background-color: inherit;
	margin-top: 14px;
}

/* data under posts */
p.metadata {
	font-family: verdana, arial, "times new roman";
	font-size:8pt;
        color:#7F7D82;
        font-weight: normal;
        background-color: inherit;
}

/* posts header */
h1 {
        font-size:12pt;
        color:#2EA3CB;
        font-weight: bold;
        background-color: inherit;
}

/* regular links */
a, a:active, a:visited, a:hover {
        text-decoration: none;
        color:#7F7D82;
        font-weight: bold;
        background-color: inherit;
}

/* main navigation links */
#mainnavigation a, a:active, a:visited {
color: #2EA3CB;
}

#mainnavigation a:hover {
color: #7F7D82;
}


/* main menu list */
/*#mainnavigation ul {margin: 0; padding: 0; list-style-type: none; list-style-image: none; border:none; }*/
#mainnavigation li {display: inline; border: none; }
#mainnavigation li a {text-decoration:none; margin: 0px; padding: 0px 20px 0px 0px; }
#mainnavigation li ul a {text-decoration:none; margin: 0px; padding: 10px 20px 0px 0px; }


