/*
Theme Name: RobMeek.com
Theme URI: http://robmeek.com/
Author: Rob Meek
Author URI: http://robmeek.com/
Version: 0.1
*/

/*	Resets
	------	*/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figure,figcaption,hgroup,menu,header,footer,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0}article,aside,canvas,figure,figure img,figcaption,hgroup,footer,header,nav,section,audio,video{display:block}a img{border:0}figure{position:relative}figure img{width:100%}



a:visited, a:link {
	color: #3399cc;
}

body {
	font-family: "ff-typestar-black-web";
	font-size: 1em;
}

h1 {
	font-size: 4.1em;
}

h2 {
	font-size: 1.35em;
	font-weight: normal;
}

h2 a {
	font-weight: normal;
}

h1, h2 {
	font-family: "ff-typestar-black-web";
}

h2 a, h1 a {
	text-decoration: none;
}

p {
	margin-top: 1em;
	margin-bottom: 1em;
}

#main {
	margin-left: 50px;
}

#content,
#footer,
#header,
.margins {
	margin-left: 20px;
	margin-right: 20px;
}

/* gallery / slideshow */

div.slideshow-wrapper {
	margin: 0px;
	position: relative;
}

div.portfolio-slideshow {
	margin: 0px;
}

.slideshow-nav,
.slideshow-title {
	position: absolute;
	background: rgba(0, 0, 0, 0.7);
	color: white;
	display: inline;
	z-index: 2;
}

.slideshow-nav {
	left: 20px;
	bottom: 15px;
	padding: 2px 7px;
}

.slideshow-title {
	right: 20px;
	bottom: 15px;
	margin: 0!important;
	padding: 2px 7px;
}


/* header */
#header {
	top: 0px;
	padding-top: 20px;
	width: 100%;
	background-color: white;
	display: table;
}


.post {
	max-width: 600px;	
	margin-bottom: 100px;
	font-family: ff-tisa-web-pro;
	line-height: 1.4em;
}

#tagline,
#title,
#page-title
{
	display: table-cell;
	vertical-align: middle;
}

#title {
	width: 200px;
	min-width: 200px;
	max-width: 200px;
}

#tagline {
	width: 200px;	
	min-width: 200px;
	max-width: 200px;
}



/* content */
#content {
	margin-top: 0px;
}

/* gallery */
#gallery {
	list-style: none;
}

.gallery-project {
	float: left;
	width: 201px;
}

.gallery-project .subhead {
	padding-right: 10px;
}

.gallery-project img {
	display: none;
}

.featured-thumbnail {
	width: 200px;
	height: 200px;
	background: #ccc;
}

.outline img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 1px #ddd;
}

/* single */
.post-headline {
	padding-bottom: 6px;
	height: 2.9em;
}

.post-meta ul {
	list-style: none;
	padding: 7px 0px 14px 0px;
}


.post-meta .press li {
	padding: 10px 0px;
}

blockquote p {
	display: inline;
	margin: 0px;
	padding: 0px;
}

blockquote {
	padding: 20px;	
	background: #ddd;
}

blockquote:before, blockquote:after {
	display: inline;
}

blockquote:before {
	content: '“';
}

blockquote:after {
	content: '”';
}

.quote-source:before {
	content : '– ';
}

.quote-source {
	font-size: 0.75em;
	text-align: right;
	font-style: italic;
}

/* bottom aligned subheads */
.subhead {
	padding-right: 10px;
	display: table;
}

.subhead h2 {
	display: table-cell;
	vertical-align: bottom;
	padding-bottom: 6px;
	height: 2.9em;	
}

/* footer */
#footer {
	font-size: 0.75em;
	width: 100%;
	background-color: white;
	margin-bottom: 50px;
}
.menu-rm-footer-container {
	display: inline;
}
#menu-rm-footer {
	display: inline;
}
#footer nav {
	display: inline;
}
#menu-rm-footer li {
	display: inline;
	padding-right:10px;
}

.pagination {
	margin-top: 10px;
	font-size: 0.75em;
}

/* misc */
.none { /* this class is used to hid the skip to content link at the beginning of the document for accessibility */
	display: none;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.aligncenter {
	text-align: center;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}

#debug {
	position: absolute;
	width: 600px;
	right: 10px;
	top: px;
	
}

#debug pre {
    white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
    white-space: -pre-wrap; /* Opera */
    white-space: -o-pre-wrap; /* Opera */
    white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
    word-wrap: break-word; /* IE 5.5+ */
}

.wpcf7-mail-sent-ok {
	border: 0!important;
	padding: 0!important;
}
