/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Curioos-arts custom theme
   v1.0
   License: Curioos all rights reserved
*/

/*
	style
*/

body
{
	font-family: Trebuchet MS, sans-serif;
	font-size: 12px;
	background-color: white;
	color: #222;
}

h2, h3
{
	font-size: 17px;
	font-weight: bold;
	color: #888;
	text-transform: uppercase;
	margin: 15px 0 15px 0;
}

a
{
	text-decoration: none;
	color: #888;
}

a:hover
{
	color: #222;
}

a:visited ,
a:hover, 
a:focus, 
a:link,
a:active 
{ 
  outline: 0;
}

a.link.blue
{
	color: #547af0;
}

a.link:hover
{
	color: #222;
}

.visibilityHidden
{
	visibility: hidden;
}

.bold
{
	font-weight: bold;
}

.justify
{
	text-align: justify;
}

.ml-10
{
	margin-left: 10px;
}

.mb-10
{
	margin-bottom: 10px;
}

.mb-20
{
	margin-bottom: 20px;
}

.blue
{
	color: #547af0;
}

/*
	template
*/

.wrap
{
	width: 990px;
	margin: 0 auto;
}

.content
{
	margin-left: 180px;
	overflow: hidden;
}

.loading
{
	padding-left: 15px;
}

.pageNav
{
	visibility: hidden;
}

.button
{
	display: inline-block;
	height: 29px;
	padding: 0 15px;
	line-height: 29px;
	color: white;
	font-weight: bold;
	font-size: 16px;
}

a.button:hover,
#d_clip_button.hover 
{
	color: white;
	background-color: #222;
	cursor: pointer;
}

.button.gray
{
	background-color: #878787;
}

.button.blue
{
	background-color: #547af0;
}

.button.desactivated
{
	background-color: #ececec;
	color: white;
}

a.button.desactivated:hover
{
	background-color: #ececec;
	color: white;
	cursor: default;
}

/*
	header
*/

header
{
	height: 30px;
	padding: 30px 5px 0 0;
}

header ul
{
	position: relative;
	z-index: 5;
	float: right;
}

header ul li
{
	float: left;
	margin-left: 10px;
}

/*
	nav
*/

nav {
    width: 180px;
    float: left;
}

nav.scroll
{
	position: fixed;
	top: 15px;
}

nav .section
{
    padding-bottom: 8px;
    border-bottom: 7px solid #F2F2F2;  
}

nav .descInvit
{
    font-family: Georgia, Sérif;
    font-size: 14px;
    font-style: italic;
    color: #777777;
	text-align: justify;
	line-height: 1.2em;
}

nav .descInvit a
{
    color: #547af0;
}

nav .descInvit a:hover
{
    color: #222;
}


nav .nbFollowers {
    margin: 7px 0;
    font-family: Georgia, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-style: italic;
    color: #808CB1;
    padding: 8px 8px;
    background: #E7EDFF url(http://static.tumblr.com/95zbz3d/dhAmgo8d1/bg_followers.png) 145px 8px no-repeat;
}

nav .nbFollowers span {
    display: block;
    margin-top: 3px;
    font-size: 12px;
    font-weight: bold;
}

nav .bt_submit
{
    display: block;
    width: 100%;
    height: 46px;
    margin: 8px 0;
    background: url(http://static.tumblr.com/95zbz3d/GKwmgo8dx/bt_submit_tumblr.png) left top no-repeat;
}

nav .bt_submit:hover
{
    background-position: left bottom;
}

 nav .bt_shop{
    display: block;
    width: 100%;
    height: 60px;
    margin-top: 8px;
    background: url(http://static.tumblr.com/c2ack3i/WEumgo8m5/bt_shop_tumblr.png) left top no-repeat;
} 

nav .links
{
    padding-top: 4px;
}

nav .links a
{
    font-size: 17px;
    font-style: italic;
    font-weight: bold;
    color: #888;  
    text-decoration: none;
    display: inline-block;
    font-family: Helvetica, sans-sérif;
}

nav .links a.blue
{
    color: #547af0;
}

nav .links a:hover
{
    color: #222;
}

nav .links .sep
{
    display: inline-block;
    width: 25px;
    height: 11px;
    background: url(http://static.tumblr.com/c2ack3i/KxDmgo8mu/bg_sep.png) 12px center no-repeat;
}

/* OLD

nav
{
	width: 180px;
	float: left;
	font-size: 17px;
	font-weight: bold;
}

nav.scroll
{
	position: fixed;
	top: 15px;
}

nav ul
{
	padding: 0 0 3px 0;
	border-bottom: 7px solid #f2f2f2;
}

nav ul li > a
{
	display: block;
	padding: 4px 5px;
}

nav ul li > a:hover
{
	background-color: #f2f2f2;
}

nav ul li h1 > a
{
	padding: 0;
}

nav ul li h1 > a:hover
{
	background-color: white;
}

nav ul li .tumblr-curioos
{
	color: #222;
	font-style: italic;
	text-align: center;
	border-bottom: 7px solid #f2f2f2;
	padding-bottom: 3px;
	margin-bottom: 3px;
}

nav ul li .tumblr-curioos a
{
	font-style: italic;
}

.nbFollowers
{
	margin: 7px 0;
	font-family: Georgia, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: #808cb1;
	padding: 8px 8px;
	background-color: #e7edff;
}

.nbFollowers span
{
	display: block;
	margin-top: 3px;
	font-size: 12px;
	font-weight: bold;
}

*/

/*
	article
*/

.item
{
	width: 250px; /*345px*/
	padding: 0 0 15px 15px;
	float: left;
	background: white;
}

.item figure a img
{
	width: 250px; /*345px*/
}

.item-page
{
	width: 500px;
	margin: 0 0 15px 15px;
	padding: 0 0 5px 0;
	float: left;
}

.item-page figure
{
	border-bottom: solid 7px #f2f2f2;
}

.item-page figure a img
{
	width: 500px;
}

.item-page figure figcaption
{
	padding: 15px 0;
}

article figure figcaption
{
	padding: 8px 3px;
}

article figure figcaption p
{
	line-height: 1.2em;
}

article ul
{
	padding: 2px 0 8px 0;
	border-bottom: solid 7px #f2f2f2;
	position: relative;
}

article ul li
{
	display: inline-block;
	padding: 0 3px;
}

article ul li.profile a
{
	display: inline-block;
	width: 69px;
	height: 20px;
	background: url(http://static.tumblr.com/c2ack3i/Btumgo8o8/bt_profile_65.png) left top no-repeat;
}

article ul li.profile a span
{
	display: none;
}

article ul li.profile a:hover
{
	background-position: left bottom;
}

article ul li.reblog a
{
	display: inline-block;
	width: 65px;
	height: 20px;
	background: url(http://static.tumblr.com/c2ack3i/bM0mgo8oy/bt_reblog_65.png) left top no-repeat;
}

article ul li.reblog a span
{
	display: none;
}

article ul li.reblog a:hover
{
	background-position: left bottom;
}

article ul li.share a
{
	display: inline-block;
	width: 65px;
	height: 20px;
	background: url(http://static.tumblr.com/c2ack3i/J53mgo8pb/bt_share_65.png) left top no-repeat;
}

article ul li.share a span
{
	display: none;
}

article ul li.share a:hover
{
	background-position: left bottom;
}

article ul li.pinterest a
{
	display: inline-block;
	width: 57px;
	height: 20px;
	background: url(http://static.tumblr.com/c2ack3i/dtAmgo8pw/bt_pinterest.png) left top no-repeat;
}

article ul li.pinterest a span
{
	display: none;
}

article ul li.pinterest a:hover
{
	background-position: left bottom;
}

article ul li.buy a
{
	display: inline-block;
	width: 39px;
	height: 20px;
	background: url(http://static.tumblr.com/c2ack3i/Ln8mgo8qb/bt_buy.png) left top no-repeat;
}

article ul li.buy a span
{
	display: none;
}

article ul li.buy a:hover
{
	background-position: left bottom;
}

article ul li.notes
{
	position: absolute;
	right: 0;
	bottom: 41px;
	background-color: white;
	padding-left: 10px;
}

/*
	permalink page
*/

.side-meta
{
	width: 275px;
	margin: 0 0 0 540px;
}

.side-meta .pagination
{
	width: 190px;
	margin: 0 0 25px 0;
	overflow: hidden;
}

.side-meta .pagination li
{
	height: 16px;
}

.side-meta .pagination .prev
{
	padding-left: 20px;
	background: url(http://static.tumblr.com/c2ack3i/PmTmgo8st/ico-prev.png) left top no-repeat;
	float: left;
}

.side-meta .pagination .next
{
	padding-right: 20px;
	background: url(http://static.tumblr.com/c2ack3i/MhYmgo8t5/ico-next.png) right top no-repeat;
	float: right;
}

.side-meta .info li
{
	margin: 0 0 10px 0;
}

.side-meta .info li.like
{
	margin: 20px 0;
}

.twitter-share-button
{
	margin-right: 5px;
	position: relative;
	top: 6px;
}

nav .twitter-share-button
{
	margin: 0;
	position: relative;
	top: -1px;
}

.side-meta .info li.twitter-facebook
{
	margin: 5px 0 15px 0;
}

.side-meta .tags 
{ 
	overflow: hidden; 

}

.side-meta .tags li {
	float: left;
	display: inline;
	margin: 0 5px 5px 0;
	line-height: 1;
}

.side-meta .tags li a {
	float: left;
	display: inline;
	padding: 5px 7px 6px;
	background: #d6d6d6;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #666;
}

.side-meta .tags li a:hover {
	-webkit-transition-property: background;
	-webkit-transition-duration: 1s;
	color: #fff;
	border: none;
}

.side-meta .posted
{
	height: 14px;
	padding: 2px 0 0 20px;
	background: url(http://static.tumblr.com/c2ack3i/1TLmgo8tt/ico-posted.png) left top no-repeat;
}

.side-meta .notes
{
	height: 14px;
	padding: 2px 0 0 20px;
	background: url(http://static.tumblr.com/c2ack3i/bKnmgo8u5/ico-notes.png) left top no-repeat;
}

.side-meta .permalink
{
	height: 14px;
	padding: 2px 0 0 20px;
	background: url(http://static.tumblr.com/c2ack3i/obgmgo8uj/ico-permalink.png) left top no-repeat;
}

#notes
{
	margin-top: 15px;
}

.notes_header
{
	overflow: hidden;
}

#toggle_notes
{
	float: left;
	margin: 3px 0 0 5px;
	padding: 0 0 0 20px;
	text-transform: uppercase;
}

.ico-shownotes
{
	background: url(http://static.tumblr.com/c2ack3i/J51mgo8uz/ico-shownotes.png) left -3px no-repeat;
}

.ico-hidenotes
{
	background: url(http://static.tumblr.com/c2ack3i/3CNmgo8vh/ico-hidenotes.png) left -3px no-repeat;
}

.notes_header h3
{
	float: left;
	padding: 0 6px 0 0;
	margin: 0;
	border-right: 1px solid #f2f2f2;
}

ol.notes {
	padding: 0px;
	margin: 5px 0px;
	list-style-type: none;
	border-bottom: solid 1px #f2f2f2;
	display: none;
}

ol.notes li.note {
	border-top: solid 1px #f2f2f2;
	padding: 5px 0;
}

ol.notes li.note img.avatar {
	vertical-align: -4px;
	margin-right: 10px;
	width: 16px;
	height: 16px;
}

ol.notes li.note span.action {
	font-weight: bold;
}

ol.notes li.note .answer_content {
	font-weight: normal;
}

ol.notes li.note blockquote {
	border-color: #f2f2f2;
	padding: 4px 10px;
	margin: 10px 0px 0px 25px;
}

ol.notes li.note blockquote a {
	text-decoration: none;
}

/*
	infinite scroll
*/

.tumblrAutoPager_page_info,
.tumblrAutoPager_page_separator
{
	display: none;
}

#infscr-loading 
{ 
  z-index: 3;
  position: fixed;
  left: 40%;
  bottom: 40px;
  width: 250px;
  height: 70px;
  padding: 10px;
  background: #000; 
  opacity: 0.8;
  color: #FFF;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

#infscr-loading img
{ 
  float: left;
}

#infscr-loading div
{ 
  margin: 30px 0 0 75px;
}


/*
	about
*/

.about
{
	font-family: Georgia;
	color: #333;
	/*background: url(../img/bg_about.png) center 5px no-repeat;*/
}

.about .lettrine
{
	float: left;
	margin-bottom: 25px;
}

.about p
{
	font-size: 16px;
	margin-bottom: 30px;
	text-align: justify;
}

.about .strong
{
	clear: both;
	text-align: center;
}

.about .strong strong
{
	font-size: 20px;
	font-weight: bold;
}

input, 
button, 
select 
{ 
	vertical-align: middle;
}

button:hover, 
button:focus, 
button:active 
{ 
	cursor: pointer;
	outline:none;
} 

button::-moz-focus-inner{
    border:0;
}

input[type="text"], 
input[type="password"]
{
	width: 372px;
	height: 45px;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	border: 3px solid #d5d5d5;
	background: #f7f7f7;
	font-family: Georgia, sans-serif;
	font-size: 20px;
	color: #222222;
	line-height: 45px;
}

input:focus
{
	background: #e7edff;
}

.backgroundInputFocus
{
	background-color: #e7edff;
}

input.inputError, 
div.inputError
{
	border: 3px solid #ff254c;
}

.aboutForm h2
{
	padding-bottom: 5px;
	font-size: 20px;
	color: #557bf1;
	border-bottom: 8px solid #f2f2f2;
	text-transform: none;
	text-align: center;
	margin: 0 0 25px 0;
}

.aboutForm p
{
	margin: 0;
	text-align:center;
}

.aboutForm .titleInput
{
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	color: #888;
	font-weight: bold;
	margin: 0;
	text-align:center;
}

.visibilityHidden
{
	visibility: hidden;
}

.aboutForm .styleError
{
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #ff254c;
	padding-top: 2px;
}

.aboutForm .websiteDescription
{
	font-size: 14px;
	margin: 5px 0 0 0;
	color: #888;
}

.aboutForm .button
{
	display: inline-block;
	width: 170px;
	height: 40px;
	border: 0;
	color: white;
	font-size: 24px;
	font-weight: bold;
	background: #557bf1;
	margin-top: 30px;
	font-family: Georgia, sans-serif;
}

.aboutForm .wrap
{
	width: 500px;
	padding: 0 0 15px 0;
	font-weight: bold;
	font-size: 14px;
	color: #888;
	text-align: center;
}
.aboutForm .button:hover
{
	background: #222;
}

#ask_form
{
	height: 200px;
}

/*
	shadow-quiz
*/

.backgroundShadow
{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 14;
	background-color: black;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	display: none;
}

.shadow
{
	position: absolute;
	z-index: 15;
	display: none;
}

.shadow.survey
{
	width: 550px;
	padding: 24px;
	background: white url(http://static.tumblr.com/c2ack3i/RHYmgo8wp/popin-survey.png) left top no-repeat;
}

.shadow.survey .help-us
{
	width: 308px;
	margin-top: 200px;
	font-size: 16px;
	line-height: 1.2em;
}

.shadow.survey .action
{
	margin-top: 30px;
}

.shadow.submit
{
	width: 400px;
	padding: 20px;
	background: white;
	border: 7px solid #ECECEC;
}

.shadow.submit .close
{
	display: inline-block;
	width: 12px;
	height: 11px;
	background: url(http://www.curioos.com/Content/Img/crossBanner.png) left top no-repeat;
	position: absolute;
	right: 15px;
	top: 15px;
}

.shadow.submit .title
{
	margin: 0 0 25px 0;
}

.shadow.submit .close:hover
{
	background-position: left bottom;
}

.shadow.submit .profileData
{

}

.shadow.submit .profileData span
{
	display: inline-block;
	width: 90px;
}

.shadow.submit .profileURL
{
	font-size: 20px;
	margin-bottom: 30px;
	border: 1px solid #ECECEC;
	padding: 10px;
}

.shadow.submit input[type="text"]
{
	height: auto;
	line-height: 20px;
}

.shadow.submit .profileURL input[type="text"]
{
	width: 100px;
}

.shadow.submit .profileData input[type="text"]
{
	width: 255px;
}

.shadow.submit .next
{
	position: absolute;
	right: 20px;
	bottom: 15px;
}