@charset "UTF-8";
/* skipskap build */

/*
Body and Layout
================================
*/

* 
{ 
	padding-top: 0px; 
	padding-right: 0px; 
	padding-bottom: 0px; 
	padding-left: 0px; 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px;
}

body
{
	background-color: #1e1c20;
	background-image: url(../images/global_images/skipskap_bg.jpg);
	color: #ffffff;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Arial, sans-serif;
	font-size: 16px;
	
}

a
{
	text-decoration: none;
	color: #ff0054;
	font-weight: bold;
}

a:hover
{
	/*color: #ffe400;*/
}

#body-wrap
{
	
	width: 960px;
	height: 400px;
	margin: 0px auto 0;
}

#header
{
	float: left;
	width: 960px;
	margin-bottom: 60px;
	margin-top: 20px;
}

#logo
{
	float: left;	
}

#navigation
{
	float: right;
	margin-top: 20px;
	background:#000 url("../images/global_images/background_navigation.jpg");
	
}

#navlist
{ 
	padding:13px 0;
	float:left;
}

#navigation ul li
{	
	/*list-style-image: url(../images/global_images/navigation_bullet.jpg);*/
	float:left;
	list-style:none;
	
}

#navigation ul li.last {
	/*list-style:none;	*/
}

#navigation ul li.first a {
	/*padding-left:0;*/
}

#navigation ul li.last a {
	/*padding-right:0;*/
}


#title
{
	width: 960px;
	float: left;
	text-align: center;
	margin-bottom: 73px;
}

#my-work
{
	width: 960px;
	float: left;
	margin-bottom: 60px;
}


#work-col-1
{
float: left;
width: 250px;
margin-right: 25px;
}

#work-col-2
{
float: left;
width: 250px;
margin-right: 25px;
}

#work-col-3
{
float: left;
width: 250px;
}

#my-work img 
{
	border: 5px solid #ffffff;	
	margin: 12px 0px 13px 0px;
}

#my-work img:hover
{
	border: 5px solid #ff0054;	
}




#people-worked-wth-wrap
{	
	width: 960px;
	float: left;	
}

#worked-with-left
{
	width: 515px;
	float: left;
	font-size: 13px;
	font-style: italic;
}

#worked-with-right
{

	float: right;
	display: block;
    margin-left: auto;
    margin-right: auto;
	
}










#content-wrap
{	
	width: 960px;
	float: left;	
}

#content-left
{
	width: 738px;
	float: left;
}

#content-left .post {
	float:left;
	padding:0 0 20px 0;
	margin:0 0 40px 0;
	width:100%;
	border-bottom: 1px dashed #fff;
}

#content-left .post ul{
	float:left;
	padding:15px 0 20px 60px;
}

#content-left .post ul li {
	float:left;
	list-style:inside;
	padding:0 0 15px 0;
	line-height:1.5em;
	width:100%;
}

#content-left .post ol {
	float:left;
	padding:15px 0 20px 60px;
}
#content-left .post ol li {
	float:left;
	padding:0 0 15px 0;
	line-height:1.5em;
	width:100%;
	list-style-position:inside;
}

#content-left .post blockquote {
	float:left;
	border-left:8px solid #fff;
	padding:0 30px;
	margin:20px 0 40px 0;
}

#content-left .post blockquote:hover {
	border-left:8px solid #FF0054;	
}

#content-left .post blockquote p {
	float:left;
	font-size:16px;
	/*font-family: museo-slab,"HelveticaNeue-Light", "Helvetica Neue Light", Arial, sans-serif;*/
	color:#fff;
	padding:0;
	margin:0;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#content-left .lastpost {
	border-bottom:none;
}

#content-left .post h2.articletitle {
	float:left;
	color: #33CACC;
	font-size:26px;
	padding:0 0 10px 0;
}

#content-left h2.archivetitle {
	float:left;
	font-size:32px;
	padding:0 0 40px 0;
}

#content-right
{
	width: 200px;
	float: right;
}

#content-right .nav-box {
	float:left;
	width:100%;	
	padding:0 0 20px 0;
}

#content-right .nav-box h4 {
	padding:0 0 10px 0;
	float:right;
	width:100%;
	text-align:right;
	color:#33cacc;
	font-size:20px;
	font-weight:normal;
}

#content-right .nav-box ul {
	float:right;
	text-align:right;
	padding:10px 0 0 0;
}

#content-right .nav-box ul li {
	float:right;
	list-style:none;
	width:100%;
	font-size:14px;
	padding:0 0 10px 0;
	color: #FF0054;
		font-weight: bold;	
}

#content-right .nav-box ul li a {
	 text-decoration: none;
		color: #FF0054;
		font-weight: bold;
}

#content-right .nav-box ul li a:hover {
	color:#fd256c;	
}
#footer
{
	width: 960px;
	float: left;
	text-align: center;	
	color: #33cacc;
	border-top: 1px solid #333;
	display: inline;
	padding:20px 0 20px 0;
}

#footer img
{
		/*margin: 30px 0 30px 0;
		display: block;
		    margin-left: auto;
    margin-right: auto;*/
		
}

#footer-logo {
	margin:0 auto;	
	width:45px;
	height:45px;
	clear:both;
	padding:15px 0 0 0;
}

.nav-active a
{
	color: #FF0;

	
}

/*
Text Styling
================================
*/

#navigation ul li a
{
	text-decoration: none;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	float:left;
	vertical-align:middle;
	padding:0 30px;
	font-family: museo-slab, "HelveticaNeue-Light", "Helvetica Neue Light", Arial, sans-serif;
}

#navigation a:hover
{
	color: #ff0054;
}


h2
{
  font-family: museo-slab,"HelveticaNeue-Light", "Helvetica Neue Light", Arial, sans-serif;
  font-size:46px;
  color: #ff0054;

}

h2.h2-tag
{
  font-family: museo-slab,"HelveticaNeue-Light", "Helvetica Neue Light", Arial, sans-serif;
  font-size: 20px;
  color: #33cacc;
  font-style: normal;
  margin-top: 8px;
  font-style: italic;
}

.post h3
{
  font-family: museo-slab,"HelveticaNeue-Light", "Helvetica Neue Light", Arial, sans-serif;
  font-size: 26px;
  color: #33cacc;
  font-style: normal;
  margin: 0 0 10px 0;
  float:left;
  width:100%;
}

.post p {
	line-height:1.8em;
	padding:0 0 20px 0;
	width:100%;
	float:left;
}

.post p a {
	color:#FF0054;
}
.post p a:hover {
	color:#fd256c;
}

.post p a.more-link {
	float:left;
	clear:both;
	width:142px;
	height:42px;
	background:url("../images/readMoreButton.png") no-repeat 0 -42px;
	text-indent:-10000px;
	margin:15px 0 0 0;
}

.post p a.more-link:hover {
	background-position:0 0;
}

.post p.posted {
	font-size:12px;
	font-weight:bold;
}

.post h3 a
{
	  color: #33cacc;
}

.post a.lightbox-enabled {
	border:5px solid #111111;
	float:left;

}

.post a.lightbox-enabled:hover {
	border:5px solid #FF0054;
}

.post .image-outer {
	float:left; width:100%; padding:30px 0 40px 0 ;	
}

.post .image-inner {
	margin:0 auto;
}

.post .image-inner .staticimg  {
	border:5px solid #111111;
}


#footer h3 a
{
	font-family: museo-slab,"HelveticaNeue-Light", "Helvetica Neue Light", Arial, sans-serif;
	font-size:18px;
	color: #ffffff;
	margin: 0 10px 0 10px;	
}

#footer h3 a:hover
{
	text-decoration: none;
	padding-bottom: 5px;
	color: #ff0054;
}

.footer-dash
{
	  color: #33cacc;
	  padding: 0 5px 0 5px;
	
}

p
{/*
	margin: 0 0 40px 0;
	line-height: 26px;*/
	/*float:left;*/
}

p.readmore a
{
	float:left;	
}

.body-image
{
	margin-bottom: 40px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.hire-me-right
{
  font-family: museo-slab,"HelveticaNeue-Light", "Helvetica Neue Light", Arial, sans-serif;
  padding-top: 20px;
  font-size: 17px;
  color: #ffffff;
  font-style: normal;
  margin-top: 20px;
  text-align: center;
  border-top: 1px solid #333;
  font-size:18px;
}

#content-right h3.hire-me-right {
	font-size:18px;
}

#hire-me-bottom
{
	clear: both;
	float: left;
	width: 960px;
	margin-bottom: 50px;
	
}


/*
Hover graphics
================================
*/

a.logo-go-home { 
        background:url(../images/global_images/skipskap_logo.png) no-repeat 0px 0px;
        width: 83px; 
        height: 83px; 
        display: block; 
}

a.logo-go-home span { 
        display: none; 
}

a.logo-go-home:hover { 
        background: url(../images/global_images/skipskap_logo.png) no-repeat 0px -83px; 
}



a.get-in-touch-button { 
        background:url(../images/hire_me/hire_me_button.jpg) no-repeat 0px 0px;
        width: 201px; 
        height: 88px; 
        display: block; 
}

a.get-in-touch-button span { 
        display: none; 
}

a.get-in-touch-button:hover { 
        background:url(../images/hire_me/hire_me_button.jpg) no-repeat 0px -88px;
}

.quote
{
	display: inline;
	padding-right: 15px;
	
}

#content-right #social {
	float:right;	
}

#content-right #social ul {
	float:left;
	padding:0 0 20px 0;
}

#content-right #social ul li {
	float:left;
	list-style:none;
}

#content-right #social ul li a {
	float:left;	
	background:url("../images/global_images/social.png") no-repeat;
	text-indent:-10000px;
}

#content-right #social ul li.twitter {
	padding:0 30px 0 0;
}

#content-right #social ul li.twitter a {
	background-position:0 0;
	width:47px;
	height:32px;
}


#content-right #social ul li.rss a {
background-position:-47px 0;
	width:31px;
	height:31px;
}

/* Hire Me */

.hireme h3
{
  font-family: museo-slab,"HelveticaNeue-Light", "Helvetica Neue Light", Arial, sans-serif;
  font-size: 22px;
  color: #33cacc;
  font-style: normal;
  margin-bottom: 20px;
}

.hireme .body-image {
    display: block;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

.hireme p
{
	margin: 0 0 40px 0;
	line-height: 26px;
}

.hireme p a:hover {
	color:#fd256c;
}


/*
Extras
================================
*/

/* Highlight colours */

::selection {
        background: #33cacc; /* Safari */
        }
::-moz-selection {
        background: #33cacc; /* Firefox */
}
