/*
Theme Name: Belle Amour V1.0
Description: Main Belle Amour Theme
Version: 1.0
Author: Debbie Slater
*/

/* Structure 
	=Global
	=Header
	=Content
	=Footer
-------------------------------------------------------------------------*/
/* =Global 
--------------------------------------------------------------------------*/
* {
  margin: 0;  padding: 0;
}

body {
  color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 0.688em;
  background: #fff url(../../../images/background.gif) repeat;
}

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

h1 {
  font-size: 1.727em;
}

h2, h3, h4, h5, h6 {
  margin-top: 20px;
  font-size: 1.455em;
}

p {
  margin: 10px 0;
  line-height: 1.75em;
}

a {
  color: #333333;
}

img {
	border: none;
}

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

.clearfix {
  display: inline-block;
}

#centre {
  margin: 0 auto; padding: 0 52px;
  width: 928px;
}

#wrapper {
  padding: 0;
  width: 928px;
  background-color: #ffffff;
}

#header {
  
}

/* =Header
--------------------------------------------------------------------------*/

#logo {
  display: block;
  height: 177px;
  background: url(../../../images/logo.gif) no-repeat top center;
  text-indent: -9999px;
}

#tagline {
  display: block;
  height: 0px;
  line-height: 0px;
  text-indent: -9999px;
}

#nav {
  width: 100%;
  border-top: 3px solid #ffffff;
  background-color: #3abca4;
}

#nav ul {
  margin-left: 15px;
}

#nav ul li {
  list-style-type: none;
  float: left;
  font-size: 1.5em;
  font-weight: bold;
}

#nav ul li a {
  padding: 5px 0;
  margin-right: 15px;
  display: block;
  text-decoration: none;
  color: #ffffff;
  text-transform: lowercase;
  text-indent:-9999em;
}

#nav li a:hover {

}

#nav li.active a {

}

#nav a.home {
  background-image:url(http://www.bellebebes.co.uk/images/home_nav.gif);
  width: 65px;
}

#nav a.about-me {
  background-image:url(http://www.bellebebes.co.uk/images/about_me_nav.gif);
  width: 85px;
}

#nav a.get-in-touch {
  background-image:url(http://www.bellebebes.co.uk/images/get_in_touch_nav.gif);
  width: 164px;
}

/* =Content
--------------------------------------------------------------------------*/

#content {
  float: left;
  width: 600px;
  margin-bottom: 10px;
}

#content, #sidebar {
  padding: 15px 27px 35px 27px;
}

#sidebar {
  float: right;
  width: 220px;
}

#sidebar ul {
  list-style-type: none;
  text-align: right;
}

#sidebar h2 {
  font-size: 1.25em;
  color: #f08f09;
  text-transform: uppercase;
background-image:url("../../../images/bar_explore.jpg");
background-position:right top;
background-repeat:no-repeat;
height:23px;
margin-bottom:5px;
text-align:left;
text-indent:-9999px;
}

h2#featuring-title {
  background-image:url("../../../images/bar_featuring.jpg");
}

h2#oldies-but-goodies-title {
  background-image:url("../../../images/bar_oldies_but_goodies.jpg");
}

#keep-in-touch h2 {
  background-image:url("../../../images/bar_keep_updated.jpg");
}

#my-wedding-blog h2 {
  background-image:url("../../../images/bar_my_wedding_blog.jpg");
}

#searchform label {
  display: none;
}

#searchform #s {
  border: 1px solid #F08F09;
  padding: 2px;
  width: 165px;
}

#searchform div {
  margin-left:3px;
  text-align:left;
}

#searchform #searchsubmit {
  vertical-align: bottom;
}

#sidebar a {
  color: #646C66;
  text-decoration: none;
}

#sidebar a:hover {
  text-decoration: underline;
}

#sidebar .tags a {
  padding-right: 2px;
}

#sidebar .info {
  text-align: right;
}

#sidebar .info a {
  color: #3abca4;
}

#keep-in-touch {
  margin-top: 15px;
  text-align: right;
}

#keep-in-touch li {
	margin-top: 3px;
  float: left;
}

#my-wedding-blog a {
  display: block;
  margin-left: 3px;
}

#keep-in-touch ul {
  width: 100%;
}

.post h2 {
  margin-bottom: 10px;
  padding-bottom: 3px;
  font-size: 1.75em;
  border-bottom: 2px solid #f08f09;
  color: #3abca4;
}

.post h3 {
  margin: 15px 0 10px 0;
  color: #555555;
  font-size: 1.25em;
}

.post h2 a {
  color: #3abca4;
  text-decoration: none;
}

.post a {
  color: #f08f09;
}

.post p {
  font-size: 1.1em;
  text-align: justify;
}

.post ul, .post ol {
  margin-left: 15px;
  font-size: 1.1em;
  line-height: 1.75em;
}

.post ol {
  margin-left: 18px;
}

.post-date {
	color: #777777;
	font-size: 1em;
}

.contact-email {
  color: #f08f09;
  font-size: 1.25em;	
}

.image-key img {
  float: left;
}

.image-key ol {
  margin-left: 0;
  padding-left: 65px;
  font-size: 1em;
  line-height: 1.5em;
}

.image-key li {
  margin-bottom: 1px;
}

#comments, #respond {
	border-top: 2px solid #f08f09;
	padding-top: 10px;
}

.commentlist {
	margin-top: 15px;
	list-style-type: none;
}

.comment-body {
	margin: 15px 0;
	padding-top: 20px;
	border-top: solid 1px #aaaaaa;
}

.commentlist .avatar {
	float: left;
	padding-right: 10px;
}

.commentlist .fn {
	font-style: normal;
	color: #f08f09;
	font-size: 1.5em;
}

.comment-meta {
	padding-left: 58px;
}

.comment-meta a {
	color: #777777;
	text-decoration: none;
}

.comment-body p {
	padding-left: 58px;
	font-size: 1.1em;
}

#respond h3 {
	margin-top: 0;
}

.supplier-info {
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	padding: 5px 10px;
}

.image-attribution ol li {
	float: left; margin-right: 30px;
}

.two-column-content {
	
}

.two-column-content h3 {
	margin-top: 5px;
}

.two-column-content .left-col  {
	float:left;
	margin: 0 10px 0 5px;
	width: 285px;
}

.two-column-content .right-col  {
	float: right;
	margin: 0 5px 0 10px;
	width: 285px;
}

.social-bookmarking {
	margin: 10px 0;
}

.tweet-me {
	float: left;
}

.badge pre {
	font-family: consolas, courier, monospace;
	font-size: 1em;
	line-height: 1.2em;
	white-space: pre; 
	background-color: #eeeeee;
	color: #000;
	border: 1px solid #f08f09;
	padding: 10px;
	margin: 10px 0;
	margin-left: 8px;
	width: 580px;
	word-wrap: break-word;
	white-space: pre-wrap;
}

/* =Footer
--------------------------------------------------------------------------*/

#footer {
  padding: 5px;
  clear: both;
  text-align: center;
  font-size: 1.091em;
  color: #ffffff;
  background-color: #3abca4;
  border-top: solid 2px #3abca4;
}

#footer p {
  margin: 0;
}

#footer p.credits {
  font-size: 0.750em; font-weight: normal;
}

#footer a {
  color: #ffffff;
}