@charset "UTF-8";
@font-face {
	font-family: "Comfortaa-Light";
	src: url('../fonts/Comfortaa-Light.ttf') format("truetype");
}
body {
	color: #F6F6F6;
	background-color: #0D0D0D;
	background-image: url(../images/photo-booth-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}
#container {
	width: 100%;
	/* [disabled]background-color: #1C1C1C; */
	margin: 0 auto;
}
#header {
	height: 235px;
	background-color: #1C1C1C;
	background-image: url(../images/header-bg.gif);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
}
#header-contact {
	color: #E3D4B5;
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	text-align: right;
	float: right;
	margin-top: 200px;
	margin-right: 25%;
	display: none;
}
#logo {
	height: 200px;
}
#logo #site-logo {
	background-image: url(../images/logo-450x200px.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	width: 450px;
	height: 200px;
	margin-right: auto;
	margin-left: auto;
}
#top-nav {
	height: 45px;
	color: #E8E8E8;
	background-color: #990000;
	background-image: url(../images/top-nav-bg-18x65px.gif);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 125%;
	font-family: "Comfortaa-Light", "MS Serif", "New York", serif;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#top-nav ul {
	list-style-type: none;
	padding-top: .8em;
}
#top-nav ul li {
	display: inline;
	padding: .5em;
}
#top-nav a:link, a:visited {
	color: #E3D4B5;
	text-decoration: none;
}
#top-nav a:visited {
	color: #E3D4B5;
	text-decoration: none;
}
#top-nav a:hover, a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#main-content {
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px 20px 0 20px;
	font-size: 90%;
}
#tag-line {
	font-family: "PinyonScript-Regular", "Times New Roman", Times, serif;
	color: #E3D4B5;
	/* [disabled]margin-top: 14em; */
	padding: 0;
}
#service {
	margin-top: 10px;
	clear: both;
}
#service ul {
	margin-top: -15px;
	margin-left: 2em;
	font-size: 108%;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0.05em;
}
#testimonials {
	clear: both;
}
#footer {
	background-color: #272727;
	border-top: 1px solid #CCCCCC;
	font-size: 75%;
	max-width: 960px;
	clear: both;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-left: 2%;
}
#footer h2 {
	font-family: "Comfortaa-Light", "MS Serif", "New York", serif;
	font-size: 150%;
	margin-top: -15px;
}
.footer-column {
	width: 30%;
	margin-right: 3.2%;
	float: left;
}
#ro_facebook {
	display: block;
	width: 265px;
	height: 115px;
	background-image: url(../images/facebook-265x230px.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#ro_facebook:hover {
	background-position: 0 -115px;
}
#ro_facebook span {
	position: absolute;
	top: -999em;
}
#contact {
	margin-top: 10px;
	clear: both;
}
#contact ul {
	margin-top: -23px;
	margin-left: 1em;
	font-size: 160%;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0.03em;
	list-style-type: none;
	line-height: normal;
}
#contact .margin-top h2 {
	font-size: 150%;
}
#copyright {
	text-align: center;
	clear: both;
	padding-top: 0.5%;
	padding-bottom: .5%;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 5px;
	padding-left: 5px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
img, object, embed, video {
	max-width: 100%;
}
a img {
	border: none;
}
h1 {
	color: #87693C;
	font-size: 175%;
	font-family: "Comfortaa-Light", "MS Serif", "New York", serif;
	text-decoration: underline;
	font-weight: normal;
}
h2 {
	color: #F6F6F6;
	font-family: "Comfortaa-Light", "MS Serif", "New York", serif;
	font-size: 120%;
	font-weight: normal;
	padding: 10px;
}
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
a:link, a:visited {
	color: #E3D4B5;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.margin-top {
	margin-top: -25px;
}
.text-14 {
	font-size: 14px;
}
.special-info {
	color: #E3D4B5;
	margin-left: 1em;
}
.promotions {
	color: #E3D4B5;
	margin-top: -20px;
	margin-left: 1em;
}
#friendly-links h2 {
	color: #886938;
	text-decoration: underline;
	font-size: 140%;
}
#friendly-links {
	font-size: 80%;
	margin-top: 20px;
}
.nowrap {
	white-space: nowrap;	
}
.gallery {
	width: 38%;
	float: right;
	margin-bottom: 10px;
	border: 3px solid #490000;
	border-radius: 15px;
	-moz-border-radius: 15px;
}
.gallery img {
	display: block;
	margin-bottom: 0;
}

/* Home page rollovers */
#ro_photo-booth {
	display: block;
	width: 470px;
	height: 320px;
	float: left;
	background-image: url(../images/home-page/photo-booth-470x640px-color.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	border: 3px solid #530003;
	border-radius: 15px;
	-moz-border-radius: 15px;
	margin-top: 0.5%;
	margin-right: auto;
	margin-bottom: 0.5%;
	margin-left: auto;
}
#ro_photo-booth:hover {
	background-position: 0 -320px;
	border: 3px solid #272727;
	border-radius: 15px;
	-moz-border-radius: 15px;
}
#ro_photo-booth span {
	position: absolute;
	top: -999em;
}
#ro_lemonade-stand {
	display: block;
	width: 470px;
	height: 320px;
	margin-top: 0.5%;
	margin-right: auto;
	margin-bottom: 0.5%;
	margin-left: auto;
	float: right;
	background-image: url(../images/home-page/lemonade-stand-470x640px-color.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	border: 3px solid #530003;
	border-radius: 15px;
	-moz-border-radius: 15px;
}
#ro_lemonade-stand:hover {
	background-position: 0 -320px;
	border: 3px solid #272727;
	border-radius: 15px;
	-moz-border-radius: 15px;
}
#ro_lemonade-stand span {
	position: absolute;
	top: -999em;
}
#ro_cotton-candy {
	display: block;
	width: 470px;
	height: 320px;
	margin-top: 0.5%;
	margin-right: auto;
	margin-bottom: 0.5%;
	margin-left: auto;
	float: left;
	background-image: url(../images/home-page/cotton-candy-470x640px-color.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	border: 3px solid #530003;
	border-radius: 15px;
	-moz-border-radius: 15px;
}
#ro_cotton-candy:hover {
	background-position: 0 -320px;
	border: 3px solid #272727;
	border-radius: 15px;
	-moz-border-radius: 15px;
}
#ro_cotton-candy span {
	position: absolute;
	top: -999em;
}
#ro_candy-girls {
	display: block;
	width: 470px;
	height: 320px;
	margin-top: 0.5%;
	margin-right: auto;
	margin-bottom: 0.5%;
	margin-left: auto;
	float: right;
	background-image: url(../images/home-page/candy-girls-470x640px-color.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	border: 3px solid #530003;
	border-radius: 15px;
	-moz-border-radius: 15px;
}
#ro_candy-girls:hover {
	background-position: 0 -320px;
	border: 3px solid #272727;
	border-radius: 15px;
	-moz-border-radius: 15px;
}
#ro_candy-girls span {
	position: absolute;
	top: -999em;
}

/* For Mobile Devices */

@media screen and (max-width: 820px) {
#container {
	width: 100%;
}
#top-nav {
	height: 85px;
	color: #E8E8E8;
	background-color: #990000;
	background-image: url(../images/top-nav-bg-10x85px.gif);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 125%;
	font-family: "Comfortaa-Light", "MS Serif", "New York", serif;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#top-nav ul {
	list-style-type: none;
	padding-top: 1em;
}
#top-nav ul li {
	display: inline;
	padding: .8em;
}
#ro_facebook {
	display: block;
	width: 155px;
	height: 67px;
	background-image: url(../images/facebook-155x135px.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-left: 3px;
	margin-bottom: 5px;
}
#ro_facebook:hover {
	background-position: 0 -67px;
}
#ro_facebook span {
	position: absolute;
	top: -999em;
}

}
@media screen and (max-width: 480px) {
#container {
	width: 100%;
}
#header {
	height: 75px;
	background-color: #1C1C1C;
	background-image: url(../images/header-bg.gif);
	background-repeat: repeat-x;
	margin: 0;
}
#header-contact {
	color: #E3D4B5;
	font-family: "Times New Roman", Times, serif;
	font-size: 80%;
	text-align: right;
	margin-top: 25px;
	margin-right: 10px;
	display: inline;
}
#logo {
	height: 67px;
}
#logo #site-logo {
	background-image: url(../images/logo-150x67px.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin-top: 5px;
	margin-left: 0;
	height: 67px;
	width: 150px;
}
#tag-line {
	display: none;
}
#top-nav {
	height: 85px;
	color: #E8E8E8;
	background-color: #990000;
	background-image: url(../images/top-nav-bg-10x85px.gif);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 105%;
	font-family: "Comfortaa-Light", "MS Serif", "New York", serif;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#testimonials {
	visibility: hidden;
	height: 0;
}
#footer {
	height: 100%;
	margin-top: 20px;
	background-color: #272727;
	border-top: 1px solid #CCCCCC;
	font-size: 70%;
	clear: both;
	margin-bottom: 20px;
	margin-left: 0;
	padding-left: 0;
}
.footer-column {
	width: 97%;
	padding-right: 2.5%;
	float: none;
	text-align: center;
}
 #footer #column-1 {
	width: 97%;
    margin-top: 20px;
    padding: auto;
}
 #footer #column-2 {
    width: 97%;
    margin-top: 20px;
    padding: auto;
}
 #footer #column-3 {
    width: 97%;
    margin-top: 20px;
    padding: auto;
}
.gallery {
	width: 30%;
	float: right;
	margin-bottom: 10px;
	margin-left: .5%;
	border: 2px solid #490000;
	border-radius: 15px;
	-moz-border-radius: 15px;
}
#ro_facebook {
	display: block;
	width: 155px;
	height: 67.5px;
	background-image: url(../images/facebook-155x135px.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-right: auto;
	margin-left: auto;
}
#ro_facebook:hover {
	background-position: 0 -115px;
}
#ro_facebook span {
	position: absolute;
	top: -999em;
}

}
