/*****************************************************************************/
/*
/* Common
/*
/*****************************************************************************/

/* Global Reset */

* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  background-color: white;
  font-family: 'Droid Sans', sans-serif;
  *font-size: small;
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

h1 {
  margin-bottom: 1em;
}

p {
  margin: 0.8em 0;
}

a {
  color: #2A8FBD;
  padding: 1px 2px;
  -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

a:hover {
  color: #FFF;
  background: #2A8FBD;
  text-decoration: none;
}


table {
  font-size: inherit;
  font: 100%;
}

/*****************************************************************************/
/*
/* Home
/*
/*****************************************************************************/

ul.posts {
  list-style-type: none;
  margin-bottom: 0.2em;
}

ul.posts li {
  line-height: 1.75em;
}

ul.posts span {
  color: #aaa;
  font-family: 'Maven Pro', sans-serif;
  font-size: 80%;
}

/*****************************************************************************/
/*
/* Site
/*
/*****************************************************************************/

.site {
  font-size: 85%;
  width: 640px;
  margin: 20px auto;
  line-height: 1.5em;
  text-align: left;
}

.site .title a {
  color: #2A8FBD;
  text-decoration: none;
}

.site .title a:hover {
  color: black;
}

.site .title a.extra {
  color: #aaa;
  text-decoration: none;
  margin-left: 1em;
}

.site .title a.extra:hover {
  color: black;
}

.site .meta {
  color: #aaa;
}

.site .footer {
  font-size: 80%;
  color: #666;
  border-top: 4px solid #eee;
  margin-top: 2em;
  overflow: hidden;
}


/*****************************************************************************/
/*
/* Posts
/*
/*****************************************************************************/

#post {
  margin-top: 15px;
  padding-top: 30px;
  border-top: 3px solid #EEE;
}

  /* standard */

#post pre {
  border: 1px solid #ddd;
  background-color: #eef;
  padding: 0 .4em;
}

#post ul,
#post ol {
  margin: 10px 0px 20px 30px;
  list-style-position: outside;
}

#post code {
  border: 1px solid #ddd;
  background-color: #eef;
  font-size: 85%;
  padding: 0 .2em;
}

 #post pre code {
   border: none;
 }

/* terminal */

 #post pre.terminal {
   border: 1px solid black;
   background-color: #333;
   color: white;
 }

 #post pre.terminal code {
   background-color: #333;
 }
 
 #post img.post-image {
   width: 150px;
   height: auto;
   float: left;
   margin-right: 35px;
}

 #post .iphone-image-group img{
    width: 150px;
    height: auto;
    padding: 0px 5px 0px 0px;
 }
 
 #post .post-title {
  	color: #F02311;
  	font-weight: bold;
  	margin-bottom: 1em;
  	font-size: 130%;
}

#post h1 {
	font-weight: bold;
	font-size: 110%;
	margin: 15px 0px 20px 0px;
	color: #2A8FBD;
}

#post p {
	line-height: 1.6em;
	margin: 15px 0px 20px 0px;
}

#related {
  margin-top: 2em;
}

#related h2 {
  margin-bottom: 1em;
}
  
.clear {
	clear: both;
}
  
.iphone-apps {
	margin-bottom: 1em;
}
  
.iphone-apps img {
    width: 90px;
    height: auto;
    padding: 0px 5px 0px 0px;

}

.iphone-apps a:hover{
	background: none;
}

#home h1 {
	color: #F02311;
	font-size: 130%;
}


.image-holder {
	border-bottom: 2px solid #EEE;
	margin-bottom: 1em;
	padding-bottom: 2em;
	padding-top:  2em;
}

#disqus_thread {
	margin-top: 2em;
}

.introduction {
    border-bottom: solid 1px #EEE;
    padding-bottom: 10px;
}

.projects {
    margin: 20px 0px;
}

.project {
    position: relative;
    margin: 20px 0px;
    padding: 0px 0px 15px 0px;
    border-bottom: 1px solid #EEE;
}
.project-icon {
    position: absolute;
}

.project-icon img {
    width: 80px;
}
.project-detail {
    margin: 10px 0px 10px 120px;
}

.project-detail h2 {
    font-size: 120%;
    color: #2A8FBD;
}
.project-detail ul {
    margin: 5px 0px;
    list-style: none;
}

.project-detail h3 {
    font-size: 80%;
    text-transform: uppercase;
}

.header {
    position: relative;
    height: 100px;
    padding-bottom: 20px;
}

.header-picture {
    position: absolute;
}
.header-picture img {
    width: 100px;
    border-radius: 50px;
}
.header-content {
    margin: 0px 0px 0px 140px;
    padding-top: 18px;
}

.header-content h1 a {
    text-decoration: none;
    font-size: 150%;
}

.header-contact a {
    line-height: 24px;
    display: inline-block;
}

.header-contact .social-icon {
	float: left;
}

.header-contact .social-icon:hover {
	background: none;
}

.header-contact img {
    width: 24px;
}
.header-content span {
    margin: 0px 0px 0px 10px;
    display: inline-block;
    font-size: 100%;
    line-height: 24px;
    float: left;
    padding-left: 10px;
	border-left: 1px solid #EEE;
}

.inline-text-highlight {
    color: #2A8FBD;
    font-weight: bold;
}

@media (max-width: 760px) {
	.header {
	  padding-bottom: 50px;
	}
	
	.site {
	  width: 400px;
	}
}
