/*
Theme Name: Realtime Worlds v1.0
Theme URI: http://www.realtimeworlds.com/
Description: The new Realtime Worlds theme.
Version: 1.0
Author: Steve Love
Author URI: http://www.realtimeworlds.com/

	Realtime Worlds v1.0
	http://www.realtimeworlds.com/

	This theme was designed and built by Steve Love
	for Realtime Worlds.

*/



/* Begin Typography & Colors */
body {
	font:11px Verdana, Helvetica, Arial, sans-serif;
	color:#0a1219;
	}

.bold {
	font-weight:bold;
	}

.italic {
	font-style:italic;
	}

.bigger {
	font-size:24px;
	}

.error {
	color:#f00 !important;
	font-weight:bold !important;
	}

.redacted {
	color:#000;
	background:#000;
	}

.gray {
	color:#999;
	}

.green {
	color:#060;
	}

.red {
	color:#f00;
	}

.black {
	color:#000;
	}

.lightgray {
	color:#919191;
	}

.highlight {
	color:#529142;
	}

.highlight2 {
	color:#24adcf;
	}

.yellow {
	color:#efb61d;
	}

.hilite {
	background:#ff0;
	}

a:link, a:active, a:visited, a:hover {
	color:#48dd22;
	}

#header h1 {
	color:#fff;
	font:bold 32px Trebuchet MS, Helvetica, sans-serif;
	}

#menu li a {
	color:#dcdec0;
	font:bold 22px Trebuchet MS, Helvetica, sans-serif;
	}

#menu li a:hover {
	color:#24adcf;
	}

ul.subnav li a:hover {
	color:#192835 !important;
	background:#cff;
	}

#content a, #page_content a {
	color:#1ca1be;
	}

#content p, #page_content p{
	font:12px Verdana, Helvetica, Arial, sans-serif;
	}

#page_content h2 {
	color:#888;
	font:normal 22px Trebuchet MS, Helvetica, sans-serif;
	}

#page_content h3 {
	color:#666;
	}

.flash-update p:first-child {
	color:#fff;
    }

#mid_content, #sub_content {
	color:#fff;
	}

h3.rss, #sub_content h3, #openings h3, .events h3 {
	color:#fff !important;
	font:normal 22px Trebuchet MS, Helvetica, sans-serif;
	}

.sidebar h3 {
	color:#fff !important;
	font:normal 22px Trebuchet MS, Helvetica, sans-serif;
	}

#sub_content .left p, #openings {
	font-size:10px;
	}

#openings a:link, #openings a:visited, #openings a:active, #openings a:hover {
	color:#24adcf;
	text-decoration:none;
	}

.sidebar .name {
	font-weight:bold;
	font-size:12px;
	color:#48dd22;
	}

.sidebar .job, #attribution {
	font-size:10px;
	color:#48dd22;
	}

.sidebar .text, .sidebar .quote, .events {
	font-size:10px;
	color:#fff;
	}

#more_life {
	color:#48dd22;
	}

#interest_form label, span.false_label {
	font-size:12px;
	}

#recent_news li a {
	color:#48dd22;
	text-decoration:none;
	}

#more_news {
	color:#48dd22 !important;
    }

.post small {
	color:#666;
	}

.post_content h3 {
	font-size:16px !important;
	color:#333 !important;
	}

.post_content h4, .post_excerpt h4 {
	font:italic bold 14px Georgia, Nimbus Roman No9 L, Rekha, serif !important;
	color:#666;
	}

.postmetadata {
	font:italic 14px Georgia, Nimbus Roman No9 L, Rekha, serif !important;
	color:#666;
	}

.post_navigation a {
	font-size:13px !important;
	}

.vacancies_menu, .bio h4 {
	color:#777;
	}

.vacancies_menu li, ul.reading li a {
	font-size:14px !important;
    }

.job_post h3 {
	color:#529142 !important;
    }

.job_post ul, address.normal, ul.benefits {
	font-size:12px;
	}

.bio h3, .reading h3 {
	font-size:16px !important;
    }

ul.reading li a.smaller {
	font-size:11px !important;
	}

ul.reading .book p {
	font-size:11px !important;
	padding:0 !important;
	line-height:auto !important;
	}

address {
	font-style:normal;
	}

.toc ul {
	font:10px Verdana, Helvetica, Arial, sans-serif !important;
	}

.caption {
	font-style:italic;
    }

.entry ol, .entry ul, .privacy ol, .privacy ul, .faq p + ol, .faq p + ul {
	font:12px Verdana, Helvetica, Arial, sans-serif;
    }

#interest_form legend {
	color:#333;
	font-weight:bold;
	font-size:14px;
	}

#footer {
	color:#ccc;
	font:12px Trebuchet MS, Helvetica, sans-serif;
	font-style:italic;
	}

#footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
	color:#24adcf;
	}
/* End Typography & Colors */



/* Begin Structure */

/* Standard HTML Elements */
html {
	background:#454545 url("img/menu-bg.png") repeat-x;
	margin:0 auto;
	padding:0;
	}

body {
	width:990px;
	margin:0 auto;
	overflow-y:scroll;
	}
/* End Standard HTML Elements */

/* Header */
#header {
	height:78px;
	padding:0 10px 0 0;
	}

#logo_notch {
	background:url("img/logo-notch.png") no-repeat;
	width:720px;
	height:78px;
	float:left;
	margin-left:-484px;
	}

#logo_link {
	float:left;
	height:70px;
	width:143px;
	display:block;
	text-decoration:none;
	margin:2px 497px;
	outline:none;
	}
/* End Header */

/* Top Menu */
#menu {
	float:left;
	height:68px;
	width:744px;
	padding:10px 0 0;
	margin:0;
	text-align:right;
	}

#menu li {
	list-style-type:none;
	display:inline;
	margin:0 0 0 4px;
	padding:18px 0 0;
	}

#menu li a {
    text-decoration:none;
	padding:10px;
	outline:none;
	}
/* End Top Menu */


/* Content Wrappers */
#main {
	padding:20px 0 0;
	overflow:hidden;
	}

#content, #page_content {
	float:left;
	padding:0;
	width:800px;
	}

#content p, #page_content p{
	padding:0 20px;
	line-height:18px;
	}

#page_content {
    background:#fff;
	padding-bottom:10px;
	min-height:675px;
	}

#page_content h2, #page_content h3, #page_content h4 {
	padding:0 20px;
	}

#page_content hr {
	border:1px solid #ccc;
	clear:both;
	margin:0 20px 20px;
	height:0;
	}
/* End Content Wrappers */

/* Flash banner */
.flash-replaced .alt {
	display:none;
	}

.flash-update p:first-child {
	background:#000;
	filter:alpha(opacity=75);
	opacity: 0.75;
	position:absolute;
	margin:0;
	padding:5px 20px !important;
	width:758px;
	z-index:1;
	}

#flash_banner {
	margin:0;
	padding:0;
	overflow:hidden;
	width:798px;
	height:360px;
	border:1px solid #999;
	}

#static_banner {
	background:url("img/banner-apb.jpg") no-repeat;
	width:798px;
	height:360px;
	padding:240px 0 0 330px;
	}

#apb_link {
	width:160px;
	height:110px;
	display:block;
	}
/* End Flash banner */

/* Home page mid-content */
#mid_content {
	background:#0a1219 url("img/rss-bg.jpg") no-repeat -10px -50px;
	padding:18px;
	overflow:auto;
	}

#news {
	float:left;
	}

a.rss {
	text-decoration:none;
	}

h3.rss {
	background:url("img/icon-rss.png") no-repeat;
	margin:0;
	padding:0 36px;
	}

#recent_news {
	margin:10px 0;
	padding:0;
	list-style-type:none;
	width:360px;
}

#recent_news li:first-child {
	border-top:1px dotted #fff;
	margin-top:-5px;
	}

#recent_news li {
	border-bottom:1px dotted #fff;
	padding:6px 6px 6px 0;
	margin:0;
	}

#recent_news li:hover {
	background:#12222F;
	}

#more_news {
	text-decoration:none;
	display:block;
	padding:0;
	text-align:right;
	}

#create {
	float:right;
	background:url("img/banner-reg.png") no-repeat;
	height:219px;
	width:377px;
	display:block;
	text-decoration:none;
	padding:0 0 0 0px;
	outline:none;
	}

#reg-banner {
	float:right;
	height:219px;
	width:377px;
	display:block;
	border:0 none;
	}

/* Home page sub-content */
#sub_content {
	margin:10px 0;
	}

#sub_content h3 {
	margin:10px 0 6px;
	}

#sub_content .left {
	float:left;
	width:377px;
	}

#sub_content .left p {
	margin:0;
	padding:0;
	line-height:18px;
	}

#openings {
	float:left;
	margin:0 0 0 28px;
	padding:3px 15px 15px;
	width:365px;
	line-height:18px;
	position:relative;
	}

#openings h3 {
	margin:7px 0 6px;
	}

#openings_list {
	list-style-type:none;
	margin:0;
	padding:0;
	}

#openings_list li:first-child {
	border-top:1px dotted #fff;
	}

#openings_list li {
	border-bottom:1px dotted #fff;
	padding:2px 0;
	}

#openings_list li a {
	display:block;
	}

#openings_list li a:hover {
	background:#3d3d3d;
	}

#more_openings {
	text-decoration:none;
	text-align:right;
	display:block;
	}
/* End Home page sub-content */

/* Various Custom Content Styles */
.clear {
	clear: both;
    }

.entry {
	padding-top:10px;
	}

ul.subnav {
	list-style-type:none;
	margin:-20px 0 0;
	padding:10px 15px;
	}

ul.subnav li {
	float:left;
	}

ul.subnav li a {
	text-decoration:none;
	outline:none;
	padding:3px 5px;
	}

ul.subnav li:before {
	content: "|";
	}

ul.subnav li:first-child:before {
	content: "";
	}

#tourbox {
	width:680px;
	padding:0 20px;
	margin:0 auto;
	}

.studio {
	float:left;
	width:300px;
	padding:0 20px;
	margin:0 auto;
	}

.studio a {
	text-decoration:none;
	}

#proj_links {
	margin:0 auto;
	width:460px;
	height:128px;
	position:relative;
	list-style-type:none;
	padding:0;
	}

#proj_links a[title="All Points Bulletin"] {
	background:url("img/logo-projects.jpg") no-repeat -5px -34px;
	position:absolute;
	top:38px;
	left:10px;
	width:180px;
	height:88px;
	outline:none;
}

#proj_links a[title="Crackdown"] {
	background:url("img/logo-projects.jpg") no-repeat -197px 2px;
	position:absolute;
	top:0px;
	left:255px;
	width:208px;
	height:128px;
	outline:none;
}

#proj_links a[title="Super Secret Projects"] {
	background:url("img/secret.jpg") no-repeat;
	position:absolute;
	top:180px;
	left:120px;
	width:200px;
	height:70px;
	outline:none;
}

#proj_links a span {
	height:1px;
	width:1px;
	position:absolute;
	overflow:hidden;
	top:-10px;
	}

#apb_logos {
	list-style-type:none;
	margin:0 auto;
	width:360px;
	padding:0 0 100px 0;
	position:relative;
	}

#proj_apb {
	position:absolute;
	top:0;
	left:10px;
	background:url("img/logo-projects.jpg") no-repeat -5px -34px;
	width:177px;
	height:96px;
	cursor:pointer;
	}

#proj_unreal {
	position:absolute;
	top:0;
	left:250px;
	background:url("img/logo-projects.jpg") no-repeat -415px -21px;
	width:87px;
	height:88px;
	}

#apb_art {
	background:url("img/apb-art.jpg") no-repeat top center;
	width:800px;
	height:160px;
	cursor:pointer;
	}

#crackdown_logos {
	list-style-type:none;
	margin:0 auto;
	width:460px;
	padding:0 0 130px 0;
	position:relative;
	}

#crack_screens {
	width:650px;
	margin:0 auto;
	text-align:center;
	list-style-type:none;
	}

#crack_screens li {
	display:inline;
	}

#proj_crackdown {
	position:absolute;
	top:0;
	left:10px;
	background:url("img/logo-projects.jpg") no-repeat -197px 2px;
	width:198px;
	height:128px;
	}

#proj_xbox {
	position:absolute;
	top:0;
	left:250px;
	background:url("img/logo-projects.jpg") no-repeat -515px 0px;
	width:228px;
	height:128px;
	}

h2.no_banner {
	margin:20px 0;
	}

address {
	padding:0 20px;
	}

.address:first-child {
	border-right:2px solid #777;
	}

.address {
	width:250px;
	float:left;
	}

.alert {
	background:#EAF5FF;
	display:inline;
	margin-left:20px;
	padding:10px 5px !important;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}
/* End Various Custom Content Styles */

/**
 * News
 */
.post {
	border-bottom:2px solid #ccc;
	border-top:2px solid #ccc;
	margin:-2px 20px 0;
	padding:5px 0;
	}

.post:hover {
	background:#effcff;
	}

.post_title {
	margin-bottom:2px;
	}

.post small {
	display:block;
	margin:0 20px;
	}

.post_excerpt a {
	text-decoration:none;
	}

.postmetadata {
	background:#e0e0e0;
	margin:0 20px;
	padding:15px !important;
	}

.post_navigation {
	position:relative;
	margin:20px 20px 55px;
	}

.post_navigation .prev {
	float:left;
	width:350px;
	display:block;
	padding:10px;
	height:35px;
	}

.post_navigation .next{
	float:right;
	width:350px;
	display:block;
	padding:10px;
	height:35px;
	text-align:right;
	}
/* End News */

/**
 * Careers
 */
.vacancies_menu {
	list-style-type:none;
	margin:20px 20px 0;
	padding:6px 1px 24px;
	background:#333;
	}

.vacancies_menu li {
	float:left;
	padding:2px 7px 2px 5px;
	margin-top:-2px;
	}

.vacancies_menu li:hover {
	background:url("img/stripes.png");
	}

.vacancies_menu li.active {
	background:url("img/stripes2.png");
	cursor:default;
	}

.vacancies_menu li a {
	text-decoration:none;
	outline:none;
	padding:1px 0 2px 5px;
	}

.vacancies {
	list-style-type:none;
	margin:0 0 20px;
	padding:0 20px;
	}

.vacancies li {
	border-bottom:1px solid #999;
	cursor:pointer;
	}

.vacancies li.odd {
	background:#e0e0e0;
	}

.vacancies li.even {
	background:#efefef;
	}

.vacancies li a {
	display:block;
	padding:10px 10px 10px 35px;
	width:715px;
	}

.vacancies li a.uk {
	background:url("img/flag-scotland.png") no-repeat 10px;
	}

.vacancies li a.us {
	background:url("img/flag-us.png") no-repeat 10px;
	}

.vacancies li a.uk:hover {
	background:#fff url("img/flag-scotland.png") no-repeat 10px;
	}

.vacancies li a.us:hover {
	background:#fff url("img/flag-us.png") no-repeat 10px;
	}

.job_post {
	background:#e0e0e0;
	margin:0 20px;
	padding:1px 0 2px;
	}

.job_post h3 {
	margin-bottom:0px;
	}

.job_post h3 + p {
	margin-top:0px;
	}

.job_post ul, address.normal, ul.benefits {
	line-height:18px;
	}

ul.some_links {
	list-style-type:none;
	padding:0;
	margin:0 20px;
	}

#dundee1 {
	background:url("img/dundee_pics.jpg") no-repeat 0 10px;
	width:442px;
	height:184px;
	margin:0 auto;
	}

#dundee2 {
	background:url("img/dundee_pics.jpg") no-repeat 0 -163px;
	width:442px;
	height:184px;
	margin:0 auto;
	}

#boulder1 {
	background:url("img/boulder_pics.jpg") no-repeat 0 11px;
	width:442px;
	height:184px;
	margin:0 auto;
	}

#boulder2 {
	background:url("img/boulder_pics.jpg") no-repeat 0 -160px;
	width:442px;
	height:184px;
	margin:0 auto;
	}

#bio_menu{
	list-style-type:none;
	padding:0;
	margin:0 auto;
	text-align:center;
	width:610px;
	}

#bio_menu li {
	float:left;
	margin:0px;
	padding:20px;
	cursor:pointer;
	width:78px;
	height:141px;
	}

#bio_menu li.current, #bio_menu li.current:hover {
	background:#ccc;
	}

#bio_menu li:hover {
	background:#e0e0e0;
	}

#bio_menu li a {
	line-height:16px;
	}

.bio h3 {
	margin-bottom:0px;
	}

.bio h4 {
	margin-top:2px;
	}

.reading h3 {
	border-bottom:2px solid #ccc;
	margin:0 20px;
	padding-top:20px !important;
	clear:both;
	}

ul.reading {
	list-style-type:none;
	margin:0;
	padding:0 20px;
	}

ul.reading li {
	float:left;
	width:380px;
	height:130px;
	}

ul.reading li a {
	line-height:18px;
	}

ul.reading .img {
	width:125px;
	height:125px;
	float:left;
	}

ul.reading .book {
	float:left;
	width:235px;
	height:125px;
	}

/* End Careers */

/* Privacy Policy */
.toc {
	margin:0 20px;
	background:#e0e0e0;
	border:1px solid #ccc;
	padding:20px;
	float:left;
	}

.toc ul {
	list-style-type:none;
	margin:0;
	padding:0;
	}

.toc li {
	padding:2px 0;
	}

.toc ul ul {
	list-style-type:disc;
	padding:0 30px;
	}

#page_content hr {
	border:1px solid #ccc;
	clear:both;
	margin:0 20px 20px;
	height:0;
	}

a[href="#toc"] {
	margin-bottom:20px;
	}
/* End Privacy Policy */


/* Footer */
#footer {
	clear:both;
	width:990px;
	padding:20px 0 0;
	}

#footer hr {
	border:0;
	background:0 none;
	height:5px;
	}

ul.footer_nav {
	list-style-type:none;
	margin:0 0 0 -5px;
	padding:10px 15px 10px 0;
	}

ul.footer_nav li {
	float:left;
	}

ul.footer_nav li:before {
	content: "|";
	}

ul.footer_nav li:first-child:before {
	content: "";
	}

ul.footer_nav li a {
	outline:none;
	padding:3px 5px;
	}
/* End Footer */
/* End Structure */



/*	Begin Image Headers */
#hdr_accommodations {
	background:url("img/hdr-contact.jpg") no-repeat;
	height:246px;
	width:760px;
	margin:20px 20px 0;
	}

#hdr_all_points_bulletin {
	background:url("img/hdr-apb.jpg") no-repeat;
	height:272px;
	width:760px;
	margin:20px 20px 0;
	cursor:pointer;
	}

#hdr_awards {
	background:url("img/hdr-awards.jpg") no-repeat;
	height:174px;
	width:760px;
	margin:20px 20px 0;
	}

#hdr_careers {
	background:url("img/hdr-careers.jpg") no-repeat;
	height:259px;
	width:760px;
	margin:20px 20px 0;
	}

#hdr_contact {
	background:url("img/hdr-contact.jpg") no-repeat;
	height:246px;
	width:760px;
	margin:20px 20px 0;
	}

#hdr_company {
	background:url("img/hdr-company.jpg") no-repeat;
	height:266px;
	width:760px;
	margin:20px 20px 0;
	}

#hdr_crackdown {
	background:url("img/hdr-crackdown.jpg") no-repeat;
	height:272px;
	width:760px;
	margin:20px 20px 0;
	}

#hdr_directions {
	background:url("img/hdr-contact.jpg") no-repeat;
	height:246px;
	width:760px;
	margin:20px 20px 0;
	}

#hdr_directors {
	background:url("img/hdr-directors.jpg") no-repeat;
	height:266px;
	width:760px;
	margin:20px 20px 0;
	}

#hdr_faqs {
	background:url("img/hdr-careers.jpg") no-repeat;
	height:259px;
	width:760px;
	margin:20px 20px 0;
	}

#hdr_graduates {
	background:url("img/hdr-careers.jpg") no-repeat;
	height:259px;
	width:760px;
	margin:20px 20px 0;
	}

#hdr_how_to_apply {
	background:url("img/hdr-careers.jpg") no-repeat;
	height:259px;
	width:760px;
	margin:20px 20px 0;
	}

#hdr_life_at_rtw {
	background:url("img/hdr-careers.jpg") no-repeat;
	height:259px;
	width:760px;
	margin:20px 20px 0;
	}

#hdr_life_in_boulder {
	background:url("img/hdr-boulder.jpg") no-repeat;
	height:294px;
	width:760px;
	margin:20px 20px 0;
	}

#hdr_life_in_dundee {
	background:url("img/hdr-dundee.jpg") no-repeat;
	height:294px;
	width:760px;
	margin:20px 20px 0;
	}

#hdr_news {
	background:url("img/hdr-news.jpg") no-repeat;
	height:218px;
	width:760px;
	margin:20px 20px 0;
	}

#hdr_our_approach {
	background:url("img/hdr-approach.jpg") no-repeat;
	height:200px;
	width:760px;
	margin:20px 20px 0;
	}

#hdr_press {
	background:url("img/hdr-contact.jpg") no-repeat;
	height:246px;
	width:760px;
	margin:20px 20px 0;
	}

#hdr_projects {
	background:url("img/hdr-awards.jpg") no-repeat;
	height:174px;
	width:760px;
	margin:20px 20px 0;
	}

#hdr_recommended_reading {
	background:url("img/hdr-reading.jpg") no-repeat;
	height:240px;
	width:760px;
	margin:20px 20px 0;
	}

#hdr_student_programming_contest {
	background:url("img/hdr-code-contest.jpg") no-repeat;
	height:266px;
	width:760px;
	margin:20px 20px 0;
	}

#hdr_studio_tour {
	background:url("img/hdr-company.jpg") no-repeat;
	height:266px;
	width:760px;
	margin:20px 20px 0;
	}

#hdr_super_secret_projects {
	background:url("img/hdr-secret.jpg") no-repeat;
	height:250px;
	width:760px;
	margin:20px 20px 0;
	}

#hdr_why_work_at_rtw {
	background:url("img/hdr-careers.jpg") no-repeat;
	height:259px;
	width:760px;
	margin:20px 20px 0;
	}


.caption {
	display:block;
	padding:5px 20px 10px;
	}
/* End Image Headers */



/* Begin Images */
a img {
	border:0 none;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.floatLeft {
	float:left;
	margin:4px 10px 4px 0;
	}

.floatRight {
	float:right;
	margin:4px;
	}
/* End Images */



/* Begin Post Entry Lists */
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

.entry ol, .entry ul, .privacy ol, .privacy ul, .faq p + ol, .faq p + ul {
	line-height:18px;
	}

.entry ol li, .entry ul li, .privacy ol li, .privacy ul li, .faq p + ol li, .faq p + ul li{
	padding-right:20px;
	}

/* End Post Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

#interest_form label, #interest_form input[type="text"], span.false_label {
	margin:5px 20px;
	}

#interest_form .button {
	margin:20px;
	}

#interest_form fieldset {
	margin:0 20px;
	padding:10px 0;
	width:580px;
	border:2px solid #ccc;
	-moz-border-radius: 10px;
	}

input.interest_field {
	background:#e0e0e0;
	border:1px solid #333;
	}

input[type="checkbox"] {
	margin:10px 0;
	}

select.interest_field {
	background:#e0e0e0;
	border:1px solid #333;
	margin-left:20px;
	}

select.interest_field + select.interest_field {
	margin-left:5px;
	}

#region {
	width:165px;
	}

#error_box {
	height:30px;
	margin:0 20px 20px;
	}

#form_error {
	display:none;
	border:1px solid #f00;
	background:#fcd;
	margin:0 !important;
	padding:10px !important;
	}

.form_help {
	cursor:help;
	}

#form_help_box {
	display:none;
	border:1px solid #007ea8;
	background:#ddeaee;
	padding:5px;
	position:absolute;
	width:200px;
	}

#form_help_box img {
	position:absolute;
	top:-6px;
	right:-6px;
	}

/* End Form Elements */



/* Begin Comments*/
.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	float:left;
	margin:0 0 0 20px;
	padding:0;
	width:151px;
	}

.sidebar {
	background:#0a1219 url("img/title-notch-gray.png") no-repeat -5px -5px;
	border:1px solid #fff;
    padding:10px;
	}

.sidebar h3 {
	background:url("img/icon-life.png") no-repeat;
	margin:0;
	padding:0 0 8px 36px;
    border-bottom:1px dotted #fff;
	}

.sidebar .photo {
	width:78px;
	height:105px;
	margin:10px 0px 0;
	}

.sidebar .bio {
	padding:10px 0 0;
	margin-top:-12px;
	}

.sidebar .job {
	margin-top:-8px;
	}

.sidebar .text {
	margin-top:0;
	}

.sidebar .image {
	background:url("img/chatter.png") no-repeat;
	width:118px;
	height:99px;
	position:absolute;
	top:15px;
	right:18px;
	z-index:1;
	}

.sidebar .quote {
	background:url("img/sidebar-mid.png") repeat-y;
	width:120px;
	padding:25px 16px 0 15px;
	margin-top:85px;
	}

#more_life {
	text-decoration:none;
	display:block;
	text-align:right;
	}

#attribution {
	width:138px;
	height:27px;
	margin-top:-10px;
	text-decoration:none;
	display:block;
	padding:5px 13px 0 0;
	text-align:right;
	}

.quickfacts {
	background:#ccc;
	font-size:1.2em;
	padding:0 0 10px;
	}

.quickfacts h5 {
	margin:0 20px;
	color:#444;
	}

.quickfacts p {
	margin:5px 0;
	}

#interest_link {
	margin:20px 0 0;
	width:151px;
	height:151px;
	border:1px solid #000;
	display:block;
	}

#interest_link_big {
	margin:0 0 20px;
	width:150px;
	height:400px;
	border:1px solid #000;
	display:block;
	outline:none;
	}

#interest_link img {
	border:0 none;
	}

.sidebar_ad {
	margin-top:20px;
	}

.events {
    background:#0a1219 url("img/title-notch-gray.png") no-repeat -5px -5px;
	border:1px solid #fff;
    padding:10px;
    margin-top:20px;
    }

.events h3 {
	background:url("img/icon-events.png") no-repeat;
	margin:0;
	padding:0 36px 5px;
    border-bottom:1px dotted #fff;
	}

.events h4 {
    margin-top:8px;
    margin-bottom:4px;
    }

.events p {
	margin-top:0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.rule {
	border-top:1px solid #ccc;
	margin:15px 5px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Begin jQuery Thickbox CSS */
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url("img/macFFBgHack.png") repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	opacity: 0.75;
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	opacity: 0;
	height:100%;
	width:100%;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
}

#TB_no_prev {
	color:#fff !important;
	}
/* End jQuery Thickbox CSS */
