/*
Theme Name: I Still Do
Theme URI: http://www.jomoca.com/wordpress-theme-i-still-do/
Description: A 3 column stylish grey and green theme created by <a href="http://josemoreno.com.uy/">José Moreno</a>.  Visit <a href="http://www.jomoca.com">Jomoca.com</a> for more themes.
Version: 1.0
Author: José Moreno
Author URI: http://www.josemoreno.com.uy/
Tags: three-columns, green, fixed-width, right-sidebar
*/
body {
    background: #bfc4c7 url(images/bg.jpg) repeat-x;
    padding: 0px;
    margin: 0px;
    font-family: Arial;
    font-size: 12px;
    color: #031930;
}

blockquote {
    border-left: 1px solid #031930;
    padding-left: 10px;
}

#wrapper {
    background: #fff;
    width: 946px;
    margin: 0 auto;
    padding: 10px;
    margin-top: 10px;
}

#header {
    background-image: url(images/header2.jpg);
    height: 90px;
    padding: 10px;
    border: #dadada 1px solid;
    border-bottom: none;
}

#title {
    width: 498px;
    float: left;
    text-align: left;
    padding: 14px 0 0 20px;
}

#title p, #title h1 {
    font-family: Arial;
    font-size: 24px;		
		font-weight: 400;
    color: #031930;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}

#description {
    font-family: Arial;
    font-size: 12px;		
		color: #031930;
}

#title a:hover {
    text-decoration: none;
}

#leaderboard_ad {
    width: 728px;
    height: 90px;
    float: right;
}

#menu {
    background: url(images/menu_bg.jpg) repeat-x;
    height: 37px;
    border: #dadada 1px solid;
    border-top: none;
    border-bottom: none;
}

#menu ul, #menu li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    float: left;
}

#menu li a {
    height: 37px;
    padding-left: 10px;
    padding-right: 10px;
    color: #031930;
    line-height: 37px;
    float: left;
    display: block;
    text-decoration: none;
}

#menu li a:hover {
    text-decoration: none;
    background: url(images/menu_h.jpg) repeat-x;
}

#menu .current_page_item a {
    background: #F2F2F2 url(images/menu_c.jpg) repeat-x;
    font-weight: bold;
    text-decoration: none;
}

#menu .current_page_item a:hover {
    text-decoration: none;
}

#content {
    width: 600px;
    margin-top: 10px;
    float: left;
}

#content_wide {
    width: 940px;
    margin-top: 10px;
    float: left;
}

#side {
    width: 336px;
    margin-top: 10px;
    float: right;
}

#footer {
    clear: both;
}

.post {
    background: url(images/menu_bg.jpg) repeat-x #f0f0f0;
    width: 600px;
    margin-bottom: 10px;
    border: #dadada 1px solid;
    border-top: none;
    padding: 0 0 10px 0;
}

.post_wide {
    background: url(images/menu_bg.jpg) repeat-x #f0f0f0;
    width: 940px;
    margin-bottom: 10px;
    border: #dadada 1px solid;
    border-top: none;
    padding: 0 0 10px 0;
}

.post_title {
    background: url(images/post_icon.png) no-repeat 0px 2px;
    height: 34px;
    padding-left: 38px;
}
.post_title a { 
   text-decoration: none;
}
.post_title a:visited { 
   text-decoration: none;
}

.post_title h2{ 
    font-family: Arial;
    font-size: 18px;
    font-weight: normal;
    color: #031930;
    text-decoration: none;
		padding: 1px 0 0 0;
		margin: 0px;
}

.post_meta {
    font-size: 11px;
    color: #637180;
    clear: both;
		padding: 0 14px;
		font-style: italic;
}

.post_meta a, .post_categories a, .post_comments a, .post_comments, .post_tags, .post_tags a, 

#commentlist li a {
    font-size: 11px;
    color: #637180;
}

/* Post thumb and excerpt */

.the_thumb {
    width: 139px;
		margin: 0px;
    padding: 8px 10px 5px 5px;
		float: left;
}

.the_thumb img {
   text-align: center;
   width: 135px;
	 height: 180px;
	 margin: 1px;
	 padding: 1px;
	 border: 1px solid #dadada;
}

.the_thumb2 {
  margin: 4px 0 0 0;
	padding: 2px;
	text-align: center; 
}

.the_thumb2 img { 
  border: 1px solid #dadada;
	padding: 2px;
	background: #fff;
	width: 570px;
	height: 110px;
}

.the_cat_post {
    float: right;
}

.the_post, .the_cat_post {
    margin: 0px;
    padding: 8px 5px 5px 5px;
}

.the_post p {
    padding: 0px;
    margin: 0 4px 8px 8px;
}

.the_post p a {
		color: #a20003;
    text-decoration: none;
}

.the_post p a:visited {
		color: #580002;
    text-decoration: none;
}

.the_post p a:hover {
text-decoration: underline;
}

.post_info {
    padding: 5px;
    clear: both;
}

.post_categories {
    background: url(images/category.png) no-repeat left center;
    padding-left: 20px;
    padding-right: 10px;
}

.post_categories a {
    text-decoration: none;
}

.post_comments {
    background: url(images/comment.png) no-repeat left center;
    padding-left: 20px;
    padding-right: 10px;
}

.post_comments a {
    text-decoration: none;
}

.post_tags {
    background: url(images/tag.png) no-repeat left center;
    padding-left: 20px;
}

.post_tags a {
    text-decoration: none;
}

.read_more {
    background: url(images/more.png) no-repeat 0px 2px;
    height: 18px;
    padding-left: 20px;
    padding-top: 3px;
    padding-bottom: 15px;
    margin-left: 5px;
		clear: both;
}

.read_more a {
    text-decoration: none;
    font-size: 11px;
}

.comments_title {
    background: url(images/comments.png) no-repeat 0px 2px;
    height: 34px;
    padding-left: 35px;
    padding-top: 3px;
    margin-left: 5px;
}

.comments_title a { 
    font-size: 12px;
    font-weight: bold;
    color: #031930;
    text-decoration: none;
}

#toolbox_menu {
    width: 336px;
}

#tb {
    background: url(images/menu_bg.jpg) repeat-x #F2F2F2;
    height: 37px;
}

#tb, #tb li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    float: left;
}

#tb li a {
    height: 37px;
    width: 112px;
    text-align: center;
    color: #031930;
    line-height: 37px;
    float: left;
    display: block;
    text-decoration: none;
}

#tb li a:hover {
    text-decoration: underline;
}

.tb2, .tb2 li, .wp-tag-cloud, .wp-tag-cloud li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    float: left;
}

.tb2 li a, .wp-tag-cloud li a {
    background: url(images/tb_icon.gif) no-repeat left center;
    width: 307px;
    margin-left: 5px;
    padding-left: 19px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    font-size: 12px;
    color: #031930;
    float: left; 
    display: block;
    text-decoration: none;
}

.wp-tag-cloud li a {
    width: 135px;
}

.tb2 li a:hover, .wp-tag-cloud li a:hover {
    background: url(images/tba_icon.gif) no-repeat left center #E3E4E6;
    text-decoration: underline;
}

#tb_archives, #tb_recent_posts, #tb_tags {
    background: #F2F2F2;
    width: 336px;
}

#tb_archives, #tb_recent_posts {
    display: none;
}

#tb_tags {
    text-align: center;
}

#tb_tags a {
    color: #031930;
    font-size: 12px;
    text-decoration: none;
}

#tb_tags a:hover {
    text-decoration: underline;
}

#tb_tags_link {
    font-weight: bold;
    background: #F2F2F2;
}

.rc_author {
    padding-left: 5px;
}

#commentlist li {
    background: #E5E5E5;
    padding: 5px;
    margin-bottom: 10px;
}

#comment {
    width: 565px;
}

#left_sidebar {
    width: 163px;
    margin-top: 0px;
    float: left;
}

#right_sidebar {
    width: 163px;
    margin-top: 0px;
    float: right;
}

.sidebar_item {
    background: url(images/menu_bg.jpg) repeat-x #F2F2F2;
    width: 153px;
    padding: 4px 0 4px 8px;
    border: #dadada 1px solid;
    border-top: none;
    margin-bottom: 10px;
}

.sidebar_item, .sidebar_item a, sidebar_item a:vlink, sidebar_item a:alink {
    text-color: #000;
    text-decoration: none;
}

.sidebar_item a:hover {
    text-decoration: underline;
}

.sb_header {
    height: 37px;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
    font-size: 12px;
    line-height: 27px;
}

.sidebar_item ul, .sidebar_item ul li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: left;
}

.sidebar_item ul li {
   border-bottom: 1px dashed #dadada;
   padding: 4px;
   margin: 2px 8px 2px 0;
	 background: #f0f0f0;
}


.sidebar_item ul li a img {
   width: 132px;
   text-align: center;
	 border: 1px solid #000;
}

#s {
    width: 105px;
    float: left;
}

#search_but {
        background: #F2F2F2;
        border: 0px;
        color: #FFF;
        font-weight: bold;
        color: #031930;
        margin-bottom: 5px;
}

#wp-calendar {
    width: 100%;
    text-align: center;
}

#wp-calendar a {
    text-decoration: underline;
}

#today {
    border-bottom: #031930;
    border-right: #031930;
}


#nav {
    background: #f0f0f0;
    width: 590px;
    padding: 5px;
    margin-top: 4px;
    margin-bottom: 10px;
    border: #dadada 1px solid;
}

#nav_prev {
    float: left;
}

#nav_next {
    float: right;
}

#nav_prev a, #nav_next a {
    color: #776677;
    font-size: 12px;
}

#nav_prev a:hover, #nav_next a:hover {
    text-decoration: underline;
}

#footer {
    background: #F2F2F2 url(images/menu_bg.jpg) repeat-x;
		background-position: bottom;
    height: 244px;
    padding: 8px 0 0 0;
    margin: 8px 0 0 0;
    text-align: left;
    border: #dadada 1px solid;
    border-top: none;
}

#footer-thumbs {
width: 100%;
margin:1px auto;
padding: 0px;
text-align: center;
}

#footer-thumbs img {
margin: 1px;
padding: 1px;
text-align: center;
border: 1px solid #000;
}

#footer-thumbs a {
text-decoration: none;
}

#footer-thumbs p {
text-align: left;
text-indent: 10px;
}

#footer p {
    padding: 0px;
    margin: 0px;
}

#footer a {
    text-decoration: none;
    color: #000;
}

#footer a:hover {
    text-decoration: underline;
}

#footer-left {
    float: left;
    width: 466px;
    padding: 20px 0 0 5px;
    text-align: left;
    margin: 0;
    color: #776677;
    font-size: 11px;
}

#footer-left a {
    color: #776677;
}

#footer-left a:hover {
    color: #776677;
    text-decoration: underline;
}

#footer-right {
    float: left;
    width: 466px;
    padding: 22px 5px 0 0;
    text-align: right;
    margin: 0;
    color: #776677;
    font-size: 11px;
}

#footer-right a {
    color: #776677;
}

#footer-right a:hover {
    color: #776677;
    text-decoration: underline;
}

a, h2 a:hover, h3 a:hover {
   text-decoration: none;
}

a {
   text-decoration: none;
   color: #637180;
}

a:link {
   text-decoration: none;
   color: #637180;
}

a:vlink {
   text-decoration: none;
   color: #637180;
}

a:alink {
   text-decoration: none;
   color: #637180;
}

a:hover {
   text-decoration: none;
   color: #637180;
}

a img {
   border: none;
}

.wp-pagenavi {
border: none;
}

.wp-pagenavi a {
	padding:5px 7px;
	text-decoration:none;
}

.wp-pagenavi a:hover {
	background:#F7F7F7;
	text-decoration:none;
}

.wp-pagenavi span.pages {
	padding:1px 7px 1px 22px !important;
	padding:2px 7px 2px 22px;
	background:url(images/pagenavi.png) no-repeat;
	height:16px;
	line-height:16px;
}

*+html .wp-pagenavi span.pages {
	padding:2px 7px 2px 22px !important;
}

.wp-pagenavi span.current {
	background:#F7F7F7;
	padding:5px 7px;
	font-weight:bold;
}

.wp-pagenavi span.extend {
	padding:2px 4px;
}

p img {
   padding: 0;
   max-width: 100%;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* =Top Ad - Legacy Formatting Commands
------------------------------------------------------------------*/

.topad, .topad2 {
  margin: 8px auto 10px auto;
	padding: 0px;
	width: 100%;
  text-align: center;
	font-size: 10pt;
	border-bottom: 1px hidden #d3d3d3;
}

.topad ul {
  margin: 0px;
	padding: 0px;
	text-align: center;
/*  display: inline; */
}

.topad ul li {
  margin: 0px auto;
	padding: 0px;
	text-align: center;
  display: inline;
}

.topad p {
  margin: 4px auto;
}

.topad p.blurb {
 margin: 4px auto;
 font-size:14pt;
 width:760px;
}

.topad p.blurb2 {
 margin: 0px auto 4px auto;
 width: 760px;
}

.topad2 p {
  margin: 2px auto;
}

.topad a img {
	padding: 0px;
	margin: 1px;
  border: solid 1px #000;
}

.topad2 a img {
	padding: 0px;
	margin: 0px;
  border: solid 1px #000000;
}

.dd {
  float: left;
	width: 132px;
	margin: 0 auto 10px auto;
	padding: 1px;
	text-align: center;
}

.dd img {
  border: 1px solid #000;
	width: 128px;
	height: 153px;
}

.dd p {
  margin: 1px;
	font-weight: 600;
}

.ddlink p {
  margin 5px 0;
	font-size: 14pt;
}

.boozed img {
  border: 1px solid #000;
	width: 224px;
	height: 168px;
}

 .boozed {
  float: left;
	width: 234px;
	margin: 0 auto 10px auto;
	padding: 1px;
	text-align: center;
}

.gallery, .gallery1, .gallery2 {
  text-align: center;
	font-family: verdana,arial,helvetica;
	font-size: 14px;
	font-weight: 500;
}

.gallery {
  margin: 12px auto;
  padding: 4px 0;
}

.gallery1 {
  margin: 12px 0 0 0;
  padding: none;
}

.gallery2 {
 	margin: 0 0 12px 0;
  padding: none;
}

.gallery img, .gallery1 img, .gallery2 img {
  border: solid 1px #d3d3d3;
  padding: 2px;
	background-color: #ffffff;
	margin: 1px;	
}

.gallery a, .gallery a:hover, .gallery1 a, .gallery1 a:hover, .gallery2 a, .topad p a {
	border: none;
	color: #a20003;
}

.gallery2 a:hover {
text-decoration: underline;
}

.gallery a img, .gallery1 a img, .gallery2 a img {
  text-decoration: none;
}

.more-link {
  margin-right: 8px;
	font-weight: bold;
	float: right;
}

.darce {
  float: left;
	padding:1px;
	margin: 0px 8px 0px 0px;
	display: inline;
	border: solid 1px #d3d3d3;
	background: #ffffff;
  }

.uther {
  margin: 0 auto 12px auto;
  text-align: center;
}

.breadcrumb {
  margin: 8px 0 0 0;
	padding: 2px 0 4px 12px;
	background: #f7ebd0;
	border: solid 1px #d3d3d3;
}


