@charset "utf-8";
* { margin: 0; padding: 0; }

html, body {
	height: 100%;
	width: 100%;
	background: url('/images/bg.jpg');
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
}

a, a:active, a:visited {
	color: #1172c1 !important;
	text-decoration: none !important;
}

a:hover {
	text-decoration: underline !important;
}

#main_container {
	width: 100%;
	background: url('/images/bg.png') no-repeat center 25px;
	float: left;
	padding-bottom: 35px;
}

#main_wrapper {
	width: 960px;
	margin: 0 auto;
}

#main_header {
	height: 215px;
	width: 100%;
	float: left;
	position: relative;
}

#main_header #logo {
	position: absolute;
	left: 13px;
	top: -15px;
}

#main_header #tagline {
	width: 360px;
	position: absolute;
	top: 55px;
	left: 300px;
	font-size: 130%;
}

#main_header #contact {
	text-align: right;
	position: absolute;
	right: 25px;
	top: 65px;
	font-size: 125%;
	font-weight: bold;
	color: #999;
}

#main_portfolio {
	height: 275px;
	width: 100%;
	float: left;
	position: relative;
}

#portfolio_container {
	margin: 0 auto;
	text-align: center;
	width: 912px;
}

#main_portfolio #nav {
	margin-top: 10px;
    position: absolute;
    right: 155px;
}

#main_portfolio #nav a,
#main_portfolio #nav a:visited,
#main_portfolio #nav a:hover {
	height: 17px;
	width: 17px;
	float: left;
	text-indent: -9999px;
	background: transparent url('/images/pager.png') no-repeat center top;
}

#main_portfolio #nav a.activeSlide,
#main_portfolio #nav a.activeSlide:visited,
#main_portfolio #nav a.activeSlide:hover {
	background: transparent url('/images/pager_selected.png') no-repeat center top;
}

#portfolio_container dl {
}

#portfolio_container dl dd {
	height: 300px;
	width: 645px;
	float: left;
}

#portfolio_container dl dd div {
	width: 280px;
	padding: 0 10px;
	float: left;
	text-align: left;
	position: relative;
}

#portfolio_container dl dd div.right {
	float: right;
	width: 45%;
}

#portfolio_container dl dd div div.images {
	width: 280px;
	height: 169px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 25px;
	left: 30px;
}

#portfolio_container dl dd div h1 {
	font-family: Sketchy;
	font-size: 20px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: .8;
	margin-top: 25px;
}

#portfolio_container dl dd div a,
#portfolio_container dl dd div a:visited {
	float: left;
    margin-bottom: 10px;
    width: 100%;
}

#portfolio_container dl dd div a:hover {
}

#portfolio_container dl dd div p {
	float: left;
    width: 100%;
}

#portfolio_container dl dd div ul {
	margin-left: 15px;
	margin-top: 5px;
}

#portfolio_container dl dd div ul li {
	margin: 3px 0;
}

#portfolio_container dl dd div p.credit {
	font-size: 10px;
	position: absolute;
	top: 195px;
	left: 30px;
}

#portfolio_container .profile {
	float: left;
	margin: 5px 10px;
	background: url('/images/port_bg.png') no-repeat;
	padding: 2px;
	text-align: left;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: .8;
	width: 280px;
	height: 169px;
	position: relative;
	overflow: hidden;
}

#portfolio_container .profile img {
	position: absolute;
	z-index: 1;
}

#portfolio_container .profile div {
	position: absolute;
	bottom: 0;
	z-index: 5;
	background-color: #000;
	width: 270px;
	color: #FFF;
	padding: 3px 5px;
	opacity: .8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}

#main_portfolio #all {
	position: absolute;
	right: 15px;
	bottom: 15px;
}

#main_body {
	width: 100%;
	float: left;
	margin-top: 15px;
}

#main_info {
	width: 62%;
	float: left;
}

#main_knowledge {
	width: 100%;
	float: left;
}

#main_knowledge h1,
#main_school h1,
#main_reach h1 {
	float: left;
    height: 70px;
    width: 100%;
	text-indent: -9999px;
}

#main_knowledge h1 {
	background: url('/images/knowledge.png') no-repeat top left;
}

#main_school h1 {
	background: url('/images/school.png') no-repeat top left;
}

#main_reach h1 {
	background: url('/images/reach.png') no-repeat top left;
}

#main_knowledge ul {
	float: left;
	list-style: none;
	padding-left: 25px;
}

#main_knowledge ul li {
	float: left;
	width: 225px;
	margin: 5px 7px;
	cursor: default;
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 30px;
}

#main_knowledge ul li.php {
	background-image: url('/images/list_php.png');
}

#main_knowledge ul li.xhtml {
	background-image: url('/images/list_xhtml.png');
}

#main_knowledge ul li.photoshop {
	background-image: url('/images/list_photoshop.png');
}

#main_knowledge ul li.flash {
	background-image: url('/images/list_flash.png');
}

#main_knowledge ul li.js {
	background-image: url('/images/list_js.png');
}

#main_knowledge ul li.as {
	background-image: url('/images/list_as.png');
}

#main_knowledge ul li.illustrator {
	background-image: url('/images/list_illustrator.png');
}

#main_knowledge ul li.css {
	background-image: url('/images/list_css.png');
}

#main_knowledge ul li p {
	font: 12px "Arial Black";
}

#main_knowledge ul li p.subtext {
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
}

#main_school {
	width: 100%;
	float: left;
	margin-top: 15px;
}

#main_school p {
	width: 40%;
	float: left;
	margin-left: 25px;
}

#main_reach {
	width: 100%;
	float: left;
	margin-top: 15px;
}

#main_reach p {
	margin: 5px 0 5px 25px;
}

#main_social {
	float: right;
	width: 38%;
}

#main_twitter {
	width: 215px;
	float: left;
	margin: 20px 0 45px;
	position: relative;
}

#status_twitter {
	background-color: rgba(255, 255, 255, .65);
	border-style: solid;
	border-color: rgba(148, 148, 148, .65);
	border-width: 1px 1px 0 1px;
	float: left;
	padding: 4px 3px 3px;
	z-index: 5;
	width: 207px;
}

#status_twitter a {
	color: #47a2cc !important;
}

#status_twitter > p {
	margin: 2px 7px 3px;
	padding: 0;
}

#status_twitter .bubble_bottom {
	width: 216px;
	height: 25px;
	background: url('/images/bubble_bottom.png') no-repeat 1px 0;
	position: absolute;
	left: -1px;
	bottom: -25px;
}

#time_twitter {
	position: absolute;
	bottom: -45px;
	left: 5px;
	color: #47a2cc;
}

#time_twitter a,
#time_twitter a:visited {
	color: #47a2cc !important;
}

#logo_twitter {
	margin: 0;
	position: absolute;
	right: -2px;
	bottom: -55px;
}

#main_facebook {
	width: 215px;
	float: left;
	margin: 20px 0 45px;
	position: relative;
}

#status_facebook {
	background-color: rgba(255, 255, 255, .65);
	border-style: solid;
	border-color: rgba(148, 148, 148, .65);
	border-width: 1px 1px 0 1px;
	float: left;
	padding: 4px 3px 3px;
	z-index: 5;
	opacity: .85;
	width: 207px;
}

#content_facebook {
	word-wrap: break-word;
	padding-bottom: 17px;
	margin: 2px 7px 3px;
}

#content_facebook a {
	color: #3b5997 !important;
}

#content_facebook > p {
	padding: 0;
}

#content_facebook > div {
	text-align: center;
}

#status_facebook span.likes {
	color: #3b5997;
	position: absolute;
	bottom: 0;
	right: 45px;
	float: right;
	padding-left: 19px;
	background: url('/images/fb_like.png') no-repeat 0 -2px;
}

#status_facebook span.comments {
	color: #3b5997; 
	position: absolute;
	bottom: 0;
	right: 10px;
	float: right;
	padding-left: 19px;
	background: url('/images/fb_comment.png') no-repeat 0 0;
}

#status_facebook .bubble_bottom {
	width: 216px;
	height: 25px;
	background: url('/images/bubble_bottom.png') no-repeat 1px 0;
	position: absolute;
	left: -1px;
	bottom: -25px;
}

#time_facebook {
	position: absolute;
	bottom: -45px;
	left: 5px;
	color: #47a2cc;
}

#time_facebook a,
#time_facebook a:visited {
	color: #3b5997 !important;
}

#logo_facebook {
	margin: 0;
	position: absolute;
	right: -12px;
	bottom: -55px;
}

#tw_status, #fb_status {
	width: 135px;
	font-size: 115%;
	font-style: italic;
	font-weight: bold;
	word-wrap: break-word;
}

#tw_time, #fb_time, #fb_comments {
	font-size: 90%;
	margin-bottom: 5px;
}

#fb_link {
	font-size: 90%;
	margin-top: 10px;
}

#main_google {
	width: 215px;
	float: left;
	margin: 20px 0 45px;
	position: relative;
}

#status_google {
	background-color: rgba(255, 255, 255, .65);
	border-style: solid;
	border-color: rgba(148, 148, 148, .65);
	border-width: 1px 1px 0 1px;
	float: left;
	padding: 4px 3px 3px;
	z-index: 5;
	width: 207px;
}

#status_google a {
	color: #B30727 !important;
}

#status_google > p {
	margin: 2px 7px 3px;
	padding: 0;
}

#status_google .bubble_bottom {
	width: 216px;
	height: 25px;
	background: url('/images/bubble_bottom.png') no-repeat 1px 0;
	position: absolute;
	left: -1px;
	bottom: -25px;
}

#time_google {
	position: absolute;
	bottom: -45px;
	left: 5px;
	color: #B30727;
}

#time_google a,
#time_google a:visited {
	color: #B30727 !important;
}

#logo_google {
	margin: 0;
	position: absolute;
	right: -2px;
	bottom: -60px;
}

#main_flickr {
	width: 100%;
	float: left;
	margin-top: 20px;
}

#flickr_container {
	width: 100%;
}

#flickr_container .photo {
	float: left;
	width: 100px;
	margin: 4px 5px;
	text-align: center;
}

#flickr_container .photo img {
	border: solid 2px #333;
	opacity: .8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}

#main_footer {
	float: left;
	width: 100%;
	margin-top: 35px;
}

#main_footer p {
	width: 500px;
	text-align: center;
	margin: 2px auto;
	font-size: 70%;
}

/* Portfolio Page */
div.port_item {
	width: 100%;
	float: left;
	margin-bottom: 75px;
}
 
div.port_item .images {
	width: 100%;
	height: 100px;
	float: left;
}
 
div.port_item .images .image {
	position: relative;
	width: auto;
	height: 100px;
	float: left;
	margin: 0 5px;
	border: solid 2px #333;
}
 
div.port_item .images .image:first-child {
	margin-left: 0;
}
 
div.port_item .images .image img {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
}
 
div.port_item .images .image:hover img.bw {
	opacity: 0;
	-webkit-transition: opacity .1s linear .1s;
	transition: opacity .1s linear .1s;
	visibility : hidden;
}
 
div.port_item .images .image img.bw {
	z-index: 21;
	-webkit-transition: opacity .1s linear .1s;
	transition: opacity .1s linear .1s;
	visibility : visible;
}
 
div.port_item .images .image img.color {
	z-index: 20;
}
 
div.port_item > h2 {
	color: #535353 !important;
	float: left;
	width: 100%;
	font: 16px "Arial Black" !important;
	margin: 20px 0 0 !important;
}
 
div.port_item > p {
	margin: 0 !important;
}
 
div.port_item > div.view {
	width: 15%;
	float: left;
	margin-top: 10px;
}
 
div.port_item > div.attribution {
	width: 60%;
	float: right;
	margin-top: 10px;
	font-size: 60%;
	text-align: right;
}

/* caption styling */

.caption-top, .caption-bottom {
	color: #ffffff;	
	padding: 1.2em .5em;	
	/*font-weight: bold;	*/
	font-size: 13px;	
	font-family: arial;
	cursor: default;
	background: #000;
	text-shadow: 1px 1px 0 #202020;
}

.caption-top {
}

.caption-bottom {
	width: 249px;
}

.caption a, .caption a {
	border: 0 none;
	text-decoration: none;
	background: #000000;
	padding: 0.3em;
}

.caption a:hover, .caption a:hover {
	background: #202020;
}

.caption-wrapper {
	float: left;
}

br.c { clear: both; }
