body { 
	background-color: #D1C7B3;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #262626;
	line-height: 140%;
	font-family: verdana, arial, sans-serif;		       
}
h1,h2,h3,h4,h5,h6 {
	color: #8C0104;
	font-weight: bold;
	line-height: 140%;
}

h1 {
	font-size: 22px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 14px;
}

a:link, a:active, a:visited {
	text-decoration: none; color: #B84900;
}

a:hover {
	text-decoration: underline;
}

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }


.row {
	width: 100%;
}
.row > div {
	float: left;
}

.col-3 {
	width: 25%;
}
.col-4 {
	width: 33%;
}
.col-6 {
	width: 50%;
}
.col-8 {
	width: 66%;
}
.col-9 {
	width: 75%;
}
.col-sb {
	width: 40%;
}
.col-main {
	width: 60%;
}

img { max-width: 100%; height: auto; }

.group:after {
	content: "";
	display: table;
	clear: both;
}
#wrapper {
	text-align: left;
	width: 100%;
	max-width: 780px;
	margin: 32px auto;
	box-shadow: 0px 0px 24px rgba(0,0,0,0.2);
	background: #FFF url(../pics/main_bg.png) repeat-y;
}

#header {}
#header a, #header img { display: block; }
#phone { display: none; }

#content-bottom {
	border-top: 1px solid #eeeeee;
}

#navtable {
	width: 100%;
}
#navtable td {
	width: 12%;
}

#google-reviews {}
#google-reviews blockquote {
	font-style: italic;
	color: #888888;
	background: #f4f4f4;
	margin: 24px;
	padding: 12px;
	font-size: 10px;
}

.padded {
	padding: 20px;
}

#polaroids {
	position: relative;
	padding: 16px 0px;
}
#polaroids > #polaroidWrapper {
	position: relative;
	left: -16px;
}

#footer {
	clear: both;
	text-align: center; 
	background: #444444;
	padding: 12px;
	color: #666666;
}

input[type="text"],
input[type="email"], select, textarea {
	box-sizing: border-box;
	width: 100%;
	display: block;
	padding: 12px;
	border: 1px solid #dddddd;
	border-radius: 4px;
}

#footer a,
#footer a:link,
#footer a:visited {
	color: #666666;
}

#footer a:hover {
	color: #888888;
}

@media only screen and (max-width: 600px) {
	.row > div {
		float: none;
		clear: both;
		width: 100%;
	}
	#wrapper {
		margin: 0px;
	}
	#phone {
		display: block;
		font-size: 32px;
		text-align: center;
		padding: 16px;
		font-weight: bold;
		display: block;
		background: #8C0104;
	}
	#phone a {
		color: white;
	}
	#polaroids {
		padding: 16px;
	}
	#polaroids > #polaroidWrapper {
		position: relative;
		left: auto;
	}

	#navtable td {
		display: inline-block;
		width: 23%;
	}

}

/* Sidebar Design and Layout */
#side { background-color: #FFF; float: left; width: 220px; margin-left: -240px; padding: 5px; overflow: auto; }
#tree{ font-size: 13px; font-family: Arial, sans-serif; }
#selector{ height: 25px; margin: 5px 0 2px 2px; padding-left: 20px; background: url("../../icon/monitor.png") 0 3px no-repeat; }

/* Main Box Design and Layout */
#main { margin-right: 10px; padding-left: 7px; }
div.innerbox { margin: 0; margin-top: 0; }
#container>div, #container>p, #container>form { margin-bottom: 7px; }
#navigation, #album_navigation { text-align: center; font-size: 100%; margin: 3px auto 10px auto; }
#upload_form { margin: 10px 0 7px 0; }
#upload { width: 250px; font-family: arial, sans-serif; font-size: 100%; height: 21px; }
img.album { border-style: solid; border-color: #FFF; }
img.thumb{ border-style: solid; border-color: #FFF; }
#container p.warning { font-size: 12px; font-weight: bold; color: #FF0000; margin: 2px 15px 10px 15px; }
input.button { width: auto; font-family: tahoma, sans-serif; font-size: 100%; height: 21px; }
input.text { width: 150px; font-family: arial, sans-serif; }
input.file { font-family: arial, sans-serif; }
span.bold { font-weight: bold; }
input.description { padding-left: 2px; border: solid 2px #FFFFD3; background-color: #FFFFD3; font-style: italic; }
td.right { text-align: right; }

/* Image Table Design & Layout */
#grid { padding: 0; text-align: left; border-collapse: collapse; border-spacing: 0; }
#grid a:hover { border-bottom: none; }
#grid td { padding: 0 4px 8px 4px; }
#grid td div { margin: 0; padding: 0; }
#grid div.functions { position: relative; }
#grid div.filename { text-align: right; font-size: 100%; }
#grid div.albumname { font-size: 100%; }

/* Login Box Design and Layout */
#login_table { margin: 7px 15px; 10px 15px; padding: 0; text-align: left; border-collapse: collapse; border-spacing: 0; }
#login_table td{ padding: 0 4px 8px 4px; font-size: 12px; }