@charset "utf-8";
/*
Theme Name: hayakoo 2011
Theme URI: http://www.hayakoo.com/
Description: Theme based on grid for hayakoo
Author: akietika
Version: 1.0
Tags: white, blue, red, 5-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	height:100%;
	line-height: 1;
}


h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
a { text-decoration:none;}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Five columns
DESCRIPTION: Five-column fixed layout with two sidebars of content
*/

/* ---------- Containers ----------*/
.container_5 {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}


/* ---------- Grid >> Global ---------- */
 
.grid_1, 
.grid_2, 
.grid_3, 
.grid_4,
.grid_5 {
	display:inline;
	float: left;
	position: relative;
	margin-right: 5px;
	margin-left: 5px;
}

.item-blanc, .grid_1 .item, 
.grid_2 .item, 
.grid_3 .item, 
.grid_4 .item,
.grid_5 .item, .item {
	background-color:#fff;
	margin-bottom:10px;
}

/* ---- Grid >> Children (debut ~ First, fin ~ Last) -------*/

.debut { margin-left: 0;}
.fin {	margin-right: 0;}


/* ---------- Grid >> 2 Columns ----------*/

.container_5 .grid_1{ width:190px; }
.container_5 .grid_2{ width:390px; }
.container_5 .grid_3{ width:590px; }
.container_5 .grid_4{ width:790px; }
.container_5 .grid_5{ width:990px; }

/* ---------- Prefix Extra Space >> 2 Columns ---------- */

    .container_5 .prefix_1 { padding-left:200px; }
    .container_5 .prefix_2 { padding-left:400px; }
    .container_5 .prefix_3 { padding-left:600px; }
    .container_5 .prefix_4 { padding-left:800px; }

/* ---------- Suffix Extra Space >> 2 Columns ---------- */

    .container_5 .suffix_1 { padding-right:200px; }
    .container_5 .suffix_2 { padding-right:400px; }
    .container_5 .suffix_3 { padding-right:600px; }
    .container_5 .suffix_4 { padding-right:800px; }

/* ---------- Push Space >> 2 Columns ---------- */

    .container_5 .push_1 { left:200px; }
    .container_5 .push_2 { left:400px; }
    .container_5 .push_3 { left:600px; }
    .container_5 .push_4 { left:800px; }

/* ---------- Pull Space >> 2 Columns ---------- */

    .container_5 .pull_1 { left:-200px; }
    .container_5 .pull_2 { left:-400px; }
    .container_5 .pull_3 { left:-600px; }
    .container_5 .pull_4 { left:-800px; }

/* ---------- Clear Floated Elements ---------- */


.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
	font-size:0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}


/******************/

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
}
* html body {
	font-size:small; /* for IE */
}
#container {
	font-size:93%;
}
#single-container, #page-container {
	font-size:108%;
}

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font:99% arial,helvetica,clean,sans-serif;
}
pre, code {
	font-family:monospace;
	line-height:100%;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */

#colophon {
	margin: 0 auto;
	width: 990px;
}

#wrapper {
	margin: 0;
	width:100%;
	height:100%;
}

#container {
	margin: 15px auto;
	text-align:left;
}
.menu-header, #branding {
	margin: 0 auto;
	width: 190px;}
#access {
	margin: 10px auto;
	width: 190px;}

#header .widget-area {
	margin:0 15px;}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area {

}

#tag-posts {
	width:1000px;
	}

#tag-posts-carousel{	width:1000px;
}
#tag-posts-list .item {margin:0 5px; width:190px;height:250px;}

.widget_recent_comments h3, #tag-posts h3 {
	margin:0 5px;
}
ul#recentcomments, ul#tag-posts-list {
	margin:0;
	padding:0;
}
ul#recentcomments li {
	display:inline;
	float: left;
	position: relative;
	margin: 0 5px;
	padding:0;
	width:190px;
}

.comments-bubble {
	float: left; 
	margin-left:10px;
	border-left: 10px solid #7ecef4;
	border-bottom: 10px solid transparent;
	-border-bottom-color:#f1f1f1; 
}

.comments-item {
	width:170px;
	margin-left:-20px;
	margin-bottom:0;
	background: #7ecef4;
	color: #fff;
	-position: relative; 
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding:10px;
	-padding:10px 0;
}
.comments-item p {
margin:0;
padding:10px;
}
.comments-item p.comment-ex {
	border-bottom: 4px dotted #f1f1f1;
}
.comments-item p.comment-ath {
	font-size:93%;
}
.comments-item a:link {
	color:#222;}
.comments-item a:hover {
	color:#ff6600;}

#footer-widget-area #fourth {
	margin-right: 0;
}



/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background:#f1f1f1;
	text-align: center;
}

body,
input,
textarea {
	color: #444;
}
hr {
	border: 0px;
	clear: both;
	height: 0px;
	border-top: 4px dotted #ccc;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"], input[type="file"], textarea {
	background: #f1f8f9;
	border:4px solid #E1E1E1;
	padding: 4px;
}
a:link {
	color: #ff3300;
}
a:visited {
	color: #ff6633;
}
a:active,
a:hover {
	color: #0099cc;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#site-title {
	float: left;
	line-height: 36px;
	margin: 0 0 18px 0;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
}

/* This is the custom header image */
#branding a { display:block;}

#branding img {
	margin:20px 32px 40px 32px;
}


/* =Menu
-------------------------------------------------------------- */

#access ul#menu-pagenavi{
	padding:0;	list-style: none;
	margin:0;
}


#menu-pagenavi li {
	list-style: none;
	margin:0 0 10px 0;
	padding:10px 0 0 0;
	display:block;
	width:190px;
	height:30px;
	background-color:#fff;
}

#menu-pagenavi a {
	color:#999;
	margin:0 10px;
	background: url('images/menu-page.png') no-repeat;
	width:160px;
	height:20px;
	line-height:20px;
	display:block;
	text-indent:-9999px;
}
#menu-pagenavi #menu-item-12479 a { background-position:left top;}
#menu-pagenavi #menu-item-12478 a { background-position:left -20px;}
#menu-pagenavi #menu-item-12477 a { background-position:left -40px;}
#menu-pagenavi #menu-item-12476 a { background-position:left -60px;}

#menu-pagenavi #menu-item-12479:hover >  a, #menu-pagenavi #menu-item-12479.current-menu-item a { background-position:right top;}
#menu-pagenavi #menu-item-12478:hover >  a, #menu-pagenavi #menu-item-12478.current-menu-item a { background-position:right -20px;}
#menu-pagenavi #menu-item-12477:hover >  a, #menu-pagenavi #menu-item-12477.current-menu-item a { background-position:right -40px;}
#menu-pagenavi #menu-item-12476:hover >  a, #menu-pagenavi #menu-item-12476.current-menu-item a { background-position:right -60px;}

#access li:hover > a,
#access ul ul :hover > a {
	color: #ff6600;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #ff6600;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}



/* =Content
-------------------------------------------------------------- */

#main {
}

#content,
#content input,
#content textarea {
	color: #444;
	font-size: 100%;
	line-height: 160%;
}
#content p,
#content ul,
#content ol,
#content li,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}

#content p {
	text-align:justify;
	text-justify:inter-ideograph;
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 100%;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	line-height: 1.5em;
	margin: 0 0 20px 0;
}

#content strong {
	color:#222;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size:93%;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry, #page-container .hentry {
	margin: 0 30px 36px 30px;
}
#item-contenu {
	margin: 0 30px;
}
.page-title {
	color: #000;
	font-size:108%;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.item-blue .page-title, .item-blue .page-title span { color: #fff;
}
.page-title span {
	color: #333;
	font-size: 123.1%;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
.tag #content h1.page-title {margin-bottom:0;}

#content .entry-title {
	color: #444;
	font-size: 123.1%;
	font-weight: bold;
	line-height: 1.3em;
	margin-top: 10px;
	margin-bottom: 5px;
	border-bottom: 4px solid #d3e3e8;
	padding:10px 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta, .entry-utility {
	color: #888;
	font-size:93%;
	line-height: 18px;
}
.entry-meta {
	text-align:right;
	margin-bottom: 30px;}
#single-container .entry-utility{
	float:left;
	width:300px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size:93%;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 77%;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

.entry-content h3 {
	border-left : 8px solid #D3E3E8; 
	padding-left:10px;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #d3e3e8;
	clear: both;
	font-size: 100%;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
#content .entry-utility .cat-link {
	margin:10px 0;}
.cat-link.tag-link {
	background-color: #ff6600;
}
.entry-meta a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff6600;
}
#content .video-player {
	padding: 0;
}

#content .addr {
	border:4px #d3e3e8 solid;
	padding:15px;
	margin:20px 0 30px;
}

#content .addr strong {
	color:#0099cc;
}

#content .addr ul, #content .addr ol, #content .addr li {
	margin-top:6px;
	margin-bottom:6px;

}

.page-template .item_1 h3 {
	border-bottom:4px dotted #d3e3e8;
	padding:5px;
	font-weight:bold;
}

#content h3.link-title {
	border-left:8px solid #7ecef4;
	border-bottom:none;
	padding-left:10px;
}



ul.blogroll, .bubble ul.blogroll {
	list-style:none;
	margin-left:0;
	margin-right:0;

}

#content ul.blogroll li a img {
	float:left;
	padding:5px 5px 2px 0;
	width:88px;
	height:31px;
	overflow: hidden;
}
#content ul.blogroll li a {
	color:#222;
	font-weight:bold;
}
#content ul.blogroll li a:hover {
	color:#7ecef4;
}

ul#sitemap-list, ul#archive-list { 
	list-style:none;
	margin:0;
	padding:0;
	color:#7ecef4;
}
ul#archive-list li { padding:5px 10px;	border-bottom:2px dotted #d3e3e8;
}
ul#sitemap-list ul li { margin:10px; }

/* =Item --------------------------------------------------- */
.item, .item-blanc, .item-blue { padding:15px 0;}
#front-annonce {padding-bottom:0;}
.item-text {margin:0 15px; }
.item .error404 { height:160px;}

.item-blue { background-color:#0099cc;	margin-bottom:10px;
}
.tag .item-blue{padding-bottom:1px;}
.item h3.front-cat {
	margin:0 0 5px 0;
	background:url('images/front-cat.gif') no-repeat;
	height:20px;
	width:160px;
	border:none;
	padding:0;
}
.item h3.front-cat.annonce { background-position: 0 -160px;}
.item h3.front-cat.gourmet { background-position: 0 -100px;}
.item h3.front-cat.boutique { background-position:0 -80px ;}
.item h3.front-cat.culture { background-position:0 -40px;}
.item h3.front-cat.sortir { background-position:0 -60px;}
.item h3.front-cat.vie { background-position:0 -20px;}
.item h3.front-cat.paris { background-position:0 0;}

.item .front-cat a {
	display:block;
	color:#fff;
	text-indent:-9999px;
	height:20px;
	width:160px;
	font-size:0;
}

.item h2 { 	font-size:100%;
}
.item h2 a {color:#444;}
.item_1 h2, .recposts h2, .recposts h2 { border-bottom: 2px dotted #ccc; padding-bottom:5px;}
.item_2 h2 { font-weight:bold;margin-bottom:5px;}
.item_2 p {margin-right:15px;}

.item_2 h2.entry-title { border-bottom: 4px solid #7ecef4;}

.item .entry-meta, .item .entry-summary, .item .entry-utility {
	margin:5px 15px;
	width:auto;
	clear:left;}


#top-new { height:170px;}
.top-text { width:185px;margin-left:190px;
}
#top-new .top-text .cat-link, #cat-new .top-text .cat-link { margin:5px 0 0 0;}
#top-new h2 {display:inline;margin:0;padding:0 0 5px 0;}
.item .attachment-front-thumb, .item .attachment-thumbnail {
	margin:0 0 5px 0;
}
.item_2 .attachment-front-thumb {
	position:absolute;
	left:15px;
	top:15px;
	margin:0;
}
.item_2 .item-text .attachment-front-thumb{
	position:relative;
	left:0;
	top:0;
	float:left;
	margin-right:15px;
}
.item .cat-link { margin:5px 0 0 0;
	font-size:77%;
}
.item .dotte { border-bottom: 2px dotted #ccc; }

.cat-link a { color:#fff;
	background-color:#0099cc;
	padding:2px;
}
.cat-link a:hover { color:#ffff00;}
.item .more  {display:block;}


/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size:108%;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;

}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 14px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 14px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 90%;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size:77%;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 0 18px 14px;
	float:right;
}
#content .gallery .gallery-item {
	margin-bottom: 12px;
	text-align: center;
	background-color:#f1f1f1;
}

#content .gallery .gallery-caption {
	color: #888;
	font-size:85%;
	margin: -10px auto 0 auto;
	padding:4px 0;
	width:260px;
	line-height:120%;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery .gallery-icon a {
	line-height:0;
	display:block;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}



/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size:93%;
	line-height: 18px;
	overflow: hidden;
	padding:15px 30px;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 40%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 40%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
	margin:0 30px;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 123.1%;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 14px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-top: 4px dotted #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 20px 20px 20px 56px;
	position: relative;
	background:url(images/commentaire.gif) no-repeat left 10px;

}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 24px;
	left: 4px;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size:93%;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size:93%;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-top: 4px dotted #e7e7e7;
	margin-bottom: 18px;
	padding: 20px;
	background:url(images/ping.gif) no-repeat left 10px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size:93%;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 100%;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 4px dotted #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
	position: relative;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size:93%;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
	width:10px;
	height:17px;
}

#respond .error {
	border:4px solid #ffcc33;
	color:#ff6600;
	width:300px;
	margin:10px auto;
	text-align:center;
	padding:10px;
}

#respond label {
	color: #888;
	font-size:93%;
	float:left;
	width:90px;
	height:17px;
	text-align:right;
}
#respond input {
	margin: 0 0 20px 5px;
	width: 360px;
	border:4px solid #E1E1E1;
}
#respond .comment-form-url input {
	margin: 0 0 20px 15px;
}

#respond textarea {
	margin: 0 0 20px 15px;
	width: 360px;
	border:4px solid #E1E1E1;
}
#respond .form-allowed-tags {
	color: #888;
	font-size:85%;
	line-height: 16px;
	display:none;
}
#respond .form-allowed-tags code {
	font-size:85%;
}
#respond .form-submit {
	margin: 12px 50px;
	text-align:right;
}
#respond .form-submit input {
	font-size:108%;
	width: auto;
}
#respond .form-submit input:hover {
	background-color:#0099cc;
	color:#fff;
}

/* =Widget Areas
-------------------------------------------------------------- */
#primary h3
 {
	display: none;
}
#primary .widget_hw_wpgw h3 {
	display:block;
	color:#0099cc;}

.widget-area ul, .widget-area #menu-category, .widget-area #menu-category ul {
	list-style: none;
	margin-left: 0;
}

#menu-category li {
	border-bottom: 3px solid #e1e1e1;
	width:160px;
	height:30px;
	line-height:20px;
    position:relative;
	display:block;
	padding:5px 0 0 0;
	}

#menu-category ul.sub-menu
 {
	display:none;
	z-index:10000;
	position: absolute;
    left:158px;
    top:2px;
}

#menu-category a {
	display:block;
    position:relative;
	margin:5px 0;
	background:url('images/menu-cat.png') no-repeat;
	text-indent: -9999px;
	height:20px;
}

#menu-category li#menu-item-12507 a {background-position: left -180px;}
#menu-category li#menu-item-12495 a {background-position: left -160px;}
#menu-category li#menu-item-12498 a {background-position: left -140px;}
#menu-category li#menu-item-12482 a {background-position: left -120px;}
#menu-category li#menu-item-12494 a {background-position: left -100px;}
#menu-category li#menu-item-12523 a {background-position: left -80px;}
#menu-category li#menu-item-12514 a {background-position: left -60px;}
#menu-category li#menu-item-12519 a {background-position: left -40px;}
#menu-category li#menu-item-12491 a {background-position: left -20px;}
#menu-category li#menu-item-12487 a {background-position: left top;}


#menu-category li#menu-item-12507.cathover a, #menu-category li#menu-item-12507.current-menu-item a, #menu-category li#menu-item-12507.current-menu-parent a {background-position: right -180px;}
#menu-category li#menu-item-12495.cathover a, #menu-category li#menu-item-12495.current-menu-item a, #menu-category li#menu-item-12495.current-menu-parent a {background-position: right -160px;}
#menu-category li#menu-item-12498.cathover a, #menu-category li#menu-item-12498.current-menu-item a, #menu-category li#menu-item-12498.current-menu-parent a {background-position: right -140px;}
#menu-category li#menu-item-12482.cathover a, #menu-category li#menu-item-12482.current-menu-item a, #menu-category li#menu-item-12482.current-menu-parent a {background-position: right -120px;}
#menu-category li#menu-item-12494.cathover a, #menu-category li#menu-item-12494.current-menu-item a, #menu-category li#menu-item-12494.current-menu-parent a {background-position: right -100px;}
#menu-category li#menu-item-12523.cathover a, #menu-category li#menu-item-12523.current-menu-item a, #menu-category li#menu-item-12523.current-menu-parent a {background-position: right -80px;}
#menu-category li#menu-item-12514.cathover a, #menu-category li#menu-item-12514.current-menu-item a, #menu-category li#menu-item-12514.current-menu-parent a {background-position: right -60px;}
#menu-category li#menu-item-12519.cathover a, #menu-category li#menu-item-12519.current-menu-item a, #menu-category li#menu-item-12519.current-menu-parent a {background-position: right -40px;}
#menu-category li#menu-item-12491.cathover a, #menu-category li#menu-item-12491.current-menu-item a, #menu-category li#menu-item-12491.current-menu-parent a {background-position: right -20px;}
#menu-category li#menu-item-12487.cathover a, #menu-category li#menu-item-12487.current-menu-item a, #menu-category li#menu-item-12487.current-menu-parent a {background-position: right top;}

#menu-category .sub-menu a {
	background-image:none;
	background-color:#fff;
	text-indent: 10px;
	margin:0;
	line-height:30px;
	color:#999;
}
#menu-category .sub-menu a:hover {
	color:#ff6600;
	text-decoration:none;
	font-weight:bold;
}
#menu-category .sub-menu li {
	padding:0 10px;
	background-color:#fff;
	border:2px solid #e1e1e1;
	margin-bottom:2px;

}
.widget-area ul ul {
	list-style: none;
	margin-left: 1.3em;
}
.widget_search input, .entry-content #searchform input {
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	padding: 0;
	background-color:transparent;
}
#searchform {
	height:30px;
	background:url('images/search.png') right top no-repeat;
	padding:0;
	margin:0;
	border-left: 1px solid #ccc;
}

.entry-content #searchform { width:260px; border:none;}
.widget_search #searchform #s {
	height:24px;
	width: 120px;
	margin:4px 0 0 4px;
	padding:0;
}
.entry-content #searchform #s {
	height:24px;
	width: 224px;
	margin:4px 0 0 4px;
	padding:0;
}

.widget_search label, .entry-content #searchform label
 {
	display: none;
}

.widget_search #searchsubmit, .entry-content #searchform #searchsubmit {
	height:24px;
	width:24px;
	text-indent: -9999px;
	padding:0;
	margin:0;
}

.widget-container {
	margin: 0 0 18px 0;
}

.widget-container.amaguise-banner, .widget-container.ButtonAdsW {
	margin-bottom:0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited,
.widget-area h2 a:hover {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size:85%;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size:108%;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size:85%;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 0;
	padding: 0;
}

#primary {
}
#secondary {
}

#secondary #cat-navi {	
}
#item-insertion {
}
#item-insertion a {
	margin:0 0 10px 30px;
	height:28px;
	width:152px;
	display:block;
	background:url(images/insertion.gif) left top;
}
#item-insertion a:hover {
	background-position:left bottom;
}



.bubble2 {
	margin: 0 0 5px 10px;
	float: left;
	border:0px;
	border-left: 10px solid #7ecef4;
	border-bottom: 10px solid transparent;
	-border-bottom-color: #f1f1f1;
}
.bubble2-item {
	width: 390px;
	height:30px;
	margin-left: -20px;
	background-color: #7ecef4;
	color: #fff;
	-position: relative;
	border-radius: 4px;		
	-webkit-border-radius: 4px;	
	-moz-border-radius: 4px;
}

#content .bubble2-item h1 {
	padding:5px 30px;
	margin:0;
	color: #fff;
}
#content .bubble2-item h1 span{
	color: #fff;
}

.bubble {
  float: left;
  margin: 0 0 20px;
  border-bottom: 10px solid #0099cc;
  border-left: 10px solid transparent;
  -border-left-color: #f1f1f1;
}



.bubble-item {
	display: block;
	width: 160px;
	padding: 10px 10px;
	margin: 0 0 -25px;
	background-color: #0099cc;
	color: #fff;
	-position: relative;
	border-radius: 4px;		
	-webkit-border-radius: 4px;	
	-moz-border-radius: 4px;
}




.widget-area .bubble {
  float:left;
  margin: 0 0 5px 30px;
  border-left: 10px solid #0099cc;
  border-bottom: 10px solid transparent;
  -border-bottom-color: #f1f1f1;
}

.widget-area .bubble-item {
	width: 170px;
	margin: 0 0 0 -40px;
	-margin: 0 0 0 -70px;
	padding:5px 10px;
	background-color: #0099cc;
	color: #fff;
	-position: relative;
	border-radius: 4px;		
	-webkit-border-radius: 4px;	
	-moz-border-radius: 4px;
}

.widget-area #cat-navi-new {
  border-left: 10px solid #ff6600;
}
.widget-area #cat-navi-new .bubble-item {
	background-color: #ff6600;
}

.bubble-item p {
	margin-bottom:0;}
.bubble #post-cat {
	color:#ccc;
	font-weight:bold;
	height:20px;
	margin:0 0 5px 0;
	background:url('images/cat-navi.gif') no-repeat;
}
.bubble #post-cat.annonce { background-position:left -160px;}
.bubble #post-cat.event { background-position:left -140px;}
.bubble #post-cat.present { background-position:left -120px;}
.bubble #post-cat.gourmet { background-position:left -100px;}
.bubble #post-cat.boutique {background-position:left -80px;}
.bubble #post-cat.culture {background-position:left -40px;}
.bubble #post-cat.sortir {background-position:left -60px;}
.bubble #post-cat.vie {background-position:left -20px;}
.bubble #post-cat.paris {background-position:left top;}

.bubble #post-cat a {
	text-indent:-9999px;
	display:block;
	height:20px;
}
.bubble a:hover { color:#ccc;}
.bubble ul {margin: 10px 15px;}

.bubble h4 { font-weight:bold;font-size:120%;}
#secondary h3 {margin:0 0 5px 0;}
#secondary h3.cat-29 {
	height:20px;
}
#secondary h3.cat-29 a {
	background:url(images/front-cat.gif) left -140px no-repeat;
	text-indent:-9999px;
	font-size:0;
}
#secondary h3 a {
	display:block;
	height:20px;
}
#secondary .reccats .cat-link {margin-bottom:20px;}
/* Footer widget areas */
#footer-widget-area {
}


/* banner */

#front-banner {
	width:390px;
	height:200px;
	margin-bottom:10px;
}
#front-banner ul { list-style:none;
	display:block;
	float:left;
	margin:0;
	padding:0;
	}

#front-banner ul.xoxo {
	height:200px;
}
#front-banner ul.xoxo li {
	float:left;
}
#front-banner ul#banner-120 {
	width:120px;
	height:200px;
    overflow:hidden;
    position:relative;
 }
#front-banner ul#banner-120 li {
	padding:0;
	margin: 0 0 10px 0;
}
#front-banner ul#banner-120 li, #front-banner ul#banner-120 li a {
	width:120px;
	height:60px;
	display:block;}

#front-banner ul li.amaguise-banner {
	width:260px;
	height:200px;
	margin-right:10px;
	margin-bottom:0;
}
#slider {
	width:260px;
	height:200px;
    overflow:hidden;
    position:relative;
    cursor:pointer;
	background:#fff url(images/260x200/260x200.gif) no-repeat center center;

}
#sliderContent {
	width:260px;
    position:absolute;
    top:0;
    margin-left:0;
  }

.sliderImage {
    float: left;
    position: relative;
	display: none;
}

.sliderImage span { background:url(images/260x200/amaguise.png) no-repeat;
	width:100px;
	height:20px;
    position:absolute;
	top: 0;
    right: 0;	
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
	-khtml-opacity: 0.6;
    opacity: 0.6;
}
.sliderImage h4 {
    position:absolute;
	bottom: 0;
    left: 0;
	background-color:#000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
	-khtml-opacity: 0.6;
    opacity: 0.6;
	height:16px;
	line-height:10px;
	width:260px;
	padding:3px 0;
	font-size:77%;
	text-align:center;
    display: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.sliderImage h4 a {	color:#fff;
}


/* =Footer
-------------------------------------------------------------- */
#footer {padding-top:20px;}

#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	padding:0 15px;
	font-size:85%;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	position: relative;
	float:right;
}
#site-generator a {
	background: url(images/netessentiel.gif) center right no-repeat;
	color: #666;
	display: inline-block;
	line-height: 10px;
	padding-right: 86px;
	margin-right:15px;
	text-decoration: none;
}

img#wpstats {
	display: block;
	margin: 0 auto 10px;
}

/*=== Pagination  ===*/
.lpagination { padding:0; margin:5px 0 15px 0 }
.fpagination { padding:0; margin:20px 0 0 0 }
ul.lpag { list-style:none; padding:0; margin:20px 0 }
ul.lpag li  { float:left; padding:0; margin:0 5px 0 0; }
ul.lpag li a { 
	border-radius: 4px;		
	-webkit-border-radius: 4px;	
	-moz-border-radius: 4px;
	background-color:#fff;
padding:5px 10px; color:#000000 }
ul.lpag li.name span, ul.lpag li a.name { background:transparent url(images/featured-opacity-trans.png) no-repeat left top; color:#000000; padding:5px 10px; margin:0 10px 0 0 }
ul.lpag li a:hover { background:#7ecef4; text-decoration:none }
ul.lpag li.active a { background:#000000; color:#ffffff }
ul.lpag li.current span { padding:5px 10px; margin:0; background:#ff6600; color:#ffffff;	border-radius: 4px;		
	-webkit-border-radius: 4px;	
	-moz-border-radius: 4px; }



/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}

/* prettyPhoto */
 div.light_rounded .pp_top .pp_left{background: url(images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;}div.light_rounded .pp_top .pp_middle{background:#fff;}div.light_rounded .pp_top .pp_right{background: url(images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;}div.light_rounded .pp_content .ppt{color:#000;}div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right{background:#fff;}div.light_rounded .pp_content{background-color:#fff;}div.light_rounded .pp_next:hover{background: url(images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor: pointer;}div.light_rounded .pp_previous:hover{background: url(images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor: pointer;}div.light_rounded .pp_expand{background: url(images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.light_rounded .pp_expand:hover{background: url(images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.light_rounded .pp_contract{background: url(images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.light_rounded .pp_contract:hover{background: url(images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.light_rounded .pp_close{width:75px;height:22px;background: url(images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.light_rounded #pp_full_res .pp_inline{color:#000;}div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next{margin-top:12px !important;}div.light_rounded .pp_nav .pp_play{background: url(images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}div.light_rounded .pp_nav .pp_pause{background: url(images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}div.light_rounded .pp_arrow_previous{background: url(images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;}div.light_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.light_rounded .pp_arrow_next{background: url(images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;}div.light_rounded .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.light_rounded .pp_bottom .pp_left{background: url(images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;}div.light_rounded .pp_bottom .pp_middle{background:#fff;}div.light_rounded .pp_bottom .pp_right{background: url(images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;}div.light_rounded .pp_loaderIcon{background: url(images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;}div.dark_rounded .pp_top .pp_left{background: url(images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;}div.dark_rounded .pp_top .pp_middle{background: url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_top .pp_right{background: url(images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;}div.dark_rounded .pp_content_container .pp_left{background: url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;}div.dark_rounded .pp_content_container .pp_right{background: url(images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;}div.dark_rounded .pp_content{background: url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_next:hover{background: url(images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor: pointer;}div.dark_rounded .pp_previous:hover{background: url(images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor: pointer;}div.dark_rounded .pp_expand{background: url(images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.dark_rounded .pp_expand:hover{background: url(images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.dark_rounded .pp_contract{background: url(images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.dark_rounded .pp_contract:hover{background: url(images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.dark_rounded .pp_close{width:75px;height:22px;background: url(images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.dark_rounded .currentTextHolder{color:#c4c4c4;}div.dark_rounded .pp_description{color:#fff;}div.dark_rounded #pp_full_res .pp_inline{color:#fff;}div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next{margin-top:12px !important;}div.dark_rounded .pp_nav .pp_play{background: url(images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}div.dark_rounded .pp_nav .pp_pause{background: url(images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}div.dark_rounded .pp_arrow_previous{background: url(images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;}div.dark_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.dark_rounded .pp_arrow_next{background: url(images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;}div.dark_rounded .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.dark_rounded .pp_bottom .pp_left{background: url(images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;}div.dark_rounded .pp_bottom .pp_middle{background: url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_bottom .pp_right{background: url(images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;}div.dark_rounded .pp_loaderIcon{background: url(images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;}div.dark_square .pp_left ,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background: url(images/prettyPhoto/dark_square/contentPattern.png) top left repeat;}div.dark_square .currentTextHolder{color:#c4c4c4;}div.dark_square .pp_description{color:#fff;}div.dark_square .pp_loaderIcon{background: url(images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;}div.dark_square .pp_content_container .pp_left{background: url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;}div.dark_square .pp_content_container .pp_right{background: url(images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;}div.dark_square .pp_expand{background: url(images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.dark_square .pp_expand:hover{background: url(images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.dark_square .pp_contract{background: url(images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.dark_square .pp_contract:hover{background: url(images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.dark_square .pp_close{width:75px;height:22px;background: url(images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.dark_square #pp_full_res .pp_inline{color:#fff;}div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next{margin-top:12px !important;}div.dark_square .pp_nav .pp_play{background: url(images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}div.dark_square .pp_nav .pp_pause{background: url(images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}div.dark_square .pp_arrow_previous{background: url(images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;}div.dark_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.dark_square .pp_arrow_next{background: url(images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;}div.dark_square .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.dark_square .pp_next:hover{background: url(images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor: pointer;}div.dark_square .pp_previous:hover{background: url(images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor: pointer;}div.light_square .pp_left ,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content{background:#fff;}div.light_square .pp_content .ppt{color:#000;}div.light_square .pp_expand{background: url(images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.light_square .pp_expand:hover{background: url(images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.light_square .pp_contract{background: url(images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.light_square .pp_contract:hover{background: url(images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.light_square .pp_close{width:75px;height:22px;background: url(images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.light_square #pp_full_res .pp_inline{color:#000;}div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px !important;}div.light_square .pp_nav .pp_play{background: url(images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}div.light_square .pp_nav .pp_pause{background: url(images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}div.light_square .pp_arrow_previous{background: url(images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;}div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.light_square .pp_arrow_next{background: url(images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;}div.light_square .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.light_square .pp_next:hover{background: url(images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor: pointer;}div.light_square .pp_previous:hover{background: url(images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor: pointer;}div.facebook .pp_top .pp_left{background: url(images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;}div.facebook .pp_top .pp_middle{background: url(images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;}div.facebook .pp_top .pp_right{background: url(images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;}div.facebook .pp_content .ppt{color:#000;}div.facebook .pp_content_container .pp_left{background: url(images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;}div.facebook .pp_content_container .pp_right{background: url(images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;}div.facebook .pp_content{background:#fff;}div.facebook .pp_expand{background: url(images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.facebook .pp_expand:hover{background: url(images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.facebook .pp_contract{background: url(images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.facebook .pp_contract:hover{background: url(images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.facebook .pp_close{width:22px;height:22px;background: url(images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.facebook #pp_full_res .pp_inline{color:#000;}div.facebook .pp_loaderIcon{background: url(images/prettyPhoto/facebook/loader.gif) center center no-repeat;}div.facebook .pp_arrow_previous{background: url(images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px;}div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default;}div.facebook .pp_arrow_next{background: url(images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px;}div.facebook .pp_arrow_next.disabled{background-position: -32px -96px;cursor:default;}div.facebook .pp_nav{margin-top:0;}div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px;}div.facebook .pp_nav .pp_play{background: url(images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px;}div.facebook .pp_nav .pp_pause{background: url(images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px;}div.facebook .pp_next:hover{background: url(images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor: pointer;}div.facebook .pp_previous:hover{background: url(images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor: pointer;}div.facebook .pp_bottom .pp_left{background: url(images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;}div.facebook .pp_bottom .pp_middle{background: url(images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;}div.facebook .pp_bottom .pp_right{background: url(images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;}div.pp_pic_holder a:focus{outline:none;}div.pp_overlay{background:#000;display: none;left:0;position:absolute;top:0;width:100%;z-index:9500;}div.pp_pic_holder{display: none;position:absolute;width:100px;z-index:10000;}.pp_top{height:20px;position: relative;}* html .pp_top{padding:0 20px;}.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px;}.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px;}* html .pp_top .pp_middle{left:0;position: static;}.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px;}.pp_content{height:40px;}.pp_fade{display: none;}.pp_content_container{position: relative;text-align: left;width:100%;}.pp_content_container .pp_left{padding-left:20px;}.pp_content_container .pp_right{padding-right:20px;}.pp_content_container .pp_details{float: left;margin:10px 0 2px 0;}.pp_description{display: none;margin:0 0 5px 0;}.pp_nav{clear: left;float: left;margin:3px 0 0 0;}.pp_nav p{float: left;margin:2px 4px;}.pp_nav .pp_play,.pp_nav .pp_pause{float: left;margin-right:4px;text-indent: -10000px;}a.pp_arrow_previous,a.pp_arrow_next{display:block;float: left;height:15px;margin-top:3px;overflow: hidden;text-indent: -10000px;width:14px;}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000;}.pp_gallery{left:50%;margin-top: -50px;position:absolute;z-index:10000;}.pp_gallery ul{float: left;height:35px;margin:0 0 0 5px;overflow: hidden;padding:0;position: relative;}.pp_gallery ul a{border:1px #000 solid;border:1px rgba(0,0,0,0.5) solid;display:block;float: left;height:33px;overflow: hidden;}.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff;}.pp_gallery ul a img{border:0;}.pp_gallery li{display:block;float: left;margin:0 5px 0 0;}.pp_gallery li.default a{background: url(images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px;}.pp_gallery li.default a img{display: none;}.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px !important;}a.pp_next{background: url(images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float: right;height:100%;text-indent: -10000px;width:49%;}a.pp_previous{background: url(images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float: left;height:100%;text-indent: -10000px;width:49%;}a.pp_expand,a.pp_contract{cursor: pointer;display: none;height:20px;position:absolute;right:30px;text-indent: -10000px;top:10px;width:20px;z-index:20000;}a.pp_close{display:block;float: right;line-height:22px;text-indent: -10000px;}.pp_bottom{height:20px;position: relative;}* html .pp_bottom{padding:0 20px;}.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px;}.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px;}* html .pp_bottom .pp_middle{left:0;position: static;}.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px;}.pp_loaderIcon{display:block;height:24px;left:50%;margin: -12px 0 0 -12px;position:absolute;top:50%;width:24px;}#pp_full_res{line-height:1 !important;}#pp_full_res .pp_inline{text-align: left;}#pp_full_res .pp_inline p{margin:0 0 15px 0;}div.ppt{color:#fff;display: none;font-size:17px;margin:0 0 5px 15px;z-index:9999;}.clearfix:after{content: ".";display:block;height:0;clear:both;visibility: hidden;}.clearfix {display: inline-block;}* html .clearfix {height:1%;}.clearfix {display:block;}

/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}
