/* Part 1: Global structure */
body {
/*  font: 100.1% Verdana, arial, helvetica, sans-serif; */
  background-color: White;
  color: #6d4c07;
  margin: 0;
  padding: 0;
  font-family: arial, helvetica, sans-serif;
  font-size: 80%;			/* arial looks better with a smaller size */
  margin: 0;
}

#outerColumnContainer {
    background-color: #fff;
    border-style: solid;
    border-width: 0 18em 0 0; /* side border widths must equal the
                                 widths of the left and right columns.  */
    border-right-color: #fff; /* right hand column background color */
    color: #000;
    z-index: 1;
}
/*
#rightColumn, #contentColumn { float: left; overflow: visible; position: relative; z-index: 10; }
*/
#rightColumn, #contentColumn { float: left; }
#rightColumn { margin: 0 -18em 0 1px; width: 18em; }
#rightColumn .inside { font-size: 100%; }
#contentColumn { margin: 0 -1px 0 0; width: 100%; font-family: Verdana, arial, helvetica, sans-serif; }
.inside { padding: 0 1.5em; }
#contentColumn, #rightColumn { padding-top: 3.0em; padding-bottom: 1.0em; }
/* Links */
a { text-decoration: underline; color: black; background-color: transparent; }

img { border: none; vertical-align: middle; }
hr { height: 1px; color: #6d4c07; background-color: transparent; }

/* Headers */
h1, h2, h3, h4, h5, h6 {
    color: #6d4c07;
    background-color: transparent;
    font-family: Verdana, arial, helvetica, sans-serif;
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding-top: 0.4em;
    text-shadow: #999999 0.2em 0.2em 3px;
}
/* header styles */
h1 { font-size: 170%; border-bottom: 2px solid #6D4C07; }
h2 { font-size: 160%; border-bottom: 2px solid #6D4C07; }
h3 { margin-top: 20px; font-size: 130%; border-bottom: 2px solid #6D4C07; }
h4 { font-size: 120%; border-bottom: 1px solid #6D4C07; }
h5 { font-size: 110%; }
h6 { font-size: 100%; }

/* Lists */
ul { 
    line-height: 1.5em;
    list-style-type: square;
    margin: 0.5em 0 0 1.5em;
    padding: 0;
    /*list-style-image: url(http://www.ubuntulinux.nl/images/u-bullet4.png);*/
}

ol {
    line-height: 1.5em;
    margin: 0.5em 0 0 1.5em;
    padding: 0;
}
li { margin-bottom: 1em; }
dd { line-height: 1.5em; margin-bottom: 1em; }
dt { margin-top: 20px; margin-bottom: 8px; font-size: 120%; border-bottom: 1px solid #6D4C07; } 

fieldset {
    border: 1px solid #6d4c07;
    margin: 1em 0em 1em 0em;
    padding: 0em 1em 1em 1em;
    line-height: 1.5em;
    width: auto;
}
legend { background: White; padding: 0.5em; font-size: 90%; }

form { border: none; margin: 0; }
textarea {
    font: 110% "Courier New", Courier, monospace; 
    border: 1px solid #6d4c07;  
    color: Black;
    background-color: white;
    width: 100%;
}
input {
    font-family: Verdana, arial, helvetica, sans-serif;
    visibility: visible;
    border: 1px solid #6d4c07;  
    color: Black;
    background-color: white;
    vertical-align: middle;
}
select { border: 1px solid #6d4c07;  color: Black; vertical-align: top; }
abbr, acronym {
    border-bottom: 1px dotted #6d4c07;
    color: #6d4c07;
    background-color: transparent;
    cursor: help;
}

blockquote, q { font-family: Times, "Times New Roman", serif; font-style: italic; font-size: 120%; }
code {
    font-size: 120%;
    color: #6d4c07;
    background-color: #f5ebd7;
    border: 1px dashed #6d4c07;
    padding: 0 0.1em;
}
pre {
    font-size: 120%;
    padding: 1em;
    border: 1px dashed #6d4c07;
    color: #6d4c07;
    background-color: #f5ebd7;
    overflow: auto;
}
ins { color: green; text-decoration: none; }
del { color: red; text-decoration: line-through; }


img { border: 0; }


td.content {
	border: 1px solid #fbdd9c /*#D9BB7A*/ ;
	padding-left: 1em;
		}

/* Part 3: Navigation bar */
#mastWrapper { background: url('http://www.ubuntu-pt.org/img/u-header.png') bottom left repeat-x #DBBA75; }
#masthead {
  position: relative;
  background: url('http://www.ubuntu-pt.org/img/u-headerlogo21.png') bottom left no-repeat transparent;
  height: 90px;
}

/* The bar */
#nav { position: absolute; bottom: 0px; right: 10px; }

/* The tabs */
#nav ul { display: inline; margin: 0; padding: 10px 10px 0 1px; list-style: none; }

/* Standard tab */
#nav li { float: left; background:url("http://www.ubuntu.com/htdocs/ubuntuwebsite/img/u-tab_off_ns1.png") no-repeat left top; margin: 0; padding: 0 0 0 5px; }
#nav a {
  font-size: 105%;
  display: block;
  background: url("http://www.ubuntu.com/htdocs/ubuntuwebsite/img/u-tab_off_ns2.png") no-repeat right top;
  padding: 10px 15px 3px 8px;
  text-decoration: none;
  font-weight: bold;
  color: #444;
}

/* Hover over tab */
#nav a:hover, #nav li a:hover { color:#333; background:url("http://www.ubuntu.com/htdocs/ubuntuwebsite/img/u-tab_on_ns2.png") no-repeat right top; }
#nav li:hover { background:url("http://www.ubuntu.com/htdocs/ubuntuwebsite/img/u-tab_on_ns1.png") no-repeat left top; color: #000;
}

/* Current tab */
#nav #current { background:url("http://www.ubuntu.com/htdocs/ubuntuwebsite/img/u-tab_on_ns1.png") no-repeat left top; }
#nav #current a {
  background:url("http://www.ubuntu.com/htdocs/ubuntuwebsite/img/u-tab_on_ns2.png") no-repeat right top;		  
  padding-bottom:4px;
  color:#000;
}


/* Part 4: Rightcolumn */
#rightColumn ul { list-style: none; list-style-image: none; margin: 0; padding: 0; color: #696969; }
#rightColumn li { margin-bottom: 0px; }
#rightColumn #navigation_links li { padding: 0 0 .3em 20px; font-size: 120%; list-style: none; }
#rightColumn li a { text-decoration: none; color: black; font-weight: bold; }
#rightColumn li a:hover, #rightColumn #news a { text-decoration: underline; color: black; }
#rightColumn h3, #rightColumn h3 a { text-decoration: none; color: #6d4c07; font-weight: bold; }
#rightColumn li.active {
	/*background-image: url('http://www.ubuntulinux.nl/images/little-u.gif');*/
	background-repeat: no-repeat;
	background-position: top left;
}

/* Part 5: Footer */
#footWrapper {
}

#footer {
	clear: both;
	margin: 0;
	padding: 2px 10px 10px 10px;
	background: #DBBA75; /* ubuntu orange */
	font-size: 80%;
	border-top: 2px solid #996b0a;
	text-align: center;
}
#footer a { color: #5B4832; text-decoration: underline; }


/* Part 6: other specializations */
.timestamp { text-align: right; font-size: 85%; clear: both; font-weight: normal; color: #76797c; }
.timestamp a { color: #76797c; text-decoration: underline; }
.message {
  background-color: #ffce7b;
  border: 1px solid #ffa500;
  color: #6d4c07;
  font-size: 85%;
  font-weight: bold;
  margin: 0em 0em 1em 0em;
  padding: 0.5em 1em 0.5em 3em;
  vertical-align: middle;
  /*background-image: url(http://www.ubuntulinux.nl/images/info_icon.gif);*/
  background-repeat: no-repeat;
  background-position: 5px center ;
}
