/* @override http://dentdelion.net/wp-content/themes/tondeuse/style.css */

/*
Theme Name: Tondeuse
Author: Dana Whittle
Author URI: http://vizou.com
*/

/* @group Basics */

* {  	
margin: 0; 
padding: 0; 
}

html {  	
text-align: center; 
}

body { 
font-size: 10pt; 
font-family:  arial, helvetica, tahoma, sans-serif; 
line-height: 140%;
margin: 0; 
background-color: #fff;
color: #000;
}

p {  	
font-size: 10pt; 
}

ul, ol {  	
list-style: none; 
border: 0;
}

img{  	
border: 0; 
}

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

small {  	
font-size: 0.8em; 
}

em {  	
font-style: italic;
}

/* @end */


/* @group Layout */

.which-template {  	
display: none; 
}

#container {  	
text-align: left; 
}

#header {  
display: none;
}

#subOne { 
display: none;
}

#mainOne {  	
margin: 0;
}

#mainOneContent {	
padding: 0 5%; 
}

#menu { 
display: none;
}

#footer {  	
margin: 0; 
height: 43px;
font-size: 9pt; 
}

/* @end */

/* @group Navigation */

a {  	
color: #000; 
text-decoration: none; 
border: 0; 
}

#subpages {  	
display: none; 
}

/* @end */

/* @group Headers */

h1, h2, h3, h4 {  	
font-family: arial,helvetica,sans-serif; 
font-weight: normal; 
padding: 5px 0;
color: #000;
}

#mainOneContent h2 { 
font-size: 18pt;
margin: 10px 0;
}

h3 {  	
font-size: 13pt;
font-weight: bold;
}

h4,
#menu h4 {  	
font-size: 10pt;
line-height: 100%;
color: #0f7b84;
letter-spacing: -1px;
}

#featured h2 {  	
margin: 0 0 8px 0; 
color: #000;
}


/* @end */

/* @group mainOne */

#mainOneContent .post {  	
display: block;
width: 100%;
float: left; 
margin-bottom: 10px;
}

#mainOneContent .post.no-border,
.no-border {  	
border: 0; 
}

#mainOneContent .entry img,
#mainOneContent .intro img { 
float: left; 
margin: 5px 15px 5px 0;
}

#mainOneContent .intro p {  	
margin-bottom: 10px;
}

#mainOne strong {  	
color: darkgreen; 
}

#mainOneContent .product {  	
float: left;
width: 48%;
padding: 0; 
margin: 20px 0 0 0;
height: 230px;
overflow: visible;
text-align: center;
}

#mainOneContent .product .post {  	
width: 244px;
padding: 0;
margin: 0;
}

#mainOneContent .product img { 	
float: none; 
margin: 15px 0;
border: 1px solid #eee;
}

.post p {  	 
margin-bottom: 8px;
}

.entry ul,
.entry ol {  	
margin-bottom: 10px; 
}

.entry ol li {  	
list-style-position: inside; 
list-style-type: disc;
}

.entry ul li {  	
padding: 3px 0;
border-bottom: 1px dashed #c65100;  
}

.entry { 
padding: 0; 
}

#mainOneContent tr.gigpress-header {  	
text-transform: uppercase;
}

#mainOneContent table {  	
border: 0; 
}

#mainOneContent .gigpress-date {  	
width: 20%; 
font-size: 10pt;
font-weight: bold;
}

ol li.blogroll {  	
list-style-type: disc; 
list-style-position: inside; 
}

.blogroll {  	
border-bottom: 1px solid #ddd;
padding: 5px 0; 
}

.blogroll a {  	
font-weight: bold;
margin-right: 3px;
}

.postmetadata {  	
padding: 0 0 5px 0; 
font-style: italic;
font-size: 9pt;
text-transform: lowercase;
margin-top: 4px;
border-bottom: 1px dashed #c65100; 
text-align: right;
}

.date {  	
background: url(icons/date.png) no-repeat 0 0;
padding: 3px 3px 3px 20px; 
}


/* @end */

/* @group Forms */

/* search */

#searchform {  	
padding: 5px; 
}

#searchform input#s {  	
font-size: 0.9em; 
padding: 2px; 
margin: 2px; 
border: 1px solid #B7B7B7; 
width: 120px 
}

#searchform input#searchsubmit {  	
font-size: 0.8em; 
padding: 2px; 
margin: 2px 0 0 2px; 
border: 1px solid #B7B7B7; 
background-color: #e6ec75; 
color: #555; 
}

/* @end */