/*
Theme Name: graemeborland_V3
Description: Version 3.0 of Graeme Borland's portfolio theme
Version: 3.0
Author: Graeme Borland
Author URI: http://graemeborland.com
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: full-width-template
*/

/* Insert your CSS here: */


body, h1, h2, h3, h4, img, div, ul, li, header {
	margin: 0px; padding: 0px;
}


body {
	/*background: url("images/background.gif");
	background-position: center;*/
	background-color: #262626;
	color: #999;
	font-family: 'Neuton', sans-serif;
	font-weight: 300;
	font-size: 18px;
}

h1, h2, h3, h4 {
	color: white;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}

a{-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;}
a:link, a:visited { color: white; text-decoration: none; }
a:hover { color: #ff0051; text-decoration: none; }

.pieceTitleMeta
{
	float:right;
	text-align: right;
	margin-right: 20px;
	opacity: 0.4;
}

.pieceTitleMeta:hover
{
	opacity: 1;
}

.blogHeader {
	font-size: 28px;
	background-color: #111;
	padding: 10px;
	-moz-box-shadow: 0px 5px 25px #000;
	-webkit-box-shadow: 0px 5px 25px #000;
	box-shadow: 0px 5px 25px #000;
}

.blogFooter, #reply-title {
	background-color: #111;
	padding: 5px 10px 5px 10px;
	-moz-box-shadow: 0px 5px 25px #000;
	-webkit-box-shadow: 0px 5px 25px #000;
	box-shadow: 0px 5px 25px #000;
	margin-bottom: 45px;
}



.category-featured {margin-top:-10px;margin-bottom:-10px;}

.home .category-subfeatured { width: 470px;height:130px;float:left;margin-bottom:20px;}
.home .category-subfeatured img {width: 100%;height:100%;}
.home .category-subfeatured .pieceTitle {
	width:450px;
	font-size: 22px;
	position: relative;
	float: left;
	top: 130px;
	padding-left: 20px;
	padding-top: 10px;
	background-color: rgba(0,0,0,0.6);
	height: 38px;
	margin-top: -35px;
}
.home .category-subfeatured header {margin-top: 10px; padding-top:0px;}


.home .pieceTitle, .home .pieceTitle2 {
	font-size: 30px;
	position: relative;
	float: left;
	top: 260px;
	padding-left: 20px;
	padding-top: 12px;
	background-color: rgba(0,0,0,0.6);
	width: 940px;
	height: 58px;
	margin-top: -100px;
}

.pieceTitle, .pieceTitle2 {
	font-size: 30px;
	position: relative;
	float: left;
	top: 260px;
	padding-left: 20px;
	padding-top: 12px;
	background-color: rgba(0,0,0,0.6);
	width: 940px;
	height: 58px;
	margin-top: -55px;
}

.pieceTitle2 {
	top: 120px;
}


.single .pieceTitle
{
	font-size: 30px;
	position: relative;
	float: left;
	top: 120px;
	padding-left: 20px;
	padding-top: 12px;
	background-color: rgba(0,0,0,0.6);
	width: 940px;
	height: 58px;
	margin-top: -55px;
}

.bigLinkWrapper
{
-moz-box-shadow: 0px 15px 30px #111;
-webkit-box-shadow: 0px 15px 30px #111;
box-shadow: 0px 15px 30px #111;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
width:960px;
height:230px;
margin-bottom:10px;
overflow: hidden;
}

.bigLinkWrapper:hover{
	background-color: #ff0051;
	text-indent: 10px;
}

.bigLinkWrapper2
{
-moz-box-shadow: 0px 15px 30px #111;
-webkit-box-shadow: 0px 15px 30px #111;
box-shadow: 0px 15px 30px #111;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
width:460;
height:130px;
overflow: hidden;
}

.bigLinkWrapper2:hover{
	background-color: #ff0051;
	text-indent: 10px;
}

.logged-in-as {
	margin-bottom: 0px;
}

#nocomments {
	margin-bottom: 40px;
}

.read-more {
	display: block;
	width: 100px;
	padding: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	margin: auto;
	margin-top: 10px;
	background-color: #111;
	-moz-box-shadow: 0px 5px 25px #111;
	-webkit-box-shadow: 0px 5px 25px #111;
	box-shadow: 0px 5px 25px #111;
	text-align: center;
}

#reply-title {
	margin-bottom: -20px;
}

#commentform {
	padding: 10px;
}

#reply-title small {
	float:right;
}

.reply {
	margin-top: -10px;

}

.comment-meta {
	float:right;
}

.comment-author {
	float:left;
}

a.url {
	font-style: normal;
}

.fn {
	font-style: normal;
	font-weight: bold;
}

.comment-body p {
	clear:both;
}

.comment-body {
	background-color: #111;
	padding: 10px;
	-moz-box-shadow: 0px 5px 25px #000;
	-webkit-box-shadow: 0px 5px 25px #000;
	box-shadow: 0px 5px 25px #000;
	margin-bottom: 25px;
}

.says {display: none;}

.commentlist ul {
	list-style: none;
	margin-left: 70px;
}

.commentlist {
	width: 100%;
	margin-left: 0px;
	margin-bottom: 50px;
	list-style: none;
	-webkit-padding-start: 0px;
}


.comment-form-comment {
	margin-top: 0px;
	margin-bottom: 0px;
}

.form-submit {
	margin-top: 0px;
}

#reply-title small {
	font-size: 21px;
}

#comment {
	width: 100%;
	height: 100px;
}



#respond {
	margin-top: -10px;
	margin-bottom: 20px;
}


#container, #container2, #containerTop {
	width: 960px;
	margin: auto;
}

#colophon {
	background-color: rgba(0,0,0,0.3);
	padding-bottom: 80px;
}

#container2 h3, #containerTop h3 {font-size: 28px; padding-top: 40px;}
#container2 p, #containerTop p {font-size: 18px;}

#fullTop {background-color: rgba(0,0,0,0.3);width:100%;height: 100%;}

#siteTitle a{-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;}
#siteTitle a:link, #siteTitle a:visited { color: #ff0051; }
#siteTitle a:hover {color:white;}
#siteTitle {
	font-size: 66px;
	float: left;
}

.post ul
{
	margin-top:20px;
}

#topStripe, #bottomStripe {
	background-color: #ff0051;
	height: 5px;
	width: 100%;
	-moz-box-shadow: 0px 5px 25px #000;
	-webkit-box-shadow: 0px 5px 25px #000;
	box-shadow: 0px 5px 25px #000;
}

#topStripe {margin-top: 79px;}
#bottomStripe {margin-top: 60px;}

.site-navigation ul {
	list-style: none;
}

.site-navigation li {
	display: inline;
	float: right;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	margin-left: 20px;
	margin-top: 50px;
}

header { padding-top: 25px;}






.wp-post-image, .attachment-thumbnail, .size-large, .size-medium, .size-full, .size-small, .singleImage, iframe {
	-moz-box-shadow: 0px 15px 30px #111;
	-webkit-box-shadow: 0px 15px 30px #111;
	box-shadow: 0px 15px 30px #111;
}

.singleImage {
	width: 960px;
	height: 120px;
	overflow: hidden;
}



#socialIcons {
	padding-top: 40px;
	list-style: none;
	float: right;
}

#socialIcons li {
	display: inline;
	margin-left: 5px;
}



#portfolioMain {
	padding-top: 40px;
}

.portfolioItem {
	width: 140px;
	height: 260px;
	float: left;
	padding: 0px;
	border: 0px;
	margin: 10px;
	background-color:  #ff0051; 
}


.portfolioItem a:hover {
	opacity: 0.7;
}

#portfolioMain h2 {
	padding-left: 10px;
}


/* HTML5 elements (for older browsers) */
article, aside, footer, header, nav, section { 
	display: block; 
}




/*contact form 7 stuff*/
.contactFormLeft {
	float: left;
	width: 100px;
}

.contactFormRight {
	float: left;
	width: 400px;
}

input, textarea {
	background-color: #444;
	color: white;
	border: none;
	
	font-family: 'Neuton', serif;
	font-size: 16px;
	line-height: 15px;
	
	-moz-box-shadow: 0px 15px 30px #000;
	-webkit-box-shadow: 0px 15px 30px #000;
	box-shadow: 0px 7px 20px #000;
}

textarea {
	width: 517px;
	resize: vertical;
}


div.wpcf7-mail-sent-ok {
	border: 1px solid #00FF00;
	background-color: black;
}

div.wpcf7-mail-sent-ng {
	border: 1px solid #FF0000;
	background-color: black;
}

div.wpcf7-spam-blocked {
	border: 1px solid #ffa500;
	background-color: black;
}

div.wpcf7-validation-errors {
	border: 1px solid #f7e700;
	background-color: black;
}




/* The following styles are added automatically to some elements */
.sticky {
}

.bypostauthor {
}

.gallery-caption {
}

.wp-caption {
	border: 1px solid #000;
	color: white;
	text-align: center;
	background-color: #333;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-text {
	font-size: 75%;
	padding: 0 4px 5px;
	margin: 0;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}





.widgets_on_page
{
	width: 950px;
	margin: auto;
	margin-top: 30px;
}

.widgets_on_page ul
{
	list-style: none;
}

#tumblr_recent_photos
{
	margin-top: 10px;
}

#tumblr_recent_photos ul
{
	margin-top: -10px;
	height: 40px;
	overflow: hidden;
}

#tumblr-widget-2
{
	margin-top: 20px;
}

hr
{
	height: 0px;
	width: 100px;
	border: 0px;
	clear: both;
}

#tumblr-widget-2 ul
{
	margin-top: -15px;
}

#tumblr-widget-2 br
{
	display: none;
}

#tumblr-widget-2 li
{
	vertical-align: top;
	clear: both;
}

#tumblr-widget-2 img
{
	float: left;
	margin-bottom: 20px;
	margin-right: 10px;
	-moz-box-shadow: 0px 15px 30px #000;
	-webkit-box-shadow: 0px 15px 30px #000;
	box-shadow: 0px 15px 30px #000;
}

#tumblr-widget-2 iframe
{
	float: left;
	margin-bottom: 20px;
	margin-right: 10px;
}