/*
Theme Name: Wa Theme
Theme URI: http://www.webalive.com.au/
Description: webAlive Theme
Author: webAlive
Version: 1.3
*/

@font-face {
	            font-family: 'TitilliumText22L-Regular';
				src: url('fonts/titilliumtext22l003.eot');
				src: url('fonts/titilliumtext22l003.eot?#iefix') format('embedded-opentype'),
						 url('fonts/titilliumtext22l003.woff') format('woff'),
						 url('fonts/titilliumtext22l003.ttf') format('truetype'),
						 url('fonts/titilliumtext22l003.svg#TitilliumText22L-Regular') format('svg');
				font-weight: normal;
				font-style: normal;
}
@font-face {
				font-family: 'TitilliumText22L-Bold';
				src: url('fonts/titilliumtext22l005.eot');
				src: url('fonts/titilliumtext22l005.eot?#iefix') format('embedded-opentype'),
						 url('fonts/titilliumtext22l005.woff') format('woff'),
						 url('fonts/titilliumtext22l005.ttf') format('truetype'),
						 url('fonts/titilliumtext22l005.svg#TitilliumText22L-Bold') format('svg');
				font-weight: normal;
				font-style: normal;
}
@font-face {
				font-family: 'OpenSans';
				src: url('fonts/opensansregular.eot');
				src: url('fonts/opensansregular.eot?#iefix') format('embedded-opentype'),
						 url('fonts/opensansregular.woff') format('woff'),
						 url('fonts/opensansregular.ttf') format('truetype'),
						 url('fonts/opensansregular.svg#opensansregular') format('svg');
				font-weight: normal;
				font-style: normal;
}
* {
    padding: 0px;
    margin: 0px;
}

html, BODY {
    text-align: center;
    background: #f3f3f3 url(images/header.png) repeat-x left top;
    height: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, address {
    margin: 0px;
    padding: 0px;
    font-family: 'OpenSans';
    font-size: 13px;
    color:#4A4A4A;
    text-align: left;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}

th, td {
    vertical-align: top;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

pre, code, kbd, samp, tt {
    font-family: monospace;
    *font-size: 108%;
    line-height:100%;
}

em {
    font-style: italic
}

strong {
    font-weight: bold;
}

iframe {
    margin: 0px;
}

div {
    position: relative;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

a {
    border: none;
    text-decoration: none;
    color: #0555a1;
}

a img {
    border: none;
}

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

/*START: Sample CSS*/
h1 {
    margin: 0px;
    padding: 0 0 10px 0;
    color: #0c95f1;
    font-size: 24px;
    font-weight: normal;
	font-family: 'TitilliumText22L-Bold';
}

h2 {
    margin: 0;
    padding: 14px 0 5px 0;
    color: #0c95f1;
    font-size: 20px;
    font-weight: normal;
    font-family: 'TitilliumText22L-Bold';
    line-height: 25px;
}

h3 {
    margin: 0;
    padding:14px 0 10px;
    color:#0c95f1;
    font-size: 18px;
    font-weight: normal;
    font-family: 'TitilliumText22L-Bold';
}

h4 {
    margin: 0;
    padding:14px 0 2px;
    color:#0c95f1;
    font-size: 16px;
    font-weight: normal;
    font-family: 'TitilliumText22L-Bold';
}
h5 {
    margin: 0;
    padding:14px 0 10px;
    color:#0c95f1;
    font-size: 14px;
    font-weight: normal;
    font-family: 'TitilliumText22L-Bold';
}
p {
    margin: 0px;
    padding: 8px 0 9px 0;
    color: #4a4a4a;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
}

a {
    margin: 0;
    padding: 0;
    color:#0C95F1;
    font-size: 13px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
}

a:hover {
    text-decoration: underline;
}

ul, ol {
    margin: 0;
    padding: 0 0 9px 0;
}

ul li {
    margin: 0 0 10px 0;
    padding:0 0 0 14px;
    color: #3d3d3d;
    font-size: 13px;
    font-weight: normal;
    list-style: none;
    background: url(images/li_arrow.png) no-repeat 0 5px;
    font-family: 'Open Sans', sans-serif;
}

ol li {
    margin: 0 0 10px 10px;
    padding: 0 0 0 20px;
    color: #3d3d3d;
    font-size: 13px;
    font-weight: normal;
    list-style: none;
    background: url(images/li_arrow.png) no-repeat 0 5px;
    font-family: 'Open Sans', sans-serif;
}

input[type = "text"], input[type = "password"], input[type = "email"] {
	padding:5px;
	margin:3px 0 12px 0;
	height:20px;
	line-height:29px;
	vertical-align:middle;
	background:none;
	border:1px solid #cecece;
	-moz-box-shadow:inset 2px 1px 2px  #f0f0f0;
	box-shadow:inset 2px 1px 2px  #f0f0f0;
	color:#333;
	font-size:12px;
    font-weight: normal;
	text-align:left;
    width:358px;
    font-family: 'Open Sans', sans-serif;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    -khtml-border-radiust:2px;
    -o-border-radius:2px;
    border-radius:2px;
}

.search-no-results .page_content #searchsubmit
{
	vertical-align:top !important;
}
.search-no-results .page_content #searchform input#s
{
	margin-top:7px !important;
}
.wpcf7-not-valid-tip
{
	left:0 !important;
}

select {
    margin: 4px 0 12px 0;
    padding: 5px;
    border:1px solid #cecece;
    -moz-box-shadow:inset 2px 1px 2px  #f0f0f0;
    box-shadow:inset 2px 1px 2px  #f0f0f0;
    width:337px;
    color: #444444;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-size: 12px;
    font-weight: normal;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}
textarea {
	padding:0 5px;
	margin:0;
	height:150px;
    width: 357px;
	line-height:29px;
    font-family: 'Open Sans', sans-serif;
	vertical-align:middle;
	background:none;
	border:1px solid #cecece;
	-moz-box-shadow:inset 2px 1px 2px  #f0f0f0;
	box-shadow:inset 2px 1px 2px  #f0f0f0;
	color:#333;
	font-size:12px;
    font-weight: normal;
	text-align:left;


}

input[type = "checkbox"] {
    margin: 4px 7px 4px 10px;
    position: relative;
    top: 2px;
    font-family: 'Open Sans', sans-serif;
}

input[type = "radio"] {
    margin: 4px 7px 4px 3px;
    position: relative;
    top: 2px;
    font-family: 'Open Sans', sans-serif;
}

input[type = "button"], button, input[type = "submit"] {
    margin: 4px 0 4px 4px;
    padding: 0 20px 0 20px;
    border: none;
    width: auto;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    background: #034e98;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.banner_bottom_rightSide input[type = "button"], button, input[type = "submit"] {
    margin: 0 0 4px 10px;
    padding: 0 20px 0 20px;
    border: none;
    width: auto;
    height: 32px;
    line-height:20px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    font-weight: normal;
    background:#208FDA;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
input[type = "button"]:hover, button:hover, input[type = "submit"]:hover {
    color: #ffffff;
}

a.button {
    margin: 2px 0 2px 10px;
    padding: 7px 23px 7px 23px;
    border: none;
    width: auto;
    font-family: 'Open Sans', sans-serif;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    background: #034e98 url(images/button_bg.gif) repeat-x 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

a.button:hover {
    text-decoration: none;
    color: #ffffff;
}
/* Form Element End Here */
fieldset {
    border: 1px solid #c7c7c7;
    padding: 10px;
    margin: 10px 0 5px 0;
}

legend {
    margin: 0px;
    color: #04509B;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    padding: 0 5px;
}
hr {
	border:none;
	height:1px;
    border-top: 1px dashed #e0e0e0;
}
.right_alain_image_div {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
}
.page-id-14 input[type="text"], input[type="password"], input[type="email"]
{
    margin-bottom: 0;
}
.right_alain_image {
    position: relative;
    left: 0px;
    top: 0px;
    width: 270px;
    height: 229px;
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    float: right;
    margin-left: 20px;
}
.page-id-14 .wpcf7-submit
{
    float: right;
}
.right_alain_image img {
    position: absolute;
    left: 10px;
    top: 10px;
}
#shedule_main_container tr td
{
    padding: 7px;
}
/*END: Sample CSS*/
/* Parent Div Start Here  */
#container {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    text-align: center;
}
* html #container {
    height: 100%;
    overflow-y: auto;
}

#page_bodybg {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
* html #page_bodybg {
    position: absolute;
}

#header {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    text-align: center;
}

#content {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    text-align: center;
}

#footer {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    text-align: center;
	padding:15px 0;
}

#header_body {
    position: relative;
    left: 0px;
    top: 0px;
    margin: 0px auto;
    width:1000px;
	height:120px;
}
#content_body {
    position: relative;
    left: 0px;
    top: 0px;
    margin: 0px auto;
    width:1000px;
	min-height:550px;
	background:#fff;
	border:1px solid #cecece;

	-moz-box-shadow: 0 0 2px #dcdcdc;
	-webkit-box-shadow: 0 0 2px #dcdcdc;
	box-shadow: 0 0 2px #dcdcdc;


	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-khtml-border-radiust:2px;
	-o-border-radius:2px;
	border-radius:2px;
}
.page-id-50 textarea, .page-id-138 textarea
{
    width: 720px;
}
#footer_body {
    position: relative;
    left: 0px;
    top: 0px;
    margin: 0px auto;
    width:1000px;
}
.sidebar_left{
	width:180px;
	float:left;
	margin:20px 0 20px  20px;
}
.main_content_with_right_bar{
	width:740px;
	float:right;
    overflow:hidden;
    padding:0 20px;
}
.main_content_with_right_home{
    float: right;
    overflow: hidden;
    padding: 0 0 20px;
    width: 785px;
}

.page_title{
    margin:28px 0 20px;
    padding:0;
    color:#0C95F1;
    font-size:34px;
    text-align:left;
    line-height:35px;
    font-family: 'TitilliumText22L-Bold';
}
.page_content{
    color: #4a4a4a;
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    padding: 0 20px 30px 0;
    width:100%;
}
#review_main tr td
{
    padding: 8px;
}
#review_main
{
    margin-bottom: 15px;
}
.page_banner{
    position:absolute;
    top:0;
    width:785px;
    overflow:hidden;
}
.page_banner img{
    max-width: 785px;
    max-height: 145px;
}
.welcome_page_content,.welcome_page_content p{
    font-size: 14px;
}
/* Parent Div End Here  */
.logo_area {
    left:0;
    position: absolute;
    top:0;
    z-index: 100;
}
.callnumber {
    background: url(images/callnumber.png) no-repeat;
    padding: 0 0 0 40px;
	text-align: left;
	color: #4d4d4d;
	font-size:36px;
	font-weight: normal;
	line-height: 36px;
	text-transform: uppercase;
	font-family: 'TitilliumText22L-Regular';

	top: 41px;
    position: absolute;
    left:285px;
}
.callnumber a{
	text-align: left;
	color: #4d4d4d;
	font-size:35px;
	font-weight: normal;
	line-height: 36px;
	text-transform: uppercase;
	font-family: 'TitilliumText22L-Regular';
}
.our_social_links{
    position: absolute;
    right:300px;
    top:44px;
    z-index: 100;
}
.search_area{
	width:250px;
	float:right;
	position:relative;
	margin:42px 0 0;
}
.search_area label{
    display:none;
}
.search_area #s{
	width:228px;
	float:right;
    z-index:1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.search_area #s:focus{
    width:240px;
}
#header_body .search_area #searchsubmit{
    position: absolute;
    right:7px;
    top:12px;
    z-index: 100;
    background: url(images/search_submit.png) no-repeat;
	margin:0;
	padding:0;
	width:16px;
	height:16px;
	border:none;
    font-size: 0;
	cursor:pointer;
}
.page_content  #searchsubmit{
    position:relative;
    top:6px;
}
.page_content #searchform  .assistive-text{
    vertical-align:middle;
}
.entry-utility
{
    margin-bottom: 15px !important;
    display: none;
}
.main_menu{
	padding-bottom:20px;
}
.main_menu ul{
	overflow:hidden;
	margin:0;
	padding:0;
}
.main_menu li{
	display:block;
	margin:0;
	padding:10px 0;
	background:none;
	border-bottom:1px solid #EEEEEE;
}
.main_menu li a{
	text-align: left;
	color: #000000;
	font-size:16px;
	font-weight: normal;
	line-height:20px;
}
.slideshow{
	width:785px;
	height:344px;
	overflow:hidden;
	margin-bottom:20px;
}
.footer_section{
	width:100%;
	min-height:120px;
	float:left;
    margin-top: 12px;
	padding:20px 0;
	background:#ecebeb;
}
.footer_section h3{
    color: #707070;
    font-size:16px;
    font-weight: normal;
    line-height:26px;
padding-top:4px;
    font-family: 'TitilliumText22L-Bold';
}
.slogan_box{
	width:190px;
	float:left;
	margin:0 12px 0 16px;
}
.slogan_box h4{
	text-align: left;
	color: #656565;
	font-size:14px;
	font-weight: normal;
	line-height:26px;
padding-top:4px;
	font-family: 'TitilliumText22L-Bold';
}
.servicebox{
	width:485px;
	float:left;
	margin:0;
}
.servicebox ul{
	padding:0;
	margin:0;
	width:242px;
	float:left;
	overflow:hidden;
}
.servicebox li{
    font-size: 12px;
	margin-left:0;	
}
.servicebox li a{
    color: #3d3d3d;
    font-weight: normal;
    list-style: none;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}
.servicebox li a:hover{
    color:#0C95F1;
}
.newsbox{
	width:270px;
    margin-right: 16px;
	float:right;	
}
.newsbox ul{
	padding:0;
	margin:0;
	overflow:hidden;
}
.newsbox li{
	margin:0 0 10px 0;
	background:none;
	padding:0 0  10px 0;
	border-bottom:1px solid #b0afaf;
}
.newsbox li.last{
	padding:0;
	border-bottom:0px solid #b0afaf;
}
.newsbox li:last-child{
    padding:0;
    border-bottom:0px solid #b0afaf;
}

.newsbox li p{
	padding:0;
    color: #333333;
    font-size: 12px;
    font-weight: normal;
    list-style: none;
	line-height:16px;
}
.footer_left {
    float: left;
}
.footer_left p {
    color: #656565;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    padding-bottom: 0;
    padding-top: 0;
}
.footer_right {
    float: right;
}
.designed_by p {
    color: #656565;
    font-size: 13px;
    padding-top: 0;
	line-height:22px;
    padding-bottom: 0;
}
.designed_by img{
	vertical-align:middle;	
}
.footer_left ul{
	padding:0;
	margin:0 0 10px 0 ;
	overflow:hidden;
}
.footer_left li{
	background:none;
	float:left;
	margin:0;
	padding:0 10px;
    background: url(images/separator.png) no-repeat right center;
}
.footer_left li:first-child{
	padding-left:0;	
}
.footer_left li:last-child{
    background:none;
}
.footer_left li a{
    color: #656565;
    font-size: 13px;
    font-weight: normal;
    list-style: none;
}
.footer_left li a:hover{
    color:#0C95F1;
}
.contact_address{

}
.contact_address label{
    display:block;
}
.entry-meta
{
color:#f97601;
}
.category-7 .page-title
{
 padding-top:20px;
}

.post
{
border-bottom:1px solid #ccc;
padding-bottom:15px;
margin-bottom:15px;
}
.capture_img{
    float:left;
    height:29px;
    padding: 0 5px;
    margin:1px 0 0;

    background:none;
    border:1px solid #cecece;

    -moz-box-shadow:inset 2px 1px 2px  #f0f0f0;
    box-shadow:inset 2px 1px 2px  #f0f0f0;
}
.capture_img img{
    vertical-align:middle;
}
.capture_input{
    float:left;
    margin-left: 10px;
}
.capture_input input{
    width:100px;
    margin-top: 0;
}
.news_title_heading{
    overflow:hidden;
    color: #006EBA;
     font-weight: normal;
    line-height: 18px;
    list-style: none outside none;
    font-size: 12px;
    margin-bottom:12px;
    font-family: 'Open Sans', sans-serif;
}
.news_title_heading a{
    width:180px;
    height:18px;
    float:left;
    overflow:hidden;

    color: #006EBA;
    font-weight: normal;
    line-height: 18px;
    list-style: none outside none;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}
.byline{
    float:right;
    margin:0 10px 0 0;
    color: #F97601;
    font-weight: normal;
    line-height: 18px;
    font-style:italic;
    list-style: none outside none;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}
.byline a{
    display:none;
}
.latestnewswidget p{
    width:100%;
    padding: 0;
    margin: 0;
    font-weight: normal;
    line-height: 18px;
    list-style: none outside none;
    color:#333;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}
.latestnewswidget p a{
    margin:0 10px 0 0;
     font-weight: normal;
    line-height: 18px;
    list-style: none outside none;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}
.entry_meta{
    margin:0 0 10px 0;
}
.entry_utility{
    margin:10px 0 0 0;
}