/*
Theme Name: ORLINZOO
Theme URI: http://orlinzoo.com/
Author: Aurelien CHAPUIS
*/
/* clearfix */

.clearfix:after {
		content: ".";
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
}

.clearfix {
		min-height: 1px;
}

* html .clearfix {
		height: 1px;
   	 	height: auto;
    	overflow: hidden;

}

/* BALISES */

html {
		background-color: #CCC;
		width: 100%;
		height: 100%;
}

body {
		width: 100%;
		height: 100%;
		background-color: #CCC;
		line-height: 1.3;
		text-align: center;
		color: #333;
		font-family: arial, verdana, sans-serif ;
}

a {
		text-decoration: none;
		color: #333;
}

ul{
list-style-type: none;
margin:0;
padding:0;
}

div#container {
		font-size: 93%;
		position:relative;
		display:block;
		width:100%;
		margin:0;
		padding:0;
		text-align: left;
}

div#container_inner {
		position:relative;
		margin:0;
		padding:0;
		width:100%;
}

div#sidebar {
		position:absolute;
		display:block;
		width:190px;
		margin: 10px 0;
		overflow: hidden;
		text-align:left;
}

div#pagebody {
		position:relative;
		top: 0;
		left:0;
		height:1px;
}

div#blocks {
		position: absolute;
		width: auto;
		top: 0;
		left: 0;
}

div#blocks div.block {
		position: absolute;
		background: #fff;
		width: 190px;
		text-align: justify;
}

div#footer {
		position: absolute;
}

div.inner {
		padding: 10px;
}

div.twitter {
	padding: 10px;
}

/* MENU -- CATEGORIES */
a.manger {
		margin:0 10px 0 0 ; 
		padding : 0 5px ; 
		border-left: 5px solid #acd83b;
		width:150px;

}

a:hover.manger {
		margin:0 10px 0 0 ; 
		padding : 0 5px ; 
		border-left: 5px solid #acd83b;
		background:#acd83b;
		color:#fff;
		width:150px;
}

a.boire {
		margin:0 10px 0 0 ; 
		padding : 0 5px ; 
		border-left: 5px solid #1ad0e6;
		width:150px;

}

a:hover.boire {
		margin:0 10px 0 0 ; 
		padding : 0 5px ; 
		border-left: 5px solid #1ad0e6;
		background:#1ad0e6;
		color:#fff;
		width:150px;
}

a.magasiner {
		margin:0 10px 0 0 ; 
		padding : 0 5px ; 
		border-left: 5px solid #f915ee;
		width:150px;
}

a:hover.magasiner {
		margin:0 10px 0 0 ; 
		padding : 0 5px ; 
		border-left: 5px solid #f915ee;
		background:#f915ee;
		color:#fff;
		width:150px;
}

a.sortir {
		margin:0 10px 0 0 ; 
		padding : 0 5px ; 
		border-left: 5px solid #24148e;
		width:150px;
}

a:hover.sortir {
		margin:0 10px 0 0 ; 
		padding : 0 5px ; 
		border-left: 5px solid #24148e;
		background:#24148e;
		color:#fff;
		width:150px;
}

a.secultiver {
		margin:0 10px 0 0 ; 
		padding : 0 5px ; 
		border-left: 5px solid #8409e0;
		width:150px;
}

a:hover.secultiver{
		margin:0 10px 0 0 ; 
		padding : 0 5px ; 
		border-left: 5px solid #8409e0;
		background:#8409e0;
		color:#fff;
		width:150px;
}

a.sinspirer {
		margin:0 10px 0 0 ; 
		padding : 0 5px ; 
		border-left: 5px solid #fa9215;
		width:150px;
}

a:hover.sinspirer{
		margin:0 10px 0 0 ; 
		padding : 0 5px ; 
		border-left: 5px solid #fa9215;
		background:#fa9215;
		color:#fff;
		width:150px;
}

a.rencontrer {
		margin:0 10px 0 0 ; 
		padding : 0 5px ; 
		border-left: 5px solid #f10000;
		width:150px;
}

a:hover.rencontrer{
		margin:0 10px 0 0 ; 
		padding : 0 5px ; 
		border-left: 5px solid #f10000;
		background:#f10000;
		color:#fff;
		width:150px;
}





div#sidebar div.item {
		background-image: url(images/block_top.gif);
		background-repeat: no-repeat;
		background-position: top;
		background-color: #ffffff;
		margin-bottom: 10px;
}

div#sidebar div.item div.inner {
		background-image:url(images/block_bottom.gif);
		background-repeat: no-repeat;
		background-position: bottom;
}

div#sidebar div.item div.entries {
		background-image:url(images/block_bottom.gif);
		background-repeat: no-repeat;
		background-position: bottom;
		padding-bottom: 10px;
}

div#sidebar div.item div.entry {
		padding-top: 1em;
		padding-bottom: 1em;
		padding-left: 10px;
		padding-right: 10px;
}

div#sidebar div.item div.entry:hover {
		background-color: #eee;
}

div#sidebar div.item div.entry .CategoryOverflow {
		position: absolute;
		top: 0px;
		left: 0px;
}

/*langue*/

div#sidebar div.item div.language {
		background-color: #000;
		color: #fff;
		padding: 10px;
}

div#sidebar div.itemt div.language span.now {
		font-weight: bold;
}

div#sidebar div.item div.language a {
		color: #fff;
}


/*recherche*/

div#sidebar div.item div.search {
		background-color: #FFF;
}

div#sidebar div.item div.search ul {
		margin-top: 20px;
}

div#sidebar div.item div.search ul li {
		height: 30px;
		line-height: 0;
		margin-top: 0px;
		margin-bottom: 1px;
		font-size: 14px;
		list-style: none;
}

div#sidebar div.item div.search ul li a {
		color: #fff;
		text-decoration: none;
}

/*autres*/

div#sidebar div.item div.other {

}

div#sidebar div.item div.other ul {
}

div#sidebar div.item div.other ul li {
		margin-top: 0px;
		margin-bottom: 1px;
		background-repeat: no-repeat;
		background-position: left center;
		font-size: 12px;
		list-style: none;
		text-align:left;
}

div#sidebar div.item div.other li.resto {
		margin-top: 0px;
		margin-bottom: 1px;
		background-repeat: no-repeat;
		background-position: left center;
		font-size: 10px;
		list-style: none;
		text-align:left;
}

div#sidebar div.item div.other li.plat {
		margin-top: 0px;
		margin-bottom: 1px;
		background-repeat: no-repeat;
		background-position: left center;
		font-size: 10px;
		list-style: none;
		text-align:left;
}

div#sidebar div.item div.other ul li a {
		color: #fff;
		text-decoration: none;
}

div#sidebar div.item div.other ul li a:hover {
		text-decoration: underline;
}

/* DATE */

div#sidebar div.item div.date {

}

div#sidebar div.item div.date ul {
}

div#sidebar div.item div.date ul li {
		margin-top: 0px;
		margin-bottom: 1px;
		background-repeat: no-repeat;
		background-position: left center;
		font-size: 12px;
		list-style: none;
		text-align:center;
}

/* WEBRADIO */

div#sidebar div.item div.webradio {

}

div#sidebar div.item div.webradio div {
margin-left:0px;
}

div#sidebar div.item div.webradio img {
margin-left:0px;
}





/* PLATS */

div#sidebar div.item div.plats {

}

div#sidebar div.item div.plats ul {
margin-top:10px;
}

div#sidebar div.item div.plats ul li {
		margin-top: 0px;
		margin-bottom: 1px;
		background-repeat: no-repeat;
		font-size: 12px;
		list-style: none;
		text-align:left;
		padding-left:25px;
		background-image:url(/wp-content/themes/orlinzoo/images/picto/midi.jpg);
		background-position:left top;
}

/* AGENDA */

div#sidebar div.item div.agenda {

}

div#sidebar div.item div.agenda ul {
margin-top:10px;
}

div#sidebar div.item div.agenda ul li {
		margin-top: 0px;
		margin-bottom: 1px;
		background-repeat: no-repeat;
		font-size: 12px;
		list-style: none;
		text-align:left;
		padding-left:25px;
		background-image:url(/wp-content/themes/orlinzoo/images/picto/agenda.jpg);
		background-position:left top;
}

/* ON AIME (ou pas) */

div#sidebar div.item div.tops {

}

div#sidebar div.item div.tops ul {
margin-top:10px;
}

div#sidebar div.item div.tops ul li {
		margin-top: 0px;
		margin-bottom: 1px;
		background-repeat: no-repeat;
		font-size: 12px;
		list-style: none;
		text-align:left;
		padding-left:25px;
		background-image:url(/wp-content/themes/orlinzoo/images/picto/tops.jpg);
		background-position:left top;
}



/*information*/

div#sidebar ul.information li {
		font-size: 0px;
		line-height: 0;
		margin-top: 0px;
		margin-bottom: 1px;
		list-style: none;
}

div#sidebar div.information {
		position: relative;
}

/* BLOCKS*/

div#blocks div.block {
		background-image: url(images/block_top.gif);
		background-repeat: no-repeat;
		background-position: top;
}

div#blocks div.block div.inner {
		background-image: url(images/block_bottom.gif);
		background-repeat: no-repeat;
		background-position: bottom;
}

div#blocks div.block div.extend {
		background-image: url(images/block_extend.gif);
		background-repeat: no-repeat;
		background-position: top;
}

div#blocks div.block.entry {
		background-image: url(images/block_top.gif);
		background-repeat: no-repeat;
		background-position: top;
}

div#blocks div.block.entry:hover {
		background-image:url(images/block_top_hover.gif);
		background-repeat: no-repeat;
		background-position: top;
		background-color: #eeeeee;
}

div#blocks div.block {
		background-image: url(images/block_top.gif);
		background-repeat: no-repeat;
		background-position: top;
}

div#blocks div.block div.inner {
		background-image:url(images/block_bottom.gif);
		background-repeat: no-repeat;
		background-position: bottom;
}

div#blocks div.block.entry {
		background-image: url(images/block_top.gif);
		background-repeat: no-repeat;
		background-position: top;
}

div#blocks div.block.entry:hover {
		background-image:url(images/block_top_hover.gif);
		background-repeat: no-repeat;
		background-position: top;
		background-color: #eeeeee;
}




div#blocks div.attach div.block {
		background-image: url(images/block_top.gif);
		background-repeat: no-repeat;
		background-position: top;
}

div#blocks div.attach div.block div.inner {
		background-image:url(images/block_bottom.gif);
		background-repeat: no-repeat;
		background-position: bottom;
}

div#blocks div.attach div.block.entry {
		background-image: url(images/block_top.gif);
		background-repeat: no-repeat;
		background-position: top;
}

div#blocks div.attach div.block.entry:hover {
		background-image:url(images/block_top_hover.gif);
		background-repeat: no-repeat;
		background-position: top;
		background-color: #eeeeee;
}

div#blocks div.block.entry div.inner {
		background-image:url(images/block_bottom.gif);
		background-repeat: no-repeat;
		background-position: bottom;
}

div#blocks div.block.entry div.inner:hover {
		background-image:url(images/block_bottom_hover.gif);
		background-repeat: no-repeat;
		background-position: bottom;
}

div#blocks div.block.entry.doublesize {
		background-image: url(images/block_double_bg_top.gif);
		background-repeat: no-repeat;
		background-position: top;
}

div#blocks div.block.entry.doublesize:hover {
		background-image: url(images/block_double_bg_top_hover.gif);
		background-repeat: no-repeat;
		background-position: top;
		background-color: #eeeeee;
}

div#blocks div.block.entry.doublesize div.inner {
		background-image:url(images/block_double_bg_bottom.gif);
		background-repeat: no-repeat;
		background-position: bottom;
}

div#blocks div.block.entry.doublesize div.inner:hover {
		background-image:url(images/block_double_bg_bottom_hover.gif);
		background-repeat: no-repeat;
		background-position: bottom;
}

div#blocks div.block h2.contents {
		margin-top: 30px;
}

div#blocks div.block ul.menu {
		margin-top:30px;
}

div#blocks div.block ul.menu li {
		height: 24px;
		font-size: 0px;
		line-height: 0;
		list-style: none;
}

div#blocks div.block ul.menu li.margin {
		margin-top: 10px;
		margin-bottom: 10px;
}

div#blocks div.block ul.menu li.large {
		height: 50px;
}

div#container.inner div.left {
		float: left;
		width: 190px;
		margin-right: 10px;
}

div#blocks div.block h2 {
		font-size: 108%;
		font-weight: bold;
		margin-top: 0.8em;
		margin-bottom: 0.8em;
}

div#blocks div.block p {
		margin-top: 0.8em;
		margin-bottom: 0.8em;
}


/*Footer*/

div#footer div.Bread {
		margin-left: 20px;
		margin-right: 20px;
}

div#footer div.box {
		background-image: url(images/block_footer_top.gif);
		background-repeat: no-repeat;
		background-position: center top;
		background-color: #FFF;
		margin-top: 10px;
}

div#footer div.box div.inner {
		background-image: url(images/block_footer_bottom.gif);
		background-repeat: no-repeat;
		background-position: center bottom;
		padding-top: 10px;
		padding-right: 0px;
		padding-bottom: 5px;
		padding-left: 0px;
}

div#footer div.box div.inner img.title {
		margin-left: 20px;
}

div#footer div.box div.inner table.recent div.information {
		position: relative;
}

div#footer div.box div.inner table.recent .CategoryOverflow {
		position: absolute;
}

div#footer div.box div.inner table.recent {
		margin-left: 10px;
		margin-right: 10px;
}

div#footer div.box div.inner table.recent div.box {
		margin-top: 5px;
		margin-right: 10px;
		margin-bottom: 5px;
		margin-left: 10px;
}

div#footer div.box div.inner table.recent img.thumbnail {
		margin-top: 1.5em;
		margin-bottom: 1em;
}

div#footer div.box div.inner table.recent h3 {
		margin-top: 0.5em;
		margin-bottom: 0.5em;
		font-size: 108%;
		font-weight: bold;
}

div#footer div.box div.inner table.recent h3 img. {
		vertical-align: middle;
}

div#footer div#search_menu div.inner {
		width: 970px;
		padding: 10px;
}

div#footer div.menu {
		background-color: #eeeded;
		width: 970px;
		font-size: 14px;
		color:#cccccc;
		line-height: 0;
}

div#footer table.search td {
		width: 194px;
		font-size: 108%;
}

div#footer table.search td dl {
		margin-top: 30px;
		margin-bottom: 30px;
		margin-left: 20px;
		margin-right: 20px;
}

div#footer table.search td dl dt {
		font-weight: bold;
}

div#footer table.search td dl dd a {
		text-decoration: none;
}

div#footer table.search td dl dd a:hover {
		text-decoration: underline;
}

div#footer div.TopLeft {
		background-image: url(images/box_top_left.gif);
		background-repeat: no-repeat;
		background-position: left top;
		height: 10px;
		width: 10px;
		position: absolute;
		left: 0px;
		top: 10px;
}

div#footer div.TopRight {
		background-image: url(images/box_top_right.gif);
		background-repeat: no-repeat;
		background-position: right top;
		height: 10px;
		width: 10px;
		position: absolute;
		top: 10px;
		right: 0px;
}

div#footer div.BottomLeft {
		background-image: url(images/box_bottom_left.gif);
		background-repeat: no-repeat;
		background-position: left bottom;
		position: absolute;
		height: 10px;
		width: 10px;
		left: 0px;
		bottom: 19px;
}

div#footer div.BottomRight {
		background-image: url(images/box_bottom_right.gif);
		background-repeat: no-repeat;
		background-position: right bottom;
		position: absolute;
		height: 10px;
		width: 10px;
		right: 0px;
		bottom: 19px;
}

/*constantes*/

p {
		margin-top: 1.8em;
		margin-bottom: 1.8em;
		font-size: 73%;

}

.FontSize10  p{
		font-size: 73%;
}

.FontSizeDefault {
		font-size: 93%;
}

.FontSize14 {
		font-size: 100%;
}

.FontSize16 {
		font-size: 116%;
}

.FontSize18 {
		font-size: 131%;
}

.FontSize20 {
		font-size: 146.5%;
}

.FontSize24 {
		font-size: 174%;
}

.MarginTop0px {
		margin-top: 0px !important;
}

.MarginBottom0px {
		margin-bottom: 0px !important;
}

.MarginTop10px {
		margin-top: 10px !important;
}

.MarginBottom10px {
		margin-bottom: 10px !important;
}

.MarginTop20px {
		margin-top: 20px !important;
}

.MarginBottom20px {
		margin-bottom: 20px !important;
}

.MarginTop05em {
		margin-top: 0.5em !important;
}

.MarginBottom05em {
		margin-bottom: 0.5em !important;
}

.MarginTop1em {
		margin-top: 1em !important;
}

.MarginBottom1em {
		margin-bottom: 1em !important;
}

.MarginTop2em {
		margin-top: 2em !important;
}

.MarginBottom2em {
		margin-bottom: 2em !important;
}

.MarginTop30px {
		margin-top: 30px !important;
}

.MarginBottom30px {
		margin-bottom: 30px !important;
}

.MarginTop50px {
		margin-top: 50px !important;
}

.MarginBottom50px {
		margin-bottom: 50px !important;
}

.MarginSide5px {
		margin-left: 5px !important;
		margin-right: 5px !important;
}

.MarginSide10px {
		margin-left: 10px !important;
		margin-right: 10px !important;
}

.MarginSide15px {
		margin-left: 15px !important;
		margin-right: 15px !important;
}

.MarginLeft20px {
		margin-left: 20px !important;
}

.MarginRight20px {
		margin-right: 20px !important;
}

.PaddingTop06em {
		padding-top: 0.6em !important;
}

.PaddingBottom06em {
		padding-bottom: 0.6em !important;
}

.PaddingTop1em {
		padding-top: 1em !important;
}

.PaddingBottom1em {
		padding-bottom: 1em !important;
}

.PaddingTop2em {
		padding-top: 2em !important;
}

.PaddingBottom2em {
		padding-bottom: 2em !important;
}

.PaddingTop16em {
		padding-top: 1.6em !important;
}

.PaddingBottom16em {
		padding-bottom: 1.6em !important;
}

.PaddingTop30px {
		padding-top: 30px !important;
}

.PaddingBottom30px {
		padding-bottom: 30px !important;
}

.PaddingTop50px {
		padding-top: 50px !important;
}

.PaddingBottom50px {
		padding-bottom: 50px !important;
}

.Padding10px {
		padding: 10px;
}

.Padding15px {
		padding: 15px;
}

.Padding20px {
		padding: 20px;
}

.BorderGray1px {
		border: solid #999 1px;
		padding-left: 3px;
		padding-right: 3px;
		padding-top: 2px;
		padding-bottom: 2px;
}

.BorderGray3px {
		border: solid #999 3px;
		padding: 10px;
}

.BorderBullet10px {
		border-left: solid #666 10px;
		padding-left: 10px;
}

.BackgroundWhite {
		background-color: #fff;
}

.BackgroundGray {
		background-color: #eeeded;
}

.BackgroundGrayE4 {
		background-color: #e4e4e4;;
}

.BackgroundDarkGray {
		background-color: #ccc;
}

.BackgroundExtraDarkGray {
		background-color: #999;
}

.BackgroundBlack {
		background-color: #000;
}

a {
		color: #333;
}

a.Reverse {
		text-decoration: none;
}

a.Reverse:hover {
		text-decoration: underline;
}

a.NoDecoration {
		text-decoration: none;
}

a.NoDecoration:hover {
		text-decoration: none;
}

strong {
		font-weight: bold;
}

em {
		font-style: italic;
}

a.LinkCursor:hover {
		cursor: pointer !important;
}

.BorderTop {
		background-image: url(images/separator_dot_line_top.gif);
		background-repeat: repeat-x;
		background-position: top;
		padding-top: 20px;
}

span.TimesThinx {
		font-size: 108%;
		font-weight: bold;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 0.2em;
		padding-bottom: 0.2em;
		margin-top: 1em;
		background-color: #000;
		color: #fff;
}

.FontWeightBold {
		font-weight: bold !important;
}

table.ProfileTable th {
		font-weight: bold;
		padding-right: 0.5em;
		padding-top: 0.3em;
		padding-bottom: 0.3em;
		white-space: nowrap;
}

table.ProfileTable td {
		padding-top: 0.3em;
		padding-bottom: 0.3em;
}

.Icon {
		vertical-align: middle;
		margin-right: 5px;
}

.fLeft {
		float: left;
}

.fRight {
		float: right;
}

.Clear {
		clear: both;
}

.TextAlignLeft {
		text-align: left;
}

.TextAlignCenter {
		text-align: center;
}

.TextAlignRight {
		text-align: right;
}

.LineHeightLarge {
		line-height: 1.7;
}

.VerticalAlignMiddle {
		vertical-align: middle;
}

.ColorWhite {
		color: #fff;
}

.ColorGray {
		color: #666;
}

.ColorBlack {
		color: #000;
}

.ColorRed {
		color: #C00;
}

.ColorBlue {
		color: #227aa7;
}

.ColorGold {
		color: #7c5c30;
}

.Disc li {
		margin-left: 15px;
		list-style-type: disc;
}

.BulletDotSmall {
		background-image:url(images/bullet_dot_small.gif);
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 10px;
}

.BulletDotLarge {
		background-image:url(images/bullet_dot_large.gif);
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 10px;
}

.PaddingLeft10px {
		padding-left: 10px;
}

.PaddingRight10px {

		padding-right: 10px;
}

/* date */

div.Date div.Day {
		display: block;
		float: left;
		width: 41px;
		height: 21px;
		font-size: 12px;
		line-height: 21px;
		text-align: center;
		background-image: url(images/date_border.gif);
		background-repeat: no-repeat;
		background-position: left top;
		margin-right: 2px;
}

div.Date div.DayBackcolor {
		display: block;
		width: 41px;
		height: 21px;
		font-size: 12px;
		line-height: 21px;
		text-align: center;
		background-image: url(images/date_background.gif);
		background-repeat: no-repeat;
		background-position: left top;
		padding-top: 1px;
}
div.Date div.DayBackcolor a {
		color: #ffffff;
}

div.Date div.Title {
		display: block;
		font-size: 108%;
		line-height: 21px;
		font-weight: bold;
		float: left;
}

/* overflow */

.CategoryOverflow {
		position: absolute;
		left: 10px;
		top: 10px;
}

/* aveugle style */
div#blind {
		background-color: #CCCCCC;
		width: 100%;
		height: 100%;
		z-index: 9999;
		text-align: center;
		position: absolute;
		top: 0px;
		left: 0px;
}

div#blind-inner{
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -91px; /* image-height / 2 */
		margin-left: -307px; /* image-width /2 */
}
