/* jQuery for Designers CSS */

/* Layout */
body	{
	background-color: #636e4c;
	font-family: tahoma, verdana, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	}

#header       { background:#002b36;color:#93a1a1;padding:10px;-moz-box-shadow:0 0 5px 5px rgba(0,0,0,0.8);-webkit-box-shadow:0 0 5px 5px rgba(0,0,0,0.8);box-shadow: 0 0 5px 5px rgba(0,0,0,0.8); }
  #header h1  { font-size:16px;display:inline; }
  #header p   { display:inline;font-size:14px; }
  #header a   { display:block;float:right; }

#container  { background:#fff;color:#586e75;-moz-border-radius:15px;-webkit-border-radius:15px;border-radius:15px;margin:40px auto;width:960px;-moz-box-shadow:0 0 5px 5px rgba(0,0,0,0.8);-webkit-box-shadow:0 0 5px 5px rgba(0,0,0,0.8);box-shadow: 0 0 5px 5px rgba(0,0,0,0.8); }
#title      {
	color: #fff;
	padding: 10px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	background-color: #FFFFFF;
	background-image: url(../images/amaryllis-and-ivy-banner-900x465.jpg);
	background-repeat: no-repeat;
	/* background-position: 50% 80%; */
	width: 900px;
	height: 380px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
  #title h2 { margin:0;padding:0;font-weight:normal;font-size:24px; }
  #title p  { margin:0;padding:0;color:#000; }

#content    {
	min-height: 200px;
	padding: 10px;
}
#nav        { background:#000;clear:both;padding:10px;-webkit-border-bottom-right-radius: 15px;-webkit-border-bottom-left-radius: 15px;-moz-border-radius-bottomright: 15px;-moz-border-radius-bottomleft: 15px;border-bottom-right-radius: 15px;border-bottom-left-radius: 15px; }
  #nav .toc { margin-right:20px; }

#greeting {
	font-size: 48px;
	font-weight: bold;
	color: #000;
}

/* Elements */
a,
a:link,
a:visited     { color:#000;text-decoration:none; }
a:hover,
a:active      {
	color: #C00;
}

#new-images ul {
	list-style-type: none;
}

#new-images li {
	display: inline;
}
#dateline {
    font-size: 0.8em;
}
#col1 {
	float: left;
}
#col2 {
	float: left;
}
#col3 {
	float: left;
}
#col4 {
	float: left;
}
