/* LESS Setup ...................... */
/* Telstra Corp Colour Palette .................. */
/* REDs */
/* Greens */
/* Turquoises */
/* Blues */
/* Purples */
/* Magentas */
/* Neutral/Greys */
/*
Theme Name: Telstra Exchange
Theme URI: Not Available
Description: A new WordPress theme exclusively for Telstra Exchange
Version: 0.1
Author: webplace
Author URI: http://www.webplace.com.au/
Tags: Telstra, Exchange, Blue, Orange
*/
/* Reset ----------------------------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h4,
h5,
h6,
p,
blockquote,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
input,
button {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  list-style-type: none;
  list-style-image: none;
}
h1 {
  font-weight: 700;
  font-size: 250%;
}
h3 {
  font-size: 140%;
}
/* Global HTML Elements =============================================================================== */
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
strong {
  font-weight: 700;
}
a {
  color: #333333;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #004d9d;
  text-decoration: underline;
}
sup {
  font-size: xx-small;
  vertical-align: top;
  font-weight: 700;
  padding-left: 1px;
}
p {
  line-height: 150%;
}
#content ul, #content ol {
  line-height: 150%;
  margin-left: 25px;
}
#content ul li {
  list-style: disc;
  margin-left: 10px;
  padding: 0 0 5px;
}
#content ol li {
  list-style-type: decimal;
  margin-left: 10px;
}



.content-link, .comment-reply-link, div.pagination a, div.navigation a, div.cat_navigation a {
  background: url("images/chevron.png") no-repeat scroll 0 2px transparent;
	line-height: 14px;
  padding-left: 13px;
}




/* Surround, Page ==================================================================================== */
body {
  font-size: 72%;
  /* Resets 1em to 10px */

  font-family: Helvetica, Arial, Sans-Serif !important;
  background-color: #f4f4f4;
  color: #333333;
  text-align: center;
  background-position: top center;
  background-repeat: no-repeat;
}
div#full_wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 20px;
  width: 960px;
  text-align: left;
  min-height: 500px;
}
div#page {
  float: left;
  background-color: #ffffff;
  text-align: left;
  width: 960px;
  -webkit-border-radius: 0 7px 7px 7px;
  -moz-border-radius: 0 7px 7px;
  -o-border-radius: 0 7px 7px 7px;
  border-radius: 0 7px 7px 7px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #dddddd;
}
/* HEADER =========================================================================================== */
/* Banner Menu --------------------------------------- */
#teltop {
  height: 240px;
}
#tellogo {
  padding-top: 37px;
}
#telmenu {
  position: relative;
}
#menuspan {
  position: absolute;
  background: #ffffff;
  width: 170px;
  top: 80px;
  z-index: 1000;
}
ul#main_nav_list {
  height: 55px;
  float: left;
  position: absolute;
  margin-top: 30px;
}
ul#main_nav_list li {
  float: left;
  list-style: none;
  height: 52px;
  margin-top: 7px;
  width: 170px;
  margin-right: 7px;
  text-align: left;
  cursor: pointer;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  -o-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  background-color: #f7f7f7;
  background-image: -webkit-linear-gradient(top, #fcfcfc, #fcfcfc 70%, #f3f3f3 95%, #e6e6e6 100%);
  background-image: -moz-linear-gradient(top, #fcfcfc, #fcfcfc 70%, #f3f3f3 95%, #e6e6e6 100%);
  background-image: -ms-linear-gradient(top, #fcfcfc, #fcfcfc 70%, #f3f3f3 95%, #e6e6e6 100%);
  background-image: -o-linear-gradient(top, #fcfcfc, #fcfcfc 70%, #f3f3f3 95%, #e6e6e6 100%);
  background-image: linear-gradient(top, #fcfcfc, #fcfcfc 70%, #f3f3f3 95%, #e6e6e6 100%);
}
ul#main_nav_list li a {
  padding-left: 20px;
  padding-bottom: 24px;
  padding-top: 20px;
  display: block;
  text-decoration: none;
  font-weight: 400;
  font-size: 140%;
  color: #6e6e6e;
  font-family: Helvetica, Arial, Sans-serif;
  background-position: 136px 18px;
  background-repeat: no-repeat;
}
li#tab_item_home a {
  background-image: url(images/new/menuicon-home.gif);
}
li#tab_item_community a {
  background-image: url(images/new/menuicon-community.gif);
}
li#tab_item_viewpoint a {
  background-image: url(images/new/menuicon-technology.gif);
}
li#tab_item_telstranow a {
  background-image: url(images/new/menuicon-telstranews.gif);
}
/* Breadcrumb Bar --------------------------------------- */
div#breadcrumb {
  float: left;
  padding: 28px 0 29px 27px;
  color: #666666;
  width: 650px;
}
div#breadcrumb span {
  font-weight: 700;
  padding-right: 6px;
}
div#subscribe_panel {
  float: right;
  width: 228px;
  padding: 20px 0 12px 0;
}
div#subscribe_options {
  width: 228px;
  float: left;
  margin-top: 4px;
}
div#subscribe_buttons {
  float: right !important;
}
div#subscribe_options div {
  float: left;
}
div#subscribe_intro_text {
  margin-top: 10px;
  margin-right: 5px;
  font-weight: bold;
  color: #666666;
}
div.subscribe_button_label {
  margin-top: 10px;
  margin-right: 15px;
  margin-left: 5px;
}
/* HOME =========================================================================================== */
.home-entry p {
  margin-bottom: 1em;
}
body.home div.home-post, body.tag div.home-post {
  float: left;
  width: 605px;
  margin: 0;
  padding: 0;
  margin-left: 40px;
  margin-bottom: 15px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
div.home-post.off {
  background-color: #f4f4f4;
  background-image: url(images/home_post_quotes_white.gif);
  background-position: right top;
  background-repeat: no-repeat;
}
div.home-post.on {
  background-color: #ffffff;
  border: 1px solid #f4f4f4;
  width: 603px!important;
  background-image: url(images/home_post_quotes_shade.gif);
  background-position: right top;
  background-repeat: no-repeat;
}
body.home div.home-post div, body.tag div.home-post div {
  float: left;
}
body.tag div#content {
  padding-bottom: 30px;
}
body.home div.home-post div.post, body.tag div.home-post div.post {
  margin: 0;
  padding: 0;
  width: 605px;
}
body.home div.author_image {
  padding: 3px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  margin: 15px;
}
body.home div.hp-inner, body.tag div.hp-inner {
  width: 452px;
  padding-top: 15px;
  margin-right: 15px;
}
body.home div.hp-inner div h2, body.tag div.hp-inner div h2 {
  width: 470px;
  font-size: 240%;
  margin-right: 60px;
}
body.home div.hp-inner p.author, body.tag div.hp-inner p.author {
  width: 450px;
  float: left;
  margin-top: 7px;
  margin-bottom: 7px;
}
body.home div.hp-inner p, body.tag div.hp-inner p {
  width: 450px;
  float: left;
  line-height: 170%;
}
.tag-post {
  width: 600px;
  border: 1px solid #cccccc;
  margin-bottom: 20px;
  float: left;
  margin-left: 30px;
}
.tag-post .categories {
  margin-bottom: 10px;
  width: 100%;
}
.tag-post h2 {
  font-size: 160% !important;
}
.tag-post .entry {
  width: 600px;
  background: #ffffff;
}
body.home p.postmetadata {
  float: left;
  padding: 5px;
  border: 1px solid #dddddd;
  color: #666666;
  width: 430px!important;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 10px;
  float: left;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
body.home div.off p.postmetadata {
  background-color: #ffffff;
}
body.home div.on p.postmetadata {
  background-color: #f4f4f4;
}
body.home p.postmetadata span {
  display: block;
}
div.home_readmore_button_wrap {
  padding-top: 13px;
}
.comment img {max-width: 
 100%;height: auto;
}
/* LEFT DATE OVERHANG STYLES =========================================================================================== */
/* Category pages =========================================================================================== */
div.view-point div.home-date-hang-box,
div.technology div.home-date-hang-box,
.category-post.view-point div.home-date-hang-box,
.category-post.technology div.home-date-hang-box {
  margin-left: -73px;
  background-color: transparent;
  width: 51px;
  height: 66px;
  background-image: url(images/post-tab2-vp.gif);
  background-position: left center;
  background-repeat: no-repeat;
}
div.telstra-news div.home-date-hang-box,
.category-post.telstra-news div.home-date-hang-box,
div.telstra-now div.home-date-hang-box,
.category-post.telstra-now div.home-date-hang-box {
  margin-left: -72px;
  background-color: transparent;
  width: 51px;
  height: 66px;
  background-image: url(images/post-tab2-tn.gif);
  background-position: left center;
  background-repeat: no-repeat;
}
div.community div.home-date-hang-box, .category-post.community div.home-date-hang-box {
  margin-left: -72px;
  background-color: transparent;
  width: 51px;
  height: 66px;
  background-image: url(images/post-tab2-comm.gif);
  background-position: left center;
  background-repeat: no-repeat;
}
.category-post.view-point div.home-date-hang-box,
.category-post.technology div.home-date-hang-box,
.category-post.telstra-news div.home-date-hang-box,
.category-post.community div.home-date-hang-box {
  float: left;
  margin-left: -62px;
}
div.home-date-month {
  float: left;
  text-align: center;
  width: 46px;
  text-transform: uppercase;
  font-size: 12px;
  color: #ffffff !important;
  padding-top: 11px;
  padding-left: 8px;
  margin: 0px;
line-height: 12px;
}
div.home-date-day {
  float: left;
  clear: both;
  text-align: center;
  width: 46px;
  font-size: 21px;
  font-weight: bold;
  color: #ffffff;
  margin: 0px;
  letter-spacing: -1px;
  padding-left: 6px;
line-height: 21px;
}
div.home-date-year {
  float: left;
  clear: both;
  text-align: center;
  width: 46px;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  line-height: 10px;
  letter-spacing: -0.5px;
  padding-left: 6px;
	padding-top: 0px;
	margin: 0px;
}
/* Single post pages =========================================================================================== */
#pdate, #pauthor {
  display: none;
}
body.single div.home-date-hang-box, body.single div.home-date-hang-box {
  margin-left: -68px;
  background-color: transparent;
  width: 51px;
  height: 66px;
  background-image: url(images/post-tab2-tn.gif);
  background-position: left center;
  background-repeat: no-repeat;
}
body.single .category-view-point div.home-date-hang-box,
body.single .category-technology div.home-date-hang-box,
body.single .category-view-point div.home-date-hang-box,
body.single .category-technology div.home-date-hang-box {
  margin-left: -62px;
  background-color: transparent;
  width: 51px;
  height: 66px;
  background-image: url(images/post-tab2-vp.gif);
  background-position: left center;
  background-repeat: no-repeat;
}
body.single div.home-date-hang-box, body.single div.home-date-hang-box {
  float: left;
  margin-left: -62px;
}
body.single .category-community div.home-date-hang-box {
  margin-left: -62px;
  background-color: transparent;
  width: 51px;
  height: 66px;
  background-image: url(images/post-tab2-comm.gif);
  background-position: left center;
  background-repeat: no-repeat;
}
/* SIDEBAR =========================================================================================== */
div#sidebar {
  float: left;
  background-color: #ffffff;
  width: 280px;
  padding-bottom: 20px;
}
div#sidebar ul {
  float: left;
}
div#sidebar ul li {
  padding: 0;
  float: left;
  width: 260px;
}
div#sidebar ul li ul li {
  padding: 4px;
  padding-left: 10px;
  padding-right: 10px;
}
ul#recentcomments li {
  border-bottom: 1px solid #cccccc;
  width: 258px !important;
}
.widget.widget_recent_entries ul li {
  border-bottom: 1px solid #cccccc;
  width: 258px !important;
}
.widget.widget_recent_entries ul, ul#recentcomments {
  border-bottom: none!important;
  background-color: #f7f7f7 !important;
}
div#sidebar ul li ul li ul li {
  padding: 0;
}
div#sidebar ul li ul {
  background: #f4f4f4;
  width: 278px;
  border: 1px solid #cccccc;
  border-top: none;
  padding-top: 3px;
}
div#sidebar ul li ul li ul {
  background: none;
  border: none;
}
div#sidebar a {
  text-decoration: none;
  color: #333333;
  font-weight: bold;
}
div#sidebar a:hover {
  text-decoration: underline;
  color: #004d9d;
}
div#sidebar h2, div#sidebar h3 {
  font-size: 110%;
  font-weight: 700;
  color: #ffffff;
  float: left;
  width: 263px;
  background-color: #757575;
  padding: 7px;
  margin: 0;
  margin-top: 10px;
  padding-left: 10px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
li.widget_text {
  margin-top: 15px;
  float: left;
}
li.categories ul {
  background: #f4f4f4 !important;
}
li.categories ul li {
  font-size: 100%;
}
li.categories ul li ul {
  margin-left: 15px;
  margin-bottom: 10px;
  background: transparent !important;
}
li.categories ul li ul li {
  line-height: 150%;
  list-style-type: disc;
  color: #333333;
  font-size: 90%;
}
li.categories ul li ul li {
  line-height: 150%;
  list-style-type: disc;
  color: #004d9d;
  font-size: 90%;
}
a.twitter-user {
  color: #ef7d00 !important;
}
/* Poll --------------------------------------- */
div#poll_wrapper {
  width: 278px;
  background: #E4F0F8;
  float: left;
  border: 1px solid #cccccc !important;
}
div#poll_wrapper ul.wp-polls-ul {
  border: 1px solid #cccccc !important;
  background: #ffffff !important;
  width: 260px;
  margin: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
p#poll_question_para {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}
p#view_results_para {
  margin: 10px;
  text-align: center;
}
li.poll_answer_item {
  font-weight: 700;
}
li.poll_answer_item span {
  font-weight: 400;
  color: #666666;
}
/* Search --------------------------------------- */
div#search_surround {
  width: 258px;
  border: 1px solid #cccccc;
  background-color: #f7f7f7;
  padding: 10px;
  float: left;
}
div#search_surround {
  color: #666666;
}
input#s {
  width: 202px!important;
  height: 21px!important;
  margin-right: 0;
  border: 1px solid #cccccc;
  font-size: 140%;
  color: #666666;
  float: left;
  background-color: #ffffff;
  margin-left: 5px;
  border: none;
}
#input_keyword {
  background: #f7f7f7 url(images/input.gif) no-repeat center;
  width: 217px;
  margin-right: 1px;
  height: 22px;
  float: left;
  padding: 5px 0;
}
button#search_side_form_button {
  float: left;
  width: 31px;
  padding: 0;
  margin: 0;
  border: 0;
}
button#search_side_form_button {
  padding: 0;
  margin: 0;
}
div#accessibility {
  padding-top: 14px;
  float: left;
  width: 254px;
}
div#accessibility span {
  float: left;
  padding-right: 5px;
  padding-top: 11px;
}
div#accessibility a {
  float: left;
}
div#access_print {
  float: left;
}
div#access_resize {
  float: right;
}
img#button-text-smaller {
  padding-right: 3px;
}
/* CONTENT =========================================================================================== */
div#content {
  float: left;
  width: 645px;
  background-color: #ffffff;
  margin-right: 20px;
}
div#cat_posts_page_header {
  margin-top: 15px;
  margin-left: 30px;
  margin-bottom: 20px;
  float: left;
  width: 615px;
}
p#cat_head_desc_para {
  margin-top: 10px;
  color: #666666;
}
div.category-post {
  float: left;
  width: 615px;
  margin-left: 30px;
  margin-top: 20px;
}
p.cat_post_comments_link_para {
  margin-bottom: 0!important;
  padding-bottom: 0!important;
  border-top: 1px solid #dddddd;
  padding-top: 6px;
}
p.cat_post_comments_link_para a {
  text-decoration: none;
  color: #333333;
  padding-left: 21px;
  background-image: url(images/icon_chat_lbg.gif);
  background-position: left center;
  background-repeat: no-repeat;
}
p.meta_comments span.comments a {
  text-decoration: none;
  color: #333333;
  padding-left: 21px;
  background-image: url(images/icon_chat_lbg.gif);
  background-position: left center;
  background-repeat: no-repeat;
}
p.cat_post_comments_link_para a:hover {
  text-decoration: underline;
}
div.category-post-right div.author_image img {
  width: 79px;
  padding: 10px;
}
div.category-post-left {
  float: left;
  width: 508px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
div.category-post-right {
  float: left;
  width: 104px;
  background-color: #f4f4f4;
  border: 1px solid #cccccc;
  border-left: none;
}
div.comments {
  background-color: #f4f4f4;
  float: left;
  width: 510px;
  margin: 0;
  margin-left: 30px;
  height: 50px;
  margin-bottom: 20px;
}
h2.cat_post_title {
  font-size: 240%;
  line-height: 100%;
  margin: 15px;
  font-weight: 400;
}
h2.cat_post_title a:hover {
  text-decoration: underline;
}
div.categories {
  /*float: left;*/

  width: 508px;
  background-color: #71cbf4;
  color: #ffffff;
}
div.categories p {
  padding: 9px;
  padding-left: 12px;
  margin: 0 !important;
}
div.categories a {
  color: #ffffff;
  padding-left: 8px;
  font-weight: normal;
}
.category-post.telstra-news .categories, .tag-post.telstra-news .categories {
  background-color: #ef7d00;
}
div.entry {
  background-color: #f7f7f7;
  padding-bottom: 10px;
  float: left;
  width: 508px;
}
div.entry p {
  margin: 10px 15px;
}
div.entry ol {
  margin: 15px;
}
div.entry ul {
  margin: 15px;
}
div.entry h4, div.entry h2, div.entry h3 {
  margin: 15px !important;
}
div.entry p.post_image {
  margin: 0 !important;
}
div.entry img {
  /* width: 508px; */

}
div#cat_header_bar {
  width: 645px;
  background-color: #757575;
  float: left;
}
div#cat_header_bar p {
  margin: 6px;
  margin-left: 30px;
  color: #ffffff;
  font-weight: 700;
  font-size: 160%;
}
img.read_rest_button {
  width: 181px!important;
  height: 21px!important;
  border: none!important;
  padding-left: 15px;
}
p.cat_post_tags_para {
  float: left;
  padding: 5px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  color: #666666;
  width: 430px!important;
  margin-top: 15px;
  margin-bottom: 5px;
  padding-left: 10px;
  float: left;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
p.cat_post_tags_para a {
  text-decoration: none;
  color: #333333;
  font-weight: 700;
  padding-left: 5px;
}
p.cat_post_tags_para a:hover {
  text-decoration: underline;
}
p.video_para {
  margin: 0!important;
  padding: 0 !important;
}
body.home p.video_para {
  margin: 0;
  padding: 0;
  margin-bottom: 15px !important;
}
body.category div.entry object {
  width: 508px;
}
body.single div.entry object {
  width: 508px;
}
body.category div.entry embed {
  width: 508px;
}
body.category #page {
  padding-bottom: 30px;
}
body.single div.entry embed {
  width: 508px;
}
/* <div style="font-size: 10px; background-color: @G6; margin: 0px; padding: 5px;"> */
div.inpost-grey-panel {
  font-size: 10px;
  background-color: #eeeeee;
  margin: 0;
  padding: 5px;
}
/* <div style="background-color: #b3d3ea; margin: 0px; padding: 5px;"> */
div.inpost-blue-panel {
  background-color: #eeeeee;
  margin: 0;
  padding: 5px;
}
/* <p class="inpost-footnote">* Use this style to add footnotes, disclaimers, Terms &amp; Conditions etc. that need to appear on-screen but you don't want to highlight.</p> */
p.inpost-footnote {
  font-size: 10px;
  color: #5b5b5b;
  font-style: italic;
}
p.inpost-right-image {
  float: right;
  padding: 5px;
  border: 1px solid #eeeeee;
  background-color: #f7f7f7;
  margin: 15px !important;
}
p.inpost-fullwidth-image {
  margin: 0!important;
  padding: 0!important;
  margin-top: 10px !important;
}
p.inpost-video-embed {
  margin: 0!important;
  padding: 0 !important;
}
em {
  font-style: italic !important;
}
/* SINGLE POST =========================================================================================== */
div.post {
  width: 615px;
  float: left;
  margin-left: 30px;
}
body.single div.entry {
  float: left;
  width: 508px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-bottom: none;
  margin: 0;
  padding: 0;
}
body.single div.entry img {
  margin: 0;
}
body.single div.category-post-right {
  float: left;
  width: 104px;
  background-color: #f4f4f4;
  border: 1px solid #cccccc;
  border-left: none;
}
cite {
  font-weight: 700;
}
/* Pagination ------------- */
div.pagination {
  margin-left: 30px;
  float: left;
  width: 613px;
  margin-bottom: 15px;
  border: 1px solid #dddddd;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
div.prev_post {
  float: left;
  padding: 8px;
}
div.next_post {
  float: right;
  padding: 8px;
}

div.navigation {
  margin-left: 40px;
  float: left;
  width: 603px;
  margin-bottom: 15px;
  border: 1px solid #dddddd;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
div.cat_navigation {
  margin-left: 30px;
  float: left;
  width: 508px;
  margin-bottom: 15px;
  margin-top: 15px;
  border: 1px solid #dddddd;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
body.tag div.navigation, body.archive div.navigation {
  margin-left: 30px;
}
div.older_posts {
  float: left;
  padding: 8px;
}
div.newer_posts {
  float: right;
  padding: 8px;
}
div.entry h2 {
  font-size: 240%;
  line-height: 100%;
  margin: 15px;
  font-weight: 700;
}
div.entry div h2 {
  font-size: 140%;
}
p.share_this {
  margin: 10px;
}
/* SINGLE Post Comments & Reply --------------------------------------- */
div.comment_list {
  float: left;
  margin-left: 30px;
  width: 508px;
  background: #f7f7f7;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
div.comment_list ol {
  list-style: none!important;
  margin: 0!important;
  padding: 0 !important;
}
div.comment_list ol li {
  list-style: none!important;
  margin: 0!important;
  padding: 15px!important;
  border-bottom: 1px solid #cccccc;
}
div.comment_list ol li p {
  margin-bottom: 1em;
}
div.comment_list ol li.odd {
  background-color: #ffffff;
}
div#comment_leave_reply_header {
  width: 509px;
  background-color: #757575;
  float: left;
}
div#comment_leave_reply_header h3 {
  margin: 0;
  padding: 0;
  padding: 6px;
  padding-left: 10px;
  color: #ffffff;
}
div#comments_heading {
  width: 510px;
  background-color: #757575;
  float: left;
  margin-left: 30px;
}
div#comments_heading div#single_comments_header {
  float: left;
}
div#comments_heading div#single_comments_header h3 {
  margin: 0;
  padding: 0;
  padding: 6px;
  padding-left: 25px;
  margin-left: 15px;
  color: #ffffff;
  background-image: url(images/icon_chat_bbg.gif);
  background-position: left center;
  background-repeat: no-repeat;
}
div#comments_heading div#single_comments_rss {
  float: right;
  padding-top: 8px;
  padding-right: 10px;
}
div#comments_heading div#single_comments_rss div {
  float: left;
  padding-left: 6px;
}
div#comments_heading div#single_comments_rss div a {
  color: #ffffff;
  text-decoration: none;
}
div#respond {
  float: left;
  width: 508px;
  margin-left: 30px;
  border: 1px solid #cccccc;
  margin-bottom: 20px;
  border-top: none;
}
div#respond #comment_leave_reply_header {
  margin-bottom: 10px;
}
div.comment-body div.comment-author {
  background-image: url("images/icon_chat_lbg.gif");
  background-position: 0 3px;
  background-repeat: no-repeat;
  color: #333333;
  padding-left: 20px;
  text-decoration: none;
  font-size: 120%;
}
div.comment-body div.comment-meta {
  margin-top: 10px;
  margin-bottom: 10px;
}
div.comment-body div.comment-meta a {
  text-decoration: none;
  color: #888;
  font-style: italic;
}
div.comment-body div.comment-author img {
  padding-right: 10px;
}
div.comment-body div.reply {
  text-align: right;
}
div#comments_veiwall_add {
  padding: 10px;
  padding-top: 30px;
  background-color: #dddddd;
}
form#commentform {
  margin: 15px;
}
form#commentform input {
  border: 1px solid #999;
  margin-top: 10px;
  padding: 2px;
  background-color: #f7f7f7;
}
form#commentform small {
  font-weight: 700;
}
form#commentform textarea {
  border: 1px solid #999;
  padding: 2px;
  margin-bottom: 10px;
  background-color: #f7f7f7;
  font-size: 120%;
  width: 435px;
  font-family: Verdana, Helvetica, Arial, Sans-Serif;
}
#recaptcha_response_field {
  border: 1px solid #999999 !important;
}
p#your_comment_label {
  margin-top: 10px;
}
a.recaptcha_audio_cant_hear_link {
  color: #333333 !important;
  font-weight: 700!important;
  padding: 10px !important;
}
p.subscribe-to-comments {
  padding-bottom: 14px;
}
/* GENERIC PAGES =========================================================================================== */
h2#generic_page_header {
  color: #333333;
  font-weight: 700;
  font-size: 150%;
  margin-top: 10px;
  margin-bottom: 25px;
  margin-left: 30px;
  text-transform: uppercase;
}
h2#generic_page_header span {
  color: #999;
  font-weight: 400;
  text-transform: capitalize;
}
span#header_pipe_sep {
  padding-left: 12px;
  padding-right: 12px;
}
h2.title {
  color: #0476C0;
  font-weight: 700;
  font-size: 200%;
  margin-top: 15px;
  margin-bottom: 24px;
}
body.page-template div.entry, body.error404 div.entry {
  background-color: #ffffff;
}
body.page-template div.entry p {
  margin: 0;
  margin-bottom: 15px;
  line-height: 170%;
}
div.generic_page_sep_bar {
  width: 645px;
  background-color: #757575;
  float: left;
  margin-bottom: 20px;
}
div.generic_page_sep_bar p {
  margin: 7px;
  margin-left: 30px;
  color: #ffffff;
  font-weight: 700;
  font-size: 160%;
}
.left_margin {
  margin-left: 30px !important;
}
/* ArchiveS --------------------------------------- */
div.archives h2 {
  font-size: 120%;
  color: #ffffff;
  background-color: #757575;
  font-weight: 700;
  margin-bottom: 10px!important;
  padding: 8px;
  padding-left: 12px;
  width: 570px;
  float: left;
}
div.archives ul {
  margin-left: 0px;
  margin-top: 0!important;
  margin-bottom: 0px;
}
div.archives ul li {
  list-style-type: disc;
  line-height: 120%;
  margin-bottom: 0px;
}
div.entry.archives ul.wp-tag-cloud {
  background: none;
  border: none;
  margin-left: 0px!important;
  width: 575px;
  background-color: #f7f7f7;
}
div.entry.archives ul#monthly-archives-list {
  width: 600px;
  float: left;
}
div.entry.archives ul#monthly-archives-list li {
  float: left;
  width: 176px;
}
div.archive div {
  float: left;
}
div.archive div.categories {
  width: 600px;
}
div.archive h2.title {
  font-size: 220%;
  line-height: 94%;
  font-weight: 400;
  width: 580px;
  margin: 10px !important;
}
p.meta_comments {
  padding: 15px;
}
div.archive h2.title a {
  color: #444;
  text-decoration: none;
}
body.tag p.meta {
  padding: 10px;
  padding-bottom: 0 !important;
}
div.archive p.meta {
  padding: 10px;
  background: #F2F2F2;
  border-bottom: 1px solid #cccccc;
}
div.archive p.meta a {
  text-decoration: none;
  color: #004d9d;
  font-weight: 700;
}
div.archive p.meta a:hover {
  text-decoration: underline;
}
div.archive div.postmetadata_categories {
  padding: 6px;
  padding-left: 10px;
}
div.archive div.categories a {
  padding-right: 4px;
}
div.archive div.entry {
  width: 600px;
  background-color: #ffffff !important;
}
div.archive div.entry a {
  color: #333333;
}
div.archive div.tags {
  width: 600px;
  margin-bottom: 35px;
  background-color: #eeeeee;
  color: #333333;
  border-bottom: 2px solid #dddddd;
}
div.archive div.tags p {
  padding: 7px;
}
div.archive div.tags a {
  text-decoration: none;
  color: #333333;
  font-weight: 700;
}
div.archive div.tags a:hover {
  text-decoration: underline;
}
div.archive-tn div.categories {
  background-color: #ef7d00 !important;
}
div.archive-vp div.categories {
  background-color: #0078c0 !important;
}
div.post.archive-tn, div.post.archive-vp {
  border: 1px solid #cccccc;
  width: 600px!important;
  margin-bottom: 20px;
}
/* ArchivE --------------------------------------- */
/* Tags --------------------------------------- */
span.tagged {
  text-transform: lowercase !important;
}
.tag-post div.entry h2 {
  margin-top: 10px!important;
  margin-bottom: 0 !important;
}
.tag-post .author_image {
  float: left;
  padding: 10px 15px;
  width: 80px;
  text-align: center;
}
.tag-post .author_image img {
  border: 1px solid #cccccc;
}
.tag-post .entry {
  width: 440px;
}
.tag-post_header-bar, .tag-post_header-bar a {
  color: #ffffff !important;
}
.tag-post.telstra-news .tag-post_header-bar {
  background-color: #ef7d00;
  color: #ffffff !important;
}
.tag-post.community .tag-post_header-bar {
  background-color: #690;
  color: #ffffff !important;
}
.tag-post.community .tag-post_header-bar p {
  padding: 4px 15px;
}
.tag-post.view-point .tag-post_header-bar, .tag-post.technology .tag-post_header-bar {
  background-color: #00B1B2;
  color: #ffffff !important;
}
.tag-post.telstra-news .tag-post_header-bar p {
  padding: 4px 15px;
}
.tag-post.view-point .tag-post_header-bar p, .tag-post.technology .tag-post_header-bar p {
  padding: 4px 15px;
}
body.tag .tag-post p.meta {
  padding: 0!important;
  margin-top: 0!important;
  margin-bottom: 0 !important;
}
body.page-template-template-tags-php h3 {
  font-size: 150%;
  color: #004d9d;
}
/* TAGS list page */
div#tags_intro {
  background-color: #f4f4f4;
  border: 1px solid #dddddd;
}
p#tags_intro_para {
  padding: 20px;
  padding-left: 25px;
  padding-right: 25px;
}
ul.wp-tag-cloud {
  background-color: #f7f7f7;
  padding: 15px;
  padding-left: 20px;
  border: 1px solid #dddddd;
  margin: 0!important;
  margin-top: 15px !important;
}
div.tags_list_wrapper {
  width: 100%;
  float: left;
}
#content ul.wp-tag-cloud li {
  float: left;
  width: 170px;
  padding-right: 10px;
}
ul.wp-tag-cloud {
  font-weight: 700;
  float: left;
}
#content ul.wp-tag-cloud li.tag-group-header {
  width: 550px;
  list-style: none;
  font-size: 1.3em;
  padding: 5px 10px;
  margin-top: 10px;
  margin-bottom: 5px;
  border-top: 1px solid #DDD;
  margin-left: -3px;
  background: #ececec;
}
#content ul.wp-tag-cloud li.tag-group-header a {
  color: #333333;
}
#content ul.wp-tag-cloud li.tag-group-header a:hover {
  text-decoration: none;
}
#content ul.tags-index {
  margin: 0;
  padding: 5px;
  background: #f7f7f7;
  float: left;
  border: 1px solid #dddddd;
  width: 603px;
}
#content ul.tags-index li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 8px;
  color: #999;
}
#content ul.tags-index li a {
  font-weight: bold;
}
body.page-template div.entry p.tags-index-header {
  font-weight: bold;
  margin: 0px;
  margin-top: 15px;
  float: left;
}
/* Sitemap --------------------------------------- */
div.ddsg-wrapper {
  width: 560px;
}
div.ddsg-wrapper h3 {
  font-size: 120%;
  color: #ffffff;
  background-color: #AAA;
  font-weight: 700;
  margin-bottom: 10px!important;
  padding: 8px;
  padding-left: 12px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
div.ddsg-wrapper ul li {
  list-style-type: none!important;
  font-weight: 700;
}
div.ddsg-wrapper ul li ul li {
  list-style-type: disc!important;
  font-weight: 400;
}
div.ddsg-wrapper ul li a {
  text-decoration: none;
}
div.ddsg-wrapper ul li a:hover {
  text-decoration: underline;
}
/* Contributors --------------------------------------- */
div#contributors_surround {
  float: left;
  width: 920px;
  background-color: #F2F2F2;
  margin-left: 20px;
  padding-bottom: 15px;
  border: 1px solid #cccccc;
  border-top: none;
  margin-bottom: 30px;
}
h4#contrib_heading {
  width: 904px;
  background-color: #757575;
  padding: 10px 6px 10px 12px;
  color: #ffffff;
  font-size: 140%;
  font-weight: 700;
  float: left;
  margin-left: 20px;
  margin-top: 30px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
div.contrib-author {
  float: left;
  width: 189px;
  padding: 20px;
  padding-top: 0;
  margin-top: 20px;
  border-left: 1px solid #cccccc;
}
div.contrib-author.no_left_border {
  border-left: none;
}
div.contrib-author h5, div.contrib-author h5 a {
  font-size: 105%;
  text-decoration: none;
  font-weight: 700;
  color: #333333;
  margin-top: 8px;
  margin-bottom: 8px;
}
div.contrib-author h5 a:hover {
  text-decoration: underline;
  color: #004d9d;
}
p.author_position {
  margin-bottom: 3px;
}
div.category-post-right div.entry_author_image {
  text-align: center;
  padding-top: 10px;
}
p.cat_auth_by_para {
  margin: 10px;
}
p.cat_auth_by_para a {
  font-weight: 700;
}
p.cat_auth_by_para a:hover {
  text-decoration: underline;
}
div.author_posts {
  background-color: #999999;
}
div.author_posts p {
  color: #ffffff;
  padding: 10px;
}
div.author_profile {
  background-color: #666666;
}
div.author_profile p {
  padding: 10px;
  font-size: 90%;
}
div.author_profile p a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
}
div.author_profile p a:hover {
  text-decoration: underline;
}
/* FOOTER =========================================================================================== */
div#footer {
  float: left;
  width: 960px;
  padding-top: 25px;
  padding-bottom: 50px;
}
div#footer_links {
  float: left;
  width: 960px;
}
div#footer_links ul li {
  float: left;
}
div#footer_links ul li a {
  padding: 0 10px;
}
/* AUTHOR LIST PAGE =========================================================================================== */
div.author_list_surround {
  margin-left: 30px;
}
div.left_author {
  float: left;
  width: 156px;
  background: #eeeeee;
  border: 1px solid #dddddd;
}
body.author #content ul {
  margin: 0 !important;
}
body.author #content ul li {
  list-style: none!important;
  margin: 0!important;
  line-height: 180% !important;
}
body.author div.left_author img {
  padding-left: 13px;
  padding-top: 10px;
  padding-bottom: 5px;
}
body.page-template-authorlist-php div.left_author {
  background: none!important;
  border: none !important;
}
div#left_author_info {
  padding-left: 12px;
  padding-bottom: 12px;
}
div#left_author_info p {
  margin-bottom: 6px;
}
div.author-profile div.entry_author_image {
  width: 130px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  text-align: center;
  margin: 9px;
  padding: 4px;
}
div.right_author {
  float: left;
  width: 400px;
}
div#author_info_right {
  margin-bottom: 15px;
  float: left;
  width: 420px;
  padding-left: 15px;
}
li.author_strong {
  font-weight: 700;
  font-size: 110%;
  line-height: 100% !important;
}
li.author_url {
  margin-top: 8px;
  margin-bottom: 10px;
}
li.author_url a {
  text-decoration: none;
  color: #004d9d;
  font-weight: 700;
}
li.author_url a:hover {
  text-decoration: underline;
}
div#author_info_right ul li {
  line-height: 150%;
}
div#author_info_right h2#generic_page_header {
  padding: 0;
  margin: 0;
  font-size: 170%;
  margin-bottom: 10px;
}
p.postmetadata {
  float: left;
  padding: 5px;
  background-color: #f7f7f7;
  border: 1px solid #E0E0E0;
  color: #444;
  width: 430px;
  margin-top: 15px;
  padding-left: 10px;
  float: left;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
div.author_list_surround p.postmetadata {
  width: 400px!important;
  margin-left: 156px;
}
span.postmetadata_categories {
  text-align: left;
  width: 300px;
  padding: 0 5px;
  margin-left: 20px;
  float: left !important;
}
span.auth_sep {
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
p.postmetadata span {
  float: left;
}
p.postmetadata a {
  font-weight: 700;
  color: #333333;
  text-decoration: none;
  float: left;
}
p.postmetadata a:hover {
  font-weight: 700;
  color: #004d9d;
  text-decoration: none;
  float: left;
}
.postmetadata_categories a {
  float: none !important;
}
p.postmetadata a:hover {
  text-decoration: underline;
}
p.postmetadata img {
  float: left;
  padding-left: 6px;
}
div.author_list_surround {
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cccccc;
  float: left;
  width: 580px;
}
div.right_author h3 {
  margin-top: 0;
}
div.right_author h3 a {
  font-size: 130%;
}
.clear {
  clear: both;
}
div#latest_posts {
  float: left;
  margin-bottom: 20px;
}
img.profile_smedia_button {
  padding: 0!important;
  padding-top: 6px!important;
  margin: 0 !important;
}
/* Individual Author Page */
div.vp div.cat_header {
  background: #ef7d00;
  padding: 5px 15px;
  color: #ffffff;
}
div.cm div.cat_header {
  background: #690;
  padding: 5px 15px;
  color: #ffffff;
}
div.tn div.cat_header {
  background: #00b1b2;
  padding: 5px 15px;
  color: #ffffff;
}
div.excerpt h2 {
  font-weight: 700;
  font-size: 150%;
}
#content .date {
  color: #999999;
}
.post_meta {
  background: #eeeeee;
  border-top: 1px solid #cccccc;
  float: left;
  width: 100%;
  padding: 5px 0;
}
.post_meta .post_comments {
  float: left;
  width: 100px;
  padding-left: 10px;
}
.post_meta .post_categories {
  float: left;
  width: 490px;
  text-align: right;
  padding-right: 10px;
}
span.post_categories a {
  padding-left: 6px;
}
div.vp, div.tn, div.cm {
  border: 1px solid #cccccc;
  margin-top: 10px;
  float: left;
}
.excerpt {
  padding: 15px 20px;
}
#latest_posts_header {
  background: #757575;
  margin-top: 20px;
  font-size: 160%;
  font-weight: 700;
  color: #ffffff;
  float: left;
  width: 595px;
  padding: 3px;
  padding-left: 12px;
}
#previous_posts_header {
  background: #757575;
  margin-top: 20px;
  font-size: 160%;
  font-weight: 700;
  color: #ffffff;
  float: left;
  width: 595px;
  padding: 3px;
  padding-left: 12px;
}
.previous_category {
  width: 100px;
  float: left;
}
.previous_title {
  float: left;
  width: 350px;
}
.previous_date {
  float: left;
  width: 100px;
  text-align: right;
}
.entry input[type=text] {
  border: 1px solid #cccccc;
}
.entry input[type=submit] {
  border: 1px solid #AAA;
  background: #cccccc;
  padding: 2px 5px;
}
.comm_previous, .tech_previous, .news_previous {
  float: left;
  padding: 5px;
  padding-top: 10px;
  width: 600px;
  border-bottom: 1px solid #ddd;
}
/* Twitter Widget ---------------------------- */
a.twitterwidget-title {
  color: #ffffff !important;
}
li.widget_twitter ul {
  background-color: #ffffff !important;
  border-bottom: none !important;
}
li.widget_twitter ul li {
  border-bottom: 1px solid #cccccc;
}
/* Search Results --------------------------- */
body.search-results div.post {
  border: 1px solid #cccccc;
  width: 613px;
  margin-bottom: 20px;
}
p.search_results_intro {
  margin: 30px;
  margin-bottom: 10px;
  font-size: 140%;
  color: #666666;
}
p.search_results_intro span {
  font-weight: 700;
  color: #004d9d;
}
.clear {
  font-size: 1px;
  height: 1px;
  line-height: 1px;
  clear: both;
}
#fb-matching,
fb-wrapper,
#fb-results a,
#fb-wrapper .fb-featured a,
#fb-wrapper .fb-page-nav a {
  font-family: Verdana, Helvetica, Arial, Sans-Serif !important;
}
#fb-results a {
  font-size: 80% !important;
  font-weight: 700 !important;
  text-decoration: none;
}
#fb-matching, fb-wrapper {
  font-size: 68%;
  /* Resets 1em to 10px */

}
body.author div.left_author img.feed {
  padding: 0 0 0 3px;
}
div.right_author h3 a:hover {
  text-decoration: underline;
}
div.comment_navigation {
  padding: 10px;
  font-weight: 700;
}
.author_pagination_top, .author_pagination_bottom {
  width: 100%;
  text-align: center;
}
.author_pagination_bottom {
  padding-top: 20px;
  padding-bottom: 50px;
}
.author_pagination_bottom a {
  padding: 3px 6px;
}
.selected {
  font-weight: 700;
  border: 1px solid #CCC;
  padding: 3px 6px;
}
div#fb-wrapper p,
div#fb-wrapper div,
div#fb-wrapper ol,
div#fb-wrapper li,
div#fb-wrapper h1,
div#fb-wrapper h2,
div#fb-wrapper h3,
div#fb-wrapper a,
div#fb-wrapper span {
  font-family: verdana, arial !important;
}
span.low {
  text-transform: none !important;
}
.fb-featured {
  margin-left: 20px;
}
.fb-featured h3 a {
  font-size: 80%;
  font-weight: 700;
}
div#fbc_login {
  margin-left: 0;
  padding-left: 0;
  width: 400px;
}
div#fbc_profile {
  position: fixed;
  right: 0;
}
div.comment-body div.comment-author img {
  padding-right: 10px;
}
a.FB_Link img {
  height: 32px;
}
ol.roman {
  list-style-type: lower-roman;
}
ol.alpha {
  list-style-type: lower-alpha;
}
/* Video Wall .................................... */
div#mainSearchBox {
  border: 1px solid #cccccc;
  padding: 12px;
  width: 574px;
}
div#searchResultsListColumn h3 {
  font-size: 20px;
  letter-spacing: -0.5px;
  margin-bottom: 8px;
  margin-top: 3px;
}
div#vid_bottom_bar_details {
  border: 1px solid #cccccc;
  background-color: #f7f7f7;
  border-top: none;
  padding: 10px;
  text-align: right;
  width: 580px;
  margin-bottom: 10px;
}
span.vid_detail {
  font-weight: 700;
  padding-right: 10px;
}
img.watch_now_button {
  padding-top: 4px;
  padding-bottom: 4px;
}
p.thumb_vid_detail_para {
  margin-top: 4px;
  color: #777;
  font-size: 10px;
  width: 120px;
}
div.vid_thumbnail_panel {
  width: 120px;
  height: 270px;
  padding: 10px;
  border: 1px solid #cccccc;
  background: #f7f7f7;
  margin-right: 11px;
  margin-bottom: 10px;
  float: left;
}
div.search_control {
  float: left;
  padding: 4px;
}
div#sc_button {
  padding-top: 1px;
  padding-left: 0;
}
/* video widget ======================================================================= */
.video_widget {
  background: none repeat scroll 0 0 #F2F2F2;
  border: 1px solid #cccccc;
  width: 278px;
}
.video_widget div {
  padding: 7px;
}
.video_widget img {
  margin-left: 10px;
}
/* video wall ====================================================================== */
.text_description {
  float: left;
  width: 400px;
  text-align: left;
}
#searchResultsNavigation {
  margin-bottom: 10px;
  background: #f7f7f7;
  border: 1px solid #cccccc;
  padding: 10px;
  width: 580px;
  float: left;
  margin-top: 5px;
  text-align: center;
  width: 580px;
}
.vid input#s {
  line-height: 120%;
}
#search_keyword {
  width: 254px;
  float: left;
}
.error {
  font-weight: 700;
  color: #DF0D29;
  padding: 10px 0;
}
/* facebook like this ============================================== */
.like {
    float: left;
    height: 26px;
    padding: 10px;
    width: 175px;
}
body.single.single-post div.entry .like {
  padding-left: 10px;
}
.home_social {

}
.tweet_list {
  float: left;
  width: 100px;
  margin-left: 40px;
}
.like_bottom2 {
  padding: 5px;
  height: 44px;
  border-top: 1px solid #cccccc;
  margin-bottom: 5px;
  width: 498px;
}
/* NEW PANEL STYLES */
.inpost-grey-highlight {
  font-size: 100%;
  background-color: #eeeeee;
  margin: 0;
  padding: 10px 5px!important;
  width: 498px;
}
.inpost-blue-highlight {
  font-size: 100%;
  background-color: #b3d3ea;
  width: 468px;
  margin-left: 9px;
  padding: 5px 10px;
  border: 1px solid #8EB5CF;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.inpost-panel {
  background-color: #eeeeee;
  border: 1px solid #dddddd;
  color: #666666;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 468px;
  margin-left: 9px;
  padding: 5px 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
div.inpost-blue-panel {
  width: 498px;
}
div.inpost-grey-panel {
  width: 498px;
}
.hp-inner div.inpost-blue-panel, .hp-inner div.inpost-grey-panel {
  width: 462px;
}
.hp-inner .inpost-blue-highlight {
  margin-left: 0;
  width: 450px;
}
.hp-inner .inpost-panel {
  width: 450px;
  margin-left: 0;
}
.hp-inner .inpost-grey-highlight {
  width: 462px;
}
.like_top {
  height: 46px;
  background-repeat: repeat-x;
  padding: 5px;
  width: 498px;
  background-color: #f4f4f4;
  border-top: 1px solid #DDDDDD;
}
.like_bottom div.like {
  padding: 10px;
  margin-top: 10px;
}
.like_list {
  width: 300px;
  word-wrap: break-word;
  float: left;
}
.list_more_like .home_readmore_button_wrap {
  width: 125px;
}
.list_more_like {
  width: 360px;
  word-wrap: break-word;
  float: left;
}
.home .list_more_like {
  width: 370px;
  padding: 0;
}
.like_cat {
  float: left;
  width: 300px;
}
.cat_readmore {
  float: left;
  width: 125px;
  padding-top: 10px;
  margin-left: 12px;
}
/* facebook fan box  ======================================================== */
li.widget_ffb {
  width: 260px;
}
/* SHARED TABLE STYLES ..................................................................... */
.tableLayout {
  background-color: #ffffff;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1em;
  margin-top: 1em;
  color: #004e80;
}
.tableLayout th {
  color: #ffffff;
  font-weight: 700;
  padding: .3em 10px;
  text-align: left;
  vertical-align: top;
}
.tableLayout td {
  padding: .3em 10px;
  text-align: left;
  vertical-align: top;
}
.tableLayout caption {
  padding-bottom: 6px;
  font-style: italic;
  font-weight: 700;
  text-align: left;
}
/* TELSTRA NEWS ................ */
div.category-telstra-news .tableLayout th, div.telstra-news .tableLayout th {
  background-color: #EB8A24;
  border: 1px solid #c7ddf3;
}
div.category-telstra-news .tableLayout td, div.telstra-news .tableLayout td {
  border: 1px solid #c7ddf3;
}
div.category-telstra-news .tableLayout tr.alt td, div.telstra-news .tableLayout tr.alt td {
  background-color: #f0f0f0;
}
/* TECHNOLOGY ................ */
div.category-view-point .tableLayout th,
div.view-point .tableLayout th,
div.category-technology .tableLayout th,
div.view-point .tableLayout th {
  background-color: #6BB3E0;
  border: 1px solid #c7ddf3;
}
div.category-view-point .tableLayout td,
div.view-point .tableLayout td,
div.category-technology .tableLayout td,
div.technology .tableLayout td {
  border: 1px solid #c7ddf3;
}
div.category-view-point .tableLayout tr.alt td,
div.view-point .tableLayout tr.alt td,
div.category-technology .tableLayout tr.alt td,
div.technology .tableLayout tr.alt td {
  background-color: #f0f0f0;
}
/* COMMUNITY  ................ */
div.category-community .tableLayout th {
  background-color: #6BB3E0;
  border: 1px solid #c7ddf3;
}
div.category-community .tableLayout td, div.community .tableLayout td {
  border: 1px solid #c7ddf3;
}
div.category-community .tableLayout tr.alt td, div.community .tableLayout tr.alt td {
  background-color: #f0f0f0;
}
.like_list .like iframe {
  width: 250px !important;
}
.like_cat .like iframe {
  width: 350px !important;
}
/*** tweet button ****/
.fb_list, .tweet_list {
  align: left;
}
.like_cat .tweet_list {
  float: left;
}
.tw_button {
  padding: 10px;
}
.tweet_list_single {
  float: right;
}
/* end tweet button */
/* ..... nested comment reply  .....*/
div.cancel-comment-reply {
  width: 500px;
  margin-left: 10px;
}
div#comment_leave_reply_header a {
  color: #ffffff;
  text-decoration: none;
}
ul.children {
  margin-left: 0!important;
  margin-top: 10px;
  border: 1px solid #cccccc;
}
ul.children li {
  border: 0 !important;
  background: #f4f4f4;
}
ul.children li.odd {
  border-bottom: 1px solid #cccccc !important;
}
/* end */
.rev_link_bar {
  -moz-border-radius: 3px;
  background-color: #eeeeee;
  border: 1px solid #dddddd;
  clear: both;
  color: #666666;
  margin: 15px 9px 15px 10px;
  padding: 0;
  width: 474px;
}
.rev_link_bar a {
  border-right: 1px solid #cccccc;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
}
.rev_link_bar a.last {
  border: none;
}
/*** end social review ***/
/* TOP FEATURE BANNER STYLES ................................. */
/* remove the top padding from the main nav div that holds the tabs */
/* without flash banner */
div#main_nav {
  margin-top: 116px;
}
div#fbanner {
  width: 380px;
  height: 116px;
  margin-left: 16px;
  background: transparent;
}
div#surveybanner {
  position: absolute;
  left: 50px;
  top: 32px;
  width: 670px;
  background: transparent;
  height: 300px;
}
.comm_feed_list, .tech_feed_list, .news_feed_list {
  height: auto;
  width: 490px;
  margin: 15px 0 15px 8px;
}
.tech_feed_list {
  border: 1px solid #00b1eb;
}
.comm_feed_list {
  border: 1px solid #004d9d;
}
.news_feed_list {
  border: 1px solid #ef7d00;
}
.feed_list_header {
  float: left;
  padding: 8px 8px 8px 13px;
  width: 470px;
  color: #ffffff;
  font-weight: 700;
}
.comm_feed_list .feed_list_header {
  background-color: #004d9d;
}
.tech_feed_list .feed_list_header {
  background-color: #0078c0;
}
.news_feed_list .feed_list_header {
  background-color: #ef7d00;
}
div.feed_list_header h3 {
  color: #ffffff;
  float: left;
  font-size: 110%;
  font-weight: 700;
  margin: 0!important;
  padding: 0 !important;
}
.tech_feed_list ul li a {
  color: #00b1eb;
  font-weight: 700;
  text-decoration: none;
}
.tech_feed_list ul li {
  color: #004d9d;
}
.news_feed_list ul li a {
  color: #ef7d00;
  font-weight: 700;
  text-decoration: none;
}
.news_feed_list ul li {
  color: #d67d1f;
}
.comm_feed_list ul li a {
  color: #690;
  font-weight: 700;
  text-decoration: none;
}
.comm_feed_list ul li {
  color: #557f01;
}
.comm_feed_list #social-short, .news_feed_list #social-short, .tech_feed_list #social-short {
  margin-top: 30px;
}
.comm_feed_list ul, .news_feed_list ul, .tech_feed_list ul {
  padding-top: 10px;
}
/* HOMEPAGE SLIDER */
/**** feature post slide ****/
.feature_slide {
  height: 155px;
  width: 615px;
  margin-left: 30px;
  margin-bottom: 20px;
  position: relative;
}
/*****  Feature post stye ******/
a .text, a:visited .text {
  opacity: .95;
  margin-top: 70px;
  color: #ffffff;
  background: #757575;
  height: 33px;
  float: left;
  width: 138px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  padding: 7px 3px 0px;
  line-height: 1.1;
}
a:hover .text {
  background: #004d9d;
  opacity: 10;
  cursor: pointer;
}
.bx-window {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.feature_slide {
  width: 593px;
  background: #F0F0F0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-left: 40px;
  padding-left: 12px;
  padding-top: 15px;
  height: 120px;
}
ul#slider1 {
  padding: 0;
  margin: 0;
}
ul#slider1 li {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
}
.feature_tab {
  float: left;
  background-color: transparent;
  background-image: url(images/tab_featured.gif);
  background-position: left center;
  background-repeat: no-repeat;
  height: 66px;
  margin-left: -32px;
  width: 60px;
  margin-top: 30px;
}
.features {
  width: 605px;
  margin: 0;
  padding: 0;
}
div.wpcf7 input {
  padding: 5px;
}
#gplus{
float:left;
padding:10px;
width:100px;
}




/* .......... styles for the in-post HTML Code select */

p.codeinfo {

}

button.codeselectbutton {
	padding: 5px 10px;
	font-weight: bold;
	cursor: pointer;
}

textarea.codebox {
	width: 450px;
	font-weight: bold;
	height: 100px;
	padding: 10px;
	font-family: monospace;
}


.category-telstra-news button.codeselectbutton {
	background-color: #B32034;
	color: #FFE596;
	border: 1px solid #B32034;
}

.category-telstra-news textarea.codebox {
	color: #B32034;
	border: 1px solid #FCC043;
	background-color: #FFE596;
}



.category-technology button.codeselectbutton {
	background-color: #005D61;
	color: #CDE8EA;
	border: 1px solid #005D61;
}

.category-technology textarea.codebox {
	color: #005D61;
	border: 1px solid #00B1B2;
	background-color: #CDE8EA;
}



.category-community button.codeselectbutton {
	background-color: #006833;
	color: #FFF265;
	border: 1px solid #006833;
}

.category-community textarea.codebox {
	color: #006833;
	border: 1px solid #A2C73B;
	background-color: #F3FAE5;
}


/* CONTACT FORM */
div.wpcf7 {
	margin: 0;
	padding: 20px;
	border: 1px solid #CCCCCC;
	background-color: #F7F7F7;
}

div.wpcf7 p {
	font-weight: bold;
}

div.wpcf7 input {
	background-color: white !important;
	border: 1px solid #999999 !important;
}	

div.wpcf7 textarea {
	background-color: white !important;
	border: 1px solid #999999 !important;
}

div.wpcf7 input.contact_form_submit_button {
	border: none !important;
}

div.wpcf7-response-output {
	
}

div.wpcf7-mail-sent-ok {
	border: 1px solid #2C8F00;
	padding: 5px;
}

div.wpcf7-mail-sent-ng {
	border: 1px solid #ff0000;
	padding: 5px;
}

div.wpcf7-spam-blocked {
	border: 1px solid #ffa500;
	padding: 5px;
}

div.wpcf7-validation-errors {
	background: #FF0000;
	padding: 4px;
	color: white;
	text-align: center;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 90%;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

img.ajax-loader {
	border: none;
	vertical-align: middle;
}

/* RECAPTCHA STYLING */
.recaptcha-error {
   font-size: 1.8em;
   padding-bottom: 8px;
}
/* END RECAPTCHA STYLING */

/* MAILHIDE STYLING */

/* This is for plain text emails i.e. haha@lol.com - TEXT*/
.mh-plaintext {
   background:transparent url(email.png) no-repeat scroll left center;
   border:medium none;
   color:#2277DD;
   height:16px;
   padding:2px 2px 4px 20px;
}

/* This is for plain text emails i.e. haha@lol.com - DOTS*/
.mh-plaintext a, .mh-plaintext a:hover, .mh-plaintext a:visited, .mh-plaintext a:visited:hover {
   color: #FF7700;
   font-weight: bolder;
   text-decoration: none;
   border: 0;
   background-color: transparent !important;
}

/* This is for hyperlinked emails i.e. <a href="mailto:ohnoes@pwnies.com">TEXT</a> - TEXT*/
.mh-hyperlinked {
   background:transparent url(email.png) no-repeat scroll left center;
   border:medium none;
   color:#2277DD;
   height:16px;
   padding:2px 2px 4px 20px;
}

/* This is for hyperlinked emails i.e. <a href="mailto:ohnoes@pwnies.com">TEXT</a> - DOTS*/
.mh-hyperlinked a, .mh-hyperlinked a:hover, .mh-hyperlinked a:visited, .mh-hyperlinked a:visited:hover {
   color: #FF7700;
   font-weight: bolder;
   text-decoration: none;
   border: 0;
}
/* END MAILHIDE STYLING */

/* ADMINISTRATION SETTINGS RECAPTCHA */
.lang-select label, .theme-select label {
   vertical-align: middle !important;
}

.lang-select select, .theme-select select {
   vertical-align: middle !important;
}

.recaptcha-form {
   margin: auto !important;
   width: 25em !important;
}

.recaptcha-options td {
   vertical-align: top !important;
}

.which-key label {
   font-weight: bold;
}

.copyright {
   text-align: center;
   font-size: .85em;
}
/* END ADMINISTRATION SETTINGS RECAPTCHA */

div.navigation .older_posts a, div.cat_navigation .older_posts a{
 background: url("images/chevron_left.png") no-repeat scroll 0 2px transparent !important;
}


body {
	background-image: url(images/new/bground-home.gif);
}

ul#main_nav_list li#tab_item_home {
	margin-top: 2px;
	background-image: none;
	background-color: #FFFFFF;
	height: 58px;
	margin-left: 0px;
}

ul#main_nav_list li#tab_item_home a {
	font-weight: bold;
}

#menuspan {
	left: 1px;
}

.header-promo {
    background: url("images/bg-header-promo.png") no-repeat scroll 0 0 transparent;
    color: #4C4C52;
    display: block;
    font-size: 1.33333em;
    font-weight: bold;
    line-height: 21px;
    width: 216px;
    float:right;
     background-position: -648px -1px;
    
}
#header-promo a:link, #header-promo a:visited {
    background: url("images/bg-header-promo.png") no-repeat scroll 0 50% #FFFFFF;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    color: #333333;
    display: block;
    font-size: 1.66667em;
    line-height: 21px;
    padding: 10px 20px 10px 10px;
    text-decoration: none;
    width: 186px;
}
.header-promo div {
    padding: 7px 20px 7px 54px;
    width: 142px;
   
}
.header-promo.first{
border-radius: 7px 7px 0 0;
}
.header-promo.last{
border-radius: 0 0 7px 7px;
}
.header-promo .subtitle {
    color: #333333;
    display: inherit;
    font-size: 0.75em;
    font-weight: normal;
}

.header-promo a.icon-link {
    background-color: transparent;
    display: block;
    float: left;
    height: 35px;
    margin: 10px 0 0 10px;
    position: absolute;
    width: 35px;
}

.header-promo.first div {
    background: url("images/csp-crowd-icon.gif") no-repeat scroll 10px 10px transparent;
}
.header-promo.last div {
    background: url("images/csp-facebook-icon.gif") no-repeat scroll 10px 10px transparent;
}

.home-sticky-hang-box{
background-color: transparent;
background-image: url("images/tab_sticky.gif");
background-position: left center;
background-repeat: no-repeat;
height: 66px;
margin-left: -72px;
width: 51px;


}
.home-post.sticky{
    background-color: #F4F4F4;
    background-image: url("images/bground-sticky-compiled.gif");
    background-position: right top;
    background-repeat: no-repeat;
}

body.home .home-post.sticky p.postmetadata {
    border: 1px solid #DEF1FC;
    background-color:#FFFFFF;
  
}
.csp-wrapper{
width:218px; 
float:right; 
margin-right:15px; 
background-color:#FFFFFF;
border-radius: 7px;
}
.jcarousel-clip-vertical{
height:185px;
width:280px;
overflow:hidden;
float:left;
}
#mycarousel li{
height:28px;
}
#mycarousel li a{
width:235px;
margin-left:28px;
display:block;
}
#mycarousel li.news{
 background: url("images/icon-recent-telstranews.gif") no-repeat scroll 10px 10px transparent;
}
#mycarousel li.tech{
 background: url("images/icon-recent-technology.gif") no-repeat scroll 10px 10px transparent;
}
#mycarousel li.community{
 background: url("images/icon-recent-community.gif") no-repeat scroll 10px 10px transparent;
}
.jcarousel-prev{
height:35px;
width:35px;
float:left;
background: url("images/icon-recent-scrollup.gif") no-repeat scroll 10px 10px transparent;
cursor:pointer;
}
.jcarousel-next{
height:35px;
width:35px;
float:left;
background: url("images/icon-recent-scrolldown.gif") no-repeat scroll 10px 10px transparent;
cursor:pointer;
}
.sidebar_bottom{
 background-color: #757575;
    border-radius: 0 0 4px 4px;
    color: #FFFFFF;
    float: left;
    font-size: 110%;
    font-weight: 700;
    margin: 0px;
    padding: 0px 7px 0px 10px;
    width: 263px;
    
 }
 .sidebar_bottom_text{
 width:190px; 
 line-height:40px;
 float:left; 

 text-align:right;"
 }
 
  .sort_bar{
background: url("images/home-filterpanel-bground.png") no-repeat scroll 0px 0px transparent;
height:58px;
 padding-top: 9px; 
 margin: 10px 0px 8px 40px; 
 clear:both; 
 width: 605px;


 }
.sort_button {
background: url("images/button-filter-normal.gif") no-repeat scroll 0px 0px transparent;
padding:5px;
width:120px;
height:32px;
color:#ffffff;
margin-left: 15px;
 cursor:pointer;
}
.sort_button.first {
margin-left: 165px;
}
.sort_button.active{
font-weight:bold;
background: url("images/button-filter-selected.gif") no-repeat scroll 0px 0px transparent; !important;

}
.cptch_block{
	padding:0px 0px 20px 15px;
	font-size:19px;
	font-weight:normal;
	border:1px #999999 solid;
	margin-top:8px;
	background-color: #F7F7F7;
	width: 425px;
}

.cptch_block legend {
	font-size:13px;
	font-weight: bold;
}

.cptch_block input {
	background-color: #FFFFFF;
	padding: 3px;
	border: 2px solid #999999 !important;
	font-weight: bold;
	text-align: center;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;

} 
 text-align:right;
 }
 
 .sort_bar{
background: url("images/home-filterpanel-bground.png") no-repeat scroll 0px 0px transparent;
height:58px;
 padding-top: 9px; 
 margin: 10px 0px 8px 40px; 
 clear:both; 
 width: 605px;


 }
.sort_button {
background: url("images/button-filter-normal.gif") no-repeat scroll 0px 0px transparent;
padding:5px;
width:120px;
height:33px;
color:#ffffff;
margin-left: 15px;
 cursor:pointer;
}
.sort_button.first {
margin-left: 165px;
}
.sort_button.active{
font-weight:bold;
background: url("images/button-filter-selected.gif") no-repeat scroll 0px 0px transparent; !important;

}
.cptch_block{
	padding:0px 0px 20px 15px;
	font-size:19px;
	font-weight:normal;
	border:1px #999999 solid;
	margin-top:8px;
	background-color: #F7F7F7;
	width: 425px;
}

.cptch_block legend {
	font-size:13px;
	font-weight: bold;
}

.cptch_block input {
	background-color: #FFFFFF;
	padding: 3px;
	border: 2px solid #999999 !important;
	font-weight: bold;
	text-align: center;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;

} 
span.youtube{
margin-left:-15px;
}
