/*
Theme Name: SPL BLOG
Author: the Clarisoft team
*/


/* Import fonts */

@font-face
{
font-family: Avenir55Roman;
src: url('fonts/avenir-55-roman-latin-1.ttf');
}


@font-face
{
font-family: Avenir95Black;
src: url('fonts/avenir-95-black-latin-1.ttf');
}

@font-face
{
font-family: Avenir85Heavy;
src: url('fonts/avenir-85-heavy-latin-1.ttf');
}

@font-face
{
font-family: Avenir65Medium;
src: url('fonts/avenir-65-medium-latin-1.ttf');
}

@font-face
{
font-family: Avenir35Latin;
src: url('fonts/avenir-35-light-latin-1.html');
}


@font-face
{
font-family: AvenirNextDemi;
src: url('fonts/avenir-next-demi-sc-latin-1.ttf');
}

@font-face
{
font-family: AvenirNextMedium;
src: url('fonts/avenir-next-medium-latin-1.ttf');
}



/* =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 {
	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;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
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 {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Images */
.alignleft {
	float: left;
    margin-bottom: 15px;
    margin-right: 15px;
    margin-top: 15px;
}
.alignright {
	float: right;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
    margin-bottom: 15px;
    margin-top: 15px;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.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: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.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;
	font-size: 0.857142857rem;
	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%;
}

/* Header */

body header.site-header {
    width: 1020px;
    height: 131px;
    margin: 0 auto;
    border-bottom: solid 12px #771C7D;
}

h1.site-title {
    font-family: Avenir95Black;
    font-size: 48px;
    line-height: 131px;
    float: right;
    margin-right: 45px;
}
h1.site-title a {
    text-decoration: none;
    color: #ffffff;
}

/* Header Menu */

#site-navigation {
    width: 200px;
    margin-left: 10px;
    padding-top: 0px;
    float: left;
}

hgroup { 
    float: right;
}

ul.nav-menu li a {
    font-family: Avenir95Black;
    font-size: 11px;
    text-decoration: none;
    color: #ffffff;
    line-height: 25px;
    text-transform: uppercase;
}

ul.nav-menu li a:hover {
    color: #ededed;
}

.wrapper {
    width: 960px;
    margin: 0 auto;
}

/* Footer */

footer#colophon {
    background-color: #ECECEA;
    width: 1020px;
    margin: 0 auto;
    height: 71px;
    position: relative;
    margin-top: 20px;
}

footer#colophon div.menu-main-menu-container {
    width: 500px;
    position: absolute;
    top: 20px;
    left: 10px;
}

ul.nav-menu-footer li {
    display: inline;
    padding: 0;
    margin: 0;
}

ul.nav-menu-footer li a {
    text-decoration: none;
    font-family: Avenir95Black;
    color: #46462C;
    font-size: 10px;
    line-height: 8px;
    padding: 0;
    margin: 0;
    border-right: 1px solid #46462C;
    padding-right: 5px
}

ul.nav-menu-footer li.menu-item-13 a {
    border-right: none;
}

ul.nav-menu-footer li.menu-item-13 {
    border-right: none;
}

.copy {
    font-family: Avenir65Medium;
    font-weight: lighter;
    color: #47472D;
    font-size: 10px;
    position: absolute;
    top: 45px;
    left: 10px;
}

#footer-logo {
    position: absolute;
    right: 50px;
    bottom: 10px;
}

/* Posts Page */

footer.entry-meta a {
    font-family: Avenir65Medium;
    font-size: 12px;
}

.format-status .entry-header header h1 {
    color: #771C7D;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Avenir95Black;
}
.format-status .entry-header header h2 a {
    text-decoration: none;
    font-family: Avenir65Medium;
    font-size: 12px;
    padding: 5px 0;
}
article.post p {
    margin-bottom: 10px;
}

.format-link header {
    color: #771C7D;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Avenir95Black;
}

article.post ol {
    list-style: decimal;
    margin: 0 30px;
}

article.post ul {
    list-style: disc;
    margin: 0 30px;
}

#secondary {
    width: 300px;
    float: right;
    margin-right: 20px;
    padding-top: 15px;
}

#primary {
    width: 620px;
    float: right;
    margin-left: 20px;
    margin-top: 30px;
}

#site-logo {
    margin-bottom: 20px;
}

.post-nav {
    font-family: Avenir65Medium;
    color: #46462C;
}

.post-nav a {
    color: #46462C;
}

/* Headings and paragraphs*/

h1.entry-title {
    font-family: Avenir95Black;
    text-transform: uppercase;
    font-size: 24px;
    color: #771C7D;
}

h1.entry-title a {
    color: #771C7D;
    text-transform: uppercase;
    text-decoration: none;
}

h3 {
    font-family: Avenir95Black;
    font-size: 14px;
    color: #771C7D;
}

.widget_text h3.widget-title {
    font-family: Avenir95Black;
    font-size: 14px;
    color: #771C7D;
    font-style: italic;
    margin: 30px 0 0 10px;
    padding: 0;
}

.textwidget p {
    margin-left: 10px;
}

.italic {
    font-style: italic;
}

p, ol, ul {
    font-family: Avenir65Medium;
    font-weight: lighter;
    color: #46462C;
    line-height: 25px;
    font-size: 14px;
}

.widget-title {
    margin: 30px 0 20px 10px;
    font-size: 16px;
    color: #46462C;
}

.VideoCaption {
    margin-left: 10px;
    font-style: italic;
    margin-top: 15px;
    font-size: 12px;
}

/* Misc */

.screen-reader-text {
    display: none;
}

form#searchform {
    margin: 0 10px;
}

#videosidebar-2 object {
    margin-left: 10px;
}

#secondary aside {
    margin-bottom: 30px;
}

#social-container {
    height: 92px;
    width: 295px;
    background-image: url('images/social-bkg.jpg');
    position: relative;
}

ul#social-custom {
    height: 30px;
    position: absolute;
    top: 30px;
}

ul#social-custom li {
    display: inline-block;
    height: 30px;
    margin-right: 19px;
}

#popular-widget-2 {
    width: 295px;
}

.pop-layout-v {
    padding: 5px;
    background-color: #F6F6F4;
    
}

#pop-widget-recent-2, #pop-widget-comments-2, .wp-tag-cloud {
    background-color: #ffffff;
}

ul#pop-widget-tabs-2 li a {
    font-family: Avenir65Medium;
    color: #48482E;
    text-transform: uppercase;
    font-size: 10px;
    background: #F6F6F4;
}

ul#pop-widget-tabs-2 li a.active {
    background: #ffffff;
}

div.pop-inside ul li .pop-title {
    font-family: Avenir65Medium;
    color: #47472D;
    font-size: 12px;
}

div.pop-inside ul li {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

div.pop-inside ul li a {
    font-family: Avenir65Medium;
    font-weight: lighter;
    color: #46462C;
    line-height: 25px;
    font-size: 14px;
}

.no-margin {
    margin: 0 !important;
}

.the-author {
    font-size: 12px;
}

.date-custom {
    width: 100px;
    height: 40px;
    float: left;
    color:#46462C;
}

.day {
    float: left;
    font-family: Avenir95Black;
    font-size: 42px;
}

.month {
    float: left;
    clear: right;
    text-transform: uppercase;
    font-family: Avenir65Medium;
    line-height:  22px;
}

.year {
    float: left;
    font-family: Avenir65Medium;
    line-height:  15px;
}

.title-owner {
    width: 480px;
    float: left;
}

.post {
    padding: 10px;
    border: 1px solid #DDDDDD;
    background-color: #F6F6F4;
    margin-bottom: 20px;
}

.attachment-post-thumbnail {
    padding: 10px;
    border: 1px solid #DDDDDD;
    max-width: 575px;
    margin: 0 15px 15px 0;
    background-color: #ffffff;
    float: left;
}

.single .attachment-post-thumbnail {
    float: none;
    clear: both;
}

.full .attachment-post-thumbnail {
    float: left;
    margin-right: 30px;
}

.post-edit-link {
    font-family: Avenir65Medium;
}

.wrap-posts {
    position: relative;
    height: 550px;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.half {
    width: 280px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
}

.second-left 
{
    right: 0;
    left: auto;
}

.half .title-owner {    
    width: auto;
}



.half .title-owner h1.entry-title {
    font-size: 12px;
}

.half .title-owner {
    float: none;
    margin-bottom: 10px;
}

.half .the-date {
    font-family: Avenir95Black;
    text-transform: uppercase;
}

.author_profile {
    width: 598px;
    height: 132px;
    border: 0;
    background-image: url('images/bio-bkg.jpg');
}

.author_profile img {
   width: 99px;
   height: 99px;
   border: 3px solid #ffffff;
   margin: 13px 15px;
   float: left;
}

.author_profile p {
    padding-top: 10px;
    line-height: 20px;
    color: #ffffff;
}

#comments {
    background-color: #F6F6F4;
    border: 1px solid #DDDDDD;
    padding: 10px;
    margin-top: 20px;
}

h2.comments-title {
    font-family: Avenir95Black;
    font-size: 18px;
    color: #771C7D;
    margin: 15px 0 25px 0;
}

.avatar {
    float: left;
    margin-right: 25px; 
}

.fn {
    font-family: Avenir95Black;
    font-size: 12px;
    color: #46462C;
    text-transform: capitalize;
}

article.comment {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #D6D6D6;
}

.comment-meta {
    width: 80%;
    float: left;
}

.comment-content {
    width: 70%;
    float: left;
}
 
.comment-reply-link {
    text-decoration: none;
    color: #771C7D;
    font-family: Avenir95Black;
    font-style: italic;
    font-size: 13px;
}

.reply {
    float: right;
}

.comment-author a time {
    color: #878787;
    margin-left: 5px;
    text-transform: uppercase;
    font-family: Avenir65Medium;
    font-size: 12px;
}

.comment-author a {
    text-decoration: none;
}

.comment-form-comment label {
    vertical-align: top;
}

#respond {
    margin-bottom: 10px;
}

ol.children {
    margin-left: 5%;
}

.form-allowed-tags {
    background-color: #ffffff;
}

.required {
    color: red;
}

#submit {
    background-color: #47492B;
    border-radius: 6px;
    color: #ffffff;
    border: none;
    padding: 5px;
}

label {
    
}

input[type='text'] {
    border-radius: 3px;
    border: none;
    border: 1px solid #EEEEEE;
    height: 20px;
    z-index: 1;
}

textarea {
    border-radius: 3px;
    border: none;
    border: 1px solid #EEEEEE;
    line-height: 24px;
}

.comment-form-email, .comment-form-author, .comment-form-url, .comment-form-comment, .comment-form-comment { position: relative; }

.comment-awaiting-moderation { clear: both; }

#searchform div {
	position: relative;
	height: 24px;
	width: 220px;
}

#searchform  div #s {
	height: 20px;
	width: 200px;
	border: 1px solid #719AC7;
	border-radius: 5px;
	padding-left: 5px;
	padding-right: 20px;
}

#searchform div #searchsubmit {
	position: absolute;
	top: 0;
	margin-top: 4px;
	right: 0;
	background-color: transparent;
	border: none;
	background-image: url('images/search.jpg');
	background-repeat: no-repeat;
	width: 14px;
	height: 16px;
	color: transparent;
}

.page-header h1.page-title {
    font-family: Avenir95Black;
    font-size: 30px;
    color:#46462C;
    margin-bottom: 15px;
}

.page-header h1.page-title span {
    color: #771C7D;
    text-decoration: underline;
}

h1.archive-title {
    font-family: Avenir95Black;
    font-size: 30px;
    color: #46462C;
    margin-bottom: 15px;
}

aside#categories-2 {
    width: 140px !important;
    margin-right: 10px;
    float: left !important;
    clear: left;
}

aside#categories-2 h3 {
    margin-top: 5px;
}

#placeyoutubevideowidget-2 div {
    margin-left: 10px;
}

aside#archives-2 select {
    margin-left: 5px;
}

#cat {
    margin-left: 10px;
}

aside#archives-2 {
    width: 140px !important;
    margin-left: 10px;
    float: left !important;
    clear: right;
}

aside#archives-2 h3 {
    margin-top: 5px;
}

select {
    border: 1px solid #719AC7;
    border-radius: 3px;
}

/* Navigation */

#nav-below {
    height: 50px;
    background-color: #F6F6F4;
    padding: 10px;
    border: 1px solid #DDDDDD;
    font-family: Avenir65Medium;
}

#nav-below-single {
    background-color: #F6F6F4;
    padding: 10px;
    border: 1px solid #DDDDDD;
    font-family: Avenir65Medium;
}

#nav-below div a {
    color: #46462C;
}

#the-social-link-widget-2 a {
	margin-left: 12px;
}

#popular-widget-2 .pop-layout-v {
	margin-left: 10px;
}





