
/***********************************************/
/* HTML tag styles                             */
/* Property blogs themes                       */
/***********************************************/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#313766;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
}



/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #CA005F;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}
/******* Blockquote *******/
.blockquote {
background-image: url(images/quote.gif);
background-repeat: no-repeat;
background-position: left 5px;
padding-left: 30px;
font-style: italic;
}
.blockquote span {
background-image: url(images/unquote.gif);
background-repeat: no-repeat;
background-position: right bottom;
display: block;
padding-right: 30px;
}


/******* Blockquote *******/
/******* sitemap *******/
.ddsg-wrapper {
	font-size: 10px;
}
.ddsg-pagenav  {
	font-size: 11px;
}
/******* sitemap *******/
.share {
	margin:10px 0 0 0; padding:0;
	list-style:none;
}

.share li {
	padding:0 0 0px;
	display:inline;
	font-size: 10px;
}
	
/******* Table *******/
#hor-minimalist-b
{
	font-size: 10px;
	background: #FFFFFF;
	margin: 5px;
	width: 500px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th
{
	font-size: 10px;
	font-weight: normal;
	padding: 10px 8px;
	border-bottom: 2px solid #CA005F;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	padding: 6px 8px;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #000066;
}

/************** header tag styles **************/

h1{
 font: 12px;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 15px Arial, Helvetica, sans-serif;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial, Helvetica, sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Verdana, Arial, Helvetica, sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Verdana, Arial, Helvetica, sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}




p {
	font-size: 12px;
}
/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: relative;
	width:800px;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#pageNav{
	float: right;
	width:250px;
	padding: 0px;
	background: #edeeee;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font: 12px Verdana, sans-serif;
	height: 100%;

}

#content{
	padding: 5px 5px 1px 0px;
	margin:5px 255px 1px 0px;
	border-right: 1px solid #ccd2d2;
}

#posted
{
	text-align: left;
	font-size: 10px;
	font-weight: bold;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #000000;
	background-color: #FFFFFF;
}

.navigation a:link, .navigation a:hover, .navigation a:visited{
	color:#333333;
	background-color:#FFFFFF;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/***********************************************/
/* Navigation                            */
/***********************************************/
.navcontainer { margin-left: 0px; }

.navcontainer h2{
	padding: 5px 0px 5px 10px;
	color: #111b53;
	background-color: #c2c6c8;
	font-style: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.navcontainer h3{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	background-color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}


.navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.navcontainer li {
	margin: 0 0 1px 0;
	font-weight: bold;	
}

.navcontainer a
{
	display: block;
	padding: 5px 10px;
	width: 200px;
	text-decoration: none;
	color: #111b53;
	font-weight: normal;
}

.navcontainer a:hover
{
	text-decoration: none;
	font-style: italic;	
}

.navcontainer ul ul li { margin: 0 0 1px 0; }

.navcontainer ul ul a
{
	display: block;
	padding: 5px 5px 5px 30px;
	width: 200;
	color: #FFFFFF;
font-weight: normal;
}

.navcontainer ul ul a:hover
{
color: #fff;
text-decoration: none;
}

ul.children a {
	font-weight: normal;
}
/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	height: 86px;
}

/************** utility styles *****************/

#winklogo{
	float: left;
}


#winkrightlogo{
	background-image: url(images/HD_background.gif);
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
}
#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 5px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 20px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}



/************** COMMENTS styles *****************/
.comment{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	width: 95%;
}

.comment h3.respond
{
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	padding: 2px 0px;
}
/************** feature styles *****************/
img.dogear{
    position: relative;
    top: -11px;
    right: -11px;
    float: right;}
	
.feature{
	padding: 10px;
	border: 1px solid #FFFFFF;
	margin: 5px;
overflow:hidden;
}
html>body .feature {height: auto;}



/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}



/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/********************* end **********************/


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	text-align: center;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	float: right;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
		float: left
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
/* End Images */
.crumbs {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
}

.crumbs .current {
	font-size: 10px;

}

/********************* Posts and Entry **********************/

.post, .post_alt{
	float: left;
	width: 760px;
	padding: 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.post_wrapper{
	width: 760px;
}

.post_alt{
	background: #f9f9f9 url(images/bg_rc_bottom.gif) no-repeat left bottom;
}

.post_alt .post_wrapper{
	background: url(images/bg_rc_top.gif) no-repeat;
}

.postmeta{
	float: right;
	width: 240px;
	margin: 34px 0 0;
	background: url(images/bg_gradient.jpg) no-repeat;

}

.post_alt .postmeta{
	background: url(images/bg_gradient_alt.gif) no-repeat;
}

.postmeta ul{
	margin: 0;
	padding: 0 20px 20px;
	list-style: none;
	list-style-type: none;
	line-height: 24px;
}

.postmeta ul li{
	padding: 8px 0;
	background: url(images/dotted_h.gif) repeat-x left bottom;
}

.post h2, .post_alt h2{
	float: left;
	width: 480px;
	padding: 0 0 10px 0;
	margin: 11px 20px 0;
	background: url(images/dotted_h.gif) repeat-x left bottom;
	display: inline;
	line-height: 30px;
}

.post h2 a, .post_alt h2 a{
	text-decoration: none;
}

.post h2 a:hover, .post_alt h2 a:hover{
	text-decoration: underline;
}

.entry{
	float: left;
	width: 480px;
	margin: 0 20px;
	display: inline;
	line-height: 24px;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	padding: 10px 0 5px;
}

.entry h1{ font-size: 24px; line-height: 30px; }
.entry h2{ float: none; width: auto; margin: 0; padding: 0; text-transform: none; background-image: none; }
.entry h3{ font-size: 16px; font-weight: bold; }
.entry h4{ font-size: 14px; font-weight: bold;}
.entry h5{ font-size: 12px; }
.entry h6{ font-size: 11px; }


.clear{
	margin: 0;
	padding: 0;
	clear: both;
	
}
/********************* Subscribe buttons **********************/
a.button{
background:url(images/button-bg.gif) no-repeat 15px 5px;;
display:block;
color:#555555;
font-weight:bold;
height:28px;
line-height:27px;
margin-bottom:1px;
text-decoration:none;
width:205px;
}

/* -------------------- */
/* CLASSES */
/* -------------------- */
.email-sub{
background:url(images/email-24.png) no-repeat 20px 2px;
text-indent:60px;
display:block;
}
.rss-sub{
background:url(images/mainrss-24.png) no-repeat 20px 5px;
text-indent:60px;
display:block;
}

/********************* Subscribe buttons **********************/
