/*
Theme Name: mcapraro relaunch 2010
Description: Theme for the MCapraro site.
Author: Michelangelo Capraro
Author URI: http://www.mcapraro.com/

*/

/*
HTML Boilerplate styles can be found in the html5-boilerplate/css directory.
*/

/* WordPress Required Styles */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}
	
.sticky h2 {
	padding-top: 10px;
}

cufon {
	/*border: 1px solid green;*/
}


/**** BODY STYLES ********/

html {

}

body {
	font-family: 'AauxProRegular', Arial, Helvetica, sans-serif;
    color: #646052;
	text-shadow: 0 0 1px rgba(110,105,91,0.2);
    background: url('images/bg-tile.jpg') #d2c8ae;

	width: 100%;
	height: 100%;
	overflow: hidden;
}


#container {
	/*border: 1px solid black;*/	
	max-width: 837px; /* 861 - 12*2 */
	min-width: 720px; /* 768 - 12*2*/
	margin: 0px auto;
	padding: 160px 24px 0px 24px;
	position: relative;	
}

a {
	font-family: 'AauxProBold', Arial, Helvetica, sans-serif;
	color: #46433a;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #46433a;
}

a:hover {
	color: #d24a68;/*#ff5e99;*/
}

h1, h2, h3 {
	font-weight: normal;
}


/******** HEADER *********/ 

#container > header {
	/*border: 1px solid red;*/
	position: relative;
	overflow: hidden;
	width: 450px; /*361px;*/
	height: 75px;
	margin-bottom: 64px;
	top: -2px;
	left: -4px;
}

#container > header h1 {
	font-family: 'AauxProLight', Arial, Helvetica, sans-serif;
 	font-size: 44px;
	line-height: 40px;
	letter-spacing: -1px;
	color: #fff;
	text-transform: lowercase;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);	
	margin: 0;
	padding: 0;
	position: relative;
	top: -4px;
}


#container > header h1 strong {
	font-family: 'AauxProMedium', Arial, Helvetica, sans-serif;
	position: relative;
	left: -.25em;
}

#container > header h1 a, #container > header h1 a:visited {
	color: #fff;
}

#container > header p.description {
	font-family: 'AauxProLight', Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #706a5c;
	text-transform: lowercase;
	position: relative;
	top: -5px;
	left: 2px;
}

#availability {
	background: transparent url('images/availability-bg.jpg') top left no-repeat;
	width: 375px; /* 406 - (13 + 18) */
	height: 60px;
	position: absolute;
	top: -60px;
	right: 0px;
	padding: 8px 24px 13px 18px;
}

#availability h2 {
	font-family: 'AauxProRegular', Arial, Helvetica, sans-serif;
 	font-size: 21px;
	line-height: 21px;
	color: #d3c9ae;
	text-shadow: 0 0 1px rgba(211,201,174,0.3);
}

#availability p {
	font-family: 'AauxProMedium', Arial, Helvetica, sans-serif;
 	font-size: 15px;
	line-height: 15px;
	color: #d3c9ae;
	text-shadow: 0 0 1px rgba(211,201,174,0.2);
	float: left; 
	margin-right: 19px;
}

#availability a {
	display: block;
	position: relative;
	overflow: hidden;
	width: 43px;
	height: 21px;
	top: 20px;
	float: right;
}

#availability a:after {
    content: url('images/availability-contact-button.jpg');
    position: absolute;
    left: 0;
    top: 0;
}

#availability a:hover:after {
    content: url('images/availability-contact-button.jpg');
    position: absolute;
    left: -43px;
    top: 0;
}


/************* INTRO ***********/
#intro p {
	font-family: Arial, Helvetica, sans-serif; /*We cannot use AuuxProLight here because on iPads the character spacing isnt adjustable and our paragraph becomes bigger than expected */
	color: #656055;
	font-size: 29px;
	line-height: 35px;
	letter-spacing: -1px;
}

#intro .more-link {
	/*border: 1px solid red;*/
	font-size: 1px;
	letter-spacing: 0px;
	display: inline-block;
	position: relative;
	width: 25px;
	height: 21px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	top: 2px;
}

#intro .more-link:after {
    content: url('images/more-button.jpg');
    position: absolute;
    left: 0;
    top: 0;
}

#intro .more-link:hover:after {
    content: url('images/more-button.jpg');
    position: absolute;
    left: -25px;
    top: 0;
}

#intro {
	margin-bottom: 95px;
}

/**** FOR THE WORK CATEGORY PAGE ****/

.category-work #intro img, .category-work #intro .name, .category-work #intro .work-link {
	display: none;
}

.category-work #intro .category-title {
	float: left;
	margin-right: 6px;
}

.category-work #intro a {
	/*border: 1px solid red;*/
	font-size: 1px;
	letter-spacing: 0px;
	display: inline-block;
	position: relative;
	width: 25px;
	height: 21px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	top: 2px;
}

.category-work #intro a:after {
    content: url('images/more-button.jpg');
    position: absolute;
    left: 0;
    top: 0;
}

.category-work #intro a:hover:after {
    content: url('images/more-button.jpg');
    position: absolute;
    left: -25px;
    top: 0;
}

/*********** WORK SAMPLES ***************/
#work-samples {
	/*border: 1px solid red;*/
	margin-bottom: 118px;
}

#work-samples article {
	margin-bottom: 110px;
	clear: both;
}

#work-samples .content {
}

.category-work .pagetitle {
	font-family: Arial, Helvetica, sans-serif; /*We cannot use AuuxProLight here because on iPads the character spacing isnt adjustable and our paragraph becomes bigger than expected */
	color: #656055;
	font-size: 22px;
	line-height: 35px;
	letter-spacing: -1px;
	margin-bottom: 20px;
	text-transform: lowercase;
}

#work-samples header h2, #work-samples header h2 a {
	font-family: 'AauxProMedium', Arial, Helvetica, sans-serif;
 	font-size: 24px;
	line-height: 20px;
	color: #fff;
	text-transform: lowercase;
	font-weight: normal;
}

#work-samples header {
	float: left;
	margin-bottom: 36px;
	width: 30%;
}

#work-samples header .client {
	font-family: 'AauxProMedium', Arial, Helvetica, sans-serif;
 	font-size: 14px;
	line-height: 12px;
	color: #6c6759;
	text-transform: lowercase;
}

#work-samples .content > p {
	font-family: 'AauxProRegular', Arial, Helvetica, sans-serif;
 	font-size: 16px;
	color: #888272;
	width: 66%;
	position: relative;
	float: right;
	display: block;
	margin-top: 6px;
	margin-bottom: 36px;
}

#work-samples .content  strong {
	font-family: 'AauxProBold', Arial, Helvetica, sans-serif;
}

#work-samples .content .jcarousel-container {
	/*border: 1px solid blue;*/
	clear: both;
	position: relative;
	top: -18px;	
}

#work-samples .content .touch-carousel {
	/*border: 1px solid green;*/
	clear: both;
	position: relative;
	top: -18px;	
    width: 100%;
    display: block;
    overflow: visible;
	z-index: 2;
}

#work-samples .content .samples-carousel {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0;
}

#work-samples .content .samples-carousel .wp-caption {
	border: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;

	max-width: auto !important;
	margin: 0 !important;
	padding: 0px;
	background: none;
		
	width: inherit; !important;
	
	position: relative;
	
	display: block;
	
	float: left;
}

#work-samples .content .wp-caption-text {
	top: 0;
	left: 0;
	float: none;
	font-size: 13px;
	width: 100%;
	text-align: left;
}


#work-samples .content .samples-carousel li {
	display: block;
	background-color: #fff;
	padding: 7px;
	position: relative;
}

#work-samples .content .samples-carousel li p {
	top: 0;
	left: 0;
	float: none;
	font-size: 13px;
	width: 100%;
	text-align: left;	
}

#work-samples .content .samples-carousel li p strong {
	font-family: 'AauxProBold', Arial, Helvetica, sans-serif;
	font-weight: bold;
}


#work-samples .content .jcarousel-clip {
	/*border: 1px solid blue;*/
	overflow: visible !important;
}

#work-samples .content > p > img {
	display: block;
	background-color: #fff;
	padding: 7px;
	position: relative;
	left: -52%;
	margin-top: 27px;
}

#work-samples .content > .wp-caption {
	border: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	max-width: auto !important;
	margin: 0 !important;
	background-color: #fff;
	padding: 7px;
	width: inherit; !important;
	position: relative;
	display: block;
	clear: both;
}


#work-samples .content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;	
}

#work-samples .content .samples-carousel img:last-child {

}


/************ ABOUT COPY *******************/

#about h2 {
	font-family: Arial, Helvetica, sans-serif; /*We cannot use AuuxProLight here because on iPads the character spacing isnt adjustable and our paragraph becomes bigger than expected */
	color: #656055;
	font-size: 37px;
	line-height: 46px;
	letter-spacing: -1px;
	margin-bottom: 15px;
}

#about-copy p {
	/*border: 1px solid blue;*/
	font-family: 'AauxProRegular', Arial, Helvetica, sans-serif; /* should be AuuxProLight but light doesnt render correctly */
	font-size: 18px;
	line-height: 22px;
	/*letter-spacing: -1px;*/
	color: #777262;
	margin-bottom: 21px;
	text-shadow: 0 0 1px rgba(119, 114, 98,0.2);
}

#about-copy p strong {
	font-family: 'AauxProBold', Arial, Helvetica, sans-serif; /* should be AuuxProLight but light doesnt render correctly */
	font-weight: bold;
}
	
#about-copy .first.column {
	margin-right: 24px;
}

#about-copy img {
	background-color: #fff;
	padding: 5px;	
	float: left;
	margin-right: 18px;
	position: relative;
	top: 6px;
}

#about-copy .closing {
	font-family: 'AauxProMedium', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: -1px;	
	margin-bottom: 4px;
	padding-top: 4px;
}

#about-copy .name {
	font-family: 'AauxProMedium', Arial, Helvetica, sans-serif;
	font-size: 24px;
	letter-spacing: -1px;	
	text-transform: lowercase;
	color: #fff;
	position: relative;
	left: -1px;
	margin-bottom: 9px;
}

#about-copy .links {
	font-family: 'AauxProRegular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
}

#about-copy .links .contact-link {
	display: block;
	position: relative;
	overflow: hidden;
	width: 43px;
	height: 21px;
	float: left;
	margin-right: 4px;
}

#about-copy .links .contact-link:after {
    content: url('images/contact-button.jpg');
    position: absolute;
    left: 0;
    top: 0;
}

#about-copy .links .contact-link:hover:after {
    content: url('images/contact-button.jpg');
    position: absolute;
    left: -43px;
    top: 0;
}

#about-copy .links .linkedin-link {
	display: block;
	position: relative;
	overflow: hidden;
	width: 43px;
	height: 21px;
}

#about-copy .links .linkedin-link:after {
    content: url('images/linkedin-button.jpg');
    position: absolute;
    left: 0;
    top: 0;
}

#about-copy .links .linkedin-link:hover:after {
    content: url('images/linkedin-button.jpg');
    position: absolute;
    left: -43px;
    top: 0;
}


/******************* ARTICLES & POSTS, TWEETS ******************/

#articles-posts, #tweets {
	/*border: 1px solid blue;*/
	width: 406px;
	float: left;
	margin-top: 120px;
}

#articles-posts {
	margin-right: 24px;
}

#articles-posts > header > h2, #tweets > header > h2 {
	font-family: 'AauxProRegular', Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: normal;
	letter-spacing: -1px;	
	text-transform: lowercase;
	color: #fff;
	margin-bottom: 8px;
}

#articles-posts > header > h2 a, #tweets > header > h2 a {
	color: #fff;
}


#articles-posts > article {
	margin-bottom: 21px;
}

#articles-posts > article > header > h2 a {
	font-family: 'AauxProRegular', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 26px;
	letter-spacing: -1px;	
	text-transform: lowercase;
	margin-bottom: 4px;
}


#articles-posts > article .content {
	font-family: 'AauxProRegular', Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 0px;	
	font-size: 16px;
	color: #645f52;
	text-shadow: 0 0 1px rgba(100, 95, 82, 0.2);
}

#articles-posts > article .content .more-link {
	display: block;
	position: relative;
	overflow: hidden;
	width: 27px;
	height: 21px;	
	margin-top: 9px;
	z-index: 1;
}

#articles-posts > article .content .more-link:after {
    content: url('images/small-more-button.jpg');
    position: absolute;
    left: 0;
    top: 0;
}

#articles-posts > article .content .more-link:hover:after {
    content: url('images/small-more-button.jpg');
    position: absolute;
    left: -27px;
    top: 0;
}

#tweets ul {
	margin: 0px;
	list-style: none;
}

#tweets li {
	font-family: 'AauxProMedium', Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 0px;	
	font-size: 16px;
	color: #646053;
	text-shadow: 0 0 1px rgba(100, 96, 83, 0.2);
	margin-bottom: 22px;
}

#tweets li .aktt_tweet_time {
	display: block;
	font-size: 12px;
	color: #918a77;
	text-shadow: 0 0 1px rgba(145, 138, 119, 0.2);
}

#tweets li .aktt_tweet_time:hover {
	color: #d24a68;
}

#tweets .aktt_more_updates a {
	display: block;
	position: relative;
	overflow: hidden;
	width: 43px;
	height: 21px;
}

#tweets .aktt_more_updates a:after {
    content: url('images/twitter-button.jpg');
    position: absolute;
    left: 0;
    top: 0;
}

#tweets .aktt_more_updates a:hover:after {
    content: url('images/twitter-button.jpg');
    position: absolute;
    left: -43px;
    top: 0;
}


/*************** FOOTER ******************/

footer {
	/*border: 1px solid green;*/
	font-family: 'AauxProMedium', Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 0px;	
	font-size: 16px;
	color: #645f52;
	text-shadow: 0 0 1px rgba(100, 95, 82, 0.2);
	clear: both;
	padding: 140px 0 110px 0;
}

footer ul {
	margin: 0px;
	list-style: none;
}

footer li {
	float: left;
	margin-right: 25px;
}



/*************** SINGLE PAGE, SINGLE POST *********************/

#main {
	position: relative;
}

#main > article.type-post {
	/*width: 610px*/;/*550px;*/
	margin-right: 227px;
} 

#main > article.post > h2 {
	font-family: 'AauxProLight', Arial, Helvetica, sans-serif;
	color: #656055;
	font-size: 37px;
	line-height: 46px;
	letter-spacing: -1px;
	margin-bottom: 15px;
}

#main > article.post > footer {
	padding: 36px 0 0 0;
}

#main > article.post > footer .share-link a, #main > article.post > footer .comment-link a {
	/*border: 1px solid green;*/
	color: #6d685a;
	display: block;
	float: left; 
	margin: 0 30px 30px 17px;
	position: relative;
}

#main > article.post > footer .share-link a:hover, #main > article.post > footer .comment-link a:hover {
	color: #d24a68;
}

#main > article.post > footer .comment-link a:before, #main > article.post > footer .share-link a:before {
	content: " ";
	background: transparent url('images/comment-link-icon.png') top left no-repeat;
	position: absolute;
	top: 4px;
	left: -17px;
	width: 14px;
	height: 11px;
	overflow: hidden;
}

#main > article.post > footer .comment-link a:hover:before, #main > article.post > footer .share-link a:hover:before {
	content: " ";
	background: transparent url('images/comment-link-icon.png') top right no-repeat;
	position: absolute;
	top: 4px;
	left: -17px;
	width: 14px;
	height: 11px;
	overflow: hidden;
}


#main > article.post > footer .share-link a:before {
	background: transparent url('images/share-link-icon.png') top left no-repeat;
}

#main > article.post > footer .share-link a:hover:before {
	background: transparent url('images/share-link-icon.png') top right no-repeat;
}

#main > article.post > footer .share-link:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#main > article.post > footer > small:before {
	clear: both;
}

#main > article.post > footer > small {
	font-family: 'AauxProMedium', Arial, Helvetica, sans-serif;
	color: #5e594e;
	text-shadow: 0 0 1px rgba(94, 89, 78, 0.2);
	font-size: 14px;
	padding: 12px;
	display: block;
	background: transparent url('images/box-bg-tile.jpg') top left repeat;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	behavior: url(/wp-content/themes/mcapraro_relaunch_2010/PIE.php);
}

#main > article.post > footer > small p {
	margin-bottom: 6px;
}

#main > article.post > footer > small p:last-child {
	margin-bottom: 0px;
}

#main > article.post > footer a {
	font-family: 'AauxProBold', Arial, Helvetica, sans-serif;
}

#main > article.post > footer .category-seperator {
	font-family: 'AauxProBlack', Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#main > article > header > h2 {
	font-family: 'AauxProMedium', Arial, Helvetica, sans-serif; 
	color: #fff;
	font-size: 22px;
	letter-spacing: -1px;
	margin-bottom: 0px;
	text-transform: lowercase;
}

#main > article > header > h2 a {
	color: #fff;
}


#main > article > .content > p:first-child {
	font-family: 'AauxProLight', Arial, Helvetica, sans-serif; 
	color: #656055;
	font-size: 30px;
	line-height: 39px;
	letter-spacing: -1px;
	margin-bottom: 20px;
}

#main > article > .content > p:first-child a {
	color: #000;
}

#main > article > .content > p:first-child a:hover {
	color: #d24a68;
}

#main > article > .content > p, #main > article ul, #main > article ol, #main > article > .content blockquote p {
	font-family: 'AauxProRegular', Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 0px;	
	font-size: 19px;
	line-height: 24px;
	color: #787264;
	text-shadow: 0 0 1px rgba(120, 114, 100, 0.2);
	margin-bottom: 21px;
}

#main > article > .content blockquote p {
	font-family: serif;	
	font-style: italic;
	font-weight: normal;
	/*letter-spacing: 1pt;*/
	line-height: 140%;
	margin-left: 2em;
}

#main > article ul li {
	margin-bottom: 11px;
	list-style-image:url("images/bullet.jpg");

}

#main > article.post ol {
	counter-reset:item
}

#main > article.post ol li {
        display: block
}

#main > article.post ol li:before {
        content: counter(item) ". ";
        counter-increment: item;
        font-weight: bold;
}


#main > article > .content > h3 {
	font-family: 'AauxProMedium', Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 0px;	
	font-size: 19px;
	line-height: 24px;
	margin-bottom: 21px;
	text-transform: lowercase;
	color: #d24a68;
}

#main > article > .content img {
	max-width: 598px !important; /*710 - (6*2)*/
	/*background-color: #b7ad96;*/
	background: transparent url('images/box-bg-tile.jpg') top left repeat;
	padding: 6px;

	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	behavior: url(/wp-content/themes/mcapraro_relaunch_2010/PIE.php);
}

#main > article > .content .wp-caption {
	border: 0px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;

	max-width: 610px !important;
	margin: 0 0px 21px 0 !important;
	padding: 0px;
	background: transparent url('images/box-bg-tile.jpg') top left repeat;
	
	behavior: url(/wp-content/themes/mcapraro_relaunch_2010/PIE.php);
	
	width: auto !important;
}

#main > article > .content .wp-caption img {
	background-color: transparent;	
}

#main > article > .content .wp-caption-text {
	font-family: 'AauxProMedium', Arial, Helvetica, sans-serif;
	padding: 0 8px 8px 8px ;
	color: #59554b;
	text-align: left;
	white-space: normal;
	font-size: 13px;
	width: 100%;
}

#main > article.post > .content .samples-carousel .wp-caption-text {
	padding-top: 0;
	padding-bottom: 4px;
}

#main > article.post > .content .samples-carousel img {
	padding-bottom: 0;
}


#main > article ul.samples-carousel li {
	/*border: 1px solid green;*/
	width: 610px !important;
	list-style: none;
	margin: 0;
	padding-right: 24px;
}

#main > article.post >  .content .jcarousel-clip {
	/*border: 1px solid blue;*/
	overflow: visible !important;
}

#main > article ul.samples-carousel .wp-caption {
}

/********* AUTHOR INFO BOX ******************/
#sidebar {
	position: absolute;
	top: 324px;
	right: 24px;
	width: 203px;
}



#sidebar > #author-info {
	width: 179px; /*203 - 12*2 */
	padding: 12px;
	display: block;
	background: transparent url('images/box-bg-tile.jpg') top left repeat;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	behavior: url(/wp-content/themes/mcapraro_relaunch_2010/PIE.php);	
}

#sidebar > #author-info img {
	width: 54px;
	padding: 2px;
	background-color: #fff;
	float: left;
	margin-right: 8px;
}

#sidebar > #author-info .name {
	color: #817b6c;
	font-size: 12px;
	text-transform: lowercase;
	line-height: 16px;
}

#sidebar > #author-info .name a {
	font-family: 'AauxProBold', Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 17px;
	line-height: 15px;
	text-transform: lowercase;
	display: block;
}

#sidebar > #author-info .about {
	color: #6d685a;
	font-size: 14px;
	position: relative;
	padding-top: 14px;
	display: block;
	clear: both;
}

#sidebar > #author-info .about a {
	/*border: 1px solid green;*/
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 17px;
	height: 12px;	
	line-height: 0px;
	top: 2px;
}

#sidebar > #author-info .about a:after {
    content: url('images/tiny-more-button.jpg');
    position: absolute;
    left: 0;
    top: 0;
}

#sidebar > #author-info .about a:hover:after {
    content: url('images/tiny-more-button.jpg');
    position: absolute;
    left: -17px;
    top: 0;	
}

#sidebar > #author-info .work-link {
	display: block;
	margin-top: 14px;
	
}

#sidebar > #author-info .work-link a {
	font-family: 'AauxProBold', Arial, Helvetica, sans-serif;
	font-size: 13px;
	position: relative;
}

#sidebar > #author-info .work-link a:after {
	content: " ";
	background: transparent url('images/tiny-more-button.jpg') top left no-repeat;
	position: absolute;
	top: 2px;
	width: 17px;
	height: 12px;
	overflow: hidden;
	margin-left: 6px;
}

#sidebar > #author-info .work-link a:hover:after {
	content: " ";
	background: transparent url('images/tiny-more-button.jpg') top right no-repeat;
	position: absolute;
	top: 2px;
	width: 17px;
	height: 12px;
	overflow: hidden;
	margin-left: 6px;
}


#sidebar > #author-info #comment-share-links {
	/*border: 1px solid green;*/
	border-top: 1px solid #d5cab1;
	font-family: 'AauxProBold', Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 14px;
}

#sidebar > #author-info #comment-share-links .share-link a, #sidebar > #author-info #comment-share-links .comment-link a {
	/*border: 1px solid green;*/
	color: #6d685a;
	display: block;
	float: left; 
	margin: 14px 14px 0px 17px;
	position: relative;
}

#sidebar > #author-info #comment-share-links .share-link a {
	margin-right: 0;
}

#sidebar > #author-info #comment-share-links .comment-link a {
	white-space:nowrap;
}

#sidebar > #author-info #comment-share-links .share-link a:hover, #sidebar > #author-info #comment-share-links .comment-link a:hover {
	color: #d24a68;
}

#sidebar > #author-info #comment-share-links .comment-link a:before, #sidebar > #author-info #comment-share-links .share-link a:before {
	content: " ";
	background: transparent url('images/comment-link-icon.png') top left no-repeat;
	position: absolute;
	top: 4px;
	left: -17px;
	width: 14px;
	height: 11px;
	overflow: hidden;
}

#sidebar > #author-info #comment-share-links .comment-link a:hover:before, #sidebar > #author-info #comment-share-links .share-link a:hover:before {
	content: " ";
	background: transparent url('images/comment-link-icon.png') top right no-repeat;
	position: absolute;
	top: 4px;
	left: -17px;
	width: 14px;
	height: 11px;
	overflow: hidden;
}


#sidebar > #author-info #comment-share-links .share-link a:before {
	background: transparent url('images/share-link-icon.png') top left no-repeat;
}

#sidebar > #author-info #comment-share-links .share-link a:hover:before {
	background: transparent url('images/share-link-icon.png') top right no-repeat;
}

#sidebar > #author-info #comment-share-links .share-link:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#sidebar > #post-info {
	padding: 35px 12px 0 12px;
}

#sidebar > #post-info .post-date {
	margin-bottom: 24px;
}

#sidebar > #post-info .post-date p:first-child, #sidebar > #post-info .post-category p:first-child {
	text-transform: lowercase;
	color: #817a6a;
}

#sidebar nav {
	padding: 20px 12px 0 12px;
}

#sidebar nav ul {
	list-style: none;
	margin: 0 0 35px 0;
	text-transform: lowercase;
}

#sidebar nav h2 {
	text-transform: lowercase;
	color: #817a6a;
}

#sidebar nav .tag-cloud {
	white-space: normal;
	margin: 0 0 35px 0;
}

/****************** POST COMMENTS ***********************/

#main > article > #comments {
	font-family: 'AauxProMedium', Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #d24a68;
	margin: 68px 0 37px 0;
}

#main > article > .commentlist {
	list-style: none;
	margin: 0;
}

#main > article > .commentlist .avatar {
	width: 44px;
	height: 44px;
	padding: 2px;
	background-color: #b9b099;
}

#main > article > .commentlist .bypostauthor .avatar {
	background-color: #fff;
}

#main > article > .commentlist .bypostauthor header:after {
	content: "Author";
	font-size: 13px;
	position: relative;
	top: -6px;
	left: 6px;
}



#main > article > .commentlist header {
	display: block;
	width: 52px;
	margin: 0px;
	float: left;
}
	
#main > article > .commentlist article {
	font-family: 'AauxProRegular', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #6e695c;
	text-shadow: 0 0 1px rgba(110, 105, 92, 0.2);
	margin-bottom: 35px;
}

#main > article > .commentlist article:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#main > article > .commentlist cite {
	font-family: 'AauxProBold', Arial, Helvetica, sans-serif;
	font-style: normal;
}

#main > article > .commentlist .says {
	font-family: 'AauxProBold', Arial, Helvetica, sans-serif;

}

#main > article > .commentlist article time {
	font-size: 13px;
	display: block;
}

#main > article > .commentlist article > p {
	margin: 0 0 10px 62px;
}

#main > article > .commentlist .bypostauthor cite, #main > article > .commentlist .bypostauthor .says {
	color: #fff;
}

#main > article.post ol.commentlist li:before {
        content: " ";
}

/********* comment form *********/
#main > article > #respond h3 {
	font-family: 'AauxProMedium', Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #d24a68;
	margin: 48px 0 16px 0;
}

#main > article > #respond form {
	font-family: 'AauxProRegular', Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#main > article > #respond form p {
	clear: both;
	margin-bottom: 4px;
}

#main > article > #respond form p:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#main > article > #respond form label {
	width: 54px;
}

#main > article > #respond form .required {
	font-size: 13px;
	margin: 0px 0 0 10px ;
	position: relative;
	top: 4px;
	color: #8c8675;
}


.subscribe-to-comments:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.subscribe-to-comments label {
	width: 300px !important;
}

.subscribe-to-comments, .textarea, .submit {
	margin-left: 62px;
}

#social, #social #respond {
	background: url('/wp-content/themes/mcapraro_relaunch_2010/images/bg-tile.jpg') #d2c8ae !important;
}

#social #reply-title, #social .social-nav .social-current-tab {
	font-family: 'AauxProMedium',Arial,Helvetica,sans-serif;
	font-size: 20px;
	color: #d24a68;
	margin: 48px 0 16px 0;
	background: none !important;
}

#social #respond textarea.social-input {
	height: 83px;
	max-width: none !important;
	width: 80%;
}

#social {
	line-height: 1.5;
	margin: 40px 0;
}

#social .social-comment {
	border: none !important;
	margin-bottom: 20px !important;
}

.social-nav {
	display: none !important;
}

/************************ ARCHIVE PAGES *****************************/

#main > #archive, #main > #search {
	/*width: 610px*/;/*550px;*/
	margin-right: 227px;
} 

#main > #archive > h2, #main > #search > h2 {
	font-family: 'AauxProMedium', Arial, Helvetica, sans-serif; 
	color: #fff;
	font-size: 22px;
	letter-spacing: -1px;
	margin-bottom: 0px;
	text-transform: lowercase;
}

#main > #archive > article h3, #main > #search > article h3 {
	font-size: 22px;
	letter-spacing: -1px;
	margin-bottom: 3px;
	text-transform: lowercase;
}

#main > #archive > article p, #main > #search > article p {
	font-family: 'AauxProLight', Arial, Helvetica, sans-serif;
	color: #656055;
	font-size: 24px;
	line-height: 29px;
	letter-spacing: -1px;
}

#main > #archive > article p .more-link, #main > #search > article p .more-link {
	/*border: 1px solid red;*/
	font-size: 12px;
	letter-spacing: 0px;
	display: inline-block;
	position: relative;
	width: 25px;
	height: 21px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	top: 2px;
}

#main > #archive > article p .more-link:after, #main > #search > article p .more-link:after {
    content: url('images/more-button.jpg');
    position: absolute;
    left: 0;
    top: 0;
}

#main > #archive > article p .more-link:hover:after, #main > #search > article p .more-link:hover:after {
    content: url('images/more-button.jpg');
    position: absolute;
    left: -25px;
    top: 0;
}


#main > #archive > article > footer, #main > #search > article > footer {
	padding: 3px 0 0 0;
	font-size: 14px;
}

#main > #archive > article > footer .comments, #main > #search > article > footer .comments {
	margin: 0 20px 0 37px;
	position: relative;
}

#main > #archive > article > footer .comments a:before, #main > #search > article > footer .comments a:before {
	content: " ";
	background: transparent url('images/comment-link-icon.png') top left no-repeat;
	position: absolute;
	top: 4px;
	left: -17px;
	width: 14px;
	height: 11px;
	overflow: hidden;
}

#main > #archive > article > footer .comments a:hover:before, #main > #search > article > footer .comments a:hover:before {
	content: " ";
	background: transparent url('images/comment-link-icon.png') top right no-repeat;
	position: absolute;
	top: 4px;
	left: -17px;
	width: 14px;
	height: 11px;
	overflow: hidden;
}

#main > #archive > article, #main > #search > article {
	margin-bottom: 55px;
}


#main article #smart-archives-list  h2 {
	font-size: 16px;
	letter-spacing: -1px;
	margin-bottom: 3px;
	text-transform: lowercase;
}


/************* SEARCH FORM **************/
#searchform {
	margin-top: 30px;
	margin-left: 12px;
	white-space: nowrap;
}

#searchform #s {
	width: 121px !important;
}

#searchform #searchsubmit {
	position: relative;
	left: -30px !important;
}

#more-indicator {
	display: block;
	position: absolute;
	padding-left: 10px;
}

/**************** MOBILE SPECIFIC **********************/

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) {
	
	#commentform .submit {
		margin-left: 50px;
	}
	
	#sidebar .work-link a:after, #sidebar .work-link a:hover:after {
		top: 0;
	}

	#work-samples header h2 {
		line-height: 15px;
	}	

}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
	#about-copy .closing {
		margin-bottom: 0px;
	}

	#about-copy .name {
		font-size: 22px;
	}

	#articles-posts, #tweets {
		width: 345px;
	}


 	#main > article.type-post, #main > article .wp-caption {
		max-width: 714px !important;
	}	
	
	#main > article img {
		max-width: 702px !important;
	}
	
	footer li {
		margin-right: 15px;
	}
	
	#main > article.type-post {
		width: 610px;/*550px;*/
		margin-right: 227px;
	} 	
	
	#sidebar {
		top: -6px;
	}
	
	#sidebar > #post-info {
		visibility: hidden;
	}

	#more-indicator {
		display: none;
	}
	
	
}

