/*  
Theme Name: Property Digital
Theme URI:
Description: Designed by <a href="http://www.nutwork.com.au/">Nutwork</a>.
Version: version 1
Author: Steve Deane
Author URI: http://www.nutwork.com.au
Tags: widget ready, two columns, simple
*/

/* colours
mouse over red: #CC252D
paragraph text: #333333
heading two: #766868
heading three: #453c3c

.jpg >> .jpg1
*/


* { margin: 0; padding: 0; }

body {
	background: #efefef;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0 auto;
	font: 12px Verdana, Geneva, sans-serif #333333;
	}
	
a {
  outline:none;
}
/* -------------------
Main Structure
------------------- */
#header-frame {
	width: 1020px;
	margin: 0 auto;
	padding: 0;
}

#allWrap {
  /*border: 1px #ccc solid;*/
  width: 980px;
  margin: 0px auto 0px auto;
  padding-bottom:30px;
}
	
#frame {	
	text-align: left;
	/*background-image: url(images/middle_bg.jpg);*/	
}
	
#middle {
  overflow: auto;
	margin:0 auto;
	clear: both;
	background:#fff;
	background-image: url(images/middle_bg.png);
	}

#content {
	width: 660px;
	margin-left: 250px;
	padding-left: 20px;
	padding-right: 20px;
	}
	
#sidebar {
	float: left;
	width: 240px;
	padding: 0px 0px 10px 0px;
	background:#cc252d;
	text-align:center;
	}
	
#clear_nav {
  margin-top: 0px;
	height: 25px;
  clear: both;
	background-image: url(images/clear_nav_bg.png);
	background-repeat: no-repeat;
}
/* -------------------
Header
------------------- */

#header {
    background: url(images/static_banner_image_01.jpg); 
    width: 1020px;
    height: 246px;
    margin:0; /*brings the #nav up*/
    clear: both;
		padding: 0px;
	}
#headerFlash {
   
    width: 1020px;
    height: 246px;
    margin:0; /*brings the #nav up*/
    clear: both;
		padding: 0px;
	}

	




/* -------------------------------
navigation
---------------------------------- */
	

#nav {
	font-family: Verdana, Geneva, sans-serif;
	width: 740px;
	height: 65px;
	margin: -76px 20px 0 0;
	float:right;
	/*background-image: url(images/nav_bg.jpg);*/
	clear: both;
	background:#302529;
	/* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
  z-index:99;
}

#nav ul {
	list-style: none;
	text-align: center;
	width:100%;
	z-index:99;
}

#nav li {
	float:left;
}

#nav li a:link {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	height: 40px;
	margin: 0px 0px 0px 0px;
	padding: 25px 13px 0px;
	color: #fff;
	font: 14px Verdana,San-serif normal;
  outline: none;
  font-weight:bolder;
}


#nav li a:visited {
	color: #fff;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	height: 40px;
	margin: 0px 0px 0px 0px;
	padding: 25px 13px 0px;
	font: 14px Verdana,San-serif normal;
  outline: none;
  font-weight:bolder;
}

#nav li a:active {
	text-decoration:none;
}


#nav li a:hover, .current_page_item, .current_page_parent {
	color:#FFFFFF;
  background-color:#CC252D;
}









/* -------------------
Content
------------------- */

#content .post {
	margin: 0 10px 20px 10px;
	}
	
/* general #content definitions */
	
#content h1 {
	color: #CC252D;
	font: 22px Verdana,San-serif; 
	margin: 10px 0px 5px 0px;
	}


#content h2 {
	color: #444444;
	font: 19px Verdana,San-serif; 
	font-weight: normal;
	margin: 11px 0 8px 0;
  padding: 4px 0px 5px 0;
}

#content h2 a {
	color: #333333;
	text-decoration: underline;
	font: 19px Verdana,San-serif; 
	font-weight: normal;
	outline: none;
}

#content h2 a:hover {
	color: #CC252D;
}
	
#content h3 {
	font: 14px Verdana,San-serif;
	font-weight: bold;
	color: #777777;
	margin: 0;
    padding: 4px 0px 5px 0;
}

#content h3 a {
	font: 14px Verdana,San-serif;
	font-weight: bold;
	color: #555555;
	text-decoration: underline;
}

#content h3 a:hover {
	color: #CC252D;
}
	
#content h4 {
	font: 13px Verdana,San-serif;
	color: #453c3c;
	font-weight: bold;
	padding-top: 5px;
	margin: 0;
  padding: 4px 0px 2px 0;
}
	
#content h5 {
	font: 13px Verdana,San-serif;
	margin: 0;
  padding: 4px 0px 2px 0;
	color: #444444;
	font-weight: bold;
	padding-top: 5px;
}
			
#content p, #content dl {
	font: 12px/17px Verdana,San-serif;
  color: #555555;
}
	
#content p, #content ul, #content ol, #content dl {
	margin: 0 0 10px 0;
}

#content li {
	margin: 0 0 0 30px;
	font: 12px/15px Verdana,San-serif;
  color: #555555;
}
	
#content dl dt {
	font-weight: bold;
}
	
#content dl dd {
	margin: 0 0 0.4em 0.5em;
}
	
#content blockquote {
	margin: 0 0 0 1em;
	border-left: 5px solid #15a1c4;
	padding: 0 0 0 1em;
}
	
#content a {
	color: #333333;	
	font: 12px Verdana,San-serif;
	font-weight: normal;
 }
#content a:hover { color: #CC252D; }
	
#content .post ul.post-data {	
	list-style: none;
	font: 12px Verdana,San-serif;
	padding: 0.1em 0 0.2em 0;
	color: #555555;
	margin: 1.3em 0 0 0;
	}

#content .post ul.post-data li {
	color: #555555;
	}
	
#content .post ul.post-data a {
	color: #333333;
    text-decoration: underline;
    font-weight:normal;
	}
	
#content .post ul.post-data a:hover {
	color: #CC252D;
	text-decoration: underline;
	font-weight: normal;
	}

#content .post ul.post-data li.comments {
	float: right;
	margin: 0 0.7em 0 0;
	display: inline;
	font: 12px Verdana,San-serif;
	}
	

#content .post ul.post-data li.comments a {
	padding: 0 0 0 15px;

	}
#content .post ul.post-data li.tags {
	margin: 0 0 0 0.7em;
	}

	
#content .post ul.post-data li.tags a {
	padding: 0 0 0 1px;

	}
	
#content .post ul.post-data li.posted {
	margin: 0 0 0 0.7em;

	}
	
#content .post ul.post-data li.posted a {
	padding: 0 0 0 1px;

	}
	
#content .post ul.post-data li.comments a:hover, #content .post ul.post-data li.posted a:hover, #content .post ul.post-data li.tags a:hover {
	background-position: 0 -38px;

	}

.entry {
	margin: 0px 0 0px 0;
	padding: 0px 0 5px 0;
	}

.entry  p {
	margin: 5px 0 5px 0;
	padding: 0;
	}


.entry  img { 
  padding: 5px;
}

.entry  img.alignleft { 
                float: left;
                margin: 3px 3px 1px 0;
                }

.entry  img.alignright { 
                 float: right;
                 margin: 0 3px 1px 3px;
                 }

.spacer {   padding: 0px;
            text-align: right;
            text-transform: lowercase;
            }
	

/* -------------------
Comments
------------------- */

#content #comments {
	margin: 0 20px 20px 25px;
	}
	
#content #comments .comment {
	margin: 0 0 2em 0;
	font: 12px Verdana,San-serif;
	}
	
#content #comments .comment p, #content #comments .comment li, #content #comments .comment a { 
	font: 12px Verdana,San-serif;
	color: #555555;	
}

#content #comments .comment a:hover { 
	font: 12px Verdana,San-serif;
	color: #CC252D; 
}
	
#content #comments .comment p {
	margin: 0 0 0.8em 0;
	font: 12px Verdana,San-serif;
	}
	
#content #comments .comment .comment-data p {
	font: 12px Verdana,San-serif;
	color: #555555;
	padding: 0 0 0 22px;
	margin: 1.5em 0 0 0;
}
	
#content #comments .comment .comment-data p a { 
	font: 12px Verdana,San-serif;
	color: #333333; 
}

#content #comments .comment .comment-data p a:hover { 
  color: #CC252D; 
}

#content #comments form {
	color: #555555;
	font: 12px Verdana,San-serif;
	}

#content #comments form a { color: #333333; }
#content #comments form a:hover { color: #CC252D; }
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/* -------------------
Sidebar
------------------- */


	
#sidebar h3 {
	color: #fff;
	font: 12px/17px Verdana,San-serif;
	font-weight: bold;
	margin: 0 0 0px 0;
  padding: 6px 0px 2px 0px;
	text-align: center;
	}
	
#sidebar p, #sidebar li {
	color: #fff;
	font: 12px Verdana,San-serif;
  text-align: center; 
  list-style:none;       
}
	
#sidebar p, #sidebar ul, #sidebar ol {
	margin: 0 0 16px 0;
	}
	
#sidebar ul { 
	list-style: none; 
	}

#sidebar ul li {
	padding: 5px 0px 1px 0px;
	list-style-type: none;
	border-bottom: 1px #b21d24 solid;
	/*text-transform: uppercase;*/
	height: 22px;
	}
	
#sidebar a {
	color: #fff;
	text-decoration: none;
  display:block;
	}
	
#sidebar a:hover, #sidebar li:hover, #sidebar .current_page_item {
	text-decoration: none;
  background:#B21D24;
}
.roundMe li:hover, .roundMe a:hover {
  background:#921A20 none repeat scroll 0 0 !important;
  /*font-weight:bold;*/
  /*font-style:italic;*/
  /*border-bottom:1px dashed #fff;*/
  text-decoration:underline !important;
}

#sidebar .current_page_item {
  /*list-style: disc;*/
}

#sidebar .page_item {
  font-size:13px;
}

.recentPosts li {
  margin-bottom:10px;
}






/* -------------------
Sidebar widgets
------------------- */

#widget_news {
	width: 100%;
	padding: 10px 0 0 0;
	background-image:url(images/widget_bg.jpg);
	background-repeat: no-repeat;
}


.widget_bottom {
	height: 22px;
	background-image:url(images/widget_bottom_bg.jpg);
	background-repeat: no-repeat;	
}


#widget_news h1  {
	color: #777777;
	padding: 8px 0 5px 0;
	margin: 0 0 0 15px;
	font: 16px Verdana, Geneva, sans-serif;
	font-weight: normal;
}


#widget_news a {
	color: #CC252D;
	font: 12px Verdana, Geneva, sans-serif;
	margin: 0 0 0 15px;
	padding: 0;
}

#widget_news a:active {
	color: #CC252D;	
}

#widget_news a:visited {
	color: #666666;	
}

#widget_news a:hover {
	color: #000000;	
}

#widget_search {
	width: 100%;
	padding: 10px 0 0 0;
	background-image:url(images/widget_bg.jpg);
	background-repeat: no-repeat;
	margin: 15px 0 0 0;
}


#widget_search h1  {
	color: #777777;
	padding: 8px 0 5px 0;
	margin: 0 0 0 15px;
	font: 16px Verdana, Geneva, sans-serif;
	font-weight: normal;
}

#widget_search form {
	margin-left: 15px;	
}


#widget_subscribe {
	width: 100%;
	padding: 10px 0 0 0;
	background-image:url(images/widget_bg.jpg);
	background-repeat: no-repeat;
	margin: 15px 0 0 0;
	text-align: left;
}

#widget_subscribe h1  {
	color: #777777;
	padding: 8px 0 5px 0;
	margin: 0 0 0 15px;
	font: 16px Verdana, Geneva, sans-serif;
	font-weight: normal;
}

#widget_subscribe p {
	text-align: left;
	margin-left: 15px;
}

#widget_subscribe form {
	margin-left: 0px;
	text-align: left;	
}








/* -------------------
Footer
------------------- */

#footer {
    clear: left;
    width: 980px;
    height: 70px;
    background: url(images/footer_bg.png) no-repeat bottom;
    margin:0 auto;
    padding: 0px;
	}

#footer_nav {
	position: relative;
	top: 15px;
}

#footer_nav ul {
	list-style:none;
	font-family: Verdana, Geneva, sans-serif;
	text-align:left; 
}


#footer_nav li {
	display: block;
	border-left: 1px solid #777777;
	float:left;
	padding: 0px 10px; 
	height: 25px;
}

#footer_nav li:first-child {
  border-left: 0px solid #843033;; 
}


#footer_nav li a {
	text-decoration: underline;
	text-transform: none;
	color:#555555;
	font-weight: normal;
	font-size:11px;
  outline: none;
}

#footer_nav li a:link {
	text-decoration:underline;
}

#footer_nav li a:visited {
	text-decoration:underline;
  color: #777777;
}

#footer_nav li a:hover {
	color:#000000;
}

#footer_nav li a:active {
	text-decoration:underline;
}
	
#footertext {
	clear: both;
	width: 100%;
	position: relative;
	top: 15px;
	background: #a6a29f;
}
		
#footer #footertext {
	color: #fff;
	font: 12px Verdana,San-serif; 
	padding: 0px 0 0 0;
	}
	
#footer #footertext a {
	color: #fff;
	text-decoration:underline;
	}

#footer #footertext a:hover {
	color: #ddd;
	text-decoration:underline;
	}
	
#footer #searchform {
	padding: 32px 0 0 31px;
	}
	
#footer #searchform .searchfield {
	height: 18px;
	}
	
#footer #searchform .searchbutton {
   height:23px;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	letter-spacing: 1px;

	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	}
ol.commentlist .author_comment {
	background:#F5F5F5;
	border-bottom: 1px solid #0066CC;
	border-top: 1px solid #0066CC;
}

#commentform {
	margin: 2em 0;
	margin-left:2em;
	width: 565px;
}

#commentform textarea {
	border: 1px solid #ff0000;
	width: 475px;
}

#commentform #email, #commentform #author, #commentform #url {
	font-size: 12px;
	border: 1px solid #ff0000;
	width: 180px;
	height: 15px;
}

#commentform input{
	margin-bottom: 3px;
}

#commentform #submit {
	margin:0 auto;
	float:left;
  background:#000000;
  color: #ffffff;
	font: 12px Verdana,San-serif;
	border:1px solid #000000;
	padding:2px 8px 2px 8px;
  margin-bottom: 10px;
  height: 20px;
	}

.post{margin:0 0 25px 0;}

.post .info{
	padding:2px 3px 3px 8px;
	border:1px solid #000000;
	background-color:#ffffff;
	font-size:11px;
	color:#000000;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.navigation {
  margin-bottom:30px;
}
.clear {
  clear:both;
}
/* -------------------
Tables
------------------- */


table.StandardTable 
{
	text-align: left;
	margin-left: 0px;
	border-bottom: 2px solid #777777;
	font: 10px Verdana, Geneva, sans-serif;
}

.StandardTable th {
	padding: 5px 5px 5px 5px;
	color: #FFFFFF;
	font-weight: bold;
	background: url(images/table-head-bg.jpg) repeat-x ;
	text-align: left;
	vertical-align: bottom;
	font-size: 15px;
}


.StandardTable td {
	padding: 5px 5px 5px 5px;
	border-top: 1px solid #999999;
	color: #555555;
	font-weight: normal;
	background-color: #FFFFFF;
	vertical-align: top;
}

.TableSubHeading td {
	padding: 10px 5px 2px 5px;
	color: #888888;
	font-weight: bold;
	background-color: #EEEEEE;
	background: url(images/table-subhead-bg.jpg) repeat-x ;
  font-family: Verdana, Arial;
	text-align: left;
	vertical-align: bottom;
	font-size: 12px;
}





/* -------------------
Extras
------------------- */

.roundMe {
  border: 1px #b21d24 solid;
  margin: 5px;
  padding: 10px 0;
  -moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #921a20 ;
}

.imgLink {
  border:0px;
}

small {
  font-family: Verdana, Arial;
  font-size:10px;  
}
#searchBar {
  float:right;
  height:100px;
  padding:15px;
  background:#CC252D;
}
.MailPressFormEmail, .search-text, .MailPressFormName {
  width:180px;
}
div.mailpress {
  border:1px solid #B21D24;
  margin-top:40px;
  padding-bottom:10px;
}
.ngg-galleryoverview, .ngg-albumoverview {
  clear:none !important;
  }
  input, select, textarea {
  border:1px solid #b4b4b4;
}
table.form td {
  vertical-align:top;
  text-align:left;
}
table.form tbody{
  font: 12px Verdana, Geneva, sans-serif #333333;
}

div.piclenselink {
  display:none;
}

a.slideshowlink, a:hover.slideshowlink {
  background-color:#B21D24;
  color:#FFFFFF !important;
  padding:2px;
  text-decoration:none;
}