/* For id's we do #, for classes we do (.) */
body {
	background:#333;
	font-family:arial, helvetica, sans-serif;
	font-size:9pt;
	margin:0;
	padding:0;
}

#container {
	width:970px;
	background:#fff;
 	padding:0px;
	margin:10px auto 10px auto;
}

#header {
	background:url(images/header.jpg) top left no-repeat #fff;
	width:970px;
	height:248px;
	margin:0;
	padding:0;
}

#header h1 {
	color:#fff;
	margin:0;
	padding:10px;
	text-transform:lowercase;
	font-weight:normal;
	font-size:24pt;
}

#header p {
	text-align:right;
	/* padding:50px 10px 10px 10px; */
	color:#fff;
	font-size:10pt;
	font-weight:bold;
}

#nav {
  margin:0px 0 0 0;
  padding:0 20px 0 160px; /* was 110 */
	height:37px;
	width:790px; 
	background:url(images/nav_off.jpg) top left repeat-x #27cd3d;
	text-align: center;
}

#nav ul {
	text-align: center;
}
	
#nav li {
	list-style:none;
	margin:0;
	padding:0;
	display:inline;
}

#nav li a {
	color: black; /* #fff; */
	font-weight:bold;
	font-size:12pt;
	text-decoration:none;
	padding:2px 27px 2px 27px;
	display:block;
	margin:0;
	line-height:33px;
	overflow:hidden;
	float:left;
}

#nav li a:hover {
	background:url(images/nav_on.jpg) top left repeat-x #FADA6D;
}

#content {
	width:970px;
	margin-top:0px;
	background:#EEEEEE;
	font-family:verdana;
	float:left;
	padding-right:0px;
	padding-bottom: 20px;
}

#content a, a:hover {
  color:#556812;
  /*background-color:#FADFFF;*/
}

#content .date {
	width:150px;
	height:200px;
	float:left;
	font-weight:bold;
	text-align:center;
	padding:5px;
	background:url(images/date_block.jpg) top left no-repeat #fff;
	border:10px solid #fff;
}

#content h1, h2 {
  	line-height:20pt;
	font-size:22pt;
	color: #2E2E2E;
	font-family:georgia, times, serif;
	font-weight:normal;
	margin:0;
	padding:0;
}
/* do not touch following block */
#content h1 {
	margin-top:15px;
	/*added on May 4, 2015:*/
	margin-bottom:25px;
}

#content h2 {
	font-size:18pt;
}

#content li {
	margin-bottom:12px;
}

#content .post {
/*old stuff
	margin-left:30px;
	padding-right:10px;  //amir added
	line-height:20px;
*/
	margin-left:60px;
	padding-top:30px;
	padding-right:50px;  /* Amir added */
	line-height:20px;
	
}

/* amir added on 2013-april 20 */
#content .post p {
	margin-right:30px;
}

/* amir added on 2013-april 20 */
#content .post ul {
	margin-right:30px;
}

/* color:#f6502e; */
#footer {
	border-top:1px solid #444444;
	border-top-color:black;
	color:dark-green;
	float:left;
	width:970px;
	margin:0px;
	padding: 10px 0;
	text-align:center;
	font-size:8pt;
	background-color:#95BB03;
}

p.postmeta {
	clear:both;
	font-size:8pt;
	text-align:right;
	padding:2px;
	background:#e6f49c;
	margin:0;
}

p.postmetaAmir {
	clear:both;
	font-size:8pt;
	text-align:left;
	padding:0px;
	background:#FFFFFF;
	margin:0;
}

p.postmeta a, p.postmeta a:hover {
	color:#000;
	background:none;
}

#footer a, a:hover {
	text-decoration:none;
	color: black;
	background:#95BB03;
}

#photos {
	position:relative;
	width:350px;
	margin:0 auto 0 auto;	
}

.imgbox {
	position:relative;
	padding:5px;
	border:1px solid #000;
	margin:10px;
	width:350px;
	height:370px;
	float:right;
}

.floatright {
  background:#FFFFFF;
  float:right;
  /* padding:5px; */
	border:1px solid #000;
	margin:15px;
	width:270px;
}

.stepsTable {
  border: thin rgb(0,0,0) solid  
}


.stepsTable tbody tr th {
  line-height:20px;
  background:#CB4AFD;
  border: thin rgb(0,0,0) solid
}

.stepsTable tbody tr td {
  background:#F8EEF8;
  vertical-align:top;
  padding:10px;
  margin-left:14px;
  line-height:20px;
  border: thin rgb(0,0,0) solid
}
#boxes {
	/* padding-bottom:20px; */
}
#box {
	background: url(images/box-bg.gif);
	float: left;
	height: 225px;
	margin-right: 27px;
	text-align: center;
	width: 283px;
}
#box ul {
	list-style-image: url(images/bullet.gif);
	margin: 0;
	padding:0 0 0 35px;
}

#box li {
	line-height: 18px;
	text-align: left;
	margin-bottom: 0 !important;
	padding-right: 0px;
}

#box h2 {
	text-align: left;
	padding-left: 15px;
	text-align: center;
	padding-left: 0px;
	/* amir just added: */
	font-size:10.5pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:black;
	
	line-height:27pt;
	padding-top:8px;
}

#box a {
	background: none;
	color: blue;
/*	margin: 0 auto;*/
/*	margin: 5px 0 auto 0;*/
	margin:0;
	padding:0;
	padding-top:20px;
	line-height:20px;
	margin-top:20px;
	top:20px;
	
}
#topGraphic {
	background: url(images/top-graphic.gif);
	float: left;
	height: 143px;
	margin-top:15px;
	margin-right: 0px;
	text-align: center;
	width: 910px;
}
#topGraphic h1 {
	text-align: center;
	padding-left: 0px;
	padding-top:16px;
}

/* for resources/books page */
.bookCategory {
	font-size:14pt;
	font-weight:bold;
	height:40px;
}
h1.bookCategoryHeading   {
	line-height:40pt;
	font-size:14pt;
	font-weight:bold;
	height:40px;
	margin-top:50px;
	margin-bottom:20px;
}


.bookImageColumn  {
	width: 150px;
	vertical-align: top;
}

.bookDescriptionColumn {
	width: 300px;
	vertical-align: top;
	
}

.bookImage {
	width: 100px;
	/*height: 50px;*/
}


.bookDescription {
	padding: 0px;
}

.bookTitle {
	font-size:10pt;
	font-weight:bold;
}


/* for tips page */
div.tips_chart_wrapper_AMIR {
	margin:0 38px 0 28px;
}
div.tips_chart {
	background-color:#FCF3BC;
	border:1px solid #e8dcc0;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	clear:both;
	padding:2px;
	margin:0 auto 20px;
	text-align:center
}
div.tips_chart table {
	background-color:#FCF3BC;
	border-collapse:separate;
	border-spacing:0;
	color:222222;/*#6c5944;*/
	margin-bottom:0;
	width:100%;
}
div.tips_chart table th, div.tips_chart table td {
	border:0;
	border-left:2px solid white;
	border-right:1px solid #e8dcc0;
	font-weight:normal;
	text-align:center;
}
div.tips_chart table th {
	background-color:#FCF3BC;
	/*color:#6c5944 !important;*/
	font-size:1.3em;
	font-weight:bold;
	font-family:"AlpinGothic", "Arial Narrow", Arial, sans-serif;
	line-height:1.1em;
	padding:15px;
	text-transform:uppercase
}
div.tips_chart table th span {
	font-family:helvetica, arial, sans-serif;
	font-size:13px;
	padding-left:30px;
	text-transform:capitalize;
	vertical-align:middle
}
div.tips_chart table th span img {
	height:1.8em;
	vertical-align:top
}
div.tips_chart table td {
	padding:13px 15px;
	text-align:left;
}
div.tips_chart table td h3, div.tips_chart table td h4 {
	border:0;
	font-family:"AlpinGothic", "Arial Narrow", Arial, sans-serif;
	font-weight:normal;
	letter-spacing:0.03em;
	margin:0;
	padding:0;
	text-transform:capitalize
}
div.tips_chart table td h3 {
	color:#9a886f;
	font-size:24px
}
div.tips_chart table td h4 {
	color:#6c5944;
	font-size:18px
}
div.tips_chart table td.group_header {
	background-color:#FDFCF6;
	border-top:1px solid #e8dcc0;
	border-bottom:1px solid #e8dcc0
}
div.tips_chart table tr:nth-child(even) {
background-color:#FCDA5F
}
div.tips_chart table th:first-child, div.tips_chart table td:first-child {
	border-left:none !important;
	text-align:left
}
div.tips_chart table th:last-child, div.tips_chart table td:last-child {
	border-right:none !important
}
div.tips_chart .uses_product_names th {
	font-family:helvetica;
	font-size:1em;
	text-transform:none
}
div.tips_chart .uses_product_names th:first-child {
	font-family:"AlpinGothic", "Arial Narrow", Arial, sans-serif;
	font-size:1.4em;
	text-transform:uppercase
}

div .tips_chart_wrapper_AMIR {
	margin-top:30px;
}