body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	top: 0px;
	bottom: 0px;
	background-image: url(../img/main-bg-texture.png);
	background-repeat: repeat;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3 {
	font-size: 22px;
	margin: 14px 0 14px 0;
	font-weight: 700;
	line-height: 1.5;
}
h3 {
	font-size: 18px;
}
center h1{
	font-size: 32px;
}
a {
	color: #568132;
	text-decoration: underline;
}
a:hover {
    color: #568132;
	text-decoration: none;
}
#pageWrap {
	max-width: 930px;
	text-align: justify;
}
#logo {
	display: block;
	margin-top: 10px;
}
#logo h1 {
	position: absolute;
	left: -9999px;
}
#menu {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu ul li {
	display: inline-block;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#results {
	line-height: normal;
}
#content {
	background-color: #181818;
	padding: 15px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #3a3a3a;
	-moz-box-shadow: inset 0 0 1px 1px #344129;
	-webkit-box-shadow: inset 0 0 1px 1px #344129;
	box-shadow: inset 0 0 1px 1px #344129;
}
#searchbox > .form-group{
	background: #eaf8fc;
	background-image: -moz-linear-gradient(#fff, #d4e8ec);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #d4e8ec),color-stop(1, #fff));
	border-radius: 3px 3px 3px 3px;
	overflow: hidden;
	margin: auto;
	padding: 10px;
	min-width: 60%;
	margin-bottom: 14px;
}
#searchbox > .form-group > input {
    margin-bottom: 2px;
}

#search, #submit {
        float: left;
}
#search {
        border: 1px solid #a4c3ca;
        font: normal 13px 'trebuchet MS', arial, helvetica;
        background: #f1f1f1;
        border-radius: 3px 3px 3px 3px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
		margin-right: 10px;
}
#submit {
        background: #52971c;
        background-image: -moz-linear-gradient(#8dc547, #52971c);
        background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #52971c),color-stop(1, #8dc547));
        border-radius: 3px 3px 3px 3px;
        border-width: 1px;
        border-style: solid;
        border-color: #7eba7c #578e57 #447d43;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;                
        cursor: pointer;
        font: bold 14px Arial, Helvetica;
        color: #23441e;
        text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
#submit:hover {
        background: #8dc547;
        background-image: -moz-linear-gradient(#52971c, #8dc547);
        background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #8dc547),color-stop(1, #52971c));
}       
#submit:active {
        background: #52971c;
        outline: none;
         -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
         -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
         box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}
#submit::-moz-focus-inner {
       border: 0;  /* Small centering fix for Firefox */
}
#all > table img {
	margin: 2px auto;
	box-sizing: content-box;
}
#footer {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer ul li {
	display: inline-block;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#copyright {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#adBlock {
	background: #181818;
	padding: 0;
	margin: 0;
	background-color: #181818;
	border-left: 1px solid #181818;
	border-right: 1px solid #181818;
	border-top: 1px solid #181818;
	border-bottom: 1px solid #181818;
}
/*Home Page*/
.home {
	font-size: 22px;
	text-align: center;
}

a.banner {
	display: inline-block;
}
/* override youtubeplaylist.css */
#yt_holder {
    max-width: 100%;
	width: auto !important;
}

@media (max-width: 767px) {
	#all > table img {
		width: 60px;
		height: auto;
	}
	
}
