﻿body
{
    background-color: #FFF;
    font-size: small;
    font-family: "Helvetica Neue", Arial, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #333;
}

/*h1, h2, h3, h4, h5, h6 
{
    font-family: Georgia, "Times New Roman", Roman, Serif;
}*/

h3 
{
    font-size: 150%;
}

h4 
{
    font-size: 120%;
}

a, a:hover, a:visited, a:link
{
    color: #FF7F05;
}

a:hover
{
    background:#FFEFDF;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

em
{
    color:#F00;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    background:url('images/bg-header.jpg') repeat-x top left;
    height:116px;
    color: #FFF;
}

.img-header 
{
    margin-top:30px;
}

#main-menu ul
{
    list-style:none;
}


#main-menu li
{
    font-size:150%;
    width: 80px;
    text-align:center;
    float: left;
    margin: 50px 3px 0 3px;
}

#main-menu a, #main-menu a:visited
{
    text-decoration: none;
    color: #FFF;
}

#main-menu a:hover
{
    color: #FF7F05;
    background:transparent;
}

#main-menu a.current
{
    color: #FF7F05;
}

#top-content
{
    background: #C3C3C3 url('images/bg-top-content.jpg') repeat-x top left;
    height:380px;
    color: #333;
    border-bottom: 1px solid #999;
}

#top-content1
{
    background: #C3C3C3 url('images/bg-top-content1.jpg') repeat-x top left;
    height:100px;
    color: #333;
    border-bottom: 1px solid #999;
}

#top-content h1, #top-content1 h1
{
    font-size: 250%;
	font-weight: bold;
	padding-top: 10px;
	line-height: 1.25em;
	text-shadow: 0px 1px 2px #666;
}

#top-content h2, #top-content1 h2 
{
    font-family: Georgia, "Times New Roman", Roman, Serif;
    font-size: 180%;
    font-weight:lighter;
    line-height:1.4em;
}

.content 
{
    margin-top:20px;
    margin-bottom:20px;
}

#footer
{
    color: #FFF;
    height:90px;
    background: url('images/bg-footer.jpg') repeat-x top left;
    line-height:1.4em;
    font-size:90%;
}

.footer-content
{
    margin-top:10px;
}

.footer-content-r
{
    margin-top:10px;
    text-align:right;
}

.footer-content-c
{
    margin-top:20px;
    text-align:center;
}

#post-footer 
{
    background-color:#FFF;
    color:#999;
    font-size:80%;
    text-align:center;
}

#contactform
{
    line-height: 1.3em;
    font-size: 110%;
    margin-top:20px;
}

#contactform label
{
    display:inline-block;
    width:100px;
    margin:3px;
}

.align-top
{
    vertical-align:top;
}

#contactform input
{
    margin:3px;
    width:200px;
    padding:3px;
}

#contactform input[type="submit"]
{
    height:30px;
    width:150px;
}

#contactform textarea
{
    margin:3px;
    width:500px;
    padding:3px;
}

#success
{
    border:green 1px solid;
    background-color:#D5FFD5;
    padding:10px 5px 10px 5px; 
    color:green;
    display:none;
}

#error
{
    border:red 1px solid;
    background-color:#FEE;
    padding:10px 5px 10px 5px;
    color:red;
    display:none;
}

.img-projects
{
    float:left;
    height:135px;
}
.desc-projects
{
    float:left;
}

#slider-content
{
    margin-top:10px;
}

.services
{
    margin-top:10px;
    position:relative;
}

.services a, .services a:hover, .services a:visited
{
    /*color:#FFF;*/
    text-decoration:none;
}

span.serv {
	position: absolute;
	color: white;
	font: 18px/1.25em Helvetica, Sans-Serif;
	background: rgb(0, 0, 0); /* fallback color */
	background: rgba(0, 0, 0, 0.5);
	width: 270px;
	top: 65px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}

#blog-posts
{
    margin-top:10px;
    border-right:1px solid #333;
    border-bottom:1px solid #333;
    border-top:1px solid #CCC;
    border-left:1px solid #CCC;
    padding:5px;
}

#blog-posts a, #blog-posts a:hover, #blog-posts a:visited
{
    color:#FF7F05;
    font-size:120%;
    font-weight:500;
}

.loghi
{
    text-align:center;
}

ul.loghi li
{
    margin:40px 0;
    text-align:center;
}

ul.loghi a:hover
{
    background:transparent;
}

.side-border
{
    border-right:1px solid #333;
    border-bottom:1px solid #333;
    border-top:1px solid #CCC;
    border-left:1px solid #CCC;
    padding:5px;
}

#description p
{
    margin-bottom:10px;
}

#description h4
{
    margin:20px 0 10px 0;
}

#description h3
{
    margin-bottom:10px;
}

#description ul
{
    list-style-type:disc;
    margin-left:20px;
}

.link-pdf
{
    display:block;
    float:left;
    height:33px;
    background:url('images/icona_pdf_s.jpg') no-repeat top left;
    padding-left:35px;
    line-height:33px;
    margin-bottom:20px;
}

.link-pdf:hover
{
    background:#FFEFDF url('images/icona_pdf_s.jpg') no-repeat top left;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

/*fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}*/

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

/* MISC  
----------------------------------------------------------*/
/*.clear
{
    clear: both;
}*/

/*.error
{
    color:#F00;
}*/

/*#menucontainer
{
    margin-top:40px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #F00;
    background-color: #FEE;
}

.validation-summary-errors
{
    border:1px solid #F00;
    background-color: #FEE;
    padding:5px;
    margin-top:5px;
    font-weight: bold;
    color: #ff0000;
}*/

