/*
Theme Name: The Profit Academy
Description:  A theme created by <a href="www.sonarym.com">Sonarym Designs</a>
Version: 1.0
Author: Andy Van Der Straeten
Author URL: http://www.sonarym.com
*/

body {
	background-color: #5E79B0;
	}

#content {
   background-color: #FFFFFF;
	width: 800px;
	min-height: 600px;
	height:auto !important;
   height:600px;
	padding: 0px 0 0 0px;
	margin-left: auto;
   margin-right: auto;
	text-align: left;
	}
	

#header {
	background-color: #0b0303; 
	background-position: center;
	background-image: url(images/banner5.jpg);
	height: 150px;
	width: 800px;
	margin-left: auto;
   margin-right: auto;
	padding: 0 0 0 0;
	}

	#header img {
		border: none;
	}


#navigation {
   color: #FFFFFF;
   background-color: #012c7a;
	width: 175px;
	min-height: 600px;
	height:auto !important;
   height:600px;
	margin: 0px;
	border-style: solid solid none solid;
	border-color: #3D261D;
	border-width: 1px;
	border-top: 0px;
	}
	
	#navigation ul {
		list-style: none;
		margin: 0;
		padding: 0;
		}
	
	
#navigation li a {
	height: 32px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
	height: 24px;
  	text-decoration: none;
	}	
	
#navigation li a:link, #navigation li a:visited {
	color: #FFFFFF;
	display: block;
	background:  url(images/navigation1.gif);
	background-repeat: repeat-x;
	padding: 8px 0px 0px 10px;
	}
	
#navigation li a:hover {
	color: #FFFFFF;
	background:  url(images/navigation1.gif) 0 -32px;
	padding: 8px 0px 0px 10px;
	}	
	
#inspiration {
	padding: 0 10px 0 10px; 	
	}
	
	#inspiration span {
		text-decoration: underline;
	}
		
#text {
   font-family: Arial, Helvetica, sans-serif;
   background-color: #FFFFFF;
   min-height: 250px;
	height:auto !important;
   height:250px;
	padding: 10px 30px 10px 30px;
	text-align: justify;
}

	#text h1 {
		padding: 20px 0 0 0;
		margin: 0;
		}
	
	#text a, #text img {
		border: none;
	}

	
#imgright {
	float: right;
	padding: 0px 0px 0px 10px;
	text-align: center;
}

#imgrighth {
	float: right;
	padding: 5px 5px 0px 0px;
}

#imgleft {
	float: left;
	padding: 0px 10px 0px 0px;
	text-align: center;
}
#footer {
	background-color: Black;
	width: 800px;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 10px 0 0 0;
	}
	
	#footer a {
		color: #FFFFFF;
		}
		
	#footer a:hover {
		color: #A8B7F0;
	}


form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:90% verdana,arial,sans-serif;
  margin: 20;
  padding: 0;
  min-width: 500px;
  max-width: 560px;
  width: 560px; 
  text-align: left;
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
	color: #000000;
	border-color: #520100;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 250px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}


