/*  
Theme Name: onebitemore
Theme URI: http://www.onebitemore.com
Version: 1.0
Author: shez
*/

body {
	margin-top: 20px;
      margin-left: 0;
      margin-right: 0;
	padding: 0;
      background: url('./images/jpg/background2.jpg') repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
}

h1, h2, h3 {
	font-family: Georgia, 'Times New Roman', Garamond, Serif;
}

h1 { 
	font-size: 2em;
      color: #8C7853;
      margin-bottom: -10px;
   }

h2 { 
	text-align: center;
	font-size: 1.4em;
}

h3 { 
	font-size: 1.3em;
   }

p, ul, ol {
	margin-top: 0;
	line-height: 140%;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.contentmain .entry {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 135%;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

.contentmain .tags, .contentmain .comments {
	font-family: Georgia, 'Times New Roman', Garamond, Serif;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	color: #8C7853;
}

ul, ol { }

blockquote { }

a { color: #8C7853;
text-decoration: none; }

a:hover { text-decoration: underline; }

a img {
	border: none;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img .aligncenter, div .aligncenter {
	display: block;
        text-align: center;
	margin-left: auto;
	margin-right: auto;
	}

img .alignright {
	padding: 0px;
	margin: 3px 0 5px 15px;
	display: inline;
	}

img .alignleft {
	padding: 4px;
	margin: 3px 15px 5px 0px;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.aligncenter {
	display: block;
        text-align: center;
	margin-left: auto;
	margin-right: auto;
	}

.wp-caption {
text-align: center;
}

.wp-caption p.wp-caption-text {
text-align: center;
font-style: italic;
}

/* End Images */

hr {	width: 100%;
      height: 1px;
      background-color: #ccc;
      color: #8C7853;
      border-style: solid;
   }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
	height: 70px;
	margin: 0 auto;
}

/* Header */

#header-wrapper {
	width: 822px;
	margin: 0 auto;
}

#header {
	width: 822px;
	height: 240px;
	margin: 0 auto;
      background: url('./images/png/header.png') no-repeat top center;
}

/* Menu */

#home {
      margin-top: 163px;
	float: right;
	width: 76px;
	height: 36px;
      background: url('./images/png/home_normal.png') no-repeat top center;
}

#home:hover {
      background: url('./images/png/home_hover.png') no-repeat top center;
}

#about {
      margin-top: 163px;
	float: right;
	width: 80px;
	height: 36px;
      background: url('./images/png/about_normal.png') no-repeat top center;
}

#about:hover { 
      background: url('./images/png/about_hover.png') no-repeat top center;
}

#contact {
      margin-top: 163px;
	float: right;
	width: 97px;
	height: 36px;
      background: url('./images/png/contact_normal.png') no-repeat top center;
}

#contact:hover { 
      background: url('./images/png/contact_hover.png') no-repeat top center;
}

#rss {
      margin-top: 163px;
      margin-right: 35px;
	float: right;
	width: 74px;
	height: 36px;
      background: url('./images/png/rss_normal.png') no-repeat top center;
}

#rss:hover {
       background: url('./images/png/rss_hover.png') no-repeat top center;
}


/* Page */

#page {
	width: 813px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 559px;
}

.contentmain {
	float: left;
	padding: 20px 20px 0px 0px;
	width: 559px;
      background: url('./images/png/main_middle.png') repeat-y top left;
}
.contentmain .tags {
	float: left;
	margin-top: 0px;
      margin-bottom: 30px;
	}

.contentmain .comments {
	float: right;
	margin-top: 0px;
      margin-bottom: 30px;
	}

.contentbottom {
	float: left;
	width: 559px;
      height: 10px;
      background: url('./images/png/main_bottom.png');
}


/* Post */

.post {
	width: 500px;
      margin-left: 30px;
}

.post .title {
	height: 56px;
      margin-top: 0px;
      margin-bottom: -38px;
	color: #8C7853;
}

.post .title a {
	text-decoration: none;
	color: #8C7853;
}

.post .meta {
	margin: -12px  0 -12px 0;
	font-family: Georgia, 'Times New Roman', Garamond, Serif;
	font-size: 1.6em;
	line-height: 1.5em;
	font-weight: bold;
      text-align: right;
	color: #8C7853;
}

.post .meta a { color: #CDC9A5; }

.post .entry {
}

.singleentry {
      margin-top: 20px;
}

.previouspost {
      margin-top: 15px;
      float: left;
}

.nextpost {
      margin-top: 15px;
      float: right;
}

.post .links {
	margin: 0 250px 0 0;
	padding: 0 0 0 0px;
}

.post .links .comments {
}

.post .links .permalink {
	padding-left: 17px;
}

.thumb {
      float: right;
      margin-left: 10px;
      margin-bottom: 0;
}

.Long {
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 0;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 235px;
}

.sidebartop {
      background: url('./images/png/sidebar_middle.png') repeat-y top left;
      text-align: center;
      margin-left: 5px;
	}

.widget_search { 
      margin-top: 5px;
      margin-bottom: 5px;
      margin-left: -10px;
}

.sidebarbetween {
      background: url('./images/png/sidebar_between.png');
	width: 235px;
      height: 26px;
      margin-left: 5px;
	}

.sidebarmiddle {
      background: url('./images/png/sidebar_middle.png') repeat-y top left;
      margin-left: 5px;
	}

.sidebarbottom {
      background: url('./images/png/sidebar_bottom.png');
	width: 235px;
      height: 10px;
      margin-left: 5px;
	}

#sidebar ul {
	margin: 0;
	padding: 0 0 10px 10px;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	padding: 0 0 0px 10px;
}

#sidebar li ul {
	line-height: 120%;
	padding-bottom: 10px;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

#sidebar li li {
	margin: 0;
	padding: 0 0px;
	background: none;
}

#sidebar h2 {
        text-align: left;
	margin: 20px 0 5px 0;
	font-size: 1.5em;
	color: #8C7853;
}

/* Calendar */

#calendar {
}

#calendar caption {
	padding-bottom: 5px;
	font-weight: bold;
}

#calendar table {
	width: 90%;
	border-collapse: collapse;
}

#calendar thead th {
	padding: 5px 0;
	text-align: center;
}

#calendar tbody td {
	padding: 5px 0;
	text-align: center;
}

#calendar tfoot td {
	padding: 5px;
}

#calendar tfoot #next {
	text-align: right;
}

#calendar #today {
	background: #000000;
}

/* Footer */

#footer {
	background: url('./images/png/footer.png') repeat-x bottom center;
      width: 100%;
      clear: both;
      height: 90px;
      text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#footer p {
	margin: 0;
	padding-top: 35px;
	text-align: center;
	line-height: normal;
	color: #FFFFFF;
}

#footer a {
	color: #CCCCCC;
      font-weight: bold;
}

.credit {
	margin: 0;
	padding: 0;
}

#commentform {
	margin-left: 25px;
}

#comment {
	margin: 0;
	width: 300px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

#respond {
	margin: 0;
	padding-left: 0;
	padding-top: 0;
      width: 500px;
}

.navigation {
	padding-top: 20px;
}

.pagetitle {
	padding-bottom: 5px;
}

#tag_cloud {
	display: block;
	margin: 20px;
	padding-top: 20px;
}

#tag_cloud h2 {
	margin: 0 -20px;
}

.pagetitle {
      margin: -5px 0 10px 29px;
	text-align: center;
      padding: 5px 0;
      width: 500px;
	font-size: 1em;
	color: #8C7853;
      border-style: solid;
      border-width: 1px;
      border-color: #8C7853;
      background-color: #FFFFFF;
      filter:alpha(opacity=60);
      -moz-opacity:.60;
      opacity:.60;
}


.commentlist {
}

/*Comments*/

#comments {
      margin-top: 40px;
      margin-bottom: 40px;
      width: 500px;
}

#comments h2{
	font-size: 1.3em;
      color: #8C7853;
      margin-bottom: -8px;
}

img.avatar {float:left; margin-right:8px;}

#comments p{
	line-height: 135%;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

li {
     list-style: none;
}

.odd {
      padding: 5px;
      min-height: 45px;
      background-color: #fcf9fc; 
      margin-bottom: 5px;
}

.even {
      padding: 5px;
      background-color: #ffffff; 
      margin-bottom: 5px;
}

.gravatar {
      display: inline;
	float: left;
}

.commentmain {
      width: 350px;
      display: inline;
      float: left;
      margin-left: 25px;
}

.commenthead {
	line-height: 100%;
	text-align: left;
 	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
}

.count {
      float:right;
 	font-family: Georgia, "Times New Roman", Times, serif;
      font-size: 4em;
      color:#8C7853;
      filter:alpha(opacity=30);
      -moz-opacity:.30;
      opacity:.30;
} 

/*404 Page*/

.polaroid {
      margin-top: -15px;
      margin-right: 20px;
      float: right;
	width: 215px;
	height: 275px;
      background: url('./images/png/404error.png') no-repeat top center;
}


.error {
      float: left;
      margin-top: -10px;
      margin-left: 20px;
	width: 275px;
}

.error h2{
      margin-top: 10px;
      margin-bottom: 0px;
     	font-family: Georgia, "Times New Roman", Times, serif;
      font-size: 4em;
      color: #cccccc;
}

.error p{
      margin-left: 5px;
      font-size: 1.2em;
      line-height: 150%;
}

/*Search Results*/

#search {
}

#search form {
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#content .fail {
	width: 500px;
	padding: 0;
      margin-top: -10px;
      margin-left: 20px;
}

#content .fail p {
      margin-left: 5px;
      font-size: 1.2em;
      line-height: 150%;
}

#content .fail h2 {
      margin-top: 10px;
      margin-bottom: 0px;
     	font-family: Georgia, "Times New Roman", Times, serif;
      font-size: 2.2em;
}

.polaroidfail {
      margin-top: -15px;
      margin-right: 20px;
      float: right;
	width: 215px;
	height: 275px;
      background: url('./images/png/searchfail.png') no-repeat top center;
}

/*Advertisements*/

.ad1 {
      display: none;  
      margin-left: 6px;
	width: 200px;
	height: 82px;
      background: url('./images/jpg/ad1.jpg') no-repeat top center;
	}

.ad2 {
      display: none;
      margin-top: 5px;
      margin-left: 6px;
	width: 200px;
	height: 82px;
      background: url('./images/jpg/ad2.jpg') no-repeat top center;
	}

#contentmain .related h2{
      margin-left: 5px;
      font-size: 1.2em;
      line-height: 150%;
}
