/*  
Theme Name: eireann contracts
Theme URI: http://purposemakers.net
Description: eireann contracts
Version: 0.1
Author: Michael McCrea
Author URI: http://purposemakers.net
*/



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


* div  {
  background:#cfd0d2;
}


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



* {
  padding:0;
  margin:0;
}

h1, h2, h3, h4, h5, h6, p, li {
  margin:0 0 1em 0;
  font-size:1.2em;  
}

.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{   
  color:#333;
  background-color:#fff;
  font-size:62.5%;
  font-family: Arial, Verdana, sans-serif;
}

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

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

a:hover { 
  color:#b4a95f;
}

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

h2, h3{
  font-size:2em;
  margin:0 0 10px 0;  
}

h4 {
  font-size:1.7em;
  font-weight:bold;   
}

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
}

hr {
  background-color: #fff;
  color: #fff;
  height:1px;
  border:0;
  margin:0;
  padding:0;
}


/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/
#header{
}

#header a {
  color:#007772;
}

#header a:hover { 
  color:#b4a95f;
}

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

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

#header h2{ 
  margin:20px 0 0 0;
  padding:0;
  float:right;
  font-size:2.5em;
  color:#fff;  
}

#search {
  float: right;
  padding: 30px 0 0 0;  
}

#contact_head {
  width:240px;
  white-space: nowrap;
  float: right;
  clear:right;
  padding: 10px 0 0 0;  
}

#contact_head h3 {
  text-align:center;
  margin:0;
  padding:0;
}

#contact_head h3 a {
  color:#fff;
  display:block;  
  width:240px;
  height:35px;
  padding:5px 0 0 0;
  background-color:#007772;
}

#contact_head h3 a:hover { 
  color:#fff;
  background-color:#b4a95f;  
}

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

ul#navigation{
  width:100%;
  background-color:#007772;
  padding:0 0 0 0;
  margin:0 ;
  float:left;
  clear:both;
}


#navigation li {
  float:left;
  height: 45px;  
  width:124px;
  margin:0;
  padding:0;
  border-left: 1px solid #CCC;  
  list-style:none;
  background:url(img/norm_left.gif) no-repeat left top;  
}

#navigation a {
  display:block;
	color:#fff;  
	padding: 7px 5px 23px 7px; 
  font-weight:bold;  
  background:url(img/norm_right.gif)
}

ul#navigation li a:hover, ul#navigation li a.selected{
	color:#fff;
	background-color:#b4a95f;
}

#navigation li.current_page_item, #navigation li.current_page_parent {
  background-color:#b4a95f;
}

#navigation li.current_page_item a, #navigation li.current_page_parent a {
  color:#fff;
}

#navigation li.current_page_item a:hover, #navigation li.current_page_parent a:hover {
  color:#fff;
}


#breadcrumb {
  padding:5px 10px;
  clear:both;
}

#breadcrumb a {
  color:#b4a95f;
  text-decoration:none;
}

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

#primary {
  text-align:left;
  background-color:#fff;
}

#primary #img_home {
  float:left;
  width:490px;
  margin:0 10px 0 -10px;
}

#primary #img_page {
  float:left;
  width:990px;
  margin:10px 0 0 0;
}

#primary .category a {
  float:left;
  width:125px;
	background-color:#e7e6ce;
  margin:10px 0 10px 10px;
  padding:0 0 10px 0;
}

#primary .category a:hover {
	background-color:#b4a95f;
	color:#fff;
}

#primary .category img {
  padding:0 0 5px 0;
}

#primary .category span {
  font-size:15px;
  padding:0 0 0 10px;  
}

.breadcrumb {
  padding:10px 0 0 0;
  font-size:110%;
}

#flashcontent {
  margin:10px 0 0 10px
}

/*-----------------------------------------------------------------------------------------------
  Sliding menu
-----------------------------------------------------------------------------------------------*/

#sm ul, #sm li {
  padding:0;
  margin:0;
}

.sm {
  list-style:none;
  width:990px;
  display:block;
  overflow:hidden
}

.sm li {
  float:left;
  display:inline;
  overflow:hidden
}

/* Single Post Styles */
  

#primary .primary {
  width:480px;
  margin:0 10px 0 0;
  float:left;
}

#primary .primary ul {
  margin:20px 0 20px 0;
}


#primary ul li {
  line-height:1.75em; 
}

#primary .post h2 a {
  font-weight:normal;
}


#post_content {
  float: left;
  clear:both;
  width:710px;
  padding:0;
  margin:0;
}

#post_content h2 {
  margin:0 0 10px 0;
  padding:0;
}

.entry {
  float:left;
  width: 590px;
  margin:0 0 50px 10px;
}

.post {
  clear:both;
  padding:0;
}


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

#primary .secondary {
  float:right;
  width:500px;
  margin:10px 0 0 0;
}

#primary .secondary h2 a{
  margin:10px 0 10px 10px;
  display:block;
  width:225px;  
  padding:3px 10px 5px 5px;  
  font-weight:normal;
  color:#fff;
  background-color:#007772;
}

#primary .secondary h2 a:hover {
	color:#fff;
	background-color:#b4a95f;
}


.secondary ul {
  margin:0 0 10px 13px;
  padding:0;
}

.secondary ul li {
  margin:0 0 0 15px;
  padding:3px 0;
}

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

.sidebar_module {
  width:240px;
  float: left;
  margin:10px 0 10px 10px;
  padding:0 0 10px 0;
}

.first {
  margin:10px 0 10px 0; 
}

.project_sec {
  margin:20px 0 10px 10px;  
}

/*-----------------------------------------------------------------------------------------------
  Ancillary Items
-----------------------------------------------------------------------------------------------*/

#ancillary {
  color:#fff;
  font-weight:bold;
  background-color: #000;
}

#ancillary .inside{
  height:70px;
}

#ancillary p{
  padding:28px 0 0 0;
}

#ancillary a {
  color:#fff;
}

#ancillary a:hover { 
  color:#b4a95f;
}

span.blue_t {
  color:#b4a95f;
}

/*-----------------------------------------------------------------------------------------------
  Contact Form
-----------------------------------------------------------------------------------------------*/

.contactform {
  float:left;
  font-size:1.1em;
  width:400px;
}

label {

} 

.contacterror {
  border: 1px solid #ff0000;
}

.sub_error {
  background-color:#cc0000;
  color:#fff;
  padding:5px;
  margin:0 0 20px 0;
}

.sub_error p {
  padding:0px;
  margin:0px;
}

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

#footer{
  clear:both;
  color:#fff;
  padding:10px 0 20px 0;
  background-color: #007772;  
}

#footer .inside {
  padding-top:10px;
}

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

#footer a:hover { 
  color:#ccc;
}

#footer p {
  margin:0;
  font-size:1.1em;
}

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

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


/*-----------------------------------------------------------------------------------------------
  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;  
}


/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(img/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(img/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(img/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(img/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
