/*
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: 10px;
	text-align:left;
	width:960px;
	background-color: #fff;
        border: 2px solid #000;

}

#header {
        height:80px;
        padding-bottom: 5px;
        font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#banner {
       height: 150px;
       background: url(images/banner.jpg);
       background-repeat: no-repeat;
       border-top: 2px #000 solid;
}


#container {
	float: left;
	width: 100%;
        height: 480px;
overflow-y: scroll;
}

#content {
	margin: 20px 20px 30px 20px;
}



#footer {
	clear: left;
	width: 960px;
	border-top: 3px solid #EFEFEF;
        background: #fff;
        padding-top: 20px;
        padding-bottom: 20px;
        font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
        text-align: center;

}

/* General */
* {
	margin: 0;
	padding: 0;
}

a {
	color: #000066;
	text-decoration: none;
}

a:hover {
	color: #000066;
	text-decoration: none;
        border-bottom: 1px dotted #000066;
}


.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-bottom: solid 1px #EFEFEF;
        background: #000;
}
#access a {
	font-size: 80%;
        font-family: Arial;
        font-weight: bold;
        color: #fff;


}
#access a:hover {
        color: #ccc;
        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-left: 15px;
        padding-right: 15px;
        padding-top: 5px;
        padding-bottom: 5px;


}

#blog-title {
	font-size: 140%;
	font-weight: normal;
	margin: 10px 0 0 10px;
}
#logo {
    float: left;
    margin-top: 10px;
    margin-left: 10px;

}
#logo a {
    height: 64px;
    width: 400px;
    display: block;
    background: url(images/dignum_logo_2.png) no-repeat top left;
		background-size: contain;
}


#logo a span {
     display: none
}

#logo a:hover {
text-decoration: none;
border: 0px;
}
#blog-title a {
	color: #000066;
}

#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: #000066;
	background: #fff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;

}

.post {
	margin-bottom: 50px;
}

.entry-title {

	font-weight: normal;
	font-size: 160%;
        font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.entry-comments {
	float: right;
}

.entry-title a {
	color: #000066;
}
.entry-title a:hover {
	color: #000066;
        text-decoration: none;
        border-bottom: 1px dotted #000066;
}

.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: Tahoma, Arial, Helvetica, sans-serif;
}

.entry-content h3 {
	font-size: 120%;
	margin-bottom: 5px;
        font-family:Tahoma, Arial, Helvetica, sans-serif;
}

.entry-content a {
	text-decoration: none;
}
.entry-content a:hover {
	text-decoration: none;
        border-bottom: 1px dotted #000066;
}

.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 12px;
	margin: 0;
margin-bottom: 5px;
}

/* Sidebar */


/* Start: QBKL Styles - Added to make styling availble even if widgets are not used */

#sidebar h2, sideebar h3{
	font-weight: semi-bold;
	font-size: 80%;
	color: #000;
	background: #fff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;

}

#sidebar ul {
	list-style: none;

}

#sidebar ul li {
	margin-bottom: 20px;

}

#sidebar ul li ul, #sidebar ul li ul li ul {
	margin: 0;
	padding: 0;
        font-weight: italic;
}

#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;
        font-weight: italic;
}

#sidebar ul li ul li ul li {
	padding: 4px 0 0 10px;
	background: url(images/bullet.gif) no-repeat top left;
	background-position: 0 10px;
	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: #000066;
        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: Tahoma, Arial, Helvetica, sans-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;
}
