/*  
Theme Name: Straightforward Research 
Theme URI: http://purposemakers.net
Description: Straightforward
Version: 0.1
Author: Teresa McPhilemy
Author URI: http://purposemakers.net
*/



/*-----------------------------------------------------------------------------------------------

* div  {
	background:#cfd0d2;
}


  Global Styles
-----------------------------------------------------------------------------------------------*/



* {
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, h6, p { margin:0 0 1em 0; }


.hide { display:none; }
.left{ float:left; }
.right{ float:right; }
.center{ text-align:center; }
.t_left{ text-align:left; }
.t_right{ text-align:right; }
.clear{ clear:both; }
.clear_right{clear:right;}
a img{ border:none; }

/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/

body{
	background:#fff;
	color:#777;
	font-size:100%;
	font-family:Arial, Verdana, sans-serif;
}

/* This class sets the width and position for all rows */
.inside{
	width:960px;
	margin:0 auto;
	padding:0;	
}

a {
	color:#666666;
	text-decoration:none;
}

a:hover { 
	color:#cc3333;
}

h1, h2, h3, h4{
	font-size:2em;
	color:#cc3333;
	font-weight:normal;
	padding-top:10px;
	margin:0 0 20px 0;	
}

h2, h3{
	font-size:1.8em;
}

h4{
	font-size:1.5em;
}

p{
	line-height:1.75em;
}

ul li{
	list-style-type:none;
	background:transparent url(img/red_bullets_01.gif) no-repeat 0 5px;
	padding:0 0 0 15px;
	margin:7px 0;
}

blockquote{
	padding:1px 12px 1px 1em;
	border-left:2px solid #C00;
	color:#BBB;
	background-color:#333;
	font-size:1.1em
}



/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/
#header{
	height:130px;
	background-color:#fff;
}

#header .inside{
	border-bottom:1px solid #ccc;
	padding:0 0 40px 0;
}

#header h2{ 
	font-size:2.25em;
	margin:40px 0 0 0;
	padding:0;
	float:left;
}

#header h2 a{ 
	text-decoration:none; 
	display:block;
	width:290px;
	height:56px;
	border:0;
	text-indent:-10000px;
	background: transparent url(img/straightforward_logo_02.gif) no-repeat left top;
}


#header h3{ 
	margin:40px 0 0 0;
	padding:0;
	color:#cc3333;	
}

/*-----------------------------------------------------------------------------------------------
  Menu Styles
-----------------------------------------------------------------------------------------------*/

#nav {
	width:600px;
	height:30px;
	float:right;
	margin:55px 0 0 0;
}

ul#navigation{
	border:0;
	padding:0;
	margin:0 ;
	float:right;
	clear:both;
}

ul#navigation li{
	float: left;
	display: inline;
	background-image:none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border:0;
	font-weight: bold;
}

ul#navigation li a{
	float: left;
	display: block;
	height: 20px;
	margin:2px 0 0 0;
	padding: 20px 25px 0 25px;
	color: #000;
	text-decoration: none;
	text-transform: lowercase;
	border-left:1px solid #ccc;
}

* html ul#navigation li a{
	margin:35px 0 0 0;
}

ul#navigation li a:hover, ul#navigation li a.selected{
	color: #cc3333;
}

ul#navigation li.current_page_item a {
  color:#cc3333;
}

ul#navigation li.current_page_parent a {
  background: #cfd0d2 url(img/nav_seperator_01.gif) no-repeat left top;	
  color:#005596;
}

ul#navigation li a.no_sep {
  background-image:none;
}

/*-----------------------------------------------------------------------------------------------
  Primary Items
-----------------------------------------------------------------------------------------------*/

#primary{
	text-align: left;
}

/* Single Post Styles */

#primary .primary {
	width:960px;
	float:left;

}

#primary .home {
  background: url(img/blocks_01.gif) no-repeat right bottom;
}

#primary .work {
  background: url(img/blocks_01.gif) no-repeat right bottom;
}

#primary .clients {
  background: url(img/blocks_01.gif) no-repeat right bottom;
}

#primary .contact {
  background: url(img/blocks_01.gif) no-repeat right  bottom;
}

#logos {
  height:240px;
  background: url(img/blocks_01.gif) no-repeat left bottom;
  margin-bottom:15px;
}


#primary .post{
	width:500px;
	float:left;
}

#primary .primary a, #primary .secondary a{
	color:#cc3333;
	text-decoration:none;
}
#primary .primary a:hover, #primary .secondary a:hover{
	color:#666666;
}

#home {
  border-bottom:1px solid #ccc;
  margin:0 0 40px 0;
}

#home p {
  text-align:center;
  font-size:30px;
  font-style:italic;
  margin:20px;
  color:#cc3333;
  font-family:georgia, "times new roman", serif;
}

#services {
  background-color:#fff;
  float:left;
}

.service {
  width:313px;
  float:left;
  border-right:1px solid #ccc;
  padding:15px 0 0 0;
  margin:0 6px 10px 0; 
}

.service h3 {
  padding:0 0 0 20px;
  margin:0;
  font-size:25px; 
  color:#666; 
}

.service h4 {
  color:#ec1c50;
  font-size:20px;
}

.service_text {
  background:#fff;
  height:150px;
  position:relative;
  margin:6px 0 0 0;
  padding:10px 20px;
}

.service_link {
  position:absolute;
  right:20px;
  top:130px;
  font-weight:bold;
}

.no_r {
  margin-right:0;
  border-right:1px solid #fff;
  position:relative;
}


/*-----------------------------------------------------------------------------------------------
	Secondary Items
-----------------------------------------------------------------------------------------------*/

#primary .secondary{
	float:right;
	width:410px;
	padding:10px 0 30px 0;
	margin-left:10px;
	display:inline;
}

.secondary ul {
	list-style-type:none;
	margin:0 0 2em 0;
}

.secondary ul li {
	list-style-type:none;
	margin:0;
	padding:0.8em 0;
	border-bottom:1px solid #eee;
}

#primary .secondary li.current_page_item a {
  color:#fff;	
  background-color: #8cc63f;
  padding:3px;
}


/*-----------------------------------------------------------------------------------------------
  Foooter
-----------------------------------------------------------------------------------------------*/

#footer{
	clear:both;
	padding:2em 0 5em 0;
}

#footer .inside{
  border-top:1px solid #ccc;
	padding:1em 0;  
}

#footer p {
	margin:0;
	font-size:12px;
}

#footer p.attributes{ 
	float:right;
	padding:0 0 0 1em;
}

a.rss {
  padding:0 0 5px 16px;
  background: url(img/feed-icon-12x12.gif) no-repeat left center;
}

#footer a {
  font-weight:bold;
}

/*-----------------------------------------------------------------------------------------------
  Tables
-----------------------------------------------------------------------------------------------*/

#mytable {
	padding: 0;
	margin: 0;
	font-size: 85%;
	width:95%;
}

#mytable a {
	font-weight:bold;
}

th {
	color: #fff;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
  text-transform: uppercase;
  text-align: left;
  padding: 6px 6px 6px 12px;
  background-color: #bc9b6a;
}

td {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}

td.spec {
	border-left: 1px solid #eee;
	border-top: 0;
	font-weight:bold;
  background-color: #f5f5f5;	
}
