@charset "utf-8";
/* CSS Document */

html, body {
	width:100%; 
	height:100%;
	margin:0;
	padding:0;
	background:#fff;
	background-image:url(../images/siteImages/alt_backgroundTile.gif);
	}

body {
	display:-webkit-box;  
	-webkit-box-pack:center;
	-webkit-box-align:center;
	display:-moz-box;
	-moz-box-pack:center;
	-moz-box-align:center;
	display:box;
	box-pack:center;
	box-align:center;
	}

#body {
	-webkit-box-flex:1;
	-moz-box-flex:1;
	box-flex:1;
	max-width:50em;
	margin:0 auto;
	padding:1em;
	color:#000;
	background:#ccc;
/*	border:thin black solid; */
	height: 40em;
	-webkit-box-shadow: 15px 15px 8px rgba(9,9,9,0.6);
	-moz-box-shadow: 15px 15px 8px rgba(9,9,9,0.6);
	box-shadow: 15px 15px 8px rgba(9,9,9,0.6);		
	
	-moz-border-radius: 15px 50px 15px 0px;
	-webkit-border-top-right-radius: 50px;
	-webkit-border-bottom-left-radius: 0px;
	border-radius: 15px 50px 15px 0px;
	}

#non	{
	background-image:url(../images/siteImages/bulldogClip.gif); 
	z-index:100;
	background-repeat:no-repeat;
	margin-left: -0.5em;
	margin-top:-3.1em;
	padding:.8em 3.6em 4em 2em;
	position:absolute;	
	-moz-transform:rotate(-30deg);
	-webkit-transform:rotate(-30deg);
	transform:rotate(-30deg); 
	}
	
#eddieduggan {
	text-shadow:2px 8px 6px rgba(0,0,0,0.5);
	}

#badmedia {
	padding: 0.65em 1.2em 0.5em 0.2em;	
	background-color:red;
	text-shadow: 2px 2px 1px rgba(204,204,204,1);
	-webkit-box-shadow: 5px 5px 10px;
	-moz-box-shadow: 5px 5px 10px;
	box-shadow:5px 5px 10px;
	-moz-border-radius: 20px 0 0 0;
	-webkit-border-radius: 20px 0 0 0;
	border-radius: 20px 0 0 0;
	}

#b {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	}

#a {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:lowercase;
	}

#d {
	font-family:"Courier New", Courier, monospace;
	text-transform:uppercase;
	}
		
#m {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	}

#e {
	font-family:Arial, Helvetica, sans-serif;
	text-transform:lowercase;
	}

#d2	{
	font-family:"Times New Roman", Times, serif;
	text-transform:lowercase;
	}

#i {
	font-family:"Courier New", Courier, monospace;
	text-transform:lowercase;
	}

#a2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	}

#signature {display:inline; margin:-3em 0 -4em 4em; 
	-moz-transform:rotate(-12deg);
	-webkit-transform:rotate(-12deg);
	transform:rotate(-12deg); 
}

nav {
	float:right; 
	margin-top:-2em; 
	margin-right:2em;
	background: #eee;
	padding:0 .5em;
	font-variant:small-caps;
	-webkit-box-shadow:5px 5px 10px;
	-moz-box-shadow:5px 5px 10px;
	box-shadow:5px 5px 10px;		
	}

#words {
	display:inline-block; 
	width:3em;
	}

nav > a:link, nav > #words > a:link {
	text-decoration: none;
	}

nav > a:visited, nav > #words > a:visited {
	text-decoration: none;
	}

nav > a:hover, nav > #words > a:hover  {
	text-decoration: none;
	font-weight:bold
	}

nav > #words > a:hover  {
	display:inline-block; 
	width:3em;
	}

nav > a:active, nav > #words  > a:active {
	text-decoration: underline;
}

.secondaryNav {
	margin-top:1em;
	position:absolute;
	bottom:11em;
	left:18em;
}

header, h1, h2, h3, p {font-family: Tahoma, Geneva, sans-serif;}
h1 {font-size:x-large;}

p {
	line-height:1.8;
	}

header > h2 {padding-top:1em; width:6em; margin:auto;}
/* creates a subtle inset text efect*/
header > h2 {text-shadow: 1px 1px 0  #fff;}
 
.verticalPortrait {
	float:left; 
	padding-right:1em; 
	margin-top:.2em;
	}
.horizontalPortrait {
	float:left;
	padding-right:1em;
	margin-top:.2em;
	}
	
article {padding-bottom:4em;}	

/* columns on the review page */


#column1 {
	font: .9em/2em Tahoma, Geneva, sans-serif;
	list-style-type:none;
	border:thin black solid;
	background-color:#FCF;
	width:35%;
	float:left;
	margin-left:3em;
	padding: 1em;
	-webkit-box-shadow: 5px 5px 10px;
	-moz-box-shadow: 5px 5px 10px;
	box-shadow:5px 5px 10px;
	-moz-border-radius: 0 15px 50px 15px;
	-webkit-border-radius: 0 15px 50px 15px;
	border-radius: 0 15px 50px 15px;
	 	
	}
#column2 {
	font: .9em/2em Tahoma, Geneva, sans-serif;
	list-style-type:none;
	border:thin black solid;
	background-color:#FCF;
	width:35%;
	float:right;
	margin-right:3em;
	padding:1em;
		-webkit-box-shadow: 5px 5px 10px;
	-moz-box-shadow: 5px 5px 10px;
	box-shadow:5px 5px 10px;
	-moz-border-radius: 0 15px 50px 15px;
	-webkit-border-radius: 0 15px 50px 15px;
	border-radius: 0 15px 50px 15px;
	}

#column1 > li > a:link, #column2 > li > a:link {
	text-decoration:none;
	}
#column1 > li > a:visited, #column2 > li > a:visited {
	text-decoration:none;
	}

#column1 > li > a:hover, #column2 > li > a:hover {
	text-decoration:none;
	background-color:#6F6;
	}

#column1 > li > a:active, #column2 > li > a:active {
	text-decoration:none;
	}

