/* Layout Stylesheet for ShrinkLink (c) Colin Sewell, 2008 */

xdiv {	/* for design debugging, shows the divs ! */
	border: 1px solid #cccc00;
	background-color: #cfcfcf;
}


#googleads {
	margin: 10px;
}

#googleadstall {
	position: absolute;
	left: 755px;
	top: 140px;
}

#outer {
	width: 700px;
	margin-left: auto;	/* center main page content (FireFox etc. ) */
	margin-right: auto;
	margin-top: 10px;
	text-align: left;
	background-color: #fcf7eb;
	background-image: url(../images/bg-line.gif);
	padding: 0px;
}

#shrinklinkform {
	background-color: #fcf7eb;
	width: 453px;
	height: 274px;
	margin-left: 120px;
	padding-top: 10px;
	background-image: url(../images/bg-home-form.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#btnShrink {
	margin: 0;
	padding: 0;
	width: 90px;
	height: 27px;
	border: none;
	background-image: url(../images/button-shrink.gif);
	background-position: 0;
	background-repeat: no-repeat;
	background-color: #fbfaf8;
	font-family: verdana, helvetica, serif, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #fff;
}

#btnShrinkImg {
	margin: 0;
	padding: 0;
}

#header {
	width: 700px;
	height: 90px;
	background-image: url(../images/site-header.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#NavMenu {
	width: 500px;
	height: 25px;
	margin-left: 20px;
	margin-top: 40px;
}

#content {
	width: 600px;
	margin-left: 75px;
	margin-top: 20px;
	overflow: auto;
	border-top: #ccc dotted 1px;
	border-bottom: #ccc dotted 1px;
}

#footer {
	width: 700px;
	text-align: center;
	margin: 20px 0;
}

#promote {
	text-align: center;
	padding-bottom: 20px;
}


#W3C-Valid {
	position: absolute;
	margin: 10px;
	margin-left: 25px;
}


/* Other Layout Bits
   ---------------------- */

/* Div Clear space after Float fix  -  to stretch a container div to contain floated elements */
.ClearFix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}


.ClearFix  {display: inline-table;}  /* fix for IE Mac */

/* Hide from IE Mac \*/
	* html .ClearFix  {height: 1%;}
	.ClearFix {display:block;}
/* End IE Mac Hack */


.clear {
	clear:both;
}

div.spacer {
	clear: both;
	height: 1px;
}

div.DivFloatLeft {
	float: left;
	margin: 1px;
}

div.DivCenter {
	text-align: center;
}

br.clearboth {
	clear: both;
}
