/*
Theme Name: ANAN v1.5c
Description: Premium Template for Photography
Version: 1.5c
Author: Noel, Eric, Brux, and Ernest, Pulpipatnan
Author URI: http://themeforest.net/user/peerapong
*/

@import "css/screen.css";

.package-row {
	margin: 20px 0;
}

.package-set {
	float: left;
	width: 30%;
}

/* added by noel */
.post_header h2, h1, h2, h3, h4, h5 {
    color: #eaad55 !important;
}

h2 {
    font-size: 24px !important;
}

/* increase blog width */
#page_content_wrapper .inner .sidebar_content {
    width: 860px;
}

/* change blog transparency */
#page_content_wrapper {
	background-image: url(images/000_00.png); /*changed to zero by noel*/
}

.entry-content p {
    margin-bottom: 10px;
}

/* audio player adjustments */

.wpaudio-container {
	position: absolute;
	top: 30px;
	right: 20px;
	z-index: 10; /* otherwise slideshow is on top */
}

.wpaudio-slide {
	display: none !important;
}
.width250 {
	width: 250px;
}


/* Fix line breaks in contact form*/

.width250 {

	width: 250px;

}

/* customize the search form on blog.php by ernie */


#searchform input[type="text"]{
	width: 300px;
        background: #ffffff;
	font-size: 16px;
	color: #ccccccc;
	display: inline;
	margin-bottom: 30px;
	font-weight: normal;
	line-height: 20px;

}

#searchform input[type="submit"]{
	width: 32px;
	height: 32px;
	background: #cccccc;
	font-size: 16px;
	text-align: center;
	display: inline;
        padding: 3px;
}

.search {
	margin:0;
	}

/*extra css for foundation gallery*/
.thefoundation-gallery img { margin: 0 !important; padding: 0 !important; float: left;}