/*  
Theme Name: Rachel Raleigh
Theme URI: http://rachelraleigh.com/
Description: WordPress Theme for Rachel Raleigh
Version: 1.0
Author: Mike Manning
Author URI: 
*/


/* MAIN
------------------------------------------------------------ */
* {
  margin: 0;
  padding: 0;
  outline: 0;
}
body {
  background: #ffffff;
  color: #000;
  font-size: 14px;
  font-family: Arial, 'Lucida Grande', Verdana, Sans-Serif;
}
p {
  margin-bottom: 10px;
  line-height: 18px;
}
a {
  color: #959595;
  text-decoration: underline;
  font-weight: bold;
}
img {
  border: 0;
}

.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.navigation {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 60px;
}



/* #CONTAINER
------------------------------------------------------------ */
#container {
  width: 900px;
  margin: 0 auto;
  background: #fff;
  padding: 0 10px;
}



/* #CONTAINER #HEADER
------------------------------------------------------------ */
#header {
  background: url(images/logo2.png) no-repeat center;
  width: 900px;
  height: 200px;
  clear: both;
}
#header h1 {
  display: none;
  text-align: center;
  margin: 0 auto;
}
#header h1 a {
  width: 400px;
  height: 177px;
  display: block;
}
#header h1 a span {
  display: none;
}
#header h2 {
  display: none;
}



/* #CONTAINER #HEADER #NAVIGATION
------------------------------------------------------------ */

#navigation {
  overflow: auto;
  margin: 0;
  padding-top: 10px;
  padding-right: 10px;
}
#navigation ul {
  list-style: none;
  overflow: auto;
}
#navigation ul li {
  float: right;
}

#navigation ul li a {
  display: block;
  color: #000;
  background: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 5px;
  overflow: auto;
  text-transform: uppercase;
  margin-left: 10px;
  font-size: 16px;
}




/* #CONTAINER #CONTENT
------------------------------------------------------------ */
#content {
  padding: 10px;
  background: #fff;
}
#content #edit {
  position: fixed;
  right: 10px;
  bottom: 10px;
}
#content #edit a {
  background-color: white;
  padding: 5px;
  color: #000;
  font-weight: bold;
  font-size: 16px;
}



#content div.post {
  border-bottom: 1px dotted black;
  margin: 10px auto 0 auto;
}

#content div.post h2 {
  margin-bottom: 10px;
}
#content div.post h2 a {
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
}
#content div.post p.date {
  font-size: 13px;
  margin-bottom: 8px;
}






textarea#comment {
  width: 100%;
}







/* #CONTAINER #FOOTER
------------------------------------------------------------ */
#footer {
  margin: 10px auto;
}




body.pageid-127 #content p {
  font-size: 16px;
}










