/*
Theme Name: Privateproperty.co.za adapted from Alpha WordPress Theme
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Arial;
	color: #333333;
}
a {
	text-decoration: none;
	color: #0055a6;
}
img {
	border: 0;
}
.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.hidden {
	display: none;
}
.noimage img {
	display: none;
}

#wrapper {
	margin: auto auto;
	text-align: left;	
	
	background-color: #ffffff;
}

/** BEGIN header **/
#header {
	margin: auto auto;
	width: 941px;
}

  #headerImg {
  	background: url(images/main-header.png) no-repeat;
  	height: 125px;
  }
  
  #headerImg #social-links {
    float: left;
  }
  
  #header .subheader {
    height: 150px;
  }
  
  #navigation {
    background: #008dcc;
  }
  
  #navigation #topmenu {   
    width: 925px;
    margin: auto auto;    
  }
  
  #navigation #topmenu li {
    list-style: none;
    line-height: 25px;
    display: inline;
    border-left: 1px solid #fff;
    font-size: 11px;
  }

  #navigation #topmenu li .srch-box {
    width: 235px;
    color: #666;
    border: 1px solid #005bab;
    font-size: 10px;
    height: 100%;
    padding: 1px;    
  }  
  #navigation #topmenu li .srch-button {
    background-color: #8cc63f;
    color: #fff;
    border: 1px solid #fff;
    font-size: 10px;
    line-height: 16px;
    padding: 1px;    
  }
  
  #navigation #topmenu li a {
    color: #fff;
    padding-right: 65px;
    padding-left: 5px;
  }
  
  #navigation #topmenu li a:hover {
    
  }
/** END header **/

/** BEGIN home **/
#home {

}

#home-bg {

}

#blue-tab {
  background: #008dcc;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  width: 100px;
  text-align: center;
  padding: 2px;
}
	#home #featured {
		
		
	}
		#home #featured h2 {
      margin-bottom: 10px;
		}
		#home #featured {
			padding: 10px;
			border: 1px solid #008dcc;
			background-color: #ffffff;
			font-size: 0.9em;
		}

		#home #featured .featured-text 
		{
			font-size: 12px;
			width:550px;
		}

		#home #featured img {
			background-color: #ffffff;
			padding: 4px;
			border: 1px solid #DDDDDD;
			margin: 0 10px 5px 0;
			float: left;
		}
		#home #featured h2 a {
			font-family: Verdana;
      color: #f7931e;
			font-size: 16px;
			font-weight: bold;			
		}

    #home #featured .date a {
    	text-decoration: none;
    	color: #de1b29;
    }
		
		#home #featured .date {
			color: #008dcc;
			font-size: 11px;
      border-bottom: 1px dotted #0055a6;
      
      padding: 0 0 3px; 		
		}
		#home #featured p {
			margin-bottom: 5px;
		}
		#home #featured .details {
			background: #e0ecf7;
			height: 30px;
			font-size: 11px;
			margin: 10px 0 0 0;
		}
			#home #featured .details .readmore {
				float: right;
				margin: 8px 15px 0;
				font-weight: normal;
				color: #d63c39;
				font-size: 11px;
			}
			#home #featured .details .r {
				float: left;
				padding: 8px 8px 0;
			}
				#home #featured .details .r a {
					font-weight: normal;
					line-height:
					/* margin-right: 10px;*/
				}
				#home #featured .details .r .comments a {
					padding-left: 20px;
					background: url(images/comments.gif) no-repeat;
				}
	#home #popular {
		float: right;
		margin: 5px 5px 0 0;
	}

/** END home **/

/** BEGIN content **/
#content-wrapper {
	width: 946px;
	margin: auto auto;
}

#content {
	clear: both;
	margin-left: 8px;
	width: 63%;
	float: left;
	padding: 10px 0;
}
	#content .post {
		font-size: 12px;
		margin-left: 0px;
	}
	  #content h2 {
	   color: #000000;
	   font-size: 20pt;
	   font-family: Verdana;
	  }
		#content .post h2 {
			font-family: Verdana;
      font-size: 18px;
			font-weight: normal;			
		}
			#content .post h2 a {
  			font-family: Verdana;
        color: #f7931e;
  			font-size: 16px;
  			font-weight: bold;	
			}
		#content .post .date {
			color: #008dcc;
			font-size: 11px;
      border-bottom: 1px dotted #0055a6;
      margin: 10px 0 10px 0;
      padding: 0 0 3px; 
		}
		#content .post .date a {
    	text-decoration: none;
    	color: #de1b29;
		}
		
		#content .post img {
			border: 4px solid #CCBEC3;
			float: left;
			margin: 0 10px 5px 0;
			height: 67px;
      width: auto;
		}
		#content .post p {
			line-height: 1.3em;
			margin-bottom: 10px;
		}

		#content .post .details  {
			background-color: #e0ecf7;
      clear: both;
			padding: 5px;			
			height: 15px;
			font-size: 11px;
			
		}	
			#content .post .details .comments a {
				color: #0055a6;
        padding-left: 20px;
        background: url(images/comments.gif) no-repeat 0 0;
			}
			#content .post .details .readmore {
				float: right;				
				font-weight: normal;
				color: #d63c39;
				font-size: 11px;
			}
/** END content **/

/** BEGIN sidebar **/
#headerbar {
	margin-right: 4px;
	width: 299px;
	padding-top: 10px;
}
#sidebar {
	margin-right: 4px;
	width: 299px;
	float: right;
	padding-top: 10px;
}

	#sidebar .box {
		width: 297px;
		border-width: 1px 1px 1px;
		border-style: solid;
		border-color: red;
		padding: 0px;
		margin-bottom: 15px;
	}
		#sidebar .box ul {
			list-style-type: none;
		}
			#sidebar .box ul li {			
				
			}
			#sidebar .box ul li a {
				color: #0055a6;
			}
			#sidebar .box ul li a:hover {
				color: #6699CC;
			}
		#sidebar .box img {
			margin: 5px;
			border: 1px dashed #BDBDBD;
		}
		#sidebar .video {
			padding: 10px 0 10px 5px;
			width: 292px;
		}
			#sidebar .video img {
				border: 0;
			}
	#sidebar #recentcomments li{
    list-style: none;
    border-bottom: 1px dotted #8cc63f;
    font-size: 11px;
    padding: 5px;
  }

  #sidebar #mixed {
		width: 299px;
    height: 100px;
		background: url(images/mixed.gif) no-repeat 0 0;
		border-bottom: 1px solid #e1e1e1;
		
	}
		#sidebar #mixed a {
			color: #6699CC;
			font-weight: bold;
		}
		#sidebar #mixed .rss {
			padding: 17px 0 0 84px;
			display: block;
		}
		#sidebar #mixed .email {
			padding: 16px 0 0 42px;
			display: block;
		}
		#sidebar #mixed input {
			margin: 8px 10px 0 20px;
			border: 1px solid #ffffff;
			float: left;
			width: 222px;
		}
		#sidebar #mixed button {
			float: left;
			text-indent: -9999px;
			width: 30px; height: 24px;
			border: 0;
			margin-top: 5px;
			background-color: transparent;
		}
	#sidebar #lists li{
		list-style-type: none;
	}
		#sidebar #lists li {
			float: left;
			font-weight: bold;
			font-size: 12px;
			background-color: #8cc63f;
		}
		#sidebar #lists li a {
			color: #333333;
			display: block;
		}
		#sidebar #lists li a:hover {
			color: #FF9F00;
			background-color: #0055a6;
			border-bottom: 1px solid #333333;
		}
	#sidebar h2 {
		font-size: 12px;
		/*background: #8cc63f;*/
		color: #f7931e;
		font-weight: bold;
		width: 120px;
		padding: 3px;
		margin: 10px 0 0 0;
	}
	#sidebar .textwidget {
    border-top: 1px solid #f7931e;
    font-size: 11px;
    padding: 10px 0 0 0;
	}
	#sidebar .textwidget p {
    padding: 5px;
	}


  #sidebar #subitems {
    color: orange;
    background: none;
    border-bottom: 1px solid orange;
    text-align: left;
    width: auto;
    font-size: 11px;
    margin: 0 0 5px 0;
  }	

	#sidebar .divided {
		
	}
		#sidebar .divided ul {
			list-style-type: none;
			border-width: 0 1px 1px;
			border-style: solid;
			border-color: #e1e1e1;
			margin-bottom: 15px;
		}
			#sidebar .divided ul li {
				border-top: 1px dotted #cccccc;
				padding: 6px 8px;
			}
			#sidebar .divided ul li a {
				color: #333333;
			}
			#sidebar .divided ul li a:hover {
				color: #6699cc;
			}
		#sidebar .divided h2 {
			font-size: 1em;
		}

  #sidebar #crp_related {
    margin: 0 0 20px 0;
    padding: 5px;
    border-top: 1px solid #f7931e;
  }
  
  #sidebar #crp_related ul {
    list-style: none;
  }
  #sidebar #crp_related ul li {
    list-style: none;
    margin: 0 0 0 0;
    border-bottom: 1px dotted #f7931e;;
    font-size: 11px;
    padding: 3px;
  }
/** END sidebar **/

/** BEGIN footer **/

#advert {
	clear: both;
	padding: 40px 0 0;
  text-align: center;
  margin: 0 0 20px 0;
}

#footer {
	clear: both;
	border-top: 5px solid #0055a6;
	background: #e6e7e8;
	padding: 20px;
	font-size: 0.8em;
	color: #000;
	height: 120px;	
	
}
#footer-wrapper {
  margin: auto auto;  
}
#footer-links-wrapper td {
  color: #d1d1d1;
}
	#footer div {
		width: 946px;
		margin: auto auto;
		text-align: left;
	}
	#footer .l {
		float: left;
	}
	#footer .r {
		float: right;
	}
	#footer a {
		color: #0055a6;
	}
	#footer a:hover {
		color: #000;
	}
a.nav {
  font-size: 11px;
  line-height: 18px;
  color: #d1d1d1;
}
/** END footer **/

/** BEGIN misc **/
#list3 a {
	color: #333333;
}
#list3 a:hover {
	color: #FF9F00;
}
#content .single {
	padding: 10px;
	font-size: 12px;
}
#content .single img {
  max-width: 570px;
  width: expression(this.width > 460 ? 460: true);
}
#content .single h2 {
	padding-bottom: 15px;
	font-family: Verdana;
}
#content .single h2 a {
	font-family: Verdana;
  color: #f7931e;
	font-size: 16px;
	font-weight: bold;	
}
#content .single p {
	margin-bottom: 10px;
	line-height: 20px;
}
#content .single h3 {
	margin-bottom: 5px;
	font-size: 1.3em;
}
#content .single ul {
	padding-left: 15px;
	margin-bottom: 10px;
}
#content .single ul li {
	padding: 2px 0;
}
#content .single ol {
	padding-left: 20px;
	margin-bottom: 10px;
}
#content .single ol li {
	padding: 2px 0;
}
#content .single blockquote {
	font-style: italic;
	padding: 10px;
	background-color: #EEEEEE;
	border-width: 1px 0;
	border-style: solid;
	border-color: #E3E3E3;
	margin-bottom: 10px;
}

#content .single .date {
	color: #008dcc;
	font-size: 11px;
  border-bottom: 1px dotted #0055a6;
  margin: 0 0 0 0;
  padding: 0 0 5px 0; 
}
#content .single .date a {
	text-decoration: none;
	color: #de1b29;	
}

#content .single #article-tools {
  border-bottom: 1px dotted #0055a6;
  padding: 3px;
  height: 15px;
  margin: 0 0 10px 0;
  color: #0055a6;
}

#content .single .details {
	clear: both;
	border-width: 1px 0;
	border-style: dotted;
	border-color: #B5B5B5;
	text-transform: none !important;
	line-height: 1.6em;
	padding: 5px 0 !important;
}
	#content .single .details a {
		margin: 0 !important;
		font-weight: bold;
	}
	#content .single .details .l {
		float: left;
		margin-bottom: 0 !important;
	}
	#content .single .details .r {
		float: right;
		width: 55%;
		margin-bottom: 0 !important;
	}
#content .single {
	border-bottom: 0 !important;
}
#content .single h2 {
	font-size: 20pt !important;
	font-style: normal !important;
	text-transform: none !important;
	font-size: 1.5em;
}
#comments {
	padding: 0 10px 20px;
	font-size: 0.9em;
}
	#comments h2 {
		margin: 10px 0;
		font-size: 1.5em;
		background: url(images/comments-icon-h2.png) no-repeat;
		padding: 0 0 0 40px;
		color: #008dcc;
		height: 28px;
	}

  	#comments h2.respond {
  		margin: 0;
  		font-size: 1.5em;
  		padding: 0 0 0 0;
  		color: #008dcc;
  		height: 28px;
  		background: none;
  	}

	#comments p {
		margin-bottom: 10px;
		line-height: 1.5em;
	}
	#comments form {
		padding-top: 20px;
	}
	#comments form p {
		margin-bottom: 5px;
	}
	#comments .comment1 {
	 /*
   background: #eeeeee;
	 border: 1px solid #e1e1e1;
	 */
	}

  #comments .comments-box {
    border: 1px solid #008dcc;
    padding: 10px;
    margin: 0 0 10px 0;
  }

	#comments .comment1 .comment-text {
	 font-size: 12px;
	 border-bottom: 1px dotted #008dcc;
	 margin: 0 0 5px 0;
	}
	#comments .commentdetails {
    color: #008dcc;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		color: #de1b29;
	}
	.commentauthor a {
		color: #de1b29;
	}
	.commentdate {
		font-size: 11px;
		margin-bottom: 5px;
	}
	.required {
		color: #ff0000;
	}
.sdetails {
	clear: both;
	font-size: 0.8em;
	padding-top: 20px;
}
	.sdetails p {
		margin-bottom: 5px !important;
		color: #909090;
	}
	.sdetails a {
		color: #909090;
	}
	.sdetails a:hover {
		color: #282828;
	}
#respond {
	padding-top: 20px;
}
#postnav {
	font-size: 15px;
	font-weight: bold;
}
#postnav a {
  padding-right: 50px;
}
/** END misc **/


/** Custom Styles **/

.cat-item {
		list-style-type: none;
		border-bottom: 1px dotted #8cc63f;
		padding: 5px;
		font-size: 11px;
}

.sftagli {
		list-style-type: none;
		/*
    border-left: 1px solid #e1e1e1;
		border-right: 1px solid #e1e1e1;
		border-bottom: 1px dotted #e1e1e1;
		height: auto;
		padding: 5px 5px 5px 10px;
		font-size: 10px;
		*/
}
#author-info {
  display: clear;
  height: 100%;
  padding: 10px;
  font-size: 11px;
  border-top: 1px solid #f7931e;
}

.entry_author_image {
  float: left;  
}

#crp_related {
  margin: 50px 0 25px 0;
}

#comment-textarea {
  font-family: Arial;
  font-size: 11px;
  border: 1px solid #008dcc;
  padding: 5px;
  width: 280px;
  height: 100px;
  background: transparent;
}
#txt-comments {
  border: 1px solid #008dcc;
  font-size: 11px;
  padding: 2px;
}

#submit {
  margin: 5px 0 0 0px;
}
.kblinker {
  text-decoration: underline;
}

#comments-bubble-top {
  background: url(images/comments-bubble-top.png) no-repeat;
  height: 20px;
  width: auto;
}
#comments-bubble-bot {
  background: url(images/comments-bubble-bot.png) no-repeat top left;
  height: 43px;
  width: auto;
}
#comments-box-bubble {
  background: url(images/comments-bubble-bg.png) repeat-y;
  height: auto;
  width: 555px;
  padding: 10px;
}

#list1 li .title {
  color: red;
}

#beta-logo {
  margin: 5px;
  float: right;
}

/*========= SIDEBAR =========*/

/*- Sidebar Tabs - Popular, Comments, Featured, Tag Cloud -*/

.widget_recent_entries li {
  list-style: none;
  margin: 0 0 0 0;
  border-bottom: 1px dotted #8cc63f;
  font-size: 11px;
  padding: 3px;
}
.widget_recent_entries li a {
  display: block;
  line-height: 20px;
}
.akpc_report {
  
}
.akpc_report li {
  list-style: none;
  margin: 0 0 0 0;
  border-bottom: 1px dotted #8cc63f;
  font-size: 11px;
  padding: 3px;
}
.akpc_report li a {
  display: block;
  line-height: 20px;
}
.akpc_report li span {
  display: none;
}

#login-title {
  background: url(images/login-title.png) no-repeat;
  width: 123px;
  height: 24px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
}
#login {
  padding: 5px;
  border: 1px solid #f7931e;
  color: #0055a6;
  font-size: 12px;
}

#login .txt-box {
  background: #f6f6f6;
  width: 200px;
  height: 29px;
  color: #666666;
  font-size: 14px;
  border: 1px solid #e7e7e7;
}

#login #login-submit {
  background: url(images/login-button.png) no-repeat;
  width: 70px;
  height: 29px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  border: 0px;
  float: right;
}