/* style.css - warrenkopp.com */

/* set body properties; margins at 10% of current window, text and background colors */
body 
	{
	font: 75% arial, sans-serif;
	width: 500px;
	margin-right: auto;
	margin-left: 10%;
	background-image: url('images/bg_6.jpg');
	background-repeat: repeat-x repeat-y;
	}

a:link 
	{color:blue; text-decoration: none;}
a:visited 
	{color: #660066; text-decoration: none;}
a:hover 
	{ color: #ff9900; }
a:active 
	{color: #ff0000; text-decoration: none}
	
/* defines link appearance for the menu.*/
a.nav, a.nav:link, a.nav:visited, .chosen
{
display:block; 
width:105px; 
height:25px;
background:#e0e0e0; 
border:1px solid#000;
margin-top:2px; 
text-align:center; 
text-decoration:none; 
font-family:arial, sans-serif; 
font-size:12px; 
color:#000;
line-height:25px; 
overflow:hidden;
}

a.nav:hover
{
color:#fff; 
background:#666;
}

a.nav:active 
{
color:#fff; 
background:#000;
}



/* both h1 and p define common font properties */
h1	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 28px;
	text-align: left;
}	

h2	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: right;
	font-size: 10px;
	}
	
h3	{
	font-size: 14px;
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	}

h4	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	text-align:left;
	margin-top: 0px;
	}

h6	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 28px;
	float: left;
	margin-top: 5px;
	margin-bottom: 0px;
	}
	
p 	{ 
	font: 12px arial; 
	background-color: #e0e0e0; 
	text-align: left; 
	/* width: 42em; */
	}

p.caption
	{
	border:1px solid #555;
	padding: 2px;
	}

img.inline
	{
	margin-left: 2%;
	margin-right: auto;
	}

div.container
	{
	margin: 0px auto;
	width: 62em; 
	position: relative;
	}
	
.skills	
	{
	width: 500px;
	margin-left: 15px;
	}


/* defines the style of a list, in this case used to add decoration to the navigation links */
ul.square { list-style-type: square; }

/*lets see what happens when i try positioning everything inside this element.*/


div.header
{
margin-left:0.5%;
margin-right:0.5%;
margin-top: 5%;
margin-bottom: 15px;
border: 1px #000;
}

/* defines the position of the navigation links on the left of the page */
div.nav
{
position: fixed;
float: left;
margin-left: 2%;
}

/* defines the position of the content of the page and a 1 pixel seperator */
div.content
{
	width: 45em;
	border-left: 1px #555;
	padding: 1em;
	float: right;
}

div.footer
	{

	}

div.out 
{
	background:#999; 
	position:relative;
}
div.in 
{
	background:#e0e0e0; 
	border:1px solid #555; 
	position:inherit; 
	padding:10px;
}

div.ltin { left:-5px;}
div.tpin { top:-5px;}
div.narrow {width:45em;} /* change to suit */

