/*  
Theme Name: FEGENTRI
Theme URI: http://www.cookiefactory.fr
Description: WP glossy theme designed by <a href="http://www.cookiefactory.fr">Cookie Factory</a>.
Version: 2.0
Author: Quentin Lardeau
Author URI: http://www.cookiefactory.fr
*/

body {
	font: 80%/130% Arial;
	color: #333333;
	background: #190001;
	margin: 0px;
	padding: 0px 0px 30px;
}
a:link, a:visited {
	color: #006600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
p {
	padding: 0px 0px 10px;
	margin: 0px;
}
h1 {
        position: absolute;
        left: 5px;
        bottom: 11px;
        margin:0px;
	background: url(images/picto.png) 10px 0px no-repeat;
	padding: 9px 0px 0px 95px;
	height: 70px;
	font: normal 38px/100% Georgia;
	color: #FFFFFF;
}
h1 small {
        font: normal 18px/100% Georgia;
	color: #999999;
}
h1 a:link, h1 a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
h1 a:hover{
	text-decoration: none;
}
h2 {
	color: #000000;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dotted #999999;
	letter-spacing: -1px;
	font: bold 200%/100% Arial;
	padding-bottom: 5px;
}
h2 a, h2 a:visited {
	color: #59770e;
	text-decoration: none;
}
h2 a:hover {
	color: #FF6600;
	text-decoration: none;
}
h3 {
	font: normal 160%/100% Georgia;
	background: url(images/h3.gif) center left no-repeat;
	color: #006600;
	margin: 5px 0px 0px;
	padding: 5px 0px 5px 36px;
}
h4 {
	font: normal 130%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}
form {
	margin:0px;
	padding:0px;
}
#page {
	margin: 0px auto;
	width: 930px;
	border: none;
	background: /*#EADBB9*/;
}
/* header area */
#header {
	background: #000000 url(images/header.jpg) top left no-repeat;
	height: 225px;
	border: none;
	position: relative;
}

#nav {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
}
#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav li {
	float: left;
}
#nav .current_page_item a, #nav .current_page_item a:visited{
	color: #000000;
	text-decoration: none;
}
#nav .page_item a{
	color: #ffffff;
	text-decoration: none;
	background: #5c8d0c url(images/nav-button-bg.gif) repeat-x;
	padding: 5px 15px;
	font: bold 14px/100% Arial, Helvetica, sans-serif;
	border-top: 1px solid #E6EED0;
	border-left: 1px solid #AFCD69;
	border-right: 1px solid #AFCD69;
	display: block;
}
#nav .page_item a:hover {
	color: #000000;
}

/* content area */
#content {
    border: 15px solid #392425;
	float: left;
	width: 665px;
	overflow: hidden;
}
#content .bloc {
	width: 295px;
	height: 320px;
	display: block;
	float: left;
	margin: 25px 0px 15px 25px;
	background: #FFFFFF;
}
#content .bloc h2 {
	height: 35px;
}

#content #latests-news, #content #ec3_events {
	margin: 0px 0px 5px 0px;
	padding: 80px 0px 0px 0px;
	list-style: none;
}
#winners {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	list-style: none;
}
#winners li {
	display: block;
	padding: 0px 10px;
	margin: 0px;
	/*background: #CCCCCC;*/
	float: left;
	width: 127px;
	height: 200px;
	text-align: center;
}
#winners li a {
	color: #000000;
	font-weight: bold;
}
#winners li a:hover {
	text-decoration: none;
}
#winners li img {
	margin-bottom: 4px;
	padding: 8px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
}
#content #latests-news {
	background: url(images/latests-news.jpg) 0px -60px no-repeat;
}
#content #ec3_events {
	background: url(images/next-races.jpg) -10px -40px no-repeat;
}
#content #latests-news a:link,
#content #latests-news a:visited,
#content #ec3_events a:link,
#content #ec3_events a:visited {
	display: block;
	padding: 6px 9px 6px 31px;
	color: #555555;
	border-bottom: 1px dashed #CCCCCC;
	background: #f5f0df url(images/news-reader.png) 8px 7px no-repeat;
}
#content #ec3_events a:link,
#content #ec3_events a:visited {
	background: #f5f0df url(images/pictures.png) 8px 7px no-repeat;
}

#content #latests-news a:hover, #content #ec3_events a:hover {
	background: #FFFFFF url(images/news-reader.png) 8px 7px no-repeat;
	text-decoration: none;
	color: #000000;
}
#content #ec3_events a:hover {
	background: #FFFFFF url(images/pictures.png) 8px 7px no-repeat;
}

.post {
	clear:both;
	padding: 25px;
    background: #FFFFFF;
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/date-bg.gif) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}
.post-title {
	float: left;
	margin-left: 10px;
	width: 430px;
}
.entry {
        text-align: justify;
	clear: both;
	padding-top: 10px;
        font-style: italic;
	font: normal 100%/120% Arial;
}
.entry .title {
        text-align: center;
	padding: 4px 20px 3px 20px;
	font: normal 110%/120% Arial;
        background: #002100 url(images/greenbg.gif) top center repeat-x;
        border: 1px solid #000000;
        color: #FFFFFF;
}
.entry img {
	padding: 5px;
    width: 603px;
    margin: 10px auto 0px auto;
    border: 1px solid #756768;
}
.entry table {
	line-height: 150%;
        margin: 10px 0px 15px 0px;
}
.entry td strong {
	color: #392425;
}
.post-content {
    text-align: justify;
    padding: 10px 20px;
}
#bureau td, #bureau th {vertical-align: top; text-align: left;}
#bureau td {padding-bottom: 15px;}
#bureau th img {
	padding: 8px;
	border: 1px solid #CCCCCC;
	width: 130px;
}
#rider {
	font: normal 100% Geneva, Arial, Helvetica, sans-serif;
	width: 100%;
}
.rider-id {
        padding: 0px;
        background: none;
        width: 155px;
}
.rider-id img {
        width: 130px;
        padding: 5px;
        border: 1px solid #756768;
        margin: 0px;
}
#rider th, #rider td {
	vertical-align: top;
        border-bottom: 1px dashed #CCCCCC;
        text-align: left;
        padding: 4px 0px;
}
#rider th {
	width: 95px;
        background: #eadbb9;
        padding-left: 7px;
        border-bottom: 1px solid #FFF;
}
#rider td {padding-left: 7px;}
#rider img {
        width: inherit;
        border: none;
        padding: 0px;
}

#sidebar #identity {
	font-size: 85%;
	clear: both;
	background: #392425;
	padding: 10px 15px 15px 5px;
	color: #FFFFFF;
}
#sidebar #identity li {
	clear: both;
	margin: 0px;
	padding: 2px 0px;
	border-top: 1px dashed #eadbb9;
}
#sidebar #identity ul li label {
	float: left;
	width: 85px;
	color: #eadbb9;
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
}
#riders-list {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}
#riders-list li a:link, #riders-list li a:visited {
	display: block;
	padding: 6px 10px;
	border-bottom: 1px solid #f5f0df;
	font-weight: bold;
	color: #000000;
}
#riders-list li a em {
	font-weight: normal;
}
#riders-list li a:hover {
	background: #f5f0df;
	text-decoration: none;
}
.wins {/*color: #006600; */font-weight: bold;}

.city {text-transform: uppercase;}
.post-cat {
	background: url(images/mini-category.gif) no-repeat;
	padding-left: 20px;
	float:left;
	font-size: 85%;
	color: #999999;
}
.post-comments {
	background: none/*url(images/mini-comments.gif) no-repeat*/;
	padding-left: 0px;
	float: right;
	font-size: 85%;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat;
	padding-left: 20px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.mini-add-comment {
	background: url(images/mini-down-arrow.gif) no-repeat;
	padding-left: 18px;
	float: right;
}
.navigation {
	background: #FFFFFF;
    clear: both;
    height: 27px;
}
.navigation a:link, .navigation a:visited {
	color: #FFFFFF;
}
.previous-entries a {
	float: left;
	padding: 0px 15px 10px 0px;
	background: #392425;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
.next-entries a {
	float: right;
	padding: 0px 0px 10px 15px;
	background: #392425;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.previous-entries-bottom a {
	float: left;
	padding: 10px 15px 0px 0px;
	background: #392425;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}
.next-entries-bottom a {
	float: right;
	padding: 10px 0px 0px 15px;
	background: #392425;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}

/* comments area */
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0 5px 0;
	clear: both;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #f1fedb;
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #CC6600;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #CC6600;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #787878;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 478px;
	height: 115px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 144px;
	height: 28px;
	cursor: pointer;
}

/*sidebar */
#sidebar {
	background: #EADBB9;
    float: right;
	padding-bottom: 5px;
    margin: 0px;
	width: 235px;
	color: #666666;
	overflow: hidden;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
/*sidebar title (h2) */
#sidebar h2, #sidebar .sidebartitle{
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 20px 0px 2px;
	border-bottom: 1px solid #CFE1AC;
}
/*sidebar text styles */
#sidebar a, #sidebar a:visited{
	color: #495233;
	text-decoration: none;
}
#sidebar a:hover{
	color: #FF6600;
	text-decoration: none;
}
/*sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	margin-top: 10px;
	padding: 0;
	border: none;
}
/*sidebar list level2 */
#sidebar ul li ul {
	padding: 0;
	margin: 0;
}
#sidebar ul li ul li {
	padding: 0;
	margin: 0;
}
#sidebar ul li ul li a:link, #sidebar ul li ul li a:visited {
	display: block;
    color: #190001;
    padding: 5px 10px 5px 15px;
    margin: 0px 5px;
	border-bottom: 1px solid #BEAD94;
    font: bold 12px/120% Arial;
    background: none/*url(../cookiefactory/images/topmenu.png) center center no-repeat*/;
}
#sidebar ul li ul li a:hover {
        color: #FFFFFF;
        background: #392425;
}
#sidebar #menu {
	margin: 15px 0px 0px 10px;
}
#sidebar #menu li {
	text-align: center;
        display: block;
        height: 23px;
        padding-top: 37px;
        width: 215px;
        background: none;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        margin-bottom: 5px;
}
#sidebar #menu .press-releases { background: url(http://www.fegentri.com/wp-content/uploads/2010/12/press1.png) top left; }
#sidebar #menu .glance { background: url(images/glance.png) top left; }
#sidebar #menu .pictures { background: url(images/medias.png) top left; }
#sidebar #menu .rankings { background: url(images/rankings.png) top left; }
#sidebar #menu .results { background: url(images/results.png) top left; }
#sidebar #menu .calendars { background: url(images/calendars.png) top left; }
#sidebar #menu .riders { background: url(images/riders.png) top left; }
#sidebar #menu .champions { background: url(images/champions.png) top left; }
#sidebar #menu .archives { background: url(images/archives.png) top left; }
#sidebar #menu .search { display: none; background: url(images/search.png) top left; }

#sidebar #menu li a:link, #sidebar #menu li a:visited {
        display: inline;
        color: #FFFFFF;
        padding: 3px 5px;
	border: none;
        margin: 0px;
        font: normal 11px/100% Arial;
}
#sidebar #menu li a:hover {
        text-decoration: none;
        background: url(../cookiefactory/images/topmenu.png) bottom center;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
}
/*sidebar list level3 */
#sidebar ul li ul li ul li a:link, #sidebar ul li ul li ul li a:visited {
        padding: 4px 10px 4px 25px;
        font-weight: normal;
}
#sidebar ul li ul li ul li a:hover {
        background: #816566;
}

/*blogroll */
ul.list-blogroll li{
	background: url(images/mini-blogroll.gif) no-repeat !important;
	padding-left: 16px !important;
}
/*category widget */
ul.list-cat li, li.widget_categories li{
	background: url(images/mini-category.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*archives widget */
ul.list-archives li, li.widget_archives li{
	background: url(images/mini-monthly-archive.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*pages widget */
ul.list-page li, li.widget_pages li, li.widget_recent_entries li{
	background: url(images/mini-page.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*sub-pages */
ul.list-page li ul li, li.widget_pages li ul li{
	background: url(images/mini-page-arrow.gif) no-repeat !important;
	padding-left: 10px !important;
}
/*recent comments widget */
li.widget_recent_comments li{
	background: url(images/mini-recent-comments.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*calendar widget */
li.widget_calendar td {
	padding: 1px 7px;
}
/*text widget */
.textwidget {
	padding-top: 5px;
}

/*search form */
#searchform {
	width: 223px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 10px 12px 10px 0px;
        background: #002100 url(images/greenbg.gif) top center repeat-x;
	margin: 0px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}
#searchform br {
	display: none;
}
#searchform #s {
	width: 120px;
	height: 19px;
	padding: 5px 5px 0px 5px;
	background: #fff;
	margin: 0px 0px 0px 15px;
	color: #777777;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	background: url(images/search-btn-bg.gif) no-repeat;
	border: none;
	width: 67px;
	height: 26px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
}

/* footer area */
#footer {
	clear: both;
	background: #000000;
	color: #FFFFFF;
	font-size: 95%;
	line-height: 130%;
	margin-bottom: 5px;
	padding: 5px 10px 10px 5px;
}
#footer a, #footer a:visited {
	color: #ffffff;
}
#footer h4 {
	font: normal 180%/100% Georgia;
	color: #EADBB9;
	margin: 10px 0px;
	text-align: left;
}
.footer-div {
	width: 310px;
	float: left;
	margin: 0px 15px 0px 15px;
}
.footer-div ul {
	padding: 0px;
        margin: 0px;
        list-style: none;
}
.footer-div ul li a:link, .footer-div ul li a:visited,
.footer-div .ec3_events li {
	font-weight: bold;
        display: block;
        padding: 3px 6px;
        border-bottom: 1px solid #392425;
}
.footer-div ul li a:hover {
	text-decoration: none;
	background: #392425;
}
.footer-div ul li a label, .footer-div .ec3_events label {
	display: block;
        float: left;
        width: 110px;
        font-style: italic;
	font-weight: normal;
}
.footer-about {
	text-align: right;
	width: 210px;
	float: right;
	padding-right: 5px;
	padding-left: 10px;
	background: none;
        line-height: 80%;
}
.footer-about p {
        line-height: 130%;
}
.footer-about img {
	margin: 0px 0px 0px 5px;
        padding: 0px;
}
/* credits */
#credits {
	margin: 0px auto;
	width: 910px;
	color: #999999;
	font-size: 85%;
	line-height: 120%;
}
#credits a:link, #credits a:visited {
	color: #FFFFFF;
}
.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}
.loginout {
	background: url(images/mini-loginout.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
