﻿body
{
	background-image: url(../Images/VivaBg2.png);
	background-repeat: repeat;
}

a { color: #0042FF; font-weight:600; }
a:link {text-decoration:none;}    /* unvisited link */    
a:visited {text-decoration:none;} /* visited link */
a:hover {text-decoration:none; color:Red;}   /* mouse over link */
a:active {text-decoration:none;}  /* selected link */

.page
{
    width: 690px;
    margin: auto; 
    position:relative;
}

H2
{
    font-family: Helvetica, Serif;   
    margin-bottom:0px; 
}

blockquote
{
    font-style:italic;    
}

strong
{
    font-weight:800;
    }

li
{
    margin-bottom: 0.30em;
}

.blogPostTitle
{
    font-size: 1.1em;
}
.blogPostDateAuthor
{
    font-size: 0.75em;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #999;
}
.blogPostSummary
{
    font-size: 1em;
}

.content
{
    width: 580px;
    left: 160px;
    position:absolute;
    
	font-family: Georgia;
	color:#333;
}

#languages
{
  	position:absolute;
	top:0px;  
	left:674px;
}

#logo
{
	position:absolute;
	top:10px;
	width:120px;
	left: 10px;
}

#pitch
{
	font-family:Helvetica;
	font-size:1em;
	position:absolute;
	left: 420px;
	top:40px;
	width:230px;
	text-align:left;
	line-height: 1.15em;
	color:#666666;
    letter-spacing: 0.02em;
}

#footer
{
	font-family:Georgia, Serif;
	font-size:0.60em;
	color: #666666;
	position:relative;
	top: 50px;
	padding-bottom: 20px;
}

#content
{
	position:absolute;
	top: 220px;
}

#menu
{
    position:absolute;
	top:160px;
	left:20px;
	width:120px;
	font-family:Helvetica,Serif;
	line-height: 1.50em;
	letter-spacing: 0.12em;
	text-align:left;
    }

#menu ul
{
    list-style-type:none;
	margin: 0;
	padding: 0;
}

#menu li a
{
    text-decoration: none;
}

#creativity
{
	left:0em;
}
#simplicity
{    
	left:230px;
}
#excellence
{
	left:460px;
}
.techWord
{
    color:#666;
    font-weight:bold;
    }
.simplWord
{
    color:Blue;
    font-weight:bold;
    }
.creatWord
{
    color:Red;
    font-weight:bold;
    }
.author
{
    text-align:right;
    font-style:italic;
    }
    





 
 