/*  
Theme Name: 18 Months
Theme URI: http://clarkeadams.com/
Description: Theme created by Mummy at 18 months.
Version: 1.0
Author: Sarah Adams
Author URI: http://hardedge.ca/

	18 Months v1.0
	 http://clarkeadams.com/

	This theme was designed and built by Sarah Adams.
	
  All rights reserved.
*/


body {
  background-color: black;
  margin: 0;
  padding: 0;
  font-family: trebuchet ms, arial, sans-serif;
  font-size: 95%;
  color: #333;
}

a:link {
  color: #004EB9;
}
a:visited {
  color: #409CD2;
}
#content h2 a:link, 
#content h2 a:visited {
  text-decoration: none;
  color: #D30E04;
}
#sitenav li a:link,
#sitenav li a:visited {
  color: white;
}
a:hover, #content h2 a:hover {
  color: #F05829;
}
a:active, #content h2 a:active {
  color: #D30E04;
	color: green;
}
#sitenav li a:hover {
  color: #FFF72C;
}
#sitenav li a:active {
  color: #D30E04;
  color: #F05829;
	color: green;
}

a img {
  border: none;
}

img {
  margin: 0 auto;
}

#container {
  width: 1000px;
}

#header {
  background-image: url(images/head-in-balls.jpg);
  background-repeat: no-repeat;
  height: 248px;
}

#sitenav {
  /*background-image: url(images/nav.jpg);
  background-position: center top;
  background-repeat: no-repeat;*/
  background-color: black;
  height: 38px;
}

#sitenav ul {
  list-style-type: none;
  margin: 0;
  padding: 8px 0;
}

#sitenav li {
  display: inline;
  font-size: 1.2em;
}

#sitenav li a {
  text-decoration: none;
  padding: 0 2.5em;
}

h1, h2, h3, h4, h5, h6 {
  color: #666;
}

#box {
  /* height: 100%;
  overflow: auto; */
}

#inside {
  background-color: #fff;
  background-image: url(images/body-in-balls.jpg);
  background-repeat: no-repeat;
	padding: 10px 50px 0 50px;
  /* overflow: auto; */
}

#content {
  width: 500px;
  float: left;
  float: right;
}

#contentnav {
  font-size: .8em;
  width: 400px;
  float: left;
}

#footer {
  background-color: #fff;
  padding: 20px 10px 10px;
  font-size: .8em;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
/* End Images */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
  clear: both;
  overflow: auto;
}
/* End Various Tags & Classes*/

#content h2 {
  margin: 8px 0 4px;
}

#content #comment {
  width: 450px;
}

#contentnav h2, #extras h2 {
  font-size: 1em;
  margin-top: 1em;
  margin-bottom: 0;
  color: #D30E04;
}

#contentnav ul, #contentnav ul ol, #extras ul, #extras ul ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#contentnav ul li, #extras ul li {
	list-style-type: none;
	list-style-image: none;
  float: left;
  width: 150px;
  padding: 0 50px 20px 0;
}

#contentnav ul li ul li {
  float: none;
  padding: 5px 0;
}

ol li, #contentnav ul ol li, #extras ul ol li {
	list-style: decimal outside;
}

#contentnav ul li#search {
  width: 400px;
}

.post {
  margin-bottom: 5em;
}
