/**
 * Theme Name: Inflatable
 * Theme URI: http://inflatableapps.com
 * Description: Theme for Inflatable Apps.
 * Version: 0.1
 * Author: David Underwood
 * Author URI: http://theflyingdeveloper.com
 * Tags: android, smartphone
 * Template: hybrid
 */
 
 /*
  * color reference:
  * purple      #553344
  * red         #bb4433
  * dark flesh  #bb9988
  * light flesh #ddccaa
  * white       #ffffff
 */
 
/* Get base CSS */
@import url('../hybrid/library/css/21px.css');

/* Get layout CSS */
@import url('../hybrid/library/css/2c-l-fixed.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get default CSS */
@import url('../hybrid/library/css/screen.css');

body {
font-family: helvetica, arial, sans;
background-color: #ddccaa;
}

.post, .comment, .page, .author-profile, #respond , #primary, .no-data {
background: #ffffff;
padding: 21px;
margin: 0 0 5px;
overflow: hidden;
}


.breadcrumb {
display: none;
}


#header {
margin: 21px 0 0;
padding-top: 45px;
background: url("inflatetitle2.png") no-repeat scroll 0 0 transparent;
width: 620px;
}

#site-title {
display: none;
}

#site-description {
text-align: right;
font-style: italic;
}

#container {
margin-top: 7px;
width: 920px;
margin-bottom: 0;
}

#body-container {
margin: 0;
padding-left: 205px;
width: 920px;
background: url('inflateside.png') no-repeat 21px 21px;
}

#navigation {
float: right;
position: relative;
width: 282px;
height: 100%;
margin: 0;
}

#page-nav ul {
list-style: none outside none;
margin: 0;
}

#page-nav li {
position: relative;
background-color: #553344;
margin-right: 0;
margin-bottom: 7px;
}

#page-nav li a {
border: none;
background: none;
color: #ddccaa;
display: block;
padding: 14px 21px;
}

#page-nav li ul {
padding-left: 0;
border: none;
padding-bottom: 7px;
background: none;
}

#page-nav li li {
background-color: none;
height: 100%;
}

#page-nav li li a {
color: #000000;
background-color: #ffffff;
margin: 0 14px 7px;
}

h1, h2, h3, h4, h5, h6 {
color:#000000;
font-family:Georgia,Times,"Times New Roman",serif;
font-weight:bold;
}

a {
color: #aaaa99;
}

a:visited {
color: #bb9988;
}

.entry-title a, .entry-title a:hover {
color: #bb4433;
text-decoration: none;
}

.post img, .page img {
max-width: 568px;
padding: 7px;
border: none;
}

#primary {
width: 240px;
clear: right;
}


.app-title {
font-size: 32px;
}

.app-content {
width: 578px;
}

.app-screenshot {
margin-top: -357px;
}

.phone-image {
height: 420px;
margin-top: 42px;
width: 282px;
text-align: center;
}
