/*
Theme Name:WatermelonCat
Description: theme for my foodblog
Author: abenson
*/



body {
	margin:0;
	padding-top:0px;
	background:url(images/bg.png);
	font-family:"Myriad web",Tahoma,Verdana,sans-serif;
	color:#000;
	font-size:13px;
	}
img {
	border:0;
	}
a {
	color:#26540D;
	text-decoration:none;
	font-weight:bold;
	}
a:hover {
	color:#3F3F3E;
	text-decoration:none
	font-weight:bold;
		}
h1, h2, h3, h4, h5, h6 {
	
	}
blockquote {
	padding-left:10px;
	color:#000;
	font-style: normal;
	
	}
.clear {
	clear:both;
	}
.alignleft {
	float:left;
	}
.alignright {
	float:right;
	}

/* The Wrapper */

.wrapper {
	width:1000px;
	margin:0 auto;
			
	}

/* The Top */

.top {
	height:275px;
	margin-top:5px;
	background:url(images/top.png);
	}
.blogname {
	float:left;
	width:700px;
	}
.blogname h1  {
	font-size:30px;
	font-weight:bold;
	margin:20px 0 0 20px;
	color:#07446e;
	text-decoration: none;
	}

.blogname h2 {
	margin:0px 0 0 40px;
	font-size:16px;
	font-weight:normal;
	color:black;
	}
.blogname img {
	margin-top: 20px;
	margin-left: 20px;
}

/* CSS MENU BEGINS */
.tabs {
      float:left;
      width:100%;
	  height: 43px;
      background:url(images/line.png);
      font-size:100%;
	  font-weight: normal;
      line-height:normal;
      }
.tabs ul {
	margin:0;
	padding:10px 10px 0 20px;
	list-style:none;
      }
.tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
.tabs a {
      float:left;
      background:url("images/tableft.png") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
.tabs span a {
      float:left;
      display:block;
      background:url("images/tabright.png") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#000;
      }
.tabs .page_item  a {
      float:left;
      background:url("images/tableft.png") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
.tabs .page_item  a {
      float:left;
      display:block;
      background:url("images/tabright.png") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#000;
      }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
    .tabs a span {float:none;}
    /* End IE5-Mac hack */
    .tabs span a:hover {
      color:#051a7a;
      }
   .tabs a:hover {
      background-position:0% -42px;
      }
   .tabs span a:hover {
      background-position:100% -42px;
      }
	 .tabs .page_item a:hover {
      background-position:100% -42px;
	  color:#051a7a;
      }
	.tabs .current_page_item span a{
	background-position:100% -42px;
	color:#051a7a;
	}
	.tabs .current_page_item a{
	background-position:100% -42px;
	color:#051a7a;
	}	


/* The Content */
#content {
	float: left;
	width: 695px;
	margin: 0 0 0px 0;
	padding: 0 0;
	}

.post {
	margin: 10px 5px 0 5px;
	padding: 0 0;
	height: 100%;
	background: url(images/postmid.png) repeat-y left top;
	text-align: justify;
	color:#000;
	}

.post h2 {
	margin: 0 0;
	padding: 2px 0px 0px 15px;
	height:35px;
	background: url(images/posttitle.png) no-repeat left top;
	text-align: left;
	font: bold  24px "Tahoma", Arial, sans-serif;
	}

.post h2 a, .post h2 a:link, .post h2 a:visited  {
	color: #fff;
	background-color: transparent;
	}

.post .date {
	margin: 0 0;
	padding: 5px 0 0 10px;
	height: 30px;
	background: url(images/posttop.png) no-repeat left top;
	font: bold 1.0em "Tahoma", Arial, sans-serif;
	color: #000;
	background-color: transparent;
	}

.post .postmetadata {
	margin: 0 0;
	padding: 5px 15px 0px 15px;
	height: 30px;	
	background: url(images/postbottom.png) no-repeat left top;
	font: normal 12px Verdana, Arial, sans-serif;
	text-align: right;
	}

.post a:link,
.post a:visited {
	color: #fcff00;
	background-color: transparent;
}

.post a:hover {
	color: #ffbe22;
	background-color: transparent;
	text-decoration: none;
}

.entry {
	margin: 0 0;
	padding: 0 25px;
	}

/* The Sidebar */

.sidebar {
	float:left;
	width:173px;
	padding-top:10px;
	padding-left:0px;
	font-size:13px;
	margin-right:0px;
	}

.sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
	}
.sidebar h2 {
	height:33px;
	line-height:32px;
	font-size:16px;
	color:#fff;
	margin:0;
	background:url(images/sidetop.png);
	padding:0 0 0 10px;
	}

.sidebar ul li {
	background:url(images/sidebottom.png) bottom no-repeat;
	padding-bottom:8px;
	margin-bottom:8px;
	}
.sidebar ul li li {
	background:none;
	padding-bottom:0;
	margin-bottom:0;
	}
.sidebar ul li ul, .sidebar ul li div {
	padding:10px;
	background:#FF8080 url(images/sidemid.png);
	}
.sidebar ul li ul ul, .sidebar ul li div div {
	padding:0;
	background:none;
	}
.sidebar ul li ul li {
	background:transparent;
	padding-left:5px;
	}
.sidebar table {
	width:100%;
	text-align:center;
	}

.sidebar ul li.ad div {
	text-align:center;
	}

/* The add bar */


.sidebar2 {
	float:right;
	width:130px;
	height: 10px;
	margin-top:10px;
	margin-right:0px;
	}

.sidebar2mid {
	width:120px;
	margin-top: 0px;
	padding-right:10px;
	font-size:13px;
	margin-bottom: 0px;
}
.sidebar2bottom {
	width:130px;
	height: 10px;
}


/* adsense
--------------------------------------------------*/
.adsense {
	padding:5px;
	text-align:center;
	width: 120px;
	margin: 0;
	color: #000;
}
/* footer
--------------------------------------------------*/
#footer {
	padding: 0;
	margin: 0 auto;
	margin-bottom: 5px;
	width: 1000px;
	clear: both;
	background: #FF8080;
	border: solid 3px #83CE60;
	}

#footer p {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	}
#footer a {
	color: #D8E9B3;
	}

/* The Navigation */

.navigation {
	height:10px;
	padding:0 20px;
	}
.navigation a {
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	color:#fefefe;
	}
.navigation a:hover {
	color:#fff;

	}

/* The Attachment */

.contentCenter {
	text-align:center;
	}

/* The Page Title */

h2.pagetitle {
	padding:0;
	margin:0 0 20px 0;
	font-size:25px;
	text-align:center;
	}

/* The Comments */

.comments {
	background:#FF8080;
	color:#000;
	margin: 5px;
	margin-left: 7px;
	font-size:12px;
	padding-top:2px;
	border-top: 4px solid #83CE60;
	border-right: 4px solid #83CE60;
	border-left: 4px solid  #83CE60;
	border-bottom: 4px solid  #83CE60;
	}
.comments form {
	}
.comments textarea {
	width:93%;
	height:156px;
	background:#fff;
	border:3px solid #83CE60;
	color:#484849;
	padding:10px;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
#commentform {
	padding-left:23px;
	}
#commentform input {
	background:#dcdcdc;
	border:1px solid #83CE60;
	color:#484849;
	padding-left:10px;
	}
.comments input#submit {
	padding:0;
	width:72px;
	height:29px;
	}
.comments h2 {
	font-size:19px;
	line-height:30px;
	margin:24px 0 0 23px;
	padding:0;
	font-weight:normal;
	}
.comments ol li p {
	padding:0;
	margin:10px 0;
	}