/*  
Theme Name: gardening_tips


*/

/* Begin Typography & Colors */
a {
    color: #a46700;
    text-decoration: none;
}
a:visited {
    color: #003366;
    text-decoration: none;
}
a:hover {
    color: #a46700;
    text-decoration: underline;
}

#page {
	margin:0 auto;
	width: 850px;
	
	}

body {
	font:"Times New Roman", Times, serif;
	font-size:13px;
	background-color: #838383;
	text-align: center;
	margin:0;
	}
	
/* Header*/

.top_head {	
	background: url(images/head_top.gif) no-repeat top;
	border:none;	
	}

.sitenameTxt a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #ae5e01;
	text-decoration: none;
}
.sitenameTxt a:visited {
	font-family:   Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #ae5e01;
	text-decoration: none;
}
.sitenameTxt a:hover {
	font-family:   Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #005100;
	text-decoration: none;
}

.sitenameCommentTxt {
	font-family:   Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #7d4c0c;
	text-decoration: none;
}

/*
#header {
	background:  url('images/banner_bg_new.jpg') no-repeat ;
	}

#headerimg 	{ 
	height: 70px; 
	width: 702px; 
	} 
#headerimg .description {
	font-size:9px;
	text-align: center;
	color:#996600;
	} */
/*End  Header*/	

/* footer*/
#footer {	
	background: url(images/footer_bg.jpg) no-repeat top;
	border:none;	
}
.CopyRight {
	padding:20px 0px 0px 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #f3eba5;
	text-decoration: none;
}


/* End footer*/


/*Comment*/
.commentlist li, #commentform input, #commentform textarea {

	}

.commentlist li {
font:"Times New Roman", Times, serif;
font-size:13px;
	}

.commentlist cite, .commentlist cite a {
font:"Times New Roman", Times, serif;
font-size:13px;
font-weight:bold;
	}

.commentlist p {
	font:"Times New Roman", Times, serif;
	font-size:13px;

	}

#commentform p {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	}

.commentmetadata {
	font-weight: normal;
	}

/* End Comment*/



/*Calender*/
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
/*End Calender*/

.welcomeTxt {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #c56600;
	text-decoration: none;
}

.mainBodyTxt {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4f4f4f;
	text-decoration: none;
}

.gap_bet {
	margin:0 0 20px 0;	
}

h1{
	font-family: 'Times New Roman, Times, serif';
	font-weight: bold;
	font-size:24px;
	color:#a46700;
	}
	
h2 {
	font-family: 'Times New Roman, Times, serif';
	font-size:17px;
	color:#a46700;
}

h3{
	font-family: 'Times New Roman, Times, serif';
	font-weight: bold;
	font-size:13px;
	color:#a46700;
}

.entry p a:visited {
	color: #b85b5a;
	}


small
{
	font:"Times New Roman", Times, serif;
	font-size:12px;
	color: #777;
}
.date {
	font-weight:bold;
}		

.post {
	margin: 0 0 40px;
	text-align: justify;
}

.post hr {
	display: block;
}

.widecolumn .post {
	margin: 0;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/*  Sidebar */

#nav_color {
	background-color:#ddeb80;	
	border:none;	
	}

#sidebar ul ul li, #sidebar ul ol li {
font: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight:bold;
margin: 0;
padding:0px 0px 0px 10px;
background-image:url(images/nav_divider.gif);
background-repeat:no-repeat;
background-position: left bottom;
color:#6c6d06;
}
#sidebar a {
color:#6c6d06;
text-align:left;
}
#sidebar a:hover{
color:#c9ac52;
text-decoration:none;
text-align:left;
}

.nocomments, .postmetadata, blockquote, strike {
font:"Times New Roman", Times, serif;
font-size:12px;
color: #777;
margin: 0px;
}
	
#sidebar {
text-align:left;
margin:0px 0px 0px 0px;
}

#sidebar h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#004020;
	background-image:url(images/nav_divider.gif);
	background-repeat:no-repeat;
	background-position: left bottom;
	height: 25px;
	margin: 0px;
	padding-left:22px;
	text-align:left;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 17px;
}

#sidebar ul p, #sidebar ul select {
	margin: 0px 0 0px;
	padding-left:22px;
	text-align:left;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 0px 0 5px 0px;
	padding-left:0px;	
	text-align:left;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 0px;
	padding-left:22px;
	text-align:left;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0;
	padding: 3px 0px 5px 22px;
}

.you_comments {
	margin: 0;
	padding: 0px 20px 0px 0px;
	color:#532900;
	
}
/* End Sidebar */



/* Begin Form Elements */
#searchform {
margin:5px 0px 0px 22px;
	}

#sidebar #searchform #s {
	width: 120px;
	height:14px;
	font:"Times New Roman", Times, serif;
	font-size:11px;
	}

#sidebar #searchsubmit {
position: absolute;
margin: 0 0 0 5px;
background-color:#a46700;
color:#FFFFFF;
height:20px;
width:40px;
border:none;
	
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
#author,#email,#url,#comment
{
font:"Times New Roman", Times, serif;
font-size:11px;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;	
	}
/* End Comments */

/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
