/*
Theme Name: Gypsy Baby
Theme URI: http://gypsybaby.com/
Description: Gypsy Baby Theme
Version: 3.0
Author: Santa Fe Web Design
Author URI: http://santafewebdesign.com/
Tags: 
	Theme for Gypsy Baby - July 2009
*/

body {
  font-family : "Century Gothic", times, serif;
  margin: 0px;
  padding: 0px;
  background: #ffeaff;
}

a {
  text-decoration: none;
}


a:hover {

}

h1, h2, h3, h4, h5, h6 {
  margin: 0px 0px 0px 0px;
}


/* clear fix */

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

.clearfix {
  display: inline-block;
}

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

#page {
  width: 830px;
  margin: 35px auto 15px auto;
}

#layout {
  border: 12px solid #fe76ba;
}

#contactus {
  list-style: none;
  margin: 0px 0px 5px 0px;
  font-size: 14px;
  color: #30658c;
}

#contactus li {
  float: right;
  margin: 0px 5px 0px 20px;
}

#contactus li a {
  color: #30658c;
}

#contactus li a:hover {
  color: #fe76ba;
}

#header {
  background: #fff;
  border-bottom: 12px solid #fe76ba;
}

#header #logo {
  float: left;
}

#header #logo img {
  border: 0px;
  padding: 10px;
}

#header #nav {
  float: right;
  list-style: none;
  margin-top: 57px;
}

#header #nav li {
  float: left;
  margin: 0px 25px 0px 17px;
}

#header #nav li a {
  color: #7a8092;
  font-size: 24px;
}

#header #nav li a:hover {
  color: #96b0fe;
}

#content.index {
  background: #96b0fe !important;
  text-align: center;
}

#content {
  padding: 20px 12px 10px 15px;
  font-size: 13px;
  color: #586168;
  background: #ffeaff;
}

#content .post h2 {
  text-transform: lowercase;
  font-size: 24px;
  color: #26628d;
  font-weight: normal;
  margin: 0px 0px 10px 0px;
}

#content .post p {
  margin: 2px 0px 6px 0px;
}

#content .post img {
  border: 1px solid #7a8092;
  padding: 0px;
  margin: 0px 20px 20px 20px;
}

#footer {
  padding: 12px;
}

#footer p {
  margin: 0px 0px 6px 0px;
  padding: 4px;
  font-size: 13px;
  color: #586168;
  text-align: center;
}

#footer p.address {
  color: #4c83ae;
  font-weight : bold;
}

#footer p.address a {
  color: #1578c6;
  text-decoration : underline; 
}

#footer p.address a:hover {
  color: #fe76ba;
}


#pageflashcontainer {
  float: right;
  border: 1px solid #7a8092;
  padding: 0px;
  margin: 0px 20px 20px 20px;
  width: 477px;
  height: 326px;
}

/* Begin Images */

/*	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 */