/*   
Theme Name: Chindai
Theme URI: http://chindai.com
Description: Custom Wordpress theme for chindai.com
Author: François Hétu
Author URI: http://chindai.com
Version: 1
.
.
*/ /** BASIC */
html,body {
	height: 100%;
}

#extra1 {
	height: 318px;
	background: url(images/homepage12.jpg) no-repeat left top;
}
.arrow{
	background-image:url(images/arrow.png);
	background-repeat:no-repeat;
	height:10px;
	width:36px;
	float:left;
	margin-top:4px;
	padding-right:3px;
}
/** CONTENT */
#content {
	width: 778px;
}

#left {
	width: 239px;
}

#right {
	width: 539px;
	
}
/*div gauche*/
#gallery{
width:160px;
height:158px;
margin-left:44px;
margin-top: 10px;
}
/** LOGO */
#logo {
	height: 121px;
	background: url(images/homepage02.jpg) no-repeat left top;
}

#logo h1,#logo h2 {
	position: absolute;
	left: -10000px;
}

/** MAIN-MENU */
#main-menu {
	height: 272px;
}

#main-menu ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#main-menu li {
	display: inline;
}

#main-menu a {
	display: block;
	width: 239px;
}

#main-menu b {
	position: absolute;
	left: -10000px;
}

#main-menu1 {
	height: 53px;
	width: 239px;
	background: url(images/menu/menu_01.jpg) no-repeat;
}

#main-menu1:hover {
	background-position: -239px 0;
}

#main-menu2 {
	height: 33px;
	width: 239px;
	background: url(images/menu/menu_02.jpg) no-repeat;
}

#main-menu2:hover {
	background-position: -239px 0;
}

#main-menu3 {
	height: 34px;
	width: 239px;
	background: url(images/menu/menu_03.jpg) no-repeat;
}

#main-menu3:hover {
	background-position: -239px 0;
}

#main-menu4 {
	height: 33px;
	width: 239px;
	background: url(images/menu/menu_04.jpg) no-repeat;
}

#main-menu4:hover {
	background-position: -239px 0;
}

#main-menu5 {
	height: 35px;
	width: 239px;
	background: url(images/menu/menu_05.jpg) no-repeat;
}

#main-menu5:hover {
	background-position: -239px 0;
}

#main-menu6 {
	height: 44px;
	width: 239px;
	background: url(images/menu/menu_06.jpg) no-repeat;
}

#main-menu6:hover {
	background-position: -239px 0;
}

#main-menu7 {
	height: 40px;
	width: 239px;
	background: url(images/menu/menu_07.jpg) no-repeat;
}

.selected {
	background-position: -239px 0;
}

/** BOX1 */
#box1 {
	float: left;
	width: 207px;
	padding: 0px 25px 0px 40px;
}

/** BOX2 */
#box2 {
	float: left;
	width: 200px;
}

/** BOX3 */
#box3 {
	padding: 0px 70px 0px 35px;
	/*height: 165px;*/
}

/** FOOTER */
#footer {
	clear: both;
	width: 778px;
	margin: 0px auto;
	background: url(images/homepage16.gif) repeat-x left bottom;
}

#copyright {
	padding: 0px 0px 20px 45px;
}

/** BASIC */
body {
	margin: 0px;
	padding: 0px;
	background-color: #006D70
}

/** FORMS */
form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

/** TEXTS */
body,th,td,input,textarea,select {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

p,blockquote,ul,ol,dl {
	margin-top: 0px;
	margin-bottom: 1em;
	line-height: 150%;
}

.ul1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.ul1 li {
	padding: 5px 0px 6px 0px;
}

.ul1 .vline {
	background: url(images/homepage15.gif) repeat-x left bottom;
}

.ul1 strong {
	padding: 2px 4px;
	background: url(images/homepage14.gif) repeat left top;
	font-weight: normal;
}

.text1 {
	margin-bottom: 1em;
	text-transform: uppercase;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #4B4FE2;
}

.text2 {
	margin-bottom: 2px;
	font-size: 12px;
	color: #FFFFFF;
}

.text2 em {
	padding: 2px 4px;
	background: url(images/homepage14.gif) repeat left top;
	font-style: normal;
}

/** LINKS */
a {
	color: #E7F5CB;
	font-style: italic;
	outline: none;
}

a:hover {
	text-decoration: none;
}

/** STYLES */
.style1 {
	
}

.style1 a {
	
}

.style1 a:hover {
	
}

/** BACKGROUNDS */
.bgx {
	background-color: #90D007;
	padding-bottom: 15px;
	width: 778px;
	margin-left: auto;
	margin-right: auto;
}

.bg1 {
	background: url(images/homepage10.jpg) repeat-x left top;
}

.bg2 {
	background: url(images/homepage13.jpg) no-repeat left top;
}

/** MISC */
.align-justify {
	text-align: justify;
}

.align-right {
	text-align: right;
}

img {
	border: none;
}

.img1 {
	float: left;
	margin-right: 15px;
}

.img2 {
	float: right;
	margin-right: 15px;
}

hr {
	display: none;
}

.hr1 {
	height: 1px;
	margin: 15px 0px;
	background: url(images/homepage15.gif) repeat-x left top;
}

/* WORDPRESS SPECIFIC */ /* Captions & aligment */
.aligncenter,div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.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 & aligment */

/* Specific to Blog Articles */
.article_title {
	text-transform: uppercase;
	margin-bottom: 0.4em;
	font: bold italic 12px Georgia, "Times New Roman", Times, serif;
}
.article_title a{
	text-decoration: none;
	color: #4B4FE2;
}
.article{
	/*width: 450px;*/
	padding:10px;
	/*margin-bottom:15px;*/
	background-color:#AFFF05;
}
.article a{color:#0000FF;}
/* To prevent divs to collapse when containing floating elements */
div.clearer {clear: both; line-height: 0; height: 0;}
/* Comments popup*/
#commentspopup{
background-color:#90D007;	
}
.comment_popup_text{
	background-color:#AFFF05;
	width:90%;
}

/* Begin Sidebar */
#sidebar
{
	padding-left: 10px;
	/*padding-top: 10px;
    
    padding-bottom: 10px;
	margin-left: 52px;
    margin-top: 15px;*/
	
	/*border: 1px dotted;*/
	text-align: left;
}
#sidebar a{color:#0000FF;}
#title_sidebar{
	font: 2em 'Lucida Grande', Verdana, Arial, Sans-Serif;margin-bottom:3px;
}
.sidebar_section_title{
	font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	margin-top:7px;
}
label.hidden{
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#sidebar form {
	margin: 0;
	}
	
	#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}
	#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	text-decoration: none;
	}
	
	#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar li {
	list-style-type: none;
	list-style-image: none;
	}
	
	ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}


/* End Sidebar */

/* Rouded corners Sidebar*/
.roundcont {
				width: 145px;
				background-image: url(images/fill.png);
				background-repeat: repeat;
				margin-left: 52px;
				margin-top: 15px;
			}
/*
			.roundcont p {
				margin: 0 10px;
			}
*/
			.roundtop { 
				background: url(images/ur.png) no-repeat top right; 
			}

			.roundbottom {
				background: url(images/lr.png) no-repeat top right; 
			}

			img.corner {
			   width: 16px;
			   height: 16px;
			   border: none;
			   display: block !important;
			}