/* CSS FILE */
/* about.css */
/* styles by Rob Bain at skmatic.com */

body    {
	padding: 0px;
	margin: 0px;
        font-family: Perpetua,Georgia,Century,'Poor Richard',
	'Lucida Fax',serif;
        background-color: #6B6348;
        background-image: url(../images/triangle.gif);
        background-repeat: repeat;
}
p {
           margin: 0px;
           padding: 0px;
}
#about-container	{
	   position: relative;
           width: 700px;
           margin: 20px auto 30px auto; 
           background-color: #FFF;
           border-top: 10px solid #FFF;
           border-left: 10px solid #FFF;
           border-right: 10px solid #FFF;
           border-bottom: 10px solid #FFF;
}
#banner    {
	width: 700px;
	height: 170px;
	background-color: #48556B;
	padding: 0px;
	margin: 0px 0px 9px 0px;
}
#logo    {
	position: absolute;
	top: 25px;
	left: 30px;
}	
#logo img {
	border: none;
}
#tagline {
         position: absolute;
         top: 90px;
         left: 160px;
}
#nav     {
     height: 17px;
     margin-bottom: 10px;
}
ul#global   {	
	padding: 0px;
	margin: 0px;
}
#nav li {
          list-style: none;
          float: left;
          padding: 10px;
          margin-left: 0px;
          display: inline;
          padding:0px;
          text-align: center;
}
ul#global a {
	display: block;
	color: #000;
	background-color: #B8B57B;
	width: 140px;
        text-decoration: none;
        font-size: 15px;
	font-weight: bold;
}
ul#global a:hover {
	color: #EEE;
	background-color: #48556B;
}
#about-content  {
	width: 700px;
}
#about-content a:link {
        color: #000;
        text-decoration: none;
	font-weight: bold;
        border-bottom: 1px solid #7B92B7;
}
#about-content a:visited {
        color: #000;
        text-decoration: none;
        font-weight: bold;    
        border-bottom: 1px solid #7B92B7;
}                      
#about-content a:hover {
        background-color: #48556B;
        color: #EEE;
}
#about-content p {
}
#about-intro {
        position: relative;
        margin: 0px 0px 10px 0px;
        background-color: #B8B8B8;
        /*background-image: url(../images/portfolio-bg.gif);
        background-repeat: repeat-y;*/
}
#about-intro p {
        padding: 30px 20px 30px 20px;
        font-size: 15px;        
        font-family: Georgia, serif;
	line-height: 21px;
        background-image: url(../images/content_bg_dots.gif);
        background-repeat: no-repeat;
        background-position: 50% 10px;
        text-indent: 20px;
}
#about-intro p:first-letter {
        font-size: 20px;
}
h1.about-heading {
        padding: 5px 0px 5px 5px;
        margin: 0px 0px 0px 0px;
        font-size: 25px;   
        color: #EEE;  
        background-color: #48556B;
        border-bottom: 10px solid #FFF;
}
h2       {
        padding: 5px 0px 5px 5px;
        margin: 0px 0px 0px 0px;
        font-size: 25px;
        color: #EEE;
        background-color: #48556B;
        border-bottom: 10px solid #FFF;
	border-top: 10px solid #FFF;
}
#face    {
	float: right;
	padding: 0px 0px 0px 0px;
        margin: 0px;
}  
#footer  {
        width: 700px;
        height: 40px;
        background-color: #48556B;
}
#footer p {
        position: relative;
        top: 12px;
        margin: 0px;
	color: #CCC;
	font-weight: bold;
        text-align: center;
}
#footer a:link {
        color: #CCC;
        text-decoration: none;
        border-bottom: 1px solid #7B92B7;
}                
#footer a:hover {
        background-color: #7B92B7;
	color: #EEE;
}
span#copy {
	border-right: 2px solid #CCC;
	padding-right: 10px;
	margin-right: 5px;
}
span#mod  {
        border-left: 2px solid #CCC; 
        padding-left: 10px; 
        margin-left: 10px;
}                       

	/* EVALUATION */

#feedback-thumb {
	position: relative;
	float: right;
	border: none !important;
}
#feedback-thumb a:link {
        color: none;
        text-decoration: none;
        font-weight: none;
        border-bottom: none;
}
#feedback-thumb a:hover {
        color: none;
        text-decoration: none !important;
        font-weight: none !important;
        border-bottom: none !important;
	background-color: none !important;
}
#feedback-thumb img {
	border: none;
}
