﻿/*
CSS for BerriganPhotography.com
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	color: #FFAB73; 
 	background-color: #17180e;
}

p {
	color: #ffffff;
}

h1 {
	color: white;
	font-size: 200%;
	padding-top: .2em;
	padding-left: .2em;
	padding-bottom: .2em;
	margin: 0;
	background: #A7CC5C url(repeating_clover.jpg) repeat left;
}

h2 {
	color: #ffcd73;
	background: #280246;
	border-top: 2px solid #FFAB73;
	border-bottom: 2px solid #FFAB73;
	padding-top: .1em;
	padding-bottom: .1em;
	padding-left: .2em;
}

h3 {
	color: #ffcd73;
	font-size: 110%;
}


#tagline p {
	font-style: italic;
	color: #a7cc5c;
	background-color: #280246;
	border-top: 3px solid #ffcd73;
	border-bottom: 3px solid #ffcd73;
	padding-top: .2em;
	padding-bottom: .2em;
	padding-left: .8em;
}

#navigation, #bodycontent, #header {
	position: absolute;
}

#navigation {
	top: 170px;
}

#bodycontent {
	top: 125px;
}

#navigation {
	left: 80 px;
	width: 183px;
	border: 2px dotted #ffcd73;
	background-color: #280246;
	padding-top: .2em;
	padding-bottom: .2em;
	padding-left: .8em;
}

#navigation p {
	color: #a7cc5c;
}

#header {
	background-color: #17180e;
	width: 100%;
}

#bodycontent {
	background-color: #17180e;
	left: 200px;
	padding-left: .8em;
}

#table p {
	text-align: center;
	font-size: small;
	padding-left: .4em;
	padding-right: .4em;
}

#table img {
	border: #333336;
}

#footer p {
	text-align: center;
	color: #FFFFFF;
	border-top: 3px solid #a7cc5c;
	border-bottom: 3px solid #a7cc5c;
	padding-top: .2em;
	padding-bottom: .2em;
	padding-left: .1em;
	background: #669900 url(footer.jpg) repeat left;
}

a:link {
	color: #A7CC5C;
}

a:visited {
	color: #bc559d;
}

a:hover {
	color: A40000;
	background-color: #49066D;
}

a:active {
	color: A40000;

}

.nav {
	font-size: small;
	font-weight: bold;
	text-transform: uppercase;
	}

.style3 {
	text-align: center;
	font-size: small;
	}

.style4 {
	padding-left: 28em;
	font-size: small;
}

img.floatright { 
    float: right; 
    clear: right; 
    margin: 4px; 
}

img.floatleft { 
    float: left; 
    margin: 4px; 
}

.galleryphoto p {
	font-size: 65%;
	font-weight: bold;
	margin-top: 0;
	width: 430 px;
	line-height: 1.4em;
	color: gray;
}
	

.galleryphoto img{
	border: 10px solid black;
}

.postcard img{
	border: 5px solid white;
}


#picpop {
	background-color: #17180e;
	left: 10px;
	position: relative;
	top: 10px;
	width: 135px;
}

#picpop a .large {
	
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#picpop a.p1:hover {
	background-color: #17180e;
	color: #111111;
	text-decoration: none;
}

#picpop a.p1:hover .large {
	border: 1px solid #000000;
	display: block;
	height: 348px;
	left: 150px;
	position: relative;
	top: -60px;
	width: 500px;
}


