@import 'reset.css';
@import 'text.css';


/* Default
----------------------------------------------------------------------------------------------------*/
body {
    /* background: url("../images/shadow.png") repeat scroll center center #4D4D4D; */
    color: #333;
    text-shadow: 1px 1px #ccc;
	line-height: 22px;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover, a:active, a:focus {
    color: #4e4e4e;
}

fieldset {
	margin-bottom: 0;
}



/* Content
----------------------------------------------------------------------------------------------------*/
#wrapper {
   background: url("../../../images/maintenance/patterns/bg_fabric.png") repeat scroll 0 0 transparent;
    min-height: 100%;
}

#content {
    padding-top: 200px;
    width: 600px;
	margin: 0 auto 0 auto;
}
#logo, #message, #countdown, #subscribe-wrapper {
	text-align: center;
}
#logo {
    margin: 0 auto 20px auto;
    width: 320px;
    height: 104px;
    background-image:url("../../../images/header/ad-click-express-logo.png");
    background-repeat: no-repeat;
}
.warning {
	font-weight: bold;
}
.latest_update {
	color: #FF0000;
}

#subscribe {
	margin-top: 0px;
}
#subscribe-wrapper {
	margin-bottom: 20px;
}
#message {
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
}
#subscribe-title {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
	text-shadow: 1px 1px #d9d9d9;
}


/* Tweet
----------------------------------------------------------------------------------------------------*/
#twitter {
	font-size: 11px;
	position: relative;
	min-height: 20px;
	line-height: 18px;
	font-weight: bold;
	color: #222;
}
#twitter p {
	top: 0;
	left: 0;
	margin:0;
	position: absolute;
	display: none;
	width: 100%;
	text-align: center;		
}
#twitter .tweet-image {
	background: url(../../../images/maintenance/tweet.png) no-repeat scroll 0 1px transparent;
    padding-left: 23px;
}
#twitter .tweet-spacer {
	display: block;
	height: 12px;
}

#twitter .tweet-time {
	color: #026BC1;
}

/* Social
----------------------------------------------------------------------------------------------------*/
#social {
	font-size: 11px;
	position: relative;
	text-align: center;
	min-height: 30px;
	margin-top: 15px;
	margin-bottom: 20px;
}
#social a {
    border: 1px solid #4D4D4D;
    border-radius: 2px 2px 2px 2px;
    display: inline;
    margin-right: 20px;
    padding: 2px 5px 2px 0;
	font-weight: bold;
}
#social a:last-child {
    margin-right: 0;
}
#social span {
	padding: 2px 5px;
	margin-right: 5px;
    color: #FFFFFF; 
    background: none repeat scroll 0 0 #4D4D4D;
	text-shadow: none;
}

