/*   
Theme Name: HouseController
Theme URI: http://13sportif.free.fr/
Description: Theme pour le site du HouseController
Author: Julien Guille
Author URI: http://13sportif.free.fr/
Version: 2.0
Tags: tan, theme-options

	The CSS, XHTML, design and PHP are released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
*/


/****************************
 **   General
 - Orange : F9881D
 - Gris   : 31343E
 ****************************/

body {
	margin: 0;
	padding: 0;
	background: #31343E url(images/hc-page-175.png) repeat-y -55px 0;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 1em;
	color: #FFF;
    border-bottom: 1px solid rgba(0,0,0,0);
}

a {
	color: #F9881D;
	text-decoration: none;    
}
a:hover {
	text-decoration: underline;    
}

img {
	border: 0;
}
ul {
    padding-left: 15px;
}

/****************************
 **   Layout
 ****************************/

/* Page */
#page {
  position: relative;
}


/* Header */
#header-wrap {
    position: absolute;
    top: 0;
    left: 0;
	height: 100%;
	width: 95px;
}

#header h1 {
	margin: 0;
	background: url(images/hc-logo-55.png) no-repeat 20px 28px;
}

#header h1 a {
	display: block;
    width: 95px;
    height: 600px;
	background: url(images/hc-text-52-v.png) no-repeat 20px 102px;
    text-indent: -100em;
}

#blog-description {
    display: none;
}


/* HC Extra */
#hc-extra {
    position: absolute;
    top: 10px;
    left: 880px;
    z-index: 1000;
	text-align: right;
}
#hc-extra h2 {
	display: none;
}
#hc-extra ul {
    margin: 0;
	padding: 0;
	list-style: none;
}
#hc-extra a {
    display: block;
    font-size: 100%;
	line-height: 1.4em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
    text-transform: lowercase;
    -ms-filter:"alpha(opacity=20)";
	filter: alpha(opacity=20);
	-khtml-opacity: .2;
	-moz-opacity: .2;
	opacity: .2;
}
#hc-extra a:hover {
	color: #F9881D;
	-ms-filter:"alpha(opacity=100)";
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}


/* HC-Home */
.hc-home {
	background: #3E3F46;
}
.hc-home #menu {
	display: none;
}
.hc-home #header-wrap  {
    height: 430px;
    position: static;
    width: 100%;
}
.hc-home #header h1 a {
	display: block;
    width: 350px;
    height: 420px;
    margin: 0 auto;
	background: url(images/homesystem.png) no-repeat center center;
}
#hc-content { text-align: center;}
#hc-desc {
	font-size: 1.5em;
    padding: 11px 0;
    background-color: #F9881D;
}
#hc-langues {
	margin-top: 5em;
	font-weight: bold;
}
#hc-langues a {
	text-decoration: none;
    color: #FFF;
    padding: 1em 3.2em;
}
#hc-langues a:hover{
    color: #F9881D;
}
#hc-langues span {
    padding: 1em 3.2em;
    -ms-filter:"alpha(opacity=30)";
	filter: alpha(opacity=30);
	-khtml-opacity: .3;
	-moz-opacity: .3;
	opacity: .3;
}
#de_DE { background: url(/wp-content/plugins/zdmultilang/flags/de_DE.png) no-repeat top center;}
#en_US { background: url(/wp-content/plugins/zdmultilang/flags/en_US.png) no-repeat top center;}
#fr_FR { background: url(/wp-content/plugins/zdmultilang/flags/fr_FR.png) no-repeat top center;}


/* Menu */
#menu {
    position: absolute;
    top: 0;
    left: 95px;
	height: 100%;
	width: 175px;
    margin-top: 97px;
    background-color: #F6891F;
}

#menu ul {
    margin: 0;
	padding: 0;
	bottom: 0;
	left: 0;
	list-style: none;
	width: 175px;
}

#menu ul li {
	position: relative;
	width: 175px;
}

#menu .page_item a {
	display: block;
    font-size: 100%;
	padding: 3px 5px 3px 13px;
	line-height: 1.3em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#menu .page_item a:hover {
	color: #5b5d66;
}
#menu .current_page_item a, #menu .current_page_ancestor a, #menu .current_page_item a:hover {
	color: #31343E;
}

#menu ul ul {
	position: absolute;
	top: -999em;
}
#menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
#menu ul ul li {
	float: left;
	position: relative;
	width: 166px;
}
#menu li:hover ul,
#menu li.current_page_ancestor ul,
#menu li.sfHover ul {
	left: 175px; /* match ul width */
	top: 0;
	width: 166px;
	z-index: 99;
}
#menu .page_item ul a {
	color: #FFF;
}
#menu .page_item ul a:hover {
	color: #959398;
}
#menu .page_item ul .current_page_item a ,
#menu .page_item ul .current_page_parent a {
	color: #F9881D;
}
.sf-sub-indicator {
	filter:alpha(opacity=3);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}

/* Content */
#content-container {
    position: absolute;
    top: 0;
    left: 270px;
    width: 690px;
}

#content {
    margin: 102px 0 0 0;
}

#body {
	padding: 0 0 0 45px;
    margin: 0 0 0 166px;    
}

/* Sidebar */
#sidebar {
    display: none;
	float: right;
	font-size: 0.9em;
	width: 220px;
	position: relative;
	left: -15px;
}


/* Footer */
#footer-wrap-outer {
    display: none;
	margin-top: -51px;
}

#footer-wrap {
	width: 100%;
	padding-top: 91px;
	padding-bottom: 30px;
}

#footer {
	width: 800px;
	margin: 0 auto;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 90px;
	min-height: 30px;
}



/****************************
 **   Content
 ****************************/

/* General */

h1, h2, h3, h4, h5, h6 {
	color: #F9881D;
}

h2 a:hover {
	text-decoration: none;
	color: #FFF;
}

.post h2 {
    display: none;
}

.post p {
    text-align: justify;
}

.post h3 {
    font-size: 115%;
    padding: 0;
    margin: 0;
}
.post h3.bigger {
    font-size: 150%;
    margin-bottom: 0.6em;
}

.post ul, .post p {
    margin-top: 5px; 
}
.post li {
    margin-bottom: 2px; 
}

.post .entry {
	font-size: 0.9em;
	line-height: 1.4em;
	clear: both;
}
.post .item {
	height: 162px;
    line-height: 1.3em;
    position: relative;
}
.post .item .item-desc {
	margin-left: 155px;
}
.post .item .item-opt {
    position: absolute;
    top: 0;
    right: 0;
}
.post .item .item-opt img {
    margin-left: 8px;
}
.post .item p {
	margin: 5px 0 0 0;
    padding: 0;
    line-height: 1.6em:
}

.post .author {
	color: #949494;
	font-size: 0.8em;
	position: relative;
	top: -1.5em;
}

.post .info {
	color: #bcbcbc;
	font-size: 0.8em;
}

.post .date {
	width: 89px;
	height: 73px;
	text-align: center;
	float: right;
	text-transform: uppercase;
}

.post .date .month {
	display: block;
	font-size: 14px;
	line-height: 17px;
	padding-top: 3px;
	color: #a9a9a9;
	font-weight: bold;
}

.post .date .day {
	display: block;
	font-weight: bold;
	font-size: 20px;
	padding-top: 3px;
	line-height: 18px;
	color: #afafaf;
}

.post .date .year {
	display: block;
	font-size: 0.7em;
	padding-top: 3px;
	color: #a5a5a5;
}

.past, .past h3 {
	color: #959398;
}

.metadata {
	margin-top: 40px;
	text-align: center;
	font-size: 0.7em;
	color: #797979;
}

.metadata a {
	text-decoration: none;
}

.photoblog-thumbnail {
	display: inline;
	vertical-align: middle;
}

.more-link {
}

.hr {
	clear: both;
	border: 0;
}

.hr hr {
	display: none;
}

.navigation {
	width: 100%;
	margin-top: 50px;
}

.navigation a {
	text-decoration: none;
	font-size: 0.7em;
}

.navigation .previous {
	float: right;
}

.navigation .next {
	float: left;
}

.search_result {
	margin-left: 20px;
}

.search_result h4 {
	margin-left: -20px;
}

.search_result h4 a {
	text-decoration: none;
}

.search_result .metadata {
	color: #BFC4C1;
	margin-top: 10px;
	text-align: left;
}

.search_result .metadata a {
	color: #BFC4C1;
}

.marginright { margin-right: 10px;}
.marginleft   { margin-left: 10px;}
#post-262 .gallery { display: none;}

.lang { display: none;}
#select-country {
    margin: 0;
	padding: 0;
	list-style: none;
}
#select-country a {
	padding: 4px 0;
    margin: 2px 0;
	line-height: 1.5em;
	font-weight: bold;
    font-size: 110%;
}

/* Standard wordpress */

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
  	float: left;
}

.alignright {
   float: right;
}

.clear {
	clear: both;
}

.wp-caption {
   border: none;
   text-align: center;
   background-color: #f8faf7;
   padding-top: 4px;
}

.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;
}


/* Comments */

.commentlist {
	padding: 0;
	list-style-type: none;
	margin-top: 16px;
	margin-left: 0px;
}

.commentlist li {
	margin-top: 16px;
	margin-left: 30px;
	max-width: 460px;
}

.commentlist li .comment-content,
.commentlist li .before-comment,
.commentlist li .after-comment,
.commentlist li .after-comment div {
	background: transparent;
}

.commentlist li .comment-content {
	position:relative;
	zoom:1;
	_overflow-y:hidden;
 	padding: 28px 0 0px 0px;
}

.commentlist li .before-comment {
	/* top+left vertical slice */
	position:absolute;
	left:0px;
	top:0px;
	width: 27px; /* top slice width */
	margin-left: -27px;
	height:100%;
	_height:1600px; /* arbitrary long height, IE 6 */
	background-position:top left;
}

.commentlist li .after-comment {
	/* bottom */
	position:relative;
	width:100%;
}

.commentlist li .after-comment,
.commentlist li .after-comment div {
	height: 40px; /* height of bottom cap/shade */
	font-size:1px;
}

.commentlist li .after-comment {
	background-position:bottom right;
}

.commentlist li .after-comment div {
	position:relative;
	width:27px; /* bottom corner width */
	margin-left: -27px;
	background-position:bottom left;
}

.commentlist .comment {
	margin: 0;
	font-size: 0.8em;
	padding-right: 27px;
}

.comment-text {
	margin-left: 42px;
	margin-right: 10px;
	margin-top: 24px;
	font-size: 0.9em;
}

.comment-text * {
	margin-bottom: 0;
	padding-bottom: 0;
}

.commentlist .comment .reply {
	text-align: right;
	position: relative;
	top: 15px;
	z-index: 100;
	font-size: 0.9em;
}

.commentlist .comment .reply a {
	color: #D7DBD8;
	text-decoration: none;
}



.avatar {
	float: left;
	margin:0 10px 0 0!important;
}

/* Comment Form */

input.text {
	width: 200px;
	padding: 5px;
	border: 1px solid #f2f2f2;
}

textarea {
	width: 410px;
	height: 100px;
	margin: 0;
	padding: 5px;
	border: 1px solid #f2f2f2;
}


/****************************
 **   Sidebar
 ****************************/

/* General */

.sidebar h2 {
	font-size: 1.4em;
	color: #676767;
	margin-bottom: 20px;
}

.sidebar a {
	color: #9f9f9f;
}

.sidebar ul, .sidebar ul ol {
	margin: 0;
	padding: 0;
}

.sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 25px;
}

.sidebar ul p, .sidebar ul select {
	margin: 5px 0 8px;
}

.sidebar ul ul, .sidebar ul ol {
	margin: 5px 0 0 10px;
}

.sidebar ul ul ul, .sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, .sidebar ul ol li {
	list-style: decimal outside;
}

.sidebar ul ul li, .sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

/* Search */

.sidebar #searchform div {
	width: 226px;
	height: 49px;
	margin-left: -7px;
}
.sidebar #searchform div #s {
	border: 0;
	margin-top: 14px;
	margin-left: 19px;
	width: 149px;
	height: 16px;
	color: #909090;
	font-size: 1.0em;
	outline: none;
}
.sidebar #searchform div #searchsubmit {
	border: 0;
	background: none;
	width: 39px;
	height: 26px;
	margin-left: 4px;
	overflow: hidden;
	cursor: pointer;
	font-family: "Palatino", "Georgia", "Baskerville", serif;
	color: #999;
	font-size: 0.8em;
	font-weight: bold;
}


/* Tag cloud */

.widget_tag_cloud a {
	text-decoration: none;
}

/* Wordpress calendar */

#calendar_wrap {
	margin: 0px;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar th {
	text-align: left;
}

/* Photoblog widget */

.sidebar .elegant_grunge_photoblog div {
	text-align: center;
}

.sidebar .photoblog-thumbnail img {
	background: #fff;
	border: 1px solid #aaa;
	padding: 3px;
	display: inline;
}


/****************************
 **   Footer
 ****************************/

#footer #subscribe a {
	display: none;
}

#footer .legal, #footer .credit {
	color: #5f5f5f;
}

#footer .legal {
	float: left;
}

#footer .credit a {
	text-decoration: none;
}

#footer .credit {
	float: right;
}

#footer .widget-wrap {
	float: left;
	width: 264px;
	margin-bottom: 36px;
}

#footer .widget {
	margin-right: 21px;
	margin-left: 21px;
}

#footer {
	font-size: 0.8em;
	line-height: 1.1em;
}

#footer a {
	color: #a3a3a3;
}

#footer h2 {
	color: #fff;
	font-size: 1.3em;
	margin-bottom: 15px;
	font-weight: normal;
	font-style: normal;
}

