/*
Theme Name: TOMBOLO
Author: Muriel Issard, Manuel Zenner and Ambroise Maupate
Description: Tombolo theme.
Version: 1.0
License: Private
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats

*/

/**
----- BASES
*/
a {
/*	color:				black;*/
	text-decoration:	none;
}
a:hover {

	/*color:				gray;*/
	text-decoration:	none;
}
a:active {
	color:				black;
	text-decoration:	none;
}

em {
	font-weight:		normal;
	font-style: 		italic;
}
.entry-content a {
	text-decoration:	underline;
}
.entry-content a:hover {
	text-decoration:	none;
}

.clearfloat {
	float:				none;
	clear:				both;
}

hr {
	border:				none;
	border-top:			1px solid #4B2DC4;
}

.entry-content hr {
	border:				none;
	border-top:			1px solid #4B2DC4;

	margin:				10px 0;
}
/* =Structure
-------------------------------------------------------------- */
body {
	margin:		0;
	padding:	0;
}

body,
a,
.single-post .entry-content > p,
.page .entry-content > p {
/* 	color:			#261a7d; */
/* 	color:			#263ebd; */

	color:			#4B2DC4;
}

#page {
	display: 	block;
	width:		100%;

	font-family:	Helvetica, Arial, sans-serif;

	position:		relative;
}
#primary {
	float: left;
	margin: 0px 0 0 0px;
	width: 100%;
}
#content {
	margin: 0;
}
#main .widget-area {
	float: right;
	overflow: hidden;
	width: 220px;
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);

	display:		none;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Header
-------------------------------------------------------------- */

#site-title {
	font-size: 		12px;
	font-weight: 	bold;
	letter-spacing:	0.05em;
	position: 		absolute;
	top:			0px;
	right: 			12px;
	text-align: 	center;
	text-transform:	uppercase;
	width: 			100px;
	z-index:		999;

}
#site-title a {
	display:		block;
	width:			100px;
	height:			100px;

	background-image:	url("images/tombolologo.png");
	background-position: 0 -100px;
	background-repeat:	no-repeat;

	text-indent:	-9999px;
}
#site-title a:hover {
	background-position: 0 0px;
}
#site-description {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1em;
}

h1, h2, h3, h4, h5, h6, strong {
	font-size:	12px;
	margin: 	0px;

	-moz-column-break-after:	avoid;
	-webkit-column-break-after:	avoid;
	column-break-after:	avoid;
}

p, li {
	font-size:	10pt;
}

/**
  * ---------------- Strates
  */
section{
	margin:			0;
	position:		relative;
}

header.strate-header {
	margin:			0;
	width:			200px;
}
header.strate-header h1 {
	margin:					0 5px 0 10px;
	font-size:				12px;
	text-transform:			uppercase;
	letter-spacing:			0.05em;
	background-repeat:		no-repeat;
	background-position:	0 3px;

	padding:		10px 0px 0px 0px;
	width:			100px;
}
section.flux .strate-header h1{
	padding-left:	0px;
	width:			200px;
/*	background-image:		url("images/ligneflux.svg");*/
}
section.meta .strate-header h1 {

	margin-left:	10px;
	padding-left:	20px;
	width:			180px;
	background-image:		url("images/ligneflux.svg");
}
section.entrevue .strate-header h1 {

	padding-left:	30px;
	margin-left:	30px;
	width:			155px;

	background-image:		url("images/lignemeta.svg");
}
section.beauregard .strate-header h1 {

	padding-left:	30px;
	margin-left:	60px;
	width:			130px;

	background-image:	url("images/ligneentrevue.svg");

	background-position:	0 1px;
/*	background-image:	url("images/lignebeauregard.svg");*/
	height: 		30px;
}


/**
  *  ------------------ Menu
  */

#access {
	background: #eee;
	display: block;
	float: left;
	margin: 0 auto 1em;
	width: 100%;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	display: block;
	line-height: 2em;
	padding: 0 1em;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #dedede;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #dedede;
}
#access ul ul a:hover {
	background: #cecece;
}
#access ul li:hover > ul {
	display: block;
}


/* =Content
-------------------------------------------------------------- */


.loader,
.home_loader {
	position: 		fixed;
	top: 			18px;
	left: 			50%;
	margin-left: 	110px;
}
.loader img,
.home_loader img {
	width:		15px;
	height:		15px;
}
.loader object,
.home_loader object {
	width:		15px;
	height:		15px;

	-moz-transform: 		scale(1,1);
    -webkit-transform: 		scale(1,1);
    -o-transform: 			scale(1,1);
    -ms-transform: 			scale(1,1);
    transform: 				scale(1,1);
    -moz-transform-origin: 		top left;
    -webkit-transform-origin: 	top left;
    -o-transform-origin: 		top left;
    -ms-transform-origin: 		top left;
    transform-origin: 			top left;
}

.sticky {
}
.entry-meta {
	clear: both;
	display: block;
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {

	margin-top: 20px;
	position: absolute;
	right: 20px;
	text-align: right;
	top: 50%;
	width: 30px;
	z-index: 9999;

}
#content nav .nav-next {

	margin-top: 20px;
	position: absolute;
	left:			20px;
	top:			50%;
	width: 			30px;
	z-index:		9999;

}
.nav-previous a,
.nav-next a {
	display:		block;
	font-size:		12px;
	padding:		5px 10px;

	font-weight: 	bold;
}
.single-post #content nav .nav-next,
.category #content nav .nav-next {

}

#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}

.entry-content iframe {
	max-width:		300px;
	max-height:		200px;
}

/**
 * Home page layout
 */
.home .entry-summary p {
	text-align:			center;
	font-size:			50px;
	line-height:		1.2em;
	font-weight:		bold;
	z-index:			9999;

	padding:			0px 100px;
	margin:				0;
}
	.home .entry-summary p a {
		display:		block;
	}
.home article {
	position:			relative;
	margin:				2em 0;
	min-height:			250px;
}
.home article img.random-image {
	position:			absolute;
	z-index:			999;
	left:				50%;
	top:				50%;

	max-height:			400px;
	width:				auto;
	display:			none;
}
.home .entry-date {
	display:			none;
}
.home .entry-header {

	background:			transparent !important;
}
.home h1.entry-title {

	font-family: 		"Times New Roman", Times;
	font-weight: 		bold;
	text-align:			center;
	font-size:			18px;
	line-height:		1.5em;
	margin:				0;

}

/**
 * ---------------- Single Page Layout
 */
.single-post article,
.archive article,
.page article {
	margin:					20px 0 -60px 0;
}

.single-post article.post,
.archive article.post,
.page article.post {

	min-height:				200px;
}

.single-post .entry-header {
	position:				relative;
	margin:					0px 100px;
	padding:				5px 0px;
	display:				block;
}
.contact-link,
.single-post .entry-title,
.archive .entry-title,
.page .entry-title  {

	font-family: 			"Times New Roman", Times;
	font-size:				14px;
	letter-spacing:			0.05em;
	font-weight: 			bold;
}
.single-post .entry-author,
.archive  .entry-author {
	font-family: 			Helvetica, Arial;
	font-weight:			normal;
	font-size:				13px;
}

.single-post .entry-content,
.page .entry-content {

	height:					60%;
	position:				relative;

	-moz-column-width:		300px;
	-webkit-column-width:	300px;
	-ms-column-width:		300px;
	column-width:			300px;

	-moz-column-gap:		2.5em;
	column-gap:				2.5em;
	-ms-column-gap:				2.5em;
	-webkit-column-gap:		2.5em;

	overflow-x:				auto;
	overflow-y:				auto; /* En attendant que Firefox resolve le bug */

	font-size:				13px;
	line-height:			15pt;
	letter-spacing: 		0.04em;
	margin:					0px 100px 60px 100px;
	padding:				10px 0px;

/*	border-top:				2px black solid;*/
	z-index:				99;
/*	width:					auto !important;*/

	-webkit-overflow-scrolling: touch;

	clear:both;
	display:none;
}


.single-post .entry-content > p,
.page .entry-content > p {
	font-size:		12pt;
	font-weight:	bold;
	padding:		0;
/*	max-width:		400px;*/
/*	width:			400px;*/
	text-indent:	30px;

/* 	color:			#571B7e; */
/* 	color:			#3d1f70; */
/*	color:			#151B54;*/

	margin:			0;
}

.single-post .entry-content > p.le-big-corps,
.page .entry-content > p.le-big-corps {
	font-size: 40pt;
	line-height: 1.1;
}


.single-post .entry-content > p.huge,
.page .entry-content > p.huge{
	overflow-x:				visible;
	overflow-y:				visible; /* En attendant que Firefox resolve le bug */
	font-size: 640pt;

}

#minuscule{
position: absolute;
width: 2000px;
z-index: 100;
font-size: 7pt;
font-family:Courier;
	}

#minusculeimg{
display:none;
	}


#flotte{
top:45%;
position: absolute;
width: 86000px;
z-index: 100;
font-size: 390pt;
font-family:Times;
	}

#flotteimg
{
top:1%;
left:1px;
position: absolute;
z-index: 100;
	max-width:					2500px;
	max-height:					2000px;
	height:						auto;
	width:						auto;
overflow: visible;

	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;

}

#flotteimg img
{

	max-width:					1026px;
	max-height:					2000px;
	height:						auto;
	width:						auto;

}

article .entry-content h1 {
	-webkit-column-break-before:	always;
	-moz-column-break-before:		always;
	page-break-before:				always;
	-ms-column-break-before:		always;
	column-break-before:			always;

	-o-column-break-before:		always;

	text-transform:			uppercase;
	text-decoration:		none;

/* 	text-align: 	right; */
	text-align: 	left;
	font-family: 	"Times New Roman", Times;
/* 	font-family: 	'Righteous', cursive; */
/* 	font-family: 	'Francois One', sans-serif; */
/* 	font-family: 	'Happy Monkey', cursive; */
/* 	font-size:		14pt; */
	font-size:		9pt;
	font-style: 	normal;
	letter-spacing: 0.2em;
	line-height: 	1.4em;
/*	color:			#151B54;*/
/* 	color:			#571B7e; */
	margin:			1em 0 0.3em 30px;
	padding:		0;

/* 	border-bottom: 	1px dotted #4B2DC4; */
	padding-bottom: 0px;
/* 	padding-left:	2em; */
}
blockquote {
	margin:			1em 0;
	padding-left:	30px;
	font-family: 	"Times New Roman", Helvetica, Arial;
	font-weight: 	normal;
}
blockquote p, blockquote a{
	font-size:		11.7pt;
	line-height: 	15pt;
/* 	letter-spacing: 1px; */
}
.column {
	padding: 0 7px;
}
.single-post .entry-content img,
.page .entry-content img
{
	max-width:					250px;
	max-height:					200px;
	height:						auto;
	width:						auto;

	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;

}
/*.single-post .entry-content .wp-caption-text,
.category .entry-content .wp-caption-text {
	width:					190px;
	padding:				5px;
}*/

.single-post div.entry-date {
	display: block;
	font-size: 12px;
	height: 80px;
	left: 170px;
	margin-top: 5px;
	overflow: hidden;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 16px;
}

.archive-dropdown {
	position:				absolute;
	top:					-1px;
	left:					50%;
	margin-left:			-265px;

	z-index:				999;
}

.archive .video {
	display:				none;
}
/**
 * Commentaires
 */

.single-post #comments,
.archive #comments,
.page #comments {
	display:				none;
}

.entry-comment-count {
	position: relative;
	/* margin: 5px 00px; */
	/* top: 0px; */
	/* right: 0; */
	font-size: 12px;
	z-index: 9999;
	float: right;
}
.commentlist {
	padding:				0;
	list-style:				none;
}
article.comment {
	margin:					0 !important;
}
article.comment footer {
	margin:					0 !important;
}
article.comment a {
	text-decoration:		none;
}
.comment-author {
	text-decoration:		underline;
}
.comment-meta {
	font-size:				11px;
}
.comment-content p{
	text-indent:			20px;
	margin:					0 0 10px 0;
}
article.comment .reply {
	display:				none;
}
.edit-link {
	margin:					0 100px;
}
.form-allowed-tags {
	display:				none;
}
ol.footnotes {
	padding:				0;
	padding-left:			30px;
	margin:					0;
}
ul.footnotes {
	padding:				0;
	padding-left:			30px;
	margin:					0;
}


/* ----------------------
 * Space for strates menu
 * ---------------------- */
.home article,
.single article,
.article-wrapper,
.no-results {
	margin-left:			110px; /* Reserve la place pour les strates */
}

.no-results {
	margin-left:			110px !important; /* Reserve la place pour les strates */
}

/* Entry header */
.archive article .entry-header,
.single-post article .entry-header {

	background-repeat:		repeat-x;
	background-position:	left bottom;
	background-size: 		7px 5px;
	padding-bottom: 		10px;
}

.flux article .entry-header,
.archive article.category-flux .entry-header,
.category-flux .entry-header {
	/* -------------------------------------------------
	for IE
	--------------------------------------------------*/
	background-image:		url("images/motif_flux_new.png");
	/* -------------------------------------------------
	for moderns
	--------------------------------------------------*/
	background-image:		url("images/motifs_flux.svg");
	background-size: 		7px 5px;
}
.meta article .entry-header,
.archive article.category-meta .entry-header,
.category-meta .entry-header {
	/* -------------------------------------------------
	for IE
	--------------------------------------------------*/
	background-image:		url("images/motif_meta_new.png");
	/* -------------------------------------------------
	for moderns
	--------------------------------------------------*/
	background-image:		url("images/motifs_meta.svg");
	background-size: 		5px 5px;
}
.entrevue article .entry-header,
.archive article.category-entrevue .entry-header,
.category-entrevue .entry-header {
	/* -------------------------------------------------
	for IE
	--------------------------------------------------*/
	background-image:		url("images/motif_entrevue.png");
	/* -------------------------------------------------
	for moderns
	--------------------------------------------------*/
	background-image:		url("images/motifs_entrevue.svg");
	background-size: 		11px 5px;
}
.beauregard article .entry-header,
.archive article.category-beauregard .entry-header,
.category-beauregard .entry-header {
	/* -------------------------------------------------
	for IE
	--------------------------------------------------*/
	background-image:		url("images/motif_beauregard.png");
	/* -------------------------------------------------
	for moderns
	--------------------------------------------------*/
	background-image:		url("images/motifs_beauregard.svg");
	background-size: 		10px 5px;
}
.archive .beauregard article .entry-header {
	background:				transparent;
}
/* Entry header */
.home .entry-header,
.home .archive article .entry-header,
.home .single-post article .entry-header {
	background-image:		none !important;
	background-repeat:		repeat-x;
	background-position:	left bottom;
	padding-bottom:			0px;
}

/**
 * Category / Date layout
 */
.archive article{
	float:					left;
	width:					21%;

	margin:					0px 2%;
	position:				relative;
}
.archive .beauregard article{
	float:					left;
	width:					29%;

	margin:					0px 2%;
	position:				relative;

	display:				none;
}
.search .article-wrapper,
.archive .article-wrapper,
.error404 .article-wrapper {
	padding:				20px 100px;
}
.search .article-wrapper {
	-moz-column-width:		250px;
	-webkit-column-width:	250px;
	-ms-column-width:		250px;
	column-width:			250px;

	-moz-column-gap:		1em;
	column-gap:				1em;
	-ms-column-gap:			1em;
	-webkit-column-gap:		1em;

	overflow-x:				auto;
	overflow-y:				hidden;

	padding-left: 			0px;
	margin-left: 			210px;
	margin-right: 			120px;
}
.archive .excerpt-image {
	max-height:				200px;
	width:					auto !important;
}
.archive .entry-title {
	margin:					0 10px 0px 0;
	float:					left;
}
.archive time.entry-date {
	font-size: 12px;
	margin-left: -20px;
	margin-top: -25px;
	padding: 3px 0;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 13px;
}
.category-archive-meta,
.date-archive-meta {
	display:				none;
}
.archive .entry-content {

	overflow-x:				hidden;
	overflow-y:				visible;

	font-size:				12px;
	line-height:			16px;
	padding:				10px 0px;
	letter-spacing:			0.02em;

/*	border-top:				2px black solid;*/
}
body.category-beauregard .entry-content {
	border:					none;
}



/**
--------- SEARCH Layout
*/

.search header.page-header,
.archive header.page-header  {
	margin: 				0 121px 0 226px;
	border-bottom:			2px solid #4B2DC4;
}
.search header.page-header{
	margin: 				0 121px 0 219px;

}
.search article {
	margin:					0 10px 20px 10px;
	width:					200px !important;
	font-size:				12px;
	line-height:			16px;
	letter-spacing:			0.02em;

	column-break-inside:			avoid;
	-moz-column-break-inside:		avoid;
	-webkit-column-break-inside:	avoid;
	-ms-column-break-inside:		avoid;
}
.search .author-name {
	font-style:				italic;
}
.search .category-name {
	text-transform:			uppercase;
}

/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under 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-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}

/**
 * -------------- Légendes d'images
 */
.wp-caption {
	padding: 		0;
	margin:			5px 0px;
	text-align: 	left;

	max-width:		230px !important;
	cursor:			move;

	/* position relative make image disappear at Scrolling */
}
/*body.category-beauregard .wp-caption {
	padding: 		0;
	margin:			5px 0px;
	text-align: 	left;

	max-width:		324px !important;

	cursor:			move;
}*/
.wp-caption img {
	margin: 			0;
	display:			block;
	cursor:				move;
}
/*.beauregard .wp-caption img {
	margin: 			0;
	display:			block;
	cursor:				move;
	max-height:			400px;
	width:				auto;
}*/
.wp-caption .wp-caption-text {
	margin:				-5px 0 0 0;
	padding: 			10px;

	width:				200px;
	background-color:	#000;
	color:				#FFF;
	display:			none;

	font-size:			11px;
	letter-spacing:		0.04em;
	z-index:			999;

}
.wp-caption:hover {
	display:			block;
}
.gallery-caption {

}
.wp-smiley {
	margin: 0;
}

.zoomed-image {
	background-color: 	black;
	left: 				50%;
	padding: 			20px;
	position: 			fixed;
	top: 				50%;
	z-index: 			9997;
}
.zoomed-image img {
	width:			auto;
	height:			auto;
/*	max-height:		90%;*/
/*	top:			0;*/

	cursor:			pointer;
}
.zoomed-image .close-button {
	position:		absolute;
	top:			0px;
	left:			0px;
}
.zoomed-image .close-button a {
	display:		block;
}
.zoomed-image .wp-caption-text {
	position:			absolute;
	left: 				0;
	padding: 			20px;
	top: 				0;
	z-index: 			9998;
	display:			none;
	color:				#FFF;
	font-size:			11px;
	letter-spacing:		0.04em;
	line-height:		15px;
}
.zoomed-image:hover .wp-caption-text {
	display:		block;
}

/**
 * -------------------------- Notes de bas de page
 */
ul li.footnote,
ul li.illusfootnote,
.footnotes li,
.footnotes li,
.footnotes li a {
	font-family: 		"Times New Roman", Times;
	font-size:			13px !important;
	letter-spacing:		0.03em;
	line-height: 		15pt;
	color: #666;
}
.footnotes li a,
h3.footnote,
hr.footnote {
	color: #333;
	border-color: #333;
}
ol.footnotes {

	color: #666;
}
a.footnote-link {
	font-weight:		bold;
	text-decoration:	underline;
	font-size:			11px;

	display:			inline-block;
	padding:			0px 4px;

	text-indent:		0px;
}
.footnote-identifier-link {
	cursor:				e-resize;
}
.footnote-back-link {
	cursor:				w-resize;
}


/* =Forms
-------------------------------------------------------------- */

input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
label {
	column-break-after:				avoid;
	-moz-column-break-after:		avoid;
	-webkit-column-break-after:		avoid;
	-ms-column-break-after:			avoid;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;

	column-break-inside:			avoid;
	-moz-column-break-inside:		avoid;
	-webkit-column-break-inside:	avoid;
	-ms-column-break-inside:		avoid;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}


/**
 * -------=Footer
 */

#colophon {
	padding: 25px 0 0 0;
}
.about {
	left: 50%;
	position: absolute;
	top: 0;
	margin-left: 140px;
}
.about p{
	margin: 		5px 20px 5px 0px;
	text-align: 	right;
	font-size:		12px;
	letter-spacing:	0.03em;
	display:        inline-block;
}

/*
--------- SEARCH Form
*/
div#search {
	position:		absolute;
	width:			200px;
	left:			50%;
	top:			0px;

	margin-left:	-100px;
	z-index:		9999;
}
div#search #searchform {
	position:		relative;
}
input[type="text"], div#search #s {
	font-size:		10px;
	font-color:		#AAA;
	text-align:		center;

	border:			1px solid #4B2DC4;
	padding:		2px 5px;
	width:			188px;

	column-break-inside:			avoid;
	-moz-column-break-inside:		avoid;
	-webkit-column-break-inside:	avoid;
	-ms-column-break-inside:		avoid;
}
div#search #searchsubmit {
	display:		none;
}

#searchform label {
	position:		absolute;
}