/*-----------------------------------------------------------------------------------------------

	Craig Baldwin dot com cascading style sheet
		Copyright 2008-2011 This means don't use my code for your own sites
 
-------------------------------------------------------------------------------------------------
	Base Style
-----------------------------------------------------------------------------------------------*/

* { margin: 0;
	padding: 0; }
	
	body {
		background: #fff;
		color: #000; }
	
		.center {
			margin: 0 auto;
			width: 1000px; }
				
/*-----------------------------------------------------------------------------------------------
	Global Attributes
-----------------------------------------------------------------------------------------------*/
	
img { border: 0; }
	
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.justify { text-align: justify; }

.girls, .boys { color: #07e371; }

.green { color: #07e371; }

/*:focus { outline: 1px solid #ffe600; }*/

::selection { background: #07e371; }
::-moz-selection { background: #07e371; }

#top {
	position: absolute;
	top: 0; }
	
/*-----------------------------------------------------------------------------------------------
	Typography
-----------------------------------------------------------------------------------------------*/

a { 
	color: #000;
	text-decoration: none; }
	
	a:hover { text-decoration: underline; }

h1 { font: 24px/36px 'PT Sans', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif; }
h2 { font: 24px/36px 'PT Sans', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif; }
h3 { font: 18px/28px 'PT Sans', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif; }
h4 { font: 14px/24px Georgia, "Times New Roman", Times, serif; }

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

h1, h2 {
	color: #07e371;
	margin: 0 0 20px 0;
	width: 100%; }

	h1 a, h2 a { 
		color: #07e371;
		display: block; }
		
		h1 a:hover, h2 a:hover { 
			background: #07e371;
			color: #fff;
			text-decoration: none; }
	
p {	font: 12px/20px 'PT Sans', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif; }

p.caption { 
	color: #666;
	font: 12px/20px 'PT Sans', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	margin: 0 0 20px 0; }
	
/*-----------------------------------------------------------------------------------------------
	Navigation
-----------------------------------------------------------------------------------------------*/

ul.nav { 
	height: 104px; 
	margin: 0 0 0 -35px; 
	padding: 0 0 0 35px; }
	
	ul.nav li { margin: 0; }
			
.nav-about { color: #07e371; }
.nav-blogging { color: #4fb6e8; }
.nav-more { color: #ab0af6; }
.nav-social { color: #666666; }
.nav-portfolio { color: #ff4914; }

ul.nav:hover .subnav { 
	display: block;
	margin: 0 0 0 -545px;  }
	
ul.nav:hover .subnav-back { display: block; }

ul.nav .subnav { 
	background: #ebebeb;
	display: none;
	position: absolute;
	top: 118px;
	z-index: 20; }
	
	ul.nav .subnav ul.subnav-one, 
	ul.nav .subnav ul.subnav-two, 
	ul.nav .subnav ul.subnav-three {
		display: block;
		float: left;
		height: 207px;
		padding: 35px 0 0 35px;
		width: 220px; }
	
	ul.nav .subnav ul.subnav-one { background: #eee; }		
	ul.nav .subnav ul.subnav-two { background: #e5e5e5; }		
	ul.nav .subnav ul.subnav-three { 
		background: #e0e0e0;
		width: 235px; }
		
ul.nav .subnav-back { 
	background: #e0e0e0;
	display: none;
	height: 200px;
	left: 730px;
	position: absolute;
	top: -10px;
	width: 270px;
	z-index: -1; }
	
/*-----------------------------------------------------------------------------------------------
	Navigation > Logo
-----------------------------------------------------------------------------------------------*/
		
a.logo,
a.logo-green {
	display: block;
	height: 93px;
	overflow: hidden;
	text-indent: -9999px;
	width: 96px; }	

a.logo {
	background: url("/images/logo.png") no-repeat top left;	
	z-index: 10; }	

a.logo-green {
	background: url("/images/logo.png") no-repeat bottom right;
	opacity: 0;
	-moz-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
	position: absolute;	
	top: 0;	
	z-index: 20; }	
	a.logo-green:hover { opacity: 1.0; }
		
/*-----------------------------------------------------------------------------------------------
	Content
-----------------------------------------------------------------------------------------------*/

.content {
	clear: both;
	font: 12px/20px 'PT Sans', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	height: auto;
	margin: 0 0 20px 0;
	position: relative;
	width: 1000px; }
	
	.content li {
		float: left;
		list-style: none;
		margin: 0 20px 20px 0;
		width: 235px; }
	.content li.last { margin: 0 0 20px 0; }
	
	li.one { width: 1000px; }
	li.two { width: 490px; }
	li.three { width: 745px; }
		
.footer { 
	border-top: 1px solid #000;
	color: #262626;
	padding: 18px 0 0 0; }
	
	.footer li { margin: 0 20px 0 0; }
	.footer li:last-child { margin: 0 0 0 0; }

/*-----------------------------------------------------------------------------------------------
	Homepage
-----------------------------------------------------------------------------------------------*/

.one-top:hover,
.two-top:hover,
.three-top:hover,
.four-top:hover,
.five-top:hover,
.six-top:hover,
.seven-top:hover { opacity: 1.0; }

.one-top, .two-three, .four-seven {
	display: block;
	position: absolute;
	opacity: 0;
	-moz-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
	top: 0;
	z-index: 15; }
	
	.one-top a, .two-three a, .four-seven a {
		display: block;
		text-decoration: none; }

.one-top {
	background: #FC3;	
	height: 550px;		
	width: 1000px; }
	
	.one-top h3 a { 		
		height: 450px;
		padding: 50px;	
		position: absolute;
		width: 900px;
		z-index: 17; }
	
		.one-top p { 
			left: 50px;
			position: absolute;
			top: 90px;
			width: 550px;
			z-index: 16; }
	
.two-three {
	height: 270px;
	width: 490px; }
	
	.two-three h3 a { 
		height: 190px;
		padding: 40px;
		position: absolute;
		width: 410px;
		z-index: 17; }
		
		.two-three p { 
			left: 40px;
			position: absolute;
			top: 80px;
			width: 350px;
			z-index: 16; }
			
			.two-three p a { 
				height: 100%;
				width: 350px; }
	
	.two-top { background: #3eaed3; }
	.three-top { background: #3eaed3; }
	
.four-seven {	
	height: 129px;	
	width: 235px; }
	
	.four-seven h3 a { 
		height: 89px;
		padding: 20px;
		width: 195px; }
		
	.four-top { background: #6C9; }
	.five-top { background: #6C9; }
	.six-top { background: #6C9; }
	.seven-top { background: #6C9; }
	
/*-----------------------------------------------------------------------------------------------
	Homepage > Download
-----------------------------------------------------------------------------------------------*/
	
a.home-cv,
a.home-cv-green,
a.home-portfolio, 
a.home-portfolio-green {
	display: block;
	height: 70px;
	overflow: hidden;
	text-indent: -9999px;
	width: 235px; }
	
	a.home-cv-green,
	a.home-portfolio-green {
		opacity: 0;
		-moz-transition: opacity .2s ease;
		-o-transition: opacity .2s ease;
		-webkit-transition: opacity .2s ease;
		transition: opacity .2s ease;
		position: absolute;
		z-index: 20; }
	
		a.home-cv-green:hover,
		a.home-portfolio-green:hover { opacity: 1.0; }
	
a.home-cv { 
	background: url("/images/home/home-cv.jpg") no-repeat top left;
	margin: 0 0 10px 0;
	z-index: 10; }
	
	a.home-cv-green {
		background: url("/images/home/home-cv.jpg") no-repeat bottom right;
		top: 0; }
	
a.home-portfolio { 
	background: url("/images/home/home-portfolio.jpg") no-repeat top left;
	z-index: 10; }
	
	a.home-portfolio-green {
		background: url("/images/home/home-portfolio.jpg") no-repeat bottom right;
		top: 80px; }
		
/*-----------------------------------------------------------------------------------------------
	jCarousel
		Homepage image and text carousel
			http://sorgalla.com/projects/jcarousel/
-----------------------------------------------------------------------------------------------*/
		
.jcarousel-skin .jcarousel-container-horizontal { width: 1000px; }
	.jcarousel-skin .jcarousel-clip-horizontal { width:  1000px; }			
		.jcarousel-skin .jcarousel-item { width: 1000px; }
			
.jcarousel-skin .jcarousel-next-horizontal, .jcarousel-skin .jcarousel-prev-horizontal {
	cursor: pointer;
	height: 49px;
    position: absolute;
	width: 50px; }

	.jcarousel-skin .jcarousel-next-horizontal { background: url("/images/arrow.png") no-repeat -50px 0; }
		.jcarousel-skin .jcarousel-next-horizontal:hover { background: url("/images/arrow.png") no-repeat -50px -49px; }
	
	.jcarousel-skin .jcarousel-prev-horizontal { background: url("/images/arrow.png") no-repeat 0 0; }
		.jcarousel-skin .jcarousel-prev-horizontal:hover { background: url("/images/arrow.png") no-repeat 0 -49px; }
		
/*-----------------------------------------------------------------------------------------------
	Isotope
		Changelog sorting
			http://isotope.metafizzy.co/
-----------------------------------------------------------------------------------------------*/

.selected { color: #07e371; }

.isotope-item { z-index: 1; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s; }

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width; }

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity; }

.isotope.no-transition,
.isotope.no-transition .isotope-item {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s; }
