/* 
Theme Name: Portfolio 2.0
Theme URL: http://www.cameronmcefee.com/
Description: The second portfolio of Cameron McEfee
Author: Cameron McEfee
Author URI: http://www.cameronmcefee.com
Version: 2.0

*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
{margin:0;padding:0;}


body {
	background-image: url('images/background.jpg');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3c3a37;
	line-height: 18px;
	text-align: justify;
}

a {
	color: #43548a;
	text-decoration: none;
}

em {
	font-style:italic;
}

a:hover {
	color: #232738;
}

strong {
	font-weight: bold;
}

#shell {
	display:block;
	margin:0 auto;
	position:relative;
	width:1099px;
}

#top-half {
	background-image:url("images/shell_bg.jpg");
	background-position:71px top;
	background-repeat:repeat-y;
	border-color:#EBEAE6;
	border-style:solid;
	display:block;
	overflow:hidden;
	padding:1px 72px;
	position:relative;
	width:957px;
}

.home #top-half, .project-archive #top-half {
	background-image:url("images/shell_bg_textured.jpg");
}

#header {
	display: block;
	height: 318px;
	width: 318px;
	z-index: 100;
}

#header h1 a {	
	display: block;
	width: 318px;
	height: 290px;
	background-image: url('images/header_bg.jpg');
	background-repeat: no-repeatl;
	background-position: 0 0;
	text-indent: -9000px;
	overflow: hidden;
}

#header h1 a:hover {
	background-position: -318px 0;
}

#topNav ul {
	list-style: none;
}

#topNav li {
	display: block;
	width: 104px;
	height: 28px;
	position: relative;
	float: left;
	background-color: #d9d8d4;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
}

#topNav a {
	display: block;
	position: relative;
	background-image: url('images/nav_shadow.png');
	background-repeat: repeat-x;
	background-position: 0 0;
	width: 106px;
	height: 23px;
	margin: 0 -1px;
	color: #43548a;
	padding:5px 0 0 0;
}

#topNav a:hover, .blog #nav-blog a, .home #nav-portfolio a, .project #nav-portfolio a, .contact #nav-contact a {
	color: #ebeae6;
}

#nav-portfolio {
	border-left: 1px solid #d9d8d4;
	border-right: 1px solid #c6c5c2;
}

#nav-portfolio:hover, .home #nav-portfolio, .project #nav-portfolio {
	border-left: 1px solid #726c69;
	border-right: 1px solid #c6c5c2;
	background-color: #726c69;
}

#nav-blog {
	border-left: 1px solid #ebeae6;
	border-right: 1px solid #c6c5c2;
}

#nav-blog:hover, .blog #nav-blog {
	border-left: 1px solid #ebeae6;
	border-right: 1px solid #c6c5c2;
	background-color: #726c69;
}

#nav-contact {
	border-left: 1px solid #ebeae6;
	border-right: 1px solid #d9d8d4;
}

#nav-contact:hover, .contact #nav-contact {
	border-left: 1px solid #ebeae6;
	border-right: 1px solid #726c69;
	background-color: #726c69;
}

.gridsquare, .headersquare, .home-blog-square {
	display: block;
	position: relative;
	float: left;
	width: 319px;
	height: 319px;
	overflow: visible;
}

.gridsquare img, .home-blog-square img, #header {
	border :1px solid #ebeae6;
	margin: -1px;
}

.gridsquare {
	z-index: 0;	
}

.gridsquare:hover {
	width: 333px;
	height: 333px;
	margin: -7px;
	background-image: url('images/thumbnail_shadow.png');
	z-index: 50;
}

.gridsquare:hover .thumb-title, .home-blog-square:hover .thumb-title {
	display:block;	
}
.gridsquare:hover img {
	border-width: 1px;
	margin: 6px;
}

.gridsquare a {
	color: #3c3a37;
	text-decoration: none;
}

.thumb-title {
	font-size: 14px !important;
	font-weight: bold !important;
	text-align: center !important;
	display: none;
	position: absolute !important;
	bottom: 7px;
	left: 7px;
	height: 24px !important;
	line-height: 20px;
	width: 298px !important;
	padding: 20px 10px 0px !important;	background-image: url('images/thumbnail_title.png') !important;
	background-repeat: no-repeat !important;
}

.home-blog-square .thumb-title {
	bottom: 0px !important;	
	left: 0px !important;
	margin: 0px !important;
	text-transform: none !important;
	font-family: Arial, Helvetica, sans-serif !important;
	color: #3c3a37 !important;
}

#home-blog {
	background-color:#EBEAE6;
	background-image:url("images/home_blog_divider.jpg");
	background-position:636px center;
	background-repeat:no-repeat;
	border-color:#EBEAE6;
	border-style:solid;
	border-width:0 0 0 1px;
	clear:both;
	display:block;
	margin:0 0 -1px -1px;
	overflow:hidden;
}

#home-blog p {
	color: #716c69;	
}

#home-blog h2 {
	font-family: "Times New Roman", Times, serif;
	background-image:url("images/home_blog_br.jpg");
	background-position: center bottom;
	background-repeat:no-repeat;
	padding: 0 0 20px 0;
	margin: 0 0 11px 0;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
}

#home-blog h3 {
	background-image:url("images/home_blog_header.jpg");
	background-position:left center;
	background-repeat:no-repeat;
	display:block;
	float:left;
	font-weight:bold;
	height:318px;
	position:relative;
	text-indent:-9000px;
	text-transform:uppercase;
	width:319px;
	z-index:20;
}

#home-blog-arrow {
	background-image:url("images/blog_arrow.png");
	background-position:left center;
	background-repeat:no-repeat;
	display:block;
	height:318px;
	position:absolute;
	right:-19px;
	top:0;
	width:20px;
}

.home-blog-post {
	display:block;
	height:230px;
	margin:-1px 0;
	overflow:hidden;
	padding:30px 30px 0;
	position:relative;
	width:260px;
}

.home-blog-readmore {
	background-color:#EBEAE6;
	background-image:url("images/home_blog_br.jpg");
	background-position:center top;
	background-repeat:no-repeat;
	bottom:0;
	font-family:"Times New Roman",Times,serif;
	font-size:13px;
	font-style:italic;
	font-weight:bold;
	left: 1px;
	padding:14px 0 17px;
	position:absolute;
	text-align:center;
	width:317px;
}

.home-blog-post br {
	margin: 0px 0px 10px;	
}

/* project posts */

.project #shell #top-half {
	background-image:url("images/shell_bg_noline.jpg");
}

.project #shell #top-half #page-head-project {
	background-color: #D9D8D4;
	width: 580px;
	height: 263px;
	padding: 29px;
}

#page-head-project h2 {
	background-image:url("images/project_hr.jpg");
	background-position:center 30px;
	background-repeat:no-repeat;
	font-family:"Times New Roman",Times,serif;
	font-size:22px;
	font-weight:bold;
	padding:0 0 40px;
	text-align:center;
	text-transform:uppercase;
	line-height: 22px;
}

.project-role {
	bottom:25px;
	color:#716C69;
	left:30px;
	padding:30px 20px 0;
	position:absolute;
}


.checkit {
	background-image:url("images/checkit.jpg");
	background-position:0 0;
	background-repeat:no-repeat;
	bottom:24px;
	display:block;
	height:22px;
	position:absolute;
	right:48px;
	text-indent:-9000px;
	width:96px;
}

.checkit:hover {
	background-position: 0px -22px;
}

#page-head-project p {
	margin:0 20px 10px;
}

#project-content {
	clear:both;
}

#project-content {
	background-color:#EBEAE6;
	background-image:url("images/project_content_bg.jpg");
	background-position:1px 0;
	background-repeat:repeat-x;
	border-color:#EBEAE6;
	border-style:solid;
	border-width:0 1px 1px;
	clear:both;
	display:block;
	float:left;
	margin:-1px 0 -1px -1px;
	overflow:hidden;
	padding:29px 0 0;
	position:relative;
	width:956px;
	text-align: center;
}

#project-content img, #project-content object, .blog-post img, .job img {
	-moz-box-shadow: 0px 0px 10px #726C69;
	-webkit-box-shadow: 0px 0px 10px #726C69;
	border:5px solid #FFFFFF;
}

#project-content object {
	display:table;
	margin:0 auto 30px;
}

.job img {
	display:block;
	margin:0 auto 30px;
}

#project-content img {
	display: inline;
	margin:0 15px 30px;
}

/* blog */

.blog-post img {
	display: block;
	margin: 30px auto;	
}

.blog-post a {
	font-weight: bold;	
}

#content {
	background-color:#EBEAE6;
	background-image:url("images/left_col_bg.jpg");
	background-position:center top;
	background-repeat:repeat-x;
	border-color:#EBEAE6;
	border-style:solid;
	border-width:0 1px 1px 0;
	clear:both;
	display:block;
	float:right;
	margin:-1px 0 -1px -1px;
	overflow:hidden;
	padding:45px 29px 0;
	position:relative;
	width:579px;
}

#page-head-blog, #page-head-project, #page-head-404 {
	border-color:#D9D8D4;
	border-width:1px 1px 0 0;
	display:block;
	float:right;
	height:321px;
	margin:-1px 0 0;
	position:relative;
	width:638px;
}

#page-head-blog {
	background-image: url('images/blog_header.jpg');
	background-color: #d9d8d4;
	background-position: center top;
	background-repeat: no-repeat;
	text-indent:-9000px;
}

.blog-post {
	background-image:url("images/blogpost_bottom.jpg");
	background-position:center bottom;
	background-repeat:repeat-x;
	margin:0 0 40px;
	padding:0 0 55px;
	text-align:center;
}

.blog #shell #top-half #content .blog-post h2 {
	background-image:url("images/blog_hr.jpg");
	background-position:center bottom;
	background-repeat:no-repeat;
	font-family:"Times New Roman",Times,serif;
	font-size:22px;
	font-weight:bold;
	line-height:22px;
	margin:0 0 10px;
	padding:0 0 20px;
	text-align:center;
	text-transform:uppercase;
}

.blog-post p {
	margin:1em 0;
	text-align:justify;
}

.post-date {
	background-color:#EBEAE6;
	color:#716C69;
	display:inline;
	font-weight:bold;
	padding:0 5px;
	position:relative;
	top:-23px;
}



.blog-post blockquote {
	margin: 20px 30px;
	color: #716c69;
}

.code {
	color:#716C69;
	display:block;
	font-family:"Courier New",Courier,monospace;
	margin:20px 30px;
	text-align:left;
}

p.blog-tags {
	background-image:url("images/blog_hr.jpg");
	background-position:center top;
	background-repeat:no-repeat;
	margin:25px 0 10px;
	padding:20px 0 0;	
}

#no-comment {
	background-image:url("images/no_comment.jpg");
	background-position:0 0;
	background-repeat:repeat-x;
	bottom:-95px;
	display:block;
	height:113px;
	left:-29px;
	margin:-50px 0 0;
	position:relative;
	text-indent:-9000px;
	width:637px;
}

#no-comment:hover {
	background-position: 0px -113px;
}

.blog .previous-projects a {
	background-image:url("images/prev_posts.png");
	background-position:0 0;
	background-repeat:no-repeat;
	display:block;
	height:62px;
	left:0;
	position:absolute;
	text-indent:-9000px;
	bottom:30px;
	width:72px;
}

.blog .previous-projects a:hover {
	background-position: 0px -62px;
}

.blog .next-projects a {
	background-image:url("images/next_posts.png");
	background-position:0 0;
	background-repeat:no-repeat;
	display:block;
	height:62px;
	position:absolute;
	right:0;
	text-indent:-9000px;
	bottom:30px;
	width:72px;
}

.blog .next-projects:hover a {
	background-position: 0px -62px;
}

.home .previous-projects a {
	background-image:url("images/prev_work.png");
	background-position:0 0;
	background-repeat:no-repeat;
	bottom:358px;
	display:block;
	height:62px;
	left:-1px;
	position:absolute;
	text-indent:-9000px;
	width:72px;
}

.home .previous-projects a:hover {
	background-position: 0px -62px;
}

.home .next-projects a {
	background-image:url("images/next_work.png");
	background-position:0 0;
	background-repeat:no-repeat;
	bottom:358px;
	display:block;
	height:62px;
	position:absolute;
	right:0;
	text-indent:-9000px;
	width:72px;
}

.home .next-projects:hover a {
	background-position: 0px -62px;
}

/* CONTACT */
#contact-name:focus, #contact-email:focus, #contact-subject:focus, #contact-message:focus, #s:focus {
	color:#716c69;
}

#contact-name {
	background-color:transparent;
	background-image: none !important;
	border-color:#726C69;
	border-style:dotted;
	border-width:0 0 1px;
	color:#B1B0AD;
	display:block;
	font-family:"Times New Roman",Times,serif;
	font-size:18px;
	font-style:italic;
	font-weight:normal;
	position:relative;
	text-align:left;
	top:-10px;
	width:265px;
	padding: 0 0 0 10px;
	float: left;
}

.wpcf7-form .name {
	display:block;
	float: left;
}

#contact-email {
	background-color:transparent;
	background-image: none !important;
	border-color:#726C69;
	border-style:dotted;
	border-width:0 0 1px;
	color:#B1B0AD;
	display:block;
	font-family:"Times New Roman",Times,serif;
	font-size:18px;
	font-style:italic;
	font-weight:normal;
	position:relative;
	text-align:left;
	top:-10px;
	width:265px;
	padding: 0 0 0 10px;
}

.wpcf7-form .email {
	display:block;
	float:left;
	margin:0 0 0 29px;
}

#contact-subject {
	background-color:transparent;
	background-image:none !important;
	border-color:#726C69;
	border-style:dotted;
	border-width:0 0 1px;
	color:#B1B0AD;
	display:block;
	font-family:"Times New Roman",Times,serif;
	font-size:18px;
	font-style:italic;
	font-weight:normal;
	padding:0 0 0 10px;
	position:relative;
	text-align:left;
	width:569px;
}

.wpcf7-form .subject {
	display:block;
	float: left;
	clear: both;
}

#contact-message {
	background-color:transparent;
	background-image:none !important;
	border:1px dotted #726C69;
	clear:both;
	color:#B1B0AD;
	display:block;
	font-family:"Times New Roman",Times,serif;
	font-size:18px;
	font-style:italic;
	font-weight:normal;
	margin:19px 0 0;
	padding:10px;
	position:relative;
	text-align:left;
	width:558px;
}

.wpcf7-form .message {
	display:block;
	float: left;
	clear: both;
}

#contact-submit {
	background-image:url("images/button_bg.jpg");
	background-position:center 0;
	background-repeat:no-repeat;
	border:0 none;
	color:#43548A;
	display:block;
	font-family:"Times New Roman",Times,serif;
	font-size:15px;
	font-style:italic;
	font-weight:bold;
	margin:0 auto 0;
	padding:3px 0 4px;
	position:relative;
	text-decoration:none;
	width:97px;
	clear: both;
	top: 15px;
}

#contact-submit:hover {
	background-position: center -28px;
}

#contact-header {
	background-image:url("images/contact_header.jpg");
	background-position:center top;
	background-repeat:repeat-x;
	height:71px;
	left:-29px;
	margin:25px 0 35px;
	position:relative;
	text-indent:-9000px;
	width:637px;
}

.contact-image {
	-moz-box-shadow: 0px 0px 10px #726C69;
	-webkit-box-shadow: 0px 0px 10px #726C69;
	box-shadow: 0px 0px 10px #726C69;
	border:5px solid #FFFFFF;	
}

.contact-desc {
	margin:25px 20px 45px;	
}

div.wpcf7-mail-sent-ok {
	border-color: #3C3A37 !important;	
}

/*  SIDEBAR  */

#sidebar {
	background-color:#EBEAE6;
	background-image:url("images/home_blog_divider.jpg");
	background-position:right top;
	background-repeat:repeat-y;
	border-left:1px solid #EBEAE6;
	clear:left;
	display:block;
	float:left;
	margin:-1px 0 0 -1px;
	overflow:hidden;
	position:relative;
	width:319px;
	min-height:775px;
}

#searchform {
	background-image:url("images/second_level_shadow.png");
	background-position:center top;
	background-repeat:repeat-x;
	display:block;
	height:130px;
	padding:29px;
	position:relative;
	width:261px;
}

#search-header {
	background-image:url("images/search_header.jpg");
	background-position:center top;
	background-repeat:no-repeat;
	display:block;
	height:55px;
	position:relative;
	text-indent:-9000px;
}

#s {
	background-color:transparent;
	border-color:#726C69;
	border-style:dotted;
	border-width:0 0 1px;
	color:#B1B0AD;
	display:block;
	font-family:"Times New Roman",Times,serif;
	font-size:18px;
	font-style:italic;
	font-weight:normal;
	position:relative;
	text-align:center;
	width:260px;
}

#s:focus {
	background-color: #EBEAE6;	
}

#searchsubmit {
	background-image:url("images/button_bg.jpg");
	background-position:center 0;
	background-repeat:no-repeat;
	border:0 none;
	color:#43548A;
	display:block;
	font-family:"Times New Roman",Times,serif;
	font-size:15px;
	font-style:italic;
	font-weight:bold;
	margin:15px auto;
	padding:3px 0 4px;
	position:relative;
	text-decoration:none;
	width:97px;
}

#searchsubmit:hover {
	background-position: center -28px;	
}

#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#cat-writing, #cat-sideprojects, #cat-inspiration, #cat-conceptgraveyard, #cat-free, #cat-howto {
	background-position: center 0px;
	background-repeat: repeat-x;
	display: block;
	width: 317px;
	height: 92px;
	text-indent: -9000px;
}

#cat-writing:hover, #cat-sideprojects:hover, #cat-inspiration:hover, #cat-conceptgraveyard:hover, #cat-free:hover, #cat-howto:hover, #sidebar .active-cat {
	background-position: center -92px;
}

#cat-writing {
	background-image: url("images/cat_writing.jpg");	
}

#cat-sideprojects {
	background-image: url("images/cat_sideprojects.jpg");
}

#cat-conceptgraveyard {
	background-image: url("images/cat_conceptgraveyard.jpg");
}

#cat-inspiration {
	background-image: url("images/cat_inspiration.jpg");
}

#cat-free {
	background-image: url("images/cat_freestuff.jpg");
}

#cat-howto {
	background-image: url("images/cat_howto.jpg");
}

#sidebar-bottomline {
	background-image: url("images/cat_howto.jpg");
	display: block;
	position: relative;
	width: 317px;
	height: 2px;
}


/*  FOOTER  */

#footer {
	background-color:#716C69;
	clear:both;
	color:#EBEAE6;
	margin:-1px 70px 0 71px;
	overflow:hidden;
	position:relative;
	text-align:left;
	border-color:#EBEAE6;
	border-style:solid;
	border-width: 1px 0 0 0;
}

.project-archive #footer {
	margin-top: -2px;
}

#footer a {
	color: #abc0ff;
}

#footer a:hover {
	color: #232738;
}

#footer-tweets, #footer-portfolios, #footer-contact {
	position: relative;
	display: block;
	width: 260px;
	float: left;
	padding: 29px 29px 15px;
	margin: 0 0 0 1px;
}


#footer-tweets h3, #footer-portfolios h3, #footer-contact h3 {
	display: block;
	position: relative;
	width: 260px;
	height: 53px;
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9000px;
	overflow: hidden;
	margin: 0 0 18px 0;
}

#footer-tweets h3 {
	background-image: url('images/footer_header_tweets.jpg');
}

#footer-portfolios h3 {
	background-image: url('images/footer_header_portfolio.jpg');
}

#footer-contact h3 {
	background-image: url('images/footer_header_contact.jpg');
}

#footer-tweets .tweet-link {
	background-image:url(images/footer_header_tweets.jpg);
	background-position:center -44px;
	background-repeat:no-repeat;
	font-family:"Times New Roman",Times,serif;
	font-style:italic;
	font-weight:bold;
	margin:17px 0 0;
	padding:12px 0 0;
	text-align:center;
	font-size: 14px;
}

#footer-tweets ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#footer-tweets ul li {
	padding: 0 0 0 43px;
	margin: 0 0 10px 0;
	background-image: url('images/tweet_mark.jpg');
	background-repeat: no-repeat;
	background-position: 8px 3px;
}

#footer-portfolios ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#footer-portfolio-print, #footer-portfolio-illustration, #footer-portfolio-interactive, #footer-portfolio-bookarts, #footer-portfolio-motion, #footer-portfolio-photography {
	display: block;
	height: 12px;
	margin-bottom: 16px;
	text-indent: -9000px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center 0;
}

#footer-portfolio-print:hover, #footer-portfolio-illustration:hover, #footer-portfolio-interactive:hover, #footer-portfolio-bookarts:hover, #footer-portfolio-motion:hover, #footer-portfolio-photography:hover {
	background-position: center -12px;
}


#footer-portfolio-print {
	background-image: url('images/footer_portfolio_print.jpg');
}

#footer-portfolio-illustration {
	background-image: url('images/footer_portfolio_illustration.jpg');
}

#footer-portfolio-interactive {
	background-image: url('images/footer_portfolio_interactive.jpg');
}

#footer-portfolio-bookarts {
	background-image: url('images/footer_portfolio_bookarts.jpg');
}

#footer-portfolio-motion {
	background-image: url('images/footer_portfolio_motiondesign.jpg');
}

#footer-portfolio-photography {
	background-image: url('images/footer_portfolio_photography.jpg');
}

#footer-contact ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#footer-contact ul li {
	background-position:left top;
	background-repeat:no-repeat;
	height:23px;
	margin:0 0 10px;
	padding:2px 0 0 43px;
}

#footer-contact-email {
	background-image: url('images/social_email.jpg');
}

#footer-contact-twitter {
	background-image: url('images/social_twitter.jpg');
}

#footer-contact-flickr {
	background-image: url('images/social_flickr.jpg');
}

#footer-contact-linkedin {
	background-image: url('images/social_linkedin.jpg');
}

#footer-cap {
	background-image:url("images/footer_bottom.png");
	background-position:center center;
	background-repeat:no-repeat;
	display:block;
	height:25px;
	margin:0 70px 25px 71px;
	width:958px;
}


/* 404 */

#page-head-404 {
	background-image: url('images/404_header.jpg');
	background-color: #d9d8d4;
	background-position: center top;
	background-repeat: no-repeat;
	text-indent:-9000px;
}
