/*
Custom CSS
*/

#page {
	border: 15px solid #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0 4px 12px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 4px 12px 2px rgba(0,0,0,0.4);
	box-shadow: 0 4px 12px 2px rgba(0,0,0,0.4);
}

#branding img {
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

#access {
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

#access {
	background: #7b8890;
}

#page {
	margin: 2em auto;
	max-width: 1000px;
}

.page-template-tenyo-art-gallery-php #page, #primary, #content, #main {
	margin: 0 auto;
	max-width: 1000px;
	background: #000000;
}

p {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 10px;
}

address {
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 0;
}

h1 {
}

h2 {
	font-size: 1.33em;
	text-transform: capitalize;
	color: navy;
}

h3 {
	text-transform: uppercase;
	font-size: 11px;
	line-height: 13px;
}

h4 {
	font-weight: bold;
	font-size: 24px;
	line-height: 40px;
	color: purple;
}

h5 {
	text-transform: uppercase;
	margin-top: 10px;
}

h6 {
	font-size: 14px;
	line-height: 17px;
}

.wp-caption .wp-caption-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
        color: black;
        text-align: center;
	padding: 0px;
}

.wp-caption .wp-caption-text:before {
	display: none;
}

.gallery-caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}


/*
    this was the default paragraph font info
    font-size: 16px;
    line-height: 26px;
*/