
/*Container Section*/
#container
{
	background:#ffffff;
	width:992px;
	margin:auto;
}

.page-heading
{
	padding: 5px 10px;
	border-bottom:2px solid #333333;
}

#content
{
	background:#FFFFFF;
	width:610px;
	float:left;
	border-right:1px solid #f1f1f1;
}

#content ul
{
	margin-left:25px;
}

#content ol{
	margin-left:25px;
}

#content .bread-crumbs
{
	background: #EBEFC9;
	font-size:12px;
	padding:5px 10px;
	color:#000000;
}

#content .bread-crumbs a
{
	color:#000000;
	font-size:12px;
}

h3.section-title{
	background:#d1d1ff;
	padding:10px;
}

.ad-snippet {
	background: none repeat scroll 0 0 #FFF;
    border-right: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1;
	padding:20px;
}

.ad-snippet-image{
	float:left;
	width:100px;
	height:100px;
	border:1px solid #cecece;
	margin-right:5px;
	overflow:hidden;
}

.ad-snippet-image img {
    width: 100px;
}

.ad-snippet-title 
{
	font-size:14px;
	line-height:1.5;
	padding-bottom:10px;
	font-weight:500;
}

.ad-snippet-content
{
	padding:5px;
	font-size:12px;
}

._ailc .ad-meta span
{
	color:#229922;
}

/*Search*/
.se-results .ad-snippet {
	background: none repeat scroll 0 0 #FFF;
    border-right: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1;
	padding:20px;
}

/*User admin page*/
#content .user-button{
    padding: 3px;
    background: #cecece;
    color: #000000;
    margin: 5px 10px;
    font-size: 10px;
    text-decoration: none;
    border: 1px solid #000000;
}

/*Pagination Navigation*/
.pagination{
	padding: 5px 20px;
	background:#FFFAC6;
}

.pagination .page-link
{
	padding: 5px 10px;
}

.pagination .page-current
{
	padding: 5px 10px;
}

#content .error-heading
{
	background:#996622;
	border:1px solid olive;
    color:#FFFFFF;
	padding: 5px 5px;
	margin-bottom:5px;
	-moz-border-radius:5px;
}

#content .rs{
	padding:20px;
	text-align:justify;
}

.wiki
{
	color:#226699;
}

/*Post ad form*/
#content #postadform
{
	margin-top:10px;
	margin-bottom:10px;
	background:#ffffff;
	font-size:90%;
}

#content #postadform .section
{
	padding:10px 5px;
	margin-bottom:10px;
	margin-top:10px;
}


#content #postadform .content-heading
{
	background:#dedede;
	border:1px solid #cdcdcd;
	padding: 10px 5px;
	margin-bottom:10px;
}

#postadform input{
    width:400px;
    padding:10px;
    border: 1px solid #ababab;
    font-weight: bold;
    margin:10px auto;
}

#postadform input:focus{
    background: #ECFCBF;
    border: 1px solid #c1ea50;
}

#postadform select{
    width:420px;
    padding:10px;
}

#postadform select:focus{
    background: #ECFCBF;
    border: 1px solid #c1ea50;
}


#postadform textarea{
    width:400px;
    padding:10px;
}

#postadform #image-upload-area{
    padding : 20px;
    border: 1px dashed #ababab;
}

/***Post Contact Request Form***/
#pcrequest table tr td{
    padding:3px 5px;
    vertical-align: top;    
}

#pcrequest input{
    padding: 3px;
}

#pcrequest textarea{
    padding: 3px;
}

/*Side bar*/
#right-sidebar
{
	
	width:340px;
	padding: 0 20px;
	float:right;
}

#right-sidebar .widget
{
	text-align:justify;
	padding:5px;
	margin-bottom:10px;
	margin-top:10px;
}

#right-sidebar .widget h3
{
	margin-bottom:10px;
	border-bottom:2px solid #cecece;
}

#right-sidebar .widget .ad-link-title
{
	background:#edf7ff;
	font-size:12px;
	padding:5px;
}

#right-sidebar .widget ul
{
	list-style-type:none;
}

#right-sidebar .widget ul li
{
	padding:5px 0;
	font-size:90%;
}

#right-sidebar .widget .adpost
{
	color:#333333;
	font-size:80%;
	border-bottom:1px solid #efefef;
	padding:5px 0;
}

#right-sidebar .widget .adpost h3
{
	background:#ffffff;
	font-size:14px;
}

#right-sidebar .widget ._ailc
{
	word-break:break-all;
}

#right-sidebar .child-cat {
    background: none repeat scroll 0 0 #F1F1F1;
    border: 1px solid #ABABAB;
    border-radius: 3px;
    margin-bottom: 5px;
    padding: 5px;
}

/*Side bar Pagination*/
#right-sidebar .pagi-nav
{
	padding:10px 5px;
}

#right-sidebar .pagi-nav .pagi-page-link
{
	margin: 0 2px;
	border:1px solid #cecece;
	padding: 0 4px;
}

#right-sidebar .pagi-nav .pagi-page-current
{
	background:#cdcdcd;
	margin: 0 2px;
	border:1px solid #cecece;
	padding: 0 4px;
}
