#sidebar {
	position: fixed;
	top:0;
	left:0;
	display: block;
	background: url('../images/bord.png') repeat-y;
	background-position: right;
	background-color: #E8E8E8;
	width: 300px;
	height: 100%;
}

.dogtific {
	width: 270px;
	height: 198px;
	margin: 5px 0 15px 8px;
	display: block;
	background: url('../images/dog_bg.png') no-repeat;
	background-size: 270px 198px;
}

.menu-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

#menu {
	padding: 5px 0 0 5px;
}

#menu li a {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 11pt;
	color: #000;
	margin-left: 4px;
	text-decoration: none;
	width: 100%;
}

#menu li a:hover {
	font-weight: 600;
}

#menu li.activePage {
	background-color: #000;
}

#menu li.activePage a {
	color: #fff;
	padding-left: 10px;
}

#menu li {
	list-style-type: none;
	width: 260px;
}

#menu ul, li {
	padding: 0;
	margin: 0;
}

#main {
	padding: 0 0 0 310px;
}

.blurb p {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 12pt;
	color: #000;
	padding: 0;
	margin: 0;
}

#main a {
	color: #7571b7;
	text-decoration: none;
	font-weight: 500;
}

#main a:hover {
	color: #000;
	font-weight: 500;
}

.galleryImg {
	display: block;
	margin: 0px 0 0px 0;
	max-width: 100%;
	height: auto;
}

.caption {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 10pt;
	color: #000;
	display: block;
	margin: 5px 0 50px 0;
	max-width: 100%;
}

.galleryTitle, .bioTitle {
	font-family: 'Montserrat', sans-serif;
	font-size: 16pt;
	font-weight: 700;
	margin: 0;
}

.blurb {
	width: 600px;
	margin: 12px 0;
}

.kirbymade {
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 300px;
	text-align: center;
	padding: 4px; 
}

.kirbymade a {
	font-family: 'Source Serif Pro', serif;
	font-weight: 600;
	font-size: 10px;
	color: #666;
	text-decoration: none;
}

.kirbymade a:hover {
	color: #000;
}

.video {
	margin: 0;
}

.profdog {
	position: fixed;
	bottom: 10%;
	right: 15%;
}

.bioContainer {
	position: fixed;
	width: 700px;
	margin-top: 0px;
}

.bioTitle {
	margin-top: 4px;
}

.bioPhoto {
	display: block;
	width: 700px;
	margin-top: 6px;
}

.bioText {
	display: block;
	width: 700px;
	margin-top: 6px;
}

.bioText p {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 12pt;
	text-align: justify;
	margin-top: 0;
}

#menu a.specialLink {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	margin: 0;
	padding: 6px;
	background-color: #ffcc14;
}

#menu a.specialLink:hover {
	font-weight: 900;
}