/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
	color: #5a5a5a;
}

.greenlinks, .greenlinks:active, .greenlinks:visited {
	color: #73BA1B;
}

.greenlinks:hover {
	color: #000000;
	text-decoration: none;
}

.blacklinks, .greenlinks:active, .greenlinks:visited {
	color: #000000;
}

.blacklinks:hover {
	color: #73BA1B;
	text-decoration: none;
}

.noborder {
	text-decoration: none;
	border: 0;
}

.indented {
	margin-top: 20px;
	margin-left: 20px;
}

.boldfont {
	font-weight: bold;
}

.indented-small {
	margin-left: 10px;
}

.half-width {
	width: 50%;
	float: left;
}

.fifth-width {
	width: 20%;
}

.clear {
	clear: both;
}

.top-margin {
	margin-top: 20px;
}

.tabletitle {
	background-color: #73BA1B;
	color: #FFFFFF;
}

.newslettertable {
	width: 85%;
	border-collapse: collapse;
}

.newslettertable td {
	padding: 3px;
}

.shoptable {
	width: 85%;
	border-collapse: collapse;
}

.shoptable td {
	padding: 3px;
}

.shopimage {
	width: 40%;
	vertical-align: top;
}

.shopdescription {
	width: 40%;
	vertical-align: top;
}

.shopcost {
	width: 20%;
	vertical-align: top;
	text-align: right;
}

.edit {
	width: 50px;
}

.birthdaytable {
	width: 85%;
	border-collapse: collapse;
}

.birthdaytable td {
	padding: 3px;
}

.alignright {
	text-align: right;
}

.aligntop {
	vertical-align: top;
}

.leftcolumn {
	clear: left;
	float: left;
	width: 412px;
}

.midcolumn {
	float: left;
	width: 412px;
}

.rightcolumn {
	float: left;
	width: 206px;
}

.halfleftcolumn {
	clear: left;
	float: left;
	margin-left: 206px;
	margin-top: -200px;
	width: 412px;
}

.halfmidcolumn {
	float: left;
	width: 412px;
	margin-top: -200px;
}

.halfrightcolumn {
	float: left;
	width: 206px;
	margin-top: -200px;
}

.lefttext {
	clear: left;
	float: left;
	width: 100px;
	margin-left: 100px;
}

.lefttextwide {
	clear: left;
	float: left;
	width: 200px;
	margin-left: 100px;
	font-weight: normal;
}

.righttext {
	float: left;
	width: 200px;
	margin-bottom: 20px;
}

.personname {
	font-weight: bold;
}

.order {
	float: left;
	width: 200px;
	margin-bottom: 4px;
}

.ordercomments {
	float: left;
	width: 200px;
	height: 100px;
	margin-bottom: 4px;
}

.ordercode {
	float: left;
	margin-left: 4px;
}

.shopbuttonindent {
	clear: left;
	margin-left: 300px;
}

.shopbutton {
	float: left;
	width: 100px;
}

.orderarticles {
	margin-left: 96px;
}

.orderarticles td {
	padding: 4px;
}

.orderarticle {
	width: 400px;
}

.orderamount {
	width: 100px;
}

.orderprice {
	width: 200px;
}

.registerlabel {
	width: 200px;
	vertical-align: top;
	padding-bottom: 4px;
}

.registerindented {
	margin-left: 200px !important;
	vertical-align: top;
	margin-bottom: 5px !important;
}

.registerinput {
	width: 400px;
}

.registerinputsmall {
	width: 272px;
}

.registertextarea {
	width: 400px;
	height: 200px;
}

.registerbuttons {
	margin-left: 468px !important;
}

.linkhighlight {
	color: #000 !important;
}

.gallery-width {
	width: 20%;
}

.galleryimage {
	width: 100%;
}

.highlightmenu {
	background-color: #5A5A5A;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

.navbar-logo {
	text-align: right;
	margin-right: 0;
}

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
	position: absolute;
	top: 0;
	right: 100px;
	left: 0;
	z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
	padding-right: 0;
	padding-left: 0;
}
.navbar-wrapper .navbar {
	padding-right: 15px;
	padding-left: 15px;
}
.navbar-wrapper .navbar .container {
	width: auto;
}

.navbar-inverse {
	background-color: #73BA1B;
	border-color: #73BA1B;
}

.navbar-inverse .navbar-nav > li > a {
	color: #fff;
	font-weight: bold;
}

.innercontainer {
	padding-left: 15px;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
	height: 720px;
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	z-index: 10;
	background-color: #73BA1B;
	padding-top: 0;
	padding-bottom: 10px;
}

/* Declare heights because of positioning of img element */
.carousel .item {
	height: 720px;
	background-color: #777;
}

.carousel-item-div {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

/* Navbar positioning foo */
.navbar-wrapper {
	margin-top: 80px;
}
.navbar-wrapper .container {
	width: auto;
	padding-right: 15px;
}
.navbar-wrapper .navbar {
	padding-right: 0;
	padding-left: 0;
}

/* The navbar becomes detached from the top, so we round the corners */
.navbar-wrapper .navbar {
	border-radius: 0;
}

.navbar-toggle {
    border-radius: 0;
    float: left;
}

/* Bump up size of carousel content */
.carousel-caption p {
	margin-bottom: 20px;
	font-size: 21px;
	line-height: 1.4;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}

.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
	border-left-color: #fff;
}

.dropdown-submenu .pull-left {
	float: none;
}

.dropdown-submenu .pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

@media (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #ddd;
	}
}

p {
    margin: 0 10px;
}