html	{
	background-image: url(img/en_background.jpg);
	background-repeat: repeat-x;
	background-color: #fafafa;
}

body {
text-align: center;
	color: rgb(51, 51, 51);
	background-color: #f1f4f4;
	width: 922px;
	border: 1px solid black;

-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;behavior: url(PIE.htc)\9;
	-moz-box-shadow: 5px 5px 5px black;
	-webkit-box-shadow: 5px 5px 5px black;
	box-shadow: 5px 5px 5px black;
	background-image: url(img/bg-wrap.gif);
	background-repeat: repeat-x;
	color: #000000;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;	

}


/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	color: #000000;
	text-align: center;
	
	font-family: "dutismo-1","dutismo-2",'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	font-size: 85%;
	line-height: 1.6em;
	background-color: #fafafa;
}

/* links */
a, a:visited {	
	color: #306495;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #73471B;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: "dutismo-1","dutismo-2",'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-weight: Bold; 	
	padding: 10px;		
	color: #444;	
}
h1 {
	font-size: 2.2em;		
}
h2 {
	font-size: 1.6em;
	color: #115280;
}
#headline {
	background-image: url(images/nav-bg.gif);
	background-repeat: repeat-x;
	font-size: 1.3em;
	color: #FFFFFF;
	FONT-FAMILY: "dutismo-1","dutismo-2",Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 0px;
}

h3 {
	font-size: 1.4em;
	font-weight: normal;	
	padding: 16px 10px 4px 10px;
}
#wrap #content-wrap #sidebar h3 {
	background-image: url(img/nav-bglg.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
}


/* Paragraph */
p { padding: 12px 10px;	}

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;	
}
ul { list-style: none; }

dl { padding: 10px; margin: 0; }

dt {
  font-weight: bold;
  color: #79A62E;
}
dd {
  padding-left: 25px; 
}

/* images */
img {
	background: #fafafa;
   border: 1px solid #dcdcdc;
	padding: 7px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}
img.alignleft, div.alignleft {
float:left;
margin:0 0.5em 0.5em 0;
}
img.alignright, div.alignright {
float:right;
margin:0 0 0.5em 0.5em;
}
img.aligncentered, div.aligncentered {
text-align:center;
margin:0 auto;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #deedae; 
	background: #F0FFD2; 
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
	padding: 5px 7px 5px 40px;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #80614D;
	border: 1px solid #9191FF;
	background-color: #CEE7FF;
	background-image: url(img/quote.gif);
	background-repeat: no-repeat;
	background-position: 7px 10px;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 15px 10px;		
}
th {
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	color: #666666;
	text-align: left;
	background-color: #DDEEFF;
	border: 1px solid #AAAAFF;
}
tr {
	height: 34px;
	background: #fff;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #dbdbfb;	
}	
/* end - table */

/* form elements */
form {
	margin: 15px 10px; 
	padding: 5px 10px 20px 10px;
	border: 1px solid #a8a8ff; 
	background: #fff; 	
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #895F30;
}
input, textarea, select {
	padding: 4px;
	color: #666666;		
	background: #fff;
	
  	border-width: 1px;
  	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 
	
	font: normal 11px Verdana, sans-serif;
}
textarea {
	width: 400px;	
	height: 100px;
	display: block;	
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #A6CD56;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #8DB836 #8DB836 #C4DE8F;
}


/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 920px;
	margin-top: 0px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;
	width: 919px;
	padding: 25px 0;
	background-color: #f1f4f4;
	background-image: url(img/bg-wrap.gif);
	background-repeat: repeat-x;
	
}
#header {
	position: relative;
	width: 920px;
	height: 205px;
	color: #fff;
	padding: 0;
	margin: 0;
	background-color: #317cb1;
	background-image: url(img/bg-header.gif);
	background-repeat: no-repeat;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;behavior: url(PIE.htc)\9;
}


#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 56px "dutismo-1","dutismo-2",'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	letter-spacing: -3px;
	text-decoration: none;
	color: #fff;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 58px; left: 50px;	
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 15px "john-doe-1","john-doe-2",'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #D6EBAB;
	letter-spacing: -0.5px;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 122px; left: 135px;		
}

/* header quick search */
#header form#quick-search {
	position: absolute;
	top: 155px;
	right: 50px;
	padding: 0;
	margin: 0;
	border: none;
	width: 223px;
	height: 33px;
	z-index: 999999;
	background-color: #82c7f4;
	background-image: url(img/header-search.gif);
	background-repeat: no-repeat;
}
#header form#quick-search p {
	margin: 0; padding: 0;		
}
#header form#quick-search input {
	border: none;
	background: transparent;
	color: #0e5792;
	float: left;
}
#header form#quick-search .tbox {
	margin: 5px 0 0 5px; 
	width: 170px;	
	display: inline;	
}
#search form#quick-search .btn{
	width: 25px; height: 25px;		
}
#header form#quick-search label {
	display: none;
}
 #wrap #header div #menu .cat-item.cat-item-1 a {
	display: none;
}
/* Navigation */
#nav {
	clear: both;	
	padding: 0;	margin: 0;
	width: 920px;
	height: 50px;
		
}
#nav ul {
	float: left;
	list-style: none;	
	margin: 0;
	padding: 0 0 0 40px;			
	height: 50px;	
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 14px;
	color: #fff;
	font: bold 16px/50px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	text-decoration: none;	
	letter-spacing: -0.5px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #edf8c7;	
}
#nav ul li.current_page_item a {	
	background: #0c4e80 url(img/pointer.gif) no-repeat center bottom;	
	color: #93DAFF;
}

/* Main Column */
#main {
	float: left;
	width: 525px;
	padding: 0;
	margin: 0 0 0 45px;
	display: inline;
	border: 1px solid #CCCCCC;
}
#main h2 {
	font: bold 1.6em "dutismo-1","dutismo-2", 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #115280;
	padding: 10px 0 5px 5px;
	margin-left: 5px;
	letter-spacing: -1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A8A8FF;
	
}
#main h2 a {
	color: #115280;
	text-decoration: none;		
}
#main ul li {
	list-style-image: url(img/bullet.gif);
}

#sidebar {
	float: right;
	width: 270px;
	padding: 0;
	margin: 0 45px 0 0;
	display: inline;
	border: 1px solid #CCCCCC;
}
#sidebar h3 {
	color: #115280;
	font: normal 1.6em "dutismo-1","dutismo-2", 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	text-transform: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 10px;
}

/* sidebar menu */
#sidebar ul {
	margin: 5px 10px 8px 7px;
	padding: 0;
	text-decoration: none;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #A8A8FF;
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 7px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A8A8FF;
}
* html body #sidebar ul li {
	height: 1%;
}
#sidebar ul li a {
	text-decoration: none;	
	color: #684F3E;	
}
#sidebar ul li a span {
	color: #A98D76;	
	font-size: .9em;
	
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;		
}
#sidebar ul li a:hover {	
	color: #000;	
	background: none;	
}
#sidebar ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul li { border: none; }

/* search form */
#sidebar .searchform {
	background-color: transparent;
	border: none;	
	margin: 0 0 0 5px; 
	padding: 10px 0 10px 10px;	
	width: 260px;	
}
#sidebar .searchform p { margin: 0; padding: 0; }
#sidebar .searchform input.textbox { 
	width: 180px;
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
#sidebar .searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 4px;
	vertical-align: top;
}

/* footer */
#footer-wrap {
	clear: both;
	width: 920px;
	text-align: left;
	padding: 0;
	margin: 0;
	
	background-color: #f1f4f4;
	background-repeat: no-repeat;
	background-position: bottom;
}
#footer-content {
	width: 920px;
	background: url(img/footer-top-sep.gif) no-repeat;
	padding: 30px 0 35px 0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}

#footer-wrap p {
	padding:10px 0;
}
#footer-wrap h3 {
	color: #145F94; 
	margin: 0;
	padding: 5px 0 5px 10px; 
	text-transform: uppercase;
}
#footer-wrap a:hover { 
	color: #000; 
	text-decoration: none;
}

#footer-columns {
	color: #888;
	margin: 0 auto; 
	padding: 0;	
	width: 800px;		
}
#footer-columns ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a8a8ff;
}
#footer-columns li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a8a8ff;
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 8px 0 8px 10px;
	width: 96%;
	color: #666666;	
}

#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #555;
	margin: 0 auto;
	width: 920px;
	padding: 15px 0 10px 0;
	text-align: center;
	font-size: 0.95em;
	background-repeat: no-repeat;
	
	
	
}
#footer-bottom a { color: #306495; }

/* postmeta */
.post-footer {
	padding: 8px 5px; 
	margin: 5px 10px 10px 10px;	
	color: #A2745D;
	border: 1px solid #A8A8FF; 
	background: #DDEEFF;
}
.post-footer .date{ margin: 0 10px 0 5px;	}
.post-footer a.comments { margin: 0 10px 0 5px;	}
.post-footer a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #A98D76; }
.post-info a, .post-info a:visited { color: #9C652E; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

img.avatar {float:left; margin-right:5px;}

#main-nav {
	BACKGROUND-POSITION: left top; FLOAT: left; BACKGROUND-IMAGE: url(img/nav-bg.gif); WIDTH: 100%; BACKGROUND-REPEAT: repeat-x; HEIGHT: 29px
}
#main-nav UL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
#main-nav LI {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
#main-nav UL {
	PADDING-RIGHT: 1px; BACKGROUND-POSITION: right 50%; PADDING-LEFT: 0px; FLOAT: left; BACKGROUND-IMAGE: url(img/nav-bar.gif); PADDING-BOTTOM: 0px; MARGIN: 0px 0px 0px 10px; LINE-HEIGHT: 29px; PADDING-TOP: 0px; BACKGROUND-REPEAT: no-repeat; HEIGHT: 29px
}
#main-nav LI {
	DISPLAY: inline; FLOAT: left; WIDTH: 130px; LINE-HEIGHT: 29px; POSITION: relative; HEIGHT: 29px; TEXT-ALIGN: center
}
#main-nav LI A {
	BACKGROUND-POSITION: left 50%; FLOAT: left; BACKGROUND-IMAGE: url(img/nav-bar.gif); WIDTH: 130px; BACKGROUND-REPEAT: no-repeat; HEIGHT: 29px; TEXT-ALIGN: center
}
#main-nav LI A:link {
	COLOR: #ffffff; TEXT-DECORATION: none
}
#main-nav LI A:visited {
	COLOR: #ffffff; TEXT-DECORATION: none
}
#main-nav LI.active A {
	BACKGROUND-POSITION: left 50%; BACKGROUND-IMAGE: url(img/active.gif); BACKGROUND-REPEAT: no-repeat
}
#main-nav LI A:hover {
	BACKGROUND-POSITION: left 50%; BACKGROUND-IMAGE: url(img/active.gif); BACKGROUND-REPEAT: no-repeat
}
#wrap .clear-both {
	margin: 0px;
	padding: 0px;
	clear: both;
	background-image: url(img/bg-footer.jpg);
	background-repeat: no-repeat;
	
}
.socials {font-size:10px; font-weight:bold; margin-bottom:10px; background-color:#FFFFFF; border:1px solid #BBB9B2; padding:5px 5px 5px 10px; width:500px;}
.socials a {margin-right:10px; color:#BFBCB3;}
.btn_email {background:url(img/mail.gif) left no-repeat; padding-left:15px;}
.btn_comment {background:url(img/comments.gif) left no-repeat; padding-left:15px;}
.btn_delicious {background:url(img/delicious.gif) left no-repeat; padding-left:15px;}
.btn_digg {background:url(img/digg.gif) left no-repeat; padding-left:15px;}
.btn_reddit {background:url(img/reddit.gif) left no-repeat; padding-left:15px;}
.btn_technorati {background:url(img/technorati.gif) left no-repeat; padding-left:15px;}
.btn_furl {background:url(img/furl.gif) left no-repeat; padding-left:15px;}
ul#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	font-size:1.2em;
}
ul#menu li {

  float: left;

  padding: 0;

  margin: 0;

  border-right:solid 1px #fff;

  }

ul#menu ul li {

  float: none;

  position: relative;

  border-bottom: 1px solid #7EAED7; /* fixes gap problem in IE */

  border-left: 1px solid #FFF;

  z-index:1000;

  }

ul#menu li ul {

  margin: 0;

  padding: 0;

  display:none;

  list-style: none;

  position: absolute;

  background: #9CC;

  }

  ul#menu ul ul{

  margin-left: .2em;

  position: absolute;

  top: 0; /* if using borders, -1px to align top borders */

  left: 100%;

  }

ul#menu * a:hover, ul#menu li a:active{

  background:#7EAED7 !important;

  color: #FFFFFF;

  }

ul#menu li a:link,

  ul#menu li a:visited,

  ul#menu li a:hover,

  ul#menu li a:active{

  display: block;

  padding: .2em .3em;

  text-decoration: none;

  background: #5587B3;

  color: #FFFFFF;

  }

ul#menu ul li a:link,

  ul#menu ul li a:visited,

  ul#menu ul li a:hover,

  ul#menu ul li a:active {

  width: 8em;

  }


