@charset "utf-8";
body {
	font: 100% Georgia, serif;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
}

body.photography {
	font: 100% Georgia, serif;
	background: #000;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #FFF;
}

.pic img {
 	position: absolute;
	bottom: 0;
	left: 2em;
	z-index: 5;

}

 #container{
	width: 40em; 
	background: #FFFFFF;
	margin: 0 auto; 
	position: relative;
	text-align: right; 
	border-bottom: 15px solid #000;
	height: inherit;	
}

body.photography #container{
	width: 40em; 
	background: #000;
	margin: 0 auto; 
	position: relative;
	text-align: right; 
	border-bottom: 15px solid #FFF;
	height: inherit;	
}

body.home #container{
	border-bottom: 15px solid #000;
	height: 550px;
}

body.home p{
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
	position: relative;
	z-index: 2000;	
	top: 0;

}

* html body.home p{
	margin-top: -65px;
}
	
body.dogs #container{
	border-bottom: none;
}
	
 #header { 
	background: #FFF; 
	padding: 0; 
	margin: 10px 0 15px 0;

	
} 

body.photography #header { 
	background: #000; 
	
	
}
 #header h1 {
	margin:0;
	padding: 10px 0 30px 0; 
	font-size: 3em;
	position: relative;
	z-index: 20;
}

h2 {
	margin:0;
	padding:5px 10px 0 0; 
	font-size: 2em;
	position: relative;
	z-index: 20;
	color: #000000;

}

h3 {
	margin:-20px 0 20px 0;
	padding:0; 
	font-size: 3em;
	color: #000000;
	text-align: center;
	font-style: italic;

}

 #mainContent {
	padding: 0 20px; 
	background: #FFFFFF;
	text-align: right;
}


.sxsw #mainContent {
	padding: 0 20px; 
	background: #FFFFFF;
	text-align: center;
	
}

.photography #mainContent {
	padding: 0 20px; 
	background: #000000;
	text-align: center;
	
}

.sxsw #mainContent img {
	margin: 10px 0; 
	height: 500px;
	
}
 #footer { 
	padding: 0 10px; 
	background:#fff;
	text-align: right;
	width: 40em; 
	margin: 0 auto; 
	
} 

body.photography #footer { 
	padding: 0 10px; 
	background:#000;
	text-align: right;
	width: 40em; 
	margin: 0 auto; 
	
} 
#footer p {
 	font-size: .6em;
	margin-right: 30px;
	padding: 10px 0; 
	position: relative;
	bottom: 0;
	right: 0;

}

div.photos  {
margin: 0 30px;

}


div.photos img {
margin:10px;
padding: 5px;
float:left;
}

body.photography a:link {color:#fff; text-decoration: none;}   
a:link {color:#000; text-decoration: none;}    
a:visited {color:#FF6633; text-decoration: none;}  
a:hover {color:#FF9933; text-decoration: none;}   
a:active {color:#666666; text-decoration: none;}  

ul {list-style:none; position: relative; z-index: 100;}

.home ul {position: absolute; bottom: 1em; right: 2em;}

.cpe {color: #33FFCC; font-weight:bold;}
.asca {color: #66FF00; font-weight:bold;}
.usdaa {color:#660000; font-weight:bold;}
.akc {color: #006600; font-weight:bold;}
.nadac {color: #6600CC; font-weight:bold;}
.tdaa {color: #99ccff; font-weight:bold;}

.about ul {list-style:none;  width: 100%; text-align: center; margin: 0 auto 10px 0; padding: 0;}

li {font-size: 1.5em;}

.about li {display: inline; padding: 5px;}

.about li.photographer {font-size: 4em;}
.about li.developer {font-size: 1.5em;}
.about li.grammar {font-size: 3em;}
.about li.journalist {font-size: 3.5em;}
.about li.zoo {font-size: 6em;}
.about li.traveler {font-size: 1em;}
.about li.30rock {font-size: 2em;}
.about li.developer {font-size: 2.5em;}

div.po, div.thor, div.fred {height: 370px; border-bottom: 15px solid #000;}
 
div.po p, div.thor p, div.fred p {width: 40%;}

div.po {background: url(../images/pocutout3.gif) bottom right no-repeat #fff; position: relative; z-index: 1;text-align: left;}

div.thor {background: url(../images/thorcutout3.gif) bottom right no-repeat #fff; margin-top: 10px;text-align: left;}

div.francine {background: url(../images/francutout.gif) bottom right no-repeat #fff; margin-top: 10px; border-bottom: 15px solid #000; height:400px;text-align: left;}

div.fred {background: url(../images/fredcutout3.gif) bottom right no-repeat #fff; margin-top: 10px; text-align: left;}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

/*

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
} */
