/*** e.ggtimer.com styles *****************************/

/*** Imports ******************************************/

@import url("reset.css");

/**** Global *********************************/

body {
	text-align:center;
	background:url(/images/bg.jpg) center -30px no-repeat;
	font-family:"Lucida Grande", arial, sans-serif;
	color:#555;
}

#wrapper {
	margin:0 auto;
	text-align:left;
	width:850px;
}

a, a:visited {
	color:#333;
}

a:hover {
	color:#000;
}

h1, h2 {
	color:#000;
}

h2 {
	font-size:23px;
	letter-spacing:-2px;
	margin-bottom:20px;
}

h3 {
	color:#444;
	font-size:16px;
}

/**** Forms **********************************/

input {}

.submit {}

label {}

/**** Header *********************************/

#header h1 {
	margin:70px 0 85px 340px;
}

#timer {
	height:50px;
}

/**** Timer *****************************/

#timer label {
	width:300px;
	text-align:right;
	color:#000;
	font-size:16px;
	float:left;
	padding-right:10px;
	padding-top:8px;
}

#timer input {
	padding:4px;
	font-size:16px;
	border:solid 4px #333;
	margin-right:10px;
	color:#555;
	float:left;
	width:350px;
}

#timer input#timergo {
	border:0;
	width:44px;
}

#timer .advc {
   padding-top: 12px;
   
}

/**** Core ***********************************/

.strong {
   font-weight: bold;
}

#core {
	background:url(/images/content-bg.jpg) top no-repeat;
	padding-top:40px;
	overflow:auto;
	font-size:14px;
}

#core a, #core a:visited{
	color:#555;
}

#core a:hover {
	color:#000;
}

#sidebar {
	width:260px;
	float:left;
	padding:0 40px;
}

#sidebar h2 {
	margin-bottom:10px;
}

#content {
	float:left;
	width:500px;
}

#content b {
	color:#000;
}

#footer a, #footer a:visited {
	color:#000;
	font-weight:bold;
}

#options {
position: absolute; 
width:300px; 
height:250px; 
text-align: left;
padding: 10px;
background-color: #FFF;
border: 5px solid #333;
}

#simplemodal-overlay {background-color:#000;}

.a-wrapper {
  margin-bottom: 16px;
}

.a-wrapper .carbon-wrap {
 display: flex;
 align-items: center;
 margin-bottom: 16px;
}

.a-wrapper .carbon-wrap .carbon-img {
  margin: 0 16px 0 0;
}


/**** Ads ***********************************/

#carbonads {
  --width: 180px;
  --font-size: 14px;
}

#carbonads {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  max-width: var(--width);
  border-radius: 4px;
  text-align: center;
  box-shadow: 0 0 0 1px hsla(0, 0%, 0%, .1);
  background-color: hsl(0, 0%, 98%);
  font-size: var(--font-size);
  line-height: 1.5;
}

#carbonads a {
  color: inherit;
  text-decoration: none;
}

#carbonads a:hover {
  color: inherit;
}

#carbonads span {
  position: relative;
  display: block;
  overflow: hidden;
}

.carbon-img {
  display: block;
  margin-bottom: 8px;
  max-width: var(--width);
  line-height: 1;
}

.carbon-img img {
  display: block;
  margin: 0 auto;
  max-width: var(--width) !important;
  width: var(--width);
  height: auto;
}

.carbon-text {
  display: block;
  padding: 0 1em 8px;
}

.carbon-poweredby {
  display: block;
  padding: 10px var(--font-size);
  background: repeating-linear-gradient(-45deg, transparent, transparent 5px, hsla(0, 0%, 0%, .025) 5px, hsla(0, 0%, 0%, .025) 10px) hsla(203, 11%, 95%, .4);
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 600;
  font-size: 9px;
  line-height: 0;
}

@media only screen and (min-width: 320px) and (max-width: 759px) {
  #carbonads {
    float: none;
    margin: 0 auto;
    max-width: 330px;
  }
  #carbonads span {
    position: relative;
  }
  #carbonads > span {
    max-width: none;
  }
  .carbon-img {
    float: left;
    margin: 0;
  }

  .carbon-img img {
    max-width: 130px !important;
  }
  .carbon-text {
    float: left;
    margin-bottom: 0;
    padding: 8px 20px;
    text-align: left;
    max-width: calc(100% - 130px - 3em);
  }
  .carbon-poweredby {
    left: 130px;
    bottom: 0;
    display: block;
    width: 100%;
  }
}

