/*
# -----------------------------------------------------------------------
# Project name: marcomonteiro personal website
# -----------------------------------------------------------------------
# Copyright information:
# Copyright (C) 2008-2009 Marco Monteiro All Rights Reserved.
# @license - Copyrighted Commercial Software
# This file may not be redistributed in whole or significant part.
# -----------------------------------------------------------------------
# Project information:
# version: 2.1.3  (25/10/2009)
# Tested in: Firefox; Chrome; Opera; Safari; IE8; IE7;
# (this CSS will not be optimized for IE6 or any other before that)
# -----------------------------------------------------------------------
# Author info:
# Name: Marco Monteiro
# Country: Portugal
# E-mail: mpmont@gmail.com or marco.monteiro@live.com
# Twitter: http://www.twitter.com/MarcoM0nteir0
# -----------------------------------------------------------------------
*/

/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}


table { 
	border-collapse: separate; border-spacing: 0; 
}

caption, th, td { 
	text-align: left; font-weight: normal; 
}

table, td, th { 
	vertical-align: middle; 
}

blockquote:before, blockquote:after, q:before, q:after { 
	content: ""; 
}

blockquote, q { 
	quotes: "" ""; 
}

a img { 
	border: none; 
}
/* -------------------------------------------------------------- 
  
   General
   
-------------------------------------------------------------- */
html,body{
	margin:0;padding:0
}
body{
	background: url(../images/bg.jpg) top left no-repeat #F0F0E6; 
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #333333;
	font-style:italic;
	letter-spacing:normal;
	font-weight:lighter;
}

p{
	margin:2px 10px 5px 10px;
}

a{
	text-decoration:underline;
	color: #333333;
}

a:hover{
	text-decoration:none;
	color:#64992C;
}

a:active{
	text-decoration:none;
	color:#64992C;
}
/* --------------------------------------------------------------

 Navigation

-------------------------------------------------------------- */
div#navigation {
	background-color: #333;
	height: 30px;
	color: #FFF;
	margin: 0 0 18px 0;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:100%;
}

div#navigation-bar {
	background-color: #333;
	height: 30px;
	color: #FFF;
	margin: 0 0 18px 0;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 920px;
	margin:0 auto;
}

div#navigation-bar ul {
	list-style-type: none;
	margin: 0;
	margin: 0;
	height: 30px;
}

div#navigation-bar ul li {
	display: block;
	float: right;
	padding: 0 19px 0 0;
}

div#navigation-bar ul li a {
	display: block;
	text-decoration: none;
	color: #F0F0E6;
	font-weight: bold;
	height: 21px;
	margin: 6px 0 0 0;
}

div#navigation-bar ul li a:hover, #navigation-bar ul li.selected a {
	border-bottom: 3px solid #F0F0E6;
}

div#navigation-bar ul li a:active {
	border-bottom: 3px solid #EEE;
}

/* --------------------------------------------------------------

 Header

-------------------------------------------------------------- */

div#header{
	height: 140px;
	/*background: url(../images/pencil.png) right bottom no-repeat;*/
}

div#logo{
	width: 530px;
	text-align:left;
	padding-top: 20px;
	padding-left: 10px;
}

div#logo a{
	text-decoration:none;
}

div#logo a:hover{
	text-decoration:none;
	color: #333333;
}

div#logo p{
 	font-family: Georgia, "Times New Roman", Times, serif;
	font-stretch:condensed;
	font-weight: bold;
	font-style:italic;
}

/* --------------------------------------------------------------

 Container

-------------------------------------------------------------- */

div#container{
	width:920px;
	margin:0 auto;
}


/* --------------------------------------------------------------

 Content

-------------------------------------------------------------- */

div#content{
	float:right;
	width:640px;
	margin-bottom: 25px;
}

div#content h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color: #333333;
	font-style:italic;
	border-bottom: 1px #333333 solid;
	/*border-bottom: 1px #cccccc solid;*/
	padding: 10px 0 5px 3px;
	margin: 0px;
	font-weight: bold;
	background: url(../images/barradob.gif) repeat-x top;
}

div#content h2 a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color: #333333;
	font-style:italic;
	border-bottom: 1px #333333 solid;
	/*border-bottom: 1px #cccccc solid;*/
	padding: 10px 0 5px 3px;
	margin: 0px;
	font-weight: bold;
	background: url(../images/barradob.gif) repeat-x top;
	text-decoration: none;
}

div#content h2 a:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color: #64992C;
	font-style:italic;
	border-bottom: 1px #333333 solid;
	/*border-bottom: 1px #cccccc solid;*/
	padding: 10px 0 5px 3px;
	margin: 0px;
	font-weight: bold;
	background: url(../images/barradob.gif) repeat-x top;
	text-decoration: none;
}

div#content p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	padding: 3px;
}

div#article {
	margin: 0 0 30px 0;
}

.contact {
	width: 220px;
}

.about {
	padding: 20px;
}

.about h3 {
	font-family: Georgia,Times New Roman,Times,serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: #333333;
}

.desc-about{
	padding: 3px 0 0 70px;
}
.social {
	padding: 20px 0 0 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
	font-style:italic;
	font-weight: bold;
	float: left;
}

.desc-class {
	float: right;
	padding: 20px 0 0 5px;
	color: #333333;
}

.desc-class a{
	text-decoration: underline;
}

.desc-class a:hover{
	text-decoration: none;
	color:#64992C;
}

div#portfolio-left {
	height: 120px;
	width: 143px;
	float:left;
	margin-right: 5px;
}

div#form {
	padding-left: 100px; 
}

#formline{
	padding: 5px 0 5px 0; 
}

#text{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	color: #333333;
	text-align:right;
	padding-right: 5px;
	vertical-align: top;
}

#button{
	background:#f0f0e6;
	border: none;
	float: right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	color: #333333;
	text-decoration: underline;
}

#button:hover{
	background:#f0f0e6;
	border: none;
	float: right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	color: #333333;
	text-decoration: none;
	color:#64992C;
}

/* --------------------------------------------------------------

 Left

-------------------------------------------------------------- */

div#left{
}

div#left ul{
	margin: 2px 10px 0 10px; 
	padding:0;
	list-style: none;
}

div#left li{
	margin-bottom:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color: #999999;
	font-size:12px;
}

div#left li a{
	text-decoration: none;
	margin-bottom:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color: #333333;
	font-size:12px;
}

div#left-article {
	padding: 0 0 20px 0;
}

div#left-article h5{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #333333;
	font-style:italic;
	border-top: 2px #333333 solid;
	border-bottom: 1px #cccccc solid;
	padding: 3px 0 3px 3px;
	margin: 0px;
	font-weight: bold;
}

div#left-article p{
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
}

div#left-article a{
	color:#333333;
	text-decoration:underline;
}

div#left-article a:hover{
	color:#64992C;
	text-decoration:none;
}

div#left{
	float:left;
	width:237px;
}

p#readmore a{
	float:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color: #F0F0E6;
	background-color: #333333;
	padding: 2px;
	text-decoration:underline;
}

p#readmore a:hover{
	float:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color: #F0F0E6;
	background-color: #666666;
	padding: 2px;
	text-decoration:underline;
}

/* --------------------------------------------------------------

 Footer

-------------------------------------------------------------- */
div#element {
	background: url(../images/pencil2.png) left bottom no-repeat;
	width: 229px;
	height: 130px;
	position: absolute;
	margin-top: -130px;
}

div#footer{
	clear:both;
	width:100%;
	text-align:right;
	background: url(../images/barradob.gif) repeat-x top;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-style:italic;
	margin: 0 0 3px 0;
	height: 40px;
}

div#copyright {
	width: 920px;
	margin:0 auto;
	color: #333333;
}

p#permission {
	width: 740px;
	text-align:left;
	float:left;	
	font-size: 8px;
	color: #999999;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 10px 0 0 0;
}
p#copy {
	float:right;
	width: 140px;
	padding: 5px 0 0 0;
	margin: 10px 0 0 0;
}

/* --------------------------------------------------------------

 Pagination

-------------------------------------------------------------- */
div#pagination{
	text-align: center;
}
.paginate {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style:italic;
	color: #333333;
	font-weight: bold;
}

a.paginate {
	padding: 2px 6px 2px 6px;
	text-decoration: none;
	color: #333333;
}


a.paginate:hover {
	color:#64992C;
}

a.current {
	padding: 2px 6px 2px 6px;
	cursor: default;
	color: #64992C;
	text-decoration: underline;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-style: italic;
	font-weight: bold;
}

span.inactive {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	padding: 2px 6px 2px 6px;
	color: #cccccc;
	cursor: default;
}