/*Amanda Pratt Photography*/
body {
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:90%;
	}
img {
	border:0;
	}
a {
	color: #5bb3c2;
	}
a:visited {
	color: #F9C;
	}
a:active {
	color: #0F0;
	}
a:hover, a:hover img {
	color: #c1e73e;
	}
h1, h2, h3 {
	font-family: Georgia,verdana, serif;
	color:#a1c034;
	}
h1 {
    font-size:1.6em;
	}
h2 {
    font-size:1.35em;
	padding-top:.5em;
	}
ul {
	list-style-type: none;
	}
/*Header*/
#myHeader {
    width:100%;
	height:175px;
	text-align:center;
	}
#myHeader a img, a:hover img {
	border:0;
	}
/*Navigation*/
#navcontainer {
	padding:.2em 0;
	}
#navcontainer ul {
    margin:0;
    padding:0;
    list-style-type: none;
    text-align:center;
	}
#navcontainer ul li {
	font-size:1.05em;
    display: inline;	
	}
#navcontainer ul li a {
    text-decoration: none;
	font-weight:bold;
    padding: .2em .3em;
	}
#navcontainer ul li a:hover {
	font-weight:bold;
	}
/*Container*/
.container {
	position:relative;
	margin:0 10px 0 10px;
	padding:0;
	clear:both;
	}
.space {
	clear:both;
	}
/*Portfolio Pages*/
#page_content {
	text-align:center;
	}
#page_content a:hover img {
	border:1px solid #c1e73e;
	}
#page_content a img {
	border:1px solid transparent;
	}
/*Misc*/
.smallPrint p{
	clear:both;
	font-size:.7em;
	text-align:center;
	padding:5px 0 5px 0;
	}
.social {
	text-align:center;
	}
.social img {
	margin:0 20px 0 20px;
	}
.left img {
	clear:both;
	float:left;
	margin:15px 15px 0 0;
	}
.right img {	
	clear:both;
	float:right;
	margin:15px 0 0 15px;
	}
.center {
	text-align:center;
	}
/*Footer*/
#myFooter {
	clear:both;
	padding:15px 0 15px 0;
	text-align:center;
	font-size:.9em;
	}