@import url("css/_reset.css");
@import url("css/_960.css");
@import url("css/_typo.css");
@import url("css/custom.css");

/* theme background images */
html { background: url('css/img/repeat.bg.jpg') repeat-x top; }
body { background: url('css/img/center.bg.jpg') no-repeat center top; }

/* links coloring */
a { color: #38b; }
a:hover { color: #94b; }

#twitter h3 {
	font-family: Trebuchet MS, Arial, Sans-Serif;
	font-size: 13px !important;
}

.banners {
	margin: 0;
	padding: 0;
}
	
	.banners img {
		display: block;
	}
	
	a.banner {
		float:left;
		margin:3px;
	}
	
.advertise_plan {
	font-size: 0.9em;
	line-height: 1.2em;
	margin-bottom: 4em;
}

	.advertise_plan small {
		font-size: 0.9em;
	}

	.price {
		font: 5em Times, "Times New Roman", serif;
		color: #000;
	}
	
	.price small {
		font-size: 0.7em;
	}
	
big {
	font: 3em Times, "Times New Roman", serif;
	color: #000;
}

small {
	font-size: 0.9em;
}

.error_container {
	margin-bottom: 1.5em;
}

.error {
	margin: 0.1em 0;
	color: #ff0000;
	font-weight: bold;	
}

.success {
	margin: 0.1em 0;
	color: #009f33;
	background: #e0efe5;
	font-weight: bold;
	padding: 0.5em 1em;
	display: block;
}

.info {
	margin: 1.5em 0 0 0;
	color: #efe5e0;
	background: #df4e00;
	padding: 1em;
	display: block;
	font-size: 0.9em;
	line-height: 1.4em;
}

	.info a, .info strong {
		color: #fff;
		font-size: 1.1em;
	}

#folio .list_gallery h4 {
	font-size: 1.2em;
	margin: 0 17px 5px;
}

ul.actions {
	float: left;
	width: 100%;	
}

	ul.actions,
	ul.actions li {
		list-style: none;
		margin: 0;
		padding: 0;
		line-height: normal;
		font-size: 0.95em;
	}

	ul.actions li {
		float: left;
		padding: 5px 0;
		margin: 0 5px 0 15px;
	}
	
	ul.actions li a {
		padding-left: 20px;
		display: block;
	}
	
		ul.actions li.framework a {
			background: url(img/framework.png) no-repeat left center;
		}
		
		ul.actions li.visit a {
			background: url(img/visit.png) no-repeat left center;
		}
		
		ul.actions li.more a {
			background: url(img/more.png) no-repeat left center;
		}
		
.pagination {
    text-align: center;
}

	.pagination a {
		padding: 3px 9px 3px 9px;
		border: 1px solid #aaaadd;
		text-decoration: none;
	    color: #000000;
	    background: #f0f0f0;
	}
	
	.pagination a:hover,
	.pagination a:active {
	    border: 1px solid #666;
		background-color: #999;
		text-decoration: none;
		color: #ffffff;
	}
	
	.pagination strong,
	.pagination strong {
	    border: 1px solid #69536f;
		background: #ac83b6;
		color: #ffffff;
		padding: 3px 9px 3px 9px;
		margin-left: 5px;
		font-weight: normal;
		line-height: 2em;
	}
	

.item_detail h2 {
	margin-bottom: 0;
}

	.item_detail .infos {
		margin: 0 0 2em;
		color: #999;
	}
	
	.item_detail .infos em {
		margin: 0 0 2em;
		color: #666;
	}
	
	.item_detail .item_description {
		margin-top: 3em;	
	}


