/* style.css by H.J. Davey 02/2007 For use with the html file "tutorial.html"
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/* This sets the font weight to start with.*/

h1,h2,h3,h4,p,a,li{
	font-weight:normal;
}
/* Try insofar as possible to set all font sizes here. 
----- use em rather than px to allow more flexable font size changes in the browser */
h1{font-size: 2.0em;}
h2{font-size: 1.0em;}
h3{font-size: 0.8em;}
h4{font-size: 0.7em;}
p{font-size: 0.8em;}
li{font-size: 0.8em;}


html{
	/* This sets the font styles for the entire html file.*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body{
	/*width:770px; *//* this sets the overall page width to a fixed 770px */
	min-width: 770px;
	max-width: 1000px;
	width 95%; /* Allow for scroll bar on right */
	text-align:justify;
	background:#FFFFCC;  /* the sets the background color #FFF rgb(255,255,204) */
	color: Black; /* this sets the type color for this div and it's children */

	/* Try centering on the page */
	margin-left: auto;
	margin-right:auto;

	/* Below is temporary to show area of body
	border-style: dotted;
	border-width: 5px;
	border color: #FF0000; /* Dark red */
}	

/* ===== BRANDING ===== */
div#branding{
	height:150px;
	background: url(../images/tranparent-header.gif) no-repeat bottom; /* Originally: bottom */
	/* background: url(../images/PracticeExternalSmall01.jpg) no-repeat bottom right; Too big, overrides former command */
	}
	
/***************************************************
  Header Menu
 ***************************************************/

#menu {/* this 'box' holds the menu */
   text-align: left; /* all the menu items are left aligned in the 'box' */
}
#menu ul li {
	width: auto; /* lets the menu item buttons be sized as needed for menu title*/
/*width: 3em; */   /* if un-commented will set menu buttons to fixed width */
  display: inline; /* make this a horizontal menu */
  float: left; /* holds the menu 'box' to the left edge of the body div. Not really needed here.*/
  list-style: none; /* no decoration on menu items.*/
  text-align: center; /* place the menu titles in the center of the button.*/
  text-transform: uppercase;
  font-size: 0.6em; 
  padding: 0 1em; /* spacing between menu items  experiment with this*/
  color:Black; /* font color for the menu items */
}
#menu ul li a:hover{
 color: Red; /* color of menu items when mouse-over */
}
	/* ===== Navigation-side (Vertical orientation - defaults to block) ===== */
	
	/* ===== Navigation-side ===== */

#navigation ul {
	list-style: none;
	margin: 6px 0;
}
#navigation li {
	background-color: #B4DAF5;
	text-align: center;
	margin: 3px auto;
	font-size: 13px;
	padding:5px;
	width: 80%;
}
#navigation a{
	text-decoration: none;
}
#navigation a:hover {
	color: Black;
	border-left-color: #10638E;
	border-left-width: 2px;
	border-right-color: #10638E;
	border-right-width: 1px;
	background-color: #B0D9F9;
}
/* ===== CONTENT ===== */

div#content-main{
	border: solid 2px #000000;
	/* float:left; */
/* see of this can be set by body width	width:100%; /* was 520px */
	/* margin:0 10px 10px 10px; */
	}

div#content-sub{
	border: solid 4px #888800; /* Karki / dark green*/
	float:right;
/* see of this can be set by body width	width:100%; /* was 242px */
	}
	
div#content-sub{
	background: #FFFF88; /* Light Yellow */
	}
	
div#content-main h1{
	background: #EE8800; /* Dark orange */
	}
	
div#content-main h2{
	background: #FFFF88; /* Light yellow */ 
	color: #EE8800; /* Dark orange */
	}

div#content-sub h2{
	background: #DD4411; /* Dark Red */
	color: White;
	}
	
div#content-main h2, div#content-sub h2{
	/*text-transform:uppercase;*/
	padding: 8px 0 8px;
	text-align:center;
	letter-spacing: 0.1em;
	font-size: 1.0em;
	}
div#content-main h3, div#content-sub h3{
	text-transform:uppercase;
	padding: 8px 0;
	text-align:center;
	letter-spacing: 0.1em;
	background: #EE8800; /* Dark orange */
	font-size: 0.8em;
	color: Black;
	
	margin: 0 40px;
	/*padding: 0 30px;*/
	}
div#content-main p,div#content-sub p{
	margin:0;
	padding:5px 8px 15px;
	/*font-size: 0.7em;*/
	}

/* ===== comments ===== */
div.comments div{
	background: #EEEEEE; /* Light grey */
	padding: 4px 3px;
	margin-bottom:10px;
	}
div.comments div.odd{
	background:#E7EEF8; /* Light grey */
}
div.comments p{
	padding: 10px;
	margin:0;
}		

	/* =====================================================
div#content-main-title div,div#content-sub-title div{
	border:2px solid #1FA8EF;
	}	====================================================*/	
/* ===== Site Info ===== */

div#site-info{
	clear:both;
	/* width: 100%; see of this can be set by body width*/
	border: solid 2px #000000; /* Black */
	background: #FFFF88; /* Light yellow */ 
	padding-top: 15px;
	padding-bottom: 15px;
	text-align:center;
	}
div#site-info p{
	font-size: 0.6em;
}	
/* ===== navbar ===== */
#navbar {
	margin-top: 10px;
}
/* ===== Breadcrumbs ===== */
#breadcrumbs {
	width: auto;
	height: 1.6em;
	font-size: 0.8em;
	color: Black;
	text-align:center;
	vertical-align: bottom;
	border-right: 2px solid #000000; /* Black */
	border-left: 2px solid #000000; /* Black */
}
/* ===== Journal post template styles ===== */

#post-style {
  float: left;
  width: 460px;
  margin: 20px 0 0 0;
  padding: 0 0 0 1em;
  line-height: 1.5em;
  background-color: #F5F5DC; /* Baige */
  /* word-wrap: break-word; CSS Validator: word-wrap doesn't exist */
  overflow: hidden;    
  }
h2.date-header {
  margin-top: 0;
  padding-left: 14px;
  font-size: 90%;
  color: #ff9933; /* Orange */
  }
.post-text h3 {
  margin-top: 0;
  font: normal bold 130% 'Lucida Grande','Trebuchet MS';
  letter-spacing: -1px;
  color: #ff6633; /* Red - Orange*/
  }
.post-text {
  margin: 0 0 1.5em 0;
  padding: 0 0 1.5em 14px;
  border-bottom: 1px solid #ddd;
  }
.post-text h3 a,
.post-text h3 a:visited { 
  color: #ff6633; /* Red - Orange*/
  text-decoration: none;
 }
.post-footer {
  margin: 0;
  padding: 0 0 0 14px;
  font-size: 88%;
  color: #999999; /* 75% grey */
  }
/* ========== End of CSS Styling ========== */

