/*  
Theme Name: That wife theme
Description: A freaking-amazing, 3-column widget-ready WordPress theme custom Designed for Jenna - That Wife.
Version: 1.0
Author: Joy Kelley
Author URI: http://www.howjoyful.com/
Tags: that wife, green, gray, 2 columns
*/

/* Defaults */

* {

  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 10px;
  }

a {
  color: #6A9229;
  text-decoration: none;
  }

a:hover {
  color: #666;
  text-decoration: none;
  }

a:link {
  color: #6A9229;
  text-decoration: none;
  }

a:visited {
  color: #6A9229;
  text-decoration: none;
  }

blockquote {
  background: url(imagenes/bquotes.gif) left top no-repeat;
  padding-left: 35px;
  margin: 10px 0 0 10px;
  font-style: italic;
  }

code {
  color: #ccc;
  }

html {
  background: url(imagenes/bg.gif) repeat;
}


body {
  position: relative; /* Fixes browser resizing bug in IE6 */
  width: 1025px;
  margin: 0px auto;
  align: center; 
  font-family: verdana , arial, sans-serif;
  font-size:10px;
  font-weight:normal;
  text-align: center; /* IE Centering Technique */
  color: #666;

  }


/* Header and wrapper */

#header {
  width: 1025px;
  margin: 0px auto;
  margin-top: 5px;
  height: 270px;
  align: center; 
  text-align: center;
  margin-bottom: -90px;

  }



#wrapper {
  padding-top: 130px;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 1025px;
  text-align: left; /* IE Centering Technique */
  align: center; 

  }



#title {
  float: left;
  margin-left: 15px;
  width: 360px;
  display:inline;
  }

/* Menu and search */

#nav {
  clear: both;
  height: 40px;
  text-align: center;
  background: url(imagenes/menu-bg.gif) center center no-repeat;
  align: center; 
  text-align: center;

  }

#nav ul {
  list-style: none;
  width: 1010px;
  }

#nav li {
  float: left;
  }

#nav li a {
  padding: 0 15px;
  height: 32px;
  line-height: 32px;
  font-weight: normal;
  font-size: 10pt;
  color: #ccc;
  text-transform: none;
  }

#nav li a:hover {
  color: #6A9229;
  text-decoration: none;
  }

#nav li.rssmenu a {
  color: #6A9229;
  }

#nav li.rssmenu a:hover {
  color: #6A9229;
  }




#searchform {
  margin-left: 14px;
  width: 323px;
  padding-top: 6px;
  height: 33px;
  background: #ccc;
  background: url(imagenes/search.gif) left 3px no-repeat;
  }

*:first-child+html #searchform { /* Filter for IE7 */
  padding: 4px 0;
  }

* html #searchform { /* Filter for IE6 */
  padding: 4px 0;
  }

#searchbox {
  margin-left: 8px;
  margin-bottom: 3px;
  width: 200px;
  background: none;
  border: none;
  }

#searchbutton {
  width: 60px;
  background: none;
  border: none;
  }

#searchbutton:hover {
  cursor: pointer;
  }



/* Date Button */

.post-date {
        margin-left: 10px;
	width: 40px;
	height: 43px;
	float: left;
	background: url(imagenes/datebutton.gif);
	text-align: left;
}
.month {
	width: 35px;
	height: 15px;
	vertical-align: top;
	font: 500 11px Arial,sans-serif;
	color: #666;
	text-align: center;
}
.day {
	width: 35px;
	padding-top: 1px;
	vertical-align: bottom;
	height: 20px;
	font: 700 16px Arial,sans-serif;
	color: #6A9229;
	text-align: center;
}


/* Content */

#main {
  clear: both;
  margin: 0 0px;
  width: 1025px; /* Prevents IE6 miscalculation */
  background: #fff;
  }

#contentwrapper {
  width: 685px;
  float: left;
  padding-left: 5px;
  padding-right: 10px;
  font-size: 10px;

  }
#contentwrapper_fullwidth {
  width: 880px;
  float: left;
  padding-left: 5px;
  padding-right: 10px;
  }

#content {
  }

#content .pageTitle {
  font-size: 15pt;
  letter-spacing: 0px;
  color: #ccc;
  }


h2.postTitle {
  padding: 0 10px;
  letter-spacing: -1px;
  }

h2.postTitle a {
  font-size: 14pt;
  font-weight: normal;
  color: #6A9229;
  }
h2.postTitle a:hover {
  text-decoration: none;
  color: #666;
  }

#content p.postMeta {
  padding: 0 10px;
  font-size: 8pt;
  color: #ccc;
  }

#content p.postMeta a {
  color: #ccc;
  }
#content p.postMeta a:hover {
  color: #666;
  }

.post img {
  margin: 10px;
  }

#content p, .postContent p {
  font-size: 10pt;
  color: #666;
  font-family: verdana , arial, sans-serif;
  }

.postContent ul, ol {
  padding: 0 0 0 35px;
  }

.postContent ul li, ol li {
  font-size: 10pt;
  color: #333;
  }


#commentslinks {
  float: left;
  text-align: right;
  padding: 5px 10px;
  width: 160px;
  color: #727248;
  font-size: 9pt;
  }

#commentslinks a {
  text-decoration: underline;
  }

#comments {
  margin: 0 10px;
  padding: 20px 10px;
  text-align: right;
  padding-left: 25px;
  font-size: 13pt;
  color: #6A9229;
  

  }

p.comments {
  clear: both;
  padding: 5px 10px;
  }

p.comment {
  padding: 0 10px;
  }

p.comments a {
  padding-left: 20px;
  background: url(imagenes/comment.jpg) left top no-repeat;
  font-size: 10pt;
  text-decoration: none;
  }

p.comments a:hover {
  text-decoration: underline;
  }

.commentlist {
  margin: 10px 25px;
  padding: 0 10px;
  font-size: 10pt;
  list-style: none;
  }

.commentlist li {
  margin: 0 0 5px -25px;
  padding-bottom: 5px;
  }

.commentlist cite {
  font-size: 10pt;
  font-style: normal;
  }

.commentlist cite a {
  }

.comment .commentmetadata a {
  color: #ccc;
  }

.commentlist p {
  padding: 10px 0;
  }

.comment h3 {
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  }

p.comment a {
  padding-left: 20px;
  font-size: 10pt;
  }

textarea {
  width: 480px;
  color: #6A9229;
  border: 1px solid #888;
  }

.comment #submit {
  width: 118px;
  height: 30px;
  background: url(imagenes/submit-button.gif) left top no-repeat;
  border: none;
  font-size: 9pt;
  color: #fff;
  }

.comment #submit:hover {
  cursor: pointer;
  }

.commentbody {
  float:right;
  width: 470px;
  margin: 10px 0 15px 0;
  padding-bottom: 10px;
  }

a.gravatar {
  float:left;
  margin:10px 15px 20px 0;
  width:69px;
  }

#nextprevious {

margin-left: 10px;
margin-right:10px;
margin-top:10px;
margin-bottom:60px;

  }



/* Sidebars */
#sidebars {
  float: right;
  margin-top: 0px;
  margin-left: 8px;
  padding-top: 5px;
  padding-left: 8px;
  width: 305px;
  border-left: 1px solid #cccccc;
  }

#sidebar0 {
  padding: 0 8px 0 0;

  }

#sidebar1 {
  float: left;
  width: 147px;


  }

#sidebar2 {
  float: right;
  padding-right: 8px;
  width: 147px;

  }

#sidebars p {
  padding: 2px 0;
  font-size: 8pt;
  color: #666;
  }


#sidebars h2 {
  background-color: #f8f8f8;
  color: #ccc;
  letter-spacing: 0px;
  text-align: center;
  font-size: 11pt;
  font-family: Verdana, arial, sans-serif;
  padding-top: 10px;
  padding-bottom: 10px; 
  margin-top:8px;
  margin-bottom:8px;
  font-style: normal;
  }

#sidebars table {
  width: 160px;
  }

#sidebars ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

#sidebars li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 8pt;
  }

#sidebars li ul {
  padding: 0;
  }

#sidebars ul ul li {
  margin: 0;
  padding: 3px 2px 2px 16px;
  color: #666;
  background: url(imagenes/bullet.gif) left 7px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#sidebars a {
  display: inline;
  color: #666;
  text-decoration: none;
  }
#sidebars a.showit {
  color: #aaaaaa;
  }
#sidebars a:hover {
  color: #aaaaaa;
  text-decoration: none;
  }


#tag_cloud a {
  display: inline;
  }

#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:-5px;}




/* footer*/


#footer {
  margin: 0 0px;
  height: 100px;
  background: #ccc url(imagenes/footer-image.gif) right top no-repeat;
  }


#footer p {
  padding-top: 80px;
  text-align: center;
  font-size: 8pt;
  color: #fff;
  }

a img {
  border: none;  
  }

#bottomcurve {
  clear: both;
  width: 900px;
  height: 55px;
  background: url() left bottom no-repeat;
  }
#bottomcurve span{
  float: right;
  width: 125px;
  height: 15px;
  }
#bottomcurve span:hover{
  cursor: pointer;
  }

.highlight {
  color: #D9D688;
  font-weight: bold;
  }


/* Misc */
.cleared {
  clear: both;
  }

.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }

.alignleft {
  float: left;
  }

.alignright {
  float: right;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  /* optional rounded corners for browsers that support it */
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
  }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  }
  
  .byline {
	margin-bottom: 15px;
}

p.first:first-line {
	font-weight: 600;
	color: #666 !important;
}

.tiny-pencil {
	padding-right: 14px;
	margin-right: 2px;

}

.tiny-trackback {
	padding-right: 9px;
	
}

.tiny-comments {
	padding-right: 16px;
	
}

.tiny-rss {
	padding-right: 16px;
	
}
.tiny-category {
	padding-right: 12px;
}	


/* Threaded Comments */

.entry p a:visited {
	color: #666;
	
	}
.more-link {
	font-weight: 600;
	font-size: 1em;
}

.dateright {
	float: right;
	padding: 5px;
	padding-top: 0px;
}


#post {
        margin-top: 0px;
	padding-bottom: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;

	}




.posttitle {
	margin-right: 20px;
	margin-left: 20px;
	padding: 10px 0px;
}

.postcomentytag {
       text-align: center;
}


.entry {
	clear: both;
	padding-top: 15px;
}

.post .entry p {
	margin-bottom: 10px;
}

.post hr {
	display: block;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}

.widecolumn {
	line-height: 1.4em;
}

.narrowcolumn .postmetadata {
	text-align: center;

}

.navigation {
          height: 35px;
          margin-bottom: 10px;

}

/*  --------------------------- FLICKR BADGE */

.flickr_badge_image {text-align:center !important;}
.flickr_badge_image img {border: 1px solid #CCC !important;}
#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#CCC !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#ED1849;}
#flickr_badge_wrapper {border:none;}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;} 



