/*
Theme Name: Twenty Twelve
Theme URI: http://www.seaven-studio.com
Author: Dereck
Author URI: https://twitter.com/Dereck_n_Rawl
Description: Variation on the TwentyTwelve Theme.
Version: 0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html


/* =Reset
-------------------------------------------------------------- */

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%;
	vertical-align: baseline;
}
body {
	background-image:url(http://www.seaven-studio.com/wp-content/themes/twentytwelve/images/bg_seaven.png);
	background-repeat:repeat;
	background-attachment:fixed;
	background-color:#2c3432;
	overflow:visible;
}

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;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
}

a:focus {
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
}

sub,
sup {
}

small {
	font-size: smaller;
}

img {
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.inside-wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.inside-wrapper:before,
.inside-wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-weight: bold;
	color: #636363;
}

.widget-title {
	color:#37413f;
	font-size:28px;
	font-family:appleberry;
}

.widget-title-grey {
	color:#37413f;
	font-size:28px;
	font-family:appleberry;
}

.widget-title-blue {
	color:#02a8dc;
	font-size:28px;
	font-family:appleberry;
}

.video-title {
	margin-top:-10px;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
}
button,
input {
    line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 6px 10px;
	font-size: 11px;
	font-weight: normal;
}

.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.comment-content img,
.widget img,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 0px;
	box-shadow: 0px rgba(255, 255, 255, 1);
}

.entry-content img {
		box-shadow: 2px 2px rgba(37, 180, 225, 1);
}

.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	padding-top: 24px;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 14px;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 14px;
	color:#37413f;
	font-family:Verdana, Geneva, sans-serif;
	letter-spacing:1px;
}

a {
	text-decoration:none;
	color: #02a8dc;
}
a:hover {
	color: #02a8dc;
}


/* Page structure */
.site {
		margin: 0 auto;
		width: 1000px;
		overflow: hidden;
}

.wrapper {
	background-color:#37413f;
	background-image:url(http://www.seaven-studio.com/wp-content/themes/twentytwelve/images/logo_bg_top.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-attachment:local;
}

.inside-wrapper {
	background-image:url(http://www.seaven-studio.com/wp-content/themes/twentytwelve/images/logo_bg_bottom.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-attachment:local;
}

.widget-area {
	float: right;
	width:218px;
	margin-right:23px;
	margin-top:23px;
	margin-bottom:23px;
	padding-left:23px;
	padding-right:23px;
	padding-top:23px;
	word-wrap: break-word;
	hyphens: auto;
	background-color:#fff;
	box-shadow: 4px 4px rgba(37, 180, 225, 1);
	border-radius:30px;
	text-align:justify;
}

/* Header */

.layout {
width:1000px;
margin-top:44px;
margin-left:auto;
margin-right:auto;
margin-bottom:30px;
background-image:url(http://www.seaven-studio.com/wp-content/themes/twentytwelve/images/shadow_layout.png);
background-position:12px 12px;
background-repeat:no-repeat;
}

.overflowing-bg {
   position: relative;
   background-color: transparent;
}
.overflowing-bg::before {
  	content: " ";
  	position: absolute;
  	z-index: -1;
  	width:1012px;
	height:1422px;
	background-image:url(http://www.seaven-studio.com/wp-content/themes/twentytwelve/images/shadow_layout.png);
	background-position:12px 12px;
	background-repeat:no-repeat;
}

.site-header {
	height:210px;
}

.banner {
 height:166px;
}


@font-face {
	font-family: appleberry;  
	src: local('appleberry'), 
		url("appleberry.ttf") format('truetype');  
	font-weight: normal;  
}


/* Navigation Menu */
.main-navigation {
	font-family: 'appleberry', Arial, sans-serif;
	background-color:#02a8dc;
	text-align: center;
	font-size:32px;
	height:44px;
}
.main-navigation li {
	color: #2c3432;
	width:200px;
	float:left;
}
.main-navigation a {
	color: #2c3432;
	width:200px;
}
.main-navigation a:hover {
	color: #02a8dc;
	background-color: #2c3432;
	width:200px;
}
.main-navigation ul,
.main-navigation div > ul {
		display: inline-block !important;
		text-align: center;
		width: 1000px;

}
.main-navigation ul.toggled-on,
.menu-toggle {
	display: inline-block;
}
	.main-navigation ul {
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
		white-space: nowrap;
		position: relative;
	}

	.main-navigation li ul {
		display: none;
		position: absolute;
		top: 100%;
		z-index: 1;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		display: block;
	}
	.main-navigation li ul li a {
		display: block;
		padding: 8px 10px;
		white-space: normal;
	}
	.main-navigation li ul li a:hover {
	}
	
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
	}

/* Banner */

/* Sidebar */
.widget-area .widget {
	hyphens: auto;
	margin-bottom: 23px;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 10px;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
}

.widget-area .widget p {
	margin-bottom: 24px;
}
.widget-area .textwidget ul {
	list-style:none;
	margin: 0 0 24px;
}
.widget-area .textwidget li {
	margin-left: 36px;
}
.widget-area .widget a {
	color: #02a8dc;
}
.widget-area .widget a:hover {
	color: #02a8dc;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer {
	clear: both;
	font-size: 12px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
}
footer a {
	color: #02a8dc;
}
footer a:hover {
	color: #02a8dc;
}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {

}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
}
.entry-header {
	font-family: 'appleberry', Arial, sans-serif;
	font-size: 32px;
	font-weight: normal;
	color:#37413f;
}
 .entry-title {
	font-family: 'appleberry', Arial, sans-serif;
	font-size: 32px;
	font-weight: normal;
	color:#37413f;
	background-image:url(http://www.seaven-studio.com/wp-content/themes/twentytwelve/images/title_band.png);
	background-repeat:no-repeat;
	background-position:0px 16px;
	margin-bottom:0px;
}

.entry-header .entry-title a {
	font-family: 'appleberry', Arial, sans-serif;
	text-decoration: none;
	color:#37413f;
}
.entry-header .entry-format {
	margin-top: 24px;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	font-size: 14px;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	color: #757575;
	font-size: 14px;
	margin-bottom: 24px;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 20px 0;
}

.twitter-content {
	font-size:12px;
	list-style-position:inside;
	list-style-image:url(http://www.seaven-studio.com/wp-content/themes/twentytwelve/images/list_ico.png);
	padding-bottom:10px;
	-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
text-align:left;
}

.entry-content h1,
.comment-content h1 {
	font-size: 21px;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-family: 'appleberry', Arial, sans-serif;
	font-size:20px;
	color:#02a8dc;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 14px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;	line-height: 1.5;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;	line-height: 1.5;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
	list-style-image:url(http://www.seaven-studio.com/wp-content/themes/twentytwelve/images/list_ico.png);
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	padding: 24px;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-size: 12px;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	font-size: 12px;	line-height: 1.5;
margin: 24px 0;
	overflow: auto;
	padding: 24px;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;	line-height: 1.5;
	margin: 0 0 24px;
}
img.alignleft {
	margin: 6px 23px 6px 0;
}
img.alignright {
	margin: 6px 0 6px 23px;
}
img.aligncenter {
	margin-top: 12x;
	margin-bottom: 12px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
}
.entry-content dd,
.comment-content dd {	line-height: 1.5;
margin-bottom: 24px;
}
.entry-content table,
.comment-content table {
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin: 0 0 24px;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	margin: 24px 0;
}
.entry-content td,
.comment-content td {
	padding: 6px 10px 6px 0;
}

.date-content {
	font-family: 'appleberry', Arial, sans-serif;
	font-size:20px;
	color:#02a8dc;
	margin-top:-4px;
	margin-bottom:8px;
}

.site-content article {
	margin-top:23px;
	margin-bottom:19px;
	margin-left:23px;
	margin-right:23px;
	padding-left:23px;
	padding-right:23px;
	padding-top:28px;
	padding-bottom:6px;
	word-wrap: break-word;
	hyphens: auto;
	background-color:#fff;
	background-image:url(http://www.seaven-studio.com/wp-content/themes/twentytwelve/images/corner_post.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-attachment:local;
	box-shadow: 4px 4px rgba(37, 180, 225, 1);
	border-radius:30px;
	text-align:justify;

}
.page-links {
	clear: both;	line-height: 1.5;
}
footer.entry-meta {
	margin-top: 24px;
	font-size: 14px;
	line-height: 1.846153846;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	padding-bottom: 22px;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	margin-top: 22px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	background: #d2e0f9;
}
article.format-aside p {
	font-size: 14px;
	line-height: 1.846153846;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 14px;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	float: right;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	line-height: 1.6;
	font-style: normal;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	color:#FFFFFF;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
}
.comments-area article header {
	margin: 0 0 48px;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
}
.comments-area article header cite {
	font-style: normal;
	line-height: 1.42857143;
}
.comments-area article header time {	line-height: 1.5;
text-decoration: none;
	font-size: 12px;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: normal;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	padding: 2px 5px;
	font-size: 10px;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 14px;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {	line-height: 1.5;
margin-bottom: 24px;
}

/* Comment form */
#respond {
	margin-top: 48px;
}
#respond h3#reply-title {
	font-family:appleberry;
	color:#FFFFFF !important;
	font-size: 16px;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	font-family:appleberry;
	color:#FFFFFF !important;
	margin-left: 10px;
	font-weight: normal;
	font-size: 12px;
}
#respond form {
	margin: 24px 0;
}
#respond form p {
	margin: 11px 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
}
#respond form label {
	display: block;	line-height: 1.5;
}
#respond form input[type="text"],
#respond form textarea {
	box-sizing: border-box;
	font-size: 12px;	line-height: 1.5;
padding: 10px;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}

#commentform {
 color:#FFFFFF !important;
}

.form-allowed-tags {
 color:#FFFFFF !important;

}

/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	font-size: 14px;
	list-style-type:none;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
}
.widget_rss li {
	margin: 12px 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	font-size: 11px;
	margin-left: 12px;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 14px;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 14px;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
}

/* =Classes particulieres
----------------------------------------------- */


	.site-content {
		float: left;
		width:713px;
		min-height:1200px;
	}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
	}