/* CSS Document */

body {
	font-family: Helvetica, Arial, sans-serif;
	vertical-align: top;
	background: #7d7e7d; /* Old browsers */
	background: -moz-linear-gradient(45deg, #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #7d7e7d), color-stop(100%, #0e0e0e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, #7d7e7d 0%, #0e0e0e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, #7d7e7d 0%, #0e0e0e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, #7d7e7d 0%, #0e0e0e 100%); /* IE10+ */
	background: linear-gradient(45deg, #7d7e7d 0%, #0e0e0e 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e', GradientType=1 ); /* IE6-8 fallback on horizontal gradient */

}
/*.container {
	background: #FFF;
	box-shadow: 10px 10px 10px #444;
	border-radius: 25px;
	width: 570px;
	height: 800px;
}*/
td {
	vertical-align: top;
}
img.photo {
	border: 2px outset #DDD;
	border-radius: 15px;
}
/* h1 {
	font-size: larger;
	color: #25365e;
	padding-top: 10px;
}
.article {
	width: 625px;
	border-left: 2px solid #25365e;
	color: #000;
	font-size: .9em;
	text-align: justify;
	padding-right: 10px;
	padding-left: 5px;
	line-height: 1.25em;
}
p, li {
	color: #000;
	text-align: justify;
	line-height: 1.25em;
}
.header {
	border-bottom: 2px solid #25365e;
	vertical-align: bottom;
	padding: 10px;
}
.button {
	color: #25365e;
	font-weight: bold;
	line-height: 2.5em;
	padding-top: 5px;
}
.nav {
	height: 40px;
	width: 175px;
}
.icon {
	line-heigh: 2.5em;
	float: left;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}
.icon img:hover {
	-webkit-transform: scale(1.2) rotate(360deg);
	-o-transform: scale(1.2) rotate(-2deg);
	-ms-transform: scale(1.2) rotate(-2deg);
	transform: scale(1.2) rotate(-2deg);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
a:link, a:visited {
	color: #25365e;
	font-size: 1em;
	text-decoration: none;
}
a:hover, a:active {
	color: #CCF;
	font-size: 1em;
	text-decoration: nono;
}
.button a:link, .button a:visited {
	color: #25365e;
	text-decoration: none;
	margin-left: 10px;
}
.button a:hover, .button a:active {
	color: #708ba4;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.quote {
	padding: 10px;
	font-style: italic;
	color: #000;
	background: #CCF;
	border: 6px outset #CCF;
	font-family: Lucida, times, Times New Roman, serif;
	border-radius: 15px;
} */

