/*

Theme Name: Boxy Mint
Theme URI: http://wordpress.org/
Description: Boxy Mint Wordpress Theme. 2 Columns. Top Sidebar. Widget Ready. Theme Design by <a href="http://www.cmdesignlounge.com">ChiQ Montes</a>.
Version: 1.0
Author: ChiQ Montes
Author URI: http://www.cmdesignlounge.com/

*/


body {
	margin:0;
	background:#fff url(images/bg.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#484d5a;
	font-size:12px;
	}
img {
	border:0;
	}
a {
	color:#7ec440;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
h1, h2, h3, h4, h5, h6 {
	
	}
blockquote {
	border-left:0px solid #7ec440;
	padding-left:10px;
	}
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
	}

/* The Top */

.top {
	height:4px;
	/* background:url(images/top.gif); phillc */
	overflow:hidden;
	}

/* The Wrapper */

.wrapper {
	width:700px;
	margin:0 auto;
	}

/* The Header */

.head {
	height:107px;
	background:url(images/header.gif);
	}
.head h1 {
	color:#1f94d9;
	font-size:35px;
	margin:0;
	padding:40px 0 0 0;
	}

/* The Menu */

.menu {
	height:44px;
	background:url(images/menu.gif);
	}
.menu ul {
	margin:0;
	padding:0 0 0 2px;
	list-style:none;
	height:44px;
	width:815px;
	overflow:hidden;
	background:url(images/menuborder.gif) left no-repeat;
	}
.menu li {
	float:left;
	background:url(images/menuborder.gif) right no-repeat;
	padding-right:2px;
	}
.menu a {
	display:block;
	float:left;
	height:44px;
	line-height:44px;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	color:#fdfdfd;
	padding:0 25px;
	text-decoration:none;
	}
.menu a:hover {
	text-decoration:none;
	color:#fdfdfd;
	background:url(images/menuhover.gif);
	}
.menu .current_page_item a {
	background:url(images/menuhover.gif);
	}

/* The Content */

.content {
	float:left;
	width:555px;
	margin-right:27px;
	margin-top:30px;
	}
.post {
	/*background:url(images/post.gif) top no-repeat; phillc */
	padding:10px 25px;
	text-align:justify;
	}
h1.title {
	font-size:25px;
	color:#1f94d9;
	margin:0;
	padding-left:15px;
	}
h1.title a {
	color:#1f94d9;
	text-decoration:none;
	}
h1.title a:hover {
	color:#1f94d9;
	text-decoration:none;
	}
.postinfo {
	height:15px;
	font-size:12px;
	font-weight:bold;
	color:#7ec440;
	padding-top:10px;
	padding-left:15px;
	}
.postinfo a {
	color:#7ec440;
	text-decoration:none;
	}
.postinfo a:hover {
	color:#7ec440;
	text-decoration:underline;
	}
.postinfo div {
	float:left;
	height:15px;
	line-height:15px;
	}
.pi-cats {
	background:url(images/cats.gif) left center no-repeat;
	padding:0 25px 0 20px;
	}
.pi-author {
	background:url(images/author.gif) left center no-repeat;
	padding:0 25px 0 20px;
	}
.pi-date {
	background:url(images/date.gif) 0 4px no-repeat;
	padding:0 0 0 16px;
	}
.postbottom {
	clear:both;
	height:33px;
	background:url(images/postbottom.gif);
	line-height:33px;
	text-align:right;
	font-weight:bold;
	padding-right:25px;
	margin-bottom:30px;
	}
.postbottom a {
	background:url(images/comments.gif) left center no-repeat;
	padding-left:30px;
	}

/* The Sidebar */

#sidebar {
	display: block;
	border: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
	z-index: 5;
	position: relative;
}

#sidebar ul {
	width:720px;
	min-height: 30px;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	z-index: 500;
}

#sidebar li {
	display: inline;
	float: left;
	min-height: 20px;
	position: relative;
	text-align: left;
	padding: 5px 16px 5px;
	margin: 0px 0px 0px 0px;
}

#sidebar h2 {
	font-size: 1.2em;
	padding: 0;
	margin: 0;
	weight: bold;
}



#sidebar li ul {
	width: 150px;
	height: auto;
	top: 100%;
	left: 0px;
}

#sidebar li.LargeMenu ul {
	width: 200px;
	height: auto;
	top: 100%;
	left: 0px;
}

#sidebar li ul li {
	text-align: left;
	width: 118px;	
	height: auto;
	min-height: auto;
	display: block;
}

#sidebar li.LargeMenu ul li {
	text-align: left;
	width: 198px;	
	height: auto;
	min-height: auto;
	display: block;
}

#sidebar a {
	text-decoration: none;
	}

#sidebar li li ul {
	top: 0;
	left: 0;
}

#sidebar li li:hover ul {
	left: 150px;
}

/* initialy hide all sub sidemenus */
#sidebar ul ul,
#sidebar ul li:hover ul ul,
#sidebar ul ul li:hover ul ul,
#sidebar ul ul ul li:hover ul ul,
#sidebar ul ul ul ul li:hover ul ul {
	position: absolute;
	display:none;
}

/* display them on hover */
#sidebar li:hover ul,
#sidebar ul li:hover ul,
#sidebar ul ul li:hover ul,
#sidebar ul ul ul li:hover ul,
#sidebar ul ul ul ul li:hover ul,
#sidebar ul ul ul ul ul li:hover ul {
 	 display: block;
}

#sidebar #PhpWebcontent {
	display:none;
}	

/* define the consecutive colors */

#sidebar {
	color: #FFFFFF;
}

#sidebar ul{
	background: #000000;
	-moz-opacity:0.88; /* for mozilla */
	opacity: 0.88; /* for safari */
	khtml-opacity: 0.88 /* for konquerer and older safari */
}

#sidebar ul ul {
	background: #000000;
}
#sidebar ul li {
	background: #000000;
}

#feeds li {
  background: url(images/feed.png) top left no-repeat;
  padding-left: 18px;
}

#sidebar h2 {
	color: #FFFFFF;
}

#sidebar a {
	color: #FFFFFF;
	}

#sidebar ul li:hover {
	background: #333333;
}

#sidebar ul li ul {

}

#sidebar ul li ul li {
	background: #333333;
}

#sidebar ul li ul li:hover {
	background: #666666;
}

#sidebar ul li ul ul li{
	background: #666666;
	
}
#sidebar ul li ul ul li:hover {
	background: #999999;
}
#wp-calendar #next a {
	background: none;
	}

#wp-calendar #prev a {
	background: none;
	}

/* Début Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	L'utilisation de 'class="alignright"' sur une image aligne l'image à droite (qui aurait pu penser ça ?!)
	Et 'class="centered' centrera bien entendu l'image. Ceci est préférable à l'utilisation de 
	align="center", étant plus évolutif (et valide) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* The Footer */

.footer {
	height:163px;
	background:#1e93d8 url(images/footer.gif) top repeat-x;
	}
.footerfloat {
	float:left;
	height:163px;
	}
.footer .themeby {
	width:360px;
	}
.footerlinks ul {
     text-transform:uppercase;
     display: inline;
     list-style-type: none;
     list-style-image:none;
     margin:0; 
     }
.footerlinks li, .footerlinks li li, .footerlinks li li li {
     display: inline;
     padding: 0px 5px; 
     }
.footer .meta {
	
	}
.footerfloat h2 {
	margin:28px 0 0 0;
	padding:0;
	font-size:25px;
	color:#fff;
	}
.footerfloat ul {
	margin:0;
	padding:0;
	list-style:none;
	line-height:30px;
	}
.footerfloat a {
	background:url(images/arrow.gif) left center no-repeat;
	padding-left:20px;
	color:#fff;
	font-weight:bold;
	}


/* The Bottom */

.bottom {
	height:27px;
	border-bottom:1px solid #fff;
	border-top:2px solid #94c93d;
	background:url(images/bottom.gif);
	}
.bottom a {
	display:block;
	height:17px;
	float:right;
	margin-top:4px;
	}
.bottom a.rss {
	width:25px;
	background:url(images/rss.gif);
	margin-left:10px;
	}
.bottom a.xhtml {
	width:33px;
	background:url(images/xhtml.gif);
	}

/* The Navigation */

.navigation {
	height:25px;
	margin:0 0 30px 0;
	}
.navigation a {
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	}
.alignleft {
	float:left;
	}
.alignright {
	float:right;
	}

/* The Attachment */

.contentCenter {
	text-align:center;
	}

/* The Page Title */

h2.pagetitle {
	padding:0 0 30px 0;
	color:#94c93d;
	margin:0;
	font-size:18px;
	text-align:center;
	}

/* The Comments */

.comments {
	}
.comments textarea {
	width:90%;
	height:156px;
	background:#fff;
	border:1px solid #e9e5e1;
	color:#484849;
	padding:10px;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
#commentform input {
	background:#fff;
	border:1px solid #e9e5e1;
	color:#484849;
	padding-left:10px;
	}
.comments input#submit {
	padding:0;
	width:72px;
	height:29px;
	}
.comments h2 {
	font-size:20px;
	margin:0 0 10px 0;
	padding:15px 0 5px 0;
	border-bottom:1px dashed #c0c0b4;
	background:url(images/titlebg.gif) top repeat-x;
	color:#94c93d;
	font-weight:normal;
	}
.comments h2#respond {
	border-bottom:none;
	margin:0;
	padding:0;
	}
.comments ol {
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
	}
.comments ol li {
	border-bottom:1px dashed #c0c0b4;
	margin-bottom:10px;
	}
.comments ol li p {
	padding:0;
	margin:10px 0;
	}
.commenthead {
	font-weight:bold;
	}
#body_content {position: absolute;left: -10000px;};