Ã®/*
Theme Name: CÃ©moi
Description: Site institutionnel groupe CÃ©moi
Author: AttrapTemps
Author URI: http://www.attraptemps.fr
Version: 1
*/


/* =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 {
	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;
}

/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family:Arial, Helvetica, sans-serif;
}
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 {
	font-family:Arial, Helvetica, sans-serif;
}
input[type="submit"] {
	font-family:Arial, Helvetica, sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

@font-face {
	font-family: 'DINOT-Bold';
		src: url('fonts/dinotcondbold.eot');
		src: url('fonts/dinotcondbold.eot?#iefix') format('embedded-opentype'),
				 url('fonts/dinotcondbold.woff') format('woff'),
				 url('fonts/dinotcondbold.ttf') format('truetype'),
				 url('fonts/dinotcondbold.svg#dinotcondbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DINOT';
		src: url('fonts/dinotcondregular.eot');
		src: url('fonts/dinotcondregular.eot?#iefix') format('embedded-opentype'),
				 url('fonts/dinotcondregular.woff') format('woff'),
				 url('fonts/dinotcondregular.ttf') format('truetype'),
				 url('fonts/dinotcondregular.svg#dinotcondregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* =Selection
-------------------------------------------------------------- */
::selection {
	background: #CC0000; /* Safari */
	color:#FFF;
}
::-moz-selection {
	background: #CC0000; /* Firefox */
	color:#FFF;
}

/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#wrapper { width:100%; background:#FFF; }
#header { width:100%; }
#main { width:100%; background:url(images/back-new.png) no-repeat center bottom; min-height:600px; border-bottom:5px solid #634220; }
#footer { width:100%; }

#masthead { width:940px; margin:0 auto; padding:0 10px; }
#container { width:940px; margin:0 auto; padding:20px 10px; }
#colophon { width:940px; margin:0 auto; padding:20px 10px; }

#site-info { float:left; }
#site-info a { background:url(images/logo-bottom.png) no-repeat 0 0; width:81px; height:23px; display:block; text-indent:-9999px; }

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #FFF;
}
body,
input,
textarea {
	color:#666;
	font-size:12px;
	line-height:18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 15px;
}
ul {
	list-style: square;
	margin: 0 0 15px 15px;
}
ol {
	list-style: decimal;
	margin: 0 0 15px 10px;
}
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;
	overflow: auto;
	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;
}
small {
	font-size: smaller;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	/*box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);*/
	padding: 2px;
}
a:link {
	color: #999;
}
a:visited {
	color: #999;
}
a:active,
a:hover {
	color: #CC0000;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

.clear { float:none; clear:both; }

/* =Header
-------------------------------------------------------------- */
#top { height:45px; background:#CC0000; }
#top-content { width:940px; margin:0 auto; padding:0 10px; background:url(images/shadow-top.png) no-repeat center right; }
#top-blocks { height:45px; float:right; position:relative; }
#search { float:left; padding:10px 15px 10px; position:relative; width:20px; height:25px; }
#search a { background:url(images/sprite.png) no-repeat -60px -30px; width:18px; height:23px; display:block; text-indent:-9999px; margin:2px 0 0 0; position:absolute; right:15px; }
#searchform { position:absolute; right:15px; display:none; }
#searchform #s { float:left; width:0px; border:none; /*border-bottom:1px solid #000; background:none; color:#FFF; */ color:#333; background:#FFF; padding:2px 5px 5px 2px; height:20px; font-family:"DINOT"; font-size:20px; text-transform:uppercase; text-align:right; }
#searchform #s:focus { outline:none; }
#searchform #searchsubmit { background:url(images/sprite.png) no-repeat -60px -30px; width:18px; height:23px; display:block; text-indent:-9999px; margin:2px 0 0 10px; border:none; float:left; }
#langs { background:#666; float:left; padding:15px 32px 15px 20px; width:85px; height:15px; }
#langs #lang_sel_list { width:auto; height:auto; margin-right: 42px; }
#langs #lang_sel_list ul { border:none; width:auto; }
#langs #lang_sel_list li { border:none; width:19px; height:15px; float:right; }
#langs #lang_sel_list .icl-fr a { padding:0; border:none; background:url(images/sprite.png) no-repeat 0 -30px; width:19px; height:15px; display:block; text-indent:-9999px; }
#langs #lang_sel_list .icl-en a { padding:0; border:none; background:url(images/sprite.png) no-repeat -30px -30px; width:19px; height:15px; display:block; text-indent:-9999px; margin-left:12px; }
#langs .es-link { float: right; }
#pro { float:left; }
#pro a { background:#FFF; padding:13px 20px; display:block; border-bottom:1px solid #EBEBEB; color:#CC0000; font-family:"DINOT-Bold"; font-size:16px; text-transform:uppercase; text-decoration:none; float:left; }
#pro a.first { border-right:1px solid #EBEBEB; }
#pro a:hover { background:#000; color:#FFF; border-bottom:1px solid #000; }

#masthead { position:relative; z-index:100; }
#site-title { position:absolute; left:0; top:-50px; }
#site-title a { width:181px; height:89px; display:block; background:url(images/logo.png) no-repeat 0 0; text-indent:-9999px; }

/* =Menu
-------------------------------------------------------------- */

#menu { margin:10px 0 0 190px; }
#menu ul.menu { position:relative; list-style:none; margin:0; border-bottom:1px solid #EBEBEB; height:43px; }
#menu ul.menu li { float:left; height:43px; }
#menu ul.menu li a { font-family:"DINOT-Bold"; font-size:16px; color:#BFBFBF; display:block; line-height:36px; padding:2px 15px 0; text-decoration:none; text-transform:uppercase; }
#menu ul.menu li.hover a { background-color:#CC0000; color:#FFF; border-bottom:5px solid #CC0000; }
#menu ul.menu li.home a { background:url(images/sprite.png) no-repeat 17px 10px; width:20px; text-indent:-9999px; }

#menu ul.menu li a.transparency { background-image:url(images/cabosse.png); background-repeat:no-repeat; background-position:10px 5px; padding-left:50px; }
#menu ul.menu li.hover a.transparency { background-position:10px -28px; }

/* EN */
#menu ul#menu-menu-principal-anglais li a { padding:2px 12px 0; }
#menu ul#menu-menu-principal-anglais li a.transparency { padding-left:50px; }
#menu ul#menu-menu-principal-anglais ul.sub-menu li a { padding:0; }

#menu ul li.current_page_item > a,
#menu ul li.current-page-ancestor > a,
#menu ul li.current-menu-ancestor > a,
#menu ul li.current-menu-item > a,
#menu ul li.current-menu-parent > a { color: #CC0000; border-bottom:5px solid #CC0000; }

#menu ul.menu ul.sub-menu { list-style:none; margin:0; display:none; position:absolute; top:38px; left:-190px; width:920px; padding:10px 0 10px 10px; border:5px solid #CC0000; background:#FFF; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; -moz-box-shadow:0px 10px 10px #666; -webkit-box-shadow:0px 10px 10px #666; box-shadow:0px 10px 10px #666; }
#menu ul.menu ul.sub-menu li { float:left; margin-right:10px; height:auto; }
#menu ul.menu ul.sub-menu li a { width:218px; color:#666; font-size:20px; padding:0; background:none; border:none; }
#menu ul.menu ul.sub-menu li a:hover { color:#CC0000; }
#menu ul.menu ul.sub-menu li a .menu-img { width:218px; height:130px; border:1px solid #EBEBEB; overflow:hidden; }
#menu ul.menu ul.sub-menu li a .menu-img img { display:block; max-width:218px; height:auto; }
#menu ul.menu ul.sub-menu li a span { margin-top:5px; display:block; padding:0 5px; line-height:25px; }

#menu ul.menu li.hover ul.sub-menu { display:block; }

/* =Footer
-------------------------------------------------------------- */

#footer { background:url(images/border-bottom.png) no-repeat center top; margin-top:-5px; }
#colophon { position:relative; }

.footer-top { border-bottom:1px solid #EBEBEB; margin-bottom:10px; padding-bottom: 10px;}
#site-info { margin: 0; }
#site-info a { color: #000; text-decoration: none; }
ul.footer-nav { float:right; list-style:none; margin:0; }
ul.footer-nav li { float:left; }
ul.footer-nav li a { font-family:"DINOT-Bold"; font-size:16px; color:#BFBFBF; display:block; line-height:36px; padding:2px 15px 0; text-decoration:none; text-transform:uppercase; }
ul.footer-nav li a:hover { color:#CC0000; }
ul.footer-nav li a.download:before { margin:8px 8px 0 0; content:""; float:left; background:url(images/sprite.png) no-repeat -60px -170px; display:block; width:12px; height:16px; }

.footer-bottom { margin-bottom:10px; }
.footer-bottom ul { list-style:none; margin:0; float:left; margin-right:50px; }
.footer-bottom ul li { margin:0; float:left; }
.footer-bottom ul li a span { float:left; margin-right:5px; display:block; width:30px; height:30px; text-indent:-9999px; }
.footer-bottom ul li a { display:block; text-decoration:none; font-size:14px; margin:0 15px 0 0; color:#000; font-family:"DINOT"; line-height:28px; }

.footer-bottom ul li a#shop span { background:url(images/sprite.png) no-repeat 0 -280px; }
.footer-bottom ul li a#love span { background:url(images/sprite.png) no-repeat 0 -320px; }
.footer-bottom ul li a#pacts span { background:url(images/sprite.png) no-repeat -80px -280px; }
.footer-bottom ul li a#pog span { background:url(images/sprite.png) no-repeat -80px -320px; }

.footer-bottom ul li a#shop:hover span { background:url(images/sprite.png) no-repeat -40px -280px; }
.footer-bottom ul li a#love:hover span { background:url(images/sprite.png) no-repeat -40px -320px; }
.footer-bottom ul li a#pacts:hover span { background:url(images/sprite.png) no-repeat -120px -280px; }
.footer-bottom ul li a#pog:hover span { background:url(images/sprite.png) no-repeat -120px -320px; }

.social { float:right; }
.social a { float:left; display:block; text-indent:-9999px; margin-right:13px; }
.social #contact { width:31px; height:24px; background:url(images/sprite.png) no-repeat 0 -200px; margin-top:3px; }
.social #facebook { width:31px; height:30px; background:url(images/sprite.png) no-repeat -50px -200px; }
.social #twitter { width:30px; height:30px; background:url(images/sprite.png) no-repeat -100px -200px; margin-right:0; }
.social #contact:hover { background:url(images/sprite.png) no-repeat 0 -240px; }
.social #facebook:hover { background:url(images/sprite.png) no-repeat -50px -240px; }
.social #twitter:hover { background:url(images/sprite.png) no-repeat -100px -240px; }

#signature { font-size:10px; margin:10px 0 0 0; color:#BFBFBF; padding-right:5px; text-align:right; }
#signature a { color:#BFBFBF; text-decoration:none; }
#signature a:hover { text-decoration:underline; }

#site-info .home_link_footer,
.triman{ display: inline-block; vertical-align: middle; }
.triman{ margin-left: 40px; text-align: center; display: none;}

.triman span { display: block; font-size: 0.8em; color: #BFBFBF; }
.triman_logo{ width: 32px; }

/* =Home
-------------------------------------------------------------- */
.home #content { margin:0; }

.home #slider-wrapper { float:left; margin:0 20px 10px 0; width:620px; height:390px; background:url(images/shadow-slider.png) no-repeat bottom center; padding-bottom:15px; }
.home #slider { width:620px; height:390px; overflow:hidden; }
.home #slider img { width:620px; height:390px; display:block; }
.home #slider a { margin-top:-100px; float:left; background-color:#000; background-color:rgba(0,0,0,0.5); display:block; font-family:"DINOT-Bold"; font-size:25px; text-transform:uppercase; color:#FFF; padding:15px 30px 15px 40px; text-decoration:none; }
.home #slider a:before { content:""; float:right; background:url(images/sprite.png) no-repeat -60px -60px; display:block; margin-left:20px; width:15px; height:24px; }

#news-wrapper { float:left; width:300px; height:390px; background:url(images/shadow-right.png) no-repeat right bottom; padding-bottom:15px; }
#news-wrapper #news-container { width:300px; overflow:hidden; position:relative; }
#news-wrapper #news { list-style:none; margin:0; }
#news .news-img { width:300px; height:195px; overflow:hidden; }
#news .news-img img { display:block; max-width:300px; }
#news .news-content { position:relative; padding:10px; font-size:11px; line-height:15px; border:1px solid #EBEBEB; border-top:none; height:174px; overflow:hidden; background:#FFF; }
#news .news-content h2 { font-family:"DINOT-Bold"; color:#CC0000; font-size:18px; text-transform:uppercase; margin-bottom:10px; line-height:18px; }
#news .news-content h3 { font-family:"DINOT-Bold"; color:#000; font-size:18px; text-transform:uppercase; margin-bottom:10px; line-height:18px; }
#news .news-content h3 a { color:#333; text-decoration:none; }
#news .news-content h3 a:hover { color:#CC0000; }
#news .news-content p { margin:0; }
#news .news-content .more { display:block; margin:10px 0; float:right; color:#CC0000; }
#news .news-content .more:hover { text-decoration:none; }
#news .news-content .more span { display:none; }
#news .news-buttons { position:absolute; top:10px; right:10px; }
#news .news-buttons a { width:9px; height:15px; display:block; text-indent:-9999px; float:left; }
#news .prev-news { background:url(images/sprite.png) no-repeat 0 -60px; margin-right:5px; }
#news .prev-news:hover { background:url(images/sprite.png) no-repeat 0 -90px; }
#news .next-news { background:url(images/sprite.png) no-repeat -30px -60px; }
#news .next-news:hover { background:url(images/sprite.png) no-repeat -30px -90px; }

#home-blocks { margin-bottom:10px; }
#home-blocks .home-block { background:url(images/shadow-right.png) no-repeat right bottom; padding-bottom:15px; margin-right:20px; float:left; }
#home-blocks .first { background:url(images/shadow-left.png) no-repeat left bottom; }
#home-blocks .last { margin:0; }
#home-blocks a { display:block; overflow:hidden; width:300px; height:190px; position:relative; text-decoration:none; }
#home-blocks a img { display:block; max-width:300px; }
#home-blocks a .block-content { position:absolute; top:140px; width:300px; height:190px; background-color:#000; background-color:rgba(0,0,0,0.5); }
#home-blocks a .block-content span { display:block; font-family:"DINOT-Bold"; font-size:18px; text-transform:uppercase; color:#FFF; padding:15px 20px; width:260px; }
#home-blocks a .block-content p { padding:0 20px; color:#FFF; font-size:11px; margin:0; }
#home-blocks a:hover .block-content { background-color:rgba(0,0,0,0.8); top:40px; }
#home-blocks a:hover .block-content span { color:#CC0000; }
#home-blocks .video .block-content span { padding-left:60px; width:220px; }
#home-blocks .video .block-content span:before { content:""; position:absolute; left:20px; top:8px; background:url(images/sprite.png) no-repeat 0 -120px; display:block; width:33px; height:32px; }

/* Transitions */
#home-blocks a .block-content,
#home-blocks a .block-content span { -webkit-transition:400ms ease; -moz-transition:400ms ease; -o-transition:400ms ease; -ms-transition:400ms ease; transition:400ms ease; }

/* =Page
-------------------------------------------------------------- */
#page-top { width:940px; height:210px; margin-bottom:20px; }

#page-menu { width:240px; height:210px; float:left; background:url(images/shadow-left.png) no-repeat left bottom; padding-bottom:15px; }
#page-menu ul.nav { width:210px; height:180px; padding:30px 0 0 30px; background:#CC0000; list-style:none; margin:0; }
#page-menu ul.nav li { margin-bottom:20px; }
#page-menu ul.nav li a { color:#FFF; font-family:"DINOT-Bold"; text-transform:uppercase; font-size:16px; text-decoration:none; padding-left:20px; display:block; }
#page-menu ul.nav li.current_page_item a,
#page-menu ul.nav li a:hover { text-decoration:underline; background:url(images/sprite.png) no-repeat -60px -85px; }

#page-img { background:url(images/shadow-right.png) no-repeat right bottom; padding-bottom:15px; width:700px; height:210px; float:left; overflow:hidden; }
#page-img img { max-width:700px; display:block; }

#page-right { float:left; width:220px; }
#page-right .img-wrapper { background:url(images/shadow-right.png) no-repeat bottom right; padding-bottom:15px; margin-bottom:10px; }
#page-right .img-right { width:198px; border:1px solid #EBEBEB; padding:10px; }
#page-right img { max-width:200px; display:block; }

/* =Custom Read more
-------------------------------------------------------------- */
#custom-readmore { margin:0 0 0 240px; width:700px; border-top:1px solid #EBEBEB; padding-top:10px; }
#custom-readmore a { font-family:"DINOT-Bold"; text-transform:uppercase; color:#000; font-size:16px; text-decoration:none; width:30px; display:block; margin-left:10px; padding-bottom:20px; background:url(images/sprite.png) no-repeat -21px -148px; }

/* =Contact
-------------------------------------------------------------- */
#content .wpcf7 form { width:600px; }
#content .wpcf7 form p { margin:20px 0 0 0; }
#content .wpcf7 form label { float:left; display:block; font-family:"DINOT"; font-size:20px; padding-top:10px; }
#content .wpcf7 form input { color:#666; font-size:18px; float:right; background:#FFF; border:1px solid #CCC; padding:10px; width:300px; }
#content .wpcf7 form textarea { color:#666; font-size:18px; float:right; background:#FFF; border:1px solid #CCC; padding:10px; width:300px; height:150px; }
#content .wpcf7 form select { color:#666; font-size:18px; float:right; padding:10px; width:320px; }
#content .wpcf7 span.wpcf7-not-valid-tip { position:static; float:right; }
#content .wpcf7 form input:focus,
#content .wpcf7 form textarea:focus { outline:none; border-color:#999; }
#content .wpcf7 form img { padding-top:10px; }
#content .wpcf7 form input.wpcf7-submit { background:#CC0000; border:none; width:150px; height:50px; color:#FFF; font-family:"DINOT"; font-size:22px; text-transform:uppercase; cursor:pointer; }

/* =Filemanager
-------------------------------------------------------------- */
.filemanager #content .hentry { width:700px; float:none; }
.filemanager #content .entry-title { position:relative; }
.filemanager #content .entry-title .logout { position:absolute; right:20px; top:5px; color:#000; font-size:15px; }
.filemanager #content .entry-title .logout:hover { text-decoration:underline; }
.filemanager #content .entry-title .logout span { color:#CC0000; }

.filemanager #content form { width:450px; }
.filemanager #content form p { margin:20px 0 0 0; }
.filemanager #content form label { float:left; display:block; font-family:"DINOT"; font-size:20px; padding-top:10px; }
.filemanager #content form input { color:#666; font-size:18px; float:right; background:#FFF; border:1px solid #CCC; padding:10px; width:300px; }
.filemanager #content form textarea { color:#666; font-size:18px; float:right; background:#FFF; border:1px solid #CCC; padding:10px; width:300px; height:150px; }
.filemanager #content form input:focus,
.filemanager #content form textarea:focus { outline:none; border-color:#999 }
.filemanager #content form input.submit { background:#CC0000; border:none; width:150px; height:50px; color:#FFF; font-family:"DINOT"; font-size:22px; text-transform:uppercase; cursor:pointer; }

.filemanager #content ul#breadcrumb { list-style:none; margin:0 0 0 10px; }
.filemanager #content ul#breadcrumb li { float:left; margin-right:10px; }
.filemanager #content ul#breadcrumb li,
.filemanager #content ul#breadcrumb li a { color:#666; font-family:"DINOT"; font-size:18px; text-decoration:none; }
.filemanager #content ul#breadcrumb li a:hover { color:#CC0000; }
.filemanager #content ul#breadcrumb li span { color:#CC0000; font-family:Arial, Helvetica, sans-serif; font-size:16px; margin-right:5px; }
.filemanager #content table { margin-top:10px; border-collapse:collapse; border:none; }
.filemanager #content table tr td { background:#E8E8E8; border:none; padding:15px; font-size:13px; font-weight:bold; }
.filemanager #content table tr.alt td { background:#FFF; border:none; border-top:1px solid #FFF; border-bottom:1px solid #FFF; }
.filemanager #content table tr td.action { background:#CCC; width:100px; }
.filemanager #content table tr.alt td.action { background:#E8E8E8; }
.filemanager #content table tr td a { text-decoration:none; color:#666; }
.filemanager #content table tr td a:hover { color:#CC0000; }
.filemanager #content table tr td .icon-folder { background:url(images/sprite-filemanager.png) no-repeat 0 0; width:25px; height:20px; float:left; margin:-2px 10px 0 0; }
.filemanager #content table tr td .icon-file { background:url(images/sprite-filemanager.png) no-repeat 0 -50px; width:17px; height:21px; float:left; margin:-2px 14px 0 4px; }
.filemanager #content table tr td a.download-action { background:url(images/sprite-filemanager.png) no-repeat 0 -100px; width:12px; height:10px; display:block; text-indent:-9999px; margin:0 auto; }

/* =Timeline
-------------------------------------------------------------- */
.page .timeline .hentry { width:700px; float:none; }
.timeline #content #timeline { overflow:hidden; }
.timeline #content #timeline .viewport { float:left; width:460px; overflow:hidden; margin-right:20px; position:relative; }
.timeline #content #timeline .viewport ul.overview { margin:0; padding:0; list-style:none; position:absolute; left:0; top:0; }
.timeline #content #timeline .viewport ul.overview li.timeline-item { float:left; width:460px; display:block; overflow:hidden; }
.timeline #content #timeline .viewport ul.overview li.timeline-item img.attachment-post-thumbnail { display:block; float:right; margin:0 0 10px 10px; max-width:200px; }
.timeline #content #timeline .viewport ul.overview li.timeline-item h2,
.timeline #content #timeline .viewport ul.overview li.timeline-item h3 { clear:none; }

.timeline #content #timeline ul.pager { float:left; width:219px; margin:0; list-style:none; border-left:1px solid #EBEBEB; /*padding:30px 0;*/ padding:0; }
.timeline #content #timeline ul.pager li a { color:#000; font-family:"DINOT-Bold"; font-size:25px; display:block; padding:20px; text-decoration:none; }
.timeline #content #timeline ul.pager li a:hover { color:#CC0000; }
.timeline #content #timeline ul.pager li a.active { color:#FFF; background:#CC0000; }

/* =Slider
-------------------------------------------------------------- */
.page .slider .hentry { width:700px; float:none; }
.slider #content #slider { overflow:hidden; width:700px; position:relative; }

.slider #content #slider ul.steps { margin:0; list-style:none; padding:0; }
.slider #content #slider ul.steps li { float:left; }
.slider #content #slider ul.steps li a { color:#000; text-transform:uppercase; font-family:"DINOT-Bold"; font-size:22px; display:block; text-decoration:none; background:url(images/pager-default.png) no-repeat right 0; padding-right:15px; }
.slider #content #slider ul.steps li a span { color:#FFF; display:block; background:#999; padding:13px 20px 10px; height:24px; width:75px; text-align:center; }
.slider #content #slider ul.steps li a.step-active { color:#FFF; background:url(images/pager-active.png) no-repeat right 0; }
.slider #content #slider ul.steps li a.step-active span { background:#CC0000; }
.slider #content #slider ul.steps li a#step1 { position:relative; z-index:10; }
.slider #content #slider ul.steps li a#step2 { margin-left:-15px; }
.slider #content #slider ul.steps li a#step2 span { padding-left:30px; }

.slider #content .slide { width:700px; display:none; margin-top:1px; }
.slider #content .slide-active { display:block; }
.slider #content .slide h2 { position:absolute; top:10px; left:280px; color:#666; font-size:22px; }
.slider #content .slide .viewport { float:left; width:700px; height:280px; overflow:hidden; position:relative; background:#512F26; }
.slider #content .slide .viewport ul.overview { height:280px; margin:0; list-style:none; position:absolute; left:0; top:0; }
.slider #content .slide .viewport ul.overview li { width:700px; height:280px; float:left; display:block; overflow:hidden; }
.slider #content .slide .viewport ul.overview li img { float:right; margin:25px 25px 0 0; border:6px solid #FFF; }
.slider #content .slide .viewport ul.overview li h3 { clear:none; font-size:30px; color:#CC0000; margin:40px 0 15px 25px; }
.slider #content .slide .viewport ul.overview li .text { color:#FFF; margin:0 0 0 25px; line-height:15px; width:400px; }

.slider #content .slide ul.pager { list-style:none; margin:0; clear:both; height:70px; background:#999; }
.slider #content .slide ul.pager li { float:left; display:block; }
.slider #content .slide ul.pager li a { display:block; width:70px; height:70px; overflow:hidden; margin:0; border:none; position:relative; }
.slider #content .slide ul.pager li a img { border:none; position:absolute; top:0; left:-50%; max-width:none; z-index:1; }
.slider #content .slide ul.pager li a .overlay { width:70px; height:70px; position:absolute; top:0; left:0; z-index:10; background:rgba(0,0,0,0.5); }
.slider #content .slide ul.pager li a:hover .overlay,
.slider #content .slide ul.pager li a.active .overlay { background:none; }

.slider #content .slide .controls-wrapper { background:url(images/shadow-cacao.png) no-repeat center bottom; padding-bottom:15px; }
.slider #content .slide .controls { background:#CC0000; }
.slider #content .slide .buttons { display:block; margin:10px 0; float:left; font-size:18px; font-family:"DINOT"; color:#FFF; text-decoration:none; }
.slider #content .slide .next { float:right; }
.slider #content .slide .prev:before { content:""; background:url(images/sprite.png) no-repeat 0 -370px; display:block; width:13px; height:20px; float:left; margin:0 10px 0 30px; }
.slider #content .slide .next:before { content:""; background:url(images/sprite.png) no-repeat -50px -370px; display:block; width:13px; height:20px; float:right; margin:0 30px 0 10px; }
.slider #content .slide .disable { visibility:hidden; }


/* =200 ans
-------------------------------------------------------------- */
body { background:#333; }
#top { background:url(images/topbar-200.png) repeat-x 0 0; }
#search { background:#666; }
#search a { background:url(images/sprite200.png) no-repeat -60px -30px; }
#searchform #searchsubmit { background:url(images/sprite200.png) no-repeat -60px -30px; }

#main { border-color:#000; background:url(images/back-200.png) no-repeat center bottom; }

#footer { background:url(images/border-bottom-200.png) no-repeat center top; padding-top:5px; }
#site-info a { background:url(images/logo-bottom-200.png) no-repeat 0 0; }

ul.footer-nav li a:hover { color:#D39E46; }
ul.footer-nav li a.download:before { background:url(images/sprite200.png) no-repeat -60px -170px; }

.footer-bottom ul li a { color:#C8C8C8; } 

.footer-bottom ul li a#shop span { background:url(images/sprite200.png) no-repeat 0 -280px; }
.footer-bottom ul li a#love span { background:url(images/sprite200.png) no-repeat 0 -320px; }
.footer-bottom ul li a#pacts span { background:url(images/sprite200.png) no-repeat -80px -280px; }
.footer-bottom ul li a#pog span { background:url(images/sprite200.png) no-repeat -80px -320px; }

.footer-bottom ul li a#shop:hover span { background:url(images/sprite200.png) no-repeat -40px -280px; }
.footer-bottom ul li a#love:hover span { background:url(images/sprite200.png) no-repeat -40px -320px; }
.footer-bottom ul li a#pacts:hover span { background:url(images/sprite200.png) no-repeat -120px -280px; }
.footer-bottom ul li a#pog:hover span { background:url(images/sprite200.png) no-repeat -120px -320px; }

.social #contact { background:url(images/sprite200.png) no-repeat 0 -200px; }
.social #facebook { background:url(images/sprite200.png) no-repeat -50px -200px; }
.social #twitter { background:url(images/sprite200.png) no-repeat -100px -200px; }
.social #contact:hover { background:url(images/sprite200.png) no-repeat 0 -240px; }
.social #facebook:hover { background:url(images/sprite200.png) no-repeat -50px -240px; }
.social #twitter:hover { background:url(images/sprite200.png) no-repeat -100px -240px; }

/* =Habillage Transparence
-------------------------------------------------------------- */

#menu ul.menu li a.transparency { background-image:url(images/cabosse-transparence.png); color:#6FBFB5; background-repeat:no-repeat; background-position:10px 5px; padding-left:50px; }
#menu ul.menu li.hover a.transparency { background-position:10px -28px; color:#FFF; }


body { background:#333; }
#top { background:url(images/topbar-transparence.png) repeat-x 0 0; }
#search { background:#666; }
#search a { background:url(images/sprite-transparence.png) no-repeat -60px -30px; }
#searchform #searchsubmit { background:url(images/sprite-transparence.png) no-repeat -60px -30px; }

#main { border-color:#000; background:url(images/back-transparence.png) repeat center top; }
.logged-in.home #container { background:none; }
#container { background:#FFF; }

#footer { background:url(images/border-bottom-transparence.png) no-repeat center top; padding-top:5px; }
#site-info a { background:url(images/logo-bottom-transparence.png) no-repeat 0 0; }

ul.footer-nav li a:hover { color:#6FBFB5; }
ul.footer-nav li a.download:before { background:url(images/sprite-transparence.png) no-repeat -60px -170px; }

.footer-bottom ul li a { color:#C8C8C8; } 

.footer-bottom ul li a#shop span { background:url(images/sprite-transparence.png) no-repeat 0 -280px; }
.footer-bottom ul li a#love span { background:url(images/sprite-transparence.png) no-repeat 0 -320px; }
.footer-bottom ul li a#pacts span { background:url(images/sprite-transparence.png) no-repeat -80px -280px; }
.footer-bottom ul li a#pog span { background:url(images/sprite-transparence.png) no-repeat -80px -320px; }
.footer-bottom ul li a#triman span { background:url(images/triman.png) no-repeat; }

.footer-bottom ul li a#shop:hover span { background:url(images/sprite-transparence.png) no-repeat -40px -280px; }
.footer-bottom ul li a#love:hover span { background:url(images/sprite-transparence.png) no-repeat -40px -320px; }
.footer-bottom ul li a#pacts:hover span { background:url(images/sprite-transparence.png) no-repeat -120px -280px; }
.footer-bottom ul li a#pog:hover span { background:url(images/sprite-transparence.png) no-repeat -120px -320px; }
.footer-bottom ul li a#triman:hover span { background-position: 0 -31px; }

.social #contact { background:url(images/sprite-transparence.png) no-repeat 0 -200px; }
.social #facebook { background:url(images/sprite-transparence.png) no-repeat -50px -200px; }
.social #twitter { background:url(images/sprite-transparence.png) no-repeat -100px -200px; }
.social #contact:hover { background:url(images/sprite-transparence.png) no-repeat 0 -240px; }
.social #facebook:hover { background:url(images/sprite-transparence.png) no-repeat -50px -240px; }
.social #twitter:hover { background:url(images/sprite-transparence.png) no-repeat -100px -240px; }

/* =Content
-------------------------------------------------------------- */
.page .hentry { margin:0 20px 0 240px; width:460px; float:left; }
.page .fullwidth .hentry { width:700px; float:none; }
.page .status-private { width:700px; float:none; }
.page .single-attachment .hentry { width:700px; float:none; }

.not-found .entry-content { margin:0 20px 0 240px; width:700px; }

.blog .hentry { margin:0 20px 0 240px; width:700px; float:left; }
.search .hentry { margin:0 20px 0 240px; width:700px; float:left; }

.single .hentry { width:700px; margin:0 0 0 240px; }
.single #content h1 { margin-left:0; }

/* Kimple */
.kimple #container { width:1000px; }
.kimple #content .hentry { width:1000px; margin:0; }
.kimple #content h1.entry-title { margin-left:0; }

#content { margin-bottom:20px; overflow:hidden; }

#content input,
#content textarea {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 15px;
}
#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: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color:#000;
	line-height:1.2em;
	margin: 35px 0 15px 0;
	font-family:"DINOT-Bold";
	text-transform:uppercase;
}

#content h1 { color:#CC0000; font-size:30px; border-bottom:1px solid #EBEBEB; padding-bottom:15px; margin:0 0 15px 240px; }
#content h2 { font-size:25px; }
#content h3 { font-size:18px; }
#content .not-found h2 { color:#CC0000; font-size:30px; border-bottom:1px solid #EBEBEB; padding-bottom:15px; margin:0 0 15px 240px; }

#content .navigation { margin:0 0 15px 240px; }
#content .navigation a { color:#CC0000; }
#content .navigation a:hover { text-decoration:none; }

#content blockquote { position:relative; padding:20px 40px; font-family:"DINOT"; font-size:17px; display:inline-block; }
#content blockquote:before,
#content blockquote:after { font-family:Arial, Helvetica, sans-serif; font-size:45px; color:#CC0000; position:absolute; }
#content blockquote:before { content: 'â€œ'; left:0; top:20px; }
#content blockquote:after {	content: 'â€'; 	right: 5px; 	bottom: 10px; }
#content blockquote p { margin:0; }

#content blockquote.transparency { display:block; margin:50px 0 0 180px; }

#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: 12px;
	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;
}

.page-title {
	color:#CC0000;
	/*font-size:20px;
	margin: 0 0 36px 0;*/
}
.page-title span {
	color: #000;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #000;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #CC0000;
}

.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #CC0000;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.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 .attachment-post-thumbnail { float:left; margin:0 15px 15px 0; display:block; max-width:115px; height:auto; }
.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: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.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%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	line-height: 48px;
	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: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	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;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}

.entry-content .more { color:#CC0000; }
.entry-content .more:hover { text-decoration:none; }
.entry-content .more .meta-nav { display:none; }

/* Thickbox caption size */
#TB_caption { font-size:14px; height:auto !important; }

/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.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
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 99%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	max-width:99%;
	height:auto;
	margin-bottom:15px;
	/*background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;*/
	/*max-width: 632px !important;*/ /* prevent too-wide images from breaking layout */
	/*padding: 4px;
	text-align: center;*/
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	display:none;
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	/*margin: 0 auto;*/
}

.hentry img { max-width:99%; height:auto; }
.thickbox img { display:block; border:3px solid #FFF; }
.thickbox:hover img { border:3px solid #CC0000; }

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.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: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	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: 12px;
	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-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type="submit"] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#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: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 0 0 18px 0;
}
.widget-container .wp-caption img {
	margin: auto;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#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 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}

/* =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;
}


/* =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;
	}
}

/* IE HACKS */
.ie #pro a,
.ie #searchform #s,
.ie #menu ul.menu li a,
.ie ul.footer-nav li a,
.ie .footer-bottom ul li a,
.ie #slider a,
.ie #news .news-content h2,
.ie #news .news-content h3,
.ie #home-blocks a .block-content span,
.ie #page-menu ul.nav li a,
.ie #custom-readmore a,
.ie #content .wpcf7 form label,
.ie #content .wpcf7 form input.wpcf7-submit,
.ie .filemanager #content form label,
.ie .filemanager #content form input.submit,
.ie .filemanager #content ul#breadcrumb li a,
.ie .timeline #content #timeline ul.pager li a,
.ie .timeline #content .sliderContent .buttons,
.ie .slider #content #slider ul.pager li a,
.ie .slider #content .sliderContent .buttons,
.ie #content h1,
.ie #content h2,
.ie #content h3,
.ie #content h4,
.ie #content h5,
.ie #content h6,
.ie #content blockquote {
	filter: alpha(opacity=99);
}
.ie #menu ul.menu li a { font-size:17px; padding-left:12px; padding-right:12px; }
.ie #pro a { font-size:17px; }
.ie ul.footer-nav li a { font-size:17px; }
.ie .footer-bottom ul li a { font-size:15px; }
