@charset "utf-8";

html {
	margin: 0;
	padding: 0;
	text-align: left;
}

body {
	width: 890px;
	background-color: #fff;
	color: #000;
	font-family: sans-serif;
	margin: 0;
	padding: 0;
}

a 			{ color: #3c789a; text-decoration: underline; }
a:link		{ color: #3c789b; text-decoration: underline; }
a:visited	{ color: #3c789c; text-decoration: underline; }
a:active	{ color: #3c789d; text-decoration: underline; }
a:hover		{ color: #3c789e; text-decoration: none; }

h2			{ font-size: 150%; }
h3			{ font-size: 130%; font-weight: normal; }
h4, h5, h6	{ font-size: 120%; }

.clear {: both; }

/*  - Header
------------------------------------------------*/

.header {
	position: relative;
	width: 890px;
	height: 166px;
	margin: 0;
	padding: 0;
	z-index: 0;
}

.site-title {
	margin: 0;
	padding: 0;
}

.site-title img {
	position: absolute;
	top: 10px;
	left: 40px;
}

#utility-nav {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 35px;
	background-color: #eb003d;
	color: #fff;
	font-size: 90%;
	line-height: 35px;
	text-align: center;
	margin: 0;
	padding: 0 20px;
}

#utility-nav li {
	display: inline;
	margin: 0;
	padding: 0 10px;
	border-right: 1px solid #fff;
}

#utility-nav a {
	color: #fff;
	text-decoration: underline;
}

#utility-nav a:hover {
	text-decoration: none;
}

#utility-nav .end {
	border: none;
}

#navigation {
	position: absolute;
	top: 110px;
	left: 0px;
	width: 635px;
	height: 56px;
	margin: 0;
	padding: 0 0 0 25px;
	background: #ea003d url(images/navigation_base.gif) no-repeat right top;
	z-index: 0;
}

#navigation li {
	list-style: none;
	float: left;
	margin: 0;
}

#navigation li a {
	display: block;
	_display: normal;
	height: 50px;
	padding: 0 1.2em;
	line-height: 50px;
	color: #fff;
	text-decoration: none;
}

#navigation li a:hover {
	text-decoration: underline;
}


/*  - Container [ section / content ]
------------------------------------------------*/

.container {
/*	overflow: auto;*/
	width: 890px;
/*	background: transparent url(images/container_bg.gif) repeat-y right top;*/
	margin: 0;
	position: relative;
}

.section {
	margin: 0 0 10px 0;
}

.content {
	float: left;
	width: 505px;
	background: #d8d8d8 url(images/innerbox_btm.gif) no-repeat right bottom;
/*	background-color: #d8d8d8;*/
	margin: 0 30px 20px 0;
	padding: 0 50px 30px 105px;
	z-index: 100;
}

.connected { 
	width: 660px;
	height: 270px;
	background: #d8d8d8 url(images/home_bnr_base.jpg) no-repeat right top;
	position: relative;
	margin: 0 -50px 0 -105px;
/*	padding: 0 50px 30px 105px;*/
}

.connected h3 {
	position: absolute;
	top: 20px;
	left: 465px;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 100%;
	font-weight: bold;
}

.connected ul {
	position: absolute;
	top: 60px;
	left: 465px;
	font-size: 95%;
	margin: 0;
	padding: 0;
}

.connected ul li { 
	list-style-type: none;
	padding: 0 0 0 20px;
	background-position: left center;
	background-repeat: no-repeat;
}

.connected ul li.feed    { background-image: url(images/feed-icon.gif); }
.connected ul li.tag     { background-image: url(images/tag-icon.gif); }
.connected ul li.twitter { background-image: url(images/twitter-icon.gif); }

.content p {
	margin: 0;
	padding: 5px 0 15px 0;
}


.page-title {
	font-size: 150%;
	margin: 0;
	padding: 20px 0 0 0;
}


/*  - Container [ entry ]
------------------------------------------------*/

.entry {
	clear: both;
	position: relative;
/*	width: 505px;*/
	margin: 0 auto;
	z-index: 200;
}

.entry-title {
	width: 505px;
	height: 135px;
	background: #d8d8d8 url(images/innerbox_header.gif) no-repeat 0 0;
	color: black;
	font-size: 120%;
	font-weight: bold;
	line-height: 135px;
	margin: 0 -50px 0 -105px;
	padding: 0 50px 0 105px;
}

.entry-title a       { color: #000; text-decoration: none; }
.entry-title a:hover { color: #000; text-decoration: underline; }

.meta {
/*	position: absolute;*/
	position: relative;
	top: -10px;
	left: 0;
/*	_right: 55px;*/
	font-size: 90%;
	text-align: right;
	margin: 0;
	padding: 0;
}

.meta li { display: inline; }

.entry-content {
	margin: 5px 0 0 0;
	padding: 0;
}

.content p a.news-link {
	background: url(images/arrow_gray.gif) no-repeat left center;
	margin: 0;
	padding: 0 0 0 20px;
}


/*  - Container [ Table ]
------------------------------------------------*/

.error {
	display: block;
	padding: 1em;
	background-color: #ff9;
}

.menu {
/*	background: white url(images/sponsors_bg.png) no-repeat right top;*/
}

p.dayofweek {
	position: relative;
	top: 30px;
	left: 0;
	margin: 0;
	padding: 0;
}

table {
/*	width: 510px;
	_width: 500px;*/
	width: 100%;
	color: #000;
	font-size: 90%;
	font-weight: normal;
	margin: 10px 0;
	border: 1px solid #eb003d;
}

th {
/*	min-height: 70px;
	height: auto !important;
	height: 70px;*/
	background-color: #eb003d;
	color: #fff;
	font-weight: bold;
	border-top: 1px solid #eb003d;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #eb003d;
	border-left: 1px solid #eb003d;
	margin: 0;
	padding: 15px 0;
}

th.end {
	border-right: none;
}

td {
	min-height: 70px;
/*	height: auto !important;*/
	height: 70px;
	color: #000;
	background-color: #fff;
	border: 1px solid #eb003d;
	margin: 0;
	padding: 10px;
}

table#user-list td strong { 
/*	padding-left: 18px;*/
/*	background: #F3F6F9 url(images/check.png) no-repeat left center;*/
}

.content .sponsors ul {
	margin: 0;
	padding: 20px 0 20px 20px;
	list-style: circle outside;
}


/*  - Sponsors
------------------------------------------------*/

#sponsors {
	float: right;
	clear: right;
	position: relative;
/*	position: absolute;*/
	top: -55px;
	right: 0;
	width: 200px;
	height: auto;
/*	margin: -55px 0 0 0;*/
	margin: 0;
	padding: 0;
	z-index: 300;
}

#sponsors h2 {
	width: 200px;
	height: 50px;
	background: transparent url(images/sponsors_header.gif) no-repeat 0 0;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	line-height: 60px;
	margin: 0 0 10px 0;
	padding: 0;
	z-index: 400;
}

#sponsors h3 { 
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #d8d8d8;
}

#sponsors ul { 
	margin: 10px 0 20px 0;
}

#sponsors ul li { 
	list-style-type: none;
	margin: 0 0 10px;
	text-align: center;
}


/*  - Footer
------------------------------------------------*/

.footer {
	clear: both;
/*	background: #57738b url(images/footer_bg.png) no-repeat left top;*/
	margin: 0;
	padding: 60px 0 0 0;
}

.footer a 			{ color: #f0134e; text-decoration: underline; }
.footer a:link		{ color: #f0134d; text-decoration: underline; }
.footer a:visited	{ color: #f0134c; text-decoration: underline; }
.footer a:active	{ color: #f0134b; text-decoration: underline; }
.footer a:hover		{ color: #f0134a; text-decoration: none; }

.footer-content {
	width: 890px;
}

.past_yapcs,
.users,
.admin,
.treasurer,
.events {
	float: right;
	width: 130px;
	margin: 10px 0px 20px 0px;
	padding: 0 10px 0 0;
}

.footer .section h2 {
	font-size: 110%;
	color: #000;
}

.footer .section ul {
	margin: 10px 0 20px 0;
	list-style-type: none;
}

.footer .section li {
	background: url(images/arrow_white.gif) no-repeat left center;
	margin: 5px 0;
	padding: 0 0 0 20px;
}

address {
	clear: both;
	display: block;
	font-style: normal;
	text-align: center;
	margin: 0;
	padding: 20px 0 40px 0;
	border-top: 1px dotted #f0134c;
}


/*  - Longin, Search
------------------------------------------------*/

table#login,
table#changepass,
table#register,
table#search {
	width: 80%;
	color: #000;
	font-size: 90%;
	font-weight: normal;
	margin: 10px auto 30px auto;
	padding: 10px 0;
	border: 1px solid #666;
}

table#login th,
table#changepass th,
table#register th,
table#search th {
	min-height:30px;
	height: auto !important;
	height: 30px;
	background-color: #eee;
	color: #000;
	font-weight: normal;
	text-align: right;
	border: none;
	margin: 0;
	padding: 0 10px;
}

table#login td,
table#changepass td,
table#register td,
table#search td {
	min-height:30px;
	height: auto !important;
	height: 30px;
	color: #000;
	background-color: #eee;
	margin: 0;
	padding: 10px 10px 10px 10px;
	border: none;
}

table#login input.input,
table#changepass input.input,
table#register input.input,
table#search input.input {
	border: 1px solid #6f8baa;
	margin: 0;
	padding: 3px;
}

table#user-list,
table#stats {
	width: 100%;
	color: #000;
	font-size: 90%;
	font-weight: normal;
	margin: 10px 0;
	border: 1px solid #eb003d;
}

table#user-list a,
table#stats a			{ color: #000; text-decoration: underline; }
table#user-list a:link,
table#stats a:link		{ color: #000; text-decoration: underline; }
table#user-list a:visited,
table#stats a:visited	{ color: #000; text-decoration: underline; }
table#user-list a:active,
table#stats a:active	{ color: #000; text-decoration: underline; }
table#user-list a:hover,
table#stats a:hover		{ color: #000; text-decoration: none; }

table#user-list th,
table#stats th {
	min-height:30px;
	height: auto !important;
	height: 30px;
	background-color: #eb003d;
	color: #fff;
	font-weight: bold;
	border-top: 1px solid #eb003d;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #eb003d;
	border-left: 1px solid #eb003d;
	margin: 0;
	padding: 15px 0;
}

table#user-list th.end,
table#stats th.end {
	border-right: none;
}

table#user-list td,
table#stats td {
	min-height:30px;
	height: auto !important;
	height: 30px;
	color: #000;
	background-color: #fff;
	border: 1px solid #eb003d;
	margin: 0;
	padding: 10px;
}


/*  - Stats
------------------------------------------------*/

table#countries,
table#pmgroup {
	width: 100%;
	color: #000;
	font-size: 90%;
	font-weight: normal;
	margin: 0;
	border: none;
}

table#countries th,
table#pmgroup th {
	background-color: #fff;
	color: #000;
	font-weight: bold;
	border-top: none;
	border-right: none;
	border-bottom: 1px dotted #000;
	border-left: none;
	margin: 0;
	padding: 10px 0;
}

table#countries td,
table#pmgroup td {
	color: #000;
	background-color: #fff;
	border-top: none;
	border-right: none;
	border-bottom: 1px dotted #000;
	border-left: none;
	margin: 0;
	padding: 10px 0;
}



/*  - Picture
------------------------------------------------*/

.picture {
	clear: both;
	text-align: center;
	margin: 2em 0;
}

li .picture {
	display: block;
}

.picture img {
	margin: 0 auto 2px auto;
	border: 1px solid black;
}

.picture.small {
	margin: 1em 0;
}

.picture.small img {
	float: right;
	margin: 0 0 1em 1em;
}

.picture.set {
	padding: 10px 0;
	border: 1px solid black;
}

.picture.set img {
	margin: 0 5px;
}

.picture .caption {
	display: block;
	margin: 0.5em 0;
	font-size: 95%;
	color: gray;
}

