/*

	Font Families:
	- Titles: Helvetica Neue, Helvetic, Arial, sans-serif
	- Text: Merriweather, Georgia, serif
	
	Font Sizes:
	
	Sans-serif
	- h2: 34px
	- h3: 30px
	
	Serif
	- Text: 18px 
	
	Font Weights/Styles:
	- h1, h2: bold, italic
	- h3: normal, normal
	- text: normal, normal
	
	Colors:
	- rgb(51,51,51)
	- rgb(102,102,102)
	- rgb(179,179,179)
	- rgb(222,222,222)
	- white
	
	Buttons:
	- Primary: background, border
	- Default: no background, only border
	
*/

body{
	font-family: 'Merriweather', "Georgia", serif;
	font-size:18px;
	font-weight:300;
	color:rgb(51,51,51);
}

a, a:focus, a:active, a:hover{
	color:rgb(51,51,51);
}

.navbar-default{
	display:none;
	background:rgb(51,51,51);
	border-color:rgb(51,51,51);
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	-o-border-radius:0px;
	border-radius:0px;
}

.navbar-default a.navbar-brand, .navbar-default a.navbar-brand:hover{
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	font-style:italic;
	font-weight:bold;
	color:white;
}

.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	border-color:rgb(179,179,179);
	background:transparent;
}

.navbar-default .navbar-toggle .icon-bar{
	background-color:rgb(179,179,179);
}

.navbar-default .navbar-collapse{
	border-color:rgb(179,179,179);
}

.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:hover{
	color:white;
	font-size:16px;
}

.btn{
	padding:10px 20px;
	font-size:16px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	border-radius:20px;
}

.btn-default, .btn-default:hover, .btn-default:focus{
	background:none;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus{
	background:rgb(51,51,51);
	border-color:rgb(51,51,51);
}

.form-control{
	height:42px;
	padding:12px 8px;
	font-size:18px;
	color:black;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	-o-border-radius:0px;
	border-radius:0px;
}

.form-group em{
	display:block;
	margin-top:6px;
	width:100%;
	text-align:right;
	font-size:85%;
	color:rgb(179,179,179)
}

input[type="checkbox"]{
	margin:0px;
	margin-right:5px;
}

h1.logo{
	padding:10px 14px;
	width:130px;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	font-style:italic;
	font-size:22px;
	background:rgb(51,51,51);
}

h1.logo a, h1.logo a:hover, h1.logo a:visited, h1.logo a:focus{
	color:white;
	text-decoration:none;
}

h3, h3 a, h3 a:hover{
	font-weight:bold;
	color:rgb(51,51,51);
}

a.author-pic{
	display:block;
	background-size:cover;
	-webkit-box-shadow: 0px 0px 1px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 1px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 1px rgba(50, 50, 50, 0.75);
}

small a.author-pic{
	float:left;
	margin-right:6px;
	height:30px;
	width:30px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-o-border-radius:15px;
	border-radius:15px;
}

small, small a, small a:hover{
	color:rgb(179,179,179);
}

/* --- WELCOME --- */

#welcome .background{
	position:fixed;
	top:0px;
	z-index:-1;
	height:100%;
	width:100%;
	background: url(../images/background.jpg) no-repeat center center fixed; 
	-webkit-background-size:cover;
  	-moz-background-size:cover;
  	-o-background-size:cover;
  	background-size:cover;
}

#welcome{
	color:white;
	text-align:center;	
}

#welcome h1.logo{
	margin-top:260px;
	margin-bottom:20px;
	padding:0px;
	width:100%;
	font-size:46px; /* moz */
	font-size:7vw; /* webkit */
	text-shadow:0px 0px 30px rgba(0, 0, 0, 1);
	background:none;
}

#welcome p.description{
	margin-bottom:30px;
	line-height: 26px;
	font-size: 16px;
	text-shadow: 0em 0em 0.5em black;
}

#welcome a{
	color:white;
}

#welcome a.btn{
	border-color:white;
}

#welcome p.feeds{
	margin-top:70px;
	font-size:14px;
}

#welcome .credits{
	position:fixed;
	bottom:10px;
	right:10px;
	font-size:9px;
}

/* --- NARROW TEMPLATE ---*/

.options{
	text-align:right;
	margin-top:20px;
}

.options input{
	margin-left:5px;
}

.narrow{
	margin:auto;
	width:550px;
	padding-bottom:50px;
}

@media (max-width: 767px){
	.narrow{
		width:100%;
	}
	
	.options{
		display:none;
	}
}

.narrow h2{
	font-size:34px;
	letter-spacing:-2px;
	font-weight:bold;
	font-style:italic;
}

.narrow h2:after{
	content:'';
	background:rgb(222,222,222);
	height:1px;
	width:100px;
	display:block;
	margin:30px auto 30px;
}

.narrow h2{
	text-align:center;
}

/*--- PITCH ---*/

#pitch h3{
	margin-top:5px;
	font-weight:bold;
}

#pitch .form-group{
	margin-bottom:5px;
}

#pitch label{
	color:rgb(102,102,102);
}

/*--- IDEA ---*/

#idea .feedback form:before, #idea .not-logged-in:before, #idea .not-logged-in:after{
	content:'';
	background:rgb(222,222,222);
	height:1px;
	width:120px;
	display:block;
	margin:30px auto 30px;
}

#idea .comment{
	padding-top:10px;
	clear:left;
	float:left;
}

.comment-text, .comment-actions{
	padding-left:36px;
}

#reply{
	margin-top:20px;
}

#reply form{
	margin-top:10px;
	padding-left:36px;
}

/*--- FEEDBACK ---*/

#feedback{
	text-align:center;
}

/*--- SETTINGS ---*/

#settings h3{
	margin-bottom:20px;
}

#email-settings{
	margin-top:40px;
}

#settings .btn{
	margin-top:20px;
}

/*--- 2 COLUMNS TEMPLATE ---*/

.left{
	position:fixed;
	width:300px;
	padding:10px;
	height:100%;
	background: url(../images/background.jpg) no-repeat center center; 
	-webkit-background-size:cover;
  	-moz-background-size:cover;
  	-o-background-size:cover;
  	background-size:cover;
}

.left h1{
	margin-top:0px;
}

.left, .left h3, .left h4, .left a, .left a:hover{
	color:white;
}

.left .bottom{
	position:fixed;
	width:280px;
	padding:15px;
	bottom:0px;
}

.left .bottom{
	font-size:14px;
	line-height:24px;
	text-shadow: 0px 0px 30px rgba(0, 0, 0, 1);
}

.left .bottom .description:after{
	content:'';
	background:rgb(222,222,222);
	height:1px;
	width:120px;
	display:block;
	margin:10px 0px;
}

.right{
	margin-left:300px;
	padding-top:50px;
	padding-bottom:50px;
	padding-left:7%;
	padding-right:7%;
}

.feed-header{
	float:left;
	width:100%;
	margin-bottom:30px;
	padding-bottom:15px;
	border-bottom:1px solid #dededc;
}

.feed-header h2{
	font-size:18px;
	letter-spacing:1px;
	text-transform:uppercase;
}

.feed-header-title{
	float:left;
}

.feed-header-title h2{
	margin-top:4px;
	margin-bottom:2px;
}

.feed-header-title a.active{
	text-decoration:underline;
}

.feed-header a.btn{
	float:right;
}

.feed .idea{
	width:100%;
	padding:20px 0px;
}

.feed .idea a.author-pic{
	float:right;
	margin-left:15px;
	height:60px;
	width:60px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	-o-border-radius:30px;
	border-radius:30px;
}

.feed .idea h3{
	margin:0px;
	margin-bottom:6px;
}

@media (max-width: 767px){
	.left{
		display:none;
	}
	
	.right{
		margin-left:0px;
		padding-top:10px;
	}
	
	.navbar-default{
		display:block;
	}

	.feed-header a.btn{
		display:none;
	}
}

/*--- HOME ---*/

.feed a.offset{
	display:block;
	margin-top:15px;
}

