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


/* General Styles */

html {background:#fff;}

body {background: #ebebeb url(images/layout/bg.jpg) repeat-x top center; color:#464646; text-align:left;}
	body.home {background: #ebebeb url(images/layout/bg-home.jpg) repeat-x top center;}

.logo a {background: url(images/layout/logo.gif) no-repeat top center; width:249px; height:51px; position:relative; display:block; text-indent:-9999px; margin-bottom:15px;}

.rounded {background: none;}

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

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

.footer {
	margin-bottom:0px;
	font-size:10px;
	width:100%;
	padding:30px 0px 60px;
	background:#fff;
	margin-top:30px !important;
	color:#999999;
	}
	
.footer a, .footer a:link, .footer a:visited {
	font-size:10px;
	color:#666666 !important;
	text-decoration:none;
}

.footer a:hover {color:#333333 !important;}

/* WORDPRESS */
.entry p a:visited {
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.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 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	font-size:10px
	}

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

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

#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 */
.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}

#comments h3 {
	padding: 0;
	margin: 0px 10px 20px ;
	}

/*	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 {
	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 {
	font-size:24px;
	color:#6f6f6f;
	/*text-shadow:-1px -1px 2px #fff;*/
}

#sidebar a, #sidebar a:visited {color:#6f6f6f; text-decoration:none;}
	#sidebar a:hover {color:#999999}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	margin-bottom:20px;
	}

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

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

#sidebar ul ul li {
	font-size:14px;
	color:#6f6f6f;
	margin:0px;
	padding:0px;
}

#sidebar ul ul {
	margin-top:20px;
}


ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}
/* 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 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;
	background:none;
	-webkit-transition:all linear 0.5s;
	}

a:hover img {
	opacity:0.9; 
	filter:alpha(opacity=90);
	-webkit-transition:all linear 0.5s;
}

/* End Various Tags & Classes*/

@charset "UTF-8";
/* CSS Document */


/* Featured */

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

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

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

.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;
	font-weight:bold;
}

p.link a:hover {
	background:#66b606;
	;
	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;
	;
}

/* Features */
.content {
	margin:0px auto;
	text-shadow:-1px -1px 1px #fff;
}

.rbox {
	padding-top:15px;
	}

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

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

.center {
	text-align:center;
}

/* Content */
.pagetitle h1 {padding-top:5px; color:#FFFFFF;}

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

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

.rbox h3 {
	margin:0 0 10px 0;
	
}

/* General */

.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:0px;
}

.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;}

.video a {
	
}

.widgettitle {margin-top:20px;}

.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;
}


.hidden {
	display:none;
}


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;}

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

.folio .post h5 {
	margin: -24px 3px 5px 10px;
	cursor:pointer;
	}

.imgbox {
	height:150px; 
	overflow:hidden;
	border: none;
	}

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

.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 {
	text-shadow:#CCC;
	text-decoration:underline;
	color:#003366;
	}
a:hover {
	text-decoration:none;
	color:#006699
	}

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

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

/* DROP DOWN MENU */
.navigation {
	display: block;
	text-align: center;
	padding:10px 20px;
	height:23px;
	margin-top: 7px;
	margin-bottom:7px;
}

#navigation { 
	float: right; 
	font: lighter 16px Arial, Helvetica, sans-serif; 
	height: 28px;
	margin-top: 25px;
}

.sf-menu, .sf-menu * {
	 margin: 0; padding:0; 
	 list-style: none; 
}

.sf-menu { 
	line-height: 1.0;
}

#nav {
	float: right;
	width: auto;
}

.sf-menu ul { 
	position: absolute; 
	top: -999em; 
	width: 12em; 
	padding: 5px; 
	margin: -5px -5px 0; 
}

.sf-menu ul li { 
	width: 100%;
}	

.sf-menu li { 
	float: left; 
	position: relative; 
}

.sf-menu li:hover, .sf-menu a:hover { 
	visibility: inherit;
	color:#FFFFFF;
}	


.footer .sf-menu a:hover {color:#333333;}

.sf-menu a { 
	display: block; 
	position: relative; 
	color:#007190;
	padding: 10px 10px; 
	text-decoration:none; 
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul { 
	left:0; top: 2.4em; 
	z-index:99; 
}

ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul { 
	top: -999em; 
	margin-left:0px;
}

ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul { 
	left: 12em; top:-0.0em;
}

ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul { 
	top: -999em; 
}

ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul { 
	left: 12em; 
	top: -0.1em; 
}


.sf-menu a.sf-with-ul { 
	padding-right: 2.25em; 
	min-width: 1px; 
}

.sf-sub-indicator { 
	position:absolute; 
	display:block; 
	right:.75em; 
	top:1.05em; 
	width:10px; 
	height:10px; 
	text-indent:-999em; 
	overflow:hidden; 
}

ul.topnav li a, ul#subnav a, ul.topnav li a:link{
	text-decoration: none;
	padding:5px;
}

.current_page_item, .current_page_item a, .current_page_item a:link, .current-cat, .current-cat a, .current-cat a:link {
	color: #FFF;
	}

.current_page_item a:hover, .current-cat a:hover{
	color:#007190;
	}

hr{
	background: url(images/layout/hr_bg.png) no-repeat;
	width: 590px;
	height: 28px;
	border: 0;
	overflow: hidden;
}

.inner-shadow {background:url(images/layout/inner-shadow.jpg) no-repeat center right;}
	.inner-shadow h1 {text-align:center;}
	.inner-shadow .last {margin:0px;}
	
.process {width:156px; background:url(images/layout/process-arrow.jpg) no-repeat center right; padding-right:24px; margin-right:20px; min-height:87px; float:left;}
	.process-last {width:130px; float:left;}
	.process h3 {margin:0px;}

/* Gallery */
.folio-box a img {margin:0px 19px 20px 0; opacity:0.5; -webkit-transition: all 0.5s linear; border:1px solid #1e1e1e}
	.folio-box a img:hover {opacity:1; -webkit-transition: all 0.5s linear; border:1px solid #0096ff}

/* Slider */
.slideshow {height: 448px; width: 988px; margin: auto; margin-top:-76px; z-index:0; overflow:hidden;}
	.slideshow .slide {text-indent:-9999px; position:relative; display:block; height:448px; width: 988px; background-color:transparent;}
	.slideshow .slide p {text-indent:-9999px; margin-top:-999px;}

/* Buttons */
a.button {background-image:url(images/icons/buttons-sprite.png); width: 184px; height:40px; position:relative; display:block; font-size:20px; text-decoration:none; color:#fff; margin:4px 4px 15px; text-align:center; padding-top:7px; float:left; font-weight:bold;}
	a.signup {background-position:right top; text-shadow:-1px -1px 1px #860000;}
	a.signup:hover {background-position:right bottom; color:#e1e1e1;}
	a.features {background-position:left top; text-shadow:-2px -2px 2px #ffffff; color:#5f5f5f;}
	a.features:hover {background-position:left bottom; color:#a1a1a1;}
	
	a.top-button {background-image:url(images/icons/top-button-sprite.png); width: 190px; height:44px; position:relative; display:block; font-size:20px; text-decoration:none; color:#fff; margin:4px 4px 15px; text-align:center; padding-top:9px; float:left; font-weight:bold;background-position:right top; text-shadow:-1px -1px 1px #860000;}
	a.top-button:hover {background-position:right bottom; color:#e1e1e1;}
	
.home .right-col {padding:20px 0px;}

input {background:#FFFFFF; border:2px solid #CCCCCC; padding:5px; border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
	label {float:left; width:160px;} input {width:200px;}
	input:focus {border:2px solid #999999;}
	input.submit, input[type="submit"] {background:url(images/layout/submit.gif) no-repeat left top; height:29px; width:95px; border:0px; border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px; color:#5f5f5f;}
	input.submit:hover, input[type="submit"]:hover {opacity:0.8; color:#000000; cursor:pointer;}
	
a.screens {margin-right:12px; margin-top:0px; display:block; position:relative; float:left; background:#FFFFFF; padding:5px; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; -webkit-transition:all linear 0.4s;}
	a.screens:hover {background:#CCCCCC;}
	a.designs {margin-right:32px;}
	
.content-wrapper {margin-bottom:15px; clear:both;}
	.content-wrapper img.alignright {margin-left:20px;}
	.content-wrapper img.alignleft {margin-right:20px;}

.error {background:#990000; color:#FFFFFF; padding:5px; width:100%; font-size:16px; border:#630000 1px solid; border-left:none; border-right:none;}
