/*   
Theme Name: Easy View
Description: A clean, white theme focused on typography and simplicity.
Tags: white, fixed-width, two-columns, right-sidebar,
Author: Karthik Viswanathan
Author URI: http://www.lateralcode.com
Version: 1.0
*/

* {
	padding: 0;
	margin: 0;
}
.plugin-support{
	display:none;
}
.gris  {color:#494949;}
.orange  {color:#f79f05;}

body {
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	background: white;
	text-align: justify;
	background: #f1f1f1 url(images/top.jpg) top repeat-x;
	font-family: Cambria, Georgia, Palatino, Palatino Linotype, Serif;
}

#footer a{
	color:#red;
	text-decoration:none;
}

#tag_cloud{
	padding-top:45px;}

#tag_cloud a{
	text-decoration:none;
	}

#grosTitre a{
	border:none;
	color: #3ba4dc;
	text-decoration: none;	
}

a{
	color: #3ba4dc;
	text-decoration: none;
	/*border-bottom: 1px solid gray;*/
	text-decoration:underline;
}

a:hover {
	border-bottom-style: none;
	/*background: #ececec;*/ 
}

#grosTitre{
	background:url(images/barre.jpg) bottom repeat-x;
	font-size:30px;
	font-weight:bold; 
	font-family:Verdana, Geneva, sans-serif;
	text-align:left;
	padding-top:35px;
	padding-left:145px;
	}

span{
	margin-top:55px;
	height:50px;
	width:100%;
	background:url(images/barre.jpg) bottom repeat-x;
	font-weight:bold; 
	font-family:Verdana, Geneva, sans-serif;
	}

#cadreGeneral{	
	background:url(/wp-content/themes/easy-view/images/fond.gif) repeat-y;
}

#imgCadreHaut{
	margin-top:20px;
	background:url(images/fidelami_blog_07.gif) no-repeat top;
	
	background-color:#fff;
	height:10px;
	}

#imgCadreBas{
	background-image:url(images/fidelami_blog_09.gif);
	background-repeat:no-repeat;
	height:10px;
	}

h1{
	font-size:20px;
	color:#8f8976;
	font-family:Verdana, Geneva, sans-serif;
	font-weight: normal;
	}

h1 a:hover{
	text-decoration:none;
	background:none;}

h2{
	padding-bottom:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-size:20px;
	color:#f79f05;
	font-weight:bold;
}

h2 a{
	color:#f79f05;
	text-decoration:none;
}

h3 {
	font-size:17px;
	color:#f79f05;
	font-family:Verdana, Geneva, sans-serif;
	font-weight: normal;
}

p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	padding-bottom: 24px;
}

ol, ul {
	padding: 0px 5px;
}

img {
	border: 1px solid black;
}

blockquote{
	padding: 0 40px;
}

#wrapper {
	width: 961px;
	margin: 0 auto;
}

#header{
	/*padding-bottom:20px;*/
	background-image:url(images/tetiere_03.png);
	background-repeat:no-repeat;
	margin-top:25px;
	width:100%;
	position:relative;
	z-index:1;
}

#logo {
	padding-top:3px;
	padding-left:25px;
	float:left;
	width: 106px;
	height:89px;
}

#logo h1 {
	float: left;
	font-size: 40px;
}

#logo a {
	color: #49a8d9;
	border-bottom: none;
}

#logo a:hover {
	background: transparent;
	/*border-bottom: 1px solid #49a8d9;*/
}

#logo p {
	float: right;
	color: #49a8d9;
	padding-top: 10px;
}

#logo a#rss {
	display: block;
	margin-top: 35px;
	width: 48px;
	height: 48px;
	background: url(images/rss.png) no-repeat;
}

#logo a#rss:hover {
	border: none;
}

#search-form {
	width: 290px;
	margin: 0 auto;
	margin-top: 10px;
}

form input[type="submit"]{
	text-align:left;
	background-color:#fff;
	color:#3ba4dc;
	border:none;
	font-family:Verdana, Geneva, sans-serif;}

form input[type="submit"]:hover
{
	text-align:left;
	color:#f79f05;
	background-color: #fff;
	cursor: pointer;
}

.field {
	font-family: Cambria, Georgia, Palatino, Palatino Linotype, Serif;
	font-size: 14px;
	line-height: 23px;
}

.field, #submit {
	border: 1px solid #ccc;
}

.field:hover, #submit:hover {
	border-color: #b8b8b8;
}

.field:focus, #submit:focus {
	border-color: #a8a8a8;
}

input.field {
	width: 200px;
	height: 12px;
	padding: 5px 3px;
	background: url(images/input-top.jpg) repeat-x;
}

textarea.field {
	width: 388px;
	height: 192px;
	padding: 4px 6px;
	background: #fff url(images/text-bg.jpg) bottom repeat-x;
}

#submit {
	width: 70px;
	height: 24px;
	background: url(images/input-top.jpg) repeat-x;
}

#menu {
	padding-left:20px;
	line-height: 13px;
}

#menu ul {
	clear: left;
	height: 40px;
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 0;
	padding: 10px 2px;
}

#menu li {
	color:#FFF;
	background-color:#494949;
	padding: 0 15px;
	text-align: center;
	display: inline;
	border: 1px solid #ececec;
	border-bottom: none;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:13px;
	margin:-3px;
}

#menu li:first-child {
}

#menu li:hover {
	border-color: #b8b8b8;
	background-color:#f79f05;
}

#menu li#current_page_item {
	border: 1px solid #b8b8b8;
	border-bottom: 1px solid white;
}

#menu li a {
	text-transform: uppercase;
	font-size: 13px;
	border: none;
	color:#FFF;
	text-decoration:none;
}

#main {
	padding-left:20px;
	width: 60%;
	float: left;
}

.post {
	/*background: url(images/post-top.jpg) top right no-repeat;*/
}

.title {
	padding-bottom: 5px;
	border-bottom: 1px dashed #e7e7e7;
}

.title a {
	border-bottom: none;
}

.title a:hover {
	background-color: transparent;
	border-bottom: none;
}

.post-info {
	color: gray;
	padding-bottom: 15px;
}

.post-author {
	color: gray;
	border-top: 1px dashed #e7e7e7;
}

.heading {
	padding-bottom: 30px;
}

.result {
	padding-bottom: 30px;
}

.comment-label {
	display: block;
}

.submit-comment {
	border: 1px solid #e7e7e7;
	background: #f2f2f2;
	padding: 3px 4px;
}

div.aligncenter, .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	margin: 10px;
	padding-top: 4px;
	text-align: center;
	border: 1px solid #ddd;
	background-color: #f3f3f3;
}

.wp-caption img {
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 14px;
	line-height: 18px;
	padding: 0 4px 5px;
}

#sidebar {
	margin-top: 32px;
	float: right;
	width: 30%;
	text-align: left;
	
}

#sidebar ul {
	list-style:none;
	
}

#sidebar li {
line-height:15px;
	padding-bottom: 10px;
}

#clear {
	clear: both;
}

#footer{
	padding-top:15px;
	text-align:center;
	margin:0 auto;
	color:#3ba4dc;
	height:30px;
	width: 100%;
}

