/*
Theme Name: aurel32
Author URI: www.aurel32.net
Author: Aurelien Jarno
Version: 1.0
*/

/* 
 * Fonts 
 */
@font-face {
	font-family: 'Quicksand';
	font-style: normal;
	font-weight: 400;
	src: local('Quicksand Regular'), local('Quicksand-Regular'), url(quicksand.woff) format('woff');
}

@font-face {
	font-family: 'Quicksand';
	font-style: normal;
	font-weight: 700;
	src: local('Quicksand Bold'), local('Quicksand-Bold'), url(quicksand-bold.woff) format('woff');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans'), local('OpenSans'), url(opensans.woff) format('woff');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: local('Open Sans Bold'), local('OpenSans-Bold'), url(opensans-bold.woff) format('woff');
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 400;
	src: local('Open Sans Italic'), local('OpenSans-Italic'), url(opensans-italic.woff) format('woff');
}

/* 
 * General 
 */
html {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	overflow-y: scroll;
}

body {
	background-color: #eeeeee;
	color: #222222;
	margin: 0;
	min-width: 550px;
}

a {
	color: #4478e1;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Quicksand', sans-serif;
	letter-spacing: -1px;
	line-height: 1.3;
}

h1 {
	font-size: 23px;
	margin: 30px 0 15px;
}

h2 {
	font-size: 20px;
	margin: 27px 0 12px;
}

h3 {
	font-size: 17px;
	margin: 24px 0 9px;
}

h4 {
	font-size: 14px;
	margin: 21px 0 6px;
}

h5 {
	font-size: 11px;
	margin: 18px 0 3px;
}

h6 {
	font-size: 08px;
	margin: 15px 0 0px;
}

b,
strong {
	font-weight: bold;
}

p {
	margin: 0 0 24px;
}

code,
kbd,
samp,
pre {
	font-family: monospace, serif;
	font-size: 12px;
	hyphens: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}
nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	padding-right: 2px;
	width: 270px;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

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

caption {
	font-size: 16px;
	margin: 20px 0;
}
th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

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

hr {
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}

.clear {
	clear: both;
}

.screen-reader-text {
        clip: rect(1px, 1px, 1px, 1px);
        position: absolute !important;
}

.screen-reader-text:focus {
        background-color: #f1f1f1;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        clip: auto !important;
        color: #21759b;
        display: block;
        font-size: 14px;
        font-weight: bold;
        height: auto;
        line-height: normal;
        padding: 15px 23px 14px;
        position: absolute;
        left: 5px;
        top: 5px;
        text-decoration: none;
        width: auto;
        z-index: 100000; /* Above WP toolbar */
}


/* 
 * Search form 
 */
.search-form {
	overflow: hidden;
}	
.search-form .search-field {
	color: #333333;
	background-color: #ffffff;
	border-radius: 5px 5px;
}

/* 
 * Navigation bar 
 */
.navbar {
	font-family: 'Quicksand', sans-serif;
	font-weight: bold;
	background-color: #222222;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
}
.navbar .bloginfo {
	font-size: 18px;
	display: block;
	float: left;
	position: relative;
	line-height: 50px;
	padding: 0 10px 0 40px;
	border-right: 1px solid #111111;
}
.navbar ul {
	font-size: 15px;
	list-style: none;
	line-height: 50px;
	margin: 0;
}
.navbar li {
	display: block;
	float: left;
	position: relative;
	padding: 0 10px;
	border-right: 1px solid #111111;
	border-left: 1px solid #333333;
}
.navbar a {
	color: #999999;
	text-decoration: none;
}
.navbar .bloginfo a,
.navbar a:hover,
.navbar a:focus,
.navbar .current-menu-item a {
	color: #ffffff;
}
.navbar .current-menu-item {
	background-color: #000000;
}
.navbar .search-form {
	display: block;
	float: right;
	position: relative;
	margin: 12px 10px;
}
.navbar .search-form .search-field {
	border: none;
	font-size: 14px;
	position: relative;
	float: right;
	height: 26px;
	width: 130px;
	padding: 0 5px;
}
.navbar .search-form .search-submit {
	background-image: url(search-icon.png);
	background-color: transparent;
	background-repeat: no-repeat;
	color: transparent;
	border: none;
	width: 26px;
	height: 26px;
	margin-right: 5px;
	position: relative;
	float: left;
	cursor: pointer;
}

/* 
 * Main area 
 */
.content-area {
	clear: both;
	padding: 5px 10px;
}
@media (min-width: 800px) {
	.content-area {	
		padding: 5px 10%;
	}
}
.content-area .search-form .search-field {
	font-size: 15px;
	border: 1px solid #999999;
	width: 80%;
	height: 30px;
	padding: 0 10px;
}
.content-area .search-form .search-submit {
	background-image: url(search-icon.png);
	background-color: transparent;
	background-repeat: no-repeat;
	color: transparent;
	border: none;
	width: 26px;
	height: 26px;
	margin-left: 5px;
	cursor: pointer;
}

/* 
 * Content 
 */
.content {
	background-color: #ffffff;
	box-shadow: 0 1px 2px #999999;
	border-radius: 10px 10px;
	margin: 30px 0;
	padding: 15px;
}

.content .entry-title {
	color: #333333;
	font-family: 'Quicksand', sans-serif;	
	font-weight: bold;
	font-size: 30px;
	letter-spacing: -1px;
	text-align: left;
	padding-bottom: 10px;
	border-bottom: solid 1px #999999;
}
.content .entry-title a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
.content .entry-title a:hover,
.content .entry-title a:focus {
	text-decoration: underline;
}
.content .entry-date {
	background-color: #4478e1;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	display: block;
	float: right;
	position: relative;
	padding: 5px;
	margin: 2px;
	border-radius: 5px 5px;
}
.content .entry-cat ul {
	font-weight: bold;
	font-size: 12px;
	list-style: none;
	margin: 0;
}
.content .entry-cat li {
	background-color: #999999;	
	display: block;
	float: right;
	position: relative;
	padding: 5px;
	margin: 2px;
	border-radius: 5px 5px;
}
.content .entry-cat a {
	color: #ffffff;
	text-decoration: none;
}

.content .entry-content,
.content .entry-summary {
	margin: 15px 0;
}
.content .entry-content code,
.content .entry-content kbd,
.content .entry-content pre,
.content .entry-content samp {
	text-align: left;
	overflow: hidden;
}

.content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.content p {
	text-align: justify;
}

/* 
 * Pager 
 */
.pager:before,
.pager:after {
	clear: both;
}
.pager div {
	display: inline;
	max-width: 45%;
}
.pager div>a {
	font-weight: bold;
	display: inline-block;
	padding: 10px 30px;
	background-color: #ffffff;
	box-shadow: 0 1px 2px #999999;
	border-radius: 10px;
}
.pager div>a:hover,
.pager div>a:focus {
	text-decoration: none;
	background-color: #eeeeee;
}
.pager .previous {
	float: left;
	position: relative;
}
.pager .previous a:before {
	content: "← ";
}
.pager .next {
	float: right;
	position: relative;
}
.pager .next a:after {
	content: " →";
}


/* Footer */
.footer {
	padding-top: 30px;
	clear: both;
}

.footer .widget {
	text-align: left;
	font-size: 10px;
}

.footer .icons {
	height: 24px;
}

.footer .icons img {
	border: 0;
	float: right;
	margin-right: 10px;
}

.footer ul {
	padding-bottom: 6px;
}

.footer ul li {
	display:inline;
	padding: 0 10px 0 14px;
}

.footer ul li.left {
	padding-left: 0;
	background:none;
}

.footer ul li a {
	color:#a8c7ec;
}

.footer ul li a:hover,
.footer ul li.current_page_item a {
	color:#ffffff;
}

/* Comment Form */
#commentform p {
	padding-bottom: 12px;
}

#commentform input.field {
	float: left;
	margin-right: 10px;
	width: 200px;
	height: 14px;
	padding: 2px 3px;
}

#commentform label {
	display: block;
	font-size: 11px;
	line-height: 20px;
}

#commentform textarea {
	height: 120px;
	margin-bottom: 10px;
	padding: 3px 5px;
}

#commentform input.btn {
	width: 120px;
	height: 25px;
	cursor: pointer;
	font-size: 12px;
}

h3#respond,
h3#comments {
	font-size: 20px;
	padding-bottom: 10px;
}


/* Comment Closed */
p.nocomments {	
	font-weight: bold;
	font-style: italic;
}

/* Comment List */
.commentlist li {
	margin-bottom: 10px;
	padding: 10px;
	overflow: hidden;
}

.commentlist li.odd {
	background-color:#f2f2f2;
}

.commentlist li.even {
	background-color:#e1e1e1;
}

.commentlist li img.photo {
	float: left;
	margin: 0 10px 5px 0;
	border:#ccc 1px solid;
	padding: 2px;
}

.commentlist li p img {
	display: inline;
}

.commentlist li p {
	padding-bottom: 8px;
}

.commentlist li p.commentmetadata {	
	font-size: 11px;
	padding-bottom: 5px;
}
	
.footer .credits {
	font-size: 10px;
	margin-top: 35px;
}
.footer .credits a {
	color: #A8C7EC;
}

/*Custom style*/
s {
	color: #000000;
}
.sticky {
	background-color: #f9f9f9;
	padding: 10px;
	margin-bottom: 10px;
}

.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}

.wp-caption img {
	margin: 5px 5px 0;
}

.wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888888;
	font-size: 12px;
}

.bypostauthor {
}

img {
	margin: 0;
	max-width: 600px;
	height: auto;
}

.gallery-caption {
	color: #888888;
	font-size: 12px;
	margin: 0 0 12px;
}

#gallery-1 dl {
	 padding: 0;
}

#gallery-1 dl dt {
	 font-weight: bold;
	 padding: 0;
}
		
#gallery-1 dl dd {
	 padding: 0 0 5px 10px;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
        margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
        margin: 5px 10px 5px 0;
}

img.alignright {
        margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
        margin: 5px 0 5px 10px;
}

img.aligncenter {
        margin: 5px auto;
}

img.alignnone {
        margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
        color: #220e10;
        font-size: 18px;
        font-style: italic;
        font-weight: 300;
}

img.wp-smiley,
.rsswidget img {
        border: 0;
        border-radius: 0;
        box-shadow: none;
        margin-bottom: 0;
        margin-top: 0;
        padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
        list-style-position: inside;
}

/* 
 * Images 
 */
.size-thumbnail {
	margin-right: 8px;
	display: inline;
}
.attachment-post-thumbnail {
	float: left;
	padding: 0 10px 10px 0;
}				
	
.wp-caption img,
.wp-caption embed {
	max-width: 580px;
}

.wp-caption {
	max-width: 600px;
}

