/*
  Theme Name: Modernist
  Theme URI: http://www.rodrigogalindez.com/themes/modernist
  Description: A flexible, minimal theme focused on great typography. An invisible design to let you and your users focus on your content. Based on the design ideas of Jan Tschichold, Josef Müller-Brockmann, Dieter Rams, and other modernists. Supports widgets, SEO optimized, clean and documented code, fast to load, no plugins required. Works in WordPress 2.7 and superior. Works in IE 6 & superior and all versions of Safari/Firefox/Opera. Includes CSS3 buttons.
  Version: 2.5
  Author: Rodrigo Galindez
  Author URI: http://www.rodrigogalindez.com
  Tags: white, blue, black, silver, light, two-columns, fixed-width, threaded-comments, sticky-post, custom-header, custom-colors, custom-menu
  License: GNU General Public License v2.0
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
  */

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

  * {
  margin: 0;
  padding: 0;
  }

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

  body {
  font-family: arial, georgia, 'Trebuchet MS', verdana, sans-serif;
  font-size: 13px; /* controls the size of all text relative to its em value */
  color: #000;
  }


  hr {
  width: 100%;
  height: 1px;
  color: #000;
  background-color: #666;
  }

  /*
  hr {
  width: 5%;
  height: 5px;
  color: #000;
  background-color: #000;
  margin-left: 50%
  margin-right: 50%
  }
  */


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

img a:hover {
background-color: #fff;
}

  p {
  margin: 0 0 1em 0;
  font-size: 1em;
  line-height: 1.65;
  }

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

  a:hover {
background-color: #FFE56B;
color: #2F290A;
border-bottom: 0;
  }

  h2.page-title {
  margin: 0 0 .5em 0 !important;
  font-size: 2.8em;
  font-weight: bold;
  color: #00FF00;
  }

  code {
  font-family: Monaco, "Courier New", fixed;
  font-size: 1em;
  color: #6C8318;
  font-weight: normal;
  }

  .alignleft {
  float: left;
  }

  .alignright {
  float: right;
  }

  #currentnavlink {
  text-transform: uppercase;
  }

  #currentnavlink a {
  color: #000;
  border-bottom: 1px dotted #000;
  text-decoration: none;
  }

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

  #wrapper {
  width: 1075px;
  /*  margin: 0 auto; centre align*/
  margin-top: 0px; 
  margin-bottom: 40px;
  margin-left: 25px; /* added after breaking the central alignment above */
  height: 1%;
  }

  #wrapper:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  }

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

  /* i've broken the header as it pulls in an unstoppable 132px image, i've also currently scrapped the header-wrapper and nav divs as they were set up only to display some fancy bulleted list buttons for pages at the top of the blog */

  #heading {
  padding: 0 0 25px 0;
  margin-left: -25px;
  font-size: 0.9em;
  }

#heading a {
text-decoration: none;
}

#heading .logo {
	padding-left: 25px;
	border: 0;
	 background-color: #fff;
	}

  #header-wrapper1 {
  height: 1%;
  clear: both;
  }


  #header h1 {
  font-size: 2em;
  font-weight: normal;
  }

  #header h1 a {
  text-decoration: none;
  border: 0 none;
  }


}

  #nav {
  margin: 0 0 15px 3px;
  padding: 15px 0 0 0;
  background: transparent url("images/l.gif") no-repeat left top;
  height: 1%;
  clear: both;
  }

  #nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  }

  /* Son of Suckerfish Dropdowns: http://htmldog.com/articles/suckerfish/dropdowns/ */

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

  #nav li {
  margin-right: 25px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 1em;
  line-height: 1.6;
  float: left;
  }

  #nav li.current_page_item a {
  font-weight: bold;
  color: #333;
  }

  #nav li a {
  display: block;
  border: 0 none;
  color: #555;
  }

  #nav li a:hover {
  color: #21759B;
  }

  #nav li ul {
  position: absolute;
  left: -999em;
  }

  #nav li:hover ul,
  #nav li.sfhover ul {
  left: auto;
  }

  #nav li ul li {
  font-size: 1em;
  }

  #nav li.current_page_item ul li a {
  font-weight: normal;
  }

  #nav li ul li a {
  border-bottom: 1px dotted #ccc;
  }



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

  #content {
  width: 825px;
  padding: 0;
  float: left;
  /*  clear: both;
  position: absolute; */
  border-left: thick solid #000;
  }

  /* Post */

  .post,
  .page {
  margin: 0 0 200px 0;
  height: 1%;
  }

  .post:after,
  .page:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;

  }


  .post-content { 
  padding: 0 0 0 25px;
  }

  .post h1,
  .post h2 {
  margin: 1.5em 0 .5em 0;
  font-size: 2.5em;
  font-weight: bold;
  color: #000;
  }

  .post h3 {
  margin-top: -1em;
  font-size: 0.9em;
  color: #000;
  font-style:italic;
  font-weight: normal;
  text-transform: lowercase;  

  }

.post h3 a {
	text-decoration: none;
	border-bottom: 1px dotted #000;
	color: #000
}

  .post h4,
  .post h5,
  .post h6 {
  margin: 2em 0 .5em 0;
  font-size: 1.4em;
  color: #333;
  }

  .post table {
  width: 100%;
  font-size: 1.4em;
  line-height: 1.65;
  border-collapse: collapse;
  }

  .post table th {
  padding: 5px 0;
  text-align: left;
  }

  .post table td {
  padding: 5px 0;
  }

  .post table tr {
  border-bottom: 1px solid #ddd;
  }

  .post dl {
  margin: 0 0 1.4em 0;
  }

  .post dt {
  margin-top: 1.4em;
  font-size: 1.4em;
  line-height: 1.65;
  font-weight: bold;
  }

  .post dt:first-child {
  margin: 0;
  }

  .post dd {
  font-size: 1.3em;
  line-height: 1.65;
  }

  .post ul,
  .post ol {
  margin: 0 0 1.4em 0;
  }

  .post li {
  font-size: 1em;
  line-height: 1.65;
  }

  .post li ul,
  .post li ol {
  margin-left: 15px;
  }

  .post address {
  font-size: 1.4em;
  line-height: 1.65;
  margin: 0 0 1.4em 0;
  }

  .post abbr,
  .post acronym {
  border-bottom: 1px dotted #ccc;
  }

  .post pre {
  margin: 0 0 1.4em 0;
  font-family: Monaco, "Courier New", fixed;
  font-size: 1em;
  color: #6C8318;
  }

  .post kbd,
  .post tt {
  font-family: Monaco, "Courier New", fixed;
  font-size: 1em;
  color: #666;
  }

  .post var {
  color: #892E12;
  }

  /* Hack to make the 'Div and Span Tests' unit test look better */
  div.myclass strong { 
  font-size: 1em;
  line-height: 1.65;
  }

  .post blockquote {
  margin-left: 30px;
  padding-left: 15px;
  border-left: 2px solid #ddd;
  }

  .post img {
  max-width: 600px;
  height: auto;
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 0px;
  background: #fff;
  border: 0;
  }


  .post-header h2 {
  padding-top: 0.2em;
  padding-bottom: 0.4em;
  margin: 0;
  font-size: 2.3em;
  font-weight: bold;
  color: #000;
  }

  .post-header h2 a {
  border: 0 none;
  color: #000;
  }

  .post-header h3 {
  margin: 0 !important;
  font-size: 2em;
  line-height: 1.4;
  font-weight: normal;
  }

  .post-header h3 a {
  border: 0 none;
  color: #333;
  }

  .post-header p {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 1.1em;
  color: #777;
  }


  .post-meta {
  padding: 10px 0 0 0;
  background: transparent url("images/l.gif") no-repeat left top;
  clear: both;  
  }

  .post-meta ul {
  list-style-type: none;
  }

  .post-meta li {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 1.1em;
  line-height: 1.5;
  color: #777;
  }

  .post-navigation,
  .comment-navigation {
  font-size: 0.9em;
  text-transform: lowercase;
  }

  .post-navigation a {
 text-decoration: none;
}


  .post-page-links {
  margin-bottom: 1.4em;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 1.1em;
  line-height: 1.5;
  color: #777;
  }


  /* Comments */

  .post-comments {
  margin: 0 0 40px 0;
  height: 1%;
  }

  .post-comments:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  }

  .post-comments h2,
  h3#comments-title, 
  h3#reply-title {
  margin-bottom: 1em;
  font-size: 2.8em;
  font-weight: normal;
  color: #21759B;
  }

  .comment,
  .trackback,
  .pingback {
  width: 625px;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ddd;
  clear: both;
  float: left;
  height: 1%;
  }

  .comment:after, 
  .trackback:after,
  .pingback:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  }

  .pingback p, 
  .trackback p {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 1.1em;
  line-height: 1.5;
  color: #aaa;
  }

  .comment-avatar {
  width: 60px;
  float: left;
  }

  .comment-avatar img {
  width: 54px;
  padding: 2px;
  background: #fff;
  border: 1px solid #ddd;
  }

  .comment-body {
  width: 460px;
  margin-left: 10px;
  float: right;
  }

  .comment-body ul {
  margin: 0 0 1.4em 1.2em;
  }

  .comment-body li {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 1em;
  line-height: 1.5;
  }

  .comment-body blockquote {
  margin-left: 30px;
  margin-bottom: 1.4em;
  padding-left: 15px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 1em;
  line-height: 1.5;
  border-left: 2px solid #ddd;
  }

  .comment-body blockquote p {
  font-size: 1em;
  }

  .comment-meta {
  margin: 0;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 1.1em;
  line-height: 1.5;
  color: #777;
  }

  .comment-form table {
  width: 625px;
  border-collapse: collapse;
  }

  .comment-form th {
  width: 120px;
  padding: 2px 0 15px 0;
  text-align: left;
  vertical-align: top;
  }

  .comment-form th label {
  font-size: 1.3em;
  line-height: 1.4;
  color: #333;
  }

  .comment-form th p {
  margin: 0;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 1.1em;
  font-weight: normal;
  color: #777;
  }

  .comment-form td {
  padding: 5px 0 15px 24px;
  vertical-align: top;
  }

  .comment-form td input {
  width: 280px;
  padding: 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3em;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  color: #444;
  }

  .comment-form td textarea {
  width: 360px;
  padding: 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3em;
  line-height: 1.65;
  font-weight: 300;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  color: #444;
  }

  #submit {
  width: auto;
  padding: 6px 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3em;
  font-weight: bold;
  background: transparent url(images/bg-button.png) repeat-x 0 50%;
  background-color: #21759B;
  border: 0 none;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-transition: all .2s linear;
  }

  #submit:hover {
  background-color: #1F536C;
  text-decoration: none;
  }

  .depth-2,
  .depth-3,
  .depth-4,
  .depth-5 {
  margin: 15px 0 0 0;
  padding: 0;
  border: 0 none;
  }

  .depth-2 .comment-avatar {
  text-align: right;
  }

  .depth-2 .comment-body p {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 1.1em;
  line-height: 1.5;
  color: #444;
  }

  .depth-2 .comment-avatar img {
  width: 30px;
  height: 30px;
  }

  .depth-3 .comment-avatar {
  width: 100px;
  }

  .depth-3 .comment-body {
  width: 420px;
  }

  .depth-4 .comment-avatar {
  width: 140px;
  }

  .depth-4 .comment-body {
  width: 380px;
  }

  .depth-5 .comment-avatar {
  width: 180px;
  }

  .depth-5 .comment-body {
  width: 340px;
  }

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

  #sidebar {
  width: 190px;
  padding-left: 25px;
	font-size: 95%;
	text-transform: lowercase;
	line-height: 2em;
  float: right;
  /*clear: both;
  position:fixed;*/
  color: #000;
  border-left: thick solid #000;
  }

  #sidebar h2 {
  margin: 0 0 .9em 0;
  font-size: 1em;
  line-height: 1.4;
  text-transform: uppercase;
  color: #000;
  }

  #sidebar a {
  color: #000;
  }

  #sidebar a:hover {
  color: #111;
  }

  #sidebar p {
  font-size: 90%;
  line-height: 1.5;
  }

  #sidebar ul {
  list-style-type: none;
  }

  #sidebar li {
  margin: 0 0 .4em 0;
 font-size: 100%;
  }

  #sidebar .section {
  margin: 0;
  padding: 0;
  }

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

  #footer2 {
  padding: 30px 0;
  float: left;  
  width: 830px;
  }


  #footer-tags {
  clear: both;
  text-transform: lowercase;
  }

  /* Widget: Search */

  #searchform input {
  width: 90%;
  padding: 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  color: #444;
  }

  /* Widget: Calendar */

  table#wp-calendar {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  }

  table#wp-calendar caption {
  letter-spacing: 2px;
  text-transform: uppercase;
  }

  table#wp-calendar caption,
  table#wp-calendar td,
  table#wp-calendar tr {
  padding: 5px 2px;
  }

  table#wp-calendar tr {
  border-bottom: 1px solid #ddd;
  }

  table#wp-calendar tr:last-child {
  border: 0 none;
  }

  /* Widget: Tag Cloud */

  .tag-cloud {
  line-height: 1.65;
  }

  .wp-tag-cloud {
  line-height: 1.5;
  }

  /* Widget: Pages */

  /* General WordPress Classes */

  .aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
  }

  .alignleft {
  margin-right: 15px;
  float: left;
  }

  .alignright {
  margin-left: 15px;
  float: right;
  }

  img.alignnone {
  margin-right: 5px;
  margin-bottom: 0;
  }

  .wp-caption {
  padding: 2px 5px;
  background: #fff;
  border: 1px solid #E9E9E9;
  }

  .wp-caption p {
  font-size: 1.1em;
  line-height: 1.5;
  }

  .wp-caption img {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  border: 0 none;
  }

  .wp-caption a[rel] {
  border: 0 none;
  }

  .gallery dd {
  font-size: 1.1em;
  line-height: 1.5;
  }

  .gallery-caption,
  .wp-caption-text {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  text-align: center;
  }

  .gallery-icon a {
  border: 0 none;
  }

  .gallery-item img {
  margin-bottom: 5px;
  border: 1px solid #E9E9E9 !important;
  }

li {
list-style-type: none;
}

li ul {
font-size: 90%;
text-transform:lowercase;
text-indent: 15px;
line-height: 1.5em;
}

#sidebar li {
list-style-type: none;
}

#sidebar li ul {
font-size: 90%;
text-transform:lowercase;
text-indent: 15px;
line-height: 2em;
}

#sidebar h2 {
font-size: 1em;
font-weight: normal;
text-transform: uppercase;
background-color:none;
}

#sidebar a {
text-decoration:none;
color:#000;
background-colour:none;
border-bottom: 1px dotted #000;
}

#sidebar h2 a {
text-decoration:none;
color:#000;
background-colour:none;
border-bottom: none;
}