﻿/*---------- RESET --------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*---------- CLEARFIX --------------------------------------------------------------------------------------*/
.clearfix:after {   
    content: ".";   
    display: block;   
    clear: both;   
    visibility: hidden;   
    line-height: 0;   
    height: 0;   
}   
  
.clearfix {   
    display: inline-block;   
}   
  
html[xmlns] .clearfix {   
    display: block;   
}   
  
* html .clearfix {   
    height: 1%;   
} 

/*------------ INIT --------------------------------------------*/

body {
	padding: 0;
	margin: 0;
	font: 0.9em "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #393a3d url('/Images/Layout/rudi_main_bg.gif') repeat-x;
	color: #eee;
}

.inner {
    width: 910px;
    margin: 0 auto;
    display: table;
}

a
{
    color: #e63c3c;
    text-decoration: none;
    border-bottom: 1px dashed #e63c3c;
}

a:hover
{
    border-bottom: 0;
}

/*------------ CONTAINERS --------------------------------------------*/

/*------------ HEAD ---------------*/
#headerContainer {
}

#header {
	height: 180px;
	background: url('/Images/Layout/rudi_header_logo.jpg') no-repeat;
}

#header #navigation ul {
	margin-left: 350px;
}

#header #navigation ul li {
	display: block;
	float: left;
}

#header #navigation ul li a {
	display: block;
	float: left;
	padding: 50px 7px 10px 7px;
	margin-right: 5px;
	color: #c6ff00;
	text-decoration: none;
	border: 0;
}

#header #navigation ul li a.navigationItemActive, #header #navigation ul li a:hover {
	background: #161618;
	color: #fff;
}


/*------------ CONTENT ---------------*/
#contentContainer {
	color: #aaa;
}

#contentContainer h1 {
	color: #c6ff00;
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 10px;
}

#contentContainer h2 {
	color: #e63c3c;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 10px;
}

.subVisual 
{
    float: left;
    }

#contentTop .visual 
{
    height: 300px;
    width: 375px;
    padding: 9px 0 0 535px;
    background: url('/Images/Layout/rudi_home_visual.jpg') no-repeat;
}
#contentTop .visual .containerOut
{
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
    width: 364px;
}

#contentMain 
{
    min-height: 250px;
    background: #202022 url('/Images/Layout/rudi_content_bg.gif') repeat-x;
    padding: 20px 0;
}

#contentMain p
{
    margin-bottom: 15px;
}

#contentBottom 
{
    min-height: 150px;
}


/*------------ LISTS ---------------*/

.newsListCtn a.listItem, .resultsListCtn a.listItem
{
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid #393a3d;
    color: #ccc;
    text-decoration: none;
	line-height: 1.1em;
}
.newsListCtn a.listItem:hover, .resultsListCtn a.listItem:hover
{
    background: #1b1b1d;
    color: #fff;
}
.resultsListCtn .listItemExtended
{
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid #393a3d;
    color: #ccc;
    text-decoration: none;
	line-height: 1.1em;
}
.resultsListCtn .listItemExtended .title
{
    color: #e63c3c;
    display: block;
    height: 20px;
}
.resultsListCtn .listItemExtended .dateCtn
{
    color: #c6ff00;
    width: 120px;
    height: 20px;
    display: block;
    float: left;
}
.newsListCtn .dateCtn
{
    color: #c6ff00;
    width: 60px;
    height: 30px;
    display: block;
    float: left;
}
.resultsListCtn .dateCtn
{
    color: #c6ff00;
    width: 60px;
    height: 20px;
    display: block;
    float: left;
}
.newsListCtn .dateCtn .day, .resultsListCtn .dateCtn .day
{
    font-size: 1.5em;
}
.newsListCtn .title
{
    color: #e63c3c;
}
.newsListCtn .intro, .newsListCtn .intro
{
    font-size: 0.8em;
    font-style: italic;
    display: block;
}


/*------------ FOOTER ---------------*/
#footerContainer {
}
#footer {
	padding: 5px;
}


/*------------ PAGES --------------------------------------------*/

/*------------ HOME ---------------*/

.homeContentLeft 
{
    width: 280px;
    float: left;
    margin-right: 10px;
    border-right: 1px solid #393a3d;
    min-height: 200px;
    padding-right: 10px;
}
.homeContentLeft .pigeonsListItem
{
    width: 250px !important;
    height: 175px !important;
    padding-top: 10px !important;
}
.homeContentLeft .pigeonsListItem .description
{
    color: #ccc;
    font-size: 0.8em;
    font-style: italic;
}
.homeContentCenter 
{
    width: 290px;
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #393a3d;
    min-height: 200px;
}
.homeLinkMore
{
    float: right;
    margin-top: 20px;
    color: #e63c3c;
    text-decoration: none;
    border-bottom: 1px dashed #e63c3c;
}
.homeLinkMore:hover
{
    background: #1b1b1d;
}
.homeContentRight 
{
    width: 290px;
    float: left;
    min-height: 200px;
}

/*------------ NEWS ---------------*/

.newsDetailCtn .dateCtn 
{
    width: 100px;
    border: 5px solid #181818;
    text-transform: uppercase;
    float: right;
    display: block;
    margin-left: 20px;
    }
.newsDetailCtn .dateCtn .day
{
    border: solid #444;
    border-width: 1px 1px 0 1px;
    text-align: center;
    padding: 3px;
    background: #282828;
    display: block;
    font-size: 1.9em;
    }
.newsDetailCtn .dateCtn .month
{
    border: solid #444;
    border-width: 0 1px 0 1px;
    text-align: center;
    padding: 3px;
    background: #333;
    font-size: 1.7em;
    color: #c6ff00;
    display: block;
    }
.newsDetailCtn .dateCtn .year
{
    border: solid #444;
    border-width: 0 1px 1px 1px;
    text-align: center;
    padding: 3px;
    background: #282828;
    display: block;
    font-size: 1.7em;
    }
.newsDetailCtn .intro 
{
    font-style: italic;
    margin-bottom: 40px;
    color: #999;
    }

/*------------ PIGEONS ---------------*/

a.pigeonsListItem 
{
    display: block;
    width: 193px;
    height: 110px;
    float: left;
    background: #333;
    margin: 5px;
    text-decoration: none;
    color: #e63c3c;
    padding: 20px 10px;
    text-align: center;
    border: 1px solid #3f3f3f;
    }
a.pigeonsListItem:hover
{
    background: #3f3f3f;
    border: 1px solid #555;
    color: #fff;
    }
a.pigeonsListItem .name
{
    display: block;
    }
.pigeonDetailCtn
{
    width: 560px;
    float: left;
    }
.pigeonDetailCtn img 
{
    border: 5px solid #444;
    }
.pigeonDetailCtn .fiche, .pigeonDetailCtn .tree, .pigeonDetailCtn .pedigree
{
    margin-bottom: 30px;
    }
.pigeonDetailCtn .pedigree a, .pigeonDetailCtn .info a
{
    text-decoration: none;
    color: #fff;
    border-bottom: 1px dashed #fff;
    }
.pigeonDetailMenu
{
    width: 330px;
    float: right;
    border-left: 1px solid #333;
    padding-left: 10px;
    }
.pigeonDetailMenu a.pigeonsMenuItem 
{
    display: block;
    background: #333;
    text-decoration: none;
    color: #e63c3c;
    padding: 5px 10px;
    margin-bottom: 1px;
    }
.pigeonDetailMenu a.pigeonsMenuItem:hover
{
    background: #3f3f3f;
    color: #fff;
    }
.pigeonsCategoryNavigation ul
{
    margin-bottom: 20px;
    }
.pigeonsCategoryNavigation ul li
{
    display: inline-block;
    float: left;
    }
.pigeonsCategoryNavigation ul li a
{
    display: block;
    float: left;
    width: 150px;
    height: 25px;
    line-height: 25px;
    background: url('/Images/Layout/btnSubmitDefault.gif') no-repeat top;
    text-decoration: none;
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
    margin-left: 5px;
    }

/*------------ RESULTS ---------------*/

.resultCategoriesCtn
{
    display: block;
    margin-bottom: 20px;
    }
.resultCategoriesCtn .resultCategoriesItem
{
    display: block;
    float: left;
    }
.resultCategoriesCtn .resultCategoriesItem a
{
    display: block;
    float: left;
    width: 100px;
    height: 25px;
    line-height: 25px;
    background: url('/Images/Layout/btnResultCategories.gif') no-repeat;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    }

/*------------ MEDICAL GUIDES ---------------*/

a.medicalMovieItem 
{
    display: block;
    background: #333;
    margin-bottom: 2px;
    text-decoration: none;
    color: #e63c3c;
    padding: 3px 10px;
    border: 1px solid #3f3f3f;
    }
a.medicalMovieItem:hover
{
    background: #3f3f3f;
    border: 1px solid #555;
    color: #fff;
    }
a.medicalMovieItem .date
{
    display: block;
    float: left;
    width: 135px;
    color: #fff;
    }
    
.medicalGuideDetailCtn .dateCtn 
{
    width: 100px;
    border: 5px solid #181818;
    text-transform: uppercase;
    float: right;
    display: block;
    margin-left: 20px;
    }
.medicalGuideDetailCtn .dateCtn .day
{
    border: solid #444;
    border-width: 1px 1px 0 1px;
    text-align: center;
    padding: 3px;
    background: #282828;
    display: block;
    font-size: 1.9em;
    }
.medicalGuideDetailCtn .dateCtn .month
{
    border: solid #444;
    border-width: 0 1px 0 1px;
    text-align: center;
    padding: 3px;
    background: #333;
    font-size: 1.7em;
    color: #c6ff00;
    display: block;
    }
.medicalGuideDetailCtn .dateCtn .year
{
    border: solid #444;
    border-width: 0 1px 1px 1px;
    text-align: center;
    padding: 3px;
    background: #282828;
    display: block;
    font-size: 1.7em;
    }
.medicalGuideDetailCtn .intro 
{
    font-style: italic;
    margin-bottom: 40px;
    color: #999;
    }
.medicalGuideMoviesCtn 
{
    display: block;
    background: #333;
    margin-bottom: 5px;
    text-decoration: none;
    color: #c6ff00;
    padding: 10px;
    border: 1px solid #3f3f3f;
    }
.medicalGuideMoviesItem
{
    width: 440px;
    float: left;
    }
.medicalGuideMoviesItem .title
{
    display: block;
    }
.medicalGuideImagesCtn 
{
    display: block;
    background: #333;
    margin-bottom: 2px;
    text-decoration: none;
    color: #c6ff00;
    padding: 10px;
    border: 1px solid #3f3f3f;
    }
.medicalGuideImagesItem
{
    width: 175px;
    float: left;
    }
.medicalGuideImagesItem img
{
    border: 5px solid #3f3f3f;
    width: 160px;
    }

/*------------ CONTACT ---------------*/

.contactInfoCtn 
{
    width: 330px;
    min-height: 350px;
    float: right;
    border-left: 1px solid #333;
    padding-left: 10px;
    }

.contactInfoCtn a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dashed #fff;
}

.contactInfoCtn #googleMap {
	width: 310px;
	height: 140px;
	border: 4px solid #333;
}
    
.contactFormCtn 
{
	width: 560px;
	float: left;
    }

.contactFormCtn .formFieldCtn 
{
	padding: 2px 0;
	}
	
.contactFormCtn .label 
{
	display: inline-block;
	width: 140px;
	background: #333;
	padding: 3px;
	margin-right: 5px;
	float: left;
	}
	
.contactFormCtn .textlarge, .contactFormCtn .textsmall, .contactFormCtn .textarea
{
	background: #444;
	padding: 2px;
	color: #fff;
	border: none;
	font-size: 1.2em;
    }
	
.contactFormCtn .textlarge 
{
	width: 390px;
	}
	
.contactFormCtn .textsmall 
{
	width: 125px;
	}
	
.contactFormCtn .textarea 
{
	width: 390px;
	height: 150px;
	}
	
.contactFormCtn .validator
{
	color: #c80000 !important;
	font-weight: bold;
	padding-left: 3px;
	}
	
.contactFormCtn .summary
{
	padding: 10px;
	background: #333;
	border: 1px solid #555;
	margin-bottom: 15px;
	color: #fff !important;
	}
	
.contactFormCtn .summary ul
{
	padding: 0 0 0 20px;
	margin: 0;
	}
	
.contactFormCtn .summary ul li
{
	list-style-type: square;
	}
	
.contactFormCtn .note 
{
	margin-left: 5px;
	font-size: 0.8em;
	}
	
.contactFormCtn .submitbuttonCtn 
{
	margin-top: 20px;
    padding-left: 150px;
	}
	
.contactFormCtn .submitbutton 
{
    display: block;
    width: 150px;
    height: 25px;
    background: url('/Images/Layout/btnSubmitDefault.gif') no-repeat top;
    text-decoration: none;
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
    }
	
.contactFormCtn .submitbutton:hover
{
    background: url('/Images/Layout/btnSubmitDefault.gif') no-repeat bottom;
    }


/*------------ PAGING --------------------------------------------*/

.pagingCtn 
{
	text-align: right;
	padding: 5px 0;
	}

.pagesDropDownCtn 
{
	}

.pagingCtn ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
	
.pagingCtn ul li
{
	display: inline;
	margin: 0;
	padding: 0;
	}
	
.pagingCtn ul li a
{
	display: inline-block;
	padding: 5px;
	text-decoration: none;
	border: 1px solid #666;
	margin-left: 3px;
	background: #444;
	color: #e63c3c;
	}
	
.pagingCtn ul li a.disabled
{
	border: 1px solid #333;
	background: #222;
	color: #555;
	}
	
.pagingCtn ul li a.active
{
	display: inline-block;
	padding: 5px;
	text-decoration: none;
	border: 1px solid #c6ff00;
	color: #c6ff00;
	}
	
.pagingCtn ul li a:hover
{
	background: #333;
	color: #fff;
	}
	
.pagingCtn ul li a.disabled:hover
{
	background: #202022;
	color: #555;
	}
	
.pagingCtn ul li a.active:hover
{
	background: #444;
	color: #c6ff00;
	}
