/*  
Theme Name: The sign place
Theme URI: http://purposemakers.net
Description: The sign place
Version: 0.1
Author: Michael McCrea  
Author URI: http://purposemakers.net
*/



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

* div  {
	background:#fce512;
}


  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:#efefef;
	color:#777;
	font-size:72.5%;
	font-family:Arial, Verdana, sans-serif;
}

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

a {
	color:#3b49ff;
	text-decoration:none;
	font-weight:bold;
}

a:hover { 
	color:#666;
}

h1, h2, h3, h4{
	font-size:2em;
	color:#3b49ff;
	font-weight:bold;
	padding-top:10px;
	margin:0 0 10px 0;	
}

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

h4{
	font-size:1.3em;
}

p{
	line-height:1.75em;
}

ul li{
	list-style-type:square;
	margin:0.5em 0 0.5em 2em;
}

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



/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/
#header{
	background:#000 url(img/header_bg_01.jpg) top left repeat-x;
}

#header .inside{
}

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

#header h1 a{ 
	text-decoration:none; 
	display:block;
	width:278px;
	height:101px;
	border:0;
	text-indent:-10000px;
	background: transparent url(img/the_sign_place_logo_01.jpg) no-repeat left top;
}

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

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

#nav {
	width:660px;
	height:30px;
	float:left;
	margin:33px 0 0 0;
	padding:0;
}

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

ul#navigation li{
	float: left;
	display: inline;	
	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 15px;
	padding: 4px 15px 0 15px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	border:1px solid transparent;	
}

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

ul#navigation li a:hover, ul#navigation li a.selected{
	color:#fff;
	background-color:#3b49ff;
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-bottomright:5px;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;	
	border:1px solid #3b49ff;
}

ul#navigation li.current_page_item a, ul#navigation li.current_page_parent a {
	color:#fff;
	background-color:#3b49ff;
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-bottomright:5px;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;	
	border:1px solid #3b49ff;
}

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

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

#primary{
	text-align: left;
}

#primary .inside{
  border-bottom:1px solid #ccc;
  background-color:#e5e4e4;
}

/* Single Post Styles */

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

#primary .post{
	width: 565px;
	float:right;
	margin:0 70px 0 0;
	padding:20px 0;	
}

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

.no_r {
  margin-right:0;
}


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

#primary .secondary{
	float:left;
	width:185px;
	padding:0;
	margin:30px 0 0 30px;
	display:inline;
}

.secondary h2 {
	margin:0 0 10px 0;
	padding:0;
}

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

.secondary ul li {
	list-style-type:none;
	margin:0;
	padding:0.8em 0;
}

.secondary #deliverables ul {
	list-style-type:square;
}

#deliverables ul li {
	padding:5px 0;
	list-style-type:square;
	margin:0 0 0 15px;	
}

#primary .secondary li a {
	display: block;
	height: 20px;
	margin:2px 20px 0 0;
	padding: 4px 20px 0 20px;
  font-weight:bold;
	color:#fff;
	background:#3b49ff url(img/arrow_01.png) 150px center no-repeat;
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-bottomright:5px;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;	
	border:1px solid #3b49ff;
}

#primary .secondary li a:hover {
	display: block;
	height: 20px;
	margin:2px 20px 0 0;
	padding: 4px 20px 0 20px;
  font-weight:bold;
	color:#3b49ff;
	background-color:#fff;
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-bottomright:5px;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;	
	border:1px solid #fff;
}

#primary .secondary li.current_page_item a {
	display: block;
	height: 20px;
	margin:2px 20px 0 0;
	padding: 4px 20px 0 20px;
  font-weight:bold;
	color:#fff;
	background-color:#54b022;
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-bottomright:5px;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;	
	border:1px solid #54b022;
}


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

#footer{
	clear:both;
}

#footer .inside {
	padding:1em 0 5em 0;
  background-color:#c8c7c7;
}

#footer a {
	color:#666;
	text-decoration:none;
	font-weight:bold;
}

#footer a:hover { 
	color:#3b49ff;
}

#footer p {
	margin:0 10px;
	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 0 1px;
}

#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;	
}

/*-----------------------------------------------------------------------------------------------
  Content Slider
-----------------------------------------------------------------------------------------------*/


#featured_home {
  width: 100%;
  float: left;
  height: 303px;
}

#featured {
  width: 667px;
  float: right;
  height: 303px;
}

#thevideo {
width: 100%;
float: left;
padding: 15px 0 0 0;
}

#thevideoinside {
width: 100%;
float: left;
position: static;
padding: 0 0 15px 0;
min-height: 350px;
}

#videoembed {
margin: 0px auto;
width: 980px;
text-align: center;
}

.watchnow {
position: absolute;
top: 250px;
left: 560px;
width: 180px;
height: 29px;
cursor: pointer;
}

.insert {
width: 180px;
height: 350px;
margin: 0 0 0 550px;
color: #FFFFFF;
padding: 10px;
line-height: 1.2em;
}

.insert h2 {
line-height: 1em;
font-size: 22px;
font-weight: normal;
margin: 0 0 10px 0;
}

.insert a:link, .insert a:hover, .insert a:visited {
color: #FFFFFF;
text-decoration: none;
}
/* End Content Slider */
