/*
Theme Name: Synecdoche
Description: My first WordPress theme for Synecdoche
Author: Kyle James Matthews
Author URI: http://kylejamesmatthews.com
Version: 1.0

iPhone style sheet
*/

@import url("http://kylejamesmatthews.com/wp-content/themes/synecdoche_v1/style.css");

#container {
  width: 100%;
  font-size: 200%;
  margin: 0;
  padding: 0;
  border-left: none;
  border-right: none;
}

#navigation {
  margin: 0;
  padding: 0;
  border: none;
  position: static;
  width: 100%;
  text-align: center;
}

#navigation ul, #navigation li {
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}

#navigation ul {
    background-color: #FDE792;
    width: 100%;
    padding-right: 20px;
}

#navigation li a {
  margin: 0;
  padding: 5px 25px;
  font-size: 120%;
  border-right: 2px solid #5A1F00;
}

#navigation li:last-child a {border-right: none;}

#content {
  padding: 5px 15px;
  clear: both;
  font-size: 130%;
}

h2 {
  font-size: 130%;
}

#header {
    background: url(../images/header-mobile.jpeg) center center;
    height: 150px;
}

#header h1 {
  font-size: 250%;
  margin-top: 0;
  padding-top: 25px;
  padding-left: 20px;
  margin-bottom: 0;
}

#slogan {
  font-size: 125%;
}

#footer {
  position: static;
  width: 100%;
}

p.postmetadata, p.commentmetadata, #navigation {
  font-family: Georgia, Times, "Times New Roman", serif;
}

#navigation img {display: none;}