/*
Theme Name: AmbianceAdditions 2008
Description: Created for Ambiance Additions 2008
Version: 1.0
Author: JJL of OrangePlt
Author URI: http://www.ambianceadditions.com/
Tags: two columns, widgets, white, grey, green

	aa2008 v1.0
	http://www.ambianceadditions.com/

	This theme was designed and built by JJL of OrangePlt

*/

/* Reset
-------------------------------------------------------------------*/
* { margin: 0; padding:0; }
ul, ol { list-style: none; list-style-position: inside; }
ol ol, ul ul, ol ul, ul ol { margin-left: 20px; margin-bottom: 0; } 
img { border: none; }

/* Body
-------------------------------------------------------------------*/
/*
body { 	font:12px/18px "Lucida Grande", Verdana, Helvetica, Arial, Geneva, sans-serif;  color: #333;  }

h1, h2, h3, h4, h5,h6 { font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Sans-Serif; font-weight: normal; color: #333; }
h1 { font-size: 20px; line-height: 26px; margin-bottom: 10px; }
h2 { font-size: 18px; line-height: 24px; margin-bottom: 7px; }
h3 { font-size: 18px; line-height: 22px; margin-bottom: 5px; }
h4 { font-size: 16px; line-height: 20px; margin-bottom: 5px; }
h5 { font-size: 14px; line-height: 18px; margin-bottom: 5px; }
h6 { font-size: 12px; line-height: 16px; margin-bottom: 5px; }

h1 span { color: #999; }

a { color: #5371c5; text-decoration: none; }
a:hover { color: #5371c5; text-decoration:underline; }
a:visited { color: #5371c5; }

p { margin-bottom: 10px; }  */

input, textarea { font: 12px Verdana, Helvetica, Arial, Geneva, sans-serif; }

blockquote { margin-bottom:20px; padding:5px 10px;  font: italic 14px/22px Georgia, Serif;   background:#ffffff; }


/* Search
-------------------------------------------------------------------*/
#search { }
#search #s { 
	width: 170px;
	height: 14px;
	padding: 5px 0 5px 23px;
	vertical-align: bottom;
	line-height: 1px;
	font: normal 12px Verdana, Sans-Serif;
	color: #777;
	border: 0;
	background: #fafafa url(images/search-bg.gif) no-repeat;
}


/* mainBox    light green 61a407    dark green 117733   */
/* content2  --------   just a dummy container, to make (h1, ul, ol, p.....) tags not mix up with those defined in mainBox  -------------------------------- */
#content2 { margin:0; padding:0; background:#fff;  }

#content2 .post { margin:0 12px 25px 0;padding:5px 7px; border:solid 1px #cccccc; background-color:#f3f3f3; }
#content2 .post a         { color:#61a407; text-decoration:none; }
#content2 .post a:hover   { text-decoration:underline; }
#content2 .post a:visited { color:#61a407; }
#content2 .post .more     { margin:0; padding:0; font-size:12px; font-style:italic; font-weight:normal; text-align:right; }
#content2 .post p		  { margin:6px 0 3px 0; padding:0; font-size:12px;}

#content2 .post h1.post-title   { margin:0 0 1px 0; padding:0 15px 5px 20px;  color:#333; font:bold 15px Verdana, Arial, Helvetica, sans-serif; 
	  							  border-bottom:1px dashed #bbbbbb;  vertical-align:middle;  background: url(images/post.gif) no-repeat 0px 2px;       }
#content2 .post h1.post-title a { color: #333; }
#content2 .post h1.post-title a:visited { color: #333; }
#content2 .post .post-info      { margin:6px 0 0px 0;  padding:0; color:#777; font-size:11px; 
								  border-top:1px dashed #bbbbbb;  /*  border-bottom:1px solid #bbbbbb; 	background:#f3f3f3;*/  }
#content2 .post .post-info a    { color: #333; }
#content2 .post .post-info .editing a { color:#900; padding-top:2px;}
/* #content2 .post .ps-and-info    { margin:0; padding:0; background-color:#ffffff;  }  */


#content2 #pages { margin:0 15px 0 0; padding:0; text-align:right; }
#content2 #pages a { font: bold 16px Arial, Helvetica, sans-serif; color: #61a407; text-decoration:none; }
#content2 #pages a:hover { text-decoration:underline; }

#content2 ul, ol, dl { margin: 0 0 3px 0; padding:0 0 0 20px; font-size:12px; }
#content2 ul { list-style: square;	list-style-position: inside; }
#content2 ol { list-style: decimal;  list-style-position: inside; }
#content2 dl dt { font-weight: bold; }
#content2 dl dd { margin:0 0 5px 20px; color:#555; font-style: italic; }

#content2 h2.between-post-and-comments { margin-bottom:4px; color:#61a407; font:bold 16px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; }



/* Comments
-------------------------------------------------------------------*/
#comments .comment { margin:0 15px 8px 0; padding:0; overflow: hidden; 
	/* background-color:#efefef;  border-top: 1px solid #bbb; */ border-bottom: 2px dotted #ccc;  }
#comments .comment .comment-avatar { margin:0; padding:5px 13px 15px 7px; width:40px;  float:left; background:url(images/avatar-bkg.gif) no-repeat 6px 4px;  }

#comments .comment .comment-content   { margin:0 5px 0 0; padding:0;  }
#comments .comment .comment-content p { margin:0 0 8px 0; padding:0; }
#comments .comment .comment-content a { color: #444; }

#comments .comment .comment-info { margin:3px 0 5px 0; padding:0; font-size:11px; color:#777; }
#comments .comment .comment-info span.user-name {  padding-right:10px;  font: bold 18px "Trebuchet MS", Helvetica, Arial, Geneva; } /* user name */
#comments .comment .comment-info span.edit-it a { color:#900; margin-left:20px; }
#comments .comment .comment-info a { color:#61a407;  text-decoration: none; }

/* Comment Form
-------------------------------------------------------------------*/
#commentform { margin:0 15px 15px 0; padding:4px 15px; color:#555;  background: #efefef;  border:1px solid #bbb; }
#commentform p { margin-bottom: 7px; }
#commentform textarea {  width:100%; border:1px solid #aaa; height: 120px;  }
#commentform input.text { margin-right:10px; padding:3px 3px; width: 150px; border: 1px solid #aaa; }
#commentform input#submit { padding: 3px 10px; }
#commentform .links-commentform { text-align:right; }
#commentform .links-commentform a, #commentform .links-commentform a:visited { color:#333; font-weight:bold; }

/* Sidebar
-------------------------------------------------------------------*/
#sidebar {  margin:0; padding:15px;	width:220px; font-size:11px; color:#555;  }
#sidebar h3 { margin-bottom:2px; padding-bottom:4px;  font:bold 12px Verdana;  color:#333;  border-bottom:2px solid #cccccc; }
#sidebar a  { color: #333; text-decoration: none; }
#sidebar a:hover { color: #777; }

#sidebar .block       { padding: 15px; overflow: hidden; }
#sidebar .block ul li { padding:2px 0 4px 18px;  background: url(images/arrow.gif) no-repeat 0px 3px; }
#sidebar .divider     { font-size:9px; margin:0px 20px 0px 14px; padding:0; border:0; border-bottom:1px solid #999999; }


/* Calendar */
#sidebar .block #calendar_wrap .pad { background: none; }
#sidebar .block #calendar_wrap #prev { background: none; }
#sidebar .block #calendar_wrap #next { background: none; }
#sidebar .block #calendar_wrap table { width: 100%; margin: 0;padding: 0;}
#sidebar .block #calendar_wrap table th { width: 14.2%; }
#sidebar .block #calendar_wrap table td { width: 14.2%; background: #fafafa; text-align: center; color: #888; }
#sidebar .block #calendar_wrap table td a { font-weight: bold; }






