/* 
Theme Name: EMC Consulting
Description: EMC Consulting theme
Version: 1.0
Author: Andy
*/

/* General styles                                   */
/* ------------------------------------------------ */
body {
	margin: 59px 0 0 0;
	background: #fff url(images/top-strip.gif) left top repeat-x;
	min-width: 300px;
}

html, body, p, li, dd, td {
	color: #034a8a;
	line-height: 150%;
	font-size: 1.05em;
	font-family: 'Fira Sans', sans-serif;
}
/*
.pace-running {
	background: url(images/preloader.gif) center 200px no-repeat #fff;
}

.pace-running > :not(.pace) {
  opacity: .1;
}

.pace-done > :not(.pace) {
  opacity: 1;
  transition: opacity .5s ease;
}
*/
img a, a img {
	border: 0;
}

img {
	max-width: 100%;
	height: auto;
}

td {
	vertical-align: top;
}

a {
	color: #3a9af1;
	text-decoration: underline;
	outline: none;
}
  
a:hover {
	color: #ff9900; 
}

ul { 
	margin: 8px 0 18px 18px;
	padding: 0;
}

li {
	padding-left: 4px;
	line-height: 180%;
}

ul.biglist {
	list-style-type: none;
	margin: 0;
}

ul.biglist > li {
	padding-left: 25px;
	background: url(images/square-bullet.png) left 10px no-repeat;
	font-size: 1.1em;
}

ul.biglist > li ul {
	list-style-type: disc;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	line-height: 120%;
	font-weight: 500;
}

h1 {
	font-size: 1.8em;
	margin-top: 0;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

hr {
	height: 1px;
	border: 0;
	width: 100%;
	background: #81aad2;
	color: #81aad3;
	margin: 30px 0; 
}
  
.wrapper {
	width: 950px;
	padding: 0 25px;
	margin: 0 auto;
}

/* Header                                           */
/* ------------------------------------------------ */
.section {
	clear: both;
	height: 600px;
	position: relative;
}

.section-text-wrapper {
	position: absolute;
	left: 0;
	bottom: -20px;
	right: 0;
	padding: 20px 0;
	background: rgba(255, 242, 0, 0.5);
}

.display-table {
	display: table;
	width: 100%;
	height: 100%;
}


.display-table-cell {
	vertical-align: middle;
	display: table-cell;
	background: rgba(255, 242, 0, .5);
}

.section h1 {
	font-size: 78px;
	margin: 0;
}

.section-text-wrapper h2 {
	font-style: italic;
	font-size: 41px;
	line-height: 110%;
	margin: 0 0 20px 0;
}

/* Content                                          */
/* ------------------------------------------------ */
.content {
	padding: 30px 0 100px 0;
	overflow: hidden;
	font-size: 1.1em;
	min-height: 200px;
}

.content, .content p, .content li {
	line-height: 160%;
}

.content .wrapper p:first-child {
	font-size: 1.4em;
}

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

p.bigtext {
	font-size: 1.4em;
}

/* Footer                                           */
/* ------------------------------------------------ */
#footer {
	font-size: 0.9em;
	padding: 60px 0;
	text-align: center;
	background: #e5edf4;
}
 
#footer a, #footer, #footer p {
	color: #034a8a;
}

#footer img {
	padding: 10px 20px 30px 20px;
}

a.scrollup {
	width: 53px;
	height: 53px;
	position: fixed;
	bottom: 50px;
	right: 20px;
	display: none;
	text-indent: -9999px;
	background: url('images/top.png') no-repeat;
	opacity: 0.7;
}

/* Responsive elements                              */
/* ------------------------------------------------ */
/*
@media screen and (min-width: 1280px) {
	.wrapper {
		width: 1200px;
	}
}
*/

@media screen and (max-width: 1360px) {
	.section .wrapper h1 {
		font-size: 60px;
	}
	
	.section-text-wrapper h2 {
		font-size: 36px;
	}
	
	.section {
		height: 460px;
	}
}

@media screen and (max-width: 1200px) {
	.wrapper {
		width: auto;
	}
}

@media screen and (max-width: 960px) {
	.section .wrapper h1 {
		font-size: 50px;
	}
	
	.section-text-wrapper h2 {
		font-size: 26px;
	}
	
	.section {
		height: 380px;
	}
}

@media screen and (max-width: 720px) {
	body, html {
		font-size: 1em;
	}
	
	p.bigtext {
		font-size: 1.2em;
	}
	
	.section .wrapper h1 {
		font-size: 40px;
	}
	
	.section-text-wrapper h2 {
		font-size: 20px;
	}
	
	.section {
		height: 320px;
	}
}

@media screen and (max-width: 520px) {
	.section .wrapper h1 {
		font-size: 30px;
	}
	
	.section-text-wrapper h2 {
		font-size: 18px;
	}
	
	.section {
		height: 330px;
	}
}





/* WP Common Styles */
ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	}

.commentlist cite {
	padding: 7px;
	display:block;
	font-style:normal;
	background:url(http://www.yoursite.com/images/bg_comments2_cite.gif);
	border-top:1px solid #d6e4c1;
	border-bottom:1px solid #779d42;
	color:#596e3b;
	}	

.commentlist a:link, .commentlist a:visited {
	color:#596e3b;
	}

.commentlist a:hover, .commentlist a:active {
	color:#8ec343;
	}

.commentlist cite img {
	padding:1px;
	border:1px solid #aab59a;
	float:left;
	margin-right:9px;
	}

.commentlist .author {
	font: small-caps bold 1.2em Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	}

.commentlist .time {
	background: url(http://www.yoursite.com/images/bg_clock.gif) no-repeat 1px;
	padding-left:13px;
	}

.commenttext {
	background: #9bc561 url(http://www.yoursite.com/images/bg_comments2_text.jpg) repeat-x bottom;
	border-top:1px solid #c5f386;
	padding: 0 20px 10px 20px;
	color:#fafcf6;
	}

.editLink {
   margin-top: 30px;
   text-align: center;
   padding: 5px 0 15px 0;
}
.editLink a, a.editLink {
   background: #777;
   color: #fff;
   font-size: 18px;
   text-decoration: none;
   padding: 8px 15px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
}
.editLink a:hover, a.editLink:hover {
   background: #444;
   text-decoration: none !important;
}
.postmetadata {
   color: #999;
   font-size: 10px;
   margin: 2px 0;
}

img.aligncenter {
   display: block;
   text-align: center;
   margin: 0 auto;
   padding-bottom: 10px;
}
img.alignright {
   text-align: right;
   display: block;
   float: right;
   margin: 10px 0px 5px 15px;
}
img.alignleft {
   text-align: left;
   display: block;
   float: left;
   margin: 10px 20px 5px 0px;
}
.wp-caption-text,.wp-caption-dd {
   margin: 0;
   font-weight: bold;
   font-size: smaller;
   text-align: center;
}
.wp-caption {
   margin-right: 5px;
}

.wp-caption img {
	padding-bottom: 5px;
}

.alignleft, .alignright {
	margin-bottom: 20px;
}

.more-link {
   display:block;
}
.linklove {
   display:none;
}
.aligncenter,
dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}


@media screen and (max-width: 560px) {
	.alignleft, .alignright {
		float: none;
		margin: 20px auto;
	}
}