/*
 *  layout.css: CSS document layout for aibelsoftware.com
 *  Some materials in this have been developed from code available 
 *  on the web (uncredited).
 *  Copyright: 2009, 2010, Jonathan Aibel. 
*/


#resume {
    max-width: 1000px; 
    min-width: 500px; 
    margin: 0; 
    text-align: left;
    background: #ffffff url(images/gradient_large3.jpg) repeat-x;
}

#slender {
    max-width: 795px;
    min-width: 480px; 
	margin-right: 180px;
    background: #ffffff url(images/gradient_medium3.jpg) repeat-x;
}

#slender table {
		width: 99%;
	}

#slender td {
		padding-left: 1pt; margin-top: -5pt; font-weight: 600;
	}

.aside { margin-top: -1pt; margin-bottom: -5pt; padding-left: 20pt; 
				font-size: 80%; font-style: italic; padding-right: 10pt }

.first { 
	margin-top: -1pt;
}

li {  
		line-height: 1.3;
}

.company {
		font-size: 120%; font-weight: 700; 
	}

.scope {
		padding-left: 2pt; 
	}

#doc {
    min-width: 750px; 
    max-width: 975px; 
    margin: 0; 
	margin-top:-8px;
    text-align: left;
    background: #ffffff url(images/gradient_large3.jpg) repeat-x;
    border-left: 2px dotted gray;
    border-right: 2px dotted gray;
}

#body {
    text-align:center;
    background: #ffffff url(images/gradient_medium3.jpg) repeat-x;
    min-width: 600px; 
    padding:0;
	font-family: Garamond,Georgia, sans-serif;
}

#header,#content {
    margin-bottom:1em;
	margin-left:.5em;
	margin-right:.5em;
    text-align:left;
}

#header {
    background-image: url(images/barkhead5.jpg); 
    width: 943px;
    height: 123px; 
}

	/* Header styles */
	#header h1 {
		margin: 0;
		padding-top: 42px;
		padding-left: 12px;
		padding-bottom: 5px;
		line-height: 24px;
		font-size: 2em;
		font-weight: bold;
		letter-spacing: 2px;
	}
	#header h1 a {
		text-decoration: none;
		color: midnightblue;
	}
	#header p {
		margin: 0;
		padding-left: 33px;
		font-weight: 600;
		letter-spacing: 1px;
	}
	#header p a {
		text-decoration: none;
		color: black;
	}

#spacer { margin-top:2em; }

#main {
/*    background: #99c; */
    max-width: 1000px; 
    background: #f4f4ff url(images/gradient_medium3.jpg) repeat-x; 
    margin-right: 4px;
    margin-top: 5px;
    padding-left: .5em;
    padding-bottom:.5em;
    /* border-left: 1px solid black; */
	font-family: Georgia, sans-serif;
}

	#main p {
		padding-top: 3px;
		line-height: 1.2;
	}

	#main li {
		padding-left: 50px;
		text-indent: -40px;
	}

    #main table {
		width: 99%;
        border-left: 1px solid black;
        border-right: 1px solid black;
        border-collapse: collapse;
    } 

    #main td {
		font-size: 90%; 
        border-left: 1px dotted black;
        border-right: 1px dotted black;
        padding-left: 8px;
        padding-right: 8px;
    }

#head {
		padding-left: 1px;
		font-size: 120%; 
		font-weight: bold; 
}

/**
 * !FIX?
 * 99% for safari; 100% is too large
 */
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}

#nav {
    background: #f4f4ff url(images/gradient_small3.jpg) repeat-x; 
    float:right; 
    width:162px; 
}

    #nav ul {
        list-style-type: none;
        margin-left: .5em;
        margin-top: .4em;
        margin-bottom: .6em;
        padding-left: 0;
    } 

    #nav li {margin-bottom: 5px;}

	#nav a {
			 width: 140px; 
			 line-height: 1.4;
			 display: block;
			 text-align: center;
		     font-weight: bold;
			 /* border: 1px solid gray; */
			 text-decoration: none;
             color: midnightblue;
			 background: #ddd;
	 }

	#nav a:hover {
     background-color: white;
	 color: black;
     /* border: 1px solid gray; */
     }

	#nav a.active {
	 background: gray;
	 color: white;
	}

	#nav a.submenu {
	 background: none;
     padding-top: 2px;
     line-height: 1.0;
	}

.rt {
    text-align: right;
}

/* self clear floated parent containers */
#bd:after{
content:"."; display:block; height:0; clear:both; visibility:hidden;}

#bd {zoom:1;} /* IE */
   
#footer {
	border-top: thin dotted; 
    font-size:65%; 
    font-family:"Trebuchet MS",sans-serif; clear:both; 
    text-align: right; 
    color: #111133; 
}

