/* $Id: style.css,v 1.1.4.2.2.2 2009/06/11 17:46:01 couzinhub Exp $
*/

/** General styles 
---------------------------------*/

body {
  margin: 0;
  font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
  background: #595959;
}

#page {
	/* Use a 12px base font size with a 18px line height */
  font-size: 0.875em; /* 16px x .75 = 12px */
  line-height: 1.286em; /* 14px x 1.286 = 18px */
}

#main {
  background: #ffffff;
  clear: both;
  padding-bottom: 10px;
}

body, caption, th, td, input, textarea, select, option, legend, fieldset {
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

/* When declaring Link states, remember: LoVe HA : Link | Hover | Visited | Active */

a:link, a:visited {
  color: blue;
  text-decoration: none;
}

a:hover, a:active {
  color: red;
  text-decoration: underline;
}

/* Titles  */

h1 {
	font-size: 2em;
	line-height: 1.3em;
	padding: 10px 0 10px 30px;
	margin: 0;
}
 
/* Paragraph Styles */

p {
  margin: 1.5em 0;
}

/* List Styles  */

ul, ol {
  margin-left: 0;
  padding-left: 2em;
}

/* Table Styles  */

table {
	width: 99%;
}
tr.even td, tr.odd td {
	padding: 10px 5px;
}
tr.odd {
	background-color: #fff;
}

/* Code */

pre, code {
  font-family: "monaco", "Courier New", monospace;
}

pre {
	background-color: #efefef;
	display: block;
	padding: 5px;
	margin: 5px 0;
	border: 1px solid #aaa;
}

/* List Styles */

ul          { list-style-type: disc; }
ul ul       { list-style-type: circle; }
ul ul ul    { list-style-type: square; }
ul ul ul ul { list-style-type: circle; }
ol          { list-style-type: decimal; }
ol ol       { list-style-type: lower-alpha; }
ol ol ol    { list-style-type: decimal; }

/* Abbreviation */

abbr {
  border-bottom: 1px dotted #666;
  cursor: help;
  white-space: nowrap;
}


/** Colours
---------------------------------
*  delete when starting a new theme
*/

#header {
  background: #595959;
  padding: 0px 10px;
  height: 82px;
}

#logo-title {
  float: left;
  margin: 22px 0px 8px;
}

#navigation #primary {
  font-size: 1.2em;
}

#navigation ul.links li {
  padding: 0;
}

ul.primary-links li a {
  background: #878a8b;
  display: block;
  float: left;
  margin: 5px 0 0 7px;
  padding: 7px 10px;
}

ul.primary-links li a:link, ul.primary-links li a:visited {
  color: #ffffff;
}

ul.primary-links li a:hover {
  color: #ffffff;
  background: #13c5e5;
  text-decoration: none;
}

ul.primary-links li a.active, ul.primary-links li a.active:hover {
  background: url('../images/active-menu-bg.png') repeat-x 0 0;
  height: 30px;
  margin: 0 0px -20px 7px;
  padding-top: 12px;
  position: relative;
  z-index: 3;
}

#footer {
  color: #ffffff;
  background: #333333;
  margin: 0;
  padding: 20px 30px 0px;
  height: 40px; 
}

#footer p {
  margin: 0;
}

#sidebar-right { 
  background: #ffffff; 
}

#headline-show {
  margin-top: -20px;
}

div#content-inner div.content {
  padding: 10px 30px;
  border-right: 2px solid #e3e3e3;
}

div#techskill-links {
  height: 40px;
  margin-top: 50px;
}

div#techskill-links img {
  float: left;
  margin-right: 8px;
}

div#techskill-links img.last {
  margin-right: 0px;
}

div#sidebar-right div.block {
  margin-bottom: 40px;
}

div#sidebar-right div.block ul {
  padding-left: 0;
  margin-top: 15px;
}

div#sidebar-right ul li {
  list-style: none;
  clear: left;
  margin-top: 6px;
  height: 28px;
}

div#sidebar-right ul li img, div#sidebar-right ul li span {
  float: left;
  height: 28px;
  line-height: 28px;
  margin-right: 5px;
}

div#sidebar-right ul li a:link, div#sidebar-right ul li a:visited {
  color: #000000;
}

form#contact-mail-page {
  margin: 30px;
}
