/** style.css
 * 
 * Theme Name:	Destiny.GG (Based on the-bootstrap)
 * Theme URI:	http://en.wp.obenland.it/the-bootstrap/
 * Description:	Hue hue hue hue.
 * Author:		Destiny.GG
 * Author URI:	http://destiny.gg/
 * Version:		1.0.0
 * Tags:		none
 * Text Domain:	the-bootstrap
 * Domain Path:	/lang
 *
 * License:		GNU General Public License v3.0
 * License URI:	http://www.gnu.org/licenses/gpl-3.0.html
 *
 *
 *	Copyright (C) 2012 Konstantin Obenland <konstantin@obenland.it>
 *
 *	This program is free software: you can redistribute it and/or modify
 *	it under the terms of the GNU General Public License as published by
 *	the Free Software Foundation, either version 3 of the License, or
 *	(at your option) any later version.
 *
 *	This program is distributed in the hope that it will be useful,
 *	but WITHOUT ANY WARRANTY; without even the implied warranty of
 *	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *	GNU General Public License for more details.
 *
 *	You should have received a copy of the GNU General Public License
 *	along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */


/* =Elements
-------------------------------------------------------------- */

blockquote cite:before {
	content: '\2014 \00A0';
}

blockquote cite {
	color: #999999;
	display: block;
	font-size: 13px;
	line-height: 18px;
}

figure {
	margin: 0;
}

h1, h2, h3, h4, h5, h6, .clear {
	clear: both;
}


/* =Classes
-------------------------------------------------------------- */

.assistive-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

body > .container {
	margin: 18px auto;
}

/* Right Content */
.sidebar-content #primary,
.sidebar-content #attachment-comment {
	float: right;
	margin: 0 20px 0 0;
}

.block {
	display: block;
}


/* =Page
-------------------------------------------------------------- */

#header-image { display: block; }
#menu-alert { margin: 4px 0 0; padding: 6px 35px 6px 14px; position: absolute; }

#branding hgroup,
#header-image,
.entry-content { margin-bottom: 18px; }
.entry-attachment { margin-bottom: 36px; }

.single #author-info,
.author #author-info,
.single article.post,
.single article.page {
	margin-bottom: 54px;
}

#author-info,
article.post,
article.page { margin-bottom: 72px; }

.page-header,
.entry-content { word-wrap: break-word; }
.post-password-form legend { font-size: inherit; }
.entry-content .twitter-tweet-rendered { max-width: 100% !important; }


/* =Comments
-------------------------------------------------------------- */

#comments-title {
border-bottom: 1px solid #333;
font-size: 19.5px;
margin: 0 0 27px;
}

#comment,
.entry-content iframe,
.entry-content embed {
	max-width: 100%;
}

.commentlist > li {
	margin-bottom: 36px;
}

.commentlist ul.children {
	margin: 10px 0 18px;
	list-style: none;
}

#reply-title {
	position: relative;
}

#reply-title small {
	position: absolute;
	right: 0;
	top: 7px;
}


/* =Sidebar
-------------------------------------------------------------- */

.form-search {
	margin: 0;
}

.widget {
	word-wrap: break-word;
}

.widget .wp-caption {
	display: inline-block;
}


/* =Images
-------------------------------------------------------------- */

.entry-content .post-thumbnail {
	margin: 0 20px 20px 0;
}

.entry-attachment .thumbnail.attachment-table {
	display: table;
	margin: 0 auto;
}

.thumbnail > img {
	width: auto\9; /* Cure IE8 max-width bug */
}

img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.gallery-columns-3.thumbnails [class*="span"] {
	width: 29.3%;
}
.gallery-columns-5.thumbnails [class*="span"] {
	width: 15.9%;
}
.gallery-columns-6.thumbnails [class*="span"] {
	width: 12.6%;
}
.gallery-columns-7.thumbnails [class*="span"] {
	width: 10.2%;
}


/* =Footer
-------------------------------------------------------------- */

#colophon .credits {
	margin: 0;
}

#site-generator {
	float: right;
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
}

#site-generator a {
	background: url("/wp-content/themes/destiny_gg/img/wordpress.png") no-repeat scroll left center transparent;
	color: #787878;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}

#site-generator.footer-nav-menu a {
	margin-top: 10px;
}

table .label {
	background-color: transparent;
	border-radius: none;
	color: inherit;
	font-size: inherit;
	text-transform: inherit;
}


/* =Jetpack Support
-------------------------------------------------------------- */

.comment-subscription-form > input[type=checkbox] {
	position: absolute;
}

.comment-subscription-form > label {
	min-height: 18px;
    padding-left: 18px;
}


/* =Bootstrap Adjustments
-------------------------------------------------------------- */

.navbar-fixed-top,
.navbar-fixed-bottom {
	position: fixed;
}

#comment,
.thumbnail {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.label .post-edit-link,
.label .comment-edit-link {
	color: #FFFFFF;
}

.navbar-search {
	height: 34px;
}

.pagination span {
	background-color: #f5f5f5;
	color: #999999;
	cursor: default;
}

.pagination span.dots {
	background-color: #FFFFFF;
}


/* =WordPress Core
-------------------------------------------------------------- */

.aligncenter {
    display:block;
    margin: 0 auto 20px;
}

.alignright {
    float:right;
    margin: 0 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 0 20px 20px 0;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	padding: 0 9px 9px;
	text-align: center;
}

.wp-caption .wp-caption-text {
	padding-top: 9px;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.sticky {}
.bypostauthor {}


/* =Responsiveness
-------------------------------------------------------------- */
/*
@media (max-width: 767px) {
	body {
		padding:0;
	}
	.container {
		width: auto;
		padding: 0 10px;
	}
	#page {
		margin: 0;
		padding: 10px;
	}
	.thumbnail[class*="span"],
	.gallery [class*="span"] .thumbnail {
		display: table;
		float: left;
	}
	.carousel .item > img {
		width: 100%;
	}
	.thumbnails > li {
		float: left;
		margin-left: 20px;
	}
	.gallery-columns-2.thumbnails > li:nth-child(2n+1),
	.gallery-columns-3.thumbnails > li:nth-child(3n+1),
	.gallery-columns-4.thumbnails > li:nth-child(4n+1),
	.gallery-columns-5.thumbnails > li:nth-child(5n+1),
	.gallery-columns-6.thumbnails > li:nth-child(6n+1),
	.gallery-columns-7.thumbnails > li:nth-child(7n+1),
	.gallery-columns-8.thumbnails > li:nth-child(8n+1),
	.gallery-columns-1.thumbnails > li {
		margin-left:0;
	}
	.gallery-columns-2.thumbnails [class*="span"] {
		width: 47.4%;
	}
	.gallery-columns-3.thumbnails [class*="span"] {
		width: 29.9%;
	}
	.gallery-columns-4.thumbnails [class*="span"] {
		width: 21.2%;
	}
	.gallery-columns-6.thumbnails [class*="span"] {
		width: 12.4%;
	}
	.gallery-columns-7.thumbnails [class*="span"] {
		width: 9.9%;
	}
	.gallery-columns-8.thumbnails [class*="span"] {
		width: 8.7%;
	}
	.sidebar-content #primary,
	.sidebar-content #attachment-comment {
		float: none;
		margin: inherit;
	}
	#s {
		display: inline-block;
	}
	#site-generator,
	#site-generator.footer-nav-menu a {
		float: none;
		margin-top: 5px;
	}
	textarea[class*="span"] {
		height: auto;
	}
	.navbar-fixed-top, .navbar-fixed-bottom {
		margin: 0;
	}
}
@media (min-width: 768px) and (max-width: 778px) {
	#page {
		margin-right: -15px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.dl-horizontal dt {
		width: 85px;
	}
	.dl-horizontal dd {
		margin-left: 95px;
	}
}
@media (min-width: 1200px) {
	#page {
		margin-right: -30px;
		padding: 24px 0 10px;
	}
	.sidebar-content #primary,
	.sidebar-content #attachment-comment {
		margin-right: 30px;
	}
	.wp-caption {
		display: table;
	}
}
*/


/** CUSTOM DESTINY.GG **/
body {
padding-top: 40px;
color: #A5A5A5;
}
body.admin-bar .navbar-fixed-top {
margin-top:28px;
}


#header-band {
  padding: 0;
  margin: 0;
  background: #849EB5;
  background: -moz-linear-gradient(left,  #849EB5 0%, #849EB5 51%, #30394A 51%,#30394A 100%);
  background: -webkit-linear-gradient(left,  #849EB5 0%,#849EB5 51%,#30394A 51%,#30394A 100%);
  background: linear-gradient(to right,  #849EB5 0%,#849EB5 51%,#30394A 51%,#30394A 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#849EB5', endColorstr='#30394A',GradientType=1 );
  position: relative;
  overflow: hidden;
}
#overview {
  background: -moz-linear-gradient(left,  #849EB5 0%,#30394A 100%);
  background: -webkit-linear-gradient(left,  #849EB5 0%,#30394A 100%);
  background: linear-gradient(to right,  #849EB5 0%,#30394A 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#849EB5', endColorstr='#30394A',GradientType=1 );
  display: block;
  width: 100%;
}
#overview a,
#overview h1 {
  display: block;
  text-indent: -999em;
}
#overview h1 {
  margin:0;
  padding: 0;
  background: url("/wp-content/themes/destiny_gg/img/logo-banner.jpg") no-repeat center center;
  background-size: cover;
  height: 140px;
  width: 100%;
  overflow: hidden;
}
#overview a {
  width: 300px;
  margin: 20px auto;
  height: 100px;
}
.hero-unit {
  padding: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
  border-radius: 0;
}

#main-nav .navbar-inner {
border-bottom: 1px solid #000;
}


footer#final-footer {
font-size:12px;
color: #777;
text-shadow: 1px 1px 1px black;
padding:0 20px;
}

#primary, #page {
margin:0 -1px !important;
}
#primary > #content, #page > #content {
margin:0 30px 0 30px !important;
}
#secondary > aside {
margin-right:0;
margin-bottom: 30px;
}
#secondary > aside .widget-title {
font-size:18px;
line-height:20px;
font-weight: normal;
padding:10px;
margin-top:0; 
color: #A1A1A1;
}

.content-dark, section#primary  {
box-shadow: 0 3px 1px rgba(0,0,0,0.5);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
background-color:#111;
background-color: rgba(0,0,0,0.6);
box-shadow: 0 1px 4px rgba(0,0,0,0.5);
border-top: 1px solid #333;
border-left: 1px solid #333;
border-right: 1px solid #222;
border-bottom: 1px solid #222;
} 
.widget.content-dark  ul {
list-style: none;
margin:10px 0;
padding:0;
}
.widget.content-dark  ul li {
padding:0 10px;
font-size: 12px;
}

.page-header, legend {
border-bottom: 1px solid #333;
}
.form-actions {
border-top: 1px solid #333;
background:none;
}

#google-ad {
margin:0;
}
.private-ads {
margin-left:20px;
position: relative;
}
.private-ads,
.private-ad > a {
height:250px;
display: block;
}
.private-ad.active {
z-index:81;
}
.private-ad {
position: absolute;
top: 0;
left: 0;
width:100%;
}
.private-ad > a {
border-radius:6px;
border-top: 1px solid #333;
border-left: 1px solid #333;
border-right: 1px solid #222;
border-bottom: 1px solid #222;
}

#respond textarea#comment, #respond pre {
color: #A5A5A5;
background: rgba(0,0,0,0.5);
border-top: 1px solid #333;
border-left: 1px solid #333;
border-right: 1px solid #222;
border-bottom: 1px solid #222;
}


body.category #primary #content article {
margin-bottom: 0;
}


/* End of file style.css */
/* Location: ./wp-content/themes/the-bootstrap/style.css */
