/*
Template:	INUDA-101
File:		inuda-styles.css - This contains all the Inuda styles for the template.

All the styles are separted into the following groups:
HTML, Body - for the html and body tags
Layout - any style that defines how the site is laid out (position and size of objects)
Modules - styles for modules
Nav - navigation bar
Headings - headings like h1, h2, etc
Text Styles - Styles for text
Lists - unordered and ordered lists
Forms - html forms
Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
body {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size:13px;
}
/* @end */

/* @group Layout */
/* Heading Styles */
.inuda-hd1 {
	background: #ff0475;
	border-bottom: 4px solid #5693cd;
	margin: 0px 0px 20px 0px;
}
.inuda-hd2 {
	background: #fff;
	padding-top: 1px;
	margin: 0px 0px 20px 0px;
}
.inuda-hd2 .inuda-logo {
/*  margin-left: 25px;*/
	margin-bottom: 0px;
	margin-top: 0px;
	float: left;
	display: inline;
}

.inuda-hd2 .inuda-call {
/*  margin-left: 25px;*/
	margin-bottom: 0px;
	margin-top: 0px;
margin-right: 11px;
	color: #ff0475;
	font-size: 120%;
	font-weight: normal;
	float: right;
	display: inline;
	line-height: 20px;
	text-align: right;
}



.inuda-hd3 p, .inuda-call p{
font-size: 80%;
}



/* button Styles */
.buttons-div{
}

.button-container{
float: left;
margin-right:5px;
}

.button{
width: 248px;
background-color: #ededed;
}

.button p a{
text-decoration: none;
color: #FF0475;
}

.button p a:hover{
background-color: #FF0475;
color: #fff;
}

.button-image{
height: 133px;
}

.button-image img{
width: 246px;
margin: 1px 1px 1px 1px;
}

.button-copy{
padding: 6px 6px 1px 6px; 
/*padding: 6px 6px 8px 6px; */
/*height: 100px;*/
}

.button strong{
margin-bottom: 0px;
padding-bottom: 0px;
font-size: 110%;
color: #ff0475;
}





/* Body Styles */
.inuda-bd {
	padding: 0px 0px;
}
.inuda-cols .inuda-content {
	width: 65%;
	float: left;
	display: inline;
}
.inuda-cols .inuda-sidebar {
	width: 30%;
	float: right;
	display: inline;
	margin-top:20px;
}
.inuda-left-col {
	width: 48%;
	float: left;
	display: inline;
}
.inuda-right-col {
	width: 48%;
	float: right;
	display: inline;
}

/* Footer Styles */

.inuda-footer-top1 #footimagetop {
  width: 150px;
  height: 59px;
  background-image: url(../images/inudawebtop2.png);
  float: right;
}

.inuda-footer-top2 {
	background: #6594c8;
}

.inuda-footer-top2 #footimagebottom {
  width: 150px;
  height: 51px;
  background-image: url(../images/inudawebbottom2.png);
  float: right;
}


.inuda-footer {
	clear: both;
/*  border-top: 1px solid #aaa;*/
	font-size: 93%;
	color: #fff;
	padding: 10px;
/*  margin: 20px 35px;*/
	text-align: left;
	background: #6594c8;
}

.inuda-footer form{
  text-align: center;
  margin-bottom:20px;
}

.inuda-footer vcard{
  margin-bottom:20px;
}

p.copyright {
  margin-top: 20px;
  color: #396BA6;
}

p.copyright a{
  color: #396BA6;
}

/* @end */

/* @group Modules */
/* Width Styles */
.inuda-width-33 {
	width: 33%;
}
.inuda-width-66 {
	width: 66%;
}
.inuda-width-99 {
	width: 99%;
}
.inuda-width-25 {
	width: 25%;
}
.inuda-width-50 {
	width: 50%;
}
.inuda-width-75 {
	width: 75%;
}
.inuda-width-100 {
	width: 100%;
}

.inuda-container {
  margin:0 auto;
  width:760px;
}

.focus {
  text-align:center;
  margin-bottom: 20px;
}

/* Utility Box Styles */
.inuda-util-box {
	margin-right: 20px;
	color: #eee;
	font-size: 93%;
	float: right;
	display: inline;
}
.inuda-util-box p {
	margin: 0;
}
.inuda-util-box a:link, .inuda-util-box a:visited {
	color: #eee;
	text-decoration: none;
}
.inuda-util-box a:hover {
	text-decoration: underline;
}
.inuda-util-box-inner {
	padding: .35em 2em;
}


/* Breadcrumb */
.inuda-breadcrumb {
	font-size: 85%;
	padding-bottom: 6px;
	border-bottom: 1px solid #aaa;
	margin-bottom: 18px;
	color: #aaa;
}
.inuda-breadcrumb p {
	margin: 0;
}
.inuda-breadcrumb .inuda-separator {
	padding: 0 4px;
}
.inuda-breadcrumb a:link, .inuda-breadcrumb a:visited {
	color: #666666;
	text-decoration: none;
}
.inuda-breadcrumb a:hover {
	text-decoration: underline;
}
.inuda-breadcrumb a.inuda-current:link, .inuda-breadcrumb a.inuda-current:visited {
	color: #333;
}

/* Default List Table */
.inuda-list-table {
	width: 100%;
}
.inuda-list-table th {
	font-weight: bold;
	font-size: 123.1%;
	padding: 10px;
	color: #fff;
	background-color: #ff0475;
}
.inuda-list-table th.inuda-first {
}
.inuda-list-table th.inuda-last {
}
.inuda-list-table tbody td {
	padding: 7px 10px;
	background-color: #e9eff9;
	border-bottom: 1px solid #fff;
	color: #333;
}
.inuda-table-buttons {
	margin: 10px 0 20px 0;
}
.inuda-list-table a:link, .inuda-list-table a:visited {
	color: #333;
	text-decoration: none;
}
.inuda-list-table td a {
	font-weight: bold;
}
.inuda-list-table td a:hover {
	text-decoration: underline;
}

/* Table Pager, Table Select Box */
.inuda-table-controls {
	margin-bottom: 6px;
	font-size: 93%;
}
.inuda-table-controls .inuda-table-picker {
	float: left;
	display: inline;
}
.inuda-table-controls .inuda-table-pager {
	margin: 0 2px 0 0;
	color: #aaa;
	float: right;
	display: inline;
}
.inuda-table-controls .inuda-table-pager a {
	padding: 0 2px;
}
.inuda-table-controls .inuda-table-pager a:link, .inuda-table-controls .inuda-table-pager a:visited {
	color: #666666;
	text-decoration: none;
}
.inuda-table-controls .inuda-table-pager a.current:link, .inuda-table-controls .inuda-table-pager a.current:visited {
	color: #333;
	text-decoration: underline;
}
.inuda-table-controls .inuda-table-pager a:hover {
	text-decoration: underline;
}

/* Default Table Columns */
.inuda-list-table td {
	width: auto;
}
.inuda-list-table th.inuda-table-col-checkbox {
	width: 20px;
}

/* Login Box Styles */
body.inuda-login {
	background-color: #00001a;
}
.inuda-login-hd {
	width: 375px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	font-size: 197%;
	color: #fff;
}
.inuda-login-box {
	width: 409px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 175px;
}
.inuda-login-box-top {
	width: 329px;
	padding: 25px 40px 5px 40px;
}
.inuda-login-box-btm {
	width: 409px;
	height: 18px;
	padding: 1px 0;
	overflow: hidden;
}

/* Button Listing Style */
.inuda-button-listing {
	margin-bottom: 20px;
}
.inuda-button-listing strong {
	color: #666666;
}
.inuda-button-listing img {
	margin-top: 5px;
}


/* @end */

/* @group Nav */
/* Main Navigation */
.inuda-nav {
/*  margin-left: 20px;*/
	clear: both;
  float: right;
	margin: 0px;
	padding: 0px;
}
.inuda-nav ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
}
.inuda-nav ul li a {
	display: block;
	margin: 0px;

	font-weight: bold;
	float: left;
	display: inline;
}
.inuda-nav a:link, .inuda-nav a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 108%;
	margin: 0px;
	padding: .25em .85em;
}
.inuda-nav a:hover {
	color: #fff;
	background-color: #FFB4C4;
}

.inuda-nav a.current{
	color: #fff;
	background-color: #5693cd;
}

/* Secondary Navigation */
.inuda-nav2 {
/*  margin-left: 20px;*/
	clear: both;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	margin-bottom: 20px;
}
.inuda-nav2 ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
	color: #808080;
	font-weight: bold;
	text-align: center;
}
.inuda-nav2 ul li a {
	display: block;
	margin: 0px;
	font-weight: bold;
	display: inline;
	padding: .2em;
	margin: .25em .85em;
}
.inuda-nav2 a:link, .inuda-nav2 a:visited {
	font-size: 123.1%;
	margin: 0px;
	padding: .2em;
	margin: .25em .85em;
	text-decoration: underline;
}

.inuda-nav2 a:hover {
	color: #fff;
	background-color: #ff0475;
	text-decoration: none;
}

.inuda-nav2 span.current{
	color: #fff;
	background-color: #5693cd;
	font-size: 123.1%;
	margin: 0px;
	padding: .2em;
	margin: .25em .85em;
}

/* Sidebar Navigation */
.inuda-sidebar-nav {
	margin-bottom: 20px;
}
.inuda-sidebar-nav ul {
	margin: 0;
	padding: 0;
}
.inuda-sidebar-nav ul li {
	padding: 0 0 1px 0;
	margin: 0;
	list-style-type: none;
}
.inuda-sidebar-nav ul li a {
	display: block;
	padding: .6em .6em .6em 1.8em;
}
.inuda-sidebar-nav a:link, .inuda-sidebar-nav a:visited {
	color: #000;
	text-decoration: none;
	background-color: #e9eff9;
}
.inuda-sidebar-nav a:hover {
	background-color: #4890d8;
	color: #fff;
	text-decoration: none;
}
.inuda-sidebar-nav h3 {
	font-size: 116%;
	margin: 0;
	background-color: #004878;
	padding: .6em .6em .6em 1.2em;
	color: #fff;
}
/* @end */

/* @group Headings */
.highlight {
  background-color:#FFD4E4;
  border-bottom:2px solid #FFB4C4;
  border-top:2px solid #FFB4C4;
  padding:10px;
  text-align: center;
  margin:0px 0px 10px 0px;
}

.action {
  border-top: solid 2px #ffd43d;
  border-bottom: solid 2px #ffd43d;
  background-color: #fee8ae;
  text-align: center;
	font-size: 150%;
	padding: 10px;
	font-weight: bold;
}

h1 {
	font-size: 182%;
	color: #ff0475;
	margin-bottom: 10px;
	font-weight: bold;
	
/*not in blog*/
/*  float:left;*/
}

/* H2 */
h2 {
	font-size: 161.6%;
	color: #ff0475;
	margin: 20px 0px 10px 0px;
	text-align:center;
	
}

.inuda-sidebar h2 {
  text-align: left;
}

.inuda-footer h2 {
	color: #fff;
	font-weight: bold;
}

h2.inuda-table-head, h2.inuda-form-head {
	margin-bottom: 6px;
}
h3 {
	font-size: 138.5%;
	color: #5693cd;
	margin-bottom: 10px;
	text-align: center;
  font-weight:bold;
}
h4 {
	font-size: 138.5%;
	color: #ff0475;
	margin-bottom: 10px;
  font-weight: bold;
}

.highlight h3 {
	font-size: 138.5%;
	color: #5693cd;
	margin-bottom: 10px;
	text-align: center;
  font-weight:normal;
}

.highlight h4 {
	font-size: 123.1%;
	color: #808080;
	margin: 20px 0px;
/*  font-weight: bold;*/
}

h5 {
	font-size: 113.1%;
	color: #808080;
	margin-bottom: 10px;
}
h6 {
	font-size: 100%;
	color: #5693cd;
	margin-bottom: 10px;
	font-weight: bold;
}

.highlight span{
  font-size: 182%;
	color: #5693cd;
	margin-bottom: 0px;
	font-weight: bold;
}


/* @end */

/* @group Text Styles */
address {
	margin-bottom: 0px;
}
blockquote {
	margin: 10px 40px 20px 40px;
	font-style: italic;
}
code {
	font-family: monospace;
}
dl {
	margin-left: 30px;
	margin-bottom: 20px;
}
dl dt {
	font-weight: bold;
}
dl dd {
	margin-left: 10px;
	margin-bottom: 5px;
}
em {
	font-style: italic;
}
p {
	margin-bottom: 10px;
	line-height: 130%;
	color: #808080;
}

p.centre {
	text-align:center;
}

p.right{
	text-align:right;
	margin-right:50px;
}

q {
	font-style: italic;
}
strong {
	font-weight: bold;
}
tt {
	font-family: monospace;
}


/* Custom Text Classes */

.actions{
	font-size: 123.1%;
	color: #808080;
	margin: 10px 10px;
}

a.button {
  color: #fff;
	background-color: #6ccc00;
  border-top:2px solid #6ccc00;
  border-right:3px solid #6caa00;
  border-bottom:3px solid #6caa00;
  border-left:2px solid #6ccc00;
  font-size:100%;
  font-weight:bold;
  padding:2px 5px 3px 5px;
	margin: 20px 10px;
  text-decoration:none;	
}

a.button:hover {
  color: #fff;
	background-color: #6caa00;
  border-top:3px solid #6ccc00;
  border-right:2px solid #6caa00;
  border-bottom:2px solid #6caa00;
  border-left:3px solid #6ccc00;
  text-decoration:none;
}
a.button:link, a.button:visited {
  color: #fff;
}

a.service-button {
  float:right;
  color: #fff;
	background-color: #6ccc00;
  border-top:2px solid #6ccc00;
  border-right:3px solid #6caa00;
  border-bottom:3px solid #6caa00;
  border-left:2px solid #6ccc00;
  font-size:150%;
  font-weight:bold;
  padding:2px 5px 3px 5px;
	margin: 2px 10px;
  text-decoration:none;
}

a.service-button:hover {
  color: #fff;
	background-color: #6caa00;
  border-top:3px solid #6ccc00;
  border-right:2px solid #6caa00;
  border-bottom:2px solid #6caa00;
  border-left:3px solid #6ccc00;
  text-decoration:none;
}
a.service-button:link, a.service-button:visited {
  color: #fff;
}

.inuda-cancel {
	color: #666666;
}
.inuda-cancel a:link, .inuda-cancel a:visited {
	color: #cc0000;
	text-decoration: underline;
}
.inuda-cancel a:hover {
	text-decoration: none;
}

.inuda-error {
	background-color: #cc0000;
	padding: .5em;
	color: #fff;
}
.inuda-notice-box {
	border: 3px solid #aaa;
	padding: 1em;
	background-color: #f5f9ea;
}
.inuda-success {
	background-color: #6caa00;
	padding: .5em;
	color: #fff;
}
/* @end */

/* @group Lists */
ol {
	margin-bottom: 20px;
}
ol li {
	list-style-type: decimal;
	margin-left: 40px;
	margin-bottom: 2px;
}
ul {
/*  margin-bottom: 20px;*/
}
ul li {
	list-style-type: disc;
	margin-left: 35px;
	margin-bottom: 2px;
	color: #808080;
}

ul.posts li{
  font-size: 138.5%;
	color: #fff;
}

/* @end */

/* @group Services */
dl.service {
	margin-left: 0px;
	margin-bottom: 20px;
	text-align: center;
}
 dl.service dt {
	margin-left: 0px;
 	font-size: 138.5%;
 	color: #5693cd;
 	margin-bottom: 10px;
 	margin-top: 20px;
}
 dl.service dd.image {
	margin-left: 0px;
	margin-bottom: 0px;
	float:left;
}

dl.service dd.description  {
	margin-left: 160px;
	margin-top: 30px;
	margin-bottom: 0px;
	font-size: 123.1%;
	color: #808080;
	margin-bottom: 10px;
/*  font-weight: bold;*/
}

dl.service dd.description a{
	color: #808080;
}
dl.service dd.name {
	margin-left: 160px;
	margin-bottom: 0px;
	margin-top: 20px;
	font-weight: bold;
 	font-size: 138.5%;
 	color: #333;
 	margin-bottom: 10px;
}

dl.service dd.name a{
	color: #ff0475;
}

dl.service dd.name a:hover{
  color:#fff;
	background-color: #ff0475;
	text-decoration:none;
}

dl.example {
	margin-left: 0px;
	margin-bottom: 20px;
	text-align: center;
}
dl.example dt {
	margin-left: 0px;
 	font-size: 138.5%;
 	color: #5693cd;
 	margin-bottom: 10px;
}
dl.example dd {
	margin-left: 0px;
	margin-bottom: 5px;
	font-size: 123.1%;
	color: #808080;
}
/* @end */

/* @group Forms */
/* Default Form */
.inuda-form {
	
}
.inuda-form .inuda-form-text, .inuda-form .inuda-form-textarea {
	border: 1px solid #aaa;
	background-color: #f5f9ea;
	padding: 1%;
	font-size: 108%;
	width: 98%;
}
.inuda-form label {
	font-size: 116%;
	color: #454545;
	display: block;
	margin-bottom: 3px;
}
.inuda-form option {
	font-size: 108%;
}
.inuda-form .inuda-form-row {
	margin-bottom: 10px;
}

/* Auto clear the form row */
.inuda-form .inuda-form-row:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.inuda-form-row {display: inline-block;}

/* Hides from IE-mac \*/
* html .inuda-form-row {height: 1%;}
.inuda-form-row {display: block;}
/* End hide from IE-mac */
/* End auto clearing the form row */

.inuda-form .inuda-form-row-inline {
	clear: left;
}
.inuda-form .inuda-form-row-inline label {
	width: 30%;
	margin-right: 4%;
	padding: 1% 0;
	float: left;
	display: inline;
}
.inuda-form .inuda-form-element-label {
	font-size: 93%;
	margin-bottom: 5px;
	padding-left: 3px;
}
.inuda-form .inuda-form-note {
	font-size: 93%;
	margin: 0 0 5px 0;
	font-style: italic;
	color: #666666;
}
.inuda-form .inuda-form-row-inline .inuda-form-text {
	width: 63%;
}
.inuda-form .inuda-form-radio, .inuda-form .inuda-form-checkbox {
	margin-right: 3px;
}
.inuda-form .inuda-submit-btn {
	margin: 0 10px 0 0;
	float: left;
	display: inline;
}
.inuda-form .inuda-cancel {
	line-height: 31px;
}
/* @end */

/* @group Links - link visited hover active */
a:link, a:visited {
	color: #5693cd;
/*  text-decoration: none;*/
}
a:hover {
/*  text-decoration: underline;*/
  color:#fff;
	background-color: #5693cd;
	text-decoration:none;
}

a.image:hover{
/*  text-decoration: underline;*/
  color:#fff;
	background-color: #fff;
	text-decoration:none;
	padding 5px;
/*  border: 2px solid red;*/
}

.inuda-footer h2{
  text-align:left;
}

.inuda-footer a{
	color: #fff;
}

.inuda-footer a:hover{
	color: #5693cd;
	background-color: #fff;
}

a.external {
  background:transparent url(../images/external.png) no-repeat scroll right center;
  padding-right:13px;
}

a.external:hover {
  color:#fff;
	background-color: #5693cd;
	text-decoration:none;
}


/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */




