html, body {
     margin: 0em;
     padding: 0em;
     font-size: 84%;
     text-align:left;
     background: rgb(51,51,51); /* dark grey */
     color: rgb(0,0,0); /* black */
     }

/* This sets the font-types */
body, h1, h2, h3, h4, h5, h6, td, p, a, li, input, select, textarea {
     font-family: arial, helvetica, sans-serif;
     }

img { /* This turns off borders around images */
     border: 0;
     }

/* Ordinary paragraphs and list-items */
p, ul, ol {
     margin: 0em;
     padding: 0em;
     margin-bottom: 1.2em;
     font-size: 1.0em;
     }
	
p {
	clear:both;
	}

ul li {
     list-style-type: none;
     font-size: 1.0em;
     margin-bottom:0.4em;
     }

/* General font sizing -- for IE */
input, textarea, select, td, th {
     font-size: 1.0em;
     }

/* General link colors */
a, a:link, a:visited, a:active {
    color: rgb(153,0,0); /* brick red */
     }

a:hover {
     color: rgb(253,253,253); /* beige */
     background-color: rgb(153,0,0); /* brick red */	
     }

acronym, abbr {
     border-bottom: 1px dotted black;
     cursor: help;
     }

sup {
     font-size: 0.9em;
     }
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}	

/* ================================ Headers ================================ */

/*
 	h1 - page title 
	h2 - section titles
	h3 - section subtitles
*/


h1, h2, h3 {
	font-family: 'Lucida Sans Unicode', 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

h1 {
	margin: 0;	
	position:absolute;
	top:30px;
	left:0px;
	font-weight:normal;
	background: url(/images/hi-leia-scofield.gif) no-repeat;
	width:395px;
	height:95px;
	font-size:3.0em;
	}
	
h1 a, h1 a:link, h1 a:visited, h1 a:active {
	text-decoration:none;
	color: rgb(153,0,0); /* brick red */
	width:395px;
	height:95px;
	padding: 5px 0 0 75px;
	display:block;
	}	
	
h1 a:hover {
	background:none;
	color: rgb(153,0,0); /* brick red */
	text-decoration:underline;
	}

h2 {
	font-size: 1.6em;
	margin: 0 0 1.0em 0;	
	}

h2.pagetitle {
	font-size: 1.6em;
	margin-top: 30px;
	text-align: center;	
	}
	
h2 a {
	text-decoration:none;
	}	

h3 {
	font-size: 1.4em;
	padding: 0;
	margin: 0 0 0.4em 0;	
	}

h4 {
	font-size: 1.0em;
	padding: 0;
	margin: 0;	
	clear:both;
	}	
	
h5 {
	font-size:1.0em;
	font-weight:normal;
	font-style:oblique;
	margin:0;
	padding:0;
	}
	
	
/* ================================ Header ================================ */

#header {
	background: rgb(51,51,51) url(/wp-content/themes/leia/images/header_bg.jpg) repeat-x;
	margin: 0; 
	padding: 0; 
	height: 125px; 
	position:relative;		
	}
	
#header div {	
	width:760px;
	margin: 0 auto 0 auto;
	position:relative;	
	}
	
#header ul {
	text-align:right;
	margin: 0;
	padding:10px 0 0 0; 
	font-size:1.1em;
	}
	
#header ul li {
	display:inline;
	}
		
#header ul li a, #header ul li a:link, #header ul li a:visited, #header ul li a:active {
	color: rgb(204,204,204); /* light grey */
	text-decoration:none;
	padding:5px;

	}

#header ul li a:hover {
	background:none;
	color: rgb(255,255,255); /* white */
	}	
	
/* ================================ Content ================================ */

#content-container {
     background: rgb(253,242,219); /* beige */	
	margin:0;
	padding:20px 0 40px 0;
	clear:both;
	position:relative;
	}

#content {
	font-size: 1.2em;
     width:760px; 
	margin: 0 auto 0 auto;	
	position:relative;
	}

.entry {
	line-height: 1.4em;
	}
	
div#screenshot {
	float:right;
	width:360px;
	margin-bottom:1.0em;
	text-align:right;
	}

div#screenshot img {
	border:1px solid rgb(204,204,204); /* light grey */
	padding:10px;
	background: rgb(255,253,249); /* beige */
	}

div#case-study {
	float:left;
	width:400px;
	padding-top:12px;
	}	

.postmetadata {
	background: rgb(255,253,249); /* off white */
	border: 1px solid rgb(204,204,204); /* light grey */
	padding: 0.5em 0 0.5em 0;
	color: rgb(51,51,51); /* dark grey */
	font-size:0.8em;
	clear:both;
	width:100%;
	}
	
.postmetadata ul {
	margin: 0 1.0em 0 1.0em;
	}	

.entry p {
	}
	
.entry p.overview {
	font-weight:bold;
	font-size:1.1em;
	}	
	
.entry ul.file {
	clear:both;
	margin:0;
	padding:0;
	}	
	
.entry ul.file li {
	background: url(/wp-content/themes/leia/images/file.gif) 0 0 no-repeat;
	margin:0;
	padding:0;
	padding-left:30px;	
	}			


			
/* ================================ Footer ================================ */	

#footer {
	background: rgb(51,51,51) url(/wp-content/themes/leia/images/footer_bg.jpg) repeat-x; /* dark grey */
	border-top: 1px solid rgb(153,0,0);
	padding: 0;
	margin: 0 auto;
	clear: both;
	height:150px;
	}
	
#footer div {
	width: 760px;
	margin: 0 auto 0 auto;
	}	

#footer div p {
	margin: 0;
	text-align: center;
	}	
	
#footer div ul {
	text-align:center;
	margin-top:5px;
	}
		
#footer div ul li {
	display:inline;
	padding: 5px;
	}	
	
#footer div ul li a {
	color: rgb(255,255,255); /* white */
	text-decoration:none;
	}	
	
#footer div ul li a:hover {
	background:none;
	text-decoration:underline;
	}	
	
	
/* ================================ Home ================================ */		
	
div#overview {
	font-size:2.0em;
	font-family:Georgia, serif;
	margin:0.5em 0.8em 1.5em 0.8em;
	color:rgb(51,51,51); /* dark grey */
	text-align:center;
	}	
	
div#skills {
	position:absolute;
	top:150px;
	left:0;
	}
	
div#skills h2 {
	color:rgb(51,51,51); /* dark grey */	
	margin:0 0 0.5em 0;
	}		
	
div#skills ul li {
	margin-bottom:0.8em;
	}	
	
div#feature {
	background: rgb(255,253,249); /* off white */
	width: 378px;
	margin-left: 380px;
	padding: 0.5em 0 0.5em 0;
	border: 1px solid rgb(204,204,204); /* light grey */
	}	
	
div#feature h2 {
	margin: -1.0em 0 0 0.2em;
	color:rgb(51,51,51); /* dark grey */	
	}		
	
div#feature p {
	margin:1.0em;
	font-size: 0.8em;
	}		
	
div#feature p.more {
	font-weight:bold;
	}

	
/* ================================ Misc ================================ */		
	

small {
	font-size: 0.9em;
	line-height: 1.5em;
}

p.screenshot {
	text-align:center;
	}		
	
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
	
div#note {
	background: rgb(243,180,46); /* deep yellow */
	height: 2.0em;
	border-bottom: 1px solid rgb(255,255,255); /* white */
	text-align:center;
	font-size:1.2em;
	padding-top:0.5em;
	}	

	
/* ================================ Horizontal Rules ================================ */

hr { /* For Internet Explorer */
	clear:both;
	height: 1px;
	color: rgb(204,204,204); /* light grey */
	border: none;
	margin-bottom:1.0em;
	}

html>body hr { /* For Gecko-based browsers */
	clear:both;
	height: 1px;
	background-color: rgb(204,204,2046); /* light grey */
	border: none;
	margin-bottom:1.0em;
	}

html>body hr { /* For Opera and Gecko-based browsers */
	clear:both;
	height: 1px;
	background-color: rgb(204,204,204); /* light grey */
	border: 0px solid rgb(204,204,204); /* light grey */
	margin-bottom:1.0em;
	}
