/*
Theme Name: Belle Fantaisie 3
Theme URI: http://www.WPThemerKit.com
Description: Pink & Blue, 2 column, header & footer
Version: 1.1
Author: Kirsty
Author URI: http://www.bellefantaisie.net
*/

/*------------------------------------------------------------------
[Table of contents]
1. Main Containers - body, #wrapper, #main, #header, #content, #footer, etc.
2. General Classes - .entry-meta, .post, .description, .underpost, etc.
3. General Links - #content a:link, #footer a:link, etc.
4. Menu - #menu, #menu ul, #menu ul li, #menu ul li a:link, etc.
5. Sidebar Links - #sidebar ul li a:link
6. Headings - #header h1, #content h1, .post h2, .post h3, etc.
7. Date - .entry-date, .entry-month, .entry-day
8. Comments - #commentform, #respond p, etc.
9. Blockquotes - blockquote, blockquote p:first-letter, etc.
10. Align - .alignleft, .alignright, img.alignleft, img.alignright, etc.
11. Misc. and Preventative - Styles to prevent image hover strangeness etc.
-------------------------------------------------------------------*/

/*===START SECTION 1 - the main containers===*/
body {
	font-family:Trebuchet MS;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	color: #c5afa0;
	background: #f1d2bd url(images/bg.jpg) no-repeat center top; 





}
#wrapper {
	width: 905px;
	margin: 0 auto;
	background: url(images/container_bg.jpg) repeat-y;
	
}
#header {
	height: 531px;
	width: 915px;
	margin: 0 auto;
	background: url(images/header_bg.jpg) no-repeat center top;
	position: relative; 

}
#main {
	width: 905px;
}
#content {
	width: 600px;
	padding: 0 0 0 0;
	float: left;
	line-height: 1.3em;
	position: relative; top:-30px; left:100px
	
}
#sidebar {
	width: 160px;
	float: right;
	margin: 0px 0px 0 0;
}
#footer {
	height: 107px;
	width: 1031px;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	padding: 0px 0 0 0;
	background: url(images/footer_bg.jpg) no-repeat;
	position: relative;
}
/*===END SECTION 1===*/

/*===START SECTION 2 - general classes===*/
.description {
	clear: left;
	padding: 5px 0 5px 35px;
}
.post {
	padding: 5px;
	font-size: .9em;
	margin:35px 0 35px 0;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.navigation {
  clear: both;
}
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
.entry-meta {
  margin: 0 0 10px 0;
}
.underpost {
	font-size: .9em;
}
#content .underpost a {
	text-decoration: underline;
}
/*===END SECTION 2===*/

/*START SECTION 3 - style content and footer links*/
#content a:link, #content a:visited {
	padding: 2px;
	color: #d397b3;
	text-decoration: none;
}
#content a:hover {
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color: #d397b3;
}
#footer a:hover {
	text-decoration: none;
}
/*===END SECTION 3===*/


/*===START SECTION 4 - style for menu, page links in the header===*/
#menu { 
	width: 900px; 
	height: 45px; 
	margin-left: 20px; 
	position: relative;
        top: 450px;
}
#menu ul { 
	margin-left: 10px; 
	position: absolute; 
	bottom: -1px; 
	overflow: hidden; 
	height: 45px; 
	list-style: none;
}
#menu ul li { 
	float: left; 
	margin-right: 30px; 
	padding-left: 30px; 
        font-weight: bold;
}
#menu ul li.current_page_item { 
        width: 122px;
        height: 45px;
}
#menu ul li a {
        width: 142px;
        height: 49px;
        background: url(images/buttonforlink.jpg) no-repeat; 
	display: block; 
	text-decoration: none; 
	color: #f1d2bd; 
	line-height: 45px; 
	text-align: center;
	outline: none;
}
#menu ul li a:hover { color: #e2609c; } border: none;
#menu ul li.current_page_item a { background: url(images/buttonforlinkselected.jpg) no-repeat; color: #e2609c; }


/*===END SECTION 4===*/

/*===START SECTION 5 - sidebar links===*/
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: #
	

}
#sidebar li a:link, #sidebar li a:visited {
	display: block;
	text-decoration: none;
	margin-bottom: .1em;
	padding: 1px;
	color: #a1b3bf;
}
#sidebar li a:hover {
	text-decoration: underline;
}
#sidebar ul ul {
  margin-left: 10px;
}
#sidebar ul ul li, #sidebar ul ul li {
  font-size: .9em;
  margin-left: 10px;
}
/*===END SECTION 5===*/

/*===START SECTION 6 - style the headings===*/
#header h1 a:link, #header h1 a:visited {
	font-size: 1em;
	float: left;
	font-family: helvetica;
	margin: 0px;
	width: 600px;
	padding: 1px 0 0 25px;
	clear: both;
}
#header h1 a:hover {
	text-decoration: underline;
}
#content h1 {
	font-size: 1.5em;
}
#sidebar h1 {
	font-size: 1.4em;
	color: #d397b3;
	
}
#sidebar h2 {
	font-size: 1.1em;
color: #d397b3;
background: url(images/sidetitle_bg.gif) no-repeat;
padding-left: 23px;
}
.post h2 {
	font-size: 1.8em;
	margin: 45px 0 10px 0;
	padding: 0;
}
.post h3 {
  font-size: 1.8em;
  margin: 0;
  padding: 0;
}
/*===END SECTION 6===*/

/*===START SECTION 7 - style the post date===*/
.entry-date {
	height: 40px;
	width: 25px;
	display: inline;
	float: right;
	margin: 0 0px 0 0;
	border: 0px solid #000000;
	color: #c5afa0;
	font-family: helvetica;

}
.entry-month {
	font-size: 15px;
	width: 71px;
	text-align: center;
	height: 28px;
	margin: 0px 0 0 0;
	font-weight: bold;
	padding: 0 0 4px 0;
}
.entry-day {
	font-size:25px;
	text-align: center;
	height: 30px;
	width: 71px;
	margin: 0px 0 0 0;
	font-weight: bold;
	line-height: 30px;
}
/*===END SECTION 7===*/

/*===START SECTION 8 - comment form and comments===*/
#respond p {
	font-size: .9em;
}
#commentform input {
	
}
#commentform textarea {
	
}
#commentform {	
	padding: 10px;
}
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
#content ol.commentlist li a {
	text-decoration: underline;
}
li.author {
	padding: 5px;
}
/*===END SECTION 8===*/

/*START SECTION 9 - oh you're so fancy with those blockquotes....*/
blockquote {
  font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
  width: 350px;
  background: url(images/blockquote1.png) no-repeat right bottom;
  padding: 0 10px 0 30px;
  text-indent: -30px;
}
blockquote p:first-letter {
  background: url(images/blockquote2.png) no-repeat left center;
  padding: 0 0 0 30px;
  font: italic 1.7em Georgia, "Times New Roman", Times, serif;
}
/*===END SECTION 9===*/

/*START SECTION 10 - images when inserted into a post.*/
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
.wp-caption-text {
  font-size: .7em;
  line-height: 1.1em;
  margin: 0;
}
/*===END SECTION 10===*/

/*===START SECTION 11 - Misc. and Preventatives===*/
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
	border: none;
}
a.image img {
	border: none;
}
img { border: none; }

}
/*===END SECTION 11===*/
/*===START SECTION 12 - Navigation===*/


}
/*===END SECTION 12===*/



