/*
Copyright (c) Wirecog. All rights reserved.
*/

html {
	-webkit-text-size-adjust: none; 
}

body {

	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	color: #000000;
	background: #ffffff;
	font-family: arial, helvetica;
}

#logo {
	border: 0px solid red;
	background-image: url(/images/wirecog_elogo.png);
	background-repeat: no-repeat;
	background-size: 296px;
	width: 296px;
	height: 85px;
	margin-top: 15px;

	margin-left: auto;
	margin-right: auto;

	position: relative;
	clear: none;
	z-index: 6;
}

#logo1 {
	border: 0px solid red;
	background-image: url(/images/wirecog_logo1.png);
	background-repeat: no-repeat;
	background-size: 296px;
	width: 296px;
	height: 85px;
	margin-top: 15px;

	margin-left: auto;
	margin-right: auto;

	position: relative;
	clear: none;
	z-index: 6;
}


h1 {
	font-family: helvetica, arial;
	font-size: 1.5em;
	font-weight: 504;
	margin-bottom: 9px;
	letter-spacing: 3.3px;
	font-size: 18px;
}




#body_content {
	font-size: 16px;
	width: 96%;
/*	margin-left: 18px; */

	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

footer {

	margin-top: 9px;
	position: relative;
	border-top:  0px solid #f0f0f0;
	clear: both;
	position: relative;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 26px;

}

#copyright_notice {
	position: absolute;
	bottom: 0;
	text-align: center;
	font-family:  helvetica, arial;
	color: #666;
	height: 18px;
	width: 100%;
/*	margin-left: 18px; */
}

#copyright_notice span {
	font-size: 12px !important;

}

.non_selectable
{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


#twitter_link {
	margin-top: 36px;
	border: 0px solid red;
	width: 27px;
	height: 27px;
	margin-left: auto;
	margin-right: auto;
	opacity: 1.0;
}

#twitter_link:hover {
	opacity: 0.45;
}
/* End of Desktop only styles */


/* for narrow screens */

@media all and (max-width:450px) {

	#primary_media {
		border: 0px solid red;
		background-size: auto 100%;	
		background-position: 63%;
}

	footer {
		margin-top: 9px;
		margin-bottom: 18px;
		border: 0px solid red;
	}

}

/* For wide screens */

@media all and (min-width:1350px) {

	#body_content {
		min-width: 720px;
		max-width: 1024px;
	}

}
