/*

	Theme Name: Label
	Theme URI: http://themes.pau1winslow.com/label/
	Description: Label is a minimalist blog & portfolio theme for WordPress by <a href="http://pau1winslow.com">Paul Winslow</a>.
	Author: Paul Winslow
	Author URI: http://pau1winslow.com
	Version: 1.0
	License: GNU General Public License
	License URI: http://www.gnu.org/copyleft/gpl.html

	Design & code by Paul Winslow - http://pau1winslow.com - @pau1w
	All files, unless otherwise stated, is released under the GNU General Public License.

*/

@import url('css/reset.css');
@import url('css/980_12_40.css');
@import url('css/typography.css');
@import url('css/format.css');
@import url('css/widgets.css');

/*------------------------------------

	1. Foundation
	2. Header
	3. Homepage
	4. Page templates
	5. Portfolio
	6. Blog
	7. Forms
	8. Footer
	
-------------------------------------*/

/*-------------------------------------
	FOUNDATION
--------------------------------------*/

body {
	text-align: center;
	background: #1b1c21;
}

.container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

.primary-content {
	margin-bottom: 40px;
}

#sidebar {
	margin-bottom: 0;
}

.thumbnail {
	position: relative;
}

.thumbnail img {
	display: block;
}

/* --- Clearing floats --- */
.clearfix:after, .container:after, #primary-nav ul:after,
.widget-post:after, .contactform:after, .comment-body:after,
#flickr_bagde_wrapper:after, .widget:after,
.slide-nav:after, #filter-menu:after, .project-filter:after {
	display: block;
	content: " ";
	height: 0;
	visibility: hidden;
	clear: both;
}

/*-------------------------------------
	HEADER	
--------------------------------------*/

#header {
	padding: 40px 0 30px;
	margin: 0 auto 40px;
	background: #0f1012;
}

/* --- Title / Logo --- */

#title {
	margin: 0 150px 0 0;
	float: left;
}

#title img {
	display: block;
	margin: 0 0 15px;
}

#title a {
	font-size: 22px;
	color: #ccc;
	font-weight: bold;
}

#title span {
	width: 200px;
	display: block;
	color: #777;
	font-weight: normal;
}

/* --- Primary nav --- */

#primary-nav {
	float: left;
}

#nav, #nav2, #nav3 {
	margin: 0;
	padding: 0 0 0 15px;
	border-left: 2px solid #3f4049;
	float: left;
}

#nav3 > li:nth-child(2) {
  display: none;
}

#nav, #nav2 {
	margin: 0 40px 0 0;
}

#nav li, #nav2 li, #nav3 li {
	display: block;
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
	line-height: 12px;
	color: #ababae;
}

#nav li:last-child,
#nav2 li:last-child {
	margin: 0;
}

#nav li a:link, #nav li a:visited,
#nav2 li a:link, #nav2 li a:visited {
	color: #dedfe2;
}

#nav3 li a:link, #nav3 li a:visited {
	color: #ababae;
}

#nav li a:hover, #nav2 li a:hover {
	color: #919295;
}

#nav3 li a:hover {
	color: #919295;
}

/* --- Social --- */

#social {
	width: 180px;
	float: right;
}

#social li {
	float: left;
	margin: 0 8px 8px 0;
	list-style: none;
}

#social li:nth-child(5n) {
	margin-right: 0;
}

#social li a {
	width: 27px;
	height: 28px;
	text-indent: -9999px;
	display: block;
}

#social li a.dribbble {
	background: url(images/icons/dribbble.png) 0 0 no-repeat;
}

#social li a.facebook {
	background: url(images/icons/facebook.png) 0 0 no-repeat;
}

#social li a.twitter {
	background: url(images/icons/twitter.png) 0 0 no-repeat;
}

#social li a.youtube {
	background: url(images/icons/youtube.png) 0 0 no-repeat;
}

#social li a.vimeo {
	background: url(images/icons/vimeo.png) 0 0 no-repeat;
}

#social li a.tumblr {
	background: url(images/icons/tumblr.png) 0 0 no-repeat;
}

/*-------------------------------------
	HOMEPAGE
--------------------------------------*/

/* --- Pitch --- */

#pitch {
	text-align: center;
	margin: 0 auto 40px;
}

#pitch h2 {
	display: inline-block;
	background: #0f1012;
	padding: 10px;
	font-family: 'Impact', serif;
	font-style: italic;
	font-size: 22px;
}

/* --- Featured Project --- */

.featured-project-content {
	width: 920px;
	padding: 30px;
	margin: 0 auto 50px;
	background: #0f1012;
}

.featured-text {
	width: 510px;
	float: left;
	margin: 0 50px 0 0;
}

.featured-text h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
	color: #e5e7eb;
}

.featured-details {
	width: 300px;
	float: left;
}

.featured-details ul.project-detail {
	float: left;
	margin: 0 40px 0 0;
}

.project-detail li,
.project-detail-2 li {
	list-style: none;
	margin: 0 0 10px;
	font-size: 11px;
}

.project-detail li:last-child,
.project-detail-2 li:last-child {
	margin: 0;
}

.project-detail li span,
.project-detail-2 li span {
	display: block;
	font-weight: bold;
	color: #e5e7eb;
	font-family: Helvetica, Arial, sans-serif;
}

.slidenav-container {
	position: relative;
}

.slide-nav {
	position: absolute;
	top: 0;
	right: 0;
}

.slide-nav a {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
}

.slide-nav a#prev {
	background: url(images/slide_nav_sprite.png) 0 0 no-repeat;
	margin: 0 8px 0 0;
}

.slide-nav a#next {
	background: url(images/slide_nav_sprite.png) -50px 0 no-repeat;
}

.light .slide-nav a#prev {
	background: url(images/slide_nav_sprite_light.png) 0 0 no-repeat;
	margin: 0 8px 0 0;
}

.light .slide-nav a#next {
	background: url(images/slide_nav_sprite_light.png) -50px 0 no-repeat;
}

/* --- New Projects --- */

#new-projects {
	margin: 0 0 10px;
}

#filter-menu li {
	list-style: none;
	float: left;
	margin: 0 10px 0 0;
}

#filter-menu li:last-child {
	margin: 0;
}

#filter-menu li a {
	background: #303139;
	padding: 5px 10px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #a1a3ad;
	font-size: 11px;
}

#filter-menu li:hover a,
#filter-menu li.active a {
	color: #fff;
	background: #585965;
}

.project-filter .project {
	width: 300px;
	float: left;
	margin: 0 40px 40px 0;
}

.project-filter .project:nth-child(3n) {
	margin-right: 0;
}

.project-filter .project .thumbnail img {
	display: block;
}

.project-filter .project .filter-project-text {
	background: #0f1012;
	padding: 20px;
	position: relative;
}

.filter-project-detail {
	margin: 0;
}

.filter-project-text a.view-project {
	display: block;
	margin: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	background: url(images/view_project.png) 0 0 no-repeat;
	position: absolute;
	top: 20px;
	right: 20px;
}

.light .filter-project-text a.view-project {
	background: url(images/view_project_light.png) 0 0 no-repeat;
}

.project-filter .project h3 {
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	margin: 0 0 10px;
}

.project-filter .project .filter-project-detail {
	font-size: 11px;
	line-height: 10px;
	color: #777;
}

.filter-project-detail span {
	text-transform: none;
	font-size: 11px;
	letter-spacing: 0px;
	color: green;
}

/*-------------------------------------
	PAGE TEMPLATES
--------------------------------------*/

.page-title {
	font-size: 20px;
	margin: 0 0 40px;
	font-weight: normal;
	font-style: italic;
	font-family: 'Droid Serif', Georgia, serif;
}

.subheading {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px;
}

/*-------------------------------------
	BLOG
--------------------------------------*/

.post {
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: 1px solid #0f1012;
}

.primary-content .post:last-child {
	margin-bottom: 0;
	border: 0;
}

.title-abs {
	position: absolute;
	bottom: 0;
	left: 0;
}

.post-title h1, .post-title h2 {
	display: inline-block;
	background: #0f1012;
	padding: 10px;
	font-family: 'Droid Serif', serif;
	font-style: italic;
	font-size: 22px;
}

.post-title h1 a:link, .post-title h1 a:visited,
.post-title h2 a:link, .post-title h2 a:visited {
	color: #dedede;
}

.post-title h1 a:hover, .post-title h2 a:hover {
	color: #b8b8b8;
}

.post-meta {
	display: inline-block;
	font-size: 11px;
	margin: 0 0 20px;
	padding: 3px 10px 5px 10px;
	background: #0f1012;
}

.post-thumbnail {
	margin: 0;
}

.continue a {
	display: block;
}

/* --- Pagination --- */

.pagination {
	clear: both;
	position: relative;
	font-size: 11px;
}

.pagination span, .pagination a:link,
.pagination a:visited {
	display: block;
	float: left;
	margin: 0 7px 0 0;
	padding: 2px 9px;
	text-decoration: none;
	width: auto;
	font-weight: bold;
	color: #939393;
}

.pagination .current,
.pagination a:hover {
	padding: 2px 9px;
	background: #0f1012;
	color: #939393;
}

/*-------------------------------------
	PORTFOLIO
--------------------------------------*/


/*-------------------------------------
	FORMS
--------------------------------------*/

/* --- Contact form --- */

.contactform {
	padding: 20px;
	background: #0f1012;
}

.contactform li {
	list-style: none;
	margin: 0 0 20px;
}

.contactform li label {
	display: block;
	font-size: 11px;
	margin: 0 0 5px;
	color: #535353;
}

.contactform li label span {
	color: #ff0000;
}

.contactform li.name-field {
	margin: 0 0 20px;
}

.contactform li input {
	width: 200px;
	padding: 10px;
	border: 0;
	border: 1px solid #040405;
	background: #141518;
}

.contactform li textarea {
	width: 657px;
	padding: 10px;
	border: 0;
	line-height: 20px;
	border: 1px solid #040405;
	background: #141518;
	display: block;
}

.submit button {
	display: inline-block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.submit button:hover {
	cursor: pointer;
}

span.error {
	display: inline-block;
	color: #ff0000;
	font-size: 11px;
}

/* --- Comment form --- */

.commentform {
	padding: 20px;
	background: #0f1012;
}

.commentform li {
	list-style: none;
	margin: 0 0 20px;
}

.commentform li label {
	display: block;
	font-size: 11px;
	margin: 0 0 5px;
	color: #535353;
}

.commentform li label small {
	color: #ff0000;
}

.commentform li.name-field,
.commentform li.email-field,
.commentform li.url-field {
	margin: 0 0 20px;
}

.commentform li input {
	width: 196px;
	padding: 10px;
	border: 1px solid #040405;
	background: #141518;
}

.commentform li textarea {
	width: 657px;
	padding: 10px;
	border: 1px solid #040405;
	background: #141518;
	display: block;
}

.commentform p.submit {
	margin: 0;
	padding: 0;
}

.commentform p {
	font-size: 11px;
}

/* --- Comments list --- */

h5#comments {
	margin: 0 0 20px;
}

.commentlist li {
	list-style: none;
	margin: 0 0 20px;
	position: relative;
}

.comment-body {
	position: relative;
	padding: 15px;
	background: #0f1012;
	font-weight: normal;
	color: #a0a3b0;
}

.comment-author img.avatar {
	position: absolute;
	top: 16px;
	left: 16px;
}

.comment-meta {
	margin: 0 0 20px;
}

.comment-meta a:link, .comment-meta a:visited {
	color: #858484;
}

.comment-meta a:hover {
	color: #555;
}

.comment-author cite {
	font-style: normal;
	font-weight: bold;
}

.comment-author, .comment-meta, .reply {
	font-size: 11px;
	padding: 0 0 0 57px;
}

.comment-body p {
	padding: 0 0 0 57px;
}

.button {
	border: 0;
	padding: 5px 10px;
}

button.dark {
	background: #212326;
	color: #fff;
}

button.dark:hover {
	background: #3a3d42;
}

button.light {
	background: #9b9b9b;
	color: #fff;
}

button.light:hover {
	background: #838383;
}

/*-------------------------------------
	FOOTER
--------------------------------------*/

#footer {
	padding: 50px 0;
	background: #0f1012;
}

#footer h4 {
	color: #e5e7eb;
	font-size: 12px;
	font-weight: bold;
}

#footer .footer-column {
	margin-bottom: 30px;
}

#footer .credits {
	font-size: 11px;
}

#copyright {
  position: absolute;
  right: 0;
}

/*-------------------------------------
	SKINS
--------------------------------------*/

/* --- Light --- */

body.light {
	background: #fff;
	color: #6e6e6e;
}

.light #header {
	background: #f5f5f5;
}

.light #nav, .light #nav2,
.light #nav3 {
	border-left: 2px solid #e6e6e6;
}

.light #nav li a:link, .light #nav li a:visited,
.light #nav2 li a:link, .light #nav2 li a:visited {
	color: #222;
}

.light #nav li a:hover, .light #nav2 li a:hover {
	color: #777;
}

.light h1, .light h2, .light h3,
.light h4, .light h5, .light h6,
.light #footer h4 {
	color: #222;
}

.light .project-detail li span,
.light .project-detail-2 li span {
	color: #222;
}

.project-detail-2 > li:nth-child(1) {
  display: none;
}

.light .featured-project-content,
.light .project-filter .filter-project-text,
.light .commentform, .light .contactform,
.light .comment-body {
	background: #f5f5f5;
}

.light #pitch h2 {
	background: #f9f9f9;
	color: #444;
}

.light #footer {
	background: #f5f5f5;
}

.light #social li a.dribbble {
	background: url(images/icons/dribbble_light.png) 0 0 no-repeat;
}

.light #social li a.facebook {
	background: url(images/icons/facebook_light.png) 0 0 no-repeat;
}

.light #social li a.twitter {
	background: url(images/icons/twitter_light.png) 0 0 no-repeat;
}

.light #social li a.youtube {
	background: url(images/icons/youtube_light.png) 0 0 no-repeat;
}

.light #social li a.vimeo {
	background: url(images/icons/vimeo_light.png) 0 0 no-repeat;
}

.light #social li a.tumblr {
	background: url(images/icons/tumblr_light.png) 0 0 no-repeat;
}

li a.gplus {
	background: url(images/icons/gplus.png) 0 0 no-repeat;
}

.light #filter-menu li a {
	background: #efefef;
	color: #93959e;
}

.light #filter-menu li:hover a,
.light #filter-menu li.active a {
	color: #fff;
	background: #afafaf;
}

.light .post {
	border-bottom: 1px solid #e3e3e3;
}

.light .post-title h1, .light .post-title h2 {
	background: #f5f5f5;
}

.light .post-title h1 a:link, .light .post-title h1 a:visited,
.light .post-title h2 a:link, .light .post-title h2 a:visited {
	color: #222;
}

.light .post-title h1 a:hover, .light .post-title h2 a:hover {
	color: #666;
}

.light .post-meta {
	background: #f5f5f5;
}

.light .comment-body p {
	color: #555;
}

.light .contactform input,
.light .contactform textarea,
.light .commentform input,
.light .commentform textarea {
	background: #fff;
	border: 1px solid #cfcfcf;
}

.light .pagination .current,
.light .pagination a:hover {
	background: #f5f5f5;
	color: #939393;
}