/* @override 
	http://www.dev.dangergraphics.com/wp-content/themes/foliogrid_dark/style.css
	http://dangergraphics.com/wp-content/themes/foliogrid_dark/style.css
*/

.blogInfo {
	text-transform: uppercase;
	font-size: 12px;
	width: 230px;
	position: relative;
	left: 66px;
}

/*
Theme Name:FolioGrid Dark
Theme URI:thefloatingfrog.co.uk/
Description:A slick grid based Wordpress Portfolio theme.
Version:1.0
Author:The Floating Frog
Author URI:http://www.thefloatingfrog.co.uk
Tags:simple, clean, single column, grid, portfolio, dark

*/

/* Global reset
-------------------------------------------------------------------*/

html,body,div,li,dl,dt,dd,h1,h2,h3,h4,h5,pre,form,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}

h2, h3, h4 {
font-family: 'Josefin Sans Std Light', arial, serif;
}

fieldset,img {
	border: none;
}

caption,th {
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 10px;
	width: 100%;
}

table td {
	padding: 0 10px 0 0;
}

.hidden, .screen_reader, hr {
	display: none;
}

/* img replacement logo */

#nav {
	margin: 0;
	padding: 0;
	position: relative;
	top: -8px;
}

.pages {
	position: relative;
	top: -3px;
}

div .list .children {
	margin-bottom: 10px;
}

/* Paragraph default styling, amend as desired */

p {
	margin: 0 0 1em 0;
	padding: 0;
}

/* Default link styling */

a {
	color: #f0eeee;
}

a:hover {
	color: #f0eeee;
	text-decoration: none;
}

/* Float an element left with a margin */

.floatL {
	float: left;
}

/* Float an element right with a margin */

.floatR {
	float: right;
}

/* Float an element right with a margin */

.italic {
	
}

/* Italisise */

.upper {
	text-transform: uppercase;
}

/* Italisise */

.clear {
	clear: both;
}

.hideText {
	text-indent: -3000em;
	overflow: hidden;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

blockquote {
	padding: 20px;
	margin: 0 40px 20px 20px;
	border-left: 3px solid #fff;
	clear: both;
}

/* Default
-------------------------------------------------------------------*/

html, body {
	color: #aaa;
	font: 10px/1.4em "Lucida Grande", Lucida, Verdana, sans-serif;
}

body {
	padding: 90px 25px 50px;
	_padding: 10px 0 0 0;
	margin: 0;
	text-shadow: #000 0 1px 0;
	background: #232323 none no-repeat;
}

/* Template
-------------------------------------------------------------------*/

#header {
	width: 100%;
	height: 75px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 1);
	overflow: hidden;
	background: rgba(41,41,41,0.5) url(http://dev.dangergraphics.com/wp-content/themes/foliogrid_dark/img/dg_shield_logo.png) no-repeat 19px 10px;
}

#wrapper {
	padding: 20px;
	clear: both;
	position: relative;
	z-index: 50;
	top: 60px;
}

#contentwrap {
	position: relative;
}

#coreContent {
	width: 960px;
	margin: 0 auto;
}

#content {
	width: 620px;
	float: left;
}

#sidebar {
	width: 260px;
	float: right;
}

#foliogrid {
	margin-left: 65px 0 60px -1px;
	_margin-left: -30px 0 0 15px;
}

/* Header
-------------------------------------------------------------------*/

#header div {
	float: left;
	margin: 0;
	padding: 20px 0 18px 20px;
	color: #777;
	text-shadow: none;
}

#header form {
	float: left;
	margin: 0;
	padding: 0;
}

#header h3 {
	text-transform: uppercase;
	padding: 0;
	float: left;
	margin: 0 10px 0 0;
}

#header p {
	padding: 0;
	margin: 0;
}

#header a {
	color: #e2e2e2;
	
	text-decoration: none;
}

#header a:hover {
	text-decoration: none;
	color: #a9a9a9;
	-webkit-transition: color .3s linear;
}

#header input, #header select {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 3px;
	margin: -4px 0 0 0;
	border: 0;
	float: left;
}

#header input {
	width: auto;
	position: relative;
	background-color: #424242;
	color: #919191;
}

#header ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}

#header ul li {
	float: left;
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
	border-left: 1px solid #666;
	text-transform: lowercase;
}

#header ul li.first {
	border-left: 0;
	padding: 0;
	margin: 0;
}

/* Post
-------------------------------------------------------------------*/

h1 {
	border-bottom: 1px dotted #232323;
	padding-bottom: 5px;
	font-size: 3em;
	font-family: 'Josefin Sans Std Light', arial, serif;
}

h1,
	h1 a {
	margin: 0 0 5px;
	
	text-decoration: none;
	text-shadow: #000 0 3px 1px;
	line-height: 1em;
}

h1 a:hover {
	text-decoration: none;
	color: #a9a9a9;
	-webkit-transition: color .3s linear;
}

#coreContent h2,
	#coreContent h3,
	#coreContent h4 {
	line-height: 1em;
	margin: 0 0 20px 0;
	color: #fff;
	
	border-top: 1px dotted #444;
	padding: 10px 0;
	text-shadow: #000 0 2px 1px;
	font-size: 2.7em;
	
	
	
}

#coreContent h3 {
	font-size: 18px;
}

#coreContent h4 {
	font-size: 10px;
}

.post {
	background: #232323;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	position: absolute;
	border: 1px solid #333;
}

.post > div {
	_width: 180px;
	_padding: 0;
	margin: 10px;
	padding: 0;
}

.post:hover,
	.whiteBlock:hover {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 1);
	text-decoration: none;
}

.post:active,
	.whiteBlock:active {
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 1);
}

.post-header,
	.post-content {
	margin: 0 0 20px 0;
}

.post-content{
	margin: -14px 0 0;
}

.post-header img {
	margin-bottom: 0;
	-webkit-transform: scale(1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
	-moz-transform: scale(1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 500ms;
}

.post-header img:hover{
	-webkit-transform: scale(1.05);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
	--moz-transform: scale(1.05);
	--moz-transition-timing-function: ease-out;
	--moz-transition-duration: 500ms;
}

.post-content small a {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #424343;
	padding: 2px 3px;
	color: #909191;
}

.post-content small a:hover {
	background-color: #797979;
	text-shadow: #797979 0 0 0;
	color: #fffeff;
}

.post-content h2 {
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
}

.post-content a {
	text-transform: capitalize;
	color: #fff;
}

.post-content a:hover {
		text-decoration: none;
	color: #a9a9a9;
	-webkit-transition: color .3s linear;
}

.post-content h2 a {
	text-decoration: none;
	text-transform: uppercase;
	font-style: normal;
}

.post-content h2 a:hover {
		text-decoration: none;
	color: #a9a9a9;
	-webkit-transition: color .3s linear;
}

.post-footer {
	line-height: 1em;
}

.post-footer a {
}

.post-footer a:hover {
		text-decoration: none;
	color: #a9a9a9;
	-webkit-transition: color .3s linear;
}

.copyright {
	text-transform: uppercase;
	color: #aaa;
	font-size: 10px;
}

.copyright p {
	margin: 0;
}

.copyright a {
	text-transform: capitalize;
	color: #fff;
	
}

.whiteBlock {
	background: #fffeff;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	color: #666;
	-webkit-border-radius: 3px;
	border: 1px solid #444;
	font-size: 125%;
	line-height: 1.6em;
	margin: 0 0 20px 0;
	text-shadow: none;
}

.whiteBlock > div {
	padding: 30px;
	_padding: 0;
}

#coreContent .whiteBlock h2,
	#coreContent .whiteBlock h3,
	#coreContent .whiteBlock h4 {
	color: #232323;
	text-shadow: none;
}

#coreContent .whiteBlock a {
	color: #000;
}

.whiteBlock h1 {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 20px;
	text-shadow: none;
}

.whiteBlock h1,
	.whiteBlock h1 a {
	text-shadow: none;
	color: #232323;
}

.whiteBlock h1 a:hover {
		text-decoration: none;
	color: #a9a9a9;
	-webkit-transition: color .3s linear;
}

.whiteBlock a img {
	background-color: #fff;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #444;
}

.whiteBlock a img:hover {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 1);
}

.whiteBlock a img:active {
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 1);
}

.singlepost {
	font-size: 125%;
	line-height: 1.6em;
	margin: 20px 0;
}

.singlepost > div {
	
}

.singlepost img {
	border: 1px solid #444;
}

.singlepost a img:hover,
	.singlepost a img:active {
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.archiveTitle h2 {
	font-size: 14px;
	color: #f0eeee;
	
	margin: 0;
}

.archiveTitle .currentCat {
	margin: 0;
}

.archiveTitle .currentCat span {
	font-weight: bold;
}

.archiveTitle .spaced {
	margin: 0 0 30px 0;
}

.archiveTitle h3 {
	font-size: 14px;
	color: #f0eeee;
	
	margin: 0 0 20px 0;
}

.archiveTitle {
	padding-left: 0;
}	

.archiveTitle a {
	color: #f0eeee;
	text-decoration: none;
}	
.archiveTitle a:hover {
	text-decoration: none;
	color: #a9a9a9;
	-webkit-transition: color .3s linear;
}
.archiveTitle ul {
	list-style: none;
	padding: 0 0 0 13px;
}

.archiveTitle ul ul {
	margin: 0;
	
}

.archiveTitle ul li {
	padding: 0;
	list-style-type: disc;
	list-style-position: outside;
}

.archiveTitle ul ul	li {
	padding: 0;
}

.archiveTitle p {
	margin: 0 0 30px;
}

.archiveTitle .back {
	margin: 0;
}

.alignleft {
	float: left;
	margin: 0 30px 30px 0;
}

.alignright {
	float: right;
	margin: 0 0 30px 30px;
}

.pagination {
	border-top: 1px dotted #444;
	border-bottom: 1px dotted #444;
}

.prevpost {
	float: left;
}

.nextpost {
	float: right
}

.prevpost a,	
	.nextpost a {
	background: #000;
	padding: 10px 15px;
	margin: 0;
	display: block;
}

.prevpost a:hover,	
	.nextpost a:hover {
	background: #000;
	color: #f0eeee;
	font-size: 1.4em;
	text-shadow: none;
	font-weight: bold;
	
}

/* Sidebar elements
-------------------------------------------------------------------*/

#sidebar a {
	text-decoration: none;
	line-height: 2em;
}

#sidebar a:hover {
	text-decoration: none;
	color: #a9a9a9;
	-webkit-transition: color .3s linear;	
}

ul.sidebar_list {
	list-style: none;
	padding: 0;
	font-size: 1.3em;
}

ul.sidebar_list li.widget, 
	ul.sidebar_list li.linkcat {
	margin: 0 0 2.5em 0;
	line-height: 1.4em;
	border: 0;
}

li.widget h2 {
	font-size: 18px;
	line-height: 1.2em;
	margin: 0;
	color: #aaa;
	
	border: 0;
	border-bottom: 1px solid #666;
	padding: 0 0 10px 0;
}

li.widget p {
	margin: 0 0 1.5em 0;
	padding: 0 10px;
}

li.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

li.widget ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Footer elements
-------------------------------------------------------------------*/

#footer {
	border-top: 1px solid #444;
	padding: 30px 0 10px 0;
	text-transform: uppercase;
	font-size: 0.9em;
	clear: both;
}

#footer h3 {
	text-transform: uppercase;
	padding: 0;
	float: left;
	margin: 0 10px 0 0;
}

#footer p {
	padding: 0;
	margin: 0;
}

#footer a {
	color: #fff;
	
	text-transform: capitalize;
	text-decoration: none;
}

#footer a:hover {
		text-decoration: none;
	color: #a9a9a9;
	-webkit-transition: color .3s linear;
}

#footer ul {
	list-style: none;
	padding: 0 30px 0 0;
	margin: 0;
	float: left;
}

#footer ul li {
	float: left;
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
	border-left: 1px solid #666;
	text-transform: lowercase;
}

#footer ul li.first {
	border-left: 0;
	padding: 0;
	margin: 0;
}

#footer p {
	float: right;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.copyright {
	text-transform: uppercase;
}

.copyright a {
	text-transform: capitalize;
}

.left, .prev {
	float: left;
}

.right, .next {
	float: right;
}

/* Comments
-------------------------------------------------------------------*/

#comments {
	clear: both;
}

#comments h4 {
	font-size: 14px;
	line-height: 1.2em;
	margin: 0;
	color: #f0eeee;
	
	border-top: 1px dotted #444;
	padding: 10px 0;
}

.commentEntry {
	padding: 15px 0;
	border-top: 1px dotted #444;
	border-bottom: 1px dotted #444;
	margin-bottom: -1px;
}

.avatar {
	float: left;
	background: #fff;
	padding: 3px;
	margin: 0 15px 15px 0;

	width: 5%;
	height: 5%;
}

.commentContent {
	float: left;
	width: 800px;
	padding: 5px;
	
	color: #f0eeee;
}

.commentMeta {
	border-top: 1px dotted #444;
	font-size: 0.9em;
	font-style: normal;
	clear: both;
	padding: 12px 0 0;
}

.commentMeta a {
	
}

.nocomments {
	font-size: 1.2em;
	padding: 25px 0;
}

.leaveComment {
	margin-top: 10px;
}

/* Comment form
	--------------- */

.commentForm {
	text-transform: uppercase;
	margin: 0;
	padding: 15px 0;
}

.commentForm em {
	text-transform: lowercase;
	
	color: #f0eeee;
	font-size: 0.9em;
}

.commentFormLeft {
	float: left;
	width: 460px;
}

.commentFormRight {
	float: right;
	width: 460px;
}

label {
	display: block;
	font-size: 0.9em;
}

input[type=text],
	textarea {
	border: 1px solid #666;
	padding: 7px 5px;
	margin: 0 0 10px 0;
	font-size: 1em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 450px;
	background-color: #424242;
	color: #919191;
}

textarea {
	height: 153px;
}

input:focus,
	textarea:focus {
	background-color: #797979;
	color: #d5d5d5;
}

input[type=submit] {
	padding: 3px 10px;
	color: #fff;
	font-weight: bold;
	background: #666;
	border: 1px solid #666;
	border-radius: 3px;
	-webkit-transition: border-color .2s ease-in, background-color .2s ease-in;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
}

input[type=submit]:hover,
	input[type=submit]:focus {
	background: #000;
	border-color: #000;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

#content .commentFormLeft,
	#content .commentFormRight {
	float: none;
	width: auto;
}

#content input[type=text],
	#content textarea {
	width: 608px;
	clear: both;
}

#content .commentMeta {
	padding: 12px 0 0 0;
}

#sidebar input[type=text],
	#sidebar textarea {
	width: 248px;
}

#content .contactform input[type=text],
	#content .contactform textarea {
	width: 530px;
}

#content .wpcf7-form input[type=text], #content .wpcf7-form textarea{
	width: 530px;
	background-color: #d5d5d5;
	border-color: #a9a9a9;
}

#content .wpcf7-form input:focus,
	#content .wpcf7-form textarea:focus {
	background-color: #424242;
	color: #d5d5d5;
}
