/* 
Description: Stylesheet for static home page, based on Senorita Mia Wordpress theme, which in turn was based on Senorita by Sadish Balasubramanian, the 6th Theme from WPThemes.Info
Author: Karen Smiley
Author URI: http://karen.agileteams.com
*/

/* Section: Body --------- */

body {
	margin: 0;
	padding: 0;
	font-family:Verdana, Tahoma, Arial, Serif;
	text-align: center;
	line-height: 1.5em;
	font-size: 12px; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: 12px; /* easy scaling */
  	font-size: 0.90em;
  	background:#8c959d url(img/iJK_page_bg.png) repeat-y left;
 	color:#333;  	
}

/* Edge shadow */

#rap {
	position: relative;
	margin: 0 auto ;
	padding:0;	
	text-align: left;
	background:#fff url(img/iJK_body_bg.png) repeat-y center;  		
	/* box model hack */
	width: 620px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
	width: 620px;
	
}

html>body #rap { /* be nice to Opera */
	width: 620px;
}
/* Sub-Section:  FONTS --------- */

h2,h3 {
	font-size: 1.3em;
	color: #993333;
	padding: 4px 0 0 0;
	margin: 0;
	font-family: 'Lucida Grande', 'Trebuchet MS', sans-serif;	
	border-bottom:#c7c7c7 1px dotted;	
}
/* Sub-Section: Body Links --------- */
a {
	text-decoration: none;
}
a:link {
  color: #69c;
}
a:visited {
  color: #666699;
}
a:hover {
  color: #993333;
  text-decoration:underline overline;
}
a:active {
  color: #5B739C;
}	

a.offsite {
	font-style:italic;	
}
a.offsite:link {
  color: red;
}
a.offsite:visited {
  color: purple;
}
a.offsite:hover {
  color: #993333;
  text-decoration:underline overline;
}
a.offsite:active {
  color: red;
  background-color: gray;
}	

abbr, acronym {
	font-style: normal;
	border-bottom: 1px dotted;
}
blockquote{
	margin: 1em;
	padding: 1em;
	border: 1px solid #DDD;
	background:#edf1f4;
}

/* Section: Positioning --------- */

#header {
	height: 100px;
	margin:0 auto 0 6px;	
	border:#6d5d4d 1px solid;	
	border-bottom-width:0px;
	width: 600px;
	padding:2px;	
	background: #dddddd url(img/iJKheader.png) no-repeat left top;
	position:relative;		
	text-align:center;
}
#header h1 
{
	text-align:center;
	font-size:1.8em;
	margin:0px auto;
	padding:25px 0 0 25px;		
	color:white;	
}
#header h1 a 
{
	color:white;	
}
#header h4 
{
	text-align:center;
	color:#fdd;
	font-size:1.1em;
	font-family:Georgia, Verdana, Arial, Serif;
	margin:0px auto;	
	font-style:italic;	
	font-weight:normal;
	padding:5px 0 0 5px;
	
}
#header h5
{
	text-align:center;
	color:white;
	font-size:1.0em;
	font-family: Verdana, Arial, Serif;
	margin:0px auto;	
	font-weight:normal;
	padding:0px 0 0 0px;
	
}
#header h5 a 
{
	color:white;	
}

#main {
	float: left;
	width: 600px;
	margin: 0 0 0 3px;	
	padding: 5px 10px 5px 5px;		
	background:url(img/maintop.jpg) no-repeat left top;
	display:inline;
}
#main ul 
{
	margin:5px 10px;
	padding:5px;
}
#main ul li 
{
	list-style:none;
	background:url(img/bullet1.gif) no-repeat left top;
	padding-left:15px;	
}
.post-title
{
	margin-left:10px;		
	font-size: 1.2em;
	font-weight:bold;
}
.post-title, .post-title a 
{
	color:#993333;
}

.day-date {
	font-size: 0.9em;
	color: #999;
	padding: 2px 0;
	margin: 0 0 0 10px;		
}
.day-date em 
{
	font-style:normal;
	color:#666;
}
.post 
{
	margin:0px 0 20px 0;	
	padding:10px 5px 0;	
}
.post-info {
	font-size : 0.9em;
	color : #666;
	margin : 0;
	background:url(img/comments-small.gif) no-repeat left center;
	padding-left:12px;
	border-bottom:#c7c7c7 1px dotted;
}
.post-content {
	padding: 10px 10px 0px 10px;	
	text-align:justify;
}
#footer {
	clear: both;
	margin:0 auto;
	background:#474747;
	width: 600px;
	color: #ccc;
	font-size: 0.9em;		
	border:#474747 1px solid;	
	padding:5px 10px;
	line-height:1.1em;	
}
#footer strong 
{
	color:#fff;
}
#footer div 
{
	float:right;
	width:25%;
	margin:5px 0 0 0;
	padding:0;	
}
#footer a 
{
	color:#ccc;	
	border-bottom:#ccc 1px dashed;
	text-decoration:none;
}
#footer a:hover
{
	color:#fff;	
	border-bottom:#fff 1px dashed;	
}
#footer ul 
{
	margin:0;
	padding:0;	
}
#footer ul li 
{
	list-style:none;
	padding-left:15px;
	background:url(img/arrow.gif) no-repeat left center;
}
textarea{
	width: 90%;
	height: 20em;
	border: 1px solid #ccc;
}

input[type=text]{
	border: 1px solid #ccc;
}

/* Section: Misc --------- */

p {
	margin-top: 0;
	margin-bottom: 1.5em;
	line-height: 1.5em;	
}
