/*
Theme Name: Theme Talk
Theme URI: http://www.ThemeTalk.com/
Description:
Version: 1.0
Author:
Author URI:
Tags:
*/

/* ThemeTalk.com

-------------------

- General
   - Reset
   - General
   - Containers

- Header
   - Heading/Banner
   - Subscribe
   - Top Menu


-------------------

 --- Reset --- */
 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; text-align: justify; }

/* --- General --- */

body {
  background: #e2dbce url(images/bg.gif) repeat-x center top;
  line-height: 1.5;
  text-align: center;
  font-family: arial, tahoma, sans-serif;
  font-size: 80%;
  color: #444444;
}

h1 { font-size: 210%; font-weight: 500; }
h2 { font-size: 320%; font-weight: 500; margin-bottom: 4px; color: #363B3F; }
h3 { font-size: 180%; font-weight: 500; margin: 24px 0 4px 0; color: #42484D; border-bottom: 1px #cccccc solid; }
h4 { font-size: 120%; margin: 12px 0 8px 0; }

img { border: none; }
p {  }
ul { list-style: none; }
abbr { border-bottom: 1px #444444 dotted; }

a { color: #009AF2;text-decoration: none; }
a:hover { color: #888888; }

h2 a { color: #363B3F; text-decoration: none; }
h2 a:hover { color: #42484D; text-decoration: underline;  }

/* --- Containers --- */

#header {
  height: 180px;
  margin: 0 auto 20px auto;
  width: 988px;
  text-align: left;
  background: transparent;
}
#container {
  margin: 0 auto;
  width: 988px;
  text-align: left;
  background: #F5FBFE url(images/content-mid.gif) repeat-y top right;
}
#content-container {
  width: 670px;
  float: left;
  padding: 16px;
  background: #ffffff url(images/content-top.gif) no-repeat top left;
}
#sidebar {
  width: 280px;
  float: right;
  background: transparent url(images/content-top.gif) no-repeat top right;
}
#footer {
  clear: both;
  height: 50px;
  width: 988px;
  margin: 0 auto;
  background: transparent url(images/content-bottom.gif) no-repeat top left;
}

/* --- Header - Heading/Banner ---  */

#heading-top {
  height: 118px;
}
#heading-top p {
  color: #CCECFF;
  font-size: 110%;
  margin-left: 45px;
  height: 20px;
  display: none;
}
#heading-top h1 {
  margin-left: 20px;
  font-size: 220%;
}
#heading-top h1 a {
  color: #ffffff;
  font-size: 280%;
}
#heading-top h1 a:hover {
  color: #CCECFF;
}

/* Sidebar  */


.widget {
  width: 249px;
  background: transparent url(images/sidebar-header.gif) no-repeat top left;
  padding: 16px;
}
.widget h3 {
  color: #4D555B ! important;
  margin: 0 ! important;
  font-size: 145% ! important;
  border-bottom: none ! important;
  width: 249px; 
}
.widget a {

}
.widget ul {

}
.widget li {

}
.widget li a {
  padding: 5px 5px 5px 20px;
  margin-bottom: 10px;
  display: block;
  color: #596269;
  width: 223px;
  background: transparent url(images/arrow.png) no-repeat center left;
  border-bottom: 1px #e9e9e9 solid;
}
.widget li a:hover {
	text-decoration: underline;
}

#recentcomments {
  margin: 8px;
}
.textwidget {
  padding: 8px;
}
.sidebar-ad {
  width: 250px;
  padding: 15px;
}
/* Entries */
.entry-wrap {
   margin-bottom: 40px;
   width: 670px;
}
.post-info {
  width: 200px;
  font-size: 11px;
  float: left;
  color: #777777;
}
.entry img {
  border: 1px #dedede solid;
  padding: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.entry ul,ol {
  margin: 20px;
}
.entry ul li {
  padding: 5px;
  list-style: circle;
}
.entry ol li {
  padding: 5px;
  list-style: decimal;
}
.entry blockquote {
  padding-left: 5px;
  margin: 20px;
  border-left: 5px #eeeeee solid;
  font-style: oblique;
}

/* Archives */
.archive-heading { /* NOTE: This is also the heading styles for the search page */
  background: #f7f7f7;
  border-bottom: 1px #ededed solid;
  font-size: 12px;
  font-weight: 600;
  margin: 10px;
}
.archive-heading p {
  padding-left: 15px;
  padding-bottom: 10px;
  padding-top: 10px;
  margin: 0px;
}

/* Comments */

.commentslist {
  width: 670px;
}
.commentslist li {
  padding: 16px;
  background: #F6F5F4;
  border-top: 1px #ffffff solid;
  border-bottom: 1px #D5CEC2 solid;
  overflow: auto;
}
.commentslist li p {
}
.commentslist li.avatar {
  float: left;
  width: 100px;
  display: block;
}
.commentslist div {
  float: right;
  width: 519px;
}

/* --- comment form --- */

.comment-create-wrap {
  
}
.comment-create-wrap p {
  font-size: 110%;
}
.comment-create-wrap label {
  display: block;
  float: left;
  height: 27px;
  padding: 10px;
}
.comment-create-wrap input {
  border: none;
  height: 27px;
  width: 258px;
  padding: 11px 11px 0 11px;
  background: transparent;
}
input.comment-input {
  background: #eeeeee url(images/comment-input.gif) no-repeat top left;
  display: block;
  height: 27px;
  width: 258px;
  margin-bottom: 10px;
  float: left;
  clear: left;
}
.comment-create-wrap textarea {
  border: none;
  height: 197px;
  width: 369px;
  background: transparent;  
  padding: 11px;
  clear: left;
}
textarea.comment-input{
  background: #eeeeee url(images/comment-textarea.gif) no-repeat top left;
  display: block;
  height: 199px;
  width: 379px;
  margin-bottom: 10px;
}
.comment-create-wrap input#submit {
  cursor: pointer;
  background: url(images/submit.gif) no-repeat top left;
  height: 41px;
  width: 181px;
  font-size: 0px;
}
.comment-create-wrap input#submit:hover {
  background: url(images/submit-hover.gif) no-repeat top left;
}

/* --- Footer --- */

#footer p {
  text-align: center;
  padding-top: 20px;
  color: #6F6C65;
}
#footer p a {
  text-decoration: none;
  color: #6F6C65;
}
#footer p a:hover {
  text-decoration: underline;
}

/* Tag Pages */
.tagstable {
  border-collapse: collapse;
  margin-left:3px;
  margin-right:3px;
}
.tagstable td {
  vertical-align: top;
  padding: 6px;
  border: 1px #F3F1EE solid;
  background: #FFFDFA;
}
.tagstable th {
  border: 1px #F3F1EE solid;
  background-color: #FAF8F5; 
  text-align: center;
}
.tagstable th p {
  text-align: center;
  padding: 6px;
  border: 1px #ffffff solid;
}
.tagsdiv {
  border: #bbb 1px solid;
  background-color: #eee;
  margin-left:3px;
  margin-right:3px;
}
.att-box {
  border: 1px #D5CEC2 solid;
  background: #FCFBFA;
  padding: 16px;
}
.htmleditbox {
  height: 150px;
  border: 1px #bebebe solid;
  margin: 0px;
  width: 100%;
}
.htmlediti {
  height: 150px;
  border: 1px #bebebe solid;
  width: 100%;
}
