/*
	Theme Name: Modern Ed
	Theme URI: http://www.cafeina.org/ed
	Description: A minimal, grid based, elastic theme. Wordpress 2.7 ready.
	Version: 2
	Media: Screen
	Version: 31 Dec 2009
	Author: Eduardo Morais, based on Rodrigo Galindez
	Author URI: http://www.cafeina.org
	Tags: black, white, three-columns, fixed-width, custom-header, custom-colors, theme-options, right-sidebar

*/



/* ----------------------------------------------- [ * ] */


@import url(css/grid-900.css);

* {
	margin: 0;
	padding: 0;
}



/* -------------------------------- [ General Elements ] */

body {
    font-family: Corbel, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff;
	color: #171717;
}

hr {
	display: none;
}

img {
	vertical-align: middle;
	border: 0;
}


h1, h2, h3, h4 {
	padding-left: 8px;
	padding-right: 8px;
	color: #000;
}


h1 {
	margin-bottom: 1px;
	letter-spacing: -1px;
	font-size: 48px;
	line-height: 50px;
}

h2 {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 21px;
	font-weight: 800;
	font-style: italic;
}


h3 {
	margin-bottom: 16px;
	font-size: 20px;
	line-height: 25px;
}

h4 {
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 20px;
	color: #666;
}

h5 {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 17px;
}

p {
	margin-bottom: 10px;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 12px;
	line-height: 18px;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #F22C00;
}

acronym {
	border-bottom: 1px dotted #eee;
}

kbd {
	font-family: "Consolas", "Courier New", fixed;
	font-size: 10px;
	text-transform: uppercase;
}


/* ----------------------------------------- [ Wrapper ] */



#wrapper {
	width: 900px;
	margin: 0 auto;
/*	margin-top: 30px; */
/*	margin-bottom: 30px; */
	overflow: hidden;
}


/* ---------------------------------------- [ Main Nav ] */

#main-nav {
	padding: 0 0 5px 0;
	overflow: hidden;
}


#main-nav ul {
	list-style-type: none;
}

#main-nav li.page_item {
	margin-right: 20px;
	float: left;
}

#main-nav li a {
	font-size: 12px;
	line-height: 16px;
	padding-left: 8px;

}


/* ------------------------------------------ [ Header ] */



#header {
	height: 150px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	overflow: hidden;
}

#header h1 {
	margin-top: 5px;
}

#header h1 a {
	color: #F22C00;
}

#header h2 {
	padding-left: 12px;
}



/* ------------------------------------------ [ Content ] */



#content {
	padding-top: 10px;
	overflow: hidden;
}

ul.nav {
	margin: 0 0 20px 0;
	list-style-type: none;
}



.nav li {
	margin: 0;
	padding: 5px 8px 3px 8px;
	font-size: 11px;
	line-height: 14px;
	border-bottom: 1px dotted #bbb;
}

.nav li.last {
	border-bottom: 0;
}

.nav li.nota {
  line-height: 10px;
}

.nav li.nota a {
  display: block;
  width: 130px;
}

.nav li img {
  display: block;
  float: right;
}

.nav li.nota img {
  padding: 4px 0 4px 0;
}

ul.navlinks {
	position: absolute;
	top: 364px;
	list-style-type: none;
	overflow: hidden;
}

.navlinks li {
	font-size: 12px;
	line-height: 15px;
}

.navlinks li a {
	display: block;
	padding: 4px 8px 4px 8px;
}

.navlinks li a:hover {
	background: #000;
	color: #fff;
}



/* -------------------------------------------- [ Post ] */



.post {
	padding: 20px 0 20px 0;
        margin-top: 10px;
	border-top: 1px solid #ddd;
	overflow: hidden;
	clear: both;
}

.post-content {
        font-family: "PT Serif", Georgia, "Times New Roman", serif;
	width: 520px;
	display: block;
}


.post-content p, .post-content h5, .post-content code {
        font-size: 13px;
        line-height: 20px;
}


.post-content p a {
	font-weight: inherit;
	border-bottom: 1px dotted #F22C00;
}

.post-content p a:hover {
	border-bottom: 0;
}

.post-content h3 {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
	line-height: 18px;
    padding-left: 7px;
	font-weight: 800;
	font-style: italic;
}

.post-content h5 {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
	margin-top: 25px;
	margin-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
	text-transform: uppercase;
}

.post-content blockquote {
	width: 430px;
	margin: 0 8px 8px 8px;
	padding: 4px 12px 4px 32px;

}

.post-content blockquote p {
	width: 400px;
	padding: 0;
	line-height: 17px;
	font-style: italic;
}

.post-content blockquote ul {
	width: 300px;
}

.post-content dl {
	margin: 0 0 10px 0;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 12px;
}

.post-content dt {
	margin: 0 0 5px 0;
	font-weight: bold;
	font-size: 11px;
}

.post-content dd {
	width: 300px;
	margin: 0 0 10px 20px;
	line-height: 16px;
}

.post-content ul, .post-content ol {
	width: 448px;
	list-style-type: none;
}

.post-content li {
	margin: 0 0 10px 0;
	font-size: 12px;
	line-height: 17px;
	padding-left: 20px;
	background: transparent url(images/bullet.gif) no-repeat left 2px;
}

.post-content ol {
	margin-left: 24px !important;
}

.post-content ol li {
	padding-left: 0;
	list-style-type: decimal;
	background: none;
}
.post-content code {
	font-family: "Consolas", "Courier New", fixed;
	font-size: 11px;
}

.post-content pre {
	margin: 20px 0 20px 0;
	padding: 20px;
	font-size: 13px;
	background: #eee;
	overflow: auto;
}

.post-content pre code {
	color: #222;
}

.post-content .quote-author {
	float: right;
}



/* -------------------------------------- [ Commentary ] */



#commentary {
	border-top: 1px solid #111;
	padding: 10px 0 0 0;
	overflow: hidden;
	clear: both;
}

.comment {
	margin: 0 0 30px 0;
	padding: 10px 0 0 0;
	border-top: 1px dotted #ddd;
	clear: both;
	overflow: hidden;
}

.comment dt {
	margin: 0 0 5px 0;
	font-size: 13px;
	line-height: 17px;
}


#leave-comment {
	border-top: 1px solid #111;
	padding: 12px 0 0 0;
	overflow: hidden;
	clear: both;	

}


#leave-comment code {
	font-family: "Consolas", "Courier New", fixed;
	font-size: 9px;
}


.comment-field {
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px dotted #ddd;
	clear: both;
	overflow: hidden;	
}

label {
	display: block;
	padding-top: 7px;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}

input, textarea {
	width: 94%;
	padding: 8px;
        font-family: Corbel, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #ccc;
}

textarea {
	height: 100px;
}



/* ----------------------------------------- [ Sidebar ] */



#sidebar {
	margin: 0;
	padding: 10px 0 0 0;
	overflow: hidden;
}

#sidebar a { font-weight: bold; }

#sidebar h4 {
	padding-bottom: 5px;
	line-height: 16px;
	border-bottom: 1px solid #ddd;
}

#sidebar p {
	font-size: 12px;
        padding-top: 7px;
	color: #111;
    line-height: 14px;
}

#sidebar .section input {
	width: 158px;
	margin: 0 0 10px 0;
	padding: 6px 6px 6px 23px;
	border: 1px solid #ccc;
	background: transparent url(images/bg-search.gif) no-repeat 7px center;
	font-size: 11px;
	float: left;
}

#sidebar ul.nav {
	margin: 0 0 20px 0;
	list-style-type: none;
}

#sidebar .nav li {
	margin: 0;
	padding: 3px 8px 3px 8px;
	font-size: 11px;
	line-height: 14px;
	border-bottom: 1px dotted #bbb;
}

#sidebar p.tags { border-bottom: 1px dotted #bbb; padding-bottom: 5px; }

#sidebar .nav li.last {
	border-bottom: 0;
}

.section {
	margin: 0 0 20px 0;
	clear: both;
	overflow: hidden;
}



.section .col {
	overflow: hidden;
}



#content .section {
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
	border-top: 1px dotted #bbb;
}

#content .first {
	border: 0;
}

.submit {
	width: auto;
	padding: 0;
	border: 0;
}


#sidebar p.tags a {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: normal;
	padding-right: 5px;
}



.navigation {
	border-top: 1px solid #ddd;
	border-bottom: 1px dotted #ddd;
	margin: 0 0 10px 0;
	padding: 10px 0 10px 0;
	list-style-type: none;
	overflow: hidden;
	clear: both;
}


.navigation li {
    margin: 0 8px 0 8px;
	text-transform: uppercase;
	font-size: 11px;
    font-weight: bold;
}


/* --------------------------------------- [ Footnotes ] */


#footnotes {
    margin: 40px 0 0 0;
	border-top: 1px solid #333;
	padding: 10px 0 20px 0;
	overflow: hidden;
	clear: both;

}

#footnotes p {
	margin-bottom: 2px;
	font-size: 11px;
}

#footnotes .rss {
	margin-left: 8px;
	padding-left: 16px;
	background: transparent url(images/feed-icon.gif) no-repeat center left;
}


/* ------------------------------------------ [ Flickr ] */


#flickr_badge_wrapper {
	margin-left: -12px;
	overflow: hidden;
}


.flickr_badge_image {
	margin: 0 0 12px 12px;
	float: left;
}

.flickr_badge_image img { 
	width: 64px;
	height: 64px;
}

.flickr_badge_image a {
	display: block;
}



/* --------------------------------- [ General Classes ] */



.small {
	font-size: 10px;
	line-height: 16px;
}

/* If you want a text in ALL CAPS */


.ver {
	text-transform: uppercase;
	color: #000;
}


/* For by-lines */


.low {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	color: #666;
	font-style: italic;
}



/* A nice ampersand */

.amp {
    font-family: "PT Serif", Georgia, "Times New Roman", serif;
	font-style: italic;
	font-weight: normal;
	color: #666;
}

/* For image captions */

.tooltip {
	display: block;
	padding-top: 8px;
	font-size: 10px;
}

.commwarn {
	display: block;
	font-size: 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.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;
}

.nudged {
	margin-right: 8px;
}

.nudged-left {
	padding-left: 8px;
}

.nudge-bottom {
	margin-bottom: 1.50px;
}

.last-field, .first-post {
	border: 0;
}

.title-not {
	width: 33px;
	height: 25px;
	margin: 0 6px 0 0;
	display: block;
	text-indent: -10000px;
	background: transparent url(images/not.gif) no-repeat top left;
	float: left;
}

.search-field {
	padding: 0 0 0 8px;
}

/* Use for full width images (596px) */

.full-image {
	margin-left: -152px;
}


/* Centering for older posts */ 

.centered {
	display: block;
	margin: 0 auto;
}


.button, .submit {
	display: block;
	padding: 8px;
	background: #444;
	color: #fff;
	font-size: 9px;
	letter-spacing: 2px;
    font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.button:hover, .submit:hover {
	background: #000;
}


/* ---------------------- [ Wordpress required classes ] */


ul.widgetized-sidebar {
	list-style-type: none;
}

ul.widgetized-sidebar li {
	margin: 0 0 20px 0;
	clear: both;
	overflow: hidden;
}

ul.widgetized-sidebar li h2 {
	margin-bottom: 6px;
	padding-bottom: 6px;
	font-size: 10px;
	line-height: 16px;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	color: #000;
}

ul.widgetized-sidebar li ul li {
	margin: 0;
	padding: 4px 8px 5px 8px;
	font-size: 11px;
	line-height: 16px;
	border-bottom: 1px dotted #bbb;
	font-size: 11px;
}

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption { 
	margin-left: 8px;
	padding: 5px 0 5px 0;
}

.wp-caption img {
	border: 0 none;
    margin: 0;
    padding: 0 0 5px 0;
}

.wp-caption p.wp-caption-text {
    color: #444;
	padding: 0 0 0 10px;
    border-left: #CCC 8px solid;
	font-size: 11px;
	line-height: 16px;
}

.categories { }

.cat-it0px { }

.current-cat { }

.current-cat-parent { }

.pagenav { }

.page_it0px { }

.current_page_it0px { }

.current_page_parent { }

.widget { }

.widget_text { }

.blogroll { }

.linkcat{ }



#wp-calendar {
	border-collapse: collapse;
	font-size: 11px;
	margin: 0 auto;
}

#wp-calendar caption {
	margin-bottom: 8px;
	font-size: 11px;
	font-weight: bold;
}

#wp-calendar thead tr th {
	padding: 10px;
}

#wp-calendar td {
	padding: 10px;
}

#wp-calendar tr {
	padding: 10px;
}


/* SELECTION */

::-moz-selection{
	background:#FFF;
	color:#F00;
}

::selection {
	background:#FFF;
	color:#F00;
}


