/*
Theme Name: 	Blank
Theme URI: 		n/a
Description:
Version: 		1.0
Author: 		Luke Snowden
Author URI: 	http://www.purposemedia.co.uk
Tags:
*/


/* ----------------------------------------------------------------------------------------------------------
01 WordPress Core -------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
div.latest-articles div.articles {
	background: #EDEDED;
	height: 500px;
}
div.wordpress-blog.wordpress-wrapper {
	background: #fff;
}
div#category-header {
	padding: 20px 0;
}

div.category-dropdown div.default.text, 
div.archive-dropdown div.default.text {
	color: #000!important;
	font-weight: bold;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

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

a img.alignnone {
    margin: 5px 20px 20px 0;
}

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

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

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

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

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

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

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* ----------------------------------------------------------------------------------------------------------
Paging Styling ----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------
Comments Styling ----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

#comments {
	clear: both;
}

#comments .navigation {
	padding: 0 0 18px 0;
}

h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}

h3#comments-title {
	padding: 24px 0;
}

#comments ol,
.single-post .nineCol #comments ul {
	padding:0;
}

#comments ol li {
	list-style:none;
}

.commentlist {
	list-style: none;
	margin: 0;
}

.commentlist li.comment {
	line-height: 24px;
	margin: 0 0 24px 0;
	position: relative;
}

.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}

#comments .comment-body p:last-child {
	margin-bottom: 6px;
}

#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}

.commentlist ol {
	list-style: decimal;
}

.commentlist .avatar {
	width:100% !important;
}

.comment-author {

}

.left-comment,
.right-comment {
	display:inline;
	float:left;
}

.left-comment {
	width:15%;
}

.right-comment {
	width:80%;
	margin-left:5%;
}

.comment-author cite {

	margin:10px 10px 0 10px;
	text-align:center;
	display:block;
}

.children .comment-author cite {
	color:#fff;
}

.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}

.comment-meta a:link,
.comment-meta a:visited {
	color: #444444;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
}

.children .comment-meta a:link,
.children .comment-meta a:visited {
	color: #fff;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
}

.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}

.commentlist .even {
}

.commentlist .bypostauthor {
}

.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}

.reply a,
a.comment-edit-link {
	color: #888;
}

.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}

.commentlist .children {
	list-style: none;
	margin: 20px 0 0 0;
}

.commentlist .children .comment-wrapper {
	padding:20px;
	background:#aaa;
	margin-left:40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.commentlist .children * {
	color:#fff;
}

.commentlist .children li {
	border: none;
	margin: 0 0 20px 0;
}

.nopassword,
.nocomments {
	display: none;
}

.comment > div {
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #aaa;
	padding-top: 20px;
	padding-bottom: 20px;
}

#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}

.commentlist li.comment+li.pingback {
	margin-top: -6px;
}

#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}

#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

#commentform label {
	display:block;
	margin:0 0 5px 0;
	font-family: 'museo_300regular';
}

#commentform textarea {
	width: 95%;
	padding: 6px 2%;
	font-size: 13px;
	margin: 0 0 10px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.18);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.18);
	height: 175px;
}

#commentform input[type="text"] {
	padding: 10px 3%;
	width: 93%;
	font-size: 13px;
	margin: 0 0 10px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.18);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.18);
}

#commentform p {
	margin:0;
}



#respond {
	padding:20px;
	margin:100px 0 0 0;
	border:1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.right-comment cite {
	display:block;
	font-size:15px;
	display:none;
}

div.inner.page-block h5 {
  margin-bottom: 30px;
}

body.single .shifter-page .page-banner .elipse-inner .text-area {
  height: 250px;
}

body.single .shifter-page .page-banner .elipse-inner .text-area h1.single {
  line-height: 1.4em!important;
}
span.posted, span.posted a {
  color: #fff;
}

body.home h1 {
}

/* ----------------------------------------------------------------------------------------------------------
Defaults ----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/*.sidebar {
	margin:0 0 0 40px;
}

.sidebar,
.sidebar ul {
	padding:0;
}

.sidebar li {
	list-style:none;
}

.sidebar > li {
	margin:0 0 20px 0;
}

.sidebar input[name="s"] {
	width:70%;
	display:inline;
	float:left;
	margin:0 1% 0 0;
}

.sidebar input[name="submit"] {
	width:20%;
	display:inline;
	float:left;
}

#searchform {
	width:100%;
	position:relative;
}

.widgettitle {
	color:#fd0101;
}

body h1 {
	font-size:22px;
}

body time {
	display:block;
	font-size:12px;
	margin:0 0 10px 0;
}
*/




