/* editor styles */

.editor {
	width: 100%;
	overflow: hidden;
}
.editor a {
	color: #3399CC;
}
.editor a:hover {
	color: #297AA3;
}
.editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
	color: #297AA3;
	margin-bottom: 0.5em;
	font-weight: 300;
}
.editor h1 {
	font-size: 1.714em;
	margin-bottom: 0.25em;
}
.editor h2 {
	font-size: 1.571em;
}
.editor h3 {
	font-size: 1.429em;
}
.editor h4 {
	font-size: 1.286em;
}
.editor h5 {
	font-size: 1.214em;
}
.editor h6 {
	font-size: 1.143em;
}
.editor p, .editor ul, .editor ol, .editor table {
	margin-bottom: 0.5em;
	line-height: 1.5em;
}
.editor ul, .editor ol {
	margin-left: 2.5em;
}

/* form styles */

form.styled label {
	float: left;
	width: 140px;
}
form.nofloat label, form.styled label.auto {
	float: none;
	width: auto;
}
form.styled p {
	overflow: auto;
	width: 100%;
}
form.styled .text, form.styled select {
	border: 1px solid #CCC;
	padding: 3px 5px;
	width: 200px;
}
#side form.styled .text, #side form.styled select {
	width: 185px;
}
form.styled textarea.text {
	height: 100px;
	overflow: auto;
}
form.styled .big {
	width: 400px;
}
form.styled .side {
	width: 185px;
}
form.styled textarea.big {
	height: 200px;
}
form.styled .btn {
	background: #3399CC;
	padding: 3px 5px;
	border-radius: 3px;
	color: #FFF;
	border: 0;
	box-shadow: 1px 1px 1px #ccc;
	cursor: pointer;
}
form.styled label em {
	font-style: normal;
	color: #e74528;
}
form.styled .center {
	text-align:center;
}
form.styled .left {
	text-align:left;
}

/* messages */

.error {
	border: 1px solid #e74528;
	border-radius: 5px;
	padding: 5px 10px 5px 30px;
	background: url(../img/icons/error.png) 8px 50% no-repeat #eee;
	line-height: 1em;
	color: #e74528;
	margin-bottom: 0.5em;
}
.success {
	border: 1px solid #69a101;
	border-radius: 5px;
	padding: 5px 10px 5px 30px;
	background: url(../img/icons/success.png) 8px 50% no-repeat #eee;
	line-height: 1em;
	color: #69a101;
	margin-bottom: 0.5em;
}
.info {
	border: 1px solid #2a7bc5;
	border-radius: 5px;
	padding: 5px 10px 5px 30px;
	background: url(../img/icons/info.png) 8px 50% no-repeat #eee;
	line-height: 1em;
	color: #2a7bc5;
	margin-bottom: 0.5em;
}

/* tables */

table.styled {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
table.styled th, table.styled td {
	padding: 5px;
	border: 1px solid #CCC;
	background: #FFF;
}
table.styled th {
	background: #3399CC;
	color: #FFF;
}
table.styled td.min {
	width: 20px;
	text-align: center;
	padding-top: 5px;
}
table.styled td.min img {
	display: block;
	margin: 0 auto;
}

/* skip to content link */

#skip {
	text-align:center;
}

#skip a {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

#skip a:focus {
	position:static;
	width:auto;
	height:auto;
	padding:5px;
	display: block;
}

/* blog/news */

.post_thumb {
	float: right;
	margin:0 0 10px 10px;
}

.rss {
	float: right;
	background:url(../img/icons/rss.png) 0 50% no-repeat;
	padding-left:20px;
}

/* gallery */

.gallery {
	width:100%;
	overflow: auto;;
}

.gallery a {
	display: block;
	float: left;
	margin:0 0 10px 10px;
}

.gallery img {
	display: block;
}

/* slideshow */

.slideshow {
	width:100%;
	overflow: hidden;
	margin-bottom:10px;
}

/* locations */

.location {
	width:100%;
	overflow: auto;
	margin-bottom: 1em;
}

.location .map {
	width:400px;
	height:300px;
	float:right;
	margin-left: 10px;
}

.location .editor {
	width:auto;
}

#location_map {
	width:100%;
	height:500px;
}

/* latest video */

#latest_video {
	width:320px;
	height:240px;
}

#latest_video * {
	width:100%;
	height:100%;
	overflow: hidden;
	padding:0;
	margin: 0;
}

/* latest images */

.latest_images ul {
	width:400px;
	list-style:none;
	margin:0 0 0.5em;
	padding:0;
}

.latest_images li {
	margin:0 10px 10px 0;
	padding:0;
	display:block;
	float:left;
	width:190px;
	height: 190px;
}

.latest_images img {
	max-width: 100%;
	max-height: 100%;
}

/* logos slider */

.logos_slider {
	position: relative;
}

.logos_slider .logos {
	width:90%;
	overflow: hidden;
	margin:0 auto;
}

.logos_slider ul {
	list-style: none;
	float: left;
	width:100%;
	overflow: hidden;
}

.logos_slider ul li {
	float: left;
}

.logos_slider ul li img {
	display: block;
	margin:0 auto;
}

.logos_slider .prev, .logos_slider .next {
	width:5%;
	position: absolute;
	top:50%;
	left:0;
	text-align: center;
	font-size:3em;
	margin-top:-.5em;
	color:#000;
	text-decoration: none;
}

.logos_slider .next {
	left:auto;
	right:0;
}

/* calendar */

.SimpleCalendar {
	border-collapse:collapse;
	border-spacing:0;
}

.SimpleCalendar th {
	border:1px solid #CCC;
	padding: 2px;
}

.SimpleCalendar td {
	width:130px;
	border:1px solid #CCC;
	vertical-align:top;
	text-align:right;
	font-weight:bold;
	background:#EEE;
	height:90px;
}

.SimpleCalendar td.noday {
	background:#EEE;
}

.SimpleCalendar td div.date {
	border-bottom:1px solid #CCC;
	background:#DDD;
	line-height:1em;
	padding: 2px;
}

.SimpleCalendar td div.event {
	text-align:left;
	padding:5px;
	font-weight:normal;
	border-top:1px solid #CCC;
}

.SimpleCalendar td div.event a {
	display:block;
	/*padding-left:18px;*/
	padding-top:2px;
	background-repeat:no-repeat;
	background-position:top left;
}


.SimpleCalendar td div.first {
	border-top:none;
}

/* accordion */

.accordion {
	border-bottom: 1px solid #3399CC;
	margin-bottom: .5em;
}

.accordion dt, .accordion dd {
	border-top: 1px solid #3399CC;
	border-left: 1px solid #3399CC;
	border-right: 1px solid #3399CC;
	padding: 5px;
}

.accordion dt {
	background: #3399CC;
	color: #FFF;
	cursor: pointer;
	font-weight: bold;
}

.accordion dt.open {
	font-style: italic;
}

/* progress tabs */

.progress_tabs {
	padding-top: 50px;
}
.progress_tabs > ul {
	background: url("https://www.dubboscaffolding.com.au/templates/dubboscaffolding/assets/img/progression-arrows.png") no-repeat 0 center;
	float: left;
	padding: 0 0 0 18px
}
.progress_tabs > ul li {
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
	background: url("https://www.dubboscaffolding.com.au/templates/dubboscaffolding/assets/img/circle-progression.png") no-repeat scroll -124px -28px transparent;
	display: inline-table;
	float: left;
	height: 97px;
	list-style-type: none;
	margin: 0 20px 0 0;
	position: relative;
	text-align: center;
	width: 97px;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}
.progress_tabs > ul li:hover, .progress_tabs > ul li.active {
	background:url("https://www.dubboscaffolding.com.au/templates/dubboscaffolding/assets/img/circle-progression.png") no-repeat scroll -7px -28px transparent;
	color :#fff;
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.progress_tabs > ul li a {
	color: #000000;
	display: table-cell;
	padding: 0 10px;
	*display: inline-block;
	height: 97px;
	*padding: 35px 0 0;
	text-decoration: none;
	vertical-align: middle;
}
.progress_tabs > ul li a:hover, .progress_tabs > ul li.active a {
	color: #fff !important;
}
.progress_tabs > div {
	display: none;
	padding-top: 50px;
}
.progress_tabs > div.active {
	display: block;
}
.progress_tabs > div h1 {
	color: #71b21e;
	float: left;
	font-size: 14px;
	margin: 0 13px 0 0;
	width: 80px;
}
.progress_tabs div div {
	color: #666666;
	float: left;
	width: 535px;
}

/* videos */

#youtube_videos {
	width:100%;
	overflow:auto;
}

#youtube_videos .video {
	float:left;
	margin:0 0 10px 10px;
}

/* Gallery */

.gallery {
    overflow: auto;
    width: 100%;
}
.gallery a {
    display: block;
    float: left;
    height: 150px;
    margin: 0 0 10px 10px;
    width: 150px;
}
.gallery img {
    background-color: #fff;
    display: block;
    opacity: 0.7;
}
.gallery img:hover {
    opacity: 1;
}
.pager {
    font-size: 10px;
    margin-left: 15px;
}
.pager a, .pager strong {
    border: 1px solid #fff;
    font-size: 10px;
    line-height: 2.1em;
    margin-right: 2px;
    padding: 3px 6px;
    text-decoration: none;
}