/* Add this stuff to the universal CSS file when the theme is finished */
body	{ 
	font-family: Arial, sans-serif; 
	font-size: 62.5%; 
	background: #3b6ab8 url(/universal_resources/Swingmonkey2010/images/background-gradient.png) 0px 0px repeat-x;
	color:#222222;
	padding: 0px;
	margin: 0px;
}
#header h1 {
	margin: 0px auto;
	padding: 0px;
	width: 416px;
	height: 140px;
	background: url("/universal_resources/Swingmonkey2010/images/logo.png") no-repeat center top;
	z-index: 20;
}
h1 span, .hidden {
	visibility:hidden;
}
h1 {
	font-weight: normal;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	color: #878787;
	height: 100%;
}
h2 {
	font-weight: normal;
	font-size: 25px;
	margin: 0px;
	padding: 0px;
	color: #222222;
	height: 100%;
}

h3 {
	font-weight: normal;
	font-size: 18px;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #222222;
}
h3 a:link {
	color: #222222;
	text-decoration: none;
}

p {

}
fieldset {

}
legend {
	font-size: 1.5em;
	font-weight: bold;
	color: #878787;
}
	
a:link		{ color: #0F1176; text-decoration:none; }
a:active	{ color: #A2153E; text-decoration:none; }
a:visited	{ color: #0F1176; text-decoration:none; }
a:hover		{ color: #A2153E; text-decoration: underline; }
#header {
	padding: 0px 0px 0px 0px;
	height: 140px;
	margin: 0px auto;
}

#banners {
	position: absolute;
	right: 0px;
	top: 28px;
	width: 300px;
	height: 115px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	vertical-align: middle;
	z-index: 10;
	border: 2px solid #fff;
	background: #fff;
}
#banners .title {
	font-size: 10px;
	margin: 0px;
	padding: 0px 4px;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	background: #fff;
	color: #5677aa;
}
#friends-banners  {
	font-size: 10px;
	width: 300px;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0px 0px 0px;
	border-top: none;
}
#friends-banners-title {
	font-style: italic;
	margin: 0px; 
	padding: 0px;
	clear: both;
}
#nav {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 20;
	text-align: left;
	font-size: 25px;
	height: 30px;
	background-color: #fff;
	border-bottom: 1px solid #8598bc;
	padding: 0px 0px 10px 0px;
	margin: 0px 9px;
}
#nav ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#nav ul li {
	list-style-type: none;
	list-style-image: none;
	background: none;
	height: 16px;
	padding: 0px;
	margin-left: 10px;
	display: inline;
}

#nav a {
	color: #14347d;
}

#nav ul li a:hover {

}
li#navselected {
}
#nav a.active {
	text-decoration: none;
	border-bottom: 1px solid #14347d;
}
#wrapper {
	background: url(/universal_resources/Swingmonkey2010/images/background-monkeys.png) -20px -20px;
	padding: 0px 40px;
}
#content, #container {
	font-size: 1.25em;
	padding-bottom: 0px;
	position: relative;
}
#wrapper #container #center #squeeze #corners, #wrap {
	position: relative;
	height: 9px;
}
#corners {
	text-align: center;
}
#corner-left {
	height: 9px;
	width: 9px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(/universal_resources/Swingmonkey2010/images/body-corner-tl.png) top left no-repeat;
}
#corner-right {
	height: 9px;
	width: 9px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(/universal_resources/Swingmonkey2010/images/body-corner-tr.png) top left no-repeat;
}
#corner-background {
	background: #fff;
	height: 9px;
	margin: 0px 9px;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
}

#wrapper #container #center #squeeze #background-color {
	background: #fff;
  	padding: 0px 25px 10px 15px;
	min-height: 1500px;
}

#wrapper #container .sidebar .block, .phpbb-block {
	margin: 0 0 1em 0;
	padding: 9px 0px 0px 0px;
	font-size: 1em;
	background: url(/universal_resources/Swingmonkey2010/images/sidebar-corner-tl.png) top left no-repeat;
}
.block h2 {
	color: #14347D;
}
.sidebar .block-background-color {
	background: #c1cce1;
	padding: 0px 9px 0px 9px;
}
.sidebar .block-bottom {
	height: 9px;
	background: url(/universal_resources/Swingmonkey2010/images/sidebar-corner-bl.png) top left no-repeat;
}

body.sidebar-left #squeeze {
  margin-left: 220px;
}
/* We must define 100% width to avoid the body being too narrow for near-empty pages */
#wrapper #container #center {
  width: 100%;
}
/* We ensure the sidebars are still clickable using z-index */
#wrapper #container .sidebar {
  margin: 0px 0 5em;
  padding: 10px 10px 0px 0px;
  width: 220px;
  z-index: 2;
  position: absolute;

}
/* So we move the #center container over the sidebars to compensate */
body.sidebar-left #center {
  margin-right: -220px;
}
body.sidebar-right #center {
  margin-left: -220px;
}
body.sidebars #center {

}
/* And add blanks left and right for the sidebars to fill */
body.sidebar-right #squeeze {
  margin-right: 220px;
}
body.sidebars #squeeze {
  margin: 0 220px;
}
#sidebar-left {
  top: 0px;
  left: 0px;
}
#sidebar-right {
  top: 0px;
  right: 0px;
}
#wrapper #container .sidebar .block {

}

#sidebar-left .block {
  padding: 0 15px 0 0px;
}

#sidebar-right .block {
  padding: 0 0px 0 0px;
}

.block .content {
  padding: 0.5em 0;
}

#wrapper #container #center #squeeze {
  position: relative;

}

#wrapper #container #footer {
  float: none;
  clear: both;
  text-align: left;
  margin: 70px 20px 0px 0px;
  color: #fff;
}
#footer * {
	background: none;
}
.social-links {
	clear: both;
	padding: 5px;
	background: #c1cce1;
}
.social-links a, .social-links strong {
	margin: 0px 10px;
	float: left;
	color: #14347D;
}
.cleartrick {
	clear: both;
}