@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	outline: none;
	border: 0;
}

body {
	//background: url(http://www.spearin.ca/new/images/12_col.gif) top left repeat-y;
	background-color: #EFEFEF;
}

#wrapper {
	width: 960px;
	height: 110%;
}

#header {
	position: absolute;
	width: 960px;
	height: 75px;
	border-bottom: 2px dotted #CCC;
}

#border-left {
	position: fixed;
	width: 192px;
	height: 100%;
	border-right: 2px dotted #CCC;
}

#menu {
	width: 100%;
	margin-top: 40px;
}

#logo {
	float: left;
	width: 246px;
	height: 70px;
	margin-left: 70px;
	background: url(http://www.spearin.ca/new/images/logo.png) top left no-repeat;
}

#buttons-wrap {
	width: 100%;
	height: auto;
	padding-top: 22px;
	font-family: Georgia, Times, serif;
	font-size: 14px;
	text-align: center;
	line-height: 14px;
}

#buttons-wrap a {
	color: #666;
	text-decoration: none;
	font-style: italic;
	letter-spacing: 0.5px;
}

#buttons-wrap a:hover {
	color: #900;
}

#nav-portfolio {
	float: right;
	width: 70px;
	height: auto;
	padding: 5px;
	border: 0px solid #CCC;
	background: #FFF;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px; 
}

.nav-button {
	color: #333;
	float: right;
	width: auto;
	height: auto;
	margin-left: 25px;
	padding: 5px 10px;
	border: 0px solid #CCC;
	background: #FFF;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px; 
}

a:hover.nav-button, .port-button:hover, .port-label:hover, .blog-more:hover, .article-more:hover {
	color: #900;
	background: #FFF;
	border: 0px solid #FFF;
}

#intro {
	position: absolute;
	width: 570px;
	top: 130px;
	left: 155px;
}

#bio-pic {
	float: left;
	width: 158px;
	height: 166px;
	margin-top: 3px;
	background: url(http://www.spearin.ca/new/images/me.png) top left no-repeat;
}

#intro-text {
	font-size: 22px;
	font-family: "Old Standard TT", Georgia, Times, serif;
	padding-left: 180px;
}

#intro-text p {
	line-height: 34px;
}

.intro-one {
	font-family: "Old Standard TT", Georgia, Times, serif;
	color: #111;
	font-weight: bold;
}

.intro-two {
	color: #666;
}

#portfolio-area {
	z-index: -1;
	position: absolute;
	top: 335px;
	left: 192px;
	width: 705px;
	height: 325px;
	border-top: 2px dotted #CCC;
	border-right: 2px dotted #CCC;
}

.port-thumb {
	float: left;
	margin-top: -90px;
	margin-left: 55px;
}

#portfolio-button {
	float: right;
	width: 124px;
	height: 34px;
	margin-top: -20px;
	margin-right: -62px;
	background: url(http://www.spearin.ca/new/images/portfolio.png) top left no-repeat;
}

.port-button {
	font-size: 14px;
	font-family: Georgia, Times, serif;
	font-style: italic;
	text-align: center;
	float: right;
	width: auto;
	height: 15px;
	padding: 5px;
	background: #FFF;
	margin-right: -10%;
	margin-top: -16px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px; 
	border: 0px solid #CCC;
}


.port-label, .port-label a {
	color: #333;
	text-decoration: none;
	font-size: 14px;
	font-family: Georgia, Times, serif;
	font-style: italic;
	text-align: center;
	float: right;
	width: 40px;
	height: 15px;
	padding: 5px 6px;
	background: #FFF;
	margin-right: -25px;
	margin-top: -16px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px; 
	border: 0px solid #CCC;
}

#port-design-line {
	float: left;
	width: 100%;
	height: 110px;
	border-bottom: 2px dotted #CCC;
}

#port-photo-line {
	float: left;
	width: 100%;
	height: 120px;
	border-bottom: 2px dotted #CCC;
}

#blog-head {
	position: absolute;
	left: 192px;
	top: 775px;
	width: 705px;
	height: 115px;
	border-top: 2px dotted #CCC;
	border-bottom: 2px dotted #CCC;
	border-right: 2px dotted #CCC;
}

#blog-page {
	float: left;
	margin-left: 192px;
	margin-top: 150px;
	width: 500px;
}

#blog-button {
	float: right;
	width: 124px;
	height: 34px;
	margin-top: -20px;
	margin-right: -62px;
	background: url(http://www.spearin.ca/new/images/blog.png) top left no-repeat;
}

.blog-thumb {
	float: right;
	margin-top: 25px;
	margin-right: -3px;
}

.blog-title {
	color: #111;
	float: left;
	font-family: "Old Standard TT", Georgia, Times, serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	margin-top: 85px;
	margin-left: 30px;
	padding-bottom: 3px;
	border-bottom: 5px solid #500;
}

.blog-page-title {
	color: #111;
	float: left;
	font-family: "Old Standard TT", Georgia, Times, serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	margin-left: 30px;
	margin-top: 15px;
	padding-bottom: 3px;
	border-bottom: 5px solid #FFF;
}

.blog-page-title a {
	color: #111;
	text-decoration: none;
}

.blog-page-title a:hover {
	color: #600;
}

.blog-text {
	float: left;
	width: 440px;
	margin-left: 30px;
	margin-top: 20px;
}

.text a, .caption a, .caption2 a, .blog-text a {
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid #FFF;
}

.text a:hover, .caption a:hover, .caption2 a:hover, .blog-text a:hover {
	color: #900;
	border-bottom: 1px solid #000;
}

.text, .blog-text p {
	color: #333;
	font-size: 15px;
	font-family: Georgia, Times, serif;
	line-height: 24px;
	margin-bottom: 15px;
}

#blog-more-line {
	width: 500px;
	height: 5px;
	margin-bottom: 30px;
	float: left;
	border-bottom: 2px dotted #CCC;
}

.blog-more a, .blog-more {
	color: #333;
	text-decoration: none;
	font-size: 14px;
	font-family: Georgia, Times, serif;
	font-style: italic;
	text-align: center;
	float: left;
	width: 40px;
	height: 15px;
	padding: 5px 6px;
	background: #FFF;
	margin-left: 490px;
	margin-top: -45px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px; 
	border: 0px solid #CCC;
}

.article-more a, .article-more {
	color: #333;
	text-decoration: none;
	font-size: 14px;
	font-family: Georgia, Times, serif;
	font-style: italic;
	text-align: center;
	float: left;
	width: 40px;
	height: 15px;
	padding: 5px 6px;
	background: #FFF;
	margin-left: 490px;
	margin-top: -8px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px; 
	border: 0px solid #CCC;
}

#info-head {
	float: left;
	width: 705px;
	height: auto;
	border-top: 2px dotted #CCC;
}

#info-button {
	float: right;
	width: 124px;
	height: 34px;
	margin-top: -20px;
	margin-right: -62px;
	background: url(http://www.spearin.ca/new/images/info.png) top left no-repeat;
}

#info-text-1, #info-text-2 {
	float: left;
	width: 250px;
	height: auto;
	border-right: 2px dotted #CCC;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 30px;
	background: #FFF;
}

#info-text-1 {
	margin-left: 2px;
}



/* old, replace */

.caption {
	text-align: left;
	font-style: normal;
	color: #333;
	margin-bottom: 30px;
	line-height: 1.5em;
}

.caption2 {
	text-align: left;
	font-style: normal;
	margin-bottom: 30px;
	line-height: 1.5em;
}


.photo {
	float: left;
	text-align: left;
	width: 100%;
}

.photo a, .photo a:hover {
	border-bottom: none;
}

.pic, .pic2, .pic4, .pic5 {
	float: left;
	max-width: 730px;
	margin-bottom: 10px;
}

.pic3 {
	float: left;
	max-width: 500px;
	margin-bottom: 10px;
}
