/* CSS Document */

/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
    margin-left: 30px;
	/*list-style: none;*/
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* GLOBAL TAGS */
body {
  background-color: #474842;
  background-image:url('images/bg.jpg');
  background-repeat:repeat-x;
  font-family:Lucida Sans Unicode;
  font-size:17px;
  color: #ffffff;
}

a {
  color: #f8c100;
  text-decoration: underline;
}

a.without{
  color: #ffffff;
  text-decoration: none;
}

a.without:hover{
  color: #f8d24e;
  text-decoration: underline;
}


a:hover {
  color: #f8d24e;
}

/* LAYOUT */

#wrapper {
  margin:0 120px;
  width: 960px;
  height: auto;
}

#logo {
  margin: 25px 0 40px 0;
  width: 840px;
  text-align:right;
}

#logo_img {
  padding-top: 5px;
  width: 240px;
  text-align:left;
  float:left;
  margin: 0 0 0 -70px;
}

#logo_text {
  padding-top: 5px;
/*  padding-left: 20px;*/
  margin-left: 200px;
  padding-bottom: 40px;
  width: 751px;
}

#logo_text2 {
  padding-top: 5px;
/*  padding-left: 20px;*/
  margin-left: 560px;
  margin-top: -150px;  
  padding-bottom: 20px;
  width: 400px;
}

.clear {
  clear:both;
}
#footer {
  margin:0 auto;
/*  margin: 25px 0 40px 0;*/
/*  padding-left: 200px;*/
  width: auto;
  font-size: 12px;
}

.note {
  font-size: 12px;
  color: #cfcfcf;
  font-style: italic;
}

.item {
  width: 840px;
  height: auto;
  margin: 0 0 40px 0;
}

.description {
  width: 170px;
  color: #f8c100;
  font-family:Helvetica, Arial, sans-serif;
  font-size: 24px;
  text-align:right;
  float:left;
}

.content {
  padding-top: 5px;
  margin-left: 200px;
  width: 800px;
}

.contentPublication {
  padding-top: 5px;
  margin-left: 200px;
  width: 800px;
  font-family:Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.code {
  font-family: Courier New;
  display: block;
  min-width: 500px;
  padding : 10px 10px 10px 10px;
  border: 1px dotted #f8c100;
  background-color: #27261c;
  margin: 0 0 20px 0;
}
