/*
Theme Name: Tethered
Theme URI: http://www.calvinkoepke.com/themes/tethered
Description: A responsive, free, minimal Wordpress theme for the avid blogger.
Author: Calvin Koepke
Author URI: http://www.calvinkoepke.com/
Version: 1.0
Tags: blogging, blog, minimal, white, two column, page templates, serif, classic, wordpress, free theme, bootstrap
License: Attribution-NonCommercial-ShareAlike 3.0 Unported
License URI: http://creativecommons.org/licenses/by-nc-sa/3.0/
*/

/*==================================TETHERED THEME INTRODUCTION==================================

Thank you for downloading this free theme! If you make any changes, make sure you back up this stylesheet before updating. If I make updates, your customizations will likely be deleted. Also, please share this free theme however you choose. Heck, even write a blog post about it. I ask that you leave attribution by leaving my name in the footer with a link to my profile. If you don't, that's okay too, but I just might cry. Thanks! 

SECTIONS (Not organized in any particular order, but this will help you skip to sections by using the 'Command (Ctrl on Windows) + F' method to navigate): 

1. Import External Stylesheets
2. Import External Fonts
3. Structure
4. Links
5. Main Typography
6. Header 
7. Navigation
8. Post
9. Sidebar
10. Captions
11. Buttons & Forms
12. Single Post
13. Comments
14. Footer
15. Viewport Modifications
16. Widget Fixes

Thats it! Hope you enjoy!



/*==================================
IMPORT EXTERNAL STYLESHEETS=========
==================================*/

@import url("css/bootstrap.min.css");
@import url("css/reset.css");

/*==================================
IMPORT EXTERNAL FONTS===============
==================================*/



@font-face {
    font-family: 'GandhiSerifRegular';
    src: url('fonts/GandhiSerif-Regular-webfont.eot');
    src: url('fonts/GandhiSerif-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/GandhiSerif-Regular-webfont.woff') format('woff'),
         url('fonts/GandhiSerif-Regular-webfont.ttf') format('truetype'),
         url('fonts/GandhiSerif-Regular-webfont.svg#GandhiSerifRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GandhiSerifItalic';
    src: url('fonts/GandhiSerif-Italic-webfont.eot');
    src: url('fonts/GandhiSerif-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/GandhiSerif-Italic-webfont.woff') format('woff'),
         url('fonts/GandhiSerif-Italic-webfont.ttf') format('truetype'),
         url('fonts/GandhiSerif-Italic-webfont.svg#GandhiSerifItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GandhiSerifBold';
    src: url('fonts/GandhiSerif-Bold-webfont.eot');
    src: url('fonts/GandhiSerif-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/GandhiSerif-Bold-webfont.woff') format('woff'),
         url('fonts/GandhiSerif-Bold-webfont.ttf') format('truetype'),
         url('fonts/GandhiSerif-Bold-webfont.svg#GandhiSerifBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*==================================
STRUCTURE===========================
==================================*/

.container {
	padding: 40px 40px 0 40px;
	margin-top: 10px;
	background: #fff;
}

#sidebar {
	overflow: hidden;
	background: #f1f1f1;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
}

#landing {
	margin-top: 0;	
}

.single-nav-container {
	padding: 20px 40px 0;
	background: #fff;
	opacity: .5;
	
	-webkit-transition: all .55s ease-in-out;
	-moz-transition: all .55s ease-in-out;
    -ms-transition: all .55s ease-in-out;
    -o-transition: all .55s ease-in-out;
	transition: all .55s ease-in-out;
}

.single-nav-container:hover {
	opacity: .7;
}

.alignnone img {
	max-width: 100%;
}

/*==================================
LINKS===============================
==================================*/

a {
	color:#555;
	border-bottom: 1px dotted #555;
	text-decoration:none;
}

a:hover {
	color:#333;
	border-bottom: 1px dotted #333;
	background: #FFCCE5;
	text-decoration: none;
}

a:active {
	background: #333;
	color: white;
}


#menu li a:hover {
	border-bottom: none;
}

/*==================================
MAIN TYPOGRAPHY=====================
==================================*/

body {
	font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	color: #444;
	font-size: 17px;
	line-height: 22px;
}

strong {
	font-family: 'GandhiSerifBold', serif;
	font-weight: normal;
}

em {
    font-family: 'GandhiSerifItalic', serif;
}

p {
	line-height: 1.7em;
	margin-bottom: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Fjalla One', sans-serif;
	color: #111;
	font-weight: normal;
	text-transform: none;
	border-bottom: none;
	margin: 40px 0 18px;
	line-height: 1.006em;
	text-transform: uppercase;
}

h1 {
	font-size: 3.5em;
}

h2 {
	font-size: 2.5em;
}

h3 {
	font-size: 1.8em;
}

h4 {
	font-size: 1.5em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: .8em;
}

blockquote {
	margin: 20px;
	border-left: 7px solid #FFCCE5;
	padding: 9px 20px 14px;
}

blockquote p {
	font-family: 'GandhiSerifRegular', serif; 
	color: #111;
	font-size: 1.4em;
	line-height: 1.4em;
}

ul, ol {
	margin-bottom: 20px;
	margin-left: 40px;
}

li {
	margin-bottom: 10px;
	line-height: 1.5em;
}

ul ul, ol ol {
	margin-left: 20px;
}

ul ul li, ol ol li {
	margin: 10px 0;
}

ol ol li {
	list-style: lower-latin;
}

::selection {
	background: #fff699;
	color: #333;
}

.alignright {
	display: block;
	float: right;
	margin-left: 20px;
}

.alignleft {
	display: block;
	float: left;
	margin-right: 20px;
}

.aligncenter {
	display: block;
	text-align: center;
}

/*==================================
HEADER==============================
==================================*/

header {
	padding: 0 0 20px 0;
	border-bottom: 7px solid #FFCCE5;
	height: auto;
}

header h1 {
	text-align: center;
	text-transform: none;
}

#site-description {
	font-size: 1.2em;
	font-weight: 100;
	text-align: center;
	/* font-style: italic; */
}

#site-title {
	color: #333;
	border-bottom: none;
}

#site-title:hover {
	color: #111;
	background: transparent;
}

/*==================================
NAVIGATION==========================
==================================*/

#single-nav a {
	color: #333;
	opacity: 1 !important;
}

#single-nav a:hover {
	background: none;
	color: black;
	border-bottom: none;
}

nav {
	font-style: italic;
	display: block;
}

nav a {
        padding: 5px 10px;
	border-bottom: none;
}

nav ul {
	text-align: center;
	margin: 0;
	display: block;
}

#menu li ul.sub-menu {
	display: none;
}

#menu li:hover ul.sub-menu {
	position: absolute;
	background: #f1f1f1;
	display: block;
	border-top: 3px solid #333;
}

#menu li:hover ul.sub-menu li {
	display: block;
	text-align: left;
	border-right: none;
}

#menu li:hover ul.sub-menu ul {
	display: none;
	text-align: left;
}

#menu li:hover ul.sub-menu li:hover ul {
       position: absolute;
	width: 100%;
	display: block;
	left: 100%;
	margin-top: -38px;
	border: 1px solid #e3e3e3;
	border-top: 3px solid #333;
}

nav li {
	display: inline-block;
	padding: 0 10px;
	border-right: 1px solid #e3e3e3;
}

nav li:last-child {
	border-right: none;
}

.nav-below {
	padding-top: 10px;
}

/*==================================
POST================================
==================================*/

.post-landing {
	margin-top: 20px;	
}

.post-title {
	border-bottom: 2px dotted #e3e3e3;
	line-height: 1.4em;
	text-transform: uppercase;
}

.title-link {
	color: #333;
	border-bottom: none;
}

.title-link:hover {
	background: transparent;
	border-bottom: none;
	color: black;
}

article img {	
	margin-bottom: 20px;
}

article .alignnone .wp-caption-text {
	margin-bottom: 20px;
}

article alignleft {
	margin-right: 20px;
	margin-bottom: 0;
}

article h3 {
	padding-bottom: 5px;
}

.meta {
	font-size: .8em;
	padding-top: 10px;
	padding-left: 0 !important;
	border-top: 2px dotted #e3e3e3;
}

.post-home .meta {
	padding-bottom: 10px;
	border-bottom: 2px dotted #e3e3e3;
}

.post-home:first-of-type {
	border-top: none;
	margin-top: 0;
}

.post-home {
	margin-top: 70px;
	border-top: 7px solid #FFCCE5;
}

.post-home .post-title {
	margin-top: 10px;
}

#post-single {
	padding-top: 20px;
}

/*==================================
SIDEBAR=============================
==================================*/

#sidebar h3 {
	text-transform: uppercase;
	color: #444;
	font-size: 1.5em;
}

.widget {
	padding: 20px;
}

.sidebar-single {
	opacity: .5;
	
	-webkit-transition: all .55s ease-in-out;
		-moz-transition: all .55s ease-in-out;
        -ms-transition: all .55s ease-in-out;
        -o-transition: all .55s ease-in-out;
		transition: all .55s ease-in-out;
}

.sidebar-single:hover {
	opacity: 1;
}

/*==================================
CAPTIONS============================
==================================*/

.wp-caption {
	width: auto !important;
}

.wp-caption-text {
	margin-top: -20px;
	margin-bottom: 0;
	padding: 5px 0;
	background: #f1f1f1;
	text-align: center;
	font-size: .8em;
	font-style: italic;
	border: 1px solid #e3e3e3;
	border-top: none;
}

.wp-caption img {
	max-width: 100%;
	padding-bottom: 0;
}

/*==================================
BUTTONS & FORMS=====================
==================================*/

input[type="submit"], input[type="button"], input[type="reset"], .btn {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 1em;
	line-height: 1.428571429;
	font-weight: normal;
	color: #111;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}

input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, .btn:hover {
	color: #111;
	background-color: #FFCCE5;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}

input, textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429em;
}

/*===============CONTACT FORM */

.contact-form {
	width: 760px;
}

.contact-form label {
	font-weight: 700;
	text-transform: uppercase;
}

.contact-form label span {
	text-transform: none;
	padding-left: 10px;
	font-size: .8em;
	font-weight: 300;
	font-style: italic;
}

.contact-form input, .contact-form textarea {
	margin-top: 10px;
	margin-bottom: 25px;
	width: 100%;
}

.contact-submit input {
	width: inherit;
}

/*==================================
SINGLE POST=========================
==================================*/

.single-post-title {
	line-height: 1.4em;
	text-transform: uppercase;
	border-bottom: 7px solid #FFCCE5;
}

.single-post-title h1 {
	margin: 20px 0 -7px	
}

.single-post-title .meta {
	border-top: none;
	text-transform: none;
	font-size: .8em;
	margin-top: 0;
	font-style: italic;
}

abbr[title], abbr[data-original-title] {
	border-bottom: none;
}

/*==================================
COMMENTS============================
==================================*/

#comments-wrap {
	border-top: 3px solid #333;
	padding-top: 20px;
}

#respond, .commentlist {
	padding: 20px 0;
	margin-top: 20px;
}

.commentlist {
	margin-left: 0;
}

.comment {
	list-style: none;
	margin-left: 0;
}

.comment-body {
	font-weight: 100;	
	border: 1px solid #dadada;
	padding: 10px;
	margin-bottom: 20px;
}

.comment-body p {
	padding: 10px;
	margin-bottom: 0;
}

.comment-meta {
	font-size: .8em;
	text-align: right;
	position: relative;
	top: -100%;
}

.comment-author {
	border-bottom: 3px solid #333;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.commentlist > li.bypostauthor {
	border-left: 7px solid #FFCCE5;
}

.commentlist .children > li.bypostauthor > div {
	border-left: 7px solid #FFCCE5;
}

.reply {
	text-align: right;
}

#commentform textarea {
	width: 100%;
}

#commentform {
	width: auto;
}

/*==================================
FOOTER==============================
==================================*/

#footer-container {
	margin-top: 0;
	padding: 0;
	border-top: 3px solid #333;
}

footer {
	font-size: .8em;
	color: #888;
}

footer p {
	margin-bottom: 0;
}

.modal-footer {
	padding: 14px 15px 15px;
	margin-bottom: 0;
	text-align: left;
	background: #f1f1f1;
	border-top: none;
}

/*==================================
VIEWPORT MODIFICATIONS==============
==================================*/

@media (min-width: 768px) and (max-width: 979px) {
	.container {
		padding: 0;
	}
	
	body {
		background: #fff !important;
	}
	
	.wp-caption-text {
		width: auto !important;
	}
}

@media (max-width: 480px) {
	.container {
		padding: 0;
	}
	
	body {
		background: #fff !important;
	}

	.wp-caption {
		width: 100% !important;
		margin-bottom: 20px;
	}
	
	.wp-caption-text {
		width: auto !important;
	}
	
	.wp-caption img {
		width: 100%;
	}

}

/*==================================
WIDGET FIXES========================
==================================*/

#searchform label {
	display: none;
}

#wpstats { 
	display: none;
}


/*==================================
TOP BAR CONT========================
==================================*/

#top-bar-container .widget {
	padding: 10px 0;
}

#single-above-comment-bar-container .widget {
	padding: 10px 0;
}