/*
css for www.web-factory.be
version 0.4 - 2008-06-18
*/


body {
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	color: #535353;
	background-color: White;
	padding: 0;
	margin: 0;
  font-size:100%;
  line-height:1.125em; /* 16×1.125=18 */
}

#container {
	margin: 0 auto;
	padding: 0 10px;
	max-width: 930px;
	min-width: 700px;
}

/*  IE6 Only  */
* html #container {
	width: 750px;
}
/*  IE6 Only  */

.clear {
	clear: both;
}

a {
	color: #9B8165;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #7A8287;
}

a img {
	border: none;
}

li a {
	font-weight: normal;
}

li {
	line-height: 1.6em;
}


p {
	padding: 0;
	margin: 10px 0;
	line-height: 1.5em;
}

h2 {
	color: #9B8165;
	font-size: 1.7em;
	padding: 0;
	margin: 0.5em 0;
	line-height: 1.2em;
}

h2.latest {
	color: #658D9B;
	margin-top: 4px;
}


/* ----------  header start  ---------- */
#header {
	margin: 0 0 10px 0;
	padding: 0;
    background-color: #c5dee7;
   	background-image: url(images/header-top-left.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/* IE6 only */
* html #header {
    height: 0.00009%;
}
/* IE6 only */

#header .header-top-right {
   	background-image: url(images/header-top-right.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#header .header-bottom-left {
   	background-image: url(images/header-bottom-left.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#header .header-bottom-right {
   	background-image: url(images/header-bottom-right.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#header #logo {
	background-image: url(images/web-factory-logo.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
	margin: 0;
	padding: 40px 0 40px 85px;
}

#header h1 {
	display: none;
}


/* ----------  header end  ---------- */


/* ----------  navigation start  ---------- */

#navigation {
	margin: 15px 0 17px 0;
}

#navigation ul {
	margin: 10px 30px;
	padding: 0;
	text-align: right;
}

#navigation li {
	margin: 0 0 0 20px;
	padding: 0;
	color: #82887f;
	font-size: 1em;
	list-style-type: none;
	display: inline;
}

#navigation li.on a {
	border-bottom: 4px solid #dde9d8;
}

#navigation a {
   	color: #82887f;
	text-decoration: none;
}

#navigation a:hover {
	border-bottom: 4px solid #dde9d8;
	text-decoration: none;
}
/* ----------  navigation end  ---------- */


/* ----------  content start  ---------- */
#content {
	padding: 0 10px 10px 10px;
	margin: 0 0 10px 0;
	float: left;
}

#content .left-box {
	width: 47.5%;
    float: left;
}

#content .right-box {
	width: 47.5%;
	padding: 10px;
  float: right;
}

.practical, .drupal {
	color: #658D9B;
}

/*  dictionary cite box  */

.roundedcornr_box_834407 {
   background: #9fb6bf;
   margin: 0 0 10px 0;
}
.roundedcornr_top_834407 div {
   background: url(images/roundedcornr_834407_tl.png) no-repeat top left;
}
.roundedcornr_top_834407 {
   background: url(images/roundedcornr_834407_tr.png) no-repeat top right;
}
.roundedcornr_bottom_834407 div {
   background: url(images/roundedcornr_834407_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_834407 {
   background: url(images/roundedcornr_834407_br.png) no-repeat bottom right;
}

.roundedcornr_top_834407 div, .roundedcornr_top_834407,
.roundedcornr_bottom_834407 div, .roundedcornr_bottom_834407 {
   width: 100%;
   height: 15px;
   font-size: 1px;
}

blockquote.dictionary-cite {
	margin: 0;
	padding: 0 15px;
	background-color: #9FB6BF;
	color: #ffffff;
}

blockquote.dictionary-cite dl {
	margin: 0;
	padding: 0;
}

blockquote.dictionary-cite dt {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.1em;
}

blockquote.dictionary-cite dd {
	margin: 3px 0;
	padding: 3px 0;
	line-height: 1.5em;
	border-top: 1px dotted #ffffff;
	border-bottom: 1px dotted #ffffff;
}

blockquote.dictionary-cite cite {
	font-size: 0.75em;
	font-family: georgia;
	font-style: italic;
}

blockquote.dictionary-cite p.cite {
	padding: 0;
	margin: 0;
	text-align: right;
}

/*  latest project  */
div.latest-image {
	float: right;
	padding-top: 10px;
}

div.latest-image img {
	border: 1px solid #9FB6BF;
	padding: 2px;
	background-color: #ffffff;
	margin: 0 0 5px 10px;
}

h3.latest-title {
	font-family: georgia;
}


/* ----------  content end  ---------- */


/* ----------  footer start  ---------- */
#footer {
	padding: 0;
	margin: 15px 0;
	text-align: center;
    clear: both;
    background-color: #dde9d8;
}

/* IE6 only */
* html #footer {
    height: 0.00009%;
}
/* IE6 only */

#footer .footer-top-left {
   	background-image: url(images/footer-top-left.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#footer .footer-top-right {
   	background-image: url(images/footer-top-right.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#footer .footer-bottom-left {
   	background-image: url(images/footer-bottom-left.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#footer .footer-bottom-right {
   	background-image: url(images/footer-bottom-right.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.footer-content {
   /*	padding: 10px 0 0 0;*/
	font-size: 0.9em;
    line-height: 2.7em;
}

/* ----------  footer end  ---------- */

/* ----------  jQuery tools - start  ---------- */
/*
    root element for the scrollable.
    when scrolling occurs this element stays still.
*/
div.scrollable {

    /* required settings */
    position:relative;
    overflow:hidden;
    width: 430px;
    height:90px;
		margin: 0 auto;
}

/*
    root element for scrollable items. Must be absolutely positioned
    and it should have a super large width to accomodate scrollable items.
    it's enough that you set width and height for the root element and
    not for this element.
*/
div.scrollable div.items {
    /* this cannot be too large */
    width:20000em;
    position:absolute;
}

/*
    a single item. must be floated on horizontal scrolling
    typically this element is the one that *you* will style
    the most.
*/
div.scrollable div.items div {
    float:left;
		padding: 30px;
		margin: 10px;
}

/* you may want to setup some decorations to active item */
div.items div.active {
    border:1px inset #ccc;
    background-color:#fff;
}

