@charset "UTF-8";
/* CSS Document */


/* BEGIN TAGS */

* html {	
	height: 100%;
}

html {
	margin: 0;
	padding: 0;
}

body {
	background: #000 url(../infocon.org-images/defcon-main/body-bg.png);
	font: .85em 'ocr_a_stdregular', "Courier New", monospace;
	color: #ddd /*#aaaa99*/;
	line-height: 1.1em;
	height: 100%;
	margin: 0;
	padding: 0;
}

div {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}


a {
	color: #61EA53/*#5588CC*/;
	text-decoration: none;
	outline: none;
	border: none;
	text-shadow: black .7px .7px .7px;
}


a:hover {
	color: #3399FF;
}



img {
	border: none;
}


h1, h2, h3, h4, h5, h6 {
	line-height: 1.3em;
	letter-spacing: -.02em;
	color: #dddddd;
	padding: 15px 0 0 0;;
	margin: 0 0 15px 25px;
	z-index: 0;
	text-shadow: black 1.5px 1.5px 1.5px;
	

}

h1 {
	font-size: 2.5em;
	font-weight: 500;
}

h2 {
	font-size: 1.6em;
	font-weight: 800;
}

h3 {
	font-size: 1.55em;
	font-weight: 500;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: .95em;
	
}

h6 {
	font-size: .8em;
}

strong {
	color: #ffffff;
	text-shadow: black .7px .7px .7px;
}

/* END TAGS */

/* BEGIN CLASS SELECTORS */

.container {
	display: block;
	position: relative;
	margin: 0 auto;
	left: 7px;
	padding: 0 0 0 0;
	width: 100%;
	max-width: 1280px;
	min-width: 480px;
	height: 100%;
	height: auto;
	clear: both;
}

/* END CLASS SELECTORS */

.socIcon {
	float: right;
	margin: 0 0 0 10px;
	height: 30px;
	width: 30px;
}

/* BEGIN ID SELECTORS */

#header {
	padding: 0;
	margin: 0 auto;
	z-index: 10;
}

#header .mastHead {
	position:relative;
	width: 90px;
	height: 90px;
	border: none;
	padding: 10px 0 0 10px;
	margin: 7px 0 0 0;
	z-index: 30;
	float: left;
}

#pageNavCenterT {
	width: 96.5%;
	min-width: 200px;
	max-width: 1280px;
	z-index: 1000;
	text-shadow: black .3px .3px .3px;
	margin: 0 0 10px 5px;
	padding-top: 15px;
	z-index: 10;
}

#pageNavCenterT h1 {
	font-family: 'ocr_a_stdregular', "Courier New", monospace;
	text-align: center;
	text-weight: bold;
	margin: 0 0 -8px 0;
	padding: 0 20px 0 18px;
	color: #CCCCCC;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-radius-top-right: 10px;
	-webkit-border-radius-top-left: 10px;
}

#wrapper {
	clear: both;
	padding-top: 20px;
	z-index: 1000;
	
} 

.logoTitle {
	width: 65%;
	float: left;
}

nav {
	margin: 0;
	clear: both;
	width: 100%;
	font-size: 10px;
}


.nav {
	margin: 40px 0 0 0;
	padding: 20px 0 0 0;;
	list-style-type: none;
	text-align: center;
}
.nav li {
	display: inline-block;
	text-align: left;
	
}

section.changeLog {
	
	width: 32%;
	margin: 0 auto;
	height: 50px;
	float: left;
}

.changeLog h3 {
	font-size: 12px;
	padding: 10px 15px 15px 10px;
	margin: 0;
	color: #61EA53;
	text-align: left;
	z-index: 10;
}

.changeLog p {
	background-color: #000;
	font-size: 8px;
	border-radius: 10px;
	padding: 3%;
	z-index: 5;
	margin-top: -10px;
	line-height: 1.4em
}

#content {
	background: url(../infocon.org-images/defcon-main/content-bg-shell45.png) right top repeat-y;
	float: left;
	width: 96.5%;
	min-width: 200px;
	max-width: 1280px;
	min-height: 400px;
	margin: 0 0 0 5px;
	clear: both;
	padding: 0 0 25px 0;
	z-index: 5;
	
}

#content p { 
    position: relative;
	margin: 10px 0 5px 15px;
	padding: 0 15px 10px 10px;
	z-index: 2;
	width: 100%;
	max-width: 93%;

}

#content h4 {
	padding-bottom: 0;
	margin-bottom: 0;
	
}

#footer {
	clear: both;
	position: relative;
	margin: -50px auto;
	height: 100%;
	min-height: 50px;
	text-align: center;
	font-size: .8em;
	z-index: 15;
}



/* -----Add----- */



#content hr {
	color: #333366;
   	background-color: #333366; 
   	border-color: #333366;
	border-style: none;
	height: 2px;
	text-align: left;
	margin: 0 20px 10px 0;
}

table {
	width: 100%;
	min-width: 180px;
	max-width: 1280px;
	margin: 15px auto;
	vertical-align:top;
	border-collapse: collapse;
}


table tr td {
	padding: 10px 20px;
	font-size: .85em;
	text-align: left;
		
}
table th {
	font-size: .9em;
	text-shadow: black 1px 1px 1px;
	text-align: left;
	padding: 0 10px;
}

table tr:nth-child(2n+3) {
	background: url(../infocon.org-images/defcon-main/10white.png);
}

.clear {
	clear: both;
}

h1.breadcrumb {
	font-family: 'ocr_a_stdregular',"Courier New", monospace;
	font-size: 1em;
	padding-left: 0;
	margin-left: 0;
	}

a.homeLink {
	font-family:  'ocr_a_stdregular', "Courier New", monospace;
	font-size: 1em;
	margin-top: 10px;
}

@font-face {
    font-family: 'ocr_a_stdregular';
    src: url('OCRA.eot');
    src: url('OCRA.eot?#iefix') format('embedded-opentype'),
         url('OCRA.woff2') format('woff2'),
         url('OCRA.woff') format('woff'),
         url('OCRA.ttf') format('truetype'),
         url('OCRA.svg#ocr_a_stdregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.webBanner {
	display: block;
	width: 100%;
	max-width: 150px;
	margin: 20px auto;
}

@media only screen and (min-width:768px){
	
nav {
	font-size: 13px;
}

.changeLog h3 {
	font-size: 14px;
}

.changeLog p {
	font-size: 10px;
	
}

.webBanner {
	width: 100%;
	margin: 15px 0 20px 25px;
}