/*
Theme Name: MNoleto
Theme URI: http://wordpress.org/
Description: The theme was created for the mnoleto's portfolio
Version: 1.0
Author: Marco Noleto
Author URI: http://mnoleto.com/
Tags: mnoleto, design, portfolio, brown

	MNoleto v1.0
	 http://mnoleto.com/

	This theme was designed and built by Marco Noleto,
	whose blog you will find at http://mnoleto.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

* {
	margin:0px;
	padding:0px;
}

/* Begin Typography & Colors */
body {
	background:#b17e42;
	font-size: 14px; /* Resets 1em to 10px */
	font-family: Tahome, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #000;
	line-height:21px;
	}

#header {
	width:970px;
	height:183px;
	margin:0 auto 0 auto;
	overflow:hidden;
	}

#page {
	width:970px;
	margin:0 auto 0 auto;
	overflow:hidden;
	}

#content {
	background:#c08d51;
	width:750px;
	float:right;
	margin-left:0px;
	}

#sidebar {
	width:200px;
	display:block;
	float:left;
	margin:0 0 30px 0;
	}

#footer {
	float:left;
	clear:left;
	width:970px;
	margin:20px auto 5px auto;
	text-align:center;
	}


/* GENERAL */
div {
	position:relative;
	}

ul {
	list-style:none;
	margin:0px;
	padding:0px;
	}

a {
	color:#000;
	text-decoration:none;
	outline:none;
	}

a:hover, a:visited {
	text-decoration:underline;
	color:#001;
	}

img {
	border:0px;
	margin:14px 0 20px 0;
	}

li {
	list-style:none;
	margin:0px;
	padding:0px;
	}

p {
	margin:0 0 12px 0;
	color:#4a2800;
	}

h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
	}

h1 {
	font-size:36px;
	}

h2 {
	font-size:30px;
	margin:20px 0 0 20px;
	}

h3 {
	font-size:24px;
	}

h4 {
	font-size:18px;
	}

h5 {
	font-size:14px;
	}

h6 {
	font-size:12px;
	}

hr {
	display:none;
	}



/* CONTENT */
.pagetitle {
	margin-bottom:30px;
	color:#fff;
	margin:20px 0 0 20px;
	}

.title {
	font-weight:normal;
	margin:20px 0 0 20px;
	}

.category_tit {
	text-transform:lowercase;
	margin-bottom:12px;
	}

.entry {
	margin:12px 0 20px 20px;
	width:730px;
	}

.entry p {
	width:710px;
	}

.navigation {
	margin:-40px 0 0 0;
	float:right;
	}

.postmetadata {
	margin:0 0 10px 20px;
}

#past,
#education,
#current {
	margin:0 0 20px 0;
	}

.about_list {
	
	}

.about_list li {
	margin:0 0 2px 10px;
	}

label {
	color:#000 !important;
	}

label, label span {
	width:130px !important;
	}

.sendbutton {
	margin-left:145px !important;
	background:#000 !important;
	color:#fff !important;
	border:#000 1px solid !important;
	}

.white {
	color:#fff !important;
	}

.post-edit-link {
	margin:0 0 0 20px;
	}


/* HEADER */
#mnoleto {
	background:url(images/mnoleto.png) no-repeat;
	width:231px;
	height:48px;
	display:block;
	text-indent:-6000px;
	margin-top:44px;
	}

.description {
	background:url(images/specialties.png) repeat-x -100% top;
	width:793px;
	height:19px;
	display:block;
	text-indent:-6000px;
	margin-top:6px;
	}

#menu {
	margin-top:8px;
	}

#menu li {
	background:url(images/div-menu.png) no-repeat right;
	padding-right:13px;
	float:left;
	}

#menu .first {
	
	}

#menu .last {
	background:none !important;
	}

#menu a {
	height:19px;
	display:block;
	text-indent:-6000px;
	}

#menu #portfolio {
	background:url(images/portfolio-menu.png) no-repeat;
	width:116px;
	}

#menu #about {
	background:url(images/about-menu.png) no-repeat;
	width:73px;
	}

#menu #contact {
	background:url(images/contact-menu.png) no-repeat;
	width:99px;
	}


/* SIDEBAR */
.author {
	display:inline;
	font-size:14px;
	color:#fff;
	}

.author:hover, .author:visited {
	color:#fff;
	}

.categories {
	margin:-10px 0 24px 0;
	float:left;
	clear:left;
	}

.contact {
	text-transform:uppercase;
	float:left;
	clear:left;
	}

.cat_list {
	margin:14px 0 0 0;
	float:left;
	clear:left;
	}

.categories_title {
	display:none;
	}

.category_name {
	margin:0 0 12px 0;
	color:#fff;
	}

.work_item, .cv {
	background:url(../mnoleto/images/arrow.png) no-repeat 1px 6px;
	padding-left:15px;
	}

.what_is {
	color:#4a2800;
	}