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

/* CSS Reset */
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: 0px;
    padding: 0px;
    border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* display */
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
html {
	background-color: rgba(27,27,27,1.00);
	background-image: url(../_images/body-BG-3.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0;
}
/*Fixed layout*/
body {
	width: 967px;
	margin: 0 auto;
	font-size: 100%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: rgba(255,255,255,1.00);
	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;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
strong {
    font-weight: bold;
}
em { 
    font-style: italic;
}
h1 {
	color: rgba(176,176,0,1.00);
	font-family: source-sans-pro;
	font-size: 1.9em;
	margin: 1em 0 .2em 1.7em;
	text-transform: capitalize;
	text-align: left;
	font-weight: 200;
	font-style: normal;
}
.h1HeaderSM {
	font-size: 0.6em;
	text-transform: lowercase;
	letter-spacing: .4em;
	margin-left: 9px;
}
h2 {
	font-weight: normal;
	font-family: source-sans-pro;
	color: rgba(176,176,0,1.00);
}
.h2Header {
	font-size: 1.6em;
	margin: 2em 0 1em 1.9em;
	padding-left: .8em;
	text-transform: capitalize;
	font-weight: 500;
	text-align: left;
	border-left: 4px solid rgba(125,125,71,0.78);
}
.h2Sub {
	font-size: 1.5em;
	margin: 0 0 .3em 0;
	text-transform: capitalize;
	text-align: left;
	font-weight: 500;
}
.h2SubHD {
	padding: 25px 0 0 225px;
	margin: 0 2em .3em 2em;
	height: 115px;
	font-size: 1.6em;
	line-height: 1.2em;
	-moz-border-radius: 0px 8px 8px 0px;
	-webkit-border-radius: 0px 8px 8px 0px;
	border-radius: 0px 8px 8px 0px;
	background-color: rgba(40,40,40,1.00);
	background-image: url(../_images/bonsai-h2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.h2SubHD2 {
	padding: 25px 0 0 225px;
	margin: 0 2em .3em 2em;
	height: 115px;
	font-size: 1.6em;
	line-height: 1.2em;
	-moz-border-radius: 0px 8px 8px 0px;
	-webkit-border-radius: 0px 8px 8px 0px;
	border-radius: 0px 8px 8px 0px;
	background-color: rgba(40,40,40,1.00);
	background-image: url(../_images/CEC-h2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.h2SubHD3 {
	padding: 25px 0 0 225px;
	margin: 0 2em .3em 2em;
	height: 115px;
	font-size: 1.6em;
	line-height: 1.2em;
	-moz-border-radius: 0px 8px 8px 0px;
	-webkit-border-radius: 0px 8px 8px 0px;
	border-radius: 0px 8px 8px 0px;
	background-color: rgba(40,40,40,1.00);
	background-image: url(../_images/Liz_h2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.portSubHDsm {
	font-size: .8em;
	color: rgba(142,130,118,1.00);
}
h3 {
	font-weight: normal;
	font-family: source-sans-pro;
	color: rgba(176,176,0,1.00);
}
.h3Header {
	font-size: 1.4em;
	margin: 1.4em 0 .6em 2.3em;
	text-transform: capitalize;
	font-weight: 500;
	text-align: left;
}
h4 {
	font-weight: normal;
	color: rgba(202,195,185,1.00);
}
.h4Header {
	font-size: 1.3em;
	margin: 2em 0 .2em 2.3em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	text-align: left;
}
h5 {
    margin: 1em 3.5em .2em 3em;
    font-size: 1.3em;
    font-family: source-sans-pro;
    font-weight: 300;
    color: rgba(176,176,0,1.00);
}
header {
	float: left;
}
.headerHD {
	float: left;
	width: 650px;
	margin: .5em 0 0 .5em;
	font-family: raleway;
	font-size: 4em;
	color: rgba(0,0,0,0.52);
	font-style: normal;
	font-variant: normal;
	font-weight: 300;
}
.fossilGrey {
	color: rgba(0,0,0,0.32);
}
section {
	float: left;
	width: 967px;
	margin: 0 0 50px 0;
	background-image: url(../_images/logo-bg-3.jpg);
	background-repeat: no-repeat;
	background-position: 3px top;
}
nav {
	float: left;
	width: 692px;
	margin: 0 0 1.6em 1em;
	moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	text-transform: capitalize;
}
.toolbar {
	float: left;
	margin: .8em 0 0 1.1em;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 1.6em;
	text-align: center;
	font-weight: 300;
}
.toolbar li {
	display: inline;
	padding: .5em .5em .5em .5em;
	zoom: 1;
	border-left: 1px solid rgba(113,113,113,1.00);
}
.toolbar a:link {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}
.toolbar a:visited {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}
.toolbar a:hover {
	color: rgba(0,0,0,1.00);
	text-decoration: underline;
}
.toolbar a:active {
	color: rgba(0,0,0,1.00);
	text-decoration: underline;
}
p {
	margin-bottom: .9em;
}
aside {
	float: left;
	line-height: 1.5;
}
article {
	float: left;
	line-height: 1.5;
	font-size: .9em;
}
article a:link {
	color: rgba(212,212,212,1.00);
	text-decoration: none;
}
article a:visited {
	color: rgba(212,212,212,1.00);
	text-decoration: none;
}
article a:hover {
	color: rgba(204,39,82,1.00);
	text-decoration: none;
}
article a:active {
	color: rgba(204,39,82,1.00);
	text-decoration: none;
}
.h2SubHD a:link {
	color: rgba(128,168,252,1.00);
	text-decoration: none;
}
.h2SubHD a:visited {
	color: rgba(128,168,252,1.00);
	text-decoration: none;
}
.h2SubHD a:hover {
	color: rgba(204,39,82,1.00);
	text-decoration: none;
}
.h2SubHD a:active {
	color: rgba(204,39,82,1.00);
	text-decoration: none;
}
.h2SubHD2 a:link {
	color: rgba(128,168,252,1.00);
	text-decoration: none;
}
.h2SubHD2 a:visited {
	color: rgba(128,168,252,1.00);
	text-decoration: none;
}
.h2SubHD2 a:hover {
	color: rgba(204,39,82,1.00);
	text-decoration: none;
}
.h2SubHD2 a:active {
	color: rgba(204,39,82,1.00);
	text-decoration: none;
}
.h2SubHD3 a:link {
	color: rgba(128,168,252,1.00);
	text-decoration: none;
}
.h2SubHD3 a:visited {
	color: rgba(128,168,252,1.00);
	text-decoration: none;
}
.h2SubHD3 a:hover {
	color: rgba(204,39,82,1.00);
	text-decoration: none;
}
.h2SubHD3 a:active {
	color: rgba(204,39,82,1.00);
	text-decoration: none;
}
.homeArticle {
	float: left;
	width: 700px;
	margin: 0 0 0 8px;
	padding: 0 0 2em 0;
	color: rgba(142,130,118,1.00);
	text-align: left;
	background-color: rgba(51,51,51,0.90);
	moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
}
.homeArticle p {
	margin: 0 3.5em .8em 4em;
	font-size: 1.2em;
	font-family: source-sans-pro;
	font-weight: 300;
}
#slideContainer {
	width: 515px;
	height: 517px;
	float: left;
	margin: 30px 0 0 93px;
	text-align: left;
}
#slideshow {
	position:relative;
    float: left;
	height:500px;
	width: 500px;
	-webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.60);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.60);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.60);
}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}
#slideshow IMG.last-active {
    z-index:9;
}
.bio {
	float: left;
	margin: 1em 3.5em 3em 4em;
	font-size: 1.2em;
	font-family: source-sans-pro;
	font-weight: 300;
}
.leftCol {
	float: left;
	width: 224px;
	margin: 624px 0 0 23px;
	padding-bottom: 20px;
	font-family: source-sans-pro;
	font-weight: 500;
	font-size: 0.9em;
	color: rgba(133,119,105,1.00);
	text-align: right;
}
.facebookHeader {
	float: left;
	margin: .3em 0 10px 0;
	width: 208px;
	height: 65px;
	text-align: right;
	border-bottom: 2px solid #333;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 4em;
	color: rgba(66,66,66,1.00);
	font-weight: normal;
}
.facebookHeaderL {
	float: left;
	margin: 0 0 0 62px;
	height: 65px;
	text-align: right;
	background-color: rgba(0,0,0,1.00);
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}
.facebookHeaderL a:link {
	float: left;
	padding: 0 .3em 0 .6em;
	height: 65px;
	text-align: right;
	background-color: rgba(0,0,0,1.00);
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	color: rgba(128,168,252,1.00);
	text-decoration: none;
}
.facebookHeaderL a:visited {
	float: left;
	padding: 0 .3em 0 .6em;
	height: 65px;
	text-align: right;
	background-color: rgba(0,0,0,1.00);
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	color: rgba(128,168,252,1.00);
	text-decoration: none;
}
.facebookHeaderL a:hover {
	float: left;
	padding: 0 .3em 0 .6em;
	height: 65px;
	text-align: right;
	background-color: rgba(204,39,82,1.00);
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}
.facebookHeaderL a:active {
	float: left;
	padding: 0 .3em 0 .6em;
	height: 65px;
	text-align: right;
	background-color: rgba(204,39,82,1.00);
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}
.facebookHeaderR {
	float: left;
	margin: 0 0 0 .1em;
	height: 65px;
	text-align: center;
	background-color: rgba(0,0,0,1.00);
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}
.facebookHeaderR a:link {
	float: left;
	padding: 0 .2em 0 .2em;
	height: 65px;
	text-align: center;
	background-color: rgba(0,0,0,1.00);
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	color: rgba(128,168,252,1.00);
	text-decoration: none;
}
.facebookHeaderR a:visited {
	float: left;
	padding: 0 .2em 0 .2em;
	height: 65px;
	text-align: center;
	background-color: rgba(0,0,0,1.00);
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	color: rgba(128,168,252,1.00);
	text-decoration: none;
}
.facebookHeaderR a:hover {
	float: left;
	padding: 0 .2em 0 .2em;
	height: 65px;
	text-align: center;
	background-color: rgba(204,39,82,1.00);
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}
.facebookHeaderR a:active {
	float: left;
	padding: 0 .2em 0 .2em;
	height: 65px;
	text-align: center;
	background-color: rgba(204,39,82,1.00);
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}
address {
	font-style: normal;
	font-size: 1.4em;
	text-align: right;
	margin: 0 1em 1.5em 0;
}
/*.leftCol a:link {
	color: rgba(182,182,182,1.00);
	text-decoration: none;
}
.leftCol a:visited {
	color: rgba(182,182,182,1.00);
	text-decoration: none;
}
.leftCol a:hover {
	color: rgba(204,39,82,1.00);
	text-decoration: none;
}
.leftCol a:active {
	color: rgba(204,39,82,1.00);
	text-decoration: none;
}*/
.leftCol p {
	padding: 0;
}
/*.button {
	float: left;
	width: 210px;
	padding: .3em 0 .3em 0;
	margin-top: .3em;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	background-color: rgba(0,0,0,1.00);
	text-align: center;
	font-size: 2em;
}*/
.button {
	float: left;
	margin: 0 0 .8em 0;
	width: 210px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	font-family: source-sans-pro;
	font-size: 1.4em;
	font-weight: 300;
	text-align: center;
	font-style: normal;
	line-height: 1.8em;
}
.button a:link {
	float: left;
	color: rgba(128,168,252,1.00);
	width: 210px;
	padding: .6em 0 .6em 0;
	-moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
	font-family: source-sans-pro;
	font-size: 1.4em;
	font-weight: 300;
	background-color: rgba(0,0,0,1.00);
	text-decoration: none;
}
.button a:visited {
	float: left;
	color: rgba(128,168,252,1.00);
	width: 210px;
	padding: .6em 0 .6em 0;
	-moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
	font-family: source-sans-pro;
	font-size: 1.4em;
	font-weight: 300;
	background-color: rgba(0,0,0,1.00);
	text-decoration: none;
}
.button a:hover {
	float: left;
	color: rgba(255,255,255,1.00);
	width: 210px;
	padding: .6em 0 .6em 0;
	-moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
	font-family: source-sans-pro;
	font-size: 1.4em;
	font-weight: 300;
	background-color: rgba(204,39,82,1.00);
	text-decoration: none;
}
.button a:active {
	float: left;
	color: rgba(255,255,255,1.00);
	width: 210px;
	padding: .6em 0 .6em 0;
	-moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
	font-family: source-sans-pro;
	font-size: 1.4em;
	font-weight: 300;
	background-color: rgba(204,39,82,1.00);
	text-decoration: none;
}
.portRow1 {
	float: left;
	width: 500px;
	height: 425px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	background-color: rgba(68,68,68,1.00);
	margin: 0 0 5px 100px;
	background-image: url(../_images/_portfolio/PCA.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.portRow2 {
	float: left;
	width: 500px;
	height: 425px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	background-color: rgba(68,68,68,1.00);
	margin: 0 0 5px 100px;
	background-image: url(../_images/_portfolio/cec.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.portRow3 {
	float: left;
	width: 500px;
	height: 425px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	background-color: rgba(68,68,68,1.00);
	margin: 0 0 5px 100px;
	background-image: url(../_images/_portfolio/cpc.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.portRow3b {
	float: left;
	width: 500px;
	height: 425px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	background-color: rgba(68,68,68,1.00);
	margin: 0 0 5px 100px;
	background-image: url(../_images/_portfolio/gottsomlaw.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.portRow4 {
	float: left;
	width: 500px;
	height: 425px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	background-color: rgba(68,68,68,1.00);
	margin: 0 0 5px 100px;
	background-image: url(../_images/_portfolio/journey-into-design.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.portRow5 {
	float: left;
	width: 500px;
	height: 425px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	background-color: rgba(68,68,68,1.00);
	margin: 0 0 5px 100px;
	background-image: url(../_images/_portfolio/Studio-One.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.portRow6 {
	float: left;
	width: 500px;
	height: 425px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	background-color: rgba(68,68,68,1.00);
	margin: 0 0 5px 100px;
	background-image: url(../_images/_portfolio/garza.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.portRow7 {
	float: left;
	width: 500px;
	height: 425px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	background-color: rgba(68,68,68,1.00);
	margin: 0 0 5px 100px;
	background-image: url(../_images/_portfolio/pam-gates.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.portRow8 {
	float: left;
	width: 500px;
	height: 425px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	background-color: rgba(68,68,68,1.00);
	margin: 0 0 5px 100px;
	background-image: url(../_images/_portfolio/lauryn-sires.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.portRow9 {
	float: left;
	width: 500px;
	height: 425px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	background-color: rgba(68,68,68,1.00);
	margin: 0 0 5px 100px;
	background-image: url(../_images/_portfolio/gale-jamieson.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.portRow10 {
	float: left;
	width: 500px;
	height: 425px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	background-color: rgba(68,68,68,1.00);
	margin: 0 0 5px 100px;
	background-image: url(../_images/_portfolio/raoul-middleman.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.portRow11 {
	float: left;
	width: 500px;
	height: 425px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	background-color: rgba(68,68,68,1.00);
	margin: 0 0 5px 100px;
	background-image: url(../_images/_portfolio/chong-kang.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.portRow12 {
	float: left;
	width: 500px;
	height: 425px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	background-color: rgba(68,68,68,1.00);
	margin: 0 0 5px 100px;
	background-image: url(../_images/_portfolio/liz-downing-17.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.portRow13 {
	float: left;
	width: 500px;
	height: 425px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	background-color: rgba(68,68,68,1.00);
	margin: 0 0 5px 100px;
	background-image: url(../_images/_portfolio/sally-pettus.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.portRow14 {
	float: left;
	width: 500px;
	height: 425px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	background-color: rgba(68,68,68,1.00);
	margin: 0 0 5px 100px;
	background-image: url(../_images/_portfolio/mady-berry.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.portRow15 {
	float: left;
	width: 500px;
	height: 425px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	background-color: rgba(68,68,68,1.00);
	margin: 0 0 5px 100px;
	background-image: url(../_images/_portfolio/minas-konsolas.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.portRow16 {
	float: left;
	width: 500px;
	height: 425px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	background-color: rgba(68,68,68,1.00);
	margin: 0 0 5px 100px;
	background-image: url(../_images/_portfolio/richard-sober.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.portRow17 {
	float: left;
	width: 500px;
	height: 425px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	background-color: rgba(68,68,68,1.00);
	margin: 0 0 5px 100px;
	background-image: url(../_images/_portfolio/lyndie-vantine.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.portRow18 {
	float: left;
	width: 500px;
	height: 425px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	background-color: rgba(68,68,68,1.00);
	margin: 0 0 5px 100px;
	background-image: url(../_images/_portfolio/maryjo-kennard.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.portRow19 {
	float: left;
	width: 500px;
	height: 425px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	background-color: rgba(68,68,68,1.00);
	margin: 0 0 5px 100px;
	background-image: url(../_images/_portfolio/octogenarians.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.portRow20 {
	float: left;
	width: 500px;
	height: 425px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	background-color: rgba(68,68,68,1.00);
	margin: 0 0 5px 100px;
	background-image: url(../_images/_portfolio/sowebo-arts.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.portRow21 {
	float: left;
	width: 500px;
	height: 425px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	background-color: rgba(68,68,68,1.00);
	margin: 0 0 5px 100px;
	background-image: url(../_images/_portfolio/sowebo-fest.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.portRow22 {
	float: left;
	width: 500px;
	height: 425px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	background-color: rgba(68,68,68,1.00);
	margin: 0 0 5px 100px;
	background-image: url(../_images/_portfolio/bonsai-fine-arts.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.portRow23 {
	float: left;
	width: 500px;
	height: 425px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	background-color: rgba(68,68,68,1.00);
	margin: 0 0 5px 100px;
	background-image: url(../_images/_portfolio/christy-bergland.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.portRowBor {
	float: left;
	width: 500px;
	margin-top: 425px;/*border-top: 2px solid #222;*/
}
.portRowText {
	float: left;
	width: 440px;
	margin: 0 0 2em 100px;
	padding: 20px 30px 25px 30px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	background-color: rgba(55,55,55,1.00);
	color: rgba(139,130,121,1.00);
	font-size: 1.1em;
}
.portRowText p {
	margin: 0 0 0 0;
}
.portRowText a:link {
	float: left;
	padding: .3em 2em .3em 2em;
	margin-top: 1em;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	background-color: rgba(82,82,82,1.00);
	font-size: 1.2em;
	color: rgba(212,212,212,1.00);
	text-decoration: none;
}
.portRowText a:visited {
	float: left;
	padding: .3em 2em .3em 2em;
	margin-top: 1em;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	background-color: rgba(82,82,82,1.00);
	font-size: 1.2em;
	ccolor: rgba(212,212,212,1.00);
	text-decoration: none;
}
.portRowText a:hover {
	float: left;
	padding: .3em 2em .3em 2em;
	margin-top: 1em;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	background-color: rgba(82,82,82,1.00);
	font-size: 1.2em;
	color: rgba(204,39,82,1.00);
	text-decoration: none;
}
.portRowText a:active {
	float: left;
	padding: .3em 2em .3em 2em;
	margin-top: 1em;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	background-color: rgba(82,82,82,1.00);
	font-size: 1.2em;
	color: rgba(204,39,82,1.00);
	text-decoration: none;
}
.headerPhone {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 2.3em;
	color: rgba(204,39,82,1.00);
	text-align: center;
	margin-bottom: .5em;
	font-style: normal;
	font-variant: normal;
	font-weight: 300;
}
.headerPhone a:link {
	color: rgba(204,39,82,1.00);
	text-decoration: none;
}
.headerPhone a:visited {
	color: rgba(204,39,82,1.00);
	text-decoration: none;
}
.headerPhone a:hover {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}
.headerPhone a:active {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}
.postDates {
	padding: 0 0 0 .3em;
	border-left: 5px solid #999;
	color: #999;
}
.portSubHD {
	padding: .2em 0 .2em .8em;
	margin-right: .4em;
	font-size: 1.4em;
	border-left: 3px solid #333;
}
.portSubHD a:link {
	color: #990;
	text-decoration: none;
}
.portSubHD a:visited {
	color: #990;
	text-decoration: none;
}
.portSubHD a:hover {
	color: #fff;
	text-decoration: none;
}
.portSubHD a:active {
	color: #fff;
	text-decoration: none;
}
#contactBoxForm {
	float: left;
	height: auto;
	margin: 20px 0 0 50px;
	width: 520px;
}
#contactBoxForm #frmContact p {
	margin-bottom: 0.6em;
	font-size: 0.9em;
	font-weight: normal;
}
#contactBoxForm #frmContact fieldset {
	font-size: 1.3em;
	border: none;
}
#contactBoxForm #frmContact legend {
	font-size: 1.2em;
	line-height: 1.3;
	font-weight: normal;
	margin: 0 0 1em 1em;
}
#contactBoxForm #frmContact input.text {
	height: 16px;
	width: 420px;
	padding: .3em;
	background-color: transparent;
	color: #FFF;
	font-size: 1.5em;
	border: 1px solid #424221;
	font-weight: normal;
}
#contactBoxForm #frmContact textarea {
	color: #FFF;
	border: 1px solid #424221;
	background-color: transparent;
	font-weight: normal;
}
#contactBoxForm #frmContact input.text:focus, #contactBoxForm #frmContact textarea:focus {
	background-color: transparent;
	outline: none
}
#thankyouBox {
	color: #222;
}
.border {
	clear: both;
	margin: 2.5em 50px .5em 50px;
	width: 600px;
	border-top: 2px dotted #222;
}
.border2 {
	clear: both;
	margin: 2.5em 50px 2em 50px;
	width: 600px;
	border-top: 2px dotted #222;
}
footer {
	float: left;
	width: 700px;
	margin: 0 0 0 255px;
	padding: 0 0 0 0;
	color: rgba(142,130,118,1.00);
	text-align: left;
	background-color: rgba(55,55,55,1.00);
	moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
}
.toolbar2 {
	float: left;
	margin: 2em 0 2em 2em;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	text-align: center;
	font-weight: 300;
}
.toolbar2 li {
	display: inline;
	padding: .5em 1em .5em 1em;
	zoom: 1;
	border-left: 1px solid rgba(113,113,113,1.00);
}
.toolbar2 a:link {
	color: rgba(212,212,212,1.00);
	text-decoration: none;
}
.toolbar2 a:visited {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}
.toolbar2 a:hover {
	color: rgba(204,39,82,1.00);
	text-decoration: underline;
}
.toolbar2 a:active {
	color: rgba(204,39,82,1.00);
	text-decoration: underline;
}
.homeArticle ul li a {
    margin: 0 0 1em 4em;
    font-size: 1.2em;
    font-family: source-sans-pro;
	font-weight: 300;
    padding: 0 0 0 .5em;
	border-left: 8px solid rgba(142,130,118,1.00);
}
