/* 
	"kaleidoscope", by Stan Davis, stanIam.com.

	All images, photos and vector art present on this design, are copyrighted by Stan Davis, stanIam.com.
	To see more of my work, you can go to http://www.stanIam.com
	
*/


/* basic elements */
html {
	margin: 0px;
	padding: 0px;
}
body { 
	font: .9em/1.6em Verdana, Arial, Helvetica, sans-serif; 
	color: #000000; 
	/*background: #ffffff url(../images/basic_BG.gif) repeat;*/
	background: #333;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
p { 
	margin-top: 0px; 
	text-align: justify;
}
ul { 
	margin-top: 0px; 
}
h2 { 
	font: bold 1.4em Verdana, Arial, Helvetica, sans-serif; 
	margin: 0; 
	padding:0 10px;
	background-color:#000;
	color: #fff;
	text-align: right;
}
h3 { 
	font: italic 1.2em Verdana, Arial, Helvetica, sans-serif; 
	letter-spacing: 1px;
	margin-left:15px; 
	margin-bottom: 0px; 
	color: #999999;
}
h4 { 
	font: bold .9em Verdana, Arial, Helvetica, sans-serif; 
	letter-spacing: 1px; 
	margin: 0px;
}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #00c;
}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #009;
}
a:hover, a:active { 
	text-decoration: underline; 
	color: #00f;
}
acronym {
	border-bottom: none;
}


/* specific divs */
#container { 
	margin: auto 0px; 
	width: 770px;
	margin: 10px auto;
	text-align: left;
}

#title h1 { 
	display:none
}
#subtitle h2 { 
	display:none
}
	
#supportingText {	 
	background: transparent url(../images/bodyBG.gif) repeat-y 226px top;
	padding: 0 32px 20px 242px; 
	margin: 0;
}
	
#supportingText P{	 
	padding: 0 20px; 
}

#linkList {
	clear: both;
	position: absolute; 
	top: 242px; 
	width:224px;
}
#linkList2 { 
	font: .8em verdana, sans-serif; 
	padding: 0; 
}
#linkList h3 { 
	background-color:#900;
	border:2px solid #000;
	padding: 2px 0px 2px 6px;
	margin:3px 0;
	color:#fff;
	font-weight:bold;
}

#linkList h3 span {
	font: bold .8em Verdana, Arial, Helvetica, sans-serif; 
	letter-spacing: 1px; 
}

#linkList2 DIV{
	margin: 0; 
	padding:0;
	margin-left: 24px;
}

#linkList ul {
	margin: 0px;
	padding: 0px;
	background-color:#000;
}

#linkList li {
	display: list-item; 
	padding: 2px 15px;
	list-style-type: none;
}
#linkList li a:link {
	color: #fff;
}
#linkList li a:visited {
	color: #ccc;
}
#linkList li a:hover { 
	text-decoration: underline; 
	color: #900;
}

#footer {
	height:60px;
	padding:33px 5px 0 250px;
	background: transparent url(../images/footerBG.gif) no-repeat 226px top;
	text-align:justify;
	vertical-align: middle;
	color:#fff;
}

#copyright {
	margin:0;
	font-size: .75em;
}

/* specific Classes*/
.formtable{
	padding-left: 20px; 
}
.failure{
	text-align:center;
	margin:0;
	padding:0 15px;
	color:#C00;
}
.success{
	text-align:center;
	margin:0;
	padding:0 15px;
	color:#0C0;
}

/* Specific Pages */
#portfolio UL{
	margin: 0px;
	padding: 0px;
}
#portfolio {
	padding: 0 0 0 40px;
}
#portfolio IMG{
	display: block;		
}
#portfolio LI {
	display: block;
	padding-top: 5px;
	margin-bottom: 5px;
}
	
#samples UL{
	line-height: 1.2em;
	padding: 0 25px;
	font-size: .8em;
}
	
#samples H4{
	font-size:1.2em;
	padding:10px 0 0 0;
	margin:0px;
}

#samples LI {
	display: block; 
	padding: 5px 0;
	list-style-type: none;
}
	
#resume {	 
	background: transparent url(../images/bodyBG.gif) repeat-y 226px top;
	padding: 0 32px 20px 242px;
	margin: 0;
}

#resume P{	 
	padding: 0 20px; 
}

#resume UL{
	margin: 0px;
	padding: 0px;
	padding: 0 20px 0 40px; 
}

#resume #experiance DIV{
	padding-top: 20px; 
}

#resume H4{
	padding-left: 20px; 
}



/* Signature */
#signature{font-size: .75em; font-family: Arial, Helvetica, sans-serif; text-align:right;padding-right:25px;margin:0;position:relative; top:-12px;}
#signature .letterI{font-size: 1.5em; font-weight: lighter; position: relative; top: .15em;}
#signature a{font-family: "Times New Roman", Times, serif; font-size: 1.2em; text-decoration: none; color: #c00;}
#signature a:link, #signature a:active, #signature a:visited{color: #c00;}
#signature a:hover{color: #fff; text-decoration: underline;}