/*
	Description: The Old Fashioned Master Stylesheet
	Media: Screen
	Version: 
	Author: Rodrigo Galindez
	Author URI: http://www.rodrigogalindez.info 
*/

/* ----------------------------------------------- [ * ] */

@import url(css/mozilla.css);
@import url(css/grid-900.css);

* {
	margin: 0;
	padding: 0;
}

/* -------------------------------- [ General Elements ] */

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 62.5%;
	background: transparent url(images/grid-900-2.gif) repeat-y top center;
	background: #fff;
	color: #111;
}


img {
	vertical-align: middle;
	border: 0;
}


.entry-content img {
    margin: 0 0 18px 0;
    max-width:100%;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}

hr {
	display: none;
}

h1, h2, h3, h4 {
	padding-left: 8px;
	padding-right: 8px;
	color: #000;
}

h1 {
	margin-bottom: .5em;
	font-size: 2.4em;
	line-height: .95em;
}

h2 {
	margin-bottom: 1em;
	font-size: 1.8em;
	line-height: 1.3;
	display: none;
}

h3 {
	margin-bottom: 1em;
	font-size: 1.8em;
	line-height: 1.3;
}

h4 {
	/*	margin-bottom: 1em;*/
	margin-bottom: .6em;
	font-size: 1.3em;
	line-height: 1.6;
}

h5 {
	margin-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.6;

}

p {
	/*margin-bottom: 1em;*/
	padding-left: 8px;
	padding-right: 8px;
	font-size: 1.2em;
	line-height: 1.6;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

a:hover {
	color: #6D8E00;
}

fieldset {
	border: 0 !important;
}

acronym {
	border-bottom: 1px dotted #eee;
}

/* ----------------------------------------- [ Wrapper ] */

#wrapper {
	width: 94.5em;
	margin: 0 auto;
	margin-top: 3em;
	margin-bottom: 3em;
	overflow: hidden;
}

/* ---------------------------------------- [ Main Nav ] */

#main-nav {
	padding: 0 0 .5em 0;
}
#main-nav input {
background:url("images/bg-search.gif") no-repeat scroll 6px center transparent;
border:1px solid #CCCCCC;
float:right;
margin-right:1em;
font-size:1.1em;
padding:2px 6px 2px 23px;
width:10em;
}

#main-nav ul {
	list-style-type: none;
}

#main-nav li.page_item {
	margin-right: 2.2em;
	float: left;
}

#main-nav li.page_item_right{
	padding-right:1.7em;
	float: right;
}

#main-nav li a {
	font-size: 1.2em;
	line-height: 1.6;
	padding-left: 8px;
}

/* ------------------------------------------ [ Header ] */

#header {
	height: 19.7em;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	overflow: hidden;
}

#header h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin-top: .45em;
	font-size: 9em;
	width: 9em;
}

#header h1 a, #header h2 {
	color: #000;
}

#header .beta {
background:url("images/beta.png") no-repeat scroll left top transparent;
height:100px;
position:absolute;
top:70px;
width:100px;
}

/* ------------------------------------------ [ Content ] */

.entry-content {
position:relative;
float:left;
margin:0 0 4px;
width:135px;
}

.entry-content a {
background-color:#191919;
border:3px solid #191919;
display:block;
height:125px;
overflow:hidden;
position:relative;
width:125px;
}

.entry-content .new {
background:url("images/ico-new-trans.png") no-repeat scroll left top transparent;
display:block;
height:22px;
position:absolute;
right:10px;
top:-6px;
width:42px;
z-index:200;
}

a span.slider{
color:white;
font-size:1em;
left:2px;
line-height:1em;
position:absolute;
text-transform:uppercase;
width:124px;
z-index:0;
}

a span.details{
top:80px;
}

a span.price{
top:115px;
}

a span.title {
	color:white !important;
	font-size:1em;
	line-height:1em;
	position:absolute;
	text-transform:uppercase;
	width:126px;
	z-index:0;
	background: rgb(0, 0, 0); /* fallback color */
	background: rgba(0, 0, 0, 0.7);
	padding-bottom: 0.25em;
	padding-top: 0.25em;
	bottom: 0px;
}

#content {
	padding-top: 1em;
	overflow: hidden;
}

ul.nav {
	margin: 0 0 2em 0;
	list-style-type: none;
}

.nav li {
	margin: 0;
	padding: .4em 8px .5em 8px;
	font-size: 1.2em;
	line-height: 1.6;
	border-bottom: 1px dotted #bbb;
}

.nav li.last {
	border-bottom: 0;
}

ul.navlinks {
	position: absolute;
	top: 36.4em;
	list-style-type: none;
	overflow: hidden;
}

.navlinks li {
	font-size: 1.2em;
	line-height: 1.6;
}

.navlinks li a {
	display: block;
	padding: .4em 8px .5em 8px;
}

.navlinks li a:hover {
	background: #000;
	color: #fff;
}

/* -------------------------------------------- [ Post ] */

.post {
	padding: 1.2em 0 2em 0;
	border-top: 1px dotted #bbb;
	clear: both;
	overflow: hidden;
}

.post-data {
        color:#9A8770;
        font-size:0.9em;
        font-style:italic;
        line-height:1.2em;
        margin:.3em 0em 1em;
}

.post-data a {
       font-style:normal;
}

.post-content p, .post-content h5, .post-content dt, .post-content blockquote, .post-content code {
	width: 35.7em;
}

.post-content hr {
	display: block;
	margin-bottom: 1em;
}


.post-content h3 {
	line-height: .9;
    margin-bottom: 1em;
}

.post-content h5 {
	margin-top: 2.5em;
	margin-bottom: .5em;
	padding-left: 8px;
	padding-right: 8px;
	text-transform: uppercase;
}

.post-content dl {
	margin: 0 0 1em 0;
/*	padding: 0 8px 0 0;
	font-size: 1.2em;
	line-height: 1.6;*/
}

.post-content dt {
	margin: 0 0 1em 0;
	font-weight: bold;
}

.post-content ul, .post-content ol {
	width: 43em;
	padding-left:16px;
	list-style-type: none;
}

.post-content li {
	margin: 0 0 1em 0;
	padding-left: 25px;
	font-size: 1.2em;
	background: transparent url(images/bullet.gif) no-repeat 2px;
}

.post-content ol {
	margin-left: 8px !important;
}

.post-content ol li {
	padding-left: 0;
	list-style-type: decimal;
	background: none;
}

.post-content code {
	font-size: .9em;
	font-family: "Monaco", "Courier New", fixed;
	color: #7BA008;
}

.post-content pre {
	margin: 2em 0 2em 0;
	padding: 2em;
	font-size: 1.2em;
	background: #eee;
	overflow: auto;
}

.post-content pre code {
	color: #222;
}

.post-content .quote-author {
	float: right;
}

/* -------------------------------------------- [ Page ] */

#page-header {
	height: 10em;
	overflow: hidden;
	margin:0 0 10px;
	border-bottom: 1px solid #333;
}

#page-header h3 {
	margin-bottom: .5em;
}

#page-header h4 {
	font-family: Palatino, Baskerville, Georgia, "Times New Roman", sans-serif;
	font-size: 1.6em;
	font-style: italic;
	font-weight: normal;
	color: #666;
}

/* -------------------------------------- [ Commentary ] */

#commentary {
	border-top: 1px solid #111;
	padding: 1em 0 0 0;
	overflow: hidden;
	clear: both;
}

.comment {
	margin: 0 0 2em 0;
	padding: 1em 0 0 0;
	border-top: 1px dotted #bbb;
	clear: both;
	overflow: hidden;
}

#leave-comment {
	border-top: 1px solid #111;
	padding: 1.2em 0 0 0;
	overflow: hidden;
	clear: both;	
}

#leave-comment code {
	font-family: "Monaco", "Courier New", fixed;
	font-size: .9em;
/*	color: #6D8E00;*/
}

.comment-field {
	padding-top: 1.2em;
	padding-bottom: 1.2em;
	border-bottom: 1px dotted #bbb;
	clear: both;
	overflow: hidden;	
}

label {
	display: block;
	padding-top: 7px;
	font-size: 1.2em;
	line-height: 1.6;
	font-weight: bold;
}

input, textarea {
	width: 94%;
	padding: 8px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.2em;
	border: 1px solid #ccc;
}

textarea {
	height: 10em;
}

/* ----------------------------------------- [ Sidebar ] */

#sidebar {
	margin-top: 3.6em;
	padding: 1.2em 0 0 0;
	border-top: 1px dotted #bbb;
	overflow: hidden;
}

#sidebar h4 {
	margin: 0;
	font-size: 1.1em;
}

#sidebar p {
	font-size: 1.1em;
	color: #111;
}

#sidebar .section input {
	width: 15.8em;
	margin: 0 0 1em 0;
	padding: 6px 6px 6px 23px;
	border: 1px solid #ccc;
	background: transparent url(images/bg-search.gif) no-repeat 7px center;
	font-size: 1.1em;
	float: left;
}

#sidebar ul.nav {
	margin: 0 0 2em 0;
	list-style-type: none;
}

#sidebar .nav li {
	padding: .4em 8px .5em 8px;
	font-size: 1.1em;
	line-height: 1.6;
	border-bottom: 1px dotted #bbb;
}

#sidebar .nav li.last {
	border-bottom: 0;
}

.section {
	/*margin: 0 0 1em 0;*/
	clear: both;
	overflow: hidden;
}

.section .col {
	overflow: hidden;
}

#content .section {
	/*margin: 0 0 2em 0;*/
	/*padding: 1em 0 0 0;*/
	border-top: 1px dotted #bbb;
}

#content .first {
	border: 0;
}

.submit {
	width: auto;
	padding: 0;
	border: 0;
}

#portfolio {
	clear: both;
	overflow: hidden;
}

#portfolio dl {
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
	border-bottom: 1px solid #eee;
	clear: both;
	overflow: hidden;
}

#portfolio dt {
	width: 6.4em;
	margin: 0 1.2em 0 0;
	float: left;
}

#portfolio dd {
	margin: 0 0 .5em 7.6em;
	font-size: 1.1em;
}

#portfolio dd.name {
	margin-bottom: 1em;
}

#portfolio dt a {
	display: block;
	width: 54px;
	padding: 5px;
	background-color: #eee;
}

.p-quote {
	margin-bottom: 1em;
	border-bottom: 1px solid #eee;
}

.p-quote:last-child {
	border-bottom: 0
}

.p-quote blockquote {
	margin: .5em 0 0 0;
	font-family: Palatino, Baskerville, Georgia, "Times New Roman", sans-serif;
	font-size: 1.2em;
	line-height: 1.5;
	font-style: italic;
	text-indent: -.5em;
}

.p-quote p {
	font-size: 1.1em;
}

.p-quote p span {
	text-transform: uppercase;
}

dl.project-details {
	padding: .4em 8px .5em 8px;
	border-bottom: 1px solid #eee;
	font-size: 1.1em;
	line-height: 1.6;
	clear: both;
	overflow: hidden;
}

.project-details dt {
	font-weight: bold;
	float: left;
}

.project-details dd {
	clear: right;
	float: right;
}

/* ------------------------------------------ [ Footer ] */

#footer {
	height: 5.5em;
	padding: 1em 0 0 0;
	/*	border-top: 1px solid #ccc;*/
	overflow: hidden;
	clear: both;
}

#footer h3 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 6em;
	line-height: 1.35;
}

/* --------------------------------------- [ Footnotes ] */

#footnotes {
	border-top: 1px solid #333;
	padding: 1em 0 0 0;
	overflow: hidden;
	clear: both;
}

#footnotes p {
	margin-bottom: .2em;
	font-size: 1.1em;
}

#footnotes .rss {
	margin-left: 8px;
	padding-left: 16px;
	background: transparent url(images/feed-icon.gif) no-repeat center left;
}

/* ------------------------------------------ [ Flickr ] */

#flickr_badge_wrapper {
	margin: 0 0 0 -1.2em;
	overflow: hidden;
	clear: both;
}

.flickr_badge_image {
	margin: 0 0 1.2em 1.2em;
	float: left;
}

.flickr_badge_image img { 
	width: 64px;
	height: 64px;
}

.flickr_badge_image a {
	display: block;
}

/* --------------------------------- [ General Classes ] */

.x-small {
/*	font-size: 1em;
	line-height: 1.4;*/
	font-size: 1.2em;
	line-height: 1.6;
}

.small {
	font-size: 1.2em;
	line-height: 1.6;
}

.ver {
/*	text-transform: uppercase;*/
	color: #000;
}

.low {
	font-family: Georgia, "Times New Roman", sans-serif;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
}

.amp {
	font-family: Palatino, Baskerville, Georgia, "Times New Roman", sans-serif;
	font-style: italic;
	font-weight: normal;
	color: #666;
}

.tooltip {
	display: block;
	font-size: .9em;
}

p.tooltip {
	font-size: 1.1em;
	color: #666;
}

.left {
	float: left;
}

.right {
	float: right;
	margin: 0 1em;
}

.normal {
	font-weight: normal;
}


.align-right {
	display: block;
	text-align: right;
}

.align-center {
	display: block;
	text-align: center;
}

.both {
	clear: both;
}

.image {
	background-color: #f9f9f9;
	border: 1px solid #eee;
	border-bottom: 1px solid #eee;
	display: block;
	padding: 7px;
}

.the {
	margin: .5em .7em 0 0;
	padding: 0 0 0 8px;
	float: left;
}

.bordered {
	border: 3px solid #ddd;
}

.line-bordered {
	border: 1px solid #ddd;
}

.nudged {
	margin-right: 8px;
}

.nudged-left {
	padding-left: 8px;
}

.nudge-bottom {
	margin-bottom: 1.5em;
}

.nudged-top {
	margin-top: 1.2em;
}

.last-field, .first-post {
	border: 0;
}

.title-not {
	width: 33px;
	height: 25px;
	margin: 0 6px 0 0;
	display: block;
	text-indent: -1000em;
	background: transparent url(images/not.gif) no-repeat top left;
	float: left;
}

.image-post {
	margin-left: -15.2em;
}

/* Centering for older posts */ 

.centered {
	display: block;
	margin: 0 auto;
}

/* Contact Form */

.contacterror {
	border: 1px solid #ff0000;
}

table {
	width: 70%;
	margin: .5em 0 2em 0;
	border-collapse: collapse;
	border-top: 1px solid #111;
}

tr, td, th {
	padding: .8em;
	font-size: 1.1em;
	text-align: center;
}

tr {
	border-bottom: 1px dotted #bbb;
}

#ad-es {
	padding: 1.2em 0;
	font-size: .9em;
	font-style: italic;
	color: #666;	
	border-top: 1px dotted #bbb;
}

#intro {
	margin-bottom: 1.2em;
	font-size: .9em;
	font-style: italic;
	color: #666;	
}

.author {
	background: #f8f8f8;
}

.comment dl {
	padding-bottom: 1.2em;
}

.comment dd img {
	border: 1px solid #ddd;
}