/*  
Theme Name: San Francisco Tango
Theme URI: http://www.billionstudio.com/
Description: 
Version: 1.0
Author: Billion Studio
Author URI: http://www.billionstudio.com/
*/

@import url('reset.css');

/* Default fonts and colors
========================================== */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea,select { 
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color: #666;
	font-weight: bold;
	font-weight:normal;
}

/* LAYOUT
========================================== */
body {
	background-color: #414141;
	font-size: 70%;
	line-height: 150%;
}

div#page {
	width: 100%;
}

div.container {
	width: 960px;
	margin: 0 auto;
}

div.tiny {
	width: 125px;
	float: left;
}

div.small {
	width: 250px;
	float: left;
}

div.large {
	width: 630px;
	float: left;
	margin-right: 80px;
}

div.full {
	width: 100%;
	float: left;
}

div.container.body {
	padding: 25px 0 0;
	height: 100%;
	overflow: auto;
}

/* ELEMENTS
========================================== */
p {
	padding: 0 0 20px 0;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0 0 12px;
}

h1, h2, h3 {
	line-height: 100%;
}

h4, h5, h6 {
	font-weight: normal;
}

h1 { font-size: 220%; color: #000; }
h2 { font-size: 180%; }
h3 { font-size: 140%; }
h4 { font-size: 120%; }
h5 { font-size: 90%; }
h6 { font-size: 80%; }

img.left,
img.align-left,
img.alignleft {
	float: left;
	margin: 0 12px 6px 0;
}

img.right,
img.align-right,
img.alignright {
	float: right;
	margin: 0 0 6px 12px;
}
img.wp-smiley{ border:none }

a:link, a:visited {
	color: #666;
	text-decoration: none;
}

a:hover, a:active {
	color: #333;
	text-decoration: underline;
}

abbr, acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}

ul { list-style-type: square; }
ol { list-style-type: decimal; }

dl { margin-left: 20px; }
dl dt { font-weight: bold; }
dl dd { margin-left: 40px; }

blockquote {
	margin: 0 0 20px 0;
	padding: 6px 12px 6px;
	background-color: #fff;
	border: 1px solid #EAEAEA;
	border-left-width: 3px;
}
blockquote p {
	padding: 6px 0;
}
blockquote blockquote {
	margin: 6px 0;
	background-color: #fff;
}

code, pre {
	display: block;
	white-space: pre;
	padding: 6px 12px 6px;
	margin: 0 0 20px 0;
	background-color: #fff;
	border: 1px solid #EAEAEA;
	border-left-width: 3px;
	font-size: 120%;
	font-family: monospace;
}
p code {
	display: inline;
	padding: 3px 6px;
	margin: 0;
	border: 0;
	white-space: normal;
}

hr {
	margin: 0 0 20px 0;
	border: 0;
	height: 1px;
	border-bottom: 1px solid #ccc;
}

/* FORMS
========================================== */
form {
	width: auto;
	margin-left: 20px;
}

form p {
	margin: 3px 0;
	padding: 0px 0 3px 0;
}

form table td {
	border: 0;
	border-collapse: collapse;
	padding: 1px;
	vertical-align: top;
	text-align: left;
}

fieldset {
	width: auto;
	border: 0;
}

label {
	font-size: 100%;
	line-height: 100%;
	white-space: pre;
	display: block;
	color: #999;
	text-align: left;
	cursor: pointer;
	margin: 0 0 6px;
}
form p {
	line-height: 150%;
	clear: both;
}
form p input {
	display: inline;
	float: left;
	clear: both;
	margin: 0;
	margin-right: 6px;
}
form p label {
	display: inline;
	clear: none;
	padding: 0;
	margin: 0;
}

input, textarea, select, button {
	margin: 0 0 12px 0;
}

input.text, textarea.text {
	padding: 4px 4px;
	background: #fff url('images/input.png') repeat-x top left;
	border: 1px solid #CCCCCC;
	border-top-color: #BDBDBD;
	border-bottom-color: #DDDDDD;
}

input.text, textarea.text {
	width: 230px;
	font-size: 100%;
}

textarea.text {
	width: 385px;
	height: 70px;
	padding: 5px;
	margin-bottom: 6px;
	resize: vertical;
}

input.button {
	float: none;
	clear: both;
	margin: 3px 0 0 0;
	padding: 3px 6px;
	font-size: 100%;
	font-weight: normal;
}

textarea:focus,
input:focus { }

/* TABLES
========================================== */
table {
	width: auto;
	margin: 0 0 20px 0;
}

table caption,
table tfoot {
	text-align: center;
	padding: 3px 0;
	font-weight: bold;
	color: #000;
}

table th {
	text-align: center;
	padding: 6px 12px;
	font-weight: bold;
	color: #666;
}

table tr {
	text-align: center;
}

table tr.alt th,
table tr.alt td {
	background-color: #F7F7F7;
}

table td {
	text-align: center;
	font-size: 1.0em;
	line-height: 100%;
	padding: 6px;
	vertical-align: middle;
}

/* HEADER
========================================== */
#header {
	background: #fff url('images/header/bg-image.gif') repeat-x top left;
	width: 100%;
	margin: 0 auto;
	height:127px;
	
}

#header .header-bg {
	background: url('images/header/header-image.gif') top left no-repeat;
	width: 100%;
	height:100%;
	
}

#header .container {
	height:127px;
	position: relative;
}



/* custom logo image */
#header .container {
	background: url('images/header/logo.png') no-repeat top left;
}

/* Header Main Navigation
========================================== */
#navigation.nav {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	padding: 0;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
}

.tl{
	position:absolute;
	top:0px; left:0px;
	width:5px;
	height:5px;
	background: url('images/tl.gif');
}

.tr{
	position:absolute;
	top:0px; right:0px;
	width:5px;
	height:5px;
	background: url('images/tr.gif');
}

#navigation.nav li {
	font-size: 110%;
	color: #333;
	
	margin: 0px;
	list-style: none;
	line-height: 110%;
	display: block;
	float: left;
}

#navigation.nav li a {
	color: #FFF;
	background-color: #349fe9;
	display: block;
	padding: 20px 24px 20px;
	text-decoration: none;
	line-height: 50%;
	float: left;
}
#navigation.nav li a:hover,
#navigation.nav li a:active,
#navigation.nav li.current_page_item a {
	text-decoration: none;
	background-color: #0082dd;
}
#navigation.nav li.rss a {
	padding-left: 36px;
	background-image: url(images/rss.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
}
#navigation.nav li.rss a:hover {
	background-image: url(images/rss-hover.gif);
}
#navigation.nav li li,
#navigation.nav li ul { display: none; } /*hide sub pages*/

/* SUB HEADER
========================================== */
#sub-header {
	padding:0;
	width: 100%;
	margin: 0 auto;
	
	background-color: #0082dd;
}

#sub-header .line{
		width:100%;
		height:6px;
		background-color:#0082dd;
}

#sub-header ul {
	overflow: auto;
	font-size: 110%;
	color: #FFF;
	font-weight: bold;
}
#sub-header ul li {
	display: block;
	float: left;
	white-space: nowrap;
}
#sub-header ul li a {
	display: block;
	float: left;
	padding:5px 5px 5px 5px;
	border-right: 1px solid #009ddc;
	color:#FFF;
	font-weight:normal;
}

#sub-header ul li a:hover {
	background-color:#45a0f4;
	text-decoration:none;
}

#sub-header ul li span {
	display: block;
	padding-top:5px;
	padding-right: 6px;
}
#sub-header ul li ul {
	display: none;
}

/* CONTENT
========================================== */
#content {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background-color:#FFF;

	
}
/*fixes other content inside content box*/
#content #content {
	background: #CCC;
	width: auto;
	padding: 20px;
	margin: 0;
	border: 0;
}

#content p a,
#content p a:link,
#content p a:visited {
	color: #F28101;
}

#content h2 {
	padding: 0px 0 6px;
}
#content h2 a, #content h2 a:link, #content h2 a:visited,
#content h3 a, #content h3 a:link, #content h3 a:visited {
	color: #333;
	text-decoration: none;
}
#content h2 a:hover,
#content h3 a:hover {
	color: #333;
	text-decoration: underline;
}

#content h3 {
	padding: 6px 0 12px;
}

#content h4 a,
#content h4 a:visited {
	color: #666;
}

#content ul {
	list-style-type: none;
}
#content ul, #content ol {
	padding: 0 0 20px;
}
#content ul li,
#content ol li {
	background: url('images/bullet.gif') no-repeat 16px 9px;
	padding: 3px 0 3px 30px;
}
#content ul li a { font-weight: normal; text-decoration: none }
#content ul li a:hover { text-decoration: underline }

#content ul ul {
	padding: 0;
}
#content ol { 
	margin-left: 30px;
}
#content ol li {
	padding-left: 0;
	background-image: none;
}

/* POST
========================================== */
#content .post,
#content #comments {
	background-color: #fff;
	margin: 0 0 40px 0;
	padding: 0px;
	padding-bottom: 20px;
	height: 100%;
	overflow: auto;
	border:0px dotted #CCC;
	border-bottom-width:1px;
	
}
#content .post-content{
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;

	padding-top:10px;
	padding-left:40px;
}

#content .post-content img {
	padding: 3px;
	border: 0px solid #EAEAEA;
	max-width: 480px;
}

#content .post-title{
		
	position:relative;
}

#content .post-title h2 {
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:28px;
	line-height:32px;

}

#content .post-title h2 a{
	
	color:#000;
	font-weight:normal;

	
}

#content .post-title h4 {
	font-size: 100%;
	color: #666;
	padding: 5px 0px 5px 0px;
	text-transform: uppercase;
	
}

#content .post-title h4 a,
#content .post-title h4 a:link,
#content .post-title h4 a:visited {
	color: #666;
}

#content .post-title h4 a:hover{
	color:#F60;	
}

#content .post-title span {
	padding-right: 4px;
	padding-left: 17px;
	background: url('images/post.png') no-repeat left center;
}
#content .post-title span.post-comments {
	background-image: url('images/commentpng');
}


#content .post-title span.post-date {
	background-image: url('images/date.png');
}
#content .post-title span.post-category {
	padding-right: 3px;
}

#content .post table {
	background-color: #fff;
	border-collapse: collapse;
	border: 1px solid #EAEAEA;
	border-width: 1px 0px 1px 1px;
	border-left-width: 3px;
}
#content .post table th {
	border: 1px solid #EAEAEA;
	border-width: 0px 1px 0px 0px;
}
#content .post table td {
	border: 1px solid #EAEAEA;
	border-width: 0px 1px 0px 0px;
}

/* Next and Previous Post Navigation
========================================== */
#content .post-nav {
	clear: both;
	height: 100%;
	overflow: auto;
	text-align: right;
	margin: 0 0 20px 0;
	margin-right: 20px
	/*
	padding: 6px 12px;
	background-color: #F3F3F3;
	border: 1px solid #EAEAEA;
	*/
}
#content .post-nav,
#content .post-nav a,
#content .post-nav a:link,
#content .post-nav a:visited {
	color: #999;
}
#content .post-nav .previous {
	text-align: left;
	float: left;
}
#content .post-nav .next {
	text-align: right;
}

/* Post Pages Navigation
========================================== */
#content p.pagenav {
	clear: both;
}
#content p.pagenav,
#content .pagenav a,
#content .pagenav a:link,
#content .pagenav a:visited {
	color: #666;
}

#content .pagenav a,
#content .pagenav span {
	border: 1px solid #EAEAEA;
	margin: 0 2px 0;
	padding: 3px 6px 4px;
	display: inline;
}
#content .pagenav span.extend {
	border: 0;
	padding: 0;
}

#content .pagenav a {
	text-transform: lowercase;
	background-color: #F3F3F3;
	text-decoration: none;
	line-height: 50%;
}
#content .pagenav a:hover {
	border-color: #ccc;
}
#content .pagenav span.current {
	background-color: #fff;
}

/* COMMENTS
========================================== */
#comments #comment_form {
	margin-left: 0px;
	margin-bottom: 20px;
	padding: 12px 12px 9px;
	background-color: #fff;

}
#comments .comment-wrap {
	height: 100%;
	overflow: auto;
	margin: 0 0 12px 0;
	padding: 0 12px 0;
	clear: both;
	background-color: #fff;
	border: 1px solid #EAEAEA;
}

#comments h3 {
	padding-top: 40px;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:28px;
	line-height:32px;
}

#comments .alt {
	background-color: #F6F6F6;
}
#comments .author {
	background-color: #FEFEED;
	border-color: #F5F5D0;
}

#comments .comment-wrap img.avatar {
	margin: 0;
	margin-bottom: 12px;
	padding: 2px;
	background-color: #fff;
	border: 1px solid #E8E8E8;
}

#comments .comment-wrap .left {
	width: 65px;
	padding-top: 12px;
	float: left;
}

#comments .comment-wrap .right {
	width: 322px;
	float: left;
	padding: 12px 0 6px 12px;
}

#comments .comment-wrap .right a {
	text-decoration: none;
}

#comments .comment-wrap .right a:hover {
	text-decoration: underline;
}

#comments .comment-wrap .right cite {
	margin: 0;
	padding: 0;
	font-style: normal;
	display: block;
	height: 100%;
	overflow: auto;
}
#comments .comment-wrap .right cite b {
	float: left;
}
#comments .comment-wrap .right cite b a {
	color: #333;
}
#comments .comment-wrap .right cite small {
	font-size: 80%;
	float: right;
}

#comments .comment-wrap .right p {
	padding: 6px 0;
	clear: both;
}

#comments .comment-wrap .right blockquote,
#comments .comment-wrap .right code,
#comments .comment-wrap .right pre {
	margin: 6px 0;
	clear: both;
}

/* SIDEBAR
========================================== */



#content .sidebar {
	/*padding: 12px 20px 6px;*/
	margin-bottom:20px;
	padding:0px 0px 10px 0px;
	clear: both;
	color: #ccc;
	background-color:#FFF;
	position:relative;
}

@-moz-document url-prefix()
{
#onlyff {margin-bottom:20px;
	padding:0px 0px 10px 0px;
	clear: both;
	color: #ccc;
	background-color:#FFF;
	position:absolute;
        top:0;
        left:150px;
        float:left; }
	
#content .post{
	margin-left:0;
}

div.large{

}
}

/* OPT-IN
========================================== */
#content .small .optIn{
	width:250px;
	background-color:#55af5e;
	clear:both;
	position:relative;
}

#content .small .optIn .tl
{
	position:absolute;
	top:0px; left:0px;
	width:5px;
	height:5px;
	background: url('images/tl-green.gif');
}

#content .small .optIn .tr
{
	position:absolute;
	top:0px; right:0px;
	width:5px;
	height:5px;
	background: url('images/tr-green.gif');
}
#content .small .optIn h1{
	color:#FFF;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding:15px 0px 15px 8px;
	display:block;
	background-color:#0b8818;
}

#content .small .optIn h1 span{
	font-size:18px;
}

#content .small .optIn form{
	margin:0px;
	padding:0px;
}

#content .small .optIn p{
	display:block;
	color:#FFF;
	font-size:12px;
	padding:10px 8px 0px 8px;
}

#content .small .optIn input{
	display: inline;
	float: none;
	clear: none;
	margin: 0px;
}

#content .small .optIn input:focus{

}

/*========================================== */



#content .small h3 {
	color: #FFF;
	padding: 6px 0;
	margin: 0;
	padding:10px 10px 10px 10px;
	display:block;
	background:url(images/sidebar-heading-bg.gif) #349fe9 top left no-repeat;
	
}



#content .small p a,
#content .small table a,
#content .small h3 a,
#content .small h3 a:visited {
	color: #F88E00;
}
#content .small p {
	padding-right: 0;
	padding-bottom: 12px;
	margin: 0;
	padding-left:10px;
}
#content .small ul {
margin: 0;
padding: 5px 0px 0px 0px;
	

}
#content .small ul li {
	color: #000;	
	padding: 5px 0;
	padding-left: 10px;
	background-image: none;
	border:0px solid #FFF;
	border-bottom-width:0px;
	font-size:12px;
}


#content #recent-posts.sidebar ul li{
	background-image:url(images/latest-posts.gif);
	background-position:left;
	background-repeat:no-repeat;
	margin-left:10px;
	padding-left:20px;
	
}

#content #recent-comments.sidebar ul li{
	background-image:url(images/latest-comments.gif);
	background-position:left;
	background-repeat:no-repeat;
	margin-left:10px;
	padding-left:20px;
	
}

#content .small ul li a:link,
#content .small ul li a:visited {
	padding:5px 0px 5px 0px;
	color: #06F;
	text-decoration: none;


}

#content .small ul li a:hover,
#content .small ul li a:active {
	color: #F60;
	text-decoration: underline;
}

#content .small ul li ul {
	border: 0;
}
#content .small ul li input,
#content .small ul li select {
	margin-bottom: 0;
}

#content .small ul li span.recent_date {
	padding-left: 3px;
	font-size: 80%;
	font-weight: bold;
	color: #ccc;
}
#content .sidebar ul li a:hover {
	text-decoration: none;
}
#content .small ul ul {
	border: 0;
	padding: 0 0 0 20px;
}
#content .small ul ul li {
	border: 0;
	padding: 3px 0;
}
/*Custom sidebars*/
#content .sidebar.tiny {
	float: left;
	clear: none;
	margin-right: 0;
}
#content .sidebar.tiny ul {
	margin-right: 20px
}
/*Ads sidebar*/
#content #ads.sidebar {
	height: 100%;
	overflow: auto;
	margin-right: 0;
}
#content #ads.sidebar img {
	float: left;
	margin-bottom: 12px;
}


#content #orange.sidebar{
	background-color:#ffa851; 
	margin-bottom:0px;	
	padding-bottom:0px;
}

#content #orange.sidebar h3{
	background:url(images/sidebar-orange-heading-bg.gif) top left no-repeat;
	font-weight:normal;
	font-size:12px;
	line-height:14px;
}



#content #grey.sidebar {
	background-color:#666;
	padding-bottom:10px;
	position:relative;
	
}

#content .sidebar .tl

{
	position:absolute;
	top:0px; left:0px;
	width:5px;
	height:5px;
	background: url('images/tl.gif');
}

#content .sidebar .tr

{
	position:absolute;
	top:0px; right:0px;
	width:5px;
	height:5px;
	background: url('images/tr.gif');
}



#content #grey.sidebar h3{
	color:#FFF;	
	font-weight:normal;
	font-size:16px;
	line-height:20px;
}


/*Ads sidebar*/
#content #rss.sidebar {
	background: url('images/rss-32.png') no-repeat 12px 12px;
	background-color: #666;

	padding: 6px 12px 12px 52px;
	position:relative;
}



#content #rss.sidebar h3 {
	font-size: 120%;
}
#content #rss.sidebar h3,
#content #rss.sidebar h4,
#content #rss.sidebar p,
#content #rss.sidebar a {
	color: #ccc;
	padding-bottom: 0;
}
#content #rss.sidebar h3,
#content #rss.sidebar h3 a {
	color: #fff;
}

/* FOOTER
========================================== */
#footer {
	clear: both;
	width: 100%;
	padding: 12px 0 0;
	background-color: #333;
}

#footer h3 {
	color: #fff;
}

#footer p {
	padding: 0 20px 12px 0;
	margin: 0;
	color: #454D71;
	font-size: 85%;
}

#footer a:link,
#footer a:visited {
	color: #454D71;
}

#footer a:hover,
#footer a:active {
	color: #fff;
}

/* Footer Navigation
========================================== */
#footer ul.nav {
	margin: 0 0 12px;
}

#footer ul.nav li {
	color: #fff;
	padding: 0 !important;
	margin: 0 6px 0px 0;
	display: block;
	float: left;
}

#footer ul.nav li a {
	color: #666;
	display: block;
	padding: 3px 6px;
	text-decoration: none;
	background-color: transparent;
}
#footer ul.nav li a:hover,
#footer ul.nav li a:active {
	color: #fff;
	background-color: #414141;
}
#footer ul.nav.right {
	margin: 0;
}
#footer ul.nav.right li {
	float: right;
}

/* CREDITS
========================================== */
#credits {
	clear: both;
}

#credits p {
	text-align: left;
	color: #999;
	font-size: 85%;
	padding: 6px 6px 12px;
}

#credits a:link,
#credits a:visited {
	color: #999;
	text-decoration: none;
}

#credits a:hover,
#credits a:active {
	text-decoration: underline;
}

/* WIDGETS AND PLUGINS
==================================================================================== */
/* Search form
========================================== */
form#search-form {
	width: 230px;
	height: 23px;
	padding: 0;
	margin: 0;
	margin-bottom: 0px;
	position: relative;
	margin-left:10px;
}
form#search-form input.text {
	position: absolute;
	top: 0;
	left: 0;
	width: 219px;
	height: 13px;
	padding: 4px 3px 4px 4px;
	margin: 0;
	border-color: #EBAB58;
	background-position-y: -1px;
	z-index: 0;
}
form#search-form input.text:focus {
	border-color: #EBAB58;
}
form#search-form input.button-search {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0px;
	display: block;
	line-height: 100%;
	width: 23px;
	height: 23px;
}
form#search-form label.overlabel {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
form#search-form label.overlabel-apply {
	display: block;
	color: #999;
	font-size: 100%;
	position: absolute;
	top: 6px;
	left: 6px;
	margin: 0;
	z-index: 1;
	cursor: text;
	line-height: 100%;
}
/* Calendar
========================================== */
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #666;
	text-align: right;
}
#wp-calendar th {
	color: #666;
	font-size: 80%;
	padding-left: 0;
	padding-right: 0;
}
#wp-calendar a {
	font-weight: bold;
}

#wp-calendar tfoot td {
	text-align: left;
}
#wp-calendar tfoot td#next {
	text-align: right;
}
#wp-calendar td#today {
	background-color: #f3f3f3;
}


.topBox{

	width:960px;

	height:160px;

	position:relative;

	background:#0082dd url(images/blog-heading-bg.jpg) top left no-repeat;
}



.topBox h1{

	color:#FFF;

	margin-left:400px;

	padding-top:15px;

	font-size:30px;
	
	font-weight:normal;

}



#topBoxIndex h1{

	margin-left:440px;

	padding-top:30px;

}



.topBox h2{

	color:#FFF;

	margin-left:400px;

	padding-right:20px;

	font-style:italic;

	font-size:18px;

	line-height:26px;

	padding-bottom:20px;
	
	font-weight:normal;

}



#topBoxIndex h2{

	margin-left:440px;

}



.topBox p{

	margin-left:470px;

	padding-right:30px;

	padding-bottom:20px;

}



.topBox table{

	background-color:#ffa462;

	margin-left:470px;

}



.topBox table p{

	margin:0px;

	padding:0px 10px 0px 20px;

	font-size:16px;

	line-height:16px;

	color:#FFF;

}



.topBox .tl{

	height:10px;

	width:10px;

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

	position:absolute;

	top:0px; left:0px;

}



.topBox .tr{

	height:10px;

	width:10px;

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

	position:absolute;

	top:0px; right:0px;

}




.topBox .br, #content .cat-nav-box .br{

	height:10px;

	width:10px;

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

	position:absolute;

	bottom:0px; right:0px;

}



.topBox .bl, #content .cat-nav-box .bl{

	height:10px;

	width:10px;

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

	position:absolute;

	bottom:0px; left:0px;

}

/* header - nav
=====================================*/

.navBox{
	position:absolute;
	right:0px;
	bottom:0px;

}

.navBox a.tab{
	height:55px;
	position:relative;
	background-color:#349fe9;
	display:block;
	margin-top:10px;
	padding:0px 14px 0px 14px;
	float:left;
	text-decoration:none;
}

.navBox #current.tab{
	margin-top:0px;
	height:65px;
	background-color:#0082dd;

}

.navBox #current.tab h2{
	padding-top:27px;

}

.navBox a.tab:hover{
	background-color:#0082dd;
}

.navBox a.tab .tl{
	position:absolute;
	top:0px; left:0px;
	width:5px; height:5px;
	background-image:url(images/header/tl.png);
}

.navBox a.tab .tr{
	position:absolute;
	top:0px; right:0px;
	width:5px; height:5px;
	background-image:url(images/header/tr.png);
}

.navBox a.tab h2{
	color:#FFF;
	margin:0px; padding:0px;
	padding-top:17px;	
	font-size:18px;
	font-weight:normal;

}

#content .post p.italicBlue{
	font-style:italic; 
	color:#009ddc; 
	font-family:Georgia, 'Times New Roman', Times, serif; 
	padding-bottom:10px;  
	font-size:16px;	
}


#content .post p.italicBlue a,
#content .post p.italicBlue a:link,
#content .post p.italicBlue a:visited{
	color:#009ddc; 
	text-decoration:none;
}

#content .post p.italicBlue a:hover{
	text-decoration:underline;
}


/* footer

=====================================*/



.footerBox

{

	height:300px;

	width:100%;

	background:#666 url(http://www.tribuslingua.com.au/images/footer/footer-bg.gif) repeat-x;

	position:relative;

}



.footerBox .image

{

	height:300px;

	width:100%;

	background:url(http://www.tribuslingua.com.au/images/footer/footer-image.gif) left no-repeat;

}



.footerBox .float

{

	width:960px;

	margin:0 auto;

}



.footerBox .float .navSection

{

	width:160px;

	float:left;

	margin:10px 0px 0px 20px;

}



.footerBox .float .navSection h2

{

	color:#FFF;

	padding-bottom:15px;

}



.footerBox .float .navSection a

{

	color:#FFF;

	line-height:22px;

}



.footerBox .float p

{

	color:#FFF;

	font-size:12px;

	text-align:right;

	line-height:22px;

}



.footerBox .featuredBox

{

	height:87px;

	width:960px;

	background-image:url(http://www.tribuslingua.com.au/images/footer/featured-box.gif);

	margin:0 auto;

}



.footerBox .featuredBox img

{

	display:block;

	float:left;

	border:none;

}

/**************************************************************************************************************************  feedback

***************************************************************************************************************************/

.feedback-box{
	z-index:20;
	position:fixed;
	bottom:0px; right:0px;
	width:95px;
	height:97px;
	background-image:url(http://www.tribuslingua.com.au/images/header/feedback-button.png);
}

/**************************************************************************| cat nav */

#content .cat-nav-box{
	width:100%;
	background-color:#999;
	margin:5px 0px 30px 0px;
	height:55px;
	vertical-align:top;
	background:#999 url(images/cat-nav-box-bg.gif) top left repeat-x;
	position:relative;
}

#content .cat-nav-box a{
	height:55px;
	position:relative;
	display:block;
	padding:0px 15px 0px 15px;
	float:left;	
	text-decoration:none;
}

#content .cat-nav-box a:hover, #content .cat-nav-box a.active{
	background-color:#349fe9;
}

#content .cat-nav-box a h2{
	color:#FFF;
	font-size:14px;
	line-height:14px;
	padding:0px; margin:0px;
	padding-top:14px;
}

#content .cat-nav-box a h3{
	color:#FFF;
	font-size:10px;
	line-height:10px;
	padding:0px; margin:0px;
}
