/*  
Theme Name: venturei
Theme URI: http://purposemakers.net
Description: venturei
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 { 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; }


.cc-logos {
	border-top: 3px solid #f1f3f5;
	padding-top: 20px;
	padding-bottom: 20px;
}

.cc-logos .logo {
	width: 179px;
	float: left;
	margin-right: 25px;
}

.cc-logos .logo.monaghancc {
	margin-right: 0;
	margin-top: 20px;
	width: 80px;
}

.cc-logos .roscommoncc {
	margin-top: 25px;
}

.cc-logos .longfordcc {
	margin-top: 35px;
}

.cc-logos .leitrimcc {
	margin-top: 40px;
}

.cc-logos img {
	max-width: 100%;
}

.cta-box {
	border: 3px solid #8cc63f;
	border-radius: 5px;
	padding: 5px 15px;
	margin: 20px 100px 0 0;
}

/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/

body{
	background:#fff;
	color:#777;
	font-size:70%;
	font-family:Verdana, Arial, sans-serif;
}

/* This class sets the width and position for all rows */
.inside{
	width:80em;
	margin:0 auto;
	padding:0;	
}

a {
	color:#005596;
	text-decoration:none;
}

a:hover { 
	color:#8cc63f;
}

h1, h2, h3, h4{
	font-size:2em;
	color:#005596;
	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: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{
	height:160px;
	background-color:#fff;
	border-top:10px solid #8cc63f;	
}

#header h2{ 
	font-size:2.25em;
	margin:20px 0 0 0;
	padding:0;
	float:left;
}

#header h2 a{ 
	text-decoration:none; 
	display:block;
	width:408px;
	height:119px;
	border:0;
	text-indent:-10000px;
	background: transparent url(http://www.venturei.org/wp-content/uploads/2019/08/venturei-2018-hero-web.png) no-repeat left top;
}


#header h3{ 
	margin:40px 0 0 0;
	padding:0;
	color:#8cc63f;	
}

/*-----------------------------------------------------------------------------------------------
  Menu Styles
-----------------------------------------------------------------------------------------------*/

#nav {
	height:30px;
	background-color:#005596;
	border-bottom:10px solid #cfd0d2;	
}

ul#navigation{
	width:80em;
	border:0;
	padding:0;
	margin:0 ;
	float:left;
	clear:both;
}

ul#navigation li{
	float: left;
	display: inline;	
	margin: 0 10px 5px 0;
	padding: 0;
	list-style-type: none;
	border:0;
	font-size: 1.2em;
	font-weight: bold;
}

ul#navigation li a{
	float: left;
	display: block;
	height: 20px;
	margin:2px 0 0 0;
	padding: 4px 10px 2px 10px;
	color: #fff;
	text-decoration: none;
	text-transform: lowercase;
  background: #005596 url(img/nav_seperator_01.gif) no-repeat left center;	
}

* html ul#navigation li a{
	margin:35px 0 0 0;
}

ul#navigation li a:hover, ul#navigation li a.selected{
	color: #8cc63f;
}

ul#navigation li.current_page_item a {
  color:#cfd0d2;
}

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:80em;
	float:left;

}

#primary .home {
  background: url(img/business_meeting_02.jpg) no-repeat right bottom;
}

#primary .work {
  background: url(img/work_docs_01.jpg) no-repeat right bottom;
}

#primary .clients {
  background: url(img/client_logos_03.gif) no-repeat right top;
}

#primary .contact {
  background: url(img/contact_us_01.jpg) no-repeat right  bottom;
}

#logos {
  height:240px;
  background: url(img/client_logos_02.gif) no-repeat left bottom;
  margin-bottom:15px;
}


#primary .post{
	width:52%;
	padding:2em 0 2em 0;	
}

#primary .primary a, #primary .secondary a{
	color:#8cc63f;
	text-decoration:none;
}
#primary .primary a:hover, #primary .secondary a:hover{
	color:#005596;
}


/*-----------------------------------------------------------------------------------------------
	Secondary Items
-----------------------------------------------------------------------------------------------*/

#primary .secondary{
	float:right;
	width:27%;
	padding:10px 0 30px 0;
	margin-left:5%;
	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;
}

/*-----------------------------------------------------------------------------------------------
  Ancillary Items
-----------------------------------------------------------------------------------------------*/

#ancillary {
  color:#fff;
  font-weight:bold;
  background-color: #8cc63f;
}

#ancillary .inside{
	height:70px;
  background: url(img/venturei_icon.gif) no-repeat left center;
}

#ancillary p{
	padding:28px 0 0 0;
}

#ancillary a {
	color:#fff;
}

#ancillary a:hover { 
	color:#005596;
}

span.blue_t {
	color:#005596;
}

/*-----------------------------------------------------------------------------------------------
  Foooter
-----------------------------------------------------------------------------------------------*/

#footer{
	clear:both;
	padding:1em 0 5em 0;
	border-top:10px solid #cfd0d2;	
}

#footer .inside{
	padding:0.5em 0;
}

#footer p {
	margin:0;
	font-size:0.95em;
}

#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;
}


/*-----------------------------------------------------------------------------------------------
  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;	
}