/*
THEME NAME: Tango Technology
THEME URI: www.tangotechnology.com.au
DESCRIPTION: This theme is based on <a href="http://www.plaintxt.org/themes/sandbox/">Sandbox</a>. It is intended for the exclusive use of Tango Technology
VERSION: 0.1
AUTHOR: <a href="http://www.tangotechnology.com.au">Mitch Brown</a>
AUTHOR URI: http://www.tangotechnology.com.au
*/

/* Architecture */
html { }

body {
	background: #ccc;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333;
}

#wrapper {
	margin-right:auto;
	margin-left:auto;
	margin-top: 0px;
	text-align:left;
	width:960px;
	background-color: #fff;
        border: 1px solid #666;
  
}

#header {
	height: 120px;
        background: url(images/tagline.jpg);
        background-repeat: no-repeat;
        background-position: 320px 0px;
        font-family: Georgia,"New Century Schoolbook","Nimbus Roman No9 L",serif;

}

#container {
	float: left;
	width: 100%;
}

#content {
	margin: 20px 240px 30px 20px;
}

#sidebar {
	margin: 20px 0 30px -210px;
	width: 190px;
	float: left;
	overflow: hidden;
}

#footer {
	clear: left;
	width: 960px;
	border-top: 3px solid #EFEFEF;	
        background: #333;
        padding-top: 20px;
        padding-bottom: 20px;
        font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #fff;
        text-align: center;

}

/* General */
* {
	margin: 0;
	padding: 0;
}

a {
	color: #669900;
	text-decoration: none;
}

a:hover {
	color: #669900;
	text-decoration: none;
  border-bottom: 1px dotted #669900;
}


.separator {
	color: #CCCCCC;
	margin: 0 5px;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
}

.meta-sep {
	color: #CCCCCC;
	margin: 0 5px;
}

.floater-left {
	float: left;
}

.floater-right {
	float: right;
}

#access {
	overflow: hidden;
	width: 960px;
        border-top: solid 1px #EFEFEF;
        border-bottom: solid 1px #EFEFEF;
        background: url(images/accessbg.gif);
}
#access a {
	font-size: 100%;
        font-family: Georgia,"New Century Schoolbook","Nimbus Roman No9 L",serif;
        font-weight: semi-bold;
        color: #669900;      
       

}
#access a:hover {
        color: #333;
        text-decoration: none;
        border: none;

}

#menu ul {
	display: inline; /* Added to fix the double margin in IE6 */
	list-style: none;
}

#menu ul li {
	display: inline; /* Added to fix the double margin in IE6 */
	float: left;
        margin-left: 10px;
	padding: 15px 15px;
}

#blog-title {
	font-size: 140%;
	font-weight: normal;
	margin: 10px 0 0 10px;
}
#logo { 
    float: left; 
    padding-top: 32px;
    margin-left: 30px;

} 
#logo a { 
    width: 250px; 
    height: 99px; 
    display: block; 
    background: url(images/TLogo.jpg) no-repeat top left; 
}
#logo a span { 
     display: none
}
#blog-title a {
	color: #669900;
}

#blog-description {
	font-size: 100%;
	font-weight: normal;
	margin: 0 0 0 20px;
}

/* Content */
.page-title {
	margin-bottom: 15px;
	font-weight: semi-bold;
	font-size: 140%;
	color: #fff;
	background: #333;
	padding: 5px;
        font-family: Georgia,"New Century Schoolbook","Nimbus Roman No9 L",serif;

}

.post {
	margin-bottom: 50px;
}

.entry-title {

	font-weight: normal;
	font-size: 160%;
        font-family: Georgia,"New Century Schoolbook","Nimbus Roman No9 L",serif;
}

.entry-comments {
	float: right;
}

.entry-title a {
	color: #669900;
}
.entry-title a:hover {
	color: #669900;
        text-decoration: none;
        border-bottom: 1px dotted #669900;
}

.more-link {
	display: block;
	margin: 10px 0 0 0;
}

.entry-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.entry-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
}

.entry-comments a:hover {
	color: #FFFFFF;
}

.entry-meta {
	color: #666666;
	font-size: 90%;
	margin-top: 10px;
}

.entry-categ {
	color: #666666;
	font-size: 90%;
	border-bottom: 1px solid #EFEFEF;
	padding-bottom: 5px;
}

.entry-footer {
	color: #666666;
	font-size: 90%;
	border-bottom: 1px solid #EFEFEF;
	border-top: 1px solid #EFEFEF;	
	padding: 5px 0;
}

.entry-footer span {
	color: #CCCCCC;
	margin: 0 5px;
}

.entry-subscribe {
	padding: 5px 5px 5px 26px;
	background: #FAFAFA url(images/rss.gif) no-repeat top left;
	background-position: 6px 6px;
}

.entry-content {
	margin-top: 15px;
        line-height: 1.5;
}
.entry-content p {
	margin-bottom: 10px;   
}

.entry-content h2 {
	font-size: 120%;
	margin-bottom: 5px;
        font-family: Georgia,"New Century Schoolbook","Nimbus Roman No9 L",serif;
}

.entry-content h3 {
	font-size: 120%;
	margin-bottom: 5px;
        font-family: Georgia,"New Century Schoolbook","Nimbus Roman No9 L",serif;
}

.entry-content a {
	text-decoration: none;
}
.entry-content a:hover {
	text-decoration: none;
        border-bottom: 1px dotted #669900;
}

.entry-content ul, .entry-content ol {
	margin-left: 25px;
	margin-bottom: 10px;
}

.entry-content ul li, .entry-content ol li {
	line-height: 1.3;
	list-style: none;
	padding: 4px 0 0 10px;
	background: url(images/bullet.gif) no-repeat top left;
	background-position: 0 7px;
	margin: 0;
margin-bottom: 5px;
}

/* Sidebar */


/* Start: QBKL Styles - Added to make styling availble even if widgets are not used */

#sidebar h2, #sidebar h3 {
	font-weight: semi-bold;
	font-size: 80%;
	color: #fff;
	background: #333;
	padding: 5px;
        font-family: Georgia,"New Century Schoolbook","Nimbus Roman No9 L",serif;

}

#sidebar ul {
	list-style: none;

}

#sidebar ul li {
	margin-bottom: 20px;
        font-weight: semi-bold;
}

#sidebar ul li ul, #sidebar ul li ul li ul {
	margin: 0;
	padding: 0;
}

#sidebar ul li ul li {
	padding: 4px 8px 4px 2px;
	/*background: url(images/bullet.gif) no-repeat top left;*/
	/*background-position: 1px 7px;*/
	margin: 0;
	border-bottom: 1px solid #EFEFEF;
}

#sidebar ul li ul li ul li {
	padding: 4px 0 0 10px;
	background: url(images/bullet.gif) no-repeat top left;
	background-position: 0 7px;
	margin: 0;
	border-bottom: none;
}

/* End: QBKL Styles */

#rss-links ul li {
	background: url(images/rss.gif) no-repeat top left;
	padding-left: 22px;
	background-position: 1px 4px;
}

.textwidget p {
	margin-bottom: 10px;
}

.textwidget a {
	text-decoration: underline;
}

.widget_tag_cloud a {
	text-transform: lowercase;	
}

#wp-calendar caption {
	padding: 5px 0;
	background: #FAFAFA;
	margin-bottom: 5px;	
}

#wp-calendar td {
	padding: 4px 6px;
	color: #999999;
}

#wp-calendar td a {
	font-weight: bold;
}

#wp-calendar #next {
	text-align: right;
}

/* Comments */
.comments {
	margin-top: 30px;
}

.comments h3 {
	font-size: 120%;
	margin-bottom: 10px;
	color: #333333;
}

.comments ol {
	list-style: none;
}

.comments ol li {
	padding: 10px;
	background: #FFFFFF;
	margin-top: 2px;
}

.comments ol li.alt {
	background: #FAFAFA;
}

.comment-author {
	font-weight: bold;
}

.comment-meta {
	color: #666666;
	margin-bottom: 5px;
	font-size: 90%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#respond h3 {
	color: #333333;
}
	
.formcontainer {
	margin-top: 10px;
	margin-bottom: 10px;
}

#comment-notes {
	margin-bottom: 10px;
}

.form-label {
	margin-bottom: 2px;
}

.form-input, .form-textarea {
	margin-bottom: 10px;
}

.form-input input, .form-textarea textarea {
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.form-textarea input {
	width: 280px;
}

.form-textarea textarea {
	width: 350px;
}

.form-input input:hover {
	background-color: #FFFFFF;
}

.form-submit input {
	padding: 2px 5px;
}

blockquote {
display: block;
padding: 0 60px;
margin-bottom: 40px;
}
blockquote:before, blockquote:after {
color: #669900;
display: block;
font-size: 700%;
width: 50px;
}
blockquote.left { width: 250px; margin: 0px 5px 5px 5px; font-size: 1.3em; text-align: left;  padding: 0px !important; float: left; border-right: 2px solid #ddd; }
blockquote.right { 
width: 200px; 
margin: 5px 5px 5px 5px !important; 
        font-family: Georgia,"New Century Schoolbook","Nimbus Roman No9 L",serif;
font-size: 1.2em; 
text-align: left; 
padding: 5px !important; 
float: right; 
border-top: double 3px #ddd;
border-bottom: double 3px #ddd;
}

blockquote:before {
content: open-quote;
height: 0;
margin-left: -0.55em;
}

blockquote:after {
content: close-quote;
height: 50px;
margin-top: -70px;
margin-left: 600px;
}

blockquote.right:before {
display:none !important;
}

blockquote.right:after {
display:none !important;
}
blockquote.left:before {
display:none !important;
}

blockquote.left:after {
display:none !important;
}
    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;
    }

* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.glidecontentwrapper {
	height: 470px;
	width: 960px;
	background-color: #333333;	
	color: #fff;
	position: relative; /* Do not change this value */
	overflow: hidden;
}

.glidecontent {
	background: #333333;
	background-repeat:no-repeat;
	height: 470px;
	width: 960px;
	position: absolute;
	visibility: hidden;	
	color: #fff;
	font-size: 0.9em;
}
	
.glidecontent h1 {
	display: block;
	font-size: 1.8em;
        font-family: Georgia,"New Century Schoolbook","Nimbus Roman No9 L",serif;
	color: #fff;
}
	
.content1 {
	background: #333333 url(http://www.tangotechnology.com.au/images/banner1.jpg);
	background-repeat:no-repeat;
	padding-top: 350px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 10px;
}

.content2 {
	background: #333333 url(http://www.tangotechnology.com.au/images/infrabanner.jpg);
	background-repeat:no-repeat;
	padding-top: 350px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 10px;
}

.content3 {
	background: #333333 url(http://www.tangotechnology.com.au/images/solutionsbanner.jpg);
	background-repeat:no-repeat;
	padding-top: 350px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 10px;
}

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
	padding-bottom: 6px;
	padding-top: 6px;
	padding-right: 15px;
	text-align: right; 
	background: #333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.2em;
	font-size: 100%;
	color: #666;
	border-top: solid 1px #ccc;
}
.glidecontenttoggler a{ /*style for every navigational link within toggler */
	display: -moz-inline-box;
	display: inline-block;
	border: 1px solid #fff;
	color: #fff;
	padding: 1px 3px;
	text-decoration: none;
	font-size: 0.6em;

}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
	background: #669900;
	color: white;
}

.glidecontenttoggler a:hover{
	background: #669900;
	color: white;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
	background: #669900;
	color: white;
}
