/* @override http://cakesbywildflour.com/styles/pages.css */

/*---------------------*/

/* PAGES - GLOBAL      */

/* SPANS, P ETC */

/*---------------------*/

#subpage {
	float: left;
}

#subpage-extra {
	float: left;
	margin-top: 20px;
}

#mini-wrapper {
	margin: 20px;
}

#subpage p {
	letter-spacing: 1px;
	font-size: 11px;
	margin: 10px 0;
	line-height: 17px;
}

#subpage p.full, #subpage-extra p.full {
	letter-spacing: 1px;
	font-size: 11px;
	margin: 10px 20px;
}

#subpage ul.full, #subpage-extra ul.full {
	margin: 10px 20px;
}

ul {
	list-style-type: none;
}

ul li {
	margin: 5px 0;
	padding: 10px;
	background: #b83f57;
	color: #fff;
}

ul li a {
	color: #FF6;
	font-weight: normal;
}

#hp-list {
	width: 65%;
	color: #fff;
}

#hp-list a {
	color: #FF6;
	text-decoration: underline;
}

ul.b-list {
	list-style: disc;
	margin-top: 15px;
}

ul.b-list li {
	background: none;
	padding: 0;
	margin-left: 20px;
}

#about ul li {
	margin: 10px 0;
}

#subpage a {
	border-bottom: 1px dotted #b83f57;
}

#subpage-extra a {
	border-bottom: 1px dotted #b83f57;
}

#subpage a:hover {
	border-bottom: 1px solid #b83f57;
}

#subpage-extra a:hover {
	border-bottom: 1px solid #b83f57;
}

/*---------------------*/

/* PAGES - ABOUT       */

/*---------------------*/

.left {
	float: left;
	width: 335px;
}

.right {
	float: right;
	width: 335px;
}

/*---------------------*/

/* PAGES - SHOWCASE    */

/*---------------------*/

#showcase a {
	border: 0;
}

#showcase a:hover {
	border: 0;
	padding: 0;
	margin: 0;
}

#showcase a img {
	margin: 5px 20px;
	padding: 10px;
	border: 1px solid #b83f57;
}

/*---------------------*/

/* PAGES - TESTIMON    */

/*---------------------*/

#testimonials #mini-wrapper p {
	float: left;
}

#testimonials #mini-wrapper p.pname {
	float: right;
	text-align: right;
	margin-bottom: 20px;
}

span.name {
	text-align: right;
	display: inline-block;
	padding: 5px 10px;
	background: #b83f57;
	color: #fff;
}

/*---------------------*/

/* PAGES - LINKS       */

/*---------------------*/

#links #mini-wrapper a {
	display: block;
	text-align: right;
	background: #b83f57;
	padding: 5px 10px;
	color: #fff;
	font-weight: normal;
	margin: 20px 3px 15px 0;
	border: 0;
}

#links #mini-wrapper a:hover {
	background-color: #b83f57;
	color: #fff;
	border: 0;
}

#links #mini-wrapper {
	float: left;
	width: 95%;
	margin-bottom: 30px;
	margin-top: -10px;
}

#links span.name {
	clear: both;
	text-align: left;
}

#links #mini-wrapper p {
	/*height: 50px;*/
}

/*---------------------*/

/* PAGES - CONTACT     */

/*---------------------*/

#contact-input {
	width: 295px;
	padding: 4px;
	border: 0;
	background-color: #b93f58;
	margin: 6px 0;
	color: #fff;
	text-align: left;
}

#contact-submit {
	width: 75px;
	padding: 4px;
	border: 0;
	background-color: #b93f58;
	margin: 6px 0;
	color: #fff;
}

textarea {
	width: 295px;
	border: 0;
	background-color: #b93f58;
	margin: 6px 0;
	color: #fff;
	text-align: left;
	padding: 4px;
}