/* PRIMARY ELEMENTS */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

body {
	font: 12px/18px Arial, sans-serif;
	width: 98%;
	margin: auto;
	background-color:rgb(159,159,159);
}

ul {
    
}

.wrapper {
	width: 95%;
	margin: 0 auto;
	background-color: white;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-weight: normal;	
	font-size: 14px;
	padding: 20px 0 0 0;
}

.footer-box {
    background-color: #333;
    width: 100%;
    min-height: 90px;
    color: white;
    text-align: center;
    padding: 30px 0 30px 0;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-weight: normal;
}

.center-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.responsive {
  max-width: 100%;
  height: auto;
}

/* INDEX PAGE ELEMENTS */

.mainpage-index-one {
    display: inline-block;
    vertical-align: top;
    width: 90%;
    margin: auto;
    padding: 2.5em;
    font-family: Century Gothic, Avant Garde, sans-serif;
    font-size: 16px;
    line-height: 1.625;
}

.mainpage-index-two {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    margin: auto;
    padding: 1em;
    border: 1px solid black;
}

.container-index {
    width: 90%;
    margin: auto;
}

.network-box-right-side {
    display: inline-block;
    padding: 0.5em;
    vertical-align: top;
    border-radius: 0.5em;
    width: 215px;
    
}

.network-box-index {
    display: inline;
    padding: 0.5em;
    vertical-align: top;
    border-radius: 0.5em;
    width: 215px;
    margin-left: 0px;
    margin-right: auto;
}

.container {
    padding: 0 50px 0 50px;
}

/* HEADER SECTION ELEMENTS */

.box-left {
    display: inline-block;
	vertical-align: top;
	width: 59%;
	padding: 0 0 20px 20px;
	font-family: Verdana;
	font-weight: bold;	
	font-size: 20px;
}

.box-right {
    display: inline-block;
	vertical-align: top;
	width: 40%;
	float: right;
    font-family: Verdana;
	font-weight: bold;	
	font-size: 22px;
	text-align: right;
	padding: 0 10px 0 0;
}

.text-one {
    font-family:Arial;
    font-size: 14px;
    color: black;
}

.text-header {
    font-family:Arial;
    font-size: 16px;
    color: black;
    font-weight: bold;
}


/* ARCHIVE PAGE ELEMENTS */

.text-body {
    font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: black;
}

.text-headline {
    font-family: Georgia;
    font-size: 18px;
    color: black;
    font-weight: bold;
	text-decoration: none;
}

.text-headline a {
    font-family: Georgia;
    font-size: 18px;
    color: black;
    font-weight: bold;
    text-decoration: none;
}

.text-summary {
    font-family: Verdana;
    font-size: 14px;
    color: black;
    font-weight: normal;
    font-style: italic;
}

.article-wrap {
    padding: 20px 50px 20px 50px;
    background-color:rgb(235,235,235);
}

/* MENU BAR ELEMENTS */

.menu {
	background-color:rgb(159,159,159);
	padding: 10px 20px 10px 20px;
}

.main-menubar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

li.main-menulist-one {
    float: left;
}

li.main-menulist-one a, .main-menulist-three {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li.main-menulist-one a:hover, .main-menulist-two:hover .main-menulist-three:hover {
    background-color: rgb(226,50,50);
    text-decoration: none;
    color: white;
}

li.main-menulist-two {
    display: inline-block;
}

.main-menulist-two-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 8px 0px rgba(226,50,50,0.6);
    z-index: 1;
}

.main-menulist-two-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.main-menulist-two-content a:hover {background-color: rgba(226,50,50,0.6);}

.main-menulist-two:hover .main-menulist-two-content {
    display:block;
}


/* CONTACT US PAGES ELEMENTS */

.contact-text {
    font-family:Arial;
    font-size: 14px;
    color: black;
    padding: 5px 0 5px 10px;
}

.contact-heading-text {
    font-family: Helvetica, Arial;
	font-weight: bold;	
	font-size: 16px;
	color: black;
	text-decoration: underline;
	padding: 0 0 3px 0;
}

.contact-container {
    padding: 30px 0 10px 30px;
}


/* DEMO PAGES ELEMENTS */

.audiobox {
    display: inline-block;
	margin-bottom: 0;
	padding: 0;
	vertical-align: top;
	width: 270px;
	font-family: Arial;
	font-size: 1em;
	font-weight: bold;
}

.category-content {
	display: inline-block;
	font-family: Arial;
	font-size: 13px;
	padding: 25px 10px 15px 20px;
}

.demobox1 {
    display: inline-block;
	margin-bottom: 0;
	vertical-align: top;
	width: 145px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 50px;
}

.democontent {
	font-family: Arial;
	font-size: 13px;
}

.headings {
    background-color:rgb(244, 145, 30);
	padding: 2px 2px 2px 2px;
}

.headings a {
	font-family: Verdana;
	font-weight: bold;	
	font-size: 16px;
	color: white;
	text-decoration: none;
}

.headings a:hover {text-decoration: none;}

.headingsmnn {
	font-family: Verdana;
	font-weight: bold;	
	font-size: 16px;
	color:white;
	background-color:rgb(42, 99, 142);
	padding: 2px 2px 2px 2px;
}

.headingsmonet {
	font-family: Verdana;
	font-weight: bold;	
	font-size: 16px;
	color:white;
	background-color:rgb(222, 4, 24);
	padding: 2px 2px 2px 2px;
}

.headingsria {
	font-family: Verdana;
	font-weight: bold;	
	font-size: 16px;
	color:white;
	background-color:rgb(230, 134, 34);
	padding: 2px 2px 2px 2px;
}

.headingswrn {
	font-family: Verdana;
	font-weight: bold;	
	font-size: 16px;
	color:white;
	background-color:rgb(148, 25, 28);
	padding: 2px 2px 2px 2px;
}


/* WIDGET PAGES ELEMENTS */

.content {
	font-family: Georgia;
	font-weight: bold;	
	font-size: 18px;
	width: 100%;
	overflow: hidden;
}

.content-box {
    float: left;
    width: 100%;
	line-height: 1.6;
	list-style-type: square;
}

.widbox {
	width: 85%;
	margin: auto;
}

.widbox-left {
    display: inline-block;
	vertical-align: top;
	width: 40%;
}

.widbox-right {
    display: inline-block;
	vertical-align: top;
	width: 59%;
	line-height: normal;
}

.widbox-images {
    display: block; 
    margin-left: auto; 
    margin-right: auto;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    overflow: hidden;
}

.widbox-images-text {
    font-family: Helvetica, Arial;
	font-weight: bold;	
	font-size: 16px;
	text-align: center;
	width: 100%;
	overflow: hidden;
	text-decoration: underline;
}

.widbox-images-heading-text {
    font-family: Helvetica, Arial;
	font-weight: bold;	
	font-size: 12px;
	text-align: center;
	font-style: italic;
}


/* FORMATTING ELEMENTS */
.spacer {
	width: 30px;
	display: inline-block;
}

.spacer-width-50 {
    width: 50px;
	display: inline-block;
}

.spacer2 {
	width: 95px;
	display: inline-block;
}

.spacer3 {
	width: 500px;
	min-height: 50px;
}

.spacer4 {
    width:500px;
    min-height: 25px;
}
