/*
Theme Name: Chris Martin Studios
Version: 1.0
Author: Chris Martin Studios
Author URI: http://www.chrismartinstudios.com/
*/

.slideshowlink {
  display: none;
}

body {
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #000;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

#wrapper {
  width: 900px;
  margin: 0px auto 0px auto;
}

#logo {
  background: #fff;
  width: 900px;
  height: 100px;
  margin: 0;
  padding: 0px;
}

#nav_div {
  width: 900px;
  height: 42px;
  clear: both;
  margin: 0px 0px 30px 0px;
  padding: 0px;
  background: #000;
}

#work {
  width: 900px;
  height: 300px;
  position: relative;
  margin: 0px;
  padding: 0px;
}

#innovators {
  width: 900px;
  height: 100px;
  clear: both;
  margin: 30px 0px 30px 0px;
}

.small_text {
  font-size: 9pt;
  line-height: 15pt;
  padding: 20px;
  margin: 0px;
}

#latest {
  width: 590px;
  height: 550px;
  margin: 0px 30px 30px 0px;
  float: left;
  text-align: left;
}

#latest h2 {
  padding: 0px;
  margin: 0px;
}

#latest p {
  margin-top: 5px;
  line-height: 18pt;
}

#latestInner {
  width: 590px;
  min-height: 850px;
  margin: 0px 30px 30px 0px;
  float: left;
  text-align: left;
}

#portfolio {
  width: 900px;
  min-height: 400px;
  margin: 0px 0px 30px 0px;
  clear: both;
  text-align: left;
}

#latestInner h2, #portfolio h2 {
  padding: 0px;
  margin: 0px;
}

#latestInner p, #portfolio p {
  margin-top: 5px;
  line-height: 18pt;
}

#thoughtsInner {
  width: 590px;
  min-height: 850px;
  margin: 0px 30px 30px 0px;
  float: left;
  text-align: left;
}

#thoughtsInner h2 {
  padding: 0px;
  margin: 0px;
}

#thoughtsInner p {
  margin-top: 5px;
  line-height: 18pt;
}

a:link, a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}

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

#aboutlist li {
  margin-bottom: 15px;
}

.nobullets {
  list-style-type: none;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

a:active {
  color: #ed1f24;
  text-decoration: none;
}

#work {
  width: 900px;
  height: 300px;
  margin: 0px 0px 30px 0px;
  clear: both;
}

#thoughtsIdeas {
  width: 280px;
  height: 650px;
  margin: 0px 0px 30px 0px;
  float: left;
  background: #eee;
  text-align: left;
}

#thoughtsIdeasInner {
  width: 280px;
  min-height: 550px;
  margin: 0px 0px 30px 0px;
  float: left;
  background: #eee;
  text-align: left;
}

#thoughtsIdeas ul, #thoughtsIdeasInner ul {
  list-style: none;
  margin: 0px;
  padding: 0px 30px 0px 30px;
}

#thoughtsIdeas ul li, #thoughtsIdeasInner ul li {
  margin: 0px;
  padding: 0px 0px 20px 0px;
  font-size: 10pt;
}

#thoughtsIdeas p, #thoughtsIdeasInner p {
  margin: 0px;
  padding: 0px 30px 0px 30px;
  font-size: 10pt;
}

.screen-reader-text {
  display: none;
}

#s {
  margin: 0px 0px 0px 30px;
  width: 220px;
  height: 30px;
  font-size: 16pt;
  background-color: #ccc;
  color: #1a1a1a;
  border: 0pt none;
}

#searchsubmit {
  margin: 0px 0px 30px 30px;
  width: 222px;
  height: 20px;
  text-transform: uppercase;
  font-size: 8pt;
  background-color: #aaa;
  color: #555;
  border: 0pt none;
  clear: both;
}

#footer {
  width: 100%;
  height: 30px;
  background-color: #ed1f24;
  clear: both;
}

#footer p {
  color: #fff;
  font-size: 8pt;
  margin: 0px;
  padding: 8px 0px 0px 0px;
}

.line	{
	border-top: 1px dotted #ed1f24;
	margin: 50px 0px 50px 0px;
	clear: both;
	}
	
.notes {
  font-size: 10pt;
  line-height: 11pt;
}
	
acronym, abbr {
	border-bottom: 1px dashed #555;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

blockquote {
	border-left: 1px solid #555;
	margin-left: 1.5em;
	padding-left: 5px;
}

cite {
	font-size: 90%;
	font-style: normal;
}
/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

.alignright {
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
}

.wp-caption {
	border: 1px solid #000;
	text-align: center;
	background-color: #1a1a1a;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */
