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



/*-----------------------------------------------------------------------------------------------
* div  {
  background:#cfd0d2;
}

  Reset and Global Styles
-----------------------------------------------------------------------------------------------*/

* {
  margin:0;
  padding:0;
  border:0;
  font-size:100%;
  vertical-align:baseline;
}

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


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

body {
  font-size:75%;
  line-height:1.5;
  background-color:#0a2338;
  color:#222;
  font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
}

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

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; font-weight: bold; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

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

a:hover { 
  color:#c7dded;
}

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:#10314f url(img/header_bg_01.jpg) top left repeat-x;
  color:#fff;
}

#header .inside {
  position:relative;
}

#header a {
  color:#fff;
}

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

#header h1{ 
  margin:0;
  padding:0;
  position:absolute;
  top:0;
  left:0;
  z-index:1000;
}

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

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

#utility_nav {
  white-space: nowrap;
  float: right;
  clear:right;
  color:#fff; 
}

#utility_nav ul {
  margin:5px 0 0 0;
  padding:0;
  float:right;  
}

#utility_nav li {
  float:left;
  margin:0 ;
  list-style:none;
  padding:3px 10px;    
}

#utility_nav a {
  color:#fff;
}

#utility_nav a:hover { 
  color:#c7dded;  
  border-bottom:1px solid #c7dded;
}

h2#header_tag {
  font-family: "Times New Roman";
  font-size:19px;
  color: #c7dded;
  margin:15px 0 0 0;
  padding:0;
  float:right;
  clear:both;
}

#home_button a {
  position:absolute;
  left:200px;
  top:10px;
  z-index:10000;
  width:51px;
  height:26px;
  text-indent:-10000px;
  background: transparent url(img/home_button_01.png) top left no-repeat;
}

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

#nav {
  width:790px;
  float:right;
}

#nav ul {
  width:790px;
  margin:15px 0 0 0;
  padding:0;
  float:left;
  background-color:#0f3150;    
}

#nav li {
  float:left;
  margin:0 ;
  list-style:none;
}

#nav li:last-child a {
	padding: 10px 17px 10px 18px; 
}

#nav a {
  display:block;
	color:#fff; 
	padding: 10px 16px; 
  font-weight:bold;
  font-size:14px;
}

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

#nav li.current_page_item a,
#nav li.current_page_parent a,
#nav li.current_page_item a:hover,
#nav li.current_page_parent a:hover {
  color:#013567;
  background-color:#fff;
}

#breadcrumb {
  font-size:11px;
  padding:10px 0;
  clear:both;
}

#breadcrumb a {
  text-decoration:none;
}

#quick_nav {
  background: #0f3252 url(img/quick_nav_bg_01.jpg) top left repeat-x;
  border-top:1px solid #0f3252;
  height:69px;
}

#quick_nav h2 {
  float:left;
  color: #c7dded;
  font-size:15px;
  font-weight:bold;
  padding:20px 0 0 20px;
}

#quick_nav ul {
  float:right;
  margin:20px 0 0 0;
}

#quick_nav li {
  float:left;
  margin:0;
  padding:0 20px 0 0;
  list-style:none;
}

#quick_nav li a {
  padding:7px 20px;
  background-color:#0f3150;
  border:2px solid #005198;
  -moz-border-radius:4px; 
  -webkit-border-radius:4px;
  color:#c7dded;
}

#quick_nav li a:hover {
  background-color:#c7dded;
  color:#0f3150;
}

/*-----------------------------------------------------------------------------------------------
  Rotating sections
-----------------------------------------------------------------------------------------------*/

#header_images {

}

.header_inside {
  width:990px;
  margin:0 auto;
  padding:0;
}

#project_rotator {
  height:300px;
  overflow:hidden;
}

#rotat_image_01 {
  background: transparent url(img/rotating_banner_08.jpg) no-repeat center top;
  height:300px;    
  width:100%;
}

#rotat_image_02 {
  background: transparent url(img/rotating_banner_03.jpg) no-repeat center top;
  height:300px;
  width:100%;
}

#rotat_image_03 {
  background: transparent url(img/rotating_banner_06.jpg) no-repeat center top;
  height:300px;
  width:100%;
}

#rotat_image_04 {
  background: transparent url(img/garden_banner_07.jpg) no-repeat center top;
  height:300px;
  width:100%;
}

#rotat_image_05 {
  background: transparent url(img/accoodation_banner_01.jpg) no-repeat center top;
  height:300px;
  width:100%;
}



.call_to_action {
  color:#fff;
  float:right;
  width:300px;
  padding:10px;
  margin:110px 0 0 0;
  background: transparent url(img/call_action_bg_01.png) top left repeat;
}

.call_to_action h2, .call_to_action p {
  color:#fff;
  margin:0;
  padding:0;
}

.call_to_action h2 a, .call_to_action p a {
  color:#fff;
}

.call_to_action h2 a:hover, .call_to_action p a:hover  { 
  color:#c7dded;
}

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

#primary {
  text-align:left;
  padding:0;
  background-COLOR: #0a2338;
}

#primary .inside {
  background-color:#fff;
  border-bottom:1px solid #0A2338;    
}

#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:#c7dded;
	color:#fff;
}

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

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

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

.no_r {
  margin-right:0;
}

/* Single Post Styles */
  

#primary .primary {
  width:660px;
  margin:20px;
  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 {
  margin:50px 0;
}

.callaction {
  width:193px;
  float:left;
  margin:20px 40px 20px 0;
}

.callaction h2 {
  font-size:18px;
  margin:10px 0 0 0;
}

.callaction h2 a {
  color:#000;
  font-weight:normal;
}

.col3 {
  margin:20px 0;
}

.linkcat h2 {
  font-size:18px;
  margin:0;
}

.linkcat ul {
  margin-top:5px !important;
}


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

#primary .secondary {
  float:right;
  width:250px;
  margin:20px 20px 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:#000;
}

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


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

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

#primary .secondary li.current_page_item a {
  color:#fff; 
  background-color: #000;
  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;  
}

.sidebar-module {
  margin:30px 0 60px 0;
}

.module-header {
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
  background:url(img/quick_nav_bg_01.jpg) left center repeat-x;
  height:50px;
}

.module-header h3 {
  color:#FFFFFF;
  font-size:16px;
  font-weight:bold;
  padding-left:15px;
  padding-top:15px;
  text-shadow:0 0 2px #00394F;
}

.module-body {
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-bottomright:5px;
  background-color:#EFEFEF;
  padding:5px 15px;
}

#facebook {
  margin:0 0 15px 0;
}

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

span.blue_t {
  color:#c7dded;
}

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

#footer .inside {
  background-color: #0f3150;
  padding:10px 0 80px 0;
}

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

#footer a:hover { 
  color:#c7dded;
  border-bottom:1px solid #c7dded;  
}

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

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

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


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

table {
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  border-collapse: collapse;
  margin:0 0 20px 0;    
}

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

td {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: #f5f5f5;
  padding: 6px 6px 6px 12px;
  color: #333;
}

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

caption {
  text-align:left;;
}



ul.filmstrip li {
  padding:0;
  margin:0;
}

#photos {
  float:left;
  margin:0 0 30px 0 !important;
}

input, select, textarea {
	background-color: #fff;
	border: 1px solid #ccc;
	font-family: Arial,Verdana,sans-serif;
	font-size: 13px;
	margin-top: 5px;
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

input:focus, select:focus, textarea:focus {
	border-color: #999;
	-moz-box-shadow: 0px 0px 3px #E9E9E9;
	-webkit-box-shadow: 0px 0px 3px #E9E9E9;
}

input[type="submit"] {
	background:url(img/quick_nav_bg_01.jpg) repeat-x top left;
	border: none;	
	color: #FFF;
	height: 35px;
	font-weight:bold;
	width: 150px;
}

#searchsubmit {
	background-color: transparent;
	padding:0;
	margin:0 0 0 10px;
	float:left;
	width:auto;
}

#s {
  font-size:11px;
  float:left;
}

input[type="submit"]:hover {
	background-color: #7d8657;
	color: #fff;
	font-weight:bold;
	cursor: pointer;	
}


