/* -------------------------------------
	Author: Tim Blumer
	Built: YYYY-MM-DD
	Last Edit: 2011-06-09 TC
	URI: http://anguselist.com
---------------------------------------*/
/* @group Layout */

body{
	margin: 0;
	padding: 0;
	background: url(../images(old)/arch_bg.gif) repeat-y center;
}
body, p{
	
}

h1, h2, h3, h4, h5, h6{
	margin-top: 0;
	padding-top: 0;
}

/* An extra div if needed, not plugged into the HTML by default */
#container{
	display: block;
	margin: auto;
	width: 960px;
}
#header{
	
}

#sidewrap{
	display: block;
	float: right;
	width: 307px;
}

#as{
	display: block;
	width: 284px;
	text-align: center;
	padding-right: 12px;
	padding-left: 12px;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#pastlinks{
	display: block;
	width: 284px;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 12px;
	clear: right;
}

#signup{
	display: block;
	width: 284px;
	padding-right: 12px;
	padding-left: 12px;
	text-align: center;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 12px;
}

#content{
	display: block;
	float: left;
	padding: 8px;
	width: 630px;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#clear{
	display: block;
	clear: both;
}

#api{
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	display: block;
	width: 284px;
	float: right;
	padding-top: 12px;
	padding: 12px;
	text-align: center;
}
.center{
	text-align: center;
}
.footblock{
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 10px;
	background-color: #edf8f8;
	border: 1px solid #d6d6d6;
	text-shadow: #fff 0 1px 0;
	-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
/*IE DOES NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow:0px 2px 9px #CCCCCC;
-webkit-box-shadow:0px 2px 9px #CCCCCC;
box-shadow:0px 2px 9px #CCCCCC;
filter: progid:DXImageTransform.Microsoft.Shadow(strength=2, direction=180, color='#CCCCCC');
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength=2, Direction=180, Color='#CCCCCC')";
/*Shadows look very different in IE (Only cardinal directions supported)*/
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element should have a background-color*/
/*All filters must be placed together*/
/*IE DOES NOT SUPPORT BLUR PROPERTY OF SHADOWS*/

}

/* @end */

