/*

Theme Name: Timcast Hollowbar

Description: A business, portfolio and blog theme.

Author: Slinky Design TeamVersion 1.0.5

Theme URI: http://slinkywebdesign.com.au/

Author URI: http://slinkywebdesign.com.au/

Version: 1.0.5

License: GNU General Public License

License URI: license.txt

*/



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

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

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



.wp-caption{}

.wp-caption-text{}

.sticky{}

.gallery-caption{}

.bypostauthor{}



/* Alignment */

.alignleft {

	display: inline;

	float: left;

	margin-right: 15px;

	margin-bottom:10px;

/*	padding-bottom:20px;*/

}

.alignright {

	display: inline;

	float: right;

	margin-left: 15px;

}

.aligncenter {

	clear: both;

	display: block;

	margin-left: auto;

	margin-right: auto;

}



/* Slider */

#layerslider-wrapper{

	position:relative;

}

#layerslider-wrapper .ls-shadow-top{

	position:absolute;

	background-image:url(images/shadow-top.png);

	background-repeat:no-repeat;

	background-position:top center;

	height:42px;

	width:100%;

	top:0;

	z-index:1;

}

#layerslider-wrapper .ls-shadow-bottom{

	position:absolute;

	background-image:url(images/shadow-bottom.png);

	background-repeat:no-repeat;

	background-position:bottom center;

	height:32px;

	width:100%;

	bottom:0;

	z-index:1;

}
/*
.ls-halcyon{

	border-top: 1px solid #d2d3d4;

	border-bottom: 1px solid #d2d3d4;

}

.ls-halcyon .ls-layer{

	background-repeat:no-repeat;

	background-position:center center;

}

.ls-halcyon .ls-nav-prev, .ls-halcyon .ls-nav-next {

	background-color: rgba(0, 0, 0, 0.5);

	background-repeat: no-repeat;

	width: 63px;

	height: 63px;

	display: none;

	position: absolute;

	top: 42%;

	opacity:0.8 !important;

}

.ls-halcyon .ls-nav-prev:hover, .ls-halcyon .ls-nav-next:hover{

	opacity:1 !important;

}

.ls-halcyon:hover .ls-nav-prev, .ls-halcyon:hover .ls-nav-next {

	display: block;

}

.ls-halcyon .ls-nav-prev {

	background-image: url(images/ls_prev.png);

	background-position: 19px 19px;

	left: 0;

}

.ls-halcyon .ls-nav-next {

	background-image: url(images/ls_next.png);

	background-position: 29px 19px;

	right: 0;

}
*/


.ls-timcast-hollowbar {

	border-top: 1px solid #d2d3d4;

	border-bottom: 1px solid #d2d3d4;

}

.ls-timcast-hollowbar .ls-layer{

	background-repeat:no-repeat;

	background-position:center center;

}

.ls-timcast-hollowbar .ls-nav-prev, .ls-timcast-hollowbar .ls-nav-next {

	background-color: rgba(0, 0, 0, 0.5);

	background-repeat: no-repeat;

	width: 63px;

	height: 63px;

	display: none;

	position: absolute;

	top: 42%;

	opacity:0.8 !important;

}

.ls-timcast-hollowbar .ls-nav-prev:hover, .ls-timcast-hollowbar .ls-nav-next:hover{

	opacity:1 !important;

}

.ls-timcast-hollowbar:hover .ls-nav-prev, .ls-timcast-hollowbar:hover .ls-nav-next {

	display: block;

}

.ls-timcast-hollowbar .ls-nav-prev {

	background-image: url(images/ls_prev.png);

	background-position: 19px 19px;

	left: 0;

}

.ls-timcast-hollowbar .ls-nav-next {

	background-image: url(images/ls_next.png);

	background-position: 29px 19px;

	right: 0;

}




#fallback-slide{

	display:none;

	text-align:center;

}



/**** Isotope Filtering ****/

.isotope-item {

  z-index: 2;

}



.isotope-hidden.isotope-item {

  pointer-events: none;

  z-index: 1;

}



/**** Isotope CSS3 transitions ****/

.isotope,

.isotope .isotope-item {

  -webkit-transition-duration: 0.8s;

     -moz-transition-duration: 0.8s;

      -ms-transition-duration: 0.8s;

       -o-transition-duration: 0.8s;

          transition-duration: 0.8s;

}



.isotope {

  -webkit-transition-property: height, width;

     -moz-transition-property: height, width;

      -ms-transition-property: height, width;

       -o-transition-property: height, width;

          transition-property: height, width;

}



.isotope .isotope-item {

  -webkit-transition-property: -webkit-transform, opacity;

     -moz-transition-property:    -moz-transform, opacity;

      -ms-transition-property:     -ms-transform, opacity;

       -o-transition-property:         top, left, opacity;

          transition-property:         transform, opacity;

}



/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,

.isotope.no-transition .isotope-item,

.isotope .isotope-item.no-transition {

  -webkit-transition-duration: 0s;

     -moz-transition-duration: 0s;

      -ms-transition-duration: 0s;

       -o-transition-duration: 0s;

          transition-duration: 0s;

}



/**** Isotope filtering ****/

.isotope-item {

  z-index: 2;

}



.isotope-hidden.isotope-item {

  pointer-events: none;

  z-index: 1;

}



/* WooSlider */

.wooslider{

	border:0 !important;

	background:none !important;

	-moz-box-shadow:none !important;

	-webkit-box-shadow:none !important;

	box-shadow:none !important;

	-moz-border-radius:none !important;

	-webkit-border-radius:none !important;

	border-radius:none !important;

	margin:0 auto !important;

	max-width:940px;

}

.wooslider .slide-content{

	margin:0 !important;

}

.wooslider .wooslider-control-nav{

	margin:0 !important;

	top:auto !important;

	bottom:5px !important;

}

.wooslider .wooslider-prev, .wooslider .wooslider-next {

	background-color: rgba(0, 0, 0, 0.5);

	background-repeat: no-repeat;

	width: 63px;

	height: 63px;

	display: none;

	position: absolute;

	top: 42% !important;

	margin:0;

}

.wooslider:hover .wooslider-prev, .wooslider:hover .wooslider-next {

	display: block;

}

.wooslider .wooslider-prev {

	background-image: url(images/ls_prev.png);

	background-position: 19px 19px !important;

	left: 0 !important;

}

.wooslider .wooslider-next {

	background-image: url(images/ls_next.png);

	background-position: 29px 19px !important;

	right: 0 !important;

}

.veem{
margin-left:25px;
margin-top:-10px;
}

/*  ---- Recent Post Plus  ---- */

h3.srp-widget-title{
	display: block;
	margin-bottom: 32px;
	padding-bottom: 32px;	
}
p.srp-widget-excerpt {
	padding-top:-10px;margin-top:-10px;
	
}


/* --- cfrm --- */

h4.srp-post-title {
	display: block;
	margin-top:-6px;
}





#li--7{
margin-top:20px;
padding-top:20px;
}

#li--7 input.cf-box-b{
    margin-left:0px;

}
/*
#li--7 label.cf-before {
    margin: 18px 10px 0px 0px;
}

#li--7 input.cf-box-b {
    margin: -20px 0px 0px 158px;
    width: 16px;
    height: 22px;
    border: medium none !important;
    background: none repeat scroll 0% 0% transparent !important;
}

*/
.cform { 

	margin:10px auto 0 auto; 

	width: 550px; 

}



.cform fieldset	{ 

	margin-top:10px; 

	padding:5px 0 5px 0; 

	border:none;

}



.cform .cf_hidden {

	display:none; 

	border:none!important;

	background:none!important;

	padding:0!important;

	margin:0!important;

}



.cform legend { 

	margin:0;

	padding:0; 

	font:normal 18px Helvetica; 

	color: #aaa;

	letter-spacing:3px;

}



ol.cf-ol { 

	margin:0!important; 

	padding:15px 0 0 0!important; 

	border-top:1px solid #f2f2f2;

}

ol.cf-ol li	{

	background:none!important; 

	margin:5px 0!important; /*some themes may interfere otherwise*/

	padding:0; 

	list-style:none!important; 

	text-align:left;

	line-height:1.1em;

}

/*

ol.cf-ol li.li-2-4 .reqtxt{

background-color:#FF0000;

}*/







/*                                                    */

/* just for text-only fields (no input)               */

/*                                                    */



ol.cf-ol li.textonly {

	color:#888888;

	font-size:0.8em;


	margin:12px 0pt !important;
	line-height:18px;


}





/*                                                    */

/* global definitions for field labels                */

/*                                                    */



.cform label {

	width:178px; 

	margin:4px 10px 0 0; 

	display:-moz-inline-box; /*for mozilla*/

	display:inline-block; /*for Opera & IE*/

	text-align:left;

	vertical-align:top;

	color: #aaa;

	font:0.9em Trebuchet MS,sans-serif;

}

.cform label span {

	width:178px; /* must be the same as above!*/

	display:block; 

}



label.cf-before {

	margin:4px 10px 0 0; 
	margin-top:-18px;

}



label.cf-after 	{

	margin:4px 2px 0pt 6px;

	text-align:left;

	width:148px;
	margin-top:-18px;

}



label.cf-after span {

	width:348px;

	display:block;

}



label.cf-group-after {

	margin:4px 0 0 2px;

	width:348px;

	text-align:left;
	margin-top:-18px;

}

label.cf-group-after span {

	width:348px;

	display:block;
	margin-top:-18px;

}



/*                                                    */

/*   FORM FIELDS general formatting                   */

/*                                                    */



.cform input,

.cform textarea,

.cform select { 

	padding:3px;

	border:1px solid #aaa; 

	font:0.9em Trebuchet MS,sans-serif;

	color:#888;

	background:#ffffff url(../images/field-bg-top.gif) repeat-x top left;

	vertical-align:top;

	margin-top:-20px;

margin-left:188px;

}

.cform input:hover,

.cform textarea:hover,

.cform select:hover	{

	border: 1px solid #FFCC00;

	background:#ffffff url(../images/field-bg-bottom.gif) repeat-x bottom left; 

	margin-top:-20px;

margin-left:188px;

}



.cform input:focus,

.cform textarea:focus,

.cform select:focus	{ 

	color:#666;

	background:#ffffff url(../images/field-bg-bottom.gif) repeat-x bottom left; 

	margin-top:-20px;

margin-left:188px;

}



.cform textarea,

.cform input {

	width:298px; 

}

.cform select {

	width:309px; /* attempt to have equal length */

}  

/*

#cf2_field_13{

margin-top:-20px;

margin-left:158px;

}



#cf2_field_13 .reqtxt{

margin-top:-4px;

}



/*

#cf2_field_5{

margin-top:-20px;

margin-left:125px;

}



#li-2-4 .reqtxt{

margin-top:-4px;

}



#li-2-5 .reqtxt{

margin-top:-4px;

}



#cf_field_4{

margin-top:-20px;

margin-left:125px;

}



#cf_field_5{

margin-top:-20px;

margin-left:125px;

}



#li--4 .reqtxt{

margin-top:-4px;

}



#li--5 .reqtxt{

margin-top:-4px;

}

/*

#li-2-6{

margin-top:12px;

padding-top:12px;

}



#li--4 .reqtxt{

margin-top:-22px;

}



*/







/*





#li--5 .reqtxt{

margin-top:-42px;

}



#li--6.reqtxt{

margin-top:-42px;

}





#cf_field_5{

margin-top:-20px;

margin-left:158px;

}



#cf_field_6{

margin-top:-20px;

margin-left:158px;

}



*/





.cform select.cfselectmulti	{ 

	height:7.5em; 

}



.cform textarea {

	font-family: arial;

	font-size: 0.9em;

	overflow:auto;

}



/*                                                    */

/* formatting for text:  "(required)"  & other        */

/*                                                    */



span.reqtxt,

span.emailreqtxt { 

	margin:-6px 5px 7px 188px;

	display: block; 

	vertical-align:top;

	color: #aaa;

	font-size:0.7em;

	line-height:1.2em;

}





/*                                                    */

/*   radio button title                               */

/*                                                    */



ol.cf-ol li.cf-box-title {

	color:#aaa;
	font: 0.9em Trebuchet MS,sans-serif;
/*
	font-size:1em;

	letter-spacing:2px;
*/
	margin:12px 0pt 0 !important;

	padding:0pt 0pt 0pt 0px;

}



/*                                                    */

/*   check boxes                                      */

/*                                                    */



input.cf-box-a 	{ 
	margin:1px 0 0 0; 
	width:16px; 
	height:22px;
	border:none!important;
	background:none!important;
	margin-left:0px;
	margin-top:-20px;

}


input.cf-box-b 	{ 
	margin:1px 0 0 0; 
	width:16px; 
	height:22px;
	border:none!important;
	background:none!important;
	margin-left:188px;
	margin-top:-20px;

}

input.cf-box-a:focus 	{ 
/* check with label 'width' incl. */
	margin:1px 0 0 0; 
	width:16px; 
	height:22px;
	border:none!important;
	background:none!important;
/*	margin-left:178px;*/
	margin-left:0px;

	margin-top:-20px;

} 

#cf2_field_5{
	margin:1px 0 0 0; 
	width:16px; 
	height:22px;
	border:none!important;
	background:none!important;
	}

/*
#cf_field_8{
	margin:1px 0 0 0; 
	width:16px; 
	height:22px;
	border:none!important;
	background:none!important;

}

#cf3_field_5{
	margin:1px 0 0 0; 
	width:16px; 
	height:22px;
	border:none!important;
	background:none!important;

}

#cf2_field_41{
	margin:1px 0 0 0; 
	width:16px; 
	height:22px;
	border:none!important;
	background:none!important;

}

.cf-box-b readonly{
	margin:1px 0 0 0; 
	width:16px; 
	height:22px;
	border:none!important;
	background:none!important;

}

/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	margin-left:188px;
	margin-top:-20px;
	line-height:25px;
} 



/*                                                    */

/*   FORM submit button                               */

/*                                                    */



p.cf-sb {

	margin: 0;

	padding:0pt 3px 0pt 0pt !important;

	text-align:right;

}

.cform input.backbutton,

.cform input.resetbutton,

.cform input.sendbutton	{ 

	width:auto;  

	padding:2px 1em; 

	margin: 0;

	font-size:0.8em;

	background:url(../images/button-bg.gif) repeat-x; 

	border:1px solid #adadad!important;

	border-left-color:#ececec!important; 

	border-top-color:#ececec!important;

	margin-right:52px;

}

.cform input.resetbutton {

	margin: 0 5px 0 0;

}

.cform input.backbutton {

	margin: 0 5px 0 0;

}




/*                                                    */

/*   FORM FIELDS enhanced error display               */

/*                                                    */

ol.cf-ol li.cf_li_err {

	background:#FFDFDF url(li-err-bg.png) repeat!important;

	border-color:#DF7D7D;

	border-style:solid;

	border-width:1px 0pt;

	padding:5px 0!important;

	margin:5px 0!important;

}



ol.cf-ol li ul.cf_li_text_err {

	margin:0 0 0 10px;

	padding:0;

	color:#333;

}



ol.cf-ol ul.cf_li_text_err li {

	background:url(icon-alert.png) no-repeat left 1px!important;

	list-style:none!important;

	font-weight:bold;

	text-indent:0;

	margin:0 0 2px!important;

	padding-left:15px;

}

ol.cf-ol ul.cf_li_text_err li:before {

	content:'';

}



/*                                                    */

/* 'visitor verification' related styles              */

/*                                                    */

label.secq,

label.seccap {

	vertical-align:text-bottom;

	margin-bottom:4px;

}



input.secinput {

	vertical-align:text-bottom;

}



#cforms_captcha6,

#cforms_captcha5,

#cforms_captcha4,

#cforms_captcha3,

#cforms_captcha2,

#cforms_captcha {

	height:15px;

	width:100px;

	padding: 4px 4px;

	margin: 0;

	vertical-align:text-bottom;

}



img.captcha	{

	vertical-align:text-bottom;

	margin:0 0 0 10px!important;

	padding:0!important;

	border:none!important;

	float:none!important;

}



img.captcha-reset {

	vertical-align:text-bottom;

	background:	url(captcha_reset_white.gif) no-repeat;

	margin:0 0 2px 3px;

	width:21px;

	height:21px;

	border:none;

}



img.imgcalendar {

	border:none;

}



/*                                                    */

/* change formatting of response msgs here            */

/*                                                    */



div.cf_info {

	color:#333;

	display:none;

	padding:10px 15px!important;

	width:380px;

	line-height:1.3em;

	margin:10px auto;

}

div.cf_info ol {

	margin:0;

	padding:5px 15px 0 30px;

}

div.cf_info ol li {

	padding:1px 0;

	margin:2px 0;

}

div.cf_info a	{

	color:red!important;

	text-decoration:underline!important;

}

div.success {

	background:#F9F9F9 none repeat scroll 0%;

	color:#AAAAAA;

	display:block;

}

div.failure {

	display:block;

	background:#FFDFDF url(li-err-bg.png) repeat!important;

	border-color:#DF7D7D;

	border-style:solid;

	border-width:1px 0pt;

}

div.waiting {

	background:#F9F9F9;

	color:#AAAAAA;

	display:block;

}

/*                                                    */

/*   formatting for invalid user inputs               */

/*                                                    */

.cform .cf_error { 

	color:red; 

	border:1px solid #FF0000; 

}

div.mailerr {

	display:block;

}

.mailerr,

.cform .cf_errortxt {

	color:red; 

}



/*                                                    */

/* change formatting of response msgs here            */

/*                                                    */



p.cf_info 		{

	margin:10px 0;

	text-align:center;

}

p.success 	{

	color:green;

}

p.failure 	{

	color:red;

}



/*                                                    */

/* disabled fields [disabled] does not work on IE!    */

/*                                                    */



[disabled] {

	color:#dddddd;

	border-color:#dddddd!important;

	background:none!important;

}

.disabled {

	border-color:#dddddd!important;

}



/*                                                    */

/* upload box styling                                 */

/*                                                    */



.cform input.cf_upload  {


	background: #f9f9f9;

	border:1px solid #888888;

}

#cf_uploadfile2-22  {


	background: #f9f9f9;

	border:1px solid #888888;

}


/*                                                    */

/*  Other: link love                                  */

/*                                                    */

.linklove {

	margin:6px auto 10px !important;

	padding:0pt 6px 0pt 0pt !important;

	text-align:right;

	width:280px;
	float:right;


}

.linklove a,

.linklove a:visited {

	font-size: 0.8em;

	font-family: Tahoma;

	color:#aaaaaa!important;

}





/*                                                    */

/*  Other: browser hacks                              */

/*                                                    */

*+html ol.cf-ol,

*+html ol.cf-ol li	{

	display: inline-block;  /*for ie7*/

}

* html ol.cf-ol,

* html ol.cf-ol li,

* html span.reqtxt,

* html span.emailreqtxt { 

	display: inline-block;

}

* html .cform legend { 

	position:absolute; 

	left: -8px; 

	top:0;

	margin-left:0;

}

*+html .cform legend { 

	position:absolute; 

	left: -8px;

	top:0;

	margin-left:0;

}

* html .cform fieldset {

	position: relative;

	margin-top:15px;

	padding-top:25px; 

}

*+html .cform fieldset {

	position: relative;

	margin-top:15px;

	padding-top:25px; 

}

* html img.captcha	{

	margin-bottom:1px!important;

}

*+html img.captcha	{

	margin-bottom:1px!important;

}

