body{
	background: #F3F3F3 url("/images/patternWallpaper.png");
	font-family: 'Roboto', sans-serif;
}

h2{
	font-family: 'Satisfy', cursive;
	font-size:36px;
}

#header{
	padding:10px 0;
}

#header a{
	color:black;
	line-height:25px;
	color:#333 !important;
}

.navbar-nav>li.dropdown>a{
	font-size:20px;
}

.searchForm {
  display: inline;
}

.searchInput{
	border:0px;
	border-bottom: 1px solid #333;
	background-color: #eee;
	margin-top:5px;
	padding:9px 0px 7px 15px;
}

#homeExplorer{
	padding:25px 35px 40px 35px;
	color:#fff;
	background-color:rgba(0,0,0,0.65);
	border-radius:10px;
}

#homeExplorer .dropdown{
	display: inline-block;
}

#homeExplorer .searchInput{
	border:0px;
	border-bottom: 2px solid #eee;
	background-color:rgb(0,0,0);
	margin-top:5px;
	padding:11px 0px 11px 15px;
}

.posterTitle{
	color:black;
	display: block;
}
.posterArtistName{
	color:#999933;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}
#posterDesc{
	padding-right:90px;
}
#canWeHelp{
	background: #eee;
	padding:20px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-top: 30px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}


#orderForm{
	border-radius: 10px;
	background: #fefefe;
	padding:20px;
	border:1px solid #ccc;
	margin-bottom: 30px;

}
#orderForm img{
	margin-right: 4px;
	margin-bottom: 12px;
}
.footer{
	border-top: 1px solid #ececec;
	background: #fff;
	padding-top: 25px;
	padding-bottom: 25px;
}

.voffset0{margin-top: 5px;}
.voffset1{margin-top: 10px;}
.voffset2{margin-top: 15px;}
.voffset3{margin-top: 20px;}
.voffset4{margin-top: 30px;}
.voffset5{margin-top: 40px;}
.voffset6{margin-top: 50px;}

.row{
	background: white;
}

.btn-group{
	margin-right:5px;
}

.dropdown-menu>li>a:first-letter{
	text-transform: uppercase !important;
}