/*
Theme Name: Chris Martin Studios
Version: 1.0
Author: Chris Martin Studios
Author URI: http://www.chrismartinstudios.com/
*/

body {
  background: #1a1a1a url(images/main_bg.jpg) top center no-repeat;
  font-family: Arial,Verdana,Sans-serif;
  color: #fff;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

#wrapper {
  width: 900px;
  margin: 0px auto 0px auto;
}

#headerNav {
  width: 900px;
  height: 140px;
  clear: both;
  margin: 0px;
  padding: 0px;
  background: #000 url(images/chrismartinstudios.jpg) no-repeat;
}

#headerNav ul {
  list-style: none;
  margin: 0px;
  padding: 86px 0px 0px 210px;
}

#headerNav ul li {
  float: left;
  margin-top: 0px;
}

#headerNav ul li a {
  font-size: 11pt;
  display: block;
  padding: 10px;
  color: #fff;
  text-decoration: none;
}

#headerNav ul li a:hover {
  color: #555;
  background: #000;
}

#image {
  background-color: #000;
  width: 280px;
  height: 350px;
  float: left;
  margin: 0px 30px 30px 0px;
  text-align: left;
}

#story {
  background-color: #000;
  width: 280px;
  height: 350px;
  float: left;
  margin: 0px 30px 30px 0px;
  text-align: left;
}

#passion {
  background-color: #000;
  width: 280px;
  height: 350px;
  float: left;
  margin: 0px 0px 30px 0px;
  text-align: left;
}

#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;
}

#latestInner h2 {
  padding: 0px;
  margin: 0px;
}

#latestInner 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: #fff;
  font-weight: bold;
  text-decoration: underline;
}

a:hover {
  color: #555;
  text-decoration: none;
}

a:active {
  color: #111;
  text-decoration: none;
}

#work {
  width: 590px;
  height: 330px;
  margin: 0px 0px 30px 0px;
}

#thoughtsIdeas {
  width: 280px;
  height: 550px;
  margin: 0px 0px 30px 0px;
  float: left;
  background: #000;
  text-align: left;
}

#thoughtsIdeasInner {
  width: 280px;
  min-height: 550px;
  margin: 0px 0px 30px 0px;
  float: left;
  background: #000;
  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: #555;
  color: #1a1a1a;
  border: 0pt none;
}

#searchsubmit {
  margin: 0px 0px 30px 30px;
  width: 220px;
  height: 20px;
  text-transform: uppercase;
  font-size: 8pt;
  background-color: #1a1a1a;
  color: #555;
  border: 0pt none;
  clear: both;
}

#footer {
  width: 100%;
  height: 30px;
  background-color: #000;
  clear: both;
}

#footer p {
  color: #444;
  font-size: 8pt;
  margin: 0px;
  padding: 8px 0px 0px 0px;
}

.line	{
	border-top: 1px dotted #555;
	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 */