/*
	Name: Abadoo
	Description: Ambar Style
	Version: 1.0
	Author: Rolled.at
	Author URI: http://www.rolled.at
	Coder: Enrique Ramirez
*/

/* Headers */
.title {border-left: 10px solid #f07940}

/* Links */

/* Blockquotes */
blockquote {background: #FCF5DD; color: #333}

/* Tables */
#body table.module, table {background: #f4f4f4; border: 0; margin: 0 auto; padding: 0; width: 100%;}
th, td {padding: 10px 15px;}
thead th {background: #474747 url('../images/th-grad.png') repeat-x top; color: #fff}
tbody .alt td, tbody .alt th {background: #fff}
tbody th {font-size: 15px;}
tbody th a:link, tbody th a:visited {color: #333; font-weight: bold;}

/***** Layout *****/
/* Header */
#header .contact-info {color: #f07940}
#header .contact-info a:link, #header .contact-info a:visited {color: #f07940}

/* Navigation */
#navigation {
	background: #fcf5dd url('../images/ambar/men-bg.png') repeat-x top;
	border-top: 1px solid #f1edde;
	border-bottom: 1px solid #f1edde
}

#navigation ul li {background: url('../images/ambar/men-sep.png') no-repeat center right}

#navigation a:link, #navigation a:visited {color: #f07940}

#navigation #search-field .text {background: url('../images/ambar/search-bg.png') no-repeat center center; color: #bcbec0}

/* Body */
.home-lists {
	color: #014b93
}

.yell li a,
.home-lists li a,
.yell li,
.home-lists li { padding-left: 0px; color: #032e59; font-size: 12px }

.yell {
	color: #231f20
}

.yell h2, .yell h3, .yell h4 {color: #1B6bb5}

/***** Sections *****/
/* Listing */
.listing .thumb {border: 1px solid #eee}
.listing .meta {color: #aaa}

.listing a:link, .listing a:visited {color: #438FCC}

/* Pagination */
	.pagination {
		height: 1%;
		overflow: hidden;
		padding: .1em 0 0 0;
	}
	
	.pagination {float: left; list-style: none; margin: 0 1em 0 0;}
	.pagination li {float: left; line-height: 21px; margin: 0}
	
	.pagination span {display: block; float: left; height: 21px; padding: 0 0 0 7px;}
	.pagination a:link, .pagination a:visited, .pagination strong {
		color: #333;
		display: block;
		float: left;
		font-weight: normal;
		height: 21px;
		padding: 0 7px 0 0;
	}
	.pagination a:hover, .pagination a:active {
		color: #333;
		text-decoration: none;
	}
	
	.pagination .active a, .pagination .active strong,
	.pagination .prev a, .pagination .prev strong,
	.pagination .next a, .pagination .next strong {
		background: url('../images/button-grad.gif') no-repeat bottom right;
		color: #fff;
	}
	.pagination .active span,
	.pagination .prev span,
	.pagination .next span {
		background: url('../images/button-grad.gif') no-repeat top left;
	}

/*Control Panel */
	/* Menu */
	#cp-menu a:link, #cp-menu a:visited {background: #e0eef7; color: #438FCC}
	#cp-menu a:hover, #cp-menu a:active, #cp-menu .active a:link, #cp-menu .active a:visited {
		background: #438fcc url('../images/ambar/cp-men-grad.png') repeat-x bottom;
		color: #fff
	}
	
	/* CP Forms */
	.cp-form {
		border: 1px solid #e0eef7;
		background: #fff;
	}
	
	.cp-form legend {border-left: 7px solid #438FCC; background: #fff}
	
	.cp-form .button {
		background: #438FCC;
		color: #fff
	}
	
/* List */
.list .img {border: 1px solid #dedede}
.list-address h3 {border-left: 7px solid #438FCC}
