/* Html Tags */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
  	line-height: 1.5;
	color: #000000;
	background-color: #FFFFCC;
}

P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #000000;
}
h1 {
	font-size:30px;
	color:#000000;
	text-align: center;
	margin: 0;
}
h2 {
	font-size:15px;
	color:#000000;
	font-style:italic;
	text-align:justify;
}
h3 {
	font-size:72px;
	color:#000000;
	margin: 0;
}
h4 {
	font-size:12px;
	color:#000000;
	font-style:italic;
	text-align:justify;
}
a h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#FF6600;
	margin: 20px;
}

/* Custom Tags */
#container {
	margin: 0 auto;
	max-width: 600px;
}

.tag {
	font-style: italic;
	font-size:12px;
	color: #FF6600;
	text-align:center;

}
.footer {
	font-size: 12px;
	color:#FF6600;
	margin: 0 auto;
	text-align: center;
	padding: 10px;
	font-weight: bold;

}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
	padding: 10px;
}

img{
	max-width: 100%;
}

.h4link{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF6600;
	text-align:justify;
	}

.small{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.alert{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FF6600;
	}
.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#000000;
	font-style:italic;
	text-align:justify;
	font-weight:bold;
	}

.timer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	text-decoration: none;
	text-align: center;
	border: 0px none;
	vertical-align: middle;
	width:20px;
	}

.Q {
	color: #FF6600;
	font-size:12pt;
	font-wight:bold;
	}

        .privacy-policy .section-heading {
            font-size: 22px;
            color: #FF6600;
            margin-top: 30px;
            margin-bottom: 15px;
            font-weight: bold;
        }
        .privacy-policy .subsection-heading {
            font-size: 18px;
            color: #FF6600;
            margin-top: 20px;
            margin-bottom: 10px;
            font-weight: bold;
        }

        .privacy-policy .contact-info {
            background-color: #fff3cd;
            border: 2px solid #FF6600;
            padding: 15px;
            border-radius: 5px;
            margin: 20px 0;
        }
        .privacy-policy .contact-info .subsection-heading {
            margin-top: 0;
            color: #000;
        }
		.privacy-policy .highlight-box {
			background-color: #e2e3e5;
			border: 2px solid #FF6600;
			padding: 15px;
			border-radius: 5px;
			margin: 20px 0;
		} 
       .privacy-policy ul {
            margin-left: 20px;
        }
        .privacy-policy ol {
            margin-left: 20px;
        }
        .privacy-policy li {
            margin-bottom: 8px;
        }
        .privacy-policy p {
            margin-bottom: 15px;
			font-weight: normal;
			font-size: 16px;

        }
/* Links */

a:link {
	color: #FF6600;
	text-decoration: none;

}

a:hover {
	color: #FF6600;
	text-decoration: underline;


}
a:visited {
	color: #DF7000;
	text-decoration:underline;

}

/* Div */
#Bottom{
	text-align: center;
	font weight: bold;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FF9900;
	width:600px;
	padding-top:100px;
	}

/* Guestbook Styles */
.gb-content {
	width: 600px;
	font-weight: normal;
}

.gb-content .entry {
	padding:20px;
	margin: 0;
	word-wrap: break-word;
	border-bottom: 3px solid #fece33;
	border-top: 3px solid #fece33;
	font-size: 15px;
	margin: 10px 0;
	text-align: center;

}
.gb-content .navigation, .gb-content .navigation span,.gb-content .navigation a {
	font-size 14px;
	padding:15px;
	text-align: center;
}
.gb-content .entry-date {
	text-transform: uppercase;
	color: #666;
	font-size: 10px;
	padding-top: 10px;

}
.gb-content .entry-author {
	font-size:20px;
	padding-bottom: 10px;
}
.gb-content .sign {
	border-top: 3px solid #fece33;
	text-align: center;

}
.gb-content .entry.even { background-color:#feffef; }
.gb-content .entry.odd { background-color:#ffffe6; }



label{
    display: block;
	margin: 15px 0px;
	font-size:12px;

}
label > span{
    font-weight: bold;
    float: left;
    padding-top: 8px;
    padding-right: 5px;
		margin: 0px 0px 15px 0px;

}
label > span:after{
	clear:both;
}

.form-group em { 
	display:block; 
	text-align: center;
	font-size:12px;
	line-height: .5;

}

.form-group {
	margin-left: auto;
    margin-right: auto;
    display: block;
}

input, textarea {
    width: 55%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 7px;
    outline: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
input:focus,
textarea:focus {
    border: 1px solid #FF6600;
}
textarea.share  {
	width:100%;
}

button[type=submit],
button[type=button]{
    border: none;
    padding: 16px 30px;
    background: #FF6600;
    color: #fff;
    box-shadow: 1px 1px 4px #DADADA;
    -moz-box-shadow: 1px 1px 4px #DADADA;
    -webkit-box-shadow: 1px 1px 4px #DADADA;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-top:20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
button[type=submit]:hover,
button[type=button]:hover{
    background: #EA7B00;
    color: #fff;
}

.gb-alert{
    border: 3px solid #FF6600;
    padding: 50px 0px;
    background-color: white;
    margin: 10px;
	text-align: center;
	}

