/*
Theme Name: GreenFlower
Description: WP Theme <a href="http://wpthemes.info/green-flower/" title="WordPress Theme GreenFlower" target="_blank">GreenFlower</a> by Sadish
Version: 1.2;
Author: Sadish Bala
Author URI: http://wpthemepark.com
Version: 1.2;
*/
/*Header Image from http://www.sxc.hu/browse.phtml?f=view&id=635700*/
BODY
{
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-size: small;
	font-family: Verdana, "Trebuchet MS", Arial, Sans-serif;
	background: #D3E0A8;
	font-size: 76%;
}
/***************   COMMON ELEMENTS
############################################*/
ABBR
{
	cursor: help;
}
BLOCKQUOTE
{
	margin: 1em;
	padding-left: 10px;
/*	border-left: 0; /*[e]#6662px solid*/
    border-left:#666 2px solid;    
}
A
{
	text-decoration: none;
	border-bottom: 1px dashed;
}
A:link, A:visited
{
	color: #504800; /*was grey #666 */
}
A:hover, A:active
{
	color:#000000;	/* corrected, was oooooo */
	border-bottom:1px solid;
}	
P
{
	line-height: 1.8em;
	margin-bottom: 20px;
}
UL
{
	list-style: none;
	margin: 0;
	padding: 0;
}
LI
{
	margin: 5px 0;
	padding: 0;
}
UL LI
{
	padding: 0 0 0px 15px;
	list-style: none;
/*	background: url(img/parl_bullet.png) no-repeat top left;  */
}
H1, H2, H3, H4, H5, H6
{
	font-family: Arial, Georgia, Verdana, Serif;
}
H1
{
	font-size: 180%;
	font-weight: normal;
	margin-bottom: 0;
	color: #4E5C7D;
}
H2, H3
{
	font-size: 1.5em;
	color: #333300;
	margin: 0.5em 0;
	padding: 0.25em 0;
	font-weight: normal;
}
FIELDSET
{
	border: none;
}
IMG.left .alignleft
{
	float: left;
	margin: 0 14px 3px 0;
}
IMG.right .alignright
{
	float: right;
	margin: 0 0px 3px 14px;
}
IMG.aligncenter, .aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*img control code from WP codex   added to get wordwrap to work around images*/
.aligncenter,
div.aligncenter 
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft
{
	float: left;
}
.alignright
{
	float: right;
}
.aligncenter2,
div.aligncenter2 
{
	margin: auto;
}

.amazon{
text-align:center;
align:center;
margin-left:60px;
}

.wp-caption
{
	border: 1px solid #DDD;
	text-align: center;
	background-color: #F3F3F3;
	padding-top: 4px;
	margin: 10px;
/*optional rounded corners for browsers that support it*/
	-moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}
.wp-caption2
{
	border: 1px solid #DDD;
	text-align: center;
	background-color: #FFF;
	padding-top: 0px;
	margin: 10px;
}
.wp-caption IMG
{
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption P.wp-caption-text
{
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

IMG.centered, .centered
{
	text-align: center;
}
/*end of image control from WP codex*/
#container
{
	background:#FFFBCC; /* url(img/bg.png) repeat-y left; /* the image is the stock divider */
	margin:20px auto;
	width:860px;	/*was 870 */
}
#header
{
	margin: 0 auto;
	height:252px;  /* was 256 */
	background:#464 url(img/header.jpg) no-repeat bottom;	/* bottom was center originally */
	color:#000;
	position:relative;
}
#header H1 /* this is the Blog Title in the Header */
{
	font-size: 320%;
	font-weight: normal;
	font-family: "comic sans ms", sans-serif;
	color: #114411;
	letter-spacing: 0.1ex;
	background: none;
	margin-left: 400px;
	padding: 40px 5px;
}
#header H1 A
{
	color: #114411;
	border-bottom: none;
	margin-left: 400px;
}
#header H1 A:hover, #header H1 A:active
{

	color:#c00;
	border-bottom:none;
}
#content
{
	float: right;
	width: 642px;
	margin: 0;
	padding:0 10px 20px 10px;
	border-left: solid 1px #446644;	/* addjust width of content until dividers overlap */
}
#intro
{
	background: #FFFBCC;
	margin: 0.5em;
	padding: 0.5em;
	border: solid 1px #e1d2bd;		
}
#intro .profile
{
	border:#e1d2bd 1px solid;
	margin: 0 0.5em 0 0;
	padding: 3px;
}
#intro EM.feed
{
	background: url(img/icon_feed.gif) no-repeat left center;
	padding: 2px 0 2px 16px;
	font-style: normal;
}
.page-title
{
	margin: 0.5em;
	padding: 0.5em;
}
.post
{
    margin:0.5em 0.5em 3em 0.5em;
	padding: 0.5em;
}
UL#posts LI EM
{
	font-style: normal;
	float: right;
	font-weight: normal;
}
.post-title
{
	font-size: 160%;
	border: none;
    margin:5px 0 0.5em 0;
	padding: 0;
}
.post-title A:link, .post-title A:visited
{
	color: #333300;
	border-bottom: none;
}
.post-title A:hover, .post-title A:active
{
	color: #666633;
	border-bottom: none;
}
.post-date
{
	margin: 0;
	padding: 0;
	color: #999;
	font-size: 0.9em;
}
.post-info
{
	color: #999;
	margin: 0;
	padding: 3px 0;
    border-top:#ccc 1px solid;
	clear: both;
	font-size: 0.9em;
}
.post-info EM
{
	color: #666;
	font-style: normal;
}
.post-info EM.user
{
	background: url(img/user.png) no-repeat left center;
	padding: 2px 0 2px 12px;
}
.post-info EM.cat
{
	background: url(img/star.png) no-repeat left center;
	padding: 2px 0 2px 12px;
}
.post-info A:link, .post-info A:visited
{
	border: none;
}
.post-info A:hover, .post-info A:active
{
	border-bottom: 1px solid;
}
.post-content
{
	margin: 0;
	padding: 0.2em 0;
}

.post-content p
{
margin-top: 10px;
margin-bottom: 0px;
font-family: Verdana, Georgia, Arial, Serif;
color: #003700;
line-height: 1.8em;
}

.post-content h1
{
font-family: "comic sans ms", sans-serif;
color: #003700;
}

.post-comments
{
	float: right;
}
.post-comments A
{
	background: url(img/comments-small.gif) no-repeat left center;
	padding-left: 12px;
}
#sidebar
{
	float: left;
	width: 182px;
	padding-left: 15px;
	font-size: 90%;
/*border-right: solid 1px green;    added by Bob, looking for a divider line*/
}
#sidebar H2
{
	color: #504800;
    margin:0.5em 0 0 0;       
	font-size: 1.5em;
	font-weight: bold;
}
#sidebar UL
{
	margin: 0;
	padding: 5px 0;
	list-style: none;
}
#sidebar UL LI
{
	margin: 0;
	padding:5px 0 0 0;
	list-style: none;
	background: none;
}
#sidebar UL UL, #sidebar FORM
{
	margin: 0;
	padding: 0.5em 0 0 1em;
}
#sidebar UL UL UL
{
	margin: 0;
	padding: 5px 0;
}
#sidebar UL LI UL LI UL LI
{
	margin: 0;
	padding: 5px 0 5px 12px;
	background: url(img/arrow.gif) no-repeat left center;
}
#sidebar LI LI A:link, #sidebar LI LI A:visited
{
	color: #964;
	border: none;
}
#sidebar LI LI A:hover, #sidebar LI LI A:active
{
    border-bottom:#964 1px solid;
}
#sidebar LI LI
{
	margin: 0.5em 0;
}
#footer
{
	clear: both;
	padding: 10px 0;
	margin: 0 auto;
	text-align: center;
	font-size: 90%;
	color: #FFFFFF; /*this affects what the normal footer text color is*/
	background:#446644; /* url(img/footer.png) top repeat-x;	*/
}
#footer A
{
	border: none;
	color: #FFFFFF; /*this affects what the link color is*/
}
/*Comments Style*/
#comments, #respond
{
	margin: 2em 0 0 5px;
}
.commentlist
{
	margin: 10px;
	padding: 10px 20px;
}
#commentform
{
	margin: 10px;
	padding: 10px;
}
.commentlist
{
	margin: 0;
	padding: 0;
}
.commentlist LI
{
	list-style: none;
	margin: 10px 0;
	padding: 1em 0.5em;
	background: #F9F9F9;
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
}
.commentlist LI .cmtinfo
{
	font-size: 1em;
}
.commentlist LI CITE
{
	font-style: normal;
	font-weight: bold;
}
.commentlist LI .cmtinfo EM
{
	margin: 0;
	padding: 0;
	font-style: normal;
	font-size: 0.9em;
	color: #666;
}
.commentlist .alt
{
	background: #FFF url(img/gradtop.gif) repeat-x top;
	border-top: #aaa 1px solid;
}
/***************   NAVIGATION                         
############################################*/
UL#navigation
{
	list-style: none;
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Georgia, Verdana, Serif;
	font-weight: bold;
	background: #464;
	text-transform: uppercase;
	height: 30px;
	line-height: 30px;
	font-size: 1.1em;
}
UL#navigation LI
{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
	background: none;
}
UL#navigation LI A
{
	display: block;
	padding: 0 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: none;
	color: #CCC;
}
UL#navigation LI A:hover, UL#navigation LI A:active, #navigation LI.current_page_item A
{
	color: #FFF;
	background: #141;
}
/***************   TEXT ELEMENTS
############################################*/
TEXTAREA, INPUT.textbox
{
	background: #FFF url(img/gradtop.gif) repeat-x top;
	border:#aaa 1px solid;
}
TEXTAREA
{
	width: 90%;
}
TEXTAREA:focus, INPUT.textbox:focus
{
	border:#964 1px solid;
}
DL DT
{
	font-weight: bold;
	margin: 5px 0;
}
DL DD
{
	padding-left: 20px;
	display: inline;
}
#content UL.asides
{
	margin: 0 1em;
	padding: 0;
	list-style: none;
}
#content UL.asides LI
{
	margin: 1em 0;
	padding: 0 15px;
}
#content, #sidebar, .widget, #footer
{
	overflow: hidden;
}

.textwidget {
	font-family: Verdana, "Trebuchet MS", Arial, Sans-serif;
	font-size: 100%;
}

.textwidget a {
	text-decoration: none;
	border-bottom: none;
}

.adwidget {
border: 2px solid #504800;
}

/*multilevel navigation with drop-downs menu*/
#suckerfishnav
{
	list-style: none;
	background: #464 repeat-x;
/*464 is background light green*/
	font-size: 1.1em;
	font-family: Arial, Georgia, Verdana, Serif;
	font-weight: bold;
	width: 100%;
/*following lines added to reset style
list-style:none;
margin:0;
padding:0;*/
	margin: 0 auto;
	padding: 0;
/*list-style-type: none;
text-align: center;*/
}
#suckerfishnav, #suckerfishnav UL
{
	float: left;
	list-style: none;
	line-height: 30px;
	padding: 0;
	border: 0px solid #F00;
/*check this*/
	margin: 0;
	width: 100%;
}
#suckerfishnav A
{
	display: block;
	color: #CCC;
	text-decoration: none;
	padding: 0px 15px;
	letter-spacing: 1px;
	border-bottom: 1px solid #464;
/*added this line-rcf
background: #141;     added this to mask the 'L's*/
}
#suckerfishnav LI
{
	float: left;
	padding: 0;
	margin: 0;
	background: none;
/*background: 141;   added this line to maske the 'L's*/
}
#suckerfishnav UL
{
	position: absolute;
	left: -999em;
	height: auto;
	width: 131px;
/*was 101px*/
	font-weight: normal;
	margin: 0;
	padding: 0;
	background: none;
	line-height: 1;
	border: 0;
	border-top: 1px solid #666;
}
#suckerfishnav LI LI
{
	width: 129px;
/*was 99px*/
	border-bottom: 1px solid #BBB;
/*border color was 666666*/
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
	font-weight: bold;
	font-family: verdana, sans-serif;
}
#suckerfishnav LI LI A
{
	padding: 4px 10px;
	width: 110px;
/*was 80px*/
	font-size: 11px;
/*was 12px*/
	color: #FFF;
/*background:#114411; /* added this line...and it masks the ugly drop down 'L's  maybe this is the solution*/
}
#suckerfishnav LI UL UL
{
	margin: -22px 0 0 100px;
}
#suckerfishnav LI LI:hover
{
	background: #114411;
/*99ccff is light blue*/
	width: 130px;
/*was no entry here*/
}
#suckerfishnav LI UL LI:hover A, #suckerfishnav LI UL LI LI:hover A, #suckerfishnav LI UL LI LI LI:hover A, #suckerfishnav LI UL LI LI LI:hover A
{
	color: #FFF;
}
#suckerfishnav LI:hover A, #suckerfishnav LI.sfhover A
{
	color: #FFF;
}
#suckerfishnav LI:hover LI A, #suckerfishnav LI LI:hover LI A, #suckerfishnav LI LI LI:hover LI A, #suckerfishnav LI LI LI LI:hover LI A
{
	color: #FFF;
}
#suckerfishnav LI:hover UL UL, #suckerfishnav LI:hover UL UL UL, #suckerfishnav LI:hover UL UL UL UL, #suckerfishnav LI.sfhover UL UL, #suckerfishnav LI.sfhover UL UL UL, #suckerfishnav LI.sfhover UL UL UL UL
{
	left: -999em;
}
#suckerfishnav LI:hover UL, #suckerfishnav LI LI:hover UL, #suckerfishnav LI LI LI:hover UL, #suckerfishnav LI LI LI LI:hover UL, #suckerfishnav LI.sfhover UL, #suckerfishnav LI LI.sfhover UL, #suckerfishnav LI LI LI.sfhover UL, #suckerfishnav LI LI LI LI.sfhover UL
{
	left: auto;
	background: #446644;
/*bbb is light gray*/
	width: 130px;
/*was no entry here*/
}
#suckerfishnav LI:hover, #suckerfishnav LI.sfhover
{
	background: #141;
}
.rclist
{
	color: #CCC;
}
/*.current_page_item {
background-color: red;
}
.current_page_parent {
background-color: yellow;
}*/
