/*
Theme Name: Property print
Description: The WordPress theme adapted and modified  by <a href="http://www.aweblogr.com/">AweblogR</a>.
Version: 1.2
Author:  Alan
Author URI: http://www.aweblogr.com



/* Global
------------------------------------------------------------------*/



body {
	margin:0;
	padding:0;
font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
}
img, img a{
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	margin:4px 0px 4px 5px;
	padding:4px;

}

#navigation, #header, #navigationlinks, #mainheaderimage, #introduction{
display:none;
}
.posttitle{
background-image: url('images/slogo.jpg');
background-repeat:no-repeat;background-position:top right;
height:160px;
}
.postcontent{
	float:left;
	font-size:14px;
	line-height:1.8em;
	width:710px;
	padding:10px;
	
}

.postcontent img{
	margin: 10px ;
	
}


div.postcontent p{
	margin:5px 0px 5px 0px;
}

/* comments
------------*/

#commentwrap, #commentreplies{
display:none;
}


.commentcomment{
	display:none;
}


#commentwrap {
display:none;
	
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.alignleft{
	width:320px;
	float:left;
}

.alignright{
	width:320px;
	float:right;
	text-align:right;
}


/* Sidebar
------------------------------------------------------------------*/

#sidebar{
	display:none;
}


.ngg-albumoverview {
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-album {
    height: 100%;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #fff;
}

/* IE6 will ignore this , again I hate IE6 */
/* See also http://www.sitepoint.com/article/browser-specific-css-hacks */
html>body .ngg-album {
    overflow:hidden;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #cccccc;
} 

.ngg-album {
	overflow: hidden;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
}

.ngg-albumtitle {
	text-align: left;
 	font-weight: bold;
	margin:0px;
	padding:0px;
	font-size: 1.4em;
	margin-bottom: 10px;
}

.ngg-thumbnail {
	float: left;
	margin-right: 12px;
}

.ngg-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.ngg-description {
	text-align: left;
}

/* ----------- Album Styles Compact -------------*/

.ngg-album-compact {
	float:left;
	height:180px;
	padding-right:6px !important;
	margin:0px !important; 
	text-align:left;
	width:120px;	
}

.ngg-album-compactbox {
	background:transparent url(albumset.gif) no-repeat scroll 0%;
	height:86px;
	margin:0pt 0pt 6px !important;
	padding:12px 0pt 0pt 7px !important;
	width:120px;
}


.ngg-album-compactbox .Thumb {
	border:1px solid #000000;
	margin:0px !important;
	padding:0px !important;
	width:91px; 
	height:68px;
}

.ngg-album-compact h4 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
	width:110px;
}

.ngg-album-compact p {
	font-size:11px;
	margin-top:2px;
}

/* ----------- Gallery style -------------*/

.ngg-galleryoverview {
	overflow: hidden;
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-galleryoverview .desc {
/* required for description */
   margin:0px 10px 10px 0px;
   padding:5px;
}

.ngg-gallery-thumbnail-box {
	float: left;
}

.ngg-gallery-thumbnail {
	float: left;
	margin-right: 5px;
}

.ngg-gallery-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	display:block;  
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.ngg-gallery-thumbnail span {
	/* Images description */
	font-size:90%;
	padding-left:5px;
	display:block;
}

.ngg-clear {
	clear: both;
}


/* ----------- Single picture -------------*/
.ngg-singlepic {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	display:block;  
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.ngg-left {
	float: left;
	padding-right:10px;
}

.ngg-right {
	float: right;
	padding-left:10px;
}

.ngg-center {
  	margin-left: auto !important;
    margin-right: auto !important;
}



#contentleft, .post, .posttitle, .postcontent{
	width:900px;

}
.postleft{
	width:650px;
}
