/*   
Theme Name: Quality Assurance Theme
Theme URI: http://www.qualityauthentication.com.com
Description: QA Custom
Author: Guy Phillips
Author URI: http://www.azimpact.com
Version: 1
*/
@media screen {

body {
	background-color: #000;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 1.4;
}
.previousevents{
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 26px !important;
	color: #1a82f7;
	text-align: left;
	text-shadow: 2px 2px #000000;
	line-height: normal;
}
#smalllogo {
	background-image: url(../../../tinylogo.jpg);
	background-repeat: repeat-x;
	width: 890px;
	height: 14px;
	position: relative;
	z-index: 1000;
	visibility: visible;
	left: 0px;
	background-position: left;
	border-bottom-width: 0.5px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}
#smalllogof {
	background-image: url(../../../tinylogo.jpg);
	background-repeat: repeat-x;
	width: 890px;
	height: 14px;
	position: relative;
	z-index: 1000;
	visibility: visible;
	left: 0px;
	background-position: left;
	border-top-width: .5px;
	border-top-style: dotted;
	border-top-color: #000;
}
#navbox {
			background: #eee;
	background: -moz-linear-gradient(top, #eee 0%, #ddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee), color-stop(100%,#ddd));
	background: -webkit-linear-gradient(top, #eee 0%,#ddd 100%);
	background: -o-linear-gradient(top, #eee 0%,#ddd 100%);
	background: -ms-linear-gradient(top, #eee 0%,#ddd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 );
	background: linear-gradient(top, #eee 0%,#ddd 100%);
	
	font-size: 11px!important;
}

.main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 45px;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0 40px 0 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
	color: #141412;
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 15px 20px;
	text-decoration: none;
		background: #eee;
	background: -moz-linear-gradient(top, #eee 0%, #ddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee), color-stop(100%,#ddd));
	background: -webkit-linear-gradient(top, #eee 0%,#ddd 100%);
	background: -o-linear-gradient(top, #eee 0%,#ddd 100%);
	background: -ms-linear-gradient(top, #eee 0%,#ddd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 );
	background: linear-gradient(top, #eee 0%,#ddd 100%);
		box-shadow: inset #eee 0px 0px 0, inset #eee 1px 1px 0;
	-moz-box-shadow: inset #eee 0px 0px 0, inset #eee 1px 1px 0;
	-o-box-shadow: inset #eee 0px 0px 0, inset #eee 1px 1px 0;

}

.nav-menu li:hover > a,
.nav-menu li a:hover {
	background-color: #220e10;
	color: #29a3b2;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #220e10;
	border: 2px solid #f7f5e7;
	border-top: 0;
	display: none;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #000;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	background-color: #db572f;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
	display: block;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #bc360a;
	font-style: italic;
}
	.page_item li {
		padding-left: 5px!important;
		padding-right: 5px!important;
	}
.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {
	background-color: #f7f5e7;
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
}

.site-header .search-form {
	position: absolute;
	right: 20px;
	top: 1px;
}

.site-header .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 0;
}

.site-header .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}



#container {
	width: 890px;
	background-color: #FFF; /* the auto value on the sides, coupled with the width, centers the layout */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	left: 0px;
	right: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#signaturebox{
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(../../../watermark.jpg);
	background-repeat: repeat;
}
.signatureboxenlarge{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}
p { margin: 0 0 10px 0; }

img {
border-style: none;
}
img.imageContainer {
	width: 300px;
	border: medium double #000;
}
.searchbox {
	width: 250px;
	border: medium solid #475C9F;
	margin-right: auto;
	margin-left: auto;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-image: url(../../../qaseal.jpg);
	background-position: top;
	height: 175px;
	background-repeat: no-repeat;
}
.sliderbox {
	border: thick groove #369;
	margin-right: auto;
	margin-left: auto;
	width: 400px;
}

#page-wrap {
	margin-right: 10px;
	margin-left: 10px;	
}
.homeboxes {
	border: 0px solid #000;	
}
.homeboxright {
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.homeboxrightb {
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-top-width: 0px;
}
.homeboxleft{
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-top-width: 0px;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #36F;
}

.adminlink {
	font-size: 10px;
}
.ddet_div {
  margin: 8px 0 0 12px;
  padding: 8px;
  background: #F4F4F4;
  border: 1px solid #DDDDDD;
}

.twittericon {
	background-image: url(../../../Follow_us_on_twitter.png);
	float: right;
	height: 25px;
	width: 73px;
	position: relative;
	z-index: 999;
}

/* =Navigation
-------------------------------------------------------------- */

} /* END screen media */


@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */