/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*the above code is a CSS reset */



@charset "UTF-8";

body { 
	background-color: #333; 
}

#wrapper {
	margin: auto;
	height: 1000px;
	width: 960px;
}
#banner {
	margin: auto;
	height: 225px;
	width: 960px;
}

header {display:inline;
}

#logo {
	margin-left: 80px;
	padding-top: 60px;
}

#pLinks {
		display: inline;
		margin-left: 562px;
}

#linkedin {float:right;
			margin-right: 220px;
			padding-top:-15px;
}

nav { height:25px;
	width:436px; 
	margin-left:auto;
	margin-right:auto;
	padding-top: 25px;
}
		
nav a{	
		text-align: center;
		font-family: "Avenir LT Std 65 Medium", sans-serif;
		font-size: 24px;
		color: #FFF;
		text-decoration:none;
		padding-right:95px;
}

nav a:hover { color: #8DC63F;
}

#about {display: inline; padding-left: 5px;
}

#contact {display: inline; padding-left: 15px;
}

#main {	
	width: 540px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding-left:10px;
}

#main1 {	
	width: 540px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

p {text-align: center;
	font-family: "Avenir LT Std 65 Medium", sans-serif;
	font-size: 24px;
	color: #8DC63F;
	text-decoration:none;
	padding-top:25px;
}

.photostop {text-align:center;
			padding-bottom:10px;
}

.photostop a{padding-right:10px;
}

.photoscenter {text-align:center;
				padding-bottom:10px;
}

.photoscenter a{padding-right:10px;
}

.photosbottom {text-align:center;
}
		
.photosbottom a{padding-right:10px;
}

.2photos a{display:inline;
}

#cart {display: inline; padding-right: 10px;
}

/*
.bw {
filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscalerayscale");
filter: gray;
-webkit-filter: grayscale(100%);
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.bw:hover {
filter: none;
-webkit-filter: grayscale(0%);
}
*/

.bw:hover {filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}

.bw {filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -moz-filter: grayscale(100%)
}

.padding {display:inline; padding-right:10px;}

.paddingT {padding-top: 10px;
}

.top {text-align:center;
			padding-bottom:10px;
}

.center {text-align:center;
			padding-bottom:10px;
}

.bottom {text-align:center;
			padding-bottom:10px;
}

.fourth {text-align:center;
			padding-bottom:75px;
}

/*	
going to have to use different tags on the portfolio page to keep portfolio and home page correct*/


