@charset "utf-8";
/* CSS Document */

body{
background-attachment:fixed;
	background-repeat:repeat;
	background-color: #E9E6D3;

margin:0px;
}

#scrollable{
height:768px;
}
#navcontainer{
width:1024px;
}
.staticnav{
position:fixed;

height:50px;
top:20px;
left:190px;  


}

#about{

height:768px;
width:1024px;
background-image:url(../images/section_01.png);
}

#portfolio{

height:768px;
width:1024px;
background-image:url(../images/section_02.png);
}
#resume{
height:768px;
width:1024px;
background-image:url(../images/section_03.png);
}
#updates{

height:768px;
width:1024px;
background-image:url(../images/section_04.png);
}

#contact{

height:768px;
width:1024px;
background-image:url(../images/section_05.png);
}



/* TOOL TIPS */
         .dvhdr1 {
            background:#F3F0E7;
            font-family:Century Gothic;
            font-size:14px;
            font-weight:bold;
            border:1px solid #C8BA92;
            padding:5px;
            width:100%;
			color:#669900;
         }
         .dvhdr2 {
            background:#F3F0E7;
            font-family:Century Gothic;
            font-size:14px;
            font-weight:bold;
            border:1px solid #C8BA92;
            padding:5px;
            width:100%;
			color:#29ABE2;
         }	
	     .dvhdr3 {
            background:#F3F0E7;
            font-family:Century Gothic;
            font-size:14px;
            font-weight:bold;
            border:1px solid #C8BA92;
            padding:5px;
            width:100%;
			color:#00253F;
         }		 
		 	 
         
         .dvbdy1 {
            background:#FFFFFF;
            font-family:Century Gothic;
            font-size:12px;
            border-left:1px solid #C8BA92;
            border-right:1px solid #C8BA92;
            border-bottom:1px solid #C8BA92;
            padding:5px;
			width:100%;
           
         }
		 
		 
/* COPY */

.header{
font-family:"Century Gothic";
font-size:20pt;
font-weight:bold;
text-shadow:#666666;

}
a.header:link{
font-family:"Century Gothic";
font-size:20pt;
font-weight:bold;
text-decoration:none;
color:#333333;
}
a.header:visited{
font-family:"Century Gothic";
font-size:20pt;
font-weight:bold;
text-decoration:none;
color:#333333;
}
a.header:hover{
font-family:"Century Gothic";
font-size:20pt;
font-weight:bold;
text-decoration:underline;
color:#333333;
}
a.header:active{
font-family:"Century Gothic";
font-size:20pt;
font-weight:bold;
text-decoration:none;
color:#333333;
}



.copy{
font-family:"Century Gothic";
font-size:10pt;
color:#333333;
}
a.copy:link{
font-family:"Century Gothic";
font-size:10pt;
color:#333333;
text-decoration:underline;
}
a.copy:visited{
font-family:"Century Gothic";
font-size:10pt;
color:#333333;
text-decoration:underline;
}
a.copy:hover{
font-family:"Century Gothic";
font-size:10pt;
color:#333333;
text-decoration:none;
}
a.copy:active{
font-family:"Century Gothic";
font-size:10pt;
color:#333333;
text-decoration:underline;
}

/*text colors*/
.style1 {color: #7A9124}
.style2 {color: #29ABE2}
.style3 {color:#333333}
.style4 {color: #00253F}
.style5 {
	color:#996600
}

/*section specific text effects*/
.newstexton{
background-color:#FFFFFF;
padding: 10px 10px 10px 0px;
}
.newstextoff{
background-color:#999999;
padding: 10px 10px 10px 0px;
}
.contacttext{
font-size:11px;
}


/*images*/

.picleft{
padding-right:15px;
}

/* Form Button */
.inputbtn{ background-color: #29ABE2;
border-color: efefef;
color: white;
font-family:"Century Gothic";
font-weight: bold;
font-size: 11px;
}
INPUT{
border-width : 1px 1px 1px 1px;
border-color : #29ABE2;
border-style : solid;
font-family:"Century Gothic";
font-size: 11px;
}
TEXTAREA{
border-width : 1px 1px 1px 1px;
border-color : #29ABE2;
border-style : solid;
font-family:"Century Gothic";
font-size: 11px;
}
.radio{
border-width : 1px 1px 1px 1px;
border-color : #29ABE2;
border-style : solid;
}

/*twitter*/
small {font-style:italic; }

#tweet {
height: 200px;
width: 360px;
margin:0px;
padding:0px;
padding-right:20px;
float:right;
}

#tweet li {
font-family:"Century Gothic";
font-size:10pt;
background:url(../images/twitterbullet.png) no-repeat left top;
padding-left:28px;
list-style-type:none;
height:75px;
line-height:11pt;
vertical-align:top;
}

a.tweetlinks:link { text-decoration:underline; color:#333333; }
a.tweetlinks:active { text-decoration:underline; color:#333333;}
a.tweetlinks:hover { text-decoration:none; color:#0066CC;}
a.tweetlinks:visited { text-decoration:underline; color:#333333;}

#tweet .hash { color:#0066CC; } 

#tweet .reply { color:#0066CC; } 

.twitterStatus {
font-size:10pt;
color:#00253F;
}

.twitterTime{
font-size:8pt;
color:#00253F;
padding-bottom:25pt;
}
a.twitterTime:link { text-decoration:none; color:#0066CC; }
a.twitterTime:active { text-decoration:none; color:#0066CC;}
a.twitterTime:hover { text-decoration:underline; color:#00253F;}
a.twitterTime:visited { text-decoration:none; color:#0066CC;}
