/*
Theme Name: GD_SophTWP v1
Theme URI: http://sophie-turner.net/
Description: Wordpress theme coded exclusively for Sophie-turner.net
Version: 1.0
Author: Gratrix Designs
*/


/* HEADER & BODY */

#headerbanner { 
	width:100%; 
	height:100px; 
	background:URL("images/headerbanner.png") 
	top center no-repeat;
}

#header { 
	width:100%; 
	height:420px; 
	background:URL("images/header.png") 
	top center no-repeat;
	margin-bottom: 0px;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	color: #888;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	background-color: #FFF;
	line-height: 20px;
}

body, html { 
	text-rendering: optimizeLegibility !important; 
	-webkit-font-smoothing: antialiased !important; 
}




/* WRAPPER/CONTAINER */

#container, .wrapper { 
	margin: 0 auto; 
	overflow: hidden;
	max-width: 100%; 
}

#container {
	overflow:hidden;
	background:URL("") top center repeat;
	padding:0px;
	margin: 0 auto;
	width:1000px; 
}




/* NAVIGATION */

.homepage{ 
	background: #fff;
}

#navigation { 
	padding: 5px 0px;
	max-width: 100%;
	background: #FFF; 
	text-transform: uppercase;
}

#navigation a {
	font-weight: 500;
	font-size: 12px;
	font-family: 'Source Sans Pro', sans-serif;
	color:#535150; 
	text-transform:uppercase;
	letter-spacing:2px;
	padding:5px; 
	border-bottom: 4px solid #FFF;
}

#navigation a:hover { 
	color: #535150;
	border-bottom: 4px solid #f07e78;
}

a.menu-link {
	color: #9ac9c6!important; 
  	float: right;
	display: block;
	padding: 10px 0px; 
}

nav[role=navigation] {
	clear: both;
	-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; 
}

.js nav[role=navigation] { 
	overflow: hidden;
	 max-height: 0; 
}

nav[role=navigation].active { 
	max-height: 400em; 
}

nav[role=navigation] ul { 
	margin: 0; padding: 0; 
}

nav[role=navigation] li { 
	padding: 0px 5px; 
}

nav[role=navigation] li a { 
	font-weight: bold; 
	font-family: arial; 
	color: #666; 
	font-size: 12px; 
	display: block; 
	border-bottom: 1px solid #E1E1E1; 
	padding: 5px; 
	margin: 0px 0px 0px 5px;
}




/* SIDEBAR */

.side img { 
	max-width: 315px;
}

#side {
	margin-top:0px;
	margin-left:10px;
	float:right;
	width:350px; 
}

.side { 
	margin-bottom: 80px;
	margin-top: 10px;
	padding: 20px 10px;
	border: solid 1px #F2F2F2;
}

.side .title {
	font-family: 'Reenie Beanie', cursive;
	font-size: 26px;
	font-weight: 400;
	margin: 0 0 20px 0;
	text-align: center;
	color: #535150;
	margin-top: -8px;
}

.sideb {
	line-height: 15px;
	padding: 6px 12px 4px 12px;
	font-weight: 300;
	color: #535150;
	background: #FFF;
}

.side .border {
    margin-top: -12px;
    border-bottom: 2px solid #535150;
}

.side a { 
	color:#5d4054; 
}

.side a:hover { 
	color:#f07e78; 
}

.side ul { 
	margin:0px; 
	padding:0px; 
}

.side li { 
	padding:5px; 
	list-style:none; 
	border-bottom:1px solid #F2F2F2; 
}

.side li:hover { 
	background:#F2F2F2; 
}

.side blockquote { 
	background:#F4F4F4; 
	padding: 10px 5px;
    margin: 10px 10px;
}

.side blockquote a { 
	color:#5d4054;
}

.side blockquote a:hover { 
	color:#f07e78;
}

.side img {
	opacity: 1;
	padding: 2px;
	background: #;
	border: 1px solid #5d4054;
	margin: 3px;
	border-style: solid;
	border-image: initial;
	transition: all 0.3s ease-out;
}

.side img:hover {
	opacity: 1;
	padding: 2px;
	background: #;
	border: 1px solid #f07e78;
	border-style: solid;
	border-image: initial;
	transition: all 0.3s ease-out;
}




/* PROJECTS */

.side .proj4 {
	line-height: 20px;
	text-align: justify;
	padding: 15px;
	background-color: #f7f6f6;
	margin-bottom: 30px;
	font-size: 12px;
}

span.proj4title {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #f07e78;
	font-size: 12px;
	color: #FFF;
	letter-spacing: 2px;
}

span.proj4subtitle {
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-size: 12px;
	color: #f07e78; 
	border-bottom: 1px solid #5d4054;
	letter-spacing: 1px;
	font-weight: 600;
}

.proj4links {
	text-align: center;
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #222;
	margin-top: 7px;
	margin-bottom: 15px;
}

.proj4 a {
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
	margin-right: 10px;
	padding: 3px 3px 5px 3px;
	border-bottom: 2px solid #f07e78; 
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
	background-color: #5d4054;
}

.proj4 a:hover {
	color: #FFF;
	cursor:help;
	border-bottom: 2px solid #5d4054;
	padding: 3px 3px 20px 3px;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
	background-color: #f07e78;
}

.proj4 img { 
	max-width: 290px;
}




/* POSTS */

#entry { 
	margin-right:0px;
	margin-top:0px;
	width:640px;
	float:left; 
}

.post {
	padding:10px;
	margin-bottom:30px;
	background:#fff;
}

.post .title a { 
	font-family: 'Playfair Display',serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	color: #535150;
}

.post .title a:hover { 
	color:#454545; 
	padding-bottom:2px; 
}


.date {
	color: #535150;
	border-top: 3px solid #5d4054;
    padding-top: 15px;
    border-bottom: 3px solid #5d4054;
    padding-bottom: 15px;
}


.day {
	font-size: 30px;
	font-family: 'Playfair Display', sans-serif;
}

.monthyr {
	font-size: 10px;
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
}

.post .meta{ 
	font-size: 11px; 
	text-transform: uppercase; 
	color: #535150; 
	font-family: "Playfair Display", Serif;
}

.post .meta a{ 
	font-size: 11px; 
	text-transform: uppercase; 
	color: #535150; 
	font-family: "Playfair Display", Serif;
}

.post .meta i { 
	color: #f07e78; 
	padding-right: 5px; 
}

.post i { 
	color: #535150; 
	padding-right: 4px; 
}

.post a i { 
	color: #535150; 
	padding-right: 4px; 
}

.post a i:hover { 
	color: #86a2da; 
}




/* POST IMAGES */

.post img, post a img {
	opacity: 1;
	padding: 2px;
	background: #;
	border: 1px solid #f07e78;
	margin: 3px;
	border-style: solid;
	border-image: initial;
	transition: all 0.3s ease-out;
}

.post a img:hover {
	opacity: 1;
	padding: 2px;
	background: #;
	border: 1px solid #5d4054;
	margin: 3px;
	border-style: solid;
	border-image: initial;
	transition: all 0.3s ease-out;
}




/* HEADER TAGS */

.post h1 { 
	font-size: 15px;
	font-weight: 900;
	color: #f07e78;
	text-transform: uppercase;
	border-bottom: 2px solid #f07e78;
	padding-bottom: 4px; 
}

.post h2 { 
	font-size: 15px;
	font-weight: 900;
	color: #5d4054;
	border-bottom: 2px solid #5d4054;
	padding-bottom: 4px; 
}

.post h3 { 
	font-size: 15px;
	font-weight: 900;
	color: #363636;
	border-bottom: 2px solid #363636;
	padding-bottom: 4px; 
}




/* GALLERY LINK */

.gal-links {
	margin: 5px 0;
	background-image: url("images/gallery.png");
	background-position: left center;
	background-repeat: no-repeat;
	max-width: 100%;
	height: 70px;
	padding: 5px 0 5px 80px;
	display: table-cell;
	vertical-align: middle;
	line-height: 24px;
}





/* POST QUOTE */

.post blockquote {
	margin: 5px 0;
	background-image: url("images/quote.png");
	background-position: left center;
	background-repeat: no-repeat;
	max-width: 100%;
	height: 70px;
	padding: 5px 0 5px 80px;
	display: table-cell;
	vertical-align: middle;
	line-height: 24px;
}




/* FEATURED IMAGE */

.post .featured {
	padding-top: 10px;
	margin-left:-10px;
	margin-right:-10px;
	border:0px solid #fff!important; 
}

.post .featured img { 
	width:630px;
	min-weight:630px;
	max-width:630px;
	height:auto;
	padding:0px!important;
	border:0px!important;
	margin:0px; 
}






/* MISC TEXT */

a {
	color: #f07e78;
	text-decoration: none;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
}

a:hover {
	color: #5d4054; 
	text-decoration: none;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
}

b { 
	color:#f07e78; 
}

strong { 
	color:#5d4054; 
}

i { 
	color:#535150; 
}

em { 
	color:#FFF;
	background: #f07e78; 
	line-height: 0.75em;
	padding: 2px;
	display: inline-block;
}

u { 
	color:#f07e78; 
	text-decoration:none; 
	padding-bottom:1px; 
	border-bottom:1px solid #5d4054; 
	letter-spacing:0px; 
}




/* SUBMIT */

.searchform input { 
	padding:5px;
	border:0px; 
	width:120px; 
	color:#5d4054; 
}

textarea,select {
	max-width: 100%;
	padding: 5px;
	border: 1px solid #DDD;
	background: #FFF;
	color: #f07e78;
}

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 #f07e78;
	background: #f07e78;
}

button:hover,
input[type='reset']:hover,
input[type='submit']:hover,
input[type='button']:hover {
	color: #FFF;
	border: 1px solid #5d4054;
	background: #5d4054;
}




/* HIDDEN POST CONTENT */

.hidcon { 
	margin: 20px 0px; 
}

.hidcon a:hover { 
	background:#f07e78; 
	color:#fafafa; 
}

.hidcon a { 
	padding: 10px 20px; 
	border: 1px solid #f07e78;
	color:#5d4054;
	letter-spacing:2px;
	font-weight: 900;
	text-transform:uppercase;
	font-size:11px; 
}


/* IMAGE/TEXT ALIGN */

img.alignleft { 
	float: left; 
	margin: 5px 10px 5px 0; 
}

img.alignright { 
	float: right; 
	margin: 5px 0 5px 10px; 
}

img.aligncenter { 
	margin-top:8px; 
	margin-bottom:2px; 
	text-align: center; 
	display: block; 
}

.alignleft { 
	float: left; 
	margin: 5px 10px 5px 0; 
}

.alignright { 
	float: right; 
	margin: 5px 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 a { 
	font-size: 13px;
	color:#fafafa;
	background:#f07e78; 
	padding:6px 10px; 
	margin:10px 0px; 
}

.breadcrumb a:hover { 
	color:#fafafa;
	background:#5d4054; 
	padding:6px 10px; 
	margin:10px 0px; 
}



/* HIGHLIGHT */

::selection {
	background: #f07e78;
	color: #ffffff;
}

::-moz-selection {
	background: #f07e78;
	color: #ffffff;
}




/* 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 */

#qTip { 
	padding:6px;
	display: none;
	color: #fafafa; 
	border: 0px solid #fafafa;
	position: absolute;
	text-transform: uppercase;
	background-color:#f07e78;
	z-index: 1000;
	-moz-opacity:.80;
	filter:alpha(opacity=80);
	opacity:.80; 
	font-family: 'Oswald', sans-serif;
	font-size:11px;
}




/* TOP AFFIE DROPDOWN */

select{
	padding:4px;
	margin-top:10px;
	width:220px;
	background:#f07e78;
	border:solid 1px #5d4054;
	font-family: 'Oswald', sans-serif;
	color:#fafafa;
	text-transform:uppercase;
	font-size:13px;
	font-weight:normal;
	letter-spacing:1px;
}




/* FOOTER */

#footer {
	clear: both;
	width: 90%;
	margin: 0 auto;
	padding: 15px 0;
	background-color: transparent;
	position: relative;
	display: block;
	text-align: center;
	color: #535150;
}

#footercontent {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-weight: 500;
	font-size: 12px;
	font-family: 'Playfair Display', serif;
	color:#535150; 
	text-transform:uppercase;
	text-align: center;
}

#footercontent span {
	display: inline-block;
	margin: 0 10px;
}

#footercontent i {
	margin: 0 5px 0 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background-color: #f07e78;
	color: #FFF;
	font-size: 10px;
	border-radius: 100%;
}

#footercontent a {
	color: #535150;
	text-decoration: none;
	line-height: 20px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

#footercontent a:hover {
	color: #d683a4;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}




/* SCROLLBAR */

/* Let's get this party started */
	::-webkit-scrollbar {
   	width: 8px;
}
 
/* Track */
	::-webkit-scrollbar-track {
	background-color: #fff;
	border: 1px solid #fff;
	border-top: none;
	border-bottom: none;
}
 
/* Handle */
	::-webkit-scrollbar-thumb {
	background-color: #5d4054;
	border: 1px solid #fff;
	border-top: none;
	border-bottom: none;
}

::-webkit-scrollbar-button{
	height: 0px !important;
}




/* PAGINATION */

div.pagination {
	text-align: center;
	font-family: 'Oswald', 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: #f07e78;
	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: #5d4054; 
	color: #fafafa;
}

div.pagination span.current {
	padding: 0.5em 0.64em 0.43em 0.64em;
	margin: 2px;
	background-color: #5d4054;
	color: #fafafa;
}

div.pagination span.disabled {
	display:none;
}






@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: #fff; }
	#latestimg { display: none; }
	#header { display: none; } 
	.post { float: none; max-width: 100%; }
	.side { display: none; }
	.bar{ display: none; }
	.post .featured { display: none; }
	#entry { max-width: 100%; border: 1; float: none; }
	}