/* SETUP */
body {
	background-color: #0e0e0e;
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 910px;
	font-family: arial, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #707070;
}

link {
	font-family: arial, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #707070;
}

#wrapper {
	text-align: left;
	width: 910px;
	margin-left: auto;
	margin-right: auto;
}

.contentClear {
	height: 0px;
	clear: both;
}



/* NAV */
#header {
	width: 850px;
	height: 94px;
	margin-left: 30px;
	margin-right: 20px;
	background-image: url(../images/portfolioLine.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#welcome {
	width: 391px;
	height: 14px;
	margin-top: 40px;
	float: left;
}

#nav {
	width: 228px;
	height: 32px;
	margin-top: 30px;
	float: right;
}

#navPortfolio {
	position: absolute;
	width: 96px;
	height: 32px;
	margin-top: 0px;
	margin-left: 0px;
	text-indent: -9999px;
	z-index: 2;
}

a.navPortfolio {
	display: block;
	width: 96px;
	height: 32px;
	outline: none;
	background-image: url(../images/navPortfolio.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 2;
}
	 
a.navPortfolio:hover {
	background-position: 0px -32px;
	z-index: 2;
}

a.navPortfolioActive {
	display: block;
	width: 96px;
	height: 32px;
	outline: none;
	background-image: url(../images/navPortfolio.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 2;
}
	 
a.navPortfolioActive:hover {
	background-position: 0px -32px;
	z-index: 2;
}

#navBlog {
	position: absolute;
	width: 61px;
	height: 32px;
	margin-top: 0px;
	margin-left: 96px;
	text-indent: -9999px;
	z-index: 2;
}

a.navBlog {
	display: block;
	width: 61px;
	height: 32px;
	outline: none;
	background-image: url(../images/navBlog.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 2;
}
	 
a.navBlog:hover {
	background-position: 0px -32px;
	z-index: 2;
}

a.navBlogActive {
	display: block;
	width: 61px;
	height: 32px;
	outline: none;
	background-image: url(../images/navBlog.gif);
	background-repeat: no-repeat;
	background-position: 0px -32px;
	z-index: 2;
}

#navStudio {
	position: absolute;
	width: 72px;
	height: 32px;
	margin-top: 0px;
	margin-left: 157px;
	text-indent: -9999px;
	z-index: 2;
}

a.navStudio {
	display: block;
	width: 72px;
	height: 32px;
	outline: none;
	background-image: url(../images/navStudio.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 2;
}
	 
a.navStudio:hover {
	background-position: 0px -32px;
	z-index: 2;
}

a.navStudioActive {
	display: block;
	width: 72px;
	height: 32px;
	outline: none;
	background-image: url(../images/navStudio.gif);
	background-repeat: no-repeat;
	background-position: 0px -32px;
	z-index: 2;
}

#navContact {
	position: absolute;
	width: 71px;
	height: 32px;
	margin-top: 0px;
	margin-left: 157px;
	text-indent: -9999px;
	z-index: 2;
}

a.navContact {
	display: block;
	width: 71px;
	height: 32px;
	outline: none;
	background-image: url(../images/navContact.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 2;
}
	 
a.navContact:hover {
	background-position: 0px -32px;
	z-index: 2;
}

a.navContactActive {
	display: block;
	width: 71px;
	height: 32px;
	outline: none;
	background-image: url(../images/navContact.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 2;
}
	 
a.navContactActive:hover {
	background-position: 0px -32px;
	z-index: 2;
}



/* BLOG CONTENT */
#blogContent {
	width: 516px;
	margin-top: 36px;
	margin-left: 40px;
	margin-right: 0px;
	background-image: url(../blog/images/midLine.gif);
	background-repeat: repeat-y;
	background-position: top right;
	float: left;
}

h1 {
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: #e9e5e2;
	margin-left: -1px;
	letter-spacing: -0.2px;
}

.blogDate {
	font-family: arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #767473;
	margin-top: 2px;
	margin-bottom: -18px;
}

.blogDate a:link, .blogDate a:visited {
	color: #767473;
	text-decoration: underline;
}

.blogDate a:hover, .blogDate a:active {
	color: #e9e5e2;
	text-decoration: underline;
}

.blogImg {
	margin-top: 30px;
	display: table;
	border: 1px solid #1e1e1e;
}

.blogImg a:link, .blogImg a:visited {
	color: #222222;
	text-decoration: none;
}

.blogVid {
	margin-top: 30px;
}

.blogText, .returnText {
	width: 450px;
	font-family: arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #707070;
	margin-top: 15px;
}

.blogText a:link, .blogText a:visited, .returnText a:link, .returnText a:visited {
	color: #e9e5e2;
	text-decoration: none;
}

.blogText a:hover, .blogText a:active, .returnText a:hover, .returnText a:active {
	color: #e9e5e2;
	text-decoration: underline;
}

.returnText {
	margin-top: -10px;
}

.blogCredit {
	color: #707070;
}

.blogCredit a:link, .blogCredit a:visited {
	color: #707070;
	text-decoration: underline;
}

.blogCredit a:hover, .blogCredit a:active {
	color: #707070;
	text-decoration: underline;
}

.blogLine {
	width: 450px;
	height: 72px;
	background-image: url(../images/line.gif);
	background-position: 0 15px;
	background-repeat: no-repeat;
}



/* PAGINATION */
#paginationHolder {
	margin-top: -34px;
	margin-bottom: 13px;
}

ul#paginationLinks {
	font-size: 11px;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

#paginationLinks li {
	display: inline;
	list-style-type: none;
	padding-right: 5px;
	color: #e9e5e2;
}

#paginationLinks a {
	border: 1px solid #262626;
	padding-top: 4px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 4px;
	background-color: #000000;
	text-decoration: none;
}

#paginationLinks a:link, #paginationLinks a:visited {
	border: 1px solid #262626;
	padding-top: 4px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 4px;
	color: #707070;
	background-color: #000000;
	text-decoration: none;
}

#paginationLinks a:hover, #paginationLinks a:active {
	border: 1px solid #515151;
	padding-top: 4px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 4px;
	color: #e9e5e2;
	background-color: #1f1f1f;
	text-decoration: none;
}



/* SIDE CONTENT */
#sideContent {
	width: 270px;
	margin-top: 52px;
	margin-right: 20px;
	float: right;
}

.sideHeader {
	width: 250px;
	height: 13px;
}

#sideContactHeader {
	width: 250px;
	height: 13px;
}

#mainPic {
	width: 52px;
	height: 54px;
	margin-top: 20px;
	margin-right: 15px;
	float: left;
}

.sideText {
	font-family: arial, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #707070;
	margin-top: 17px;
	margin-bottom: 14px;
	margin-right: 40px;
}

.sideText a:link, .sideText a:visited {
	color: #e9e5e2;
	text-decoration: none;
}

.sideText a:hover, .sideText a:active {
	color: #e9e5e2;
	text-decoration: underline;
}

.sideLine {
	width: 249px;
	height: 51px;
	background-image: url(../images/line.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.coverImg {
	width: 63px;
	height: 54px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 1px;
	float: left;
}

.coverImg a:link, .coverImg a:visited {
	display: table;
	border: 1px solid #0e0e0e;
}

.coverImg a:hover, .coverImg a:active {
	display: table;
	border: 1px solid #515151;
}

.flickrImg {
	width: 59px;
	height: 57px;
	margin-top: 20px;
	margin-left: -2px;
	margin-right: 27px;
	margin-bottom: 5px;
	padding: 1px;
	float: left;
}

.flickrImg a:link, .flickrImg a:visited {
	display: table;
	border: 1px solid #0e0e0e;
	color: #222222;
	text-decoration: none;
}

.flickrImg a:hover, .flickrImg a:active {
	display: table;
	border: 1px solid #515151;
}

#showHideBtn {
	width: 131px;
	height: 29px;
	margin-top: 12px;
	margin-left: 0px;
	text-indent: -9999px;
	z-index: 2;
}

a.showHideBtn {
	display: block;
	width: 131px;
	height: 29px;
	outline: none;
	background-image: url(../blog/images/showHideBtn.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 2;
}
	 
a.showHideBtn:hover {
	background-position: 0px -29px;
	z-index: 2;
}

#slidingDiv {
    display: none;
	height: 170px;
}

ul.moreLinks {
	white-space: nowrap;
}

#morePosts {
	margin-top: 15px;
	margin-bottom: 15px;
}

.moreLinks li {
	list-style-type: none;
	margin-left: 9px;
	font-family: arial, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #666666;
}

.moreLinks a:link, .moreLinks a:visited {
	color: #666666;
	text-decoration: none;
}

.moreLinks a:hover, .moreLinks a:active {
	color: #e9e5e2;
	text-decoration: underline;
}

#blogPlayer {
	width: 249px;
	height: 271px;
}



/* SIDE CONTACT */
.cleardefault {
	font-family: arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin-top: 20px;
	margin-bottom: 0px;
	color: #666666;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 213px;
	border: 1px solid #262626;
	background-color: #000000;
}


	
/* FOOTER */
#footerSpace {
	width: 850px;
	height: 16px;
	margin-top: 9px;
	margin-left: 30px;
	background-image: url(../images/portfolioLine.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#footer {
	width: 850px;
	height: 43px;
	margin-left: 30px;
	font-family: arial;
	font-size: 11px;
	color: #707070;
	line-height: 18px;
	clear: both;
}

ul.footerLinks {
	white-space: nowrap;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

.footerLinks li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}

.footerLinks a:link, .footerLinks a:visited {
	color: #707070;
}

.footerLinks a:hover, .footerLinks a:active {
	color: #e9e5e2;
}










