/*
Theme Name: Mig Reyes
Theme URI: http://migreyes.com/
Description: The 2010 default theme for Mig Reyes.
Author: Mig Reyes
Version: 4.0
Tags: awesome
*/

/***     Global Setup     ***/
* {
	border: none;
	line-height: 14px;
	margin: 0;
	padding: 0;
}

body {
	/*
		background: #FAFAFA url(http://www.migreyes.com/images/background.jpg) repeat fixed;
	*/
	background: #FAFAFA;
	color: #555555;
	font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2", "Lucida Grande", "Helvetica", "Arial", sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
}

h1 {
	font-family: "ff-meta-serif-web-pro-1", "ff-meta-serif-web-pro-2", serif;
	font-size: 16px;
	font-weight: normal;
}

h2 {
	font-family: "ff-meta-serif-web-pro-1", "ff-meta-serif-web-pro-2", serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 14px 0;
}

h4 {
	color: #73ADB6;
	font-size: 10px;
	font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2", "Lucida Grande", "Helvetica", "Arial", sans-serif;
	font-weight: normal;
	letter-spacing: 2px;
	margin: 7px 0 0 0;
	text-transform: uppercase;
}
	h4 em {
		letter-spacing: 0px;
		margin: 0 0 0 -2px;
		text-transform: lowercase;
	}

a:link {
	color: #73ADB6;
	text-decoration: none;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
}
a:visited {
	/* 
	color: #CFCFCF;
	*/
	color: #b1bcbb;
	text-decoration: line-through;
}
a:hover {
	color: #d65742;
}
a:active {
	color: #762a19;
	text-decoration: none;
}
::selection {
	background: yellow; /* Safari */
	}
::-moz-selection {
	background: yellow; /* Firefox */
}

/***     Type Adjustements     ***/
.text-color-shift {
	color: #73ADB6;
}

/***     Search Form     ***/
#search-field {
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	color: #AAA7A4;
	float: right;
	margin: 16px 0 0 0;
	padding: 3px;
	width: 220px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition-property: border, -webkit-box-shadow;
	-webkit-transition-duration: 0.2s, 0.2s;
	-webkit-transition-timing-function: ease, ease;
}
	input#search-field:hover {
		border: 1px solid #73ADB6;
	}
	input#search-field:focus {
		outline: none;
		border: 1px solid #73ADB6;
		box-shadow: 0 0 6px #73ADB6;
		-webkit-box-shadow: 0 0 6px #73ADB6;
		-moz-box-shadow: 0 0 6px #73ADB6;
	}
	#search-button {
		display: none;
		float: right;
		padding: 3px;
		width: 40px;
	}
/***     Container     ***/
.container {
	margin: 0 auto;
	width: 880px;
}


/***     Header     ***/
.header {
	float: left;
	margin: 56px 0 0 20px;
	position: fixed;
	width: 160px;
}
	.header a:link h1 {
		color: #555555;
		-webkit-transition: color 0.2s ease-out;
		-moz-transition: color 0.2s ease-out;
	}
	.header a:visited h1 {
		color: #555555;
	}
	.header a:hover h1 {
		color: #d65742;
	}
	.header a:active h1 {
		color: #762a19;
	}
	
/***     Content     ***/
.content {
	float: right;
	margin: 56px 0 0 0;
	width: 700px;
}

.see-all {
	display: block;
	float: right;
	margin: -26px 0 0 0;
}

/***     Navigation     ***/
.navigation {
	border-bottom: 2px solid #AAA7A4;
	height: 56px;
	margin: 0 0 21px 0;
	width: 700px;
}
	.nav-main, .nav-main-on {
		display: block;
	}
	
	.nav-sub, .nav-sub-on {
		display: block;
		margin: -7px 0 0 0;
	}
	
	.nav-sub-sandbox {
		display: block;
		margin: 5px 0 0 0;
	}
	
	.navigation a .nav-main, .nav-main-sandbox {
		color: #555555;
		font-family: "ff-meta-serif-web-pro-1", "ff-meta-serif-web-pro-2", serif;
		font-size: 16px;
		font-weight: normal;
		-webkit-transition: color 0.2s ease-out;
		-moz-transition: color 0.2s ease-out;
	}
		.navigation a:link .nav-main { }
		.nav-main-on {
			color: #555555;
			font-family: "ff-meta-serif-web-pro-1", "ff-meta-serif-web-pro-2", serif;
			font-size: 16px;
			font-weight: normal;
			-webkit-transition: color 0.2s ease-out;
			-moz-transition: color 0.2s ease-out;
		}
	
		.navigation a:visited .nav-main {}
	
		.navigation a:hover .nav-main, .navigation a:hover .nav-main-on {
			color: #d65742;
		}
	
		.navigation a:active .nav-main, .navigation a:active .nav-main-on {
			color: #762a19;
		}
	
	.navigation a .nav-sub, .nav-sub-sandbox {
		color: #73ADB6;
		font-size: 10px;
		font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2", "Lucida Grande", "Helvetica", "Arial", sans-serif;
		font-weight: normal;
		letter-spacing: 2px;
		text-transform: uppercase;
		-webkit-transition: color 0.2s ease-out;
		-moz-transition: color 0.2s ease-out;
	}
	
	.navigation a:hover .nav-sub {
		color: #d65742;
	}
	.navigation a:active .nav-sub {
		color: #762a19;
	}
	
	.nav-sub-on {
		/* color: #555555; */
		color: #d65742;
		font-size: 10px;
		font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2", "Lucida Grande", "Helvetica", "Arial", sans-serif;
		font-weight: normal;
		letter-spacing: 2px;
		text-transform: uppercase;
		-webkit-transition: color 0.2s ease-out;
		-moz-transition: color 0.2s ease-out;
	}
		a:link .nav-sub-on {}
		a:visited .nav-sub-on {}
		a:hover .nav-sub-on { color: #d65742; }
		a:active .nav-sub-on { color: #762a19; }
	
.navigation ul {
	list-style-type: none;
}

.navigation ul li {
	float: left;
	margin: 0 20px 0 0;
}
	#nav-thoughts {
		margin: 0 0 0 0;
	}

/***     Rail     ***/
.rail {
	/* border: 1px solid red; */
	float: right;
	margin: 0 0 28px 0;
	width: 220px;
}

	.rail h2 {
		font-weight: normal;
	}

/***     Page : Thoughts     ***/
.thought-post {
	border-bottom: 1px solid #AAA7A4;
	float: left;
	margin: 0 0 21px 0;
	padding: 0 0 21px 0;
	width: 700px;
}

.thought-utility {
	float: left;
	width: 180px;
}

.thought-post-date {
	float: left;
	font-size: 10px;
	letter-spacing: .3em;
	text-transform: uppercase;
	width: 180px;
}
	.thought-post-day {
		/*
		color: #73ADB6;
		font-weight: bold;
		*/
		font-size: 14px;
		letter-spacing: 0;
	}
.thought-post-comments {
	clear: left;
	float: left;
	margin: 7px 0 0 0;
	width: 180px;
}
.thought-post-content {
	margin: 0 0 0 180px;
	width: 520px;
}
	.thought-post-content h2 {
		border-bottom: 1px dotted #AAA7A4;
		font-weight: normal;
		padding: 0 0 14px 0;
	}
	.thought-post-content p {
		font-size: 14px;
		line-height: 20px;
	}
	.thought-post-thumb {
		float: left;
		margin: 0 20px 0 0;
		transition: -webkit-box-shadow 0.2s ease;
		-webkit-transition: -webkit-box-shadow 0.2s ease;
		-moz-transition: -moz-box-shadow 0.2s ease;
	}
	.thought-post-thumb:hover {
		box-shadow: 0 0 4px #CCC;
		-webkit-box-shadow: 0 0 4px #CCC;
		-moz-box-shadow: 0 0 4px #CCC;
	}

.thought-post-last {
	border: none;
	margin: 0;
}
#write-more {
	border-top: 1px solid #AAA7A4;
	float: left;
	margin: 0 0 -7px 0;
	padding: 19px 0 0 0;
	width: 700px;
}

#thought-content {
	border-bottom: 1px solid #AAA7A4;
	clear: left;
	float: left;
	padding: 0 0 21px 0;
	width: 700px;
}
	#thought-content p {
		font-size: 14px;
		line-height: 20px;
	}
/***     Page : Search     ***/
.search-entry {
	background-color: #FFFFFF;
		border-radius: 3px;
		border: 1px solid #dedede;
		clear: left;
		float: left;
		font-size: 14px;
		margin: 0 0 20px 0;
		padding: 15px 15px 15px 15px;
		width: 410px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		transition: box-shadow 0.2s ease;
		-webkit-transition: -webkit-box-shadow 0.2s ease;
}
	.search-entry:hover {
		box-shadow: 3px 3px 3px #dedede;
		-webkit-box-shadow: 3px 3px 3px #dedede;
		-moz-box-shadow: 3px 3px 3px #dedede;
	}
	.search-entry p {
		line-height: 20px;
	}
.search-entry-work {
	width: 340px;
}
	.search-entry-work img {
		border: 1px solid #CFCFCF;
		margin: -1px 0 0 -1px;
	}
#search-intro {
	float: left;
	margin: 0 20px 0 0;
	width: 240px;
}
#search-results {
	float: left;
	width: 410px;
}

/***     404     ***/
#content-404 {
	border-bottom: 1px solid #AAA7A4;
	margin: -7px 0 21px 0;
	padding: 0 0 21px 0;
}
.error-tip {
	float: left;
	padding: 0;
	margin: 0 20px 0 0;
	width: 220px;
}
	#error-tip-last {
		margin: 0;
	}

/***     Footer     ***/
.footer {
	border-top: 2px solid #AAA7A4;
	clear: left;
	float: left;
	margin: 28px 0 0 0;
	padding: 14px 0 28px 0;
	width: 700px;
}
	.footer-title {
		font-size: 10px;
		letter-spacing: 1px;
		margin: 0 0 0 14px;
		text-transform: uppercase;
	}
	#footer-title-browse {
		margin: 0;
	}
	.footer a:link {}
	.footer a:visited {
		color: #73ADB6;
	}
	.footer a:hover {
		color: #d65742;
	}
	.footer a:active {
		color: #762a19;
	}


/***     Typography     ***/
.copy-intro,
.copy-intro p {
	font-family: "ff-meta-serif-web-pro-1", "ff-meta-serif-web-pro-2", "Georgia", serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
}
	.copy-intro a:link {}
	.copy-intro a:visited {color: #73ADB6; }
	.copy-intro a:hover { color: #d65742; }
	.copy-intro a:active { color: #762a19; }
.byline a:link { color: #73ADB6; }
.byline a:visited { color: #73ADB6; }
.byline a:hover { color: #d65742; }
.byline a:active { color: #762a19; }

/***     Page : Home     ***/
#home-work {
	border-bottom: 1px solid #AAA7A4;
	float: left;
	margin: 0 0 14px 0;
	padding: 0 0 21px 0;
	width: 700px;
}
	#home-work h2 {
		font-weight: normal;
	}

.home-latest-bits { }
.live {
	border-bottom: 1px solid #AAA7A4;

	margin-bottom: 21px;
	padding-bottom: 21px;
}
	#content-home a:link {
		color: #73ADB6;
	}
	#content-home a:visited {
		color: #73ADB6;
	}
	#content-home a:hover {
		color: #d65742;
	}
	#content-home a:active {
		color: #762a19;
	}

	.home-latest-bits h2, .live h2 {
		font-weight: normal;
		margin: 0 0 7px 0;
	}
	
	.live h2 {
		color: #d65742;
	}

#home-news {
	float: left;
	margin-right: 20px;
	width: 340px;
}

#home-article {
	float: left;
	width: 340px;
}

#intro-profile p,
.introduction p {
	border-top: 1px solid #AAA7A4;
	clear: left;
	float: left;
	font-family: "ff-meta-serif-web-pro-1", "ff-meta-serif-web-pro-2", "Georgia", serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
	margin: 21px 0 0 0;
	padding-top: 14px;
}
	#intro-profile p a:link, .introduction a:link {}
	#intro-profile p a:visited, .introduction a:visited {
		color: #73ADB6;
	}
	#intro-profile p a:hover, .introduction a:hover {
		color: #d65742;
	}
	#intro-profile p a:active, .introduction a:active {
		color: #762a19;
	}

.home-work-odd {
	border: 1px solid #AAA7A4;
	float: left;
	height: 210px;
	margin: 0 16px 0 0;
	overflow: hidden;
}
.home-work-even {
	border: 1px solid #AAA7A4;
	float: left;
	height: 210px;
	margin: 0;
}
	#home-work p {
		transition: -webkit-box-shadow 0.2s ease;
		-webkit-transition: -webkit-box-shadow 0.2s ease;
		-moz-transition: -moz-box-shadow 0.2s ease;
	}
	#home-work p:hover {
		box-shadow: 0 0 4px #CCC;
		-webkit-box-shadow: 0 0 4px #CCC;
		-moz-box-shadow: 0 0 4px #CCC;
	}

/***     Page : News     ***/
#news {
	float: left;
	width: 440px;
}

	#news h2 {
		border-bottom: 2px solid #AAA7A4;
		margin: 0 0 21px 0;
		padding: 0 0 14px 0;
	}

	/** News Posts **/
	.news-post,
	.news-entry {
		background-color: #FFFFFF;
		border-radius: 3px;
		border: 1px solid #dedede;
		clear: left;
		float: left;
		margin: 0 0 20px 0;
		padding: 15px 15px 15px 15px;
		width: 410px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		transition: box-shadow 0.2s ease;
		-webkit-transition: -webkit-box-shadow 0.2s ease;
	}
		.news-post:hover {
			box-shadow: 3px 3px 3px #dedede;
			-webkit-box-shadow: 3px 3px 3px #dedede;
			-moz-box-shadow: 3px 3px 3px #dedede;
		}
		.news-post h3,
		.news-entry h3 {
			font-family: "ff-meta-serif-web-pro-1", "ff-meta-serif-web-pro-2", serif;
			font-size: 16px;
			margin: 0 0 7px 0;
		}
			.news-post h3 a:link { 
				color: #555555;
			}
			.news-post h3 a:visited { 
				color: #555555;
			}
			.news-post h3 a:hover { 
				color: #d65742;
			}
			.news-post h3 a:active { 
				color: #762a19;
			}
			
			.news-post hr, .news-post-entry hr {
				border: none;
				border-top: 1px dashed #dedede;
				clear: left;
				display: block;
				float: left;
				height: 1px;
				margin-top: 14px;
				padding: 0;
				width: 404px;
			}
			
	.news-post-date {
		display: block;
		float: left;
		font-size: 10px;
		letter-spacing: .3em;
		text-transform: uppercase;
	}
		.news-post-day {
			/*
			color: #73ADB6;
			font-weight: bold;
			*/
			font-size: 14px;
			letter-spacing: 0;
		}
	.news-post-comments {
		display: block;
		float: left;
		margin: 14px 0 0 0;
	}
	.news-post-entry {
		border-top: 1px solid #AAA7A4;
		clear: left;
		float: left;
		font-size: 13px;
		line-height: 20px;
		margin: 14px 0 0 0;
		padding: 14px 0 0 0;
		width: 410px;
	}
		.news-post-entry p {
			line-height: 20px;
			margin: 0 0 14px 0;
			width: 410px;
		}
		.news-post-entry hr {
			margin: 0 0 14px 0;
		}
		.wpgallery img,
		.size-full {
			margin: 0 0 14px 0;
		}
		.wpgallery:hover {
			border-bottom: none;
			padding: 0;
		}
		
.news-module {
	border-top: 1px solid #AAA7A4;
	float: left;
	margin: 0 0 21px 0;
	padding: 14px 0 0 0;
	width: 220px;
}
	/** Twitter **/
	#module-twitter {
		border: none;
		list-style: none;
		padding: 0;
	}
		#module-twitter a:link {
			color: #73ADB6;
		}
		#module-twitter a:visited {
			color: #73ADB6;
		}
		#module-twitter a:hover {
			color: #d65742;
		}
		#module-twitter a:active {
			color: #762a19;
		}
		
	#twitter-follow {
		display: block;
		margin: 7px 0 0 0;
	}

	/** Flickr **/
	#module-flickr h2 {
		margin: 0 0 4px 0;
	}
	
	.flickr_badge_image {
		background-color: #FAFAFA;
		/* border: 1px solid #AAA7A4; */
		float: left;
		margin: 10px 10px 0 0;
		padding: 4px 4px 3px 4px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		-webkit-transition: background-color 0.3s ease;
		-moz-transition: background-color 0.3s ease;
	}
	
		.flickr_badge_image:hover {
			background-color: #d65742;
		}
		
		.flickr_badge_image a {
			border: none;
		}
		
	/** Where **/
	#module-where {
		margin-bottom: 14px;
	}
	
	#module-where h2 {
		margin: 0 0 4px 0;
	}
	
	#module-where ul {
		list-style: none;
		margin: 7px 0 0 0;
	}
	
	#module-where li {
		border-top: 1px solid #dedede;
		padding: 7px 0;
	}
		li#where-first-entry {
			border: none;
		}
		
	#module-where a:link {}
	#module-where a:visited { color: #73ADB6; }
	#module-where a:hover { color: #d65742; }
	#module-where a:active { color: #762a19; }
	
	/** Dribbble **/
	#module-dribbble h2 {
		margin: 0 0 14px 0;
	}
	
		#dribbble {
			background: url('http://www.migreyes.com/images/work-dribbble.gif') 0 0 no-repeat;
			height: 192px;
			margin: 0 0 7px 0;
			width: 220px;
		}
			
			#dribbble a:hover {
				border: none;
			}		
			
			#dribbble img {
				border: 1px solid #FFFFFF;
				margin: 9px 0 0 9px;
				-webkit-transition: border 0.3s ease;
				-moz-transition: border 0.3s ease;
			}
			
				#dribbble img:hover {
					border: 1px solid #dedede;
				}

	
	/** Connect **/
	#news-connect-list {
		list-style: none;
	}
		#news-connect-list li {
			margin: 0 0 8px 0;
		}

/***     Comments     ***/
.commentlist {
	list-style: none;
	margin: 15px;
	width: 425px;
}

	#comments-title {
		margin: 0 0 14px 15px;
	}
	
	.comment, .pingback {
		border-bottom: 1px solid #AAA7A4;
		margin: 0 0 14px 0;
		padding: 0 0 4px 0;
	}
	
		.comment-body {
			font-size: 12px;
			line-height: 16px;
			margin: 6px 0 0 0;
			padding: 0 15px 0 0;
		}
		
		.comment-body p {
			margin: 0 0 10px 0;
		}
	
	.comment-meta {
		display: none;
		font-size: 12px;
		font-style: italic;
		margin: 2px 0 7px 0;
	}
	.comment-author {
		font-weight: bold;
	}	
		.comment-author a:link {
			-webkit-transition: color 0.2s ease;
			-moz-transition: color 0.2s ease;
		}
		.comment-author a:visited {
			color: #73ADB6;
		}
		.comment-author a:hover {
			color: #d65742;
		}
		.comment-author a:active {
			color: #762a19;
		}
	.bypostauthor {
		background: #FFFFFF;
		margin: -14px 0 10px 0;
		padding: 14px 0 14px 14px;
	}

/***     Comment Form     ***/
#reply-title {
	margin: 21px 0 0 15px;	
}

.comment-notes, .logged-in-as {
	margin: 7px 0 7px 15px;	
}

#respond label {
	clear: left;
	float: left;
	font-size: 10px;
	letter-spacing: 2px;
	margin: 7px 0 5px 15px;
	text-transform: uppercase;
}

#respond input {
	clear: left;
	float: left;
}

#author,
#email,
#url,
#comment {
	border-right: 1px solid #AAA7A4;
	border-bottom: 1px solid #AAA7A4;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	padding: 4px;
	margin: 0 0 7px 15px;
	width: 220px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
	#comment {
		clear: left;
		float: left;
		height: 100px;
		width: 410px;
	}		
		#respond input,
		#respond textarea {
			-webkit-transition-property: border, -webkit-box-shadow;
			-webkit-transition-duration: 0.2s, 0.2s;  
			-webkit-transition-timing-function: ease, ease;
		}	
		input#author:hover,
		input#email:hover,
		input#url:hover {
			border: 1px solid #73ADB6;
		}
		#respond textarea:hover {
			border: 1px solid #73ADB6;
		}
		#respond input:focus,
		#respond textarea:focus {
			outline: none;
			border: 1px solid #73ADB6;
			box-shadow: 0 0 6px #73ADB6;
			-webkit-box-shadow: 0 0 6px #73ADB6;
			-moz-box-shadow: 0 0 6px #73ADB6;
		}
	input#submit {
		background: #CCC;
		border-right: 1px solid #AAA7A4;
		border-bottom: 1px solid #AAA7A4;
		border-radius: 2px;
		margin: 7px 0 0 15px;
		padding: 6px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;	
		-webkit-transition-property: background-color, color, -webkit-box-shadow;
		-webkit-transition-duration: 0.2s, 0.2s, 0.2s;  
		-webkit-transition-timing-function: ease, ease, ease;
	}
		input#submit:hover {
			background-color: #d65742;
			border-right: 1px solid #AAA7A4;
			border-bottom: 1px solid #AAA7A4;
			box-shadow: 0 0 6px #7b8687;
			color: #FFF;
			cursor: pointer;
			-webkit-box-shadow: 0 0 6px #7b8687;
			-moz-box-shadow: 0 0 6px #7b8687;
		}
	.required {
		display: none;
	}
	.form-allowed-tags {
		display: none;
	}
#thought-comments {
	clear: left;
	float: left;
	margin: 21px 0 0 -14px;
}

/***     Page : Single News ***/
.module-nav {
	border-bottom: 1px solid #AAA7A4;
	padding-bottom: 14px;
	margin: 0 0 14px 0; 
	width: 220px;
}
.module-nav p {
	margin: 7px 0 0 15px;
	width: 205px;
}
	
/***     Page : Profile     ***/
#profile-about {
	border-bottom: 1px solid #AAA7A4;
	float: left;
	margin: 0 0 21px 0;
	padding: 0 0 21px 0;
	width: 700px;
}
.slideshow, .slideshow2, .slideshow3, .slideshow4, .slideshow5 {
	background-color: #000000;
	float: left;
}
	#slide-profile {
		height: 240px;
		width: 460px;
		transition: box-shadow 0.3s ease;
		-webkit-transition: -webkit-box-shadow 0.3s ease;
		-moz-transition: -moz-box-shadow 0.3s ease;

	}
		#slide-profile:hover {
			box-shadow: 0 0 6px #000;
			-webkit-box-shadow: 0 0 6px #000;
			-moz-box-shadow: 0 0 6px #000;
		}
#profile-contact {
	float: left;
	line-height: 14px;
	margin: 0 0 0 20px;
	width: 220px;
}
	
	#profile-contact h3 {
		margin: 0 0 7px 0;
	}
	
	#profile-contact ul li {
		list-style: none;
	}
	
	#contact-email {
		border-bottom: 1px solid #AAA7A4;
		margin: 0 0 7px 0;
		padding: 0 0 7px 0;
	}
#profile-elsewhere {
	float: left;
	margin: 0 0 0 20px;
	width: 220px;
}

	#profile-elsewhere h3 {
		margin: 21px 0 7px 0;
	}

	#profile-elsewhere ul li {
		list-style: none;
	}
		
	#elsewhere-threadless,
	#elsewhere-humblepied,
	#elsewhere-merge,
	#elsewhere-straightsilly {
		border-bottom: 1px solid #AAA7A4;
		margin: 0 0 7px 0;
		padding: 0 0 7px 0;
	}

#profile-connect {
	float: left;
	margin: 0 0 0 20px;
	width: 220px;
}

	#profile-connect h3 {
		margin: 21px 0 7px 0;
	}

	#profile-connect ul li {
		list-style: none;
	}
		
	#connect-twitter,
	#connect-facebook,
	#connect-linkedin,
	#connect-flickr,
	#connect-dribbble {
		border-bottom: 1px solid #AAA7A4;
		margin: 0 0 7px 0;
		padding: 0 0 7px 0;
	}

#profile-intro {
	border-top: 1px solid #AAA7A4;
	clear: left;
	float: left;
	font-family: "ff-meta-serif-web-pro-1", "ff-meta-serif-web-pro-2", "Georgia", serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
	margin: 28px 0 0 0;
	padding-top: 14px;
}
	#profile-intro a:link {
		color: #73ADB6;
	}
	#profile-intro a:visited {
		color: #73ADB6;
	}
	#profile-intro a:hover {
		color: #d65742;
	}
	#profile-intro a:active {
		color: #762a19;
	}

#profile-bio {
	background: url('http://www.migreyes.com/images/chicago.gif') 0 6px no-repeat;
	clear: left;
	float: right;
	font-size: 14px;
	line-height: 20px;
	margin: 21px 0 0 0;
	padding: 0 0 0 180px;
	width: 460px;
}

#profile-props {
	float: left;
	width: 220px;
}

	#profile-featured a:link,
	#profile-books a:link,
	#profile-work a:link {
		color: #73ADB6;
	}
	#profile-featured a:visited,
	#profile-books a:visited,
	#profile-work a:visited {
		color: #73ADB6;
	}
	#profile-featured a:hover,
	#profile-books a:hover,
	#profile-work a:hover {
		color: #d65742;
	}
	#profile-featured a:active,
	#profile-books a:active,
	#profile-work a:active {
		color: #762a19;
	}


	#profile-featured {
		width: 220px;
	}
	
		#profile-featured h2 {
			margin-bottom: 7px;
		}
	
	#profile-books {
		width: 220px;
	}
	
		#profile-books h2 {
			margin: 14px 0 7px 0;
		}
	
	#profile-interviews {
		width: 220px;
	}
	
		#profile-interviews h2 {
			margin: 14px 0 7px 0;
		}
	
	#profile-work {
		width: 220px;
	}

		#profile-work h2 {
			margin: 14px 0 7px 0;
		}
	
#profile-speaking {
	float: left;
	margin: 0 0 0 20px;
	width: 460px;
}

#profile-twitter {
	display: none;
}

#profile-truths {
	background: url('http://migreyes.com/images/profile-ice.gif') 25px 45px no-repeat;
	border-top: 1px solid #AAA7A4;
	float: left;
	font-size: 14px;
	line-height: 20px;
	margin: 14px 0 0 0;
	padding: 18px 0 0 240px;
	width: 460px;
}
	#truths-intro {
		border-bottom: 1px dotted #AAA7A4;
		margin: 0 0 15px 0;
		padding: 0 0 14px 0;
		margin: 0 0 7px 0;
	}
		#truths-intro a:link {
			color: #73ADB6;
		}
		#truths-intro a:visited {
			color: #73ADB6;
		}
		#truths-intro a:hover {
			color: #d65742;
		}
		#truths-intro a:active {
			color: #762a19;
		}
	#truth-questions a {
		clear: left;
		display: block;
		float: left;
		margin: 0 0 5px -6px;
		-webkit-transition-property: background-color, color;
		-webkit-transition-duration: 0.4s, 0.4s;
		-webkit-transition-timing-function: ease, ease;
		width: 340px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
		#truth-questions a:link {
			padding: 6px;
		}
		#truth-questions a:visited {
			color: #73ADB6;
			padding: 6px;
		}
		#truth-questions a:hover {
			background-color: #73ADB6;
			color: #FFF;
			padding: 6px
		}
		#truth-questions a:active {
			background-color: #762a19;
			padding: 6px;
		}

#profile-friends {
	display: none;
}

.speaking-gig {
	clear: left;
	float: left;
	margin: 0 0 14px 0;
	text-indent: -0.5em;
}

#book-mig {
	border-top: 1px dotted #AAA7A4;
	clear: left;
	float: left;
	margin: 0 0 14px 0;
	padding: 12px 0 0 0;
}

/***     Page : Work     ***/
#content-work {
	float: left;
	margin: 0 0 -21px 0;
	width: 720px;
}
.work-gallery {
	float: left;
	margin: 0 20px 30px 0;
	width: 218px;
}
	.work-gallery-even {
		margin: 0 20px 0 20px;
	}
	.work-gallery-entry {
		border: 1px solid #CCC;
		height: 148px;
		width: 218px;
		transition: box-shadow 0.2s ease;
		-webkit-transition: -webkit-box-shadow 0.2s ease;
	}
	.work-gallery-entry:hover {
		box-shadow: 0 0 3px #999;
		-webkit-box-shadow: 0 0 3px #999;
	}
.work-gallery-title {
	display: block;
	float: left;
	margin: 10px 0 0 0;
}
.work-nav {
	float: left;
	width: 700px;
}
	.work-nav-top {
		border-bottom: 1px solid #AAA7A4;
		padding: 0 0 7px 0;
		margin: 0 0 21px 0;
	}
	.work-nav-bottom {
		border-top: 1px solid #AAA7A4;
		padding: 14px 0 0 0;
		margin: 21px 0 -7px 0;
	}
	.work-nav h2 {
		float: left;
	}
	.work-nav p {
		float: right;
	}
	p.work-copyright {
		float: left;
	}
	.work-nav a:link {
		color: #73ADB6;
	}
	.work-nav a:visited {
		color: #73ADB6;
	}
	.work-nav a:hover {
		color: #D65742;
	}
	.work-nav a:active {
		color: #762a19;
	}
#work-content img {
	border: 1px solid #CFCFCF;
	margin: -1px 0 0 -1px;
}
.work-piece {
	transition: box-shadow 0.3s ease;
	-webkit-transition: -webkit-box-shadow 0.3s ease;
	-moz-transition: -moz-box-shadow 0.3s ease;
}
	.work-piece:hover {
		box-shadow: 0 0 6px #999;
		-webkit-box-shadow: 0 0 6px #999;
		-moz-box-shadow: 0 0 6px #999;
	}
.work-copy {
	font-size: 14px;
	line-height: 20px;
}
.work-original {
	float: left;
	margin: 0 0 0 0;
}
	.work-original img {
		position: relative;
		z-index: 1;
	}
.work-before {
	background: url(http://www.migreyes.com/images/work-before.png) 0 0 no-repeat;
	display: block;
	float: left;
	height: 28px;
	margin: 30px -53px 0 -11px;
	overflow: visible;
	position: relative;
	width: 63px;
	z-index: 10;
}
#work-line {
	border-top: 1px solid #AAA7A4;
	float: left;
	margin: 0;
	padding: 16px 0 14px 0;
	width: 700px;
}

/***     Page : Connect     ***/
#connect-twitter_graph {
	background: url('http://migreyes.com/images/connect-twitter.gif') 40px 50px no-repeat;
	border-top: 1px solid #AAA7A4;
	float: left;
	height: 430px;
	margin: 21px 0 0 0;
	padding: 21px 0 0 0;
	width: 700px;
}
	#twitter-explaination {
		font-size: 14px;
		line-height: 20px;
		margin: 400px 0 0 0;
	}
	#twitter-explaination a:link {
		color: #73ADB6;
	}
	#twitter-explaination a:visited {
		color: #73ADB6;
	}
	#twitter-explaination a:hover {
		color: #d65742;
	}
	#twitter-explaination a:active {
		color: #762a19;
	}
#friend-bit {
	border-bottom: 1px dotted #AAA7A4;
	margin: 0 0 14px 0;
	padding: 0 0 14px;
	width: 460px;
}
#connect-the_rest,
#connect-friends {
	float: left;
	margin: 21px 0 0 0;
	padding: 21px 0 0 240px;
	width: 460px;
}
#connect-the_rest {
	background: url('http://migreyes.com/images/connect-phones.gif') 10px 30px no-repeat;
	border-top: 1px solid #AAA7A4;
	border-bottom: 1px solid #AAA7A4;
}
#connect-friends h3 {
	margin: 0 0 14px 0;
}
#connect-friends {
	background: url('http://migreyes.com/images/connect-cups.gif') 10px 30px no-repeat;
}
	.connect-elsewhere {
		border-bottom: 1px dotted #AAA7A4;
		float: left;
		padding: 0 0 14px 0;
		margin: 0 20px 14px 0;
		width: 220px;
	}
		.connect-elsewhere-alt {
			margin-right: 0;
		}
		.connect-elsewhere-last {
			border: none;
		}
	#connect-the_rest h2 {
		margin: 0 0 21px 0;
	}
#connect-friends {
	margin: 14px 0 0 0;
	width: 480px;
}
	.friend-group {
		float: left;
		margin: 0 20px 0 0;
		width: 140px;
	}
	#connect-friends li {
		border-top: 1px dotted #AAA7A4;
		list-style: none;
		margin: 0 0 7px 0;
		padding: 7px 0 0 0;
		width: 140px;
	}

/***     Page : Resume     ***/
#resume-intro {
	border-top: none;
	border-bottom: 1px solid #AAA7A4;
	clear: left;
	float: left;
	margin: -7px 0 0 0;
	padding: 0 0 21px 0;
}
	#resume-intro a:link {
		color: #73ADB6;
	}
	#resume-intro a:visited {
		color: #73ADB6;
	}
	#resume-intro a:hover {
		color: #d65742;
	}
	#resume-intro a:active {
		color: #762a19;
	}
	
	.work-entry {
		border-top: 1px dotted #AAA7A4;
		margin: 0 0 15px 0;
		padding: 15px 0 0 0;
	}
	
		#work-entry-top {
			border: 0;
			padding: 0;
		}
	
	.work-entry:hover {
		background-color: #FFFFFF;
		padding: 15px 0 15px 15px;
		margin:  0 0 0 -15px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	
		#work-entry-top:hover {
			padding: 15px 0 15px 15px;
			margin:  -15px 0 0 -15px;
		}
		
	#resume-work {
		float: left;
		margin: 21px 0 0 0;
		padding: 0 15px 0 0;
		width: 460px;
	}
		.work-title {
			font-size: 14px;
		}
		.resume-title {
			color: #73ADB6;
			font-size: 10px;
			letter-spacing: .1em;
			margin: 4px 0 4px 0;
			text-transform: uppercase;
		}
		.resume-info {
			font-size: 14px;
			line-height: 20px;
			margin: 0 0 0 0;
		}
		
	#resume-clients,
	#resume-education,
	#resume-memberships,
	#resume-achievements,
	#resume-skills {
		border-bottom: 1px solid #AAA7A4;
		float: left;
		margin: 21px 0 0 0;
		padding: 0 0 14px 0;
		width: 220px;
	}
	
		#resume-clients {
			background: url('http://migreyes.com/images/resume-clients.gif') 0 0 no-repeat;
			padding-top: 95px;
		}
	
		#resume-education {
			background: url('http://migreyes.com/images/resume-education.gif') 0 0 no-repeat;
			padding-top: 95px;
		}
	
		#resume-skills {
			background: url('http://migreyes.com/images/resume-tools.gif') 6px 0 no-repeat;
			padding-top: 95px;
		}
	
		#resume-skills {
			border: none;
		}
	
		.member-title {
			font-size: 10px
			margin: 14px 0 0 0;
		}

	#resume-reco {
		border-top: 1px solid #AAA7A4;
		clear: left;
		float: left;
		margin: 14px 0 0 0;
		padding: 21px 0 21px 0;
		width: 700px
	}
	
		#resume-reco-interviews,
		#resume-reco-blogs,
		#resume-reco-print {
			float: right;
			margin: 0 0 0 0;
			width: 220px;
		}
		
		#resume-reco {
			background: url('http://migreyes.com/images/resume-featured.gif') 10px 32px no-repeat;
		}
		
		#resume-interviews {
			margin: 14px 0 14px 0;
		}
		
		#resume-reco-blogs {
			margin: 0 0 0 20px;
		}
		
			.resume-reco-blog-entry {
				margin: 0 0 7px 0;
			}
			.resume-reco-print-entry {
				margin: 0 0 7px 0;
			}
			
				#resume-reco-last {
					border-bottom: 1px dotted #e5e4e4;
					padding: 0 0 14px 0;
					margin: 0 0 10px 0;
				}
				
	#resume-print {
		border-top: 1px solid #AAA7A4;
		clear: left;
		float: left;
		margin: 14px 0 -28px 0;
		padding: 21px 0 21px 0;
		width: 700px
	}
		#resume-print a:link {}
		#resume-print a:visited {
			color: #73ADB6;
		}
		#resume-print a:hover {
			color: #d65742;
		}
		#resume-print a:active {
			color: #762a19;
		}
/***     Page : TEMP Index     ***/
#temp-intro p {
	border-bottom: 1px solid #AAA7A4;
	margin: -10px 0 14px 0;
	padding-bottom: 14px;
	width: 700px;
}
	#profile-bio-temp {
		clear: left;
		float: right;
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 0 0;
		width: 460px;
	}
#work-preview {
	border-bottom: 1px solid #AAA7A4;
	margin: 0 0 21px 0;
	padding-bottom: 14px;
}

/***     Page : Sandbox     ***/
#sandbox-intro {
	border-bottom: 1px solid #AAA7A4;
	margin: -10px 0 21px 0;
	padding-bottom: 14px;
	width: 700px;
}
#content-sandbox {
	float: left;
	margin: 0 0 -21px 0;
	width: 730px;
}
.sandbox-gallery {
	float: left;
	margin: 0 18px 30px 0;
}
	.sandbox-gallery-entry {
		border: 1px solid #CCC;
		height: 220px;
		transition: box-shadow 0.2s ease;
		-webkit-transition: -webkit-box-shadow 0.2s ease;
	}
	.sandbox-gallery-entry:hover {
		box-shadow: 0 0 3px #999;
		-webkit-box-shadow: 0 0 3px #999;
	}
	.sandbox-gallery-clear {
		clear: left;
	}
.sandbox-gallery-title {
	display: block;
	float: left;
	margin: 10px 0 0 0;
}
	.sandbox-gallery-title strong {
		display: block;
		font-size: 14px;
		font-weight: bold;
		line-height: 14px;
		margin: 0 0 -10px 0;
	}
#sandbox-thought {
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	float: left;
	font-family: "ff-meta-serif-web-pro-1", "ff-meta-serif-web-pro-2", serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	margin: 21px 0;
	padding: 21px 0;
	width: 460px;
}
#sandbox-comments {
	float: left;
	margin: 0 0 0 -14px;
}
.sandbox-posted-date {
	font-size: 14px;
	font-weight: normal;
}
