/*
Theme Name: BunnyCage
Theme URI: http://www.skyce.net/wordpress
Description: The Cagealapins.fr theme
Version: 0.1
Author: skyce
Author URI: http://www.skyce.net/
License: General Public License (GPL)
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
}

body, input, textarea, select {
	font: normal small Arial, Helvetica, sans-serif;
	color: #222222;
	/*margin: 0px auto;*/
}

h1, h2, h3 {
	margin-bottom: 1em;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-weight: bold;
	font-size: 2.2em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

p, blockquote, ul, ol, form {
	margin-bottom: 1.5em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {	
	margin: 5px 5px 0px 5px;
	padding: 0px 5px 0px 35px;
	background: transparent url(images/blockquote.gif) no-repeat ;
	font-style: italic;}

ul {
	list-style-type: square;
}

a {
	color: #555555;
}

a:hover {
	text-decoration: none;
}

/* Wrapper */

#wrapper {
	width: 999px;
	margin: 0 auto;
	border: 0;
	background-color: #FFFFFF;
}

/* Header */

#header {
	height: 178px;
	position: relative;
	background: #000000 url(images/horizontal_title1000-2.png) no-repeat;
	/* margin: 0px auto; */
}

#header h1, {
}

/*#header h1 {
	position: absolute;
	top: 10px;
	left: 10px;  
	font-size: 3em;
	letter-spacing: -3px;
	background: transparent url(images/bgmenu.png);
	padding: 2px;
}
*/
#header a {
	text-decoration: none;
	color: #FFF;
}

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

/* Menu */

#menu
{
	/*width: 850px;*/
	position: absolute;
	margin: 0px 0;
}

#menu ul
{
	list-style: none;
	text-align: left;
	padding: 225px 0px 10px 50px;
	margin: 0;
}

#menu li
{
	padding: 5px 1px 15px 1px;
	display: inline;
}

#menu li a
{
	color: #eaeaea;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
	background: transparent url(images/bgmenu.png);
	padding: 5px 5px 10px 5px;
}



#menu li a:hover
{
	text-decoration: underline;
	color: #FFF;
	background: black;
}

/* Content */

#content {
	background: #FFFFFF;
	margin: 0px;
	width: 1000px;
	/* padding: 0px 0px 0px 120px; */
}

/* Blog */

#blog {
	background: #000;
	float: left;
	width: 660px !important;
	width: 660px; 
	/* IE6 3px problem */
	margin: 0px auto;
	padding: 0px 0px 0px 30px;
}

/* Post */

.post {
	/* margin-bottom: 10px; */
	/* padding-bottom: 5px; */
}

#title {
	height: 27px;
	font-size: small;
	font-weight: bold;
	padding: 15px 5px 5px 10px;
	background: #FFFFFF url(images/post_title_top.gif) no-repeat top left;
}

#titleNegatif {
	height: 27px;
	font-size: small;
	font-weight: bold;
	padding: 15px 5px 5px 10px;
	background: #000000 url(images/post_title_top_neg.gif) no-repeat top right;
}

.maintitle {
	font-size: 1.3em;
}

#titlepage {
	color: 	#00FF00;
	height: 37px;
	font-size: small;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
}

#signature {
	color: 	#555555;
	height: 27px;
	font-size: small;
	font-weight: bold;
	padding: 5px 5px 5px 30px;
}

#titleNegatif a {
	text-decoration: none;
	color: 	#FFFFFF;
}

#titleNegatif a:hover {
	text-decoration: none;
	border-bottom: 1px dashed #656565;
}

#titleNegatif #date {
	text-align: left;
	font-size: 13px;
	padding: 5px 0px 0px 0px;
	color: #9e9e9e;
	float:left;
	width:60px;
	margin:0;
}

#title a {
	text-decoration: none;
	color: 	#000000;
}

#title a:hover {
	text-decoration: none;
	border-bottom: 1px dashed #656565;
}

#title #date {
	text-align: left;
	font-size: 13px;
	padding: 5px 0px 0px 0px;
	color: #9e9e9e;
	float:left;
	width:60px;
	margin:0;
}

#date .mo{color:#9e9e9e;}
#date .day{color:#9e9e9e;}



.post .entry {
	padding: 35px 5px 10px 25px;
	line-height: 1.2em;
	background: #FFFFFF url(images/post_title_bottom.gif) no-repeat bottom left;
}

.post .entryNegatif {
	padding: 35px 5px 10px 15px;
	line-height: 1.2em;
	background: #000000 url(images/post_title_bottom_neg.gif) no-repeat bottom right;
}

.post p {
	text-align: justify;
	width: 600px;
}

.post .entryNegatif p {
	text-align: justify;
	color: #FFFFFF;
}

.post .meta {
	padding: 0px 5px 5px 5px;
	line-height: 1.1em;
	font-size: 0.85em;
	color: #555555;
	margin-bottom: 0px;
}

.post .metaNegatif {
	padding: 0px 5px 5px 5px;
	line-height: 1.1em;
	font-size: 0.85em;
	color: #555555;
	margin-bottom: 0px;
}

.meta a{
	color: #555555;
}

.entry h1, .entry h2, .entry h3 {
	color: #333;
}

/* Titlesidebar */

#titlesidebar {	
	background: #000000 url(images/vertical_title.gif) no-repeat;
	float: left;
	width: 120px;
	/*height: 100%;*/
	height: 347px;
	padding: 0px 0px 0px 0px;
}

/* Sidebar */


/*#separator_carots {
	background: #0000FF url(images/separator_carots.gif) no-repeat;
	width: 177px;
	height: 36px;
	padding: 0px 0px 0px 0px;
}*/

#sidebar_top {
	background: #0000FF url(images/sidebar_top.gif) no-repeat;
	width: 177px;
	height: 15px;
	padding: 0px 0px 0px 0px;
}

#sidebar_bottom {
	background: #0000FF url(images/sidebar_bottom.gif) no-repeat;
	width: 177px;
	height: 15px;
}

#sidebar {
	background: #000000;
	float: right;
	width: 177px;
	padding: 0px 0px 0px 0px;
}

#sidebar ul {
	margin: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 10px;
}

/* #sidebar li ul {
	line-height: 1.5em;
	list-style-type: none;
	padding-left: 10px;
}

#sidebar li li {
	margin: 0;
	color: #white;
}*/

#sidebar h2 {
	/*height: 46px;*/
	/*background: #0000FF url(images/separator_carots.gif) no-repeat;*/
	text-transform: uppercase;
	color: white;
	font-size: 0.9em;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	text-align: center;
	/*vertical-align: bottom;*/
}

#sidebar a {
	display:block;
	text-decoration: none;
	color: white;
	text-align: center;
}

caption{font-size: 1.2em;}

#today {padding:  0px 0px 0px 2px;	background: black;
	font-weight: bold;
	color: #919191;}

#rss a{	border-bottom: 0px;
	background: transparent;
	overflow: hidden;}
#rss a:hover {	border-bottom: 0px;
	background: transparent;
	overflow: hidden;}
#rss img:hover {	border-bottom: 0px;
	background: transparent;
	overflow: hidden;}

#searchbg {
background: transparent url(images/searchbg.gif) no-repeat center center;
height:25px;
margin-bottom:20px;}

#s {
background: black;
width: 110px;
height: 15px;
color: white;
font-weight: bold;
border: 0px;
}

#go {
	background: transparent;
	color: white;
	font-weight: bold;
	border: 0px;
	font-size: 1.25em;
	outline: none;
	height: 15px;}


/* Footer */

#footer{
	font: normal small Arial Narrow, Helvetica, sans-serif;
	font-size: 0.85em;
	background: white url(images/footer.gif) no-repeat left top;
	margin: 0px auto;
	text-align: right;
	padding: 10px 10px;}

#footer #text{
	text-align: right;
	padding: 0 200px 0 0;}

#footer #text a {
	text-decoration: none;
	color: black;
}

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


/* Comments Styling */
#comment {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
font: Trebuchet MS, Verdana, Sans-Serif;
}

#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
background: white;
width: 560px;
text-align: left;
}

#commentform p {
text-align: left;
}

#commentform textarea {
	padding: 2px;
	background: white;
	border-top: 1px solid #8e8e8e;
	border-left: 1px solid #8e8e8e;
	border-bottom: 1px solid #2c2c2c;
	border-right: 1px solid #2c2c2c;
	width: 560px;
}

#commentform #email, #commentform #author, #commentform #url {
	padding: 2px;
	font-size: 1.1em;
	background: white;
	border-top: 1px solid #8e8e8e;
	border-left: 1px solid #8e8e8e;
	border-bottom: 1px solid #2c2c2c;
	border-right: 1px solid #2c2c2c;
	width: 280px;
}

#commentform input{
margin-bottom: 3px;
}

.submit1{
	width: 280px;
	cursor:hand;
	font-size:1.10em;
	background: white;
	border-top: 1px solid #8e8e8e;
	border-left: 1px solid #8e8e8e;
	border-bottom: 1px solid #2c2c2c;
	border-right: 1px solid #2c2c2c;}

.submit1:hover, .submit1:focus{
	background: black;
	border-top: 1px solid #2c2c2c;
	border-left: 1px solid #2c2c2c;
	border-bottom: 1px solid #8e8e8e;
	border-right: 1px solid #8e8e8e;}
