/* CSS Document */

html {
	background: url(../img/bg/ECG_WebSplash_v1b.jpg) no-repeat center top;
	background-color: #eeeeee;
}

body {	
	font-family:Georgia, serif;
	margin:0px;
	padding:0px;

	}

h1{
	font-family: 'Sorts Mill Goudy', serif;
	font-size:32px;
	color:#999;
	font-weight:normal;
	letter-spacing: .005em;
	line-height:1em;
	margin: 5% 0 0 3%;
}

h2{
	font-family: 'Sorts Mill Goudy', serif;
	font-size:16px;
	color:#666;
	font-weight:normal;
	font-style: italic;
	letter-spacing: .01em;
	line-height:1.5em;
}

p {
color:#ccc;
font-size:12px;
line-height:1.5em;
}

p a{
color:#999;
font-size:11px;
text-decoration:none;
}

p a:hover{
color:#eee;
font-size:11px;
text-decoration:underline;
}

a {
text-decoration:none;}

a:hover {
text-decoration:underline;
}

img {
max-width: 100%; 
}

ul {
font-size:11px;
color:#333;
text-align: center;}

ul a {
color:#333;
text-decoration:none;
}

ul a:hover {
color:#707070;
text-decoration:underline;
}

li {
line-height:24px;
list-style-type: none; 
margin-left:10px;
}

#container{
width:100%;
height: 100%;
padding:0px;
margin:0px;
}

#header{
width:100%;
margin:0px;
padding:0px;
}

#title{
text-align: center;
margin:1% 10% 3% 10%;
padding:0;
}

#content{
width:100%;
height:100%;
text-align: center;
margin:5% 25px;
padding:0;
}



#footer{
height:100%;
color:#ccc;
font-size:10px;
font-family:Georgia;
text-align: center;
margin:1% 10% 3% 10%;
padding:0 0 0 25px;
}


#footer a{
color:#707070;
text-decoration:none;
}

#footer a:hover {
color:#ccc;
text-decoration:underline;
}



.hova:hover {opacity:0.5;
filter:alpha(opacity=50);}


/* MASONRY */


.item {
  width: 450px;
  margin: 10px;
  float: left;
}



		