/*
Theme Name: GD_KirstenDWP v1
Theme URI: http://kirsten-dunst.org/
Description: Wordpress theme designed by Gratrix Designs for Kirsten-dunst.org
Version: 1.0
Author: Gratrix Designs
*/


/* HEADER & BODY */

#footerbanner { 
	width:100%; 
	height:95px; 
	background:URL("images/footerbanner.png") 
	top center no-repeat;
}

#header { 
	width:100%; 
	height:440px; 
	background:URL("images/header.png") 
	top center no-repeat;
	margin-bottom: 0px;
}

body {
	margin: 0;
	color: #818181;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	background-color: #151515;
	line-height: 20px;
	text-align:justify;
}




/* CONTAINER & WRAPPER*/

#container, .wrapper { 
	margin: 0 auto; 
	overflow: hidden;
	max-width: 100%; 
}

#container {
	overflow:hidden;
	padding:0px;
	margin: 0 auto;
	width:1080px; 
}




/* NAVIGATION */

ul#navigation {
	list-style: none;
	text-align: center;
}

ul#navigation li {
	display: inline-block;
}

ul#navigation li a {
	font-family: 'Quattrocento Sans', sans-serif;
	color: #FFF;
	font-size: 12px;
	margin: 0px 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 400;
	background: #14a8d2; 
	line-height: 0.75em;
	padding: 2px;
	display: inline-block;
}

ul#navigation li a:hover { 
	color: #FFF; 
	-webkit-transition: all 0.3s ease-out;  
	-moz-transition: all 0.3s ease-out; 
	-ms-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out; 
	background: #e92a31; 
	line-height: 0.75em;
	padding: 2px;
	display: inline-block;
}

.fa {
	color: #14a8d2;
}

.fa:hover {
	color: #e92a31;
}






/* SIDEBAR */

#side {
	margin-top:0px;
	margin-left:10px;
	float:right;
	width:370px; 
}

.side { 
	margin-bottom: 80px;
	margin-top: 10px;
	padding: 20px 10px;
	border: solid 1px #1c1c1c;
}

.side .title {
	font-family: 'Reenie Beanie', cursive;
	font-size: 26px;
	font-weight: 400;
	margin: 0 0 20px 0;
	text-align: center;
	color: #818181;
	margin-top: -28px;
}

.sideb {
	line-height: 15px;
	padding: 6px 12px 4px 12px;
	font-weight: 300;
	color: #818181;
	background: #151515;
}

.side .border {
    margin-top: -12px;
    border-bottom: 2px solid #818181;
}

.side a { 
	color:#14a8d2; 
	text-decoration:none; 
}

.side a:hover { 
	color:#e92a31; 
}

.side ul { 
	margin:0px; 
	padding:0px; 
}

.side li { 
	padding:5px; 
	list-style:none; 
	border-bottom:1px solid #1d1d1d; 
}

.side li:hover { 
	background:#1d1d1d; 
}

.side b { 
	color:#e92a31; 
	line-height: 0.75em;
	padding: 2px;
	display: inline-block;
	font-weight: 900;
}

.side strong { 
	color:#14a8d2;
	padding: 2px;
	display: inline-block;
	font-weight: 900;
}

.side i { 
	color:#e92a31; 
}

.side em { 
	color:#FFF;
	background: #14a8d2; 
	padding: 2px;
	display: inline-block;
}

.side em2 { 
	color:#FFF;
	background: #e92a31; 
	padding: 0px;
}

.side u { 
	color:#818181; 
	text-decoration:none; 
	padding-bottom:1px; 
	border-bottom:1px dotted #14a8d2; 
	letter-spacing:0px; 
}

/* SIDE IMAGE */

.side img, side a img {
	opacity: 1;
	padding: 5px;
	background: #;
	border: 1px solid #2a2a2a; 
	margin: 1px;
	border-style: solid;
	border-image: initial;
	transition: all 0.3s ease-out;
}

.side a img:hover {
	opacity: 1;
	background: #;
	border: 1px solid #14a8d2; 
	border-style: solid;
	border-image: initial;
	transition: all 0.3s ease-out;
}





/* POSTS */

#entry {
	float:left;
	width:700px;
	background:transparent;
}

.post { 
	padding:6px; 
	margin-bottom:40px; 
}

.post .title a { 
	font-family: 'Reenie Beanie', cursive;
	font-size: 32px;
	line-height: 1.2;
	margin: 0;
	color: #818181;
	text-transform: uppercase;
}

.post .title a:hover { 
	color:#818181; 
	padding-bottom:2px; 
}

.post .meta{ 
	padding-top: 5px; 
	font-size: 10px; 
	text-transform: uppercase; 
	color: #818181; 
	margin-bottom: 10px; 
}

.post .meta i { 
	color: #b63a49; 
	padding-right: 5px; 
}

#div {
    width: 300px;
    height: 1px;
    margin: 10px;
    background-color: #14a8d2;
}

.border {
	margin-bottom: 15px;
	margin-top: 5px;
	border-bottom: 1px dashed #b1b1b1;
}


.post .cats {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
	text-align: right;
}

.post .cats a {
	font-family: 'Lato', sans-serif;
	color: #14a8d2; 
    font-size: 13px;
    text-transform: lowercase;
    text-decoration: none;
    font-weight: 700;
	-webkit-transition: all 0.3s ease-out;  
	-moz-transition: all 0.3s ease-out; 
	-ms-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out; 
    padding: 2px;
	border-bottom: 2px solid #e92a31;
}

.post .cats a:hover,
.post .cats a:focus {
    color: #e92a31;
    text-decoration: none;
    padding: 2px;
	border-bottom: 2px solid #14a8d2;
}


.post i { 
	color:#14a8d2; 
}

.post em { 
	color:#FFF;
	background: #14a8d2; 
	padding: 2px;
}

.post u { 
	color:#818181; 
	text-decoration:none; 
	padding-bottom:1px; 
	border-bottom:1px dotted #e92a31; 
	letter-spacing:0px; 
}

.post a { 
	color:#e92a31; 
	text-decoration:none; 
}

.post a:hover { 
	color:#14a8d2; 
}



/* POST IMAGES */

.post img, post a img {
	opacity: 1;
	padding: 5px;
	background: #;
	border: 1px solid #2a2a2a; 
	margin: 5px;
	border-style: solid;
	border-image: initial;
	transition: all 0.3s ease-out;
}

.post a img:hover {
	opacity: 0.8;
	background: #;
	border: 1px solid #e92a31;
	border-style: solid;
	border-image: initial;
	transition: all 0.3s ease-out;
}




/* HEADER TAGS */

.post h1 { 
	font-size: 15px;
	font-weight: 900;
	color: #e92a31;
	text-transform: uppercase;
	border-bottom: 2px solid #e92a31;
	padding-bottom: 4px; 
}

.post h2 { 
	font-size: 14px;
	font-weight: 900;
	color: #14a8d2;
	border-bottom: 2px solid #14a8d2;
	padding-bottom: 4px; 
}

.post h3 { 
	font-size: 13px;
	font-weight: 900;
	color: #818181;
	border-bottom: 2px solid #818181;
	padding-bottom: 4px; 
}




/* GALLERY LINK */

.gal-links {
	margin: 30px 0px 10px 35px;
	padding-left: 20px;
}

.gal-links a {
	background: #e92a31;
	color: #FFF;
}

.gal-links a:hover {
	background: #14a8d2;
	color: #FFF;
}

.gal-links:before {
	font-family: FontAwesome;
	margin-top: -5px;
	margin-left: -40px;
	padding: 4px 8px;
	content: '\f030';
	color: #FFF;
	font-size: 13px;
	line-height: 20px;
	float: left;
	background: #e92a31;
}





/* POST QUOTE */

.post blockquote {
	margin: 30px 0px 10px 35px;
	padding-left: 20px;
}

.post blockquote:before {
	font-family: FontAwesome;
	margin-top: -5px;
	margin-left: -40px;
	padding: 4px 8px;
	content: '\f10d';
	color: #FFF;
	font-size: 13px;
	line-height: 20px;
	float: left;
	background: #14a8d2;
}




/* FEATURED IMAGE */

.post .featured {
	margin-top: -10px;
	border:0px solid #FFF!important; 
}

.post .featured img { 
	width:700px;
	min-weight:700px;
	max-width:700px;
	height:auto;
	padding:0px!important;
	border:0px!important;
	margin:0px; 
}

.post .crop { 
	max-width:700px;
	max-height:320px;
	overflow: hidden; }

.post .crop img {  
	border-bottom-left-radius:0px;
	max-width:700px;
	max-height:320px;
	margin:-20px -50px 0px -6px; 
}




/* MISC TEXT */

.post b {  
	color:#14a8d2;
}

.post strong { 
	color:#e92a31;
}

.i { 
	color:#14a8d2; 
}

.em { 
	color:#FFF;
	background: #14a8d2; 
	line-height: 0.75em;
	padding: 2px;
	display: inline-block;
}

.u { 
	color:#818181; 
	text-decoration:none; 
	padding-bottom:1px; 
	border-bottom:1px dotted #e92a31; 
	letter-spacing:0px; 
}




/* SUBMIT */

.searchform input {
	padding: 6px;
	border: 0px;
	width: 115px;
	background: #1d1d1d;
	border: 1px solid #E7E7E7;
	color: #818181;
}

textarea,select {
	max-width: 100%;
	padding: 5px;
	border: 1px solid #E7E7E7;
	background: #1d1d1d;
	color: #14a8d2; 
}

button,
input[type='reset'],
input[type='submit'],
input[type='button'] {
	font-size: 11px;
	line-height: 15px;
	padding: 5px;
	transition: all .4s ease-in-out;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #FFF;
	border: 1px solid #14a8d2; 
	background: #14a8d2; 
}

button:hover,
input[type='reset']:hover,
input[type='submit']:hover,
input[type='button']:hover {
	color: #FFF;
	border: 1px solid #e92a31;
	background: #e92a31;
}




/* HIDDEN POST CONTENT */

.hidcon { 
	margin: 20px 0px; 
}

.hidcon a { 
	color:#14a8d2;
	font-weight: 900;
	text-transform:uppercase;
	font-size:11px; 
}

.hidcon a:hover { 
	color:#818181; 
	border-bottom: dotted 2px #14a8d2;
}

.hidcon:first-letter {
	float: left;
	display: block;
	margin: 5px 5px 5px 0px;
	padding: 10px;
	font-weight: 400;
	color: #FFF;
	background: #14a8d2;
	margin-top: -10px;
}


/* IMAGE/TEXT ALIGN */

img.alignleft { 
	float: left; 
	margin: 0px 10px 5px 0; 
}

img.alignright { 
	float: right; 
	margin: 0px 0 5px 10px; 
}

img.aligncenter { 
	margin-top:8px; 
	margin-bottom:2px; 
	text-align: center; 
	display: block; 
}

.alignleft { 
	float: left; 
	margin: 0px 10px 5px 0; 
}

.alignright { 
	float: right; 
	margin: 0px 0 5px 10px; 
}

.aligncenter { 
	text-align: center; 
	margin-left: auto; 
	margin-right: auto; 
}

.hidden { 
	display: none; 
}

.post .alignleft, .side .alignleft { 
	margin-right:10px; 
	float:left; 
}

.post .alignright, .side alignright { 
	margin-left:10px; 
	float:right; 
}
.post .aligncenter, .side aligncenter { 
	margin:0 auto; 
}




/* BREADCRUMB */

.breadcrumb {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 10px;
}

.breadcrumb a {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0px 5px;
	color: #818181;
	border: solid 1px #14a8d2;
	font-weight: 900;
	text-decoration: none; /* no underline */
}

.breadcrumb a:hover,
.breadcrumb a:focus {
	color: #818181;
	border: solid 1px #e92a31;
	font-weight: 900;
}




/* HIGHLIGHT */

::selection {
	background: #14a8d2;
	color: #FFF;
}

::-moz-selection {
	background: #14a8d2;
	color: #FFF;
}




/* SHAREDADDY */

.sharedaddy {
        text-align:center;
}

.sharedaddy a.sd-button {
	background: #FFF!important;
        color:#a1a1a1!important;
}

.sharedaddy ul li a.sd-button > span {
	background: #FFF!important;
        color:#a1a1a1!important;
}

.sharedaddy li:nth-child(odd) { 
	background-color:#FFF; 
}

.sharedaddy li:nth-child(even) { 
	background-color:#FFF; 
}




/* TOOL TIP */

div#qTip {
	display: none;
	position: absolute;
	z-index: 1000;
	letter-spacing: 1px;
	background-color:#14a8d2;
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFF; 
	text-transform: uppercase;
	-moz-opacity:.80;
	filter:alpha(opacity=80);
	opacity:.80; 
	font-weight: 700;
}




em3 {
    margin: 0;
    padding: 4px 10px;
    background: #e92a31;
    color: #FFF;
    position: relative;
    z-index: 1;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0;
    text-decoration: none;
}

.aff a {
    margin: 0;
    padding: 2px 10px;
    background: #14a8d2;
    color: #FFF;
    position: relative;
    z-index: 1;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0;
    text-decoration: none;
}

.aff a:hover{
    margin: 0;
    padding: 4px 10px;
    background: #e92a31;
    color: #FFF;
    position: relative;
    z-index: 1;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0;
    text-decoration: none;
}


/* TOP AFFIE DROPDOWN */

select{
	width:240px;
	background:#14a8d2; 
	border:solid 1px #e92a31;
	color:#FFF;
	text-transform:uppercase;
	font-size:11px;
	font-weight:normal;
	letter-spacing:0px;
}



/* FOOTER */

#footer {
	clear: both; 
	width: 100%; 
	padding: 9px 0; 
	text-align: center;
}

#footer a {
	color: #14a8d2;
	text-decoration: none;
}

#footer .inner {
	padding: 15px; 
	overflow: hidden; 
	margin: 0 auto; 
	max-width: 1000px;
}

#footer .credit {
	display: inline-block; 
	text-transform: uppercase; 
	font-family: 'Montserrat', sans-serif;
	color: #818181;
	font-size: 10px; 
}




/* SCROLLBAR */

/* Let's get this party started */
	::-webkit-scrollbar {
   	width: 8px;
}
 
/* Track */
	::-webkit-scrollbar-track {
	background-color: #1d1d1d;
	border: 1px solid #1d1d1d;
	border-top: none;
	border-bottom: none;
}
 
/* Handle */
	::-webkit-scrollbar-thumb {
	background-color: #e92a31;
	border: 1px solid #1d1d1d;
	border-top: none;
	border-bottom: none;
}

::-webkit-scrollbar-button{
	height: 0px !important;
}




/* PAGINATION */

div.pagination {
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	padding:2px;
	margin:7px;
}

div.pagination a {
	margin: 2px;
	padding: 0.5em 0.64em 0.43em 0.64em;
	background-color: #e92a31;
	text-decoration: none; /* no underline */
	color: #fafafa;
}

div.pagination a:hover, div.pagination a:active {
	padding: 0.5em 0.64em 0.43em 0.64em;
	margin: 2px;
	background-color: #14a8d2; 
	color: #fafafa;
}

div.pagination span.current {
	padding: 0.5em 0.64em 0.43em 0.64em;
	margin: 2px;
	color: #b1476f;
	box-shadow: 0 4px 0 #14a8d2, 0 -4px 0 #e92a31;
}

div.pagination span.disabled {
	display:none;
}




/* RESPONSIVE */

@media screen and (min-width: 980px) {
	a.menu-link { display: none; }
	.js nav[role=navigation] { max-height: none; }
	nav[role=navigation] ul { margin: 0; border: 0; }
	nav[role=navigation] li { display: inline-block; padding: 5px; }
	nav[role=navigation] li a { border: 0; } 
	}

@media screen and (max-width: 980px) { 
	body { padding: 20px; }
	#container { max-width: 100%; background: #; }
	#latestimg { display: none; }
	#header img {width:100%!important; height:auto!important; padding:0; border:0; -webkit-box-shadow:none;-moz-box-shadow:none; box-shadow:none;}
	.post { float: none; max-width: 100%; }
	.side { display: none; }
	#entry { float: none; width: 100%;}
	.post .featured img {display: none;}
	.bar { display: none; }
	.bar .welcome { display: none; }
	.post .title a { font-size: 24px;}
	#playerposition { display: none; }

	}