/* 
	Theme Name: Dunia Realestate
	Theme URL: http://www.dunia-realestate.com
	Description: 3-column Widget-ready Realestate Portal theme created for WordPress.
	Author: Mike Castro Demaria
	Author URI: http://www.supersonique.net
	Version: 1.0

	Changelog:
		v1.0 - 12.09.09
		First Release of Dunia Realestate
*/

body {
	background:#ded2ad;
	width: 980px;
	color: #202020;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#wrap {
	border-width: 1px;
	border-color: #dbdbdb;
	border-style: solid;
	background: #FFFFFF ;/* url(images/bg.gif);*/
	width: 980px;
	margin: 0px auto 0px;
	padding: 0px;
	}

/************************************************
*	Hyperlinks									*
************************************************/
a:link{
        color: #3399CC;
	text-decoration: none;
}

a, a:visited {
	color: #3B3B3B;
	text-decoration: none;
	}
	
a:hover {
	color: #3399CC;
	text-decoration: underline;
	}
	
/************************************************
*	Top Navbar      							*
************************************************/

#topnavbar {
	background: #FFFFFF;/* url(images/topnav.gif);*/
	width: 980px;
	height: 50px;
	color:#696969;
    text-transform: capitalize;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#topnavbar a, #topnavbar a:visited {
	font-size: 11px;
	font-weight: normal;
        text-transform: capitalize;
	color: #696969;
	text-decoration: underline;
	}
	
#topnavbar a:hover {
	text-decoration: none;
	}
	
#topnavbar p {
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	}
	
.topnavbarleft {
	width: 200px;
	float: left;
	margin: 0px;
	padding: 28px 0px 0px 30px;
	}
	
.topnavbarright {
	width: 600px;
	float: right;
	margin: 0px;
	padding: 27px 30px 0px 0px;
	text-transform: uppercase;
	text-align: right;
	}
	
.topnavbarright a img {
	border: none;
	margin: 0px 3px 0px 0px;
	padding: 0px;
	}
	
/************************************************
*	Header  									*
************************************************/

#header {
	background: #FFFFFF url(images/header.gif);
	width: 980px;
	height: 100px;
	color: #000000;
	font-size: 11px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}

#header h1 {
	color: #B60000;
	font-size: 24px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 25px 0px 0px 20px;
	text-decoration: none;
	}
	
#header h1 a, #header h1 a:visited {
	color: #B60000;
	font-size: 24px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
#header h1 a:hover {
	color: #B60000;
	text-decoration: none;
	}
	
#header h3 {
	color: #333333;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	}
	
#header p {
	color: #333333;
	padding: 0px 0px 5px 20px;
	margin: 0px;
	line-height: 20px;
	}
	
#header a, #header a:visited {
	color: #000000;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 0px 0px 3px;
	}
	
#header a:hover {
	color: #000000;
	text-decoration: underline;
	}

.headerleft {
	width: 445px;
	float: left;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	}
	
.headerleft a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}

.headerright {
	width: 260px;
	float: right;
	margin: 0px;
	padding: 25px 0px 0px 0px;
	font-weight: bold;
	}
	
.headerright a img {
	border: none;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	}
	
/************************************************
*	Navbar      								*
************************************************/

#navbar {
	background: #FDFDFD; /* url(images/navbar.gif);*/
	width: 980px;
	height: 32px;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	color: #888888;
	font-weight: bold;
	margin: 0px auto 0px;
	padding: 0px;
	border-bottom: 1px solid #8D8D8D;
	}
	
#navbar span{
	font-size: 11px;
}

#navbar a, #navbar a:visited {
	color: #888888;
	font-size: 12px;
	text-decoration: none;
	padding: 8px 17px 8px 12px;
	}
	
#navbar a:hover {
	color: #3399CC;
	text-decoration: underline;
	}
	
#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#nav a, #nav a:visited {
	background: #FDFDFD; /* url(images/navlink.gif) right;*/
	color: #888888;
	display: block;
    font-weight: bold;
   	text-transform: capitalize;
    margin: 0px;
	}
	
#nav a:hover {
	background: #FDFDFD; /* url(images/navhover.gif) right;*/
	color: #3399CC;
    margin: 0px;
	text-decoration: none;
	}

#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	/*border-bottom: 1px solid #8D8D8D;*/
	/*border-right: 1px solid #8D8D8D;*/
	}
	
#nav li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 150px;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #3399cc;
	width: 150px;
	float: none;
   	text-transform: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	border-bottom: 1px solid #929292;
	border-left: 1px solid #929292;
	border-right: 1px solid #929292;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #3399cc;
	padding: 7px 10px 7px 10px;
	}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#nav li:hover ul {
	left: auto;
	display: block;
	}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}
	
/************************************************
*	SubNavbar      								*
************************************************/

#subnavbar {
	/*background: #DDDDDD;*/
	width: 980px;
	height: 24px;
	color: #ded2ad;
	margin: -12px auto 0px;
	/*margin-bottom: 0px;*/
	/*margin-top: 0px;*/
	padding: 0px;
	}
	
#subnav {
	/*margin-top: 0px;*/
	padding: 0px;
	list-style: none;
	}
	
.ssf-dunia-cat, .ssf-dunia-cat * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.ssf-dunia-cat {
	line-height:	1.0;
}
.ssf-dunia-cat ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.ssf-dunia-cat ul li {
	width:			100%;
}
.ssf-dunia-cat li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.ssf-dunia-cat li {
	float:			left;
	position:		relative;
}
.ssf-dunia-cat a {
	display:		block;
	position:		relative;
}
.ssf-dunia-cat li:hover ul,
.ssf-dunia-cat li.wpm-hover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.ssf-dunia-cat li:hover li ul,
ul.ssf-dunia-cat li.wpm-hover li ul {
	top:			-999em;
}
ul.ssf-dunia-cat li li:hover ul,
ul.ssf-dunia-cat li li.wpm-hover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.ssf-dunia-cat li li:hover li ul,
ul.ssf-dunia-cat li li.wpm-hover li ul {
	top:			-999em;
}
ul.ssf-dunia-cat li li li:hover ul,
ul.ssf-dunia-cat li li li.wpm-hover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** arrows **/
.ssf-dunia-cat a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.wpm-hover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.ssf-dunia-cat ul .sf-sub-indicator { background-position:  -10px 0; }
.ssf-dunia-cat ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.ssf-dunia-cat ul a:focus > .sf-sub-indicator,
.ssf-dunia-cat ul a:hover > .sf-sub-indicator,
.ssf-dunia-cat ul a:active > .sf-sub-indicator,
.ssf-dunia-cat ul li:hover > a > .sf-sub-indicator,
.ssf-dunia-cat ul li.wpm-hover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/*** end superfish.css ***/

.ssf-dunia-cat-wrap {
	margin: 		0 0 0 0;
	padding:		0;
	font-size: 		12px;
	font-weight: 	bold;
	height:			30px;
	background:		#ded2ad;			/* color 1 */
	position:		relative;
	z-index:		49;
}

/*** DEMO SKIN ***/
.ssf-dunia-cat {
	float:			left;
	width:			100%; 
}
.ssf-dunia-cat a {
	border:			0;
	padding: 		.75em 1em;
	text-decoration: none;
	border-right:	1px solid #e6e6e6;	/* border color */	
}
.ssf-dunia-cat li li a {
	border:			0;
	padding: 		.75em 1em;
	text-decoration: none;
	border-top:		1px solid #e6e6e6;	/* border color */	
	border-left:	1px solid #e6e6e6;	/* border color */	
}
.ssf-dunia-cat a, .ssf-dunia-cat a:link, .ssf-dunia-cat a:visited  {
	color: #444545		;			/* text color 1 */
}
.ssf-dunia-cat li li a, .ssf-dunia-cat li li a:link, .ssf-dunia-cat li li a:visited  {
	color: #444545			;			/* text color 2 */
}
.ssf-dunia-cat li {
	height:			30px;
	background:		#ded2ad;			/* color 1 */
}
.ssf-dunia-cat li li {
	height:			auto;
	background:		#ded2ad;			/* color 2 */
}
.ssf-dunia-cat li:hover, .ssf-dunia-cat li.wpm-hover,
.ssf-dunia-cat a:focus, .ssf-dunia-cat a:hover, .ssf-dunia-cat a:active {
	text-decoration: none;
	background:		#ded2ad;			/* color 3 */
	outline:		0;
}

.ssf-dunia-cat li.selected, 
.ssf-dunia-cat li.current-cat, 
.ssf-dunia-cat li.current-cat-parent, 
.ssf-dunia-cat li.current_page_item, 
.ssf-dunia-cat li.current_page_parent,
.ssf-dunia-cat li.current_page_ancestor {
	background:		#ded2ad;			/* color 3 */
}

.ssf-dunia-cat li.right {
	float: right;
}

.ssf-dunia-cat li.right a, 
.ssf-dunia-cat li.right form {
	border-left:	1px solid #e6e6e6;	/* border color */	
	border-right:	0;
}

.ssf-dunia-cat form {
	margin: 0;
	padding: 0;
	background: url('searchbox.png') no-repeat center center;
	height: 30px;
	width: 195px;
	border-right:	1px solid #e6e6e6;	/* border color */	
}

.ssf-dunia-cat form input.wpm-text {
	border: 0;
	background: transparent;
	margin: 6px 0 0 6px;
	width: 154px;
	}

.ssf-dunia-cat form input.wpm-submit {
	border: 0;
	background: transparent;
	cursor: pointer;
	height: 20px;
	width: 26px;
}

.ssf-dunia-cat-after {
	clear: both;
	margin: 0;
	padding: 0;
	background: url('shadow2.png') repeat-x;
	height: 6px;
}


/************************************************
*	Homepage 		    	                    * 
************************************************/
	
#homepage {
	float: left;
	width: 600px;
	margin: 0px;
	padding: 0px;
	}
	
#homepage p {
	margin: 0px;
	padding: 0px;
	}

#homepage p img {
	border: none;
    float: left;
	margin: 0px;
	}
	
#homepage ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
#homepage ul li {
	list-style-type: square;
	margin: 0px;
	padding: 0px;
	}

.hpdate {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	}
	
#homepagetop {
	background: #FFFFFF;
	float: left;
	width: 600px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
.tabber {
	display:none;
	}
	
.hptabber {
	float: left;
	margin: 0px;
	padding: 12px 0px 0px 0px;
	display: inline;
	}
	
.hptabber img {
	border: none;
	margin: 0px;
	}
	
#homepageleft {
	float: left;
	width: 290px;
	margin: 0px;
	padding: 0px;
	}

.featured {
	background: #FFFFFF;
	float: left;
	width: 270px;
	margin: 0px 0px 20px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px dotted #AFAFAF;
	}
	
.featured img {
	border: none;
	margin: 0px;
	}
	
#homepageright {
	float: right;
	width: 290px;
	margin: 0px;
	padding: 0px;
	}

/************************************************
*	Content 					     		    * 
************************************************/

#content {
	width: 920px;
	margin: 0px auto 0px;
	padding: 10px 0px 0px 0px;
	line-height: 18px;
	}
	
#content h1 {
	color: #333333;
	font-size: 22px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	}
	
#content h1 a, #content h1 a:visited  {
	color: #333333;
	font-size: 22px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}

#content h1 a:hover {
	color: #3399cc;
	text-decoration: underline;
	}
	
#content h2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AFAFAF;
	color: #878787;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
	margin: -3px 0px 10px 0px;
	padding: 0px 0px 3px 0px;
	}

#content h3 {
	color: #000000;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 10px 0px;
	}
	
#content h3 a, #content h3 a:visited {
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}

#content h3 a:hover {
	color: #B60000;
	text-decoration: none;
	}
	
#content h4 {
	color: #000000;
	font-size: 18px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	}
	
#content img.wp-smiley {
	float: none;
	border: none;
	margin: 0px;
	padding: 0px;
	}

#content img.wp-wink {
	float: none;
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
#contentleft {
	float: left;
	width: 600px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
#contentleft p {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	}

#contentleft p.exc {
	padding-left:84px;
	}


#contentleft p img {
    /*float: left;*/
	border-color: #afafaf;
                    
	border-width: 2px;
                    
	border-style: solid;
                    
	margin: 0px 10px 10px 0px;
	padding: 2px;
	}
	
#contentleft ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
#contentleft ul li {
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	}
	
blockquote {
	background: #E8E8E8;
	margin: 0px 25px 15px 25px;
	padding: 10px 20px 0px 15px;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #666666;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #666666;
	}
	
#content blockquote p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.postarea {
	background: #FFFFFF;
	float: left;
	width: 600px;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	}
	
.breadcrumb {
	float: left;
	width: 600px;
	font-size: 11px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 3px 0px;
	border-bottom: double #EAEAEA;
	}
	
.date {
	width: 600px;
	float: left;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	}
	
.dateleft {
	width: 540px;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
.dateright {
	width: 40px;
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: right;
	}
	
.time {
	background: #FFFFFF url(images/icon_time.gif) no-repeat top left;
	margin: 0px 0px 0px 3px;
	padding: 0px 0px 0px 20px;
	}
	
.comment {
	background: #FFFFFF url(images/icon_comments.gif) no-repeat top left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 18px;
	}
	
.tags {
	background: #FFFFFF url(images/icon_tags.gif) no-repeat top left;
	margin: 0px;
	padding: 0px 0px 0px 18px;
	}
	
.category {
	background: #FFFFFF url(images/icon_category.gif) no-repeat top left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 18px;
	}
	
.postmeta {
	width: 600px;
	font-size: 12px;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	border-top: double #EAEAEA;
	}
	
.postmeta2 {
	width: 600px;
	font-size: 12px;
	/*padding: 5px 0px 40px 0px;*/
	margin: 0px;
	border-top: double #EAEAEA;
	}
	
.archive {
	float: left;
	width: 275px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
.adsense-post {
	background: #FFFFFF;
	float: left;
	width: 600px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
.comments {
	background: #FFFFFF;
	float: left;
	width: 600px;
	margin: 0px;
	padding: 0px;
	}
	
/************************************************
*	Sidebar 		    	        	        * 
************************************************/

#sidebar {
	float: right;
	width: 300px;
	margin: 0px;
	padding: 0px;
	display: inline;
	}
	
#sidebar p {
	margin: 0px;
	padding: 0px;
	}
	
#sidebar a img {
	border: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#sidebar ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

#sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li li {
	background: #FFFFFF url(images/icon.gif) no-repeat top left;
	padding: 0px 0px 5px 18px;
	margin: 0px;
	}
	
#sidebar ul li ul li {
	background: #FFFFFF url(images/icon.gif) no-repeat top left;
	padding: 0px 0px 5px 18px;
	margin: 0px;
	}
	
.widgetarea {
	background: #FFFFFF;
	float: left;
	width: 300px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	}
	
.video {
	background: #FFFFFF;
	float: left;
	width: 300px;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}
	
.adsense {
	background: #FFFFFF;
	float: left;
	width: 300px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	}
	
.newsletter {
	/*background: #FFFFFF url(images/newsletter.gif) top right no-repeat;*/
	float: left;
	width: 300px;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
	}

/************************************************
*	Left Sidebar                    	        * 
************************************************/

#l_sidebar {
	background: #FFFFFF;
	float: left;
	width: 160px;
	margin: 0px;
	padding: 0px;
	display: inline;
	}
	
#l_sidebar p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
#l_sidebar a img {
	border: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}

#l_sidebar ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
#l_sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#l_sidebar ul li li {
	background: #FFFFFF url(images/icon.gif) no-repeat top left;
	padding: 0px 0px 5px 18px;
	margin: 0px;
	}
	
#l_sidebar ul li ul li {
	background: #FFFFFF url(images/icon.gif) no-repeat top left;
	padding: 0px 0px 2px 10px;
	margin: 0px;
	}
	
/************************************************
*	Right Sidebar                       	    * 
************************************************/

#r_sidebar {
	background: #FFFFFF;
	float: right;
	width: 120px;
	margin: 0px;
	padding: 0px;
	display: inline;
	}
	
#r_sidebar p {
	padding: 0px 0px 15px 0px;
	margin: 0px;
	}
	
#r_sidebar a img {
	border: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#r_sidebar ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}

#r_sidebar ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#r_sidebar ul li li {
	background: #FFFFFF url(images/icon.gif) no-repeat top left;
	padding: 0px 0px 5px 18px;
	margin: 0px;
	}
	
#r_sidebar ul li ul li {
	background: #FFFFFF url(images/icon.gif) no-repeat top left;
	padding: 0px 0px 5px 18px;
	margin: 0px;
	}
	
/************************************************
*	Footer      								*
************************************************/

#footer {
	background: #FFFFFF ;/* url(images/footer.gif);*/
	width: 980px;
	height: 50px;
	margin: 0px auto 0px;
	padding: 0px;
	text-align: center;
	}
	
#footer p {
	color: #929292;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 9px 0px 0px 0px;
	}
	
#footer a, #footer a:visited {
	color: #5FAFD7;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #929292;
	text-decoration: underline;
	}
	
/************************************************
*	Search Form									*
************************************************/

#searchform {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: inline;
	}
	
#s-head {
	background: #EEEEEE;
	width: 220px;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	padding: 4px;
	margin: 5px 0px 20px 0px;
	border-top: 1px solid #999999;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #DDDDDD;
	}
	
#subscribe {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	overflow: hidden;
	}

#s {
	background: #FFFFFF;
	width: 170px;
	color: #000000;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 2px 0px 2px 5px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	display: inline;
	}

#subbox {
	background: #EEEEEE;
	width: 170px;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	padding: 3px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	display: inline;
	}
	
#subbutton {
	background: #3399cc;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px 0px 0px 10px;
	padding: 3px;
	font-weight: bold;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #666666;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #666666;
	}
	
#name, #email, #url {
	background: #FFFFFF;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 4px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	}
	
#submit {
	background: #333333;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	margin: 0px;
	font-weight: bold;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #666666;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #666666;
	}
	
#words {
	background: #FFFFFF;
	width: 460px;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	margin: 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	}

/************************************************
*	Comments									*
************************************************/
	
#commentblock {
	width: 560px;
	background: #E8E8E8;
	float: left;
	padding: 20px 20px 10px 20px;
	margin: 10px 0px 0px 0px;
	border-top: 2px solid #333333;
	border-bottom: 1px solid #333333;
	}
	
#commentblock ol {
	list-style-type: square;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 10px 0px;
	}
	
.commentdate {
	font-size: 12px;
	padding-left: 0px;
	}
	
#commentlist li p {
	margin-bottom: 8px;
	line-height: 20px;
	padding: 0px;
	}

.commentname {
	color: #333333;
	margin: 0px;
	padding: 5px 5px 5px 0px;
	}

.commentinfo{
	clear: both;
	}

.commenttext {
	clear: both;
	margin: 3px 0px 10px 0px;
	padding: 20px 10px 0px 10px;
	width: 520px;
	background: #FFFFFF url(images/comment.gif) no-repeat top left;
	}

.commenttext-admin {
	clear: both;
	margin: 3px 0px 10px 0px;
	padding: 20px 10px 0px 10px;
	width: 520px;
	background: #FFFFFF url(images/comment.gif) no-repeat top left;
	}

.big_sidebar{
	float: left;
	width: 300px;
	border:  1px dotted #AFAFAF;
   	padding: 8px;
}

.big_sidebar a {
	display: block;
    margin-left: auto;
    margin-right: auto
}

	
/************************************************
*	qtrans									*
************************************************/
.qtrans_language_chooser { margin-left: 0px; margin-bottom: -4px; margin-right: 10px; margin-top: 0px; padding: 0px; list-style-type:none; }
.qtrans_language_chooser li { margin-left: 0px; margin-bottom: 0px; margin-right: 10px; margin-top: 0px; padding: 0px; font-size: medium; float:right; }
.qtrans_flag { border:0px solid #b6b6b6; }
ul.qtrans_language_chooser li.active { display:none }


