/* pepetech portfolio *************************************************************************************/
/* http://www.electronation.hu ****************************************************************************/

/******************************************************************************************************/
/* STYLE **********************************************************************************************/
/******************************************************************************************************/
a{
	color: #7C7C7C;
	text-decoration: none;
}
a:hover{
	color: #000000;
	text-decoration: none;
}
.logo{
	padding: 10px 0px 0px 100px;
}
.menu{
	padding: 7px 0px 0px 110px;
    font-size: 15px;
    font-weight: bold;
    font-variant: small-caps;
  font-family: Calibri
}
.menu a{
	padding-right: 10px;
	color: #7C7C7C;
	text-decoration: none;
    font-weight: bold;
}
.menu a:hover{
	color: #FF0000;
	text-decoration: none;
}
.content a:hover{
    color: #FF0000;
}
.content8 a{
    font-weight: bold;
}
.content8 a:hover{
    color: #FF0000;
}
.title{
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
}

.author{
	font-size: 11px;
	font-weight: normal;
	margin-top: 0px;
}
.footer{
	text-align: center;
	margin-top: 50px;
	font-weight: normal;
    font-size: 11px;
}
.footer a:hover{
    color: #FF0000;
}

