/*
Style CSS file for Embedisens website
*/

body {
	/* width: 1000px;   /* Add max-width */
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0;
	background: gainsboro /*url(images/bg01.png)*/ repeat; 
	font-family:  Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px; 
	/* color: Gray20; /* Dark grey - color was 4b4b4b a lighter grey */
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: 200;
	color: #222222; /* was ?  #222222 */
}

h2 {
	font-size: 4em;
	color: #0E93FA; 	/* Embedisens blue - very close to std css DodgerBlue */
}

h3 {
	font-size: 3em;
	color: #666666;
}
.auto-style1 {
	text-align: center;
	font-style: italic;
	color: #0099FF;
}
.auto-style3 {
	text-align: left;
}
p, ol, ul {
	margin-top: 0px;
	padding: 0px;
}
/* Test bullet lists 
ul   {
	list-style: none;
}

li:before {
	content: "\2192\0020";
}
*/

p, ol {
	line-height: 110%;
}

strong {
}

a {
	text-decoration: none;
	/* color: #5C5539; */
	color: #232223; /* Mardi Gras almost black color */
}

a:hover {
	text-decoration: none;
	color: DodgerBlue;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
	margin-top: 8px;
	margin-right: 50px; /* 50px */
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

a:link {
    text-decoration: none;
}

/** Links **/

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: none;
}

/** WRAPPER */

#wrapper {
	overflow: hidden; 
	background: White;
box-shadow: 
        inset 0px 11px 8px -20px #CCC, /* CCC grey 80 */
        inset 0px -11px 8px -10px #CCC;}

.container {
	width: 90%;  /* was 1200 */
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/* Header */

#header-wrapper {
	overflow: hidden;
	height: 100px;
}

#header {
	width: auto; /* was 1200px */
	height: 100px;
	margin: 0 auto;
	padding: 0px 0px;
}

/* Logo */

#logo {
	float: left;
	/* width: 310px; /* 310 */
	height: 100px;
	padding: 0px 0px 0px 40px; /* 40 */
}

#logo h1 {
	padding: 25px 0px 0px 0px; /* 50 */
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 3.6em;
}

#logo h1 a {
	text-decoration: none;
	color: White;
}


/* Menu */

#menu {
	/* float: center-right; /* right */
	width: 810px; /* 810 */
	height: 80px;
	padding: 20px 10px 0px 0px; /* change */
}

#menu ul {
	float: right;
	margin: 0;
	padding: 20px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	margin-left: 1px;
	padding: 7px 20px 7px 20px; /* No change  */
	letter-spacing: 1px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: 300;
	/* color: #FFFFFF; */ 
	color: #232223; /* Almost black */
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
	background: White; 
	border-radius: 5px;
	/*color: #1f31bb; */
	color: #0c91f8; /* Blue Color close to DodgerBlue*/
}

/* Page */

#page-wrapper {
	/* overflow: hidden; */
}

#page {
	/* overflow: hidden; */
	width: 960px; /* was 1120 */
	margin: 0px auto;
	padding: 50px 10px; /* was  40 */
	/* color: Grey20; /* was #8f8f8f */
}

/** CONTENT */

#wide-content {
	padding: 50px; /* was 50 */
	border: 10px solid #f1f1f1;
}

#wide-content h2 {
	padding: 0px 0px 20px 0px;
	letter-spacing: -1px;
	font-size: 36px;
	color: #222222;
}


/** CONTENT */

#content {
	float: right;
	width: 500px; /* was 760 */
	padding: 0px 0px 0px 0px;
}

#content h2 {
	padding: 0px 0px 20px 0px;
	letter-spacing: -1px;
	font-size: 36px;
	color: #222222;
}

#content .subtitle {
	padding: 0px 0px 30px 0px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	color: #81AFC5;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 290px;
	padding: 0px 0px 20px 0px;
}

#sidebar h2 {
	padding: 0px 0px 30px 0px;
	letter-spacing: -1px;
	font-size: 2em;
}

/* Footer */

#footer {
	margin: 0 auto;
	padding: 20px 0px 10px 0px;
}

#footer p {
	text-align: center;
	font-size: 12px;
	color: #0c91f8;
}

#footer a {
	color: #0675cb; /* was blue #0c91f8 - make it a darker blue */
}

/* Three Column Footer Content */


#footer-bg {
	overflow: hidden;
	padding: 40px 0px;
	background:#E5E0DD url(images/main-bsg.png) repeat;
}

#footer-content {
	color: #67C8E3;
}

#footer-content h2 {
	margin: 0px;
	padding: 0px 0px 30px 0px;
	letter-spacing: -1px;
	text-shadow: 1px 1px 0px #FFFFFF;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 200;
	color: #93776E;
}

#footer-content a {
}

#footer-content a:hover {
	text-decoration: underline;
}


#column1 {
	float: left;
	width: 280px;
	margin-right: 30px;
}

#column1 p {
	line-height: 1;
}

#column2 {
	float: left;
	width: 280px;
	margin-right: 30px;
}

#column3 {
	float: left;
	width: 280px;
}

#column4 {
	float: right;
	width: 260px;
}


/* List Style 1 */

ul.style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style1 li {
	padding: 35px 0px 25px 0px;
	border-top: 1px solid #c8c8c8;
}

ul.style1 a {
	text-decoration: none;
	color: #000000; /* Test Color */
}

ul.style1 a:hover {
	text-decoration: underline;
	color: #6B6B6B;
}

ul.style1 .first {
	padding-top: 0px;
	border-top: none;
}

ul.style1 h3
{
	padding-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}

/* ul.style1 .button-style a:
{
	text-decoration: none !important;
	color: #FFF !important;
} */

/** LIST STYLE 3 */

ul.style3 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style3 li {
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #c8c8c8;
}

ul.style3 a {
	text-decoration: none;
	color: #949494;
}

ul.style3 a:hover {
	text-decoration: underline;
}

ul.style3 .first {
	padding-top: 0px;
	border-top: none;
	box-shadow: none;
}

ul.style3 .date {
	width: 87px;
	border-radius: 5px;
	/* background-color: #1f31bb; */
	background-color: #f5f5dc;
	margin-top: 20px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}

ul.style3 .first .date
{
	margin-top: 0px;
}

/** LIST BULLET STYLE */

ul.bullet-lists{
	margin-bottom: 20px; 
	/* padding: 0px 0px 30px 0px; */
	list-style: disc outside none;
}

ul.bullet-lists li {
	margin-left: 25px;
	padding: 10px;
	/* border-top: 1px solid #c8c8c8; */
}

/* Button */

.button {
	display: inline-block; /* inline-block */
	margin-top: 30px;
	padding: 7px 30px;
	text-decoration: none;
	background: gainsboro;  /* light grey color same as background header & footer */
	border: 3px Black;
	border-radius: 5px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #232223; /*Dark Grey */
}

a.button  {
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 2px 2px rgba(255, 255, 255, 0.2);
}

a.button :link{
	color: Black;
	background-color: #ff0;
}

a.button:hover{
	text-decoration: none;
	color: White; /* Dark Grey #232223 */
	background: gainsboro;
	background: DodgerBlue;
	background: -webkit-linear-gradient(top, #0C91F8, #0675cb);
	background: -moz-linear-gradient(top, #0C91F8, #0675cb);
	/* background: -o-linear-gradient(top, #0C91F8, #0675cb);
	background: -ms-linear-gradient(top, #0C91F8, #0675cb); */
	/* background: linear-gradient(top, #0C91F8, #0675cb); */

}
a.button :active {
	color: Red;
}
/* Create blue line for separating paragraphs Testing only */
.customhr {
	width: 100%;
	font-size: 3px;
	background-color: #0E93FA;
	line-height: 6px;
	margin-top: 5px;
    margin-bottom: 1px;
}
div.table-style2 {
	display: inline;
}
div.table-image {
	display:inline;
	width: 20%;
}
div.table-text {
	width: 80%;
}
#boxcorners {
	border-radius: 25px;
	background: gainsboro;
}	

