/*
Theme Name: Bara' Design
Theme URI: http://baradesign.com.au/
Description: Bara' Design Template
Version: 1.6
Author: Matt McNamee
Author URI: http://baradesign.com.au
Tags: blue, custom header, fixed width, two columns, widgets
*/



/* Begin Typography & Colors */
#page {
	text-align: left;
	}

#header {
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #FFF;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	}

.commentlist li, #commentform input, #commentform textarea {
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #CCC;
	font-size:10px
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color:#FFFFFF;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}


#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

#comments h3 {
	padding: 0;
	margin: 0px 10px 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	border-bottom: solid 1px #666666;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	padding:10px 20px;
	height:23px;
	margin-top: 7px;
	margin-bottom:7px;
	}
.backgroundTran {background:url(images/gradient.jpg) repeat-x center center;}
.backgroundTran:hover {background:#000}
/* End Various Tags & Classes*/











body {
/*	background: url(images/layout/bg-main.jpg) top repeat-x #240d38;*/
	background:#000;
	color:#DDD;
	text-align:left;
}

.rounded {
	background:url(images/layout/trans-bg-2.png) repeat;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
	z-index:2;
}

.hidden {
	display:none;
}
* {
	outline:none;
}

/* Header */
.header {
	margin: 0px auto -10px auto;
	position:relative;
	margin-bottom:0px;
	z-index:9;
	height:224px;
}

.header h2 {
	padding:1px 5px 5px 15px;
	margin:0;
	font-size:20px;
	color:#FFF;
}

.header h2 a {
	color:#fff;
}

.header h2 a span {
	color:#FFF;
}

/* Navigation */
.nav {
	position:relative;
	}
	
ul.topnav, ul#subnav {
	list-style: none;
	padding: 0px 10px;
	margin: 0px 0 0 0;
	float: right;
	z-index:2;
}
ul.topnav li, .topnav page_item, ul#subnav li, ul#subsubnav {
	float: left;
	height:34px;
	padding-top:11px;	
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}

ul.footerNav {list-style: none;float: right; z-index:2;}

ul.footerNav li, ul#subsubnav li {float:left; display:inline; padding: 10px 0px 10px 10px;}

ul.topnav li a, ul.footerNav li a, ul#subnav a, ul.topnav li a:link, ul.footerNav li a:link, ul#subnav a:link {
	/*padding: 10px 5px;*/
	color: #fff;
	text-decoration: none;
	margin-top:10px;
	padding:5px;
	font-weight:500;
	font-size:12px;
	text-transform:uppercase;
}

.header ul.topnav li a, .header  ul#subnav li a {
	display:block;
	height:21px;
	padding-right:28px;
	padding-top: 8px;
	text-align:center;
	}

ul#subnav a, ul#subnav a:link {color:#CCCCCC}

ul.footerNav li a, ul.footerNav li a:link {font-size:8.5px;}

ul.topnav li a {
	padding: 12px 22px;
	margin-top:12px;
	}

ul.topnav li:hover {
	background:url(images/layout/nav-act.jpg) center no-repeat;	
	}

ul.topnav .current_page_item, ul.topnav .current_page_item:link, ul.topnav .current-cat, ul.topnav .current-cat:link {
	background:url(images/layout/nav-hov.jpg) center no-repeat;
	opacity:1.0;
	}

ul.topnav li a:hover {
	color: #ddd; 
	text-shadow: 1px 1px 1px #000;
}

ul.topnav li a:active, ul#subnav li a:active {
	background:url(images/layout/button_purple2.png) left no-repeat;
}

ul.footerNav .current_page_item a {background:none; color:#FFFFFF; font-weight:900}

ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(images/layout/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	margin: 0; padding: 0 0 5px 0;
	display: none;
	float: left;
	width: 170px;
	z-index:3;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	clear: both;
	width: 170px;
	z-index:9;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	padding:5px 10px 0 10px;
	cursor:pointer;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
}


ul#subnav {font-size:11px; margin-top:-26px;}

ul#subsubnav {
	list-style: none;
	padding: 0px 20px 0 0;
	margin: 0 -48px 0px 0px;
	float: right;
	z-index:2;
	width:100%;
	border-left: solid 4px #FFF;
	}

ul#subsubnav li, ul#subsubnav li a {
	margin-left:10px;
	margin-right:10px;
	padding: 4px;
	font-size:11px;
}

ul#subsubnav li a:hover, #subsubnav .current-cat, #subsubnav .current-cat a, #subsubnav .current-cat a:link {
	background:#FFF;
	color:#000;
	text-decoration:none;
	margin-left:10px;
	margin-right:10px;
	padding: 4px;
	font-size:11px;
	width:100%;
	height:100%;
}

li.link a, li.link a:visited {
	color:#FFFFFF;
}

/* Featured */

.featured {
	height:356px;
	margin-top:-35px;
	margin-bottom:15px;
	color:#fff;
}

.featured a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

.intro h1 {
	font-size:45px;
	color:#fff;
} 

.intro {
	padding-top:30px;
	margin-left:20px;
}

p.link a, p.link a:visited, li.link a, li.link a:visited {
	padding:5px 9px;
	background:#999999;
	color:#FFF;
	font-weight:bold;
}

p.link a:hover {
	background:#66b606;
	color:#fff;
	text-decoration:none;
}

p.biglink a {
	width:100%;
	display:block;
	text-align:center;
	padding:20px 0;
	background:#55A505;
	color:#CAE3B2;
	font:24px Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
}

p.biglink a:hover {
	background:#66b606;
	color:#fff;
}

/* Features */

.rbox div.inner {
	padding:25px 25px 10px 25px;
}

.rbox div.error_message {
	padding:10px 10px 10px 35px;
}

.center {
	text-align:center;
}

/* Content */

.content {
	margin:0px auto;
}

p.meta {
	margin:0;
	margin-bottom:20px;
	color:#444;
	font-size:11px;
}

h3.headline {
	margin-bottom:5px;
	padding-bottom:0;
	color:#fff;
}

.rbox h3 {
	margin:0 0 10px 0;
	color:#fff;
}

/* General */

.pagetitle {
	margin-bottom:15px;
	height:334px;
	width:100%;
	background: url(images/banner/love.png) no-repeat top left;
	border:#000000;

}

.pagetitle h1 {
	color:#fff;
	margin:0px 24px;
	font-size:30px;
	text-align:left;
}

.content a img, a:link img, a:visited img, a:active img {
	padding:3px;
	margin:5px;
	background:#333333
}

.content a:hover img {
	background:#6600CC;
	/*opacity:0.7; 
	filter:alpha(opacity=70);*/
}

.clear {
	clear:both;
	display:block;
	margin:10px 0;
}

.mini p {
	font-size:90%;
}

img.left {
	float:left;
	border:none;
	margin:0 5px 5px 0;
}

h2 {
	border-bottom:1px dotted #eee;
}

.header h2 {
	border:none;
	margin-top:20px;
}

.video strong {
	font:10px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color:#ccc;
}

.widget, .widget_text , .textwidget, #text-3, #text-4 { list-style:none;}

ul.widget li, ul.widget li ul { list-style:none;}

.video a {
	color:#FFF;
}

.widgettitle {text-align:right; background:url(images/layout/trans-bg-2.png) repeat; padding: 5px 40px 5px 5px; margin-right:-10px; margin-top:15px;}

.video a:hover {
	color:#CCCCCC;
}

/* Pricing */

table.caseStudy {
	color: #DDDDDD;
	margin-top:55px;
}

table.caseStudy img {
	border:none;
	padding:0;
	background:none;
}

.caseStudy th, .caseStudy td {
	padding:10px;
	/*background:url(images/blackbg.png) repeat-x top left*/
}

th.feature, td.feature {
	text-align:right;
	font-weight:bold;
}

.caseStudy th {
}

.caseStudy h3 {padding:0px; margin:0px;}

.caseStudy .odd td {
	/*background:url(images/blackbg-2.png) repeat top left;*/
	border-top:solid 1px #330099;
}

.price {
	font-size:140%;
	color:#333;
}

/* Slider */

#slider {
    position: relative;
	z-index:0;
	width:100%;
	height:302px;
}

.scroll {
    height: 334px;
    width: 100%;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
	z-index:0
}

.scrollContainer, .scrollContainer div.panel {
    height: 334px;
    width: 100%;
	margin-bottom:20px;
}

ul.navigation {
    list-style: none;
    margin: 0;
	height:45px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    color: #000;
    text-decoration: none;
	text-transform:uppercase;
	color:#9E302C;
	margin:0 10px 0 0;
}

	
ul.navigation a:hover {
	color:#251E10;
}

ul.navigation a.selected {
   color:#251E10;
}

ul.navigation a:focus {
    outline: none;
}

.panel {
	position:relative;
}

.panel img {
	position:absolute;
	top:0;
	left:0;
	background:none;
	border:none;
}

.panel img:hover {
	background:none;
}

.panel p {
	line-height:18px;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
	z-index:9;
}
	
.scrollButtons.left {
    left: -20px;
	z-index:9;
}

.scrollButtons.right {
    right: -10px;
	z-index:9;
}


.hidden {
	display:none;
}

/* Tabs */

div#tab-container-1 {
	width: 100%;
	margin:20px 0 20px 0;
}



ul#tab-container-1-nav {
	list-style-type: none;
	width: 100%;
	float: left;
	background: url(images/layout/pixel.gif) bottom left repeat-x;
	margin:0;
	padding:0;
}



ul#tab-container-1-nav li {
	margin: 0 2px 0 0;
	float: left;
}



ul#tab-container-1-nav a {
	float: left;
	display: block;
	padding: 4px 8px;
	border: 1px solid #474747;
	border-bottom: 0;
	color: #666;
	background:url(images/layout/box.jpg) bottom repeat-x #fff;
	text-decoration: none;
	font-weight: bold;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-radius-topright:5px;
	-webkit-border-radius-topleft:5px;
}



ul#tab-container-1-nav a:hover {
	background: #1d1d1d;
}



ul#tab-container-1-nav a.active {
	background: #1d1d1d;
	padding-bottom: 5px;
	cursor: default;
	color: #55A505;
}



.tab {
	clear: left;
	border: 1px solid #474747;
	border-top: 0;
	padding: 20px 20px 0 20px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-radius-bottomright:5px;
	-webkit-border-radius-bottomleft:5px;
	background:url(images/layout/box.jpg) bottom repeat-x #1D1D1D;
}

object {
	margin-bottom:20px;
}

post-edit-link {float:left;}

#searchform input, #searchform textarea, #searchform select { margin: 0; padding: 2px; color: #222; background: #FFF; border: 1px solid #363636; margin: 5px 0; font-size:11px; float:left; -moz-border-radius: 5px; -webkit-border-radius:5px; }   

.page-item a, .cat-item a {padding-left:4px;}

.tribox {
	float:left;
	width:30%;
	padding:10px;
	}
.tribox p {
	padding:0px;
	margin:0px;
	}

.tribox h2 {
	border-bottom: dotted 1px #CCCCCC;
	}

.tribox img {
	margin-top:12px;
	}

.folio .post {
	float:left;
	width: 205px;
	padding:0px;
	margin:1px 1px 0px 0px;
	background:url(images/icons/magnify.png) no-repeat top left;
	}

.folio .post span {
	display:none;
}
.folio .post:hover span {
	margin: -21px 0 0 0;
	background:#240d38;
	padding:3px 6px 3px 3px;
	cursor:pointer;
	display:block;
	z-index:99;
	position:relative;
	font-size:10px;
	}
.folio .post:hover span a, .folio .post:hover span a:link {
	font-weight:300;
}

.imgbox {
	height:130px; 
	overflow:hidden;
	border: none;
	z-index:1;
	position:relative;
	}

.imgbox span {display:hidden}
.imgbox:hover span {border:none; display:block; z-index:900; margin-bottom:-130px; background:#333333}	

.post h5 {display:block;}

.content .imgbox a img, .content .imgbox a:link img, .content .imgbox a:hover img  {
	border:none;
	background:none;
	margin:0px;
	padding:0px;
	}
	
 a, a:link, a:visited, a:active {
 	color:#fff;
	text-shadow:#ccc;
	text-decoration:underline;
	}
a:hover {text-decoration:none; color:#eee;}

.noBack img {background:none; border:none;}

p img {
	background:transparent url(images/imgglow.png) no-repeat right bottom;
	margin-bottom:-10px;
	padding-bottom:12px;
	}

.headings h1 {font-size: 40px; padding:0px; margin:0px;}
.headings h2 {font-size:24; padding:0px; margin:0px; margin-top:10px;}

.foot {
	font-size:10px;
	padding-bottom:30px;
	}

.foot a, .foot a:link {
	text-decoration:none;
	}
	
#parallax {position:absolute; top:0; left:0; overflow:hidden; width:100%; height:100%; /* margin-top:36px; */ z-index:1;}
	#layer1 { background:url(images/layout/bg-bara.png) center top no-repeat; width:2000px; height:1200px; opacity: 1.0}
	#layer2 { background:url(images/layout/bg-colour2.png) center top no-repeat; width:2000px; height:1200px; opacity:0.5 }

.button {
	width:98px;
	height:23px;
	margin-left:10px;
}

.b-forward {
	background:url(images/buttons/forward.png) center center no-repeat;
	padding: 7px 19px 0px 0px;
}
	.b-forward:hover {
		background:url(images/buttons/forward-hov.png) center center no-repeat;
	}

.b-back {
	background:url(images/buttons/back.png) center center no-repeat;
	padding: 7px 0px 0px 19px;
}
	.b-back:hover {
		background:url(images/buttons/back-hov.png) center center no-repeat;
	}
	
.wrong {
	background:#FF0000;
	border:solid 1px #990000;
	padding:5px;
	width:100%;
}