/*

Theme Name: Everyday Geek
Description: Mine, Mine, Mine
Version: 0.0
Author: Blindkangaroo
Author URI: www.geekerrific.com


*/

* {
  padding:0;
  margin:0;
  list-style:none;
}

body {
  /* background:#e6e6e6; */
  background:#FFFFFF;
  font-family: verdana,helvetica,arial,sans-serif;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  /* font-weight: normal; */
  color:#4E84B7;
}

img {
  border:0;
}

.wrapper {
}

.header_top {
  height:200px;
  padding: 0;
  margin:auto;
  background:#94B2D6;
}

.header_bottom {
  height:40px;
  padding: 4px;
  margin:auto;
  background:#4E84B7;
}

.logo {
  width:900px;
  margin:auto;
}

.menu_bar {
  width:900px;
  margin: auto;
}

.menu {
  padding:0 0 0 10px;
}

.menu ul li {
  float:left;
  margin-left: 30px;
  color:#FFFFFF;
  text-decoration:none;
  display:block;
  font-size:1.5em;
  Padding: 5px 10px;
}

.menu a:link, .menu a:visited, .menu a:hover, .menu a:active {
  float:left;
  margin-left: 30px;
  color:#FFFFFF;
  text-decoration:none;
  display:block;
  font-size:1.5em;
  Padding: 5px 10px;
}

.search {
  float:right;
  padding:8px 35px;
}

.middle {
  width:900px;
  margin:auto;
 }

.clickochet {
  width:600px;
  margin: 0px 66px 20px 66px;
}

.main {
  /* padding: 8px 8px 0 8px; */
  margin:10px auto;
  float:left;
  width:600px;
  background-color:#FFFFFF;
}

.pagetitle {
  padding: 0 0 25px 0;
}

.navigation {
  padding: 0 20px 10px;
  font-size: 0.7em
}

.post-header {
  background:url("./images/post-header4.png") no-repeat;
  font-size:0.7em;
  height:83px;
  padding:15px 30px 0 25px;
}

.searchresults-header, .archives-header {
  background:url("./images/post-header4.png") no-repeat;
  font-size:0.7em;
  height:83px;
  padding:15px 30px 0 25px;
}

.post-info {
  padding: 10px 30px 0 25px;
  font-size: 0.7em;
}

.category {
  float:left;
}

.post-date {
  font-style: italic;
  float:right;
}

.caticon {
  float:left;
  padding: 0 10px 0 0;
}

.title {
  float:left;
  padding: 18px 0 0 0;
  width: 550px;
}

.title h2 {
  font-size:1.6em;
  font-weight:bold;
  margin:0 0;
  padding:12px 0 0;
}

.post {
  margin:0 0 25px 0;
}

.entry {
  background:url('./images/post-bg4.png') repeat-y;
  padding:0 20px 20px;
}

.pages-header {
  background:url('./images/pages-header.png') no-repeat;
  height: 27px;
}

.pages {
  background:#94B2D6;
  padding:0 20px;
}

.pages-footer {
  background:url('./images/pages-footer.png') no-repeat;
  height: 27px;
}

.entry h2 {
  font-size:1.4em;
  font-weight:bold;
  margin:0 0;
}

.pages p {
  color: #EEEEEE;
}

.entry  p, .pages p {
  font-size:0.8em;
  line-height:1.3;
  margin: 0 0 0 0;
  padding: 15px 0 0 0;
}

.entry h4 {
  font-size: 1.0em;
  padding:10px 0;
}

.entry ul {
  margin:0 0 0 25px;
}

.entry ul li {
  font-size: 0.8em;
  line-height:1.3;
  list-style-type:disc;
}

.post-footer {
  background:url("./images/post-footer4.png") no-repeat;
  padding: 2px 0 0 30px;
  height:30px;
}

.searchresults-footer , .archives-footer{
  background:url("./images/post-footer4.png") no-repeat;
  padding: 2px 0 0 30px;
  height:30px;
}
  
.sidebar {
  width:270px;
  float:right;
  margin:10px auto;
}

.sidebar-top {
  background:url("./images/sidebar-header.png") no-repeat;
  height:40px;
}

.sidebar-main {
  /* background: #CAD4E2; */
  background:url("./images/sidebar-bg.png") repeat-y;
}

.sidebar-bottom {
  background:url("./images/sidebar-footer.png") no-repeat;
  height:40px;
}

.podcast {
  margin:auto;
  padding:0 16px 16px;
}

.podcast h3 {
  padding:0 40px;  
}

.podcast img{
  padding:10px;
}

.footer {
  width: 100%;
  float: left;
  height: 40px;
  margin: auto;
}

.footer-text {
  margin: auto;
  padding: 10px;
  width: 900px;
}

.comment-main {
  padding:0 0 0 25px;
}

.comment-main h2 {
  font-size: 1.0em;
  padding: 0 0 7px 0;
}

.comment-main h3 {
  font-size:0.9em;
  padding: 0 0 15px 0;
}

.commentlist {
  list-style-type:none;
  padding: 10px;
  margin:0 0 20px 0;
}

.commentlist li {
  background: #ebebeb;
  padding: 10px;
  margin: 0 0 20px 0;
  width: 500px;
  font-size:0.8em;
}

.commentmetadata .avatar {
  float: left;
  padding: 0 10px 0 0;
}

.commentmetadata .url, .date {
  font-size:0.7em;
  line-height:15px;
  padding:9px 0;
}

.comment-main .inputtext {
  border:1px solid #94B2D6;
  font-family:Verdana,Geneva,sans-serif;
  font-size:11px;
  margin:2px 0;
  padding:2px 5px;
  width:184px;
}

.comment-main .inputarea {
  border:1px solid #94B2D6;
  font-family:Verdana,Geneva,sans-serif;
  font-size:11px;
  padding:2px 5px;
  margin:2px 0;
  width:500px;
}

.comment-main .inputbtn {
}

.comment-main .inputcaption {
  font-size: 11px;
}

.archives , .searchresults{
  background:url("./images/post-bg4.png") repeat-y;
  padding: 0 20px 0 20px;
}

.archives h2,  .searchresults h2{
  font-size: 16px;
  padding:3px 0;
}

.archives  .date, .searchresults .date{
  font-size:0.7em;
  padding:3px 0;
}

.commentcount {
  font-size:11px;
  float:right;
}

/* Widgets */

.execphpwidget, .textwidget {
  margin: auto;
}

.adsense {
  padding:16px 10px 0;
}
