/*
Theme Name: IDWeb 960
Theme URI: http://www.idweb.com.au/
Description: This theme is created uniquely for this website and is not to be re-used on any other domain. Proudly created by the team at Identiti Web Development, www.idweb.com.au.
Author: Identiti Web Development
Version: 2.0
Tags: identiti, fresh, exciting, unique

Based On:
960 Base Theme, Version 1.0.0, 2009-06-29
Created by Domenico Monaco. See the official site for more info: http://kiuz.it
http://960basetheme.kiuz.it/
Under GPL/MIT License
Based on Fluid 960 Grid System
Use Moo Javascript tools

*/

/*
+----------------------------------------------------+
| 960 Base Theme created by Domenico Monaco          |
| This project is free be used and modified under    |
| GPL and Mit License, please read more              | 
| This note remain intact                            |
| ____________________________________________       |
| 960 Base Theme | http://960basetheme.kiuz.it       |
+----------------------------------------------------+
*/

/* Import Css of Framwork, Fluid 960 Grid System */
/*
 * 
 *
 */


/* css files of Grid System, if you want to use Fluid Grid System change:
 * @import url("css/960.css"); >>> to  >>> @import url("css/960.css");
 * note: @import url("css/960.css"); is cratede by Sthepen Bau and is included in Fluid 960 Grid System
 */
@import url("css/normalise.css");

@import url("css/960.css");

@import url("css/text.css");



/* Fluid Grid System Navigation and color styling */
@import url("css/layout.css");

@import url("css/nav.css");

/* 960 Base Theme basic classes & ids */

/* Several classes for aligning images and block elements (DIV, P, TABLE etc.) were introduced in WordPress 2.5  */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 0 10px 10px 0;
}

.alignright {
   float: right;
   margin: 0 0 10px 10px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
 /*  -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px; */
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* Several classes for wordpress */
.categories {}
.cat-item {}
.current-cat {}
.current-cat-parent {}
.pagenav{}
.page_item {}
.current_page_item {}
.current_page_parent {}
.widget {}
.widget_text {}
.blogroll {}
.linkcat{}

.footer_logos {
z-index:9999;
clear:none;
top:30px; 
right:34px; 
position:absolute; 
display:block;
width:165px;
}
.fb_logo {
filter:alpha(opacity=90); opacity:0.90;
margin-left:10px;
}

.fb_logo:hover{ filter:alpha(opacity=99); opacity:0.99; cursor:pointer; margin-left:10px;}


.footer_mailing_list_link {
clear: none;
display: block;
position: absolute;
right: 250px;
top: 23px;
width: 235px;
z-index: 9999;
filter:alpha(opacity=90); opacity:0.90;
}

.footer_mailing_list_link:hover {
filter:alpha(opacity=99); opacity:0.99;
}



#newslettersignupform input, textarea, select
{
border:1px solid #a9a9a9;
padding:5px;
font-size:13px;
}

#newslettersignupform input:focus, textarea:focus, select:focus
{
border:1px solid #a9a9a9;
padding:5px;
font-size:13px;
background-color:#f3f3f3;
}