/*
Theme Name: le Blog de Claire Pettibone v1.0
Description: romantic, whimsical and clean wordpress blog for Claire Pettibone
Version: 1.0
Author: Nora Lam
Tags: custom-colors, custom-header, fixed-width, two-columns, theme-options, left-sidebar, threaded-comments, lilac, brown, grey
*/

/* Structure Styles */

body {
	font-size: 12px; 
	font-family:  Arial, Verdana, Tahoma;
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url(images/bg_ornate.jpg);
	}	
a {color: #67516c;text-decoration:none;}	
a:hover {text-decoration:underline;}
a img {border:0;}
	
#wrapper {
	width:1000px;
	margin: 0 auto;
	}
#head {
	width:100%;
	margin: 0 auto;
	text-align:center;
	background-image: url(images/cp-blog-header.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	height:330px;
	vertical-align:bottom;
	}
	
#menu {
	width:100%;
	margin:0;
	padding: 0;
	text-align:center;
		}

#menu ul#menu-list{
	list-style-type: none;
        margin-top: -25px;
	padding: 0;
	
	
		}
#menu #menu-list li{
	margin: 0;
	display: inline;
		}

#menu ul li.menu_item a, #menu ul li.cat-item a { 
	background: #958299;
	display:block;
	margin: 0;
	padding:5px 10px 1px 10px;
	color: #fff;
	display: inline;
	text-decoration: none;
	font-size:16px;
	font-weight:bold;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing:1px;
	}	

#menu ul li.menu_item a:hover, #menu ul li.cat-item a:hover {
	background: #C7B6CA;
	}
		
#menu ul li.current_menu_item, #menu ul li.current_menu_item a, #menu ul li.current_menu_item a:hover, #menu ul li.current-cat, #menu ul li.current-cat a, #menu ul li.current-cat a:hover { 
	color: #fff; 
	background: #C7B6CA;
	}
	
#body { 
	width:100%;
	background: #C7B6CA;
    margin: 0 auto;
margin-top:-12px;
	}
/* ---------------[ Tabber ]--------------- */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/

#tab-box {
	margin:0;
	padding:0;
	}

#tab-box h6 {
	font-size:9pt;
	font-weight:normal;
	letter-spacing:0px;
	padding:0px;
	margin:0;
	color:#000;
	}

.tabberlive .tabbertabhide {
	border:0;
	display:none;
	}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/

.tabber {
	display:none;
	padding:0;
	margin: 0;
	}

.tabberlive {
	padding:0;
	margin: 0;
        
	}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/

ul.tabbernav {
	height:24px;
	margin: 0;
	padding:2px;
	list-style-type:none;
	font-size:9pt;
	font-family:"Times New Roman", Times, serif;
	text-transform: uppercase;
	}

.tabbernav li {
	padding:0 ;
	list-style-type:none;
	display: inline;
	margin:0px;	
	}

.tabbernav li a {
	padding: 3px;
	margin:2px;	
	float:left;
	color:#fff;
	}

.tabbernav li a:visited {
	text-decoration: none;
	}

.tabbernav li a:hover {
	text-decoration: underline;
	}

.tabbernav li.tabberactive a {
	
	}

.tabbernav li.tabberactive a:hover {
	
	}

/*--------------------------------------------------
  .tabbertab = the tab content

  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/

.tabberlive .tabbertab {
	margin: 0 auto;
	padding: 8px;
	background: #fff;
	}

/* If desired, hide the heading since a heading is provided by the tab */

.tabberlive .tabbertab h2 {
	}

.tabberlive .tabbertab h6 {
	display:none;
	}

.tabberlive .tabbertab ul.pop {
	list-style-type: none;
	list-style-image: none;	
	text-align:left;
	padding:8px;
	}

.tabberlive .tabbertab ul.pop li {
	padding:0px;
	line-height:12px;
	}

.tabberlive .tabbertab ul.pop li a {
	padding-left: 20px;	
	text-align:left;
	text-decoration:none;
	font-size:9pt;
	}
	
.tabbertab ul.pop li a:hover {
	background: url(images/arrow-rt.gif) no-repeat 2px 3px;
	text-decoration:none;
	color:#000;
	}

/* -------------------[ Site Guide ]------------------- */

#searchform, #monthform, #tagform, #categoryform {
	margin: 0;
	padding: 0; 
        }

#searchform #s {
        width: 160px;
	margin-right: 2px;
	}

#searchform #submit {
	}

select#months, select#tag_drop, select#category_drop {
        width: 180px;
        margin:0;
	}


 	
#sidebar {
	width:276px;
	margin: 10px;
	padding:0px;
	float:left;
	}
	
.side {
	padding:0;
	margin-bottom:15px;
	text-align:left;
	}
.side img {width:264px;height:auto;border:1px solid #ffffff;padding:5px;}
.side2 {
	padding:.2em;
	margin-bottom:15px;
	text-align:left;
	border:1px solid white;
	}
	
.side3 {
	padding:.6em;
	margin-bottom:0px;
	text-align:center;
	background: #f4f0f4;
	background-image: url(images/sidebar.gif);
	background-position:bottom;
	background-repeat: no-repeat;
	}
.bottom-space {margin-bottom:10px;}

h2 {font-family:"times new roman", Times, serif;
font-size:18pt;
font-weight: normal;
margin:0 auto;
margin-bottom:3px;
padding: 0;
text-transform:  capitalize;
}


h2 a {color:#000}

.title {background: #f4f0f4;
padding:10px;
}

small {color: #323232;padding-top:5px;margin:0;font-size:9pt}

#content {
	width:673px;
	margin: 10px 0px 10px 10px;
	padding:10px;
	background: #fff;
        line-height:13pt;
        font-size: 10pt;
	float: left;
}

#content img{padding-bottom:4px;}

.post-title {
	border-top: 1px solid #00000;
	border-bottom: 1px solid #00000;
	padding:4px 0 4px 0;
	margin-bottom:15px;}
#foot {
	width:100%;
	margin: 0 auto;
	background: #613a2f;
	background-image: url(images/bg_foot.gif);
	background-postion: top left;
	background-repeat: repeat-x;
	min-height:50px;
	color: #fff;
	}
.foot-right {
	width:320px;
	padding:10px;
	padding-top:65px;
	text-align:right;
	float:right;}
	
.foot-left {
	width:620px;
	padding:10px;
	padding-top:65px;
	text-align:left;
	float:left;}


.foot-left ul li.page_item {display: inline;padding-left:10px;}

.foot-left a {
	color: #fff;
	text-decoration:none;
}
.foot-left a:hover {
	color: #fff;
}
.clear {clear:both;}


h1, h2, h3 {
	font-family: times new roman, Serif, Verdana ;
	font-weight: normal;
	}


.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, 'Lucida Grande', Verdana, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font: 0.8em Arial, Verdana,  Sans-Serif;
	}

.commentmetadata {
	font-size: 0.9em;
	font-weight: normal;
	}
	
#sidebar {
	font: 1.2em Arial, Verdana, Sans-Serif;
	
	}	
	
acronym, abbr, span.caps
{
	font-size: 1.1em;
	}	
	
code {
	font: 0.9em 'Courier New', Courier, Fixed;
	padding: 10px;
	display: block;
	}
	

	
#sidebar #wp-calendar a {
	text-decoration: none;
	margin: 0;
	padding:0;
	}
#sidebar #wp-calendar caption {
	font: bold 1.3em  Arial,'Lucida Grande', Verdana, Sans-Serif;
	text-align: left;
	margin-top: 6px;
	}	
	
#sidebar #wp-calendar #prev a, #wp-calendar #next a {
	font-size: 1em;
	}	
	
#sidebar #wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	text-align: center;
	}
	
.post hr {
	display: block; 
	border: none;
	}		
	
.narrowcolumn .postmetadata2 {
	padding: 13px 0 16px 0;
	margin-top: 15px;
}	

.entry img {
	padding: 5px;
	max-width: 100%;
	}	
	
/* Begin Structure */

#page {
	padding: 0;
	width: 100%;	
	}

#searchdiv {
	position:absolute;
	top: 30px;
	margin-left: 690px;
}

/* End Structure */


/*	Begin Headers */

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}


h3#comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */	



.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;	
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;	
	text-align:left;
	}

#sidebar ul p, #sidebar ul select {
	margin: 0;
	}

#sidebar ul ul, #sidebar ul ol {
	margin:0px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin:0;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0;
	padding:0;
	list-style:none;	
	}
	
#sidebar h2.widgettitle {text-align:left;border-bottom:1px solid #c0c0c0;margin-bottom:4px;padding-left:5px;}

#sidebar li li a {
	padding-left: 20px;	
	line-height:16pt;
	text-align:left;
	text-decoration:none;
}

#twitter-tools .aktt_tweets ul li {padding-left:20px;padding-top:5px;padding-bottom:5px;}
#twitter-tools .aktt_tweets ul li a {padding:0;}

#sidebar .widget_dbem_list ul li{padding-left: 20px;padding-bottom:5px;}
#sidebar .widget_dbem_list ul li a{padding: 0px;}

#sidebar .linkcat a:hover,#sidebar .widget_recent_entries li a:hover,
#sidebar .blogroll a:hover {
	background: url(images/arrow-rt.gif) no-repeat 2px 3px;
	text-decoration:none;
	color:#000;
}

	
/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#header #searchform #s {
	width: 130px;
	padding: 4px;
	font: 1.4em arial, verdana, sans-serif;
	}

#header #searchsubmit {
	padding: 3px;
	font: 1.4em arial, verdana, sans-serif;
	font-weight: bold;
	}
	
#content #searchform #s {
	width: 200px;
	padding: 4px;
	font: 1.1em arial, verdana, sans-serif;
	}

#content #searchsubmit {
	padding: 3px 10px;
	font: 1.1em arial, verdana, sans-serif;
	font-weight: bold;
	}	

select {
	width: 130px;
	}
#commentform{
	margin-bottom: 60px;
	margin-top: 20px;
}	
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	font-size: 1.2em;
	}

#commentform textarea {
	margin-top:5px;
	width: 100%;
	padding: 2px;
	font-size: 1.2em;
	}

#commentform #submit {
	margin-top: 5px;
	padding: 5px;
	font-weight: bold;
	font-size: 1.3em;
	}
	
legend {
	font-size: 1.2em;
	font-weight:bold;
	padding: 2px 10px;
}
	
/* End Form Elements */



/* Begin Comments*/
#maintabdiv, #respond{text-align:left;padding:10px;}

#tabnav {
	margin:0;
	padding: 0;
}
#tabnav li {
	display:inline;
	list-style:none;
	font-weight: bold;
	font: 18px Arial;
	margin:0;
	margin-right: 5px;
}
a.tabs {
	padding: 5px 10px;
	background: #eee;
	border: 1px solid #eee;	
	color: #666;
}

a.tabs:hover {
	background: #fff;
	border: 1px solid #eee;	
}
a.current {
	background: #fff;
	color:#333;
}

.commentlist {
	padding: 0;
	}
	

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
/* Threaded Comments */	

ol.commentlist { list-style:none; margin:0 0 0em; padding:0; text-indent:0; }
ol.commentlist li {  margin: 15px 0 0px; list-style: none; padding: 20px;}
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { }
ol.commentlist li div.comment-author {}
ol.commentlist li div.vcard { }
ol.commentlist li div.vcard cite.fn { font-style:normal;}
ol.commentlist li div.vcard cite.fn a.url {}
ol.commentlist li div.vcard img.avatar { float: right;	padding: 2px; }
ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata {margin: 0; display: block;}
ol.commentlist li div.comment-meta {  }
ol.commentlist li p {margin: 13px 5px 13px 0; line-height:16px;}
ol.commentlist li ul { margin:0 }
ol.commentlist li div.reply { }
ol.commentlist li div.reply a { font-weight:bold; }

ol.commentlist li ul.children { list-style:none; margin:2em 0 0; text-indent:0; padding:0}
ol.commentlist li ul.children li { font-size: 12px;}
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 { margin:0; }
ol.commentlist li ul.children li.depth-3 { margin:0; }
ol.commentlist li ul.children li.depth-4 { margin:0; }
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.comment {margin:0;margin-top: 20px; }
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#efefef; }
ol.commentlist li.parent { }
ol.commentlist li.pingback { padding:1em; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}
ol.commentlist .navigation {
	padding:10px 0;
	margin:10px 0;
	clear:both;
	border: none;
	}

	
	
/* End Comments */



/* Begin Calendar */
#sidebar #wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 190px;
	}

#sidebar #wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#sidebar #wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#sidebar #wp-calendar a {
	display: block;
	}

#sidebar #wp-calendar caption {
	text-align: right;
	width: 190px;
	padding-right: 10px;
	}

#sidebar #wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}



blockquote {	
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}


hr {
	display: none;
	}

a img {
	border: none;
	}
	
.navigation {
	margin: 0px 0;
	padding: 8px;
	clear:both;
	}
	
pre {
	width: 500px;
	margin-right: 250px;
	font-size: 1.1em;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


/* End captions */

img.wp-smiley {
	border:none;
	padding: 0;
}

.entry a.more-link {
	padding: 1px 6px;
	font-size:0.8em;
	font-weight: bold;
	float:right;
	}

.navigation a {
	font-size:1em;
	padding: 5px 10px;
	font-weight: bold;
	}	

#sidebar li#rssfeeds{
	padding-left: 18px;
	margin-left: 5px;
	margin-top: 10px;
	background:url(images/rss.gif) left center no-repeat;
}
#sidebar li#rssfeeds a, #sidebar .textwidget a, #sidebar #tag_cloud a, #sidebar p a {
	background: none;
	display:inline-block;
	margin:0;
	padding:0;
}


#sidebar #tag_cloud a{
	margin:5px 5px 0 6px;
}

#sidebar #wp-calendar {
	margin:6px;
	padding:0;
}

/* Header Menu */

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}


.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

