/*
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;
	}

.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:#529142;
	}
	
#menu li a {
	text-decoration:none;
	color:#dcdec0;
	font:bold 12px Trebuchet MS, Helvetica, sans-serif;
	}

#menu li a:hover {
	color:#24adcf;
	}
	
#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 14px Trebuchet MS, Helvetica, sans-serif;
	}
	
#page_content h3 {
	color:#666;
	}
	
#mid_content {
	color:#fff;
	}
	
h3.rss, #sub_content h3, #openings h3 {
	font:normal 13px Trebuchet MS, Helvetica, sans-serif;
	}
	
#sub_content {
	color:#fff;
	}
	
#sub_content  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:#529142;
	}

.sidebar .job, #attribution {
	font-size:10px;
	color:#529142;
	}
	
.sidebar .text, .sidebar .quote {
	font-size:10px;
	color:#fff;
	}

#interest_form label {
	font-size:12px;
	}


#footer {
	color:#ccc;
	font:10px 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 */
html {
	background:#454545 url("img/mobile/menu-bg.png") repeat-x;
	margin:0 auto;
	padding:0;
	}

body {
	width:480px;
	margin:0 auto;
	overflow-y:scroll;
	}

.clear {
	clear: both;
}

/* Header */ 
#header {
	height:35px;
	padding:0 10px 0 0;
	}

#logo_notch {
	background:url("img/mobile/logo-notch.png") no-repeat;
	width:319px;
	height:35px;
	float:left;
	margin-left:-218px;
	}
	
#logo_link {
	float:left;
	height:33px;
	width:75px;
	display:block;
	text-decoration:none;
	margin:2px 217px;
	outline:none;
	}
/* End Header */

/* Top Menu */
#menu {
	float:left;
	height:32px;
	width:369px;
	padding:3px 0 0;
	margin:0;
	text-align:right;
	}
	
#menu li a img {
	border:0 none;
	padding-top:5px;
	}

#menu li {
	list-style-type:none;
	display:inline;
	margin:0 0 0 1px;
	padding:18px 0 0;
	}
	
#menu li a {
	text-decoration:none;
	padding:5px;
	outline:none;
	}
/* End Top Menu */

#main {
	padding:10px 0 0;
	overflow:hidden;
	}
	
/* Content Wrappers */
#content, #page_content {
	float:left;
	padding:0;
	width:480px;
	}
	
#content p, #page_content p{
	padding:0 20px;
	line-height:18px;
	}
	
#page_content {
	background:#fff;
	padding-bottom:10px;
	}
	
#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_mobile{
	margin:0;
	padding:0;
	overflow:hidden;
	width:478px;
	height:216px;
	border:1px solid #999;
	}
	
#static_banner_mobile {
	background:url("img/mobile/banner-apb.jpg") no-repeat;
	width:478px;
	height:216px;
	padding:155px 0 0 192px;
	}
	
#apb_link_mobile {
	width:110px;
	height:55px;
	display:block;
	}
	
#mid_content {
	background:#0a1219 url("img/rss-bg.jpg") no-repeat -10px -50px;
	padding:10px;
	overflow:auto;
	}

#news {
	float:left;
	}
	
h3.rss {
	background:url("img/mobile/icon-rss.png") no-repeat;
	margin:0;
	padding:0 20px;
	}

#recent_news {
	margin:10px 0;
	padding:0;
	list-style-type:none;
	width:230px;
}

#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;
	}
	
#recent_news li a {
	color:#48dd22;
	text-decoration:none;
	}
	
#more_news {
	color:#48dd22 !important;
	text-decoration:none;
	display:block;
	padding:0;
	text-align:right;
	}
	
#create {
	float:right;
	background:url("img/mobile/banner-reg.jpg") no-repeat;
	border:1px solid #fff;
	height:290px;
	width:220px;
	display:block;
	text-decoration:none;
	padding:0 0 0 0px;
	}
	
#sub_content {
	margin:10px 0;
	}
	
#sub_content h3 {
	margin:10px 0 6px;
	}

#sub_content p {
	margin:0;
	padding:0;
	line-height:18px;
	}
	
#openings {
	float:left;
	margin:0;
	padding:3px 0 15px;
	width:480px;
	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;
	}
	
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: "";
	}
	
.entry {
	padding-top:10px;
	}
	
#tourbox {
	width:340px;
	padding:0;
	margin:0 auto;
	}
	
.studio {
	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 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:197px;
	height:96px;
	}
	
#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/mobile/apb-art.jpg") no-repeat top center;
	width:480px;
	height:126px;
	}
	
#crackdown_logos {
	list-style-type:none;
	margin:0 auto;
	width:460px;
	padding:0 0 130px 0;
	position:relative;
	}
	
#crack_screens {
	width:400px;
	margin:0 auto;
	padding:0;
	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:208px;
	height:128px;
	}
	
#proj_xbox {
	position:absolute;
	top:0;
	left:250px;
	background:url("img/logo-projects.jpg") no-repeat -515px 0px;
	width:228px;
	height:128px;
	}
	
address {
	padding:0 20px;
	font-style:normal;
	}
	
.address:first-child {
	border-right:2px solid #777;
	}
	
.address {
	width:240px;
	float:left;
	}
	
/**
 * 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;
	color:#666;
	}
	
.post_excerpt a {
	text-decoration:none;
	}
	
.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 {
	background:#e0e0e0;
	margin:0 20px;
	padding:15px !important;
	font:italic 14px Georgia, Nimbus Roman No9 L, Rekha, serif !important;
	color:#666;
	}
	
.post_navigation {
	position:relative;
	margin:20px 20px 55px;
	}
	
.post_navigation a {
	font-size:13px !important;
	}
	
.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:10px 10px 0;
	padding:6px 1px 24px;
	background:#333;
	color:#777;
	}
	
.vacancies_menu li {
	float:left;
	font-size:13px !important;
	padding:2px 4px 2px 3px;
	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 1px;
	}
	
.vacancies {
	list-style-type:none;
	margin:0 0 20px;
	padding:0 10px;
	}
	
.vacancies li {
	border-bottom:1px solid #999;
	cursor:pointer;
	}
	
.vacancies li.odd {
	background:#e0e0e0;
	}
	
.vacancies li.even {
	background:#ccc;
	}
	
.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 10px;
	padding:1px 0 2px;
	}
	
.job_post h3 {
	color:#529142 !important;
	margin-bottom:0px;
	}
	
.job_post h3 + p {
	margin-top:0px;
	}
	
.job_post ul, address.normal {
	font-size:12px;
	line-height:18px;
	}
	
ul.benefits {
	font-size:12px;
	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:370px;
	}
	
#bio_menu li {
	float:left;
	margin:0px;
	padding:20px;
	cursor:pointer;
	}
	
#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 {
	font-size:16px !important;
	margin-bottom:0px;
	}
	
.bio h4 {
	color:#777;
	margin-top:2px;
	}
	
.reading h3 {
	border-bottom:2px solid #ccc;
	margin:0 20px;
	clear:both;
	font-size:16px;
	}
	
ul.reading {
	list-style-type:none;
	margin:0;
	padding:0 20px;
	}
	
ul.reading li {
	float:left;
	width:380px;
	height:130px;
	}
	
ul.reading li a {
	font-size:14px;
	line-height:18px;
	}
	
ul.reading li a.smaller {
	font-size:11px;
	}
/* End Careers */

.toc {
	margin:0 20px;
	background:#e0e0e0;
	border:1px solid #ccc;
	padding:20px;
	float:left;
	}
	
.toc ul {
	list-style-type:none;
	margin:0;
	padding:0;
	font:10px Verdana, Helvetica, Arial, sans-serif !important;
	}
	
.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;
	}
	
.privacy ol, .privacy ul {
	font:12px Verdana, Helvetica, Arial, sans-serif;
	line-height:18px;
	}



/* Footer */
#footer {
	clear:both;
	width:480px;
	padding: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 Headers */
#hdr_accommodations {
	background:url("img/mobile/hdr-contact.jpg") no-repeat;
	height:149px;
	width:460px;
	margin:10px 10px 0;
	}
	
#hdr_all_points_bulletin {
	background:url("img/mobile/hdr-apb.jpg") no-repeat;
	height:142px;
	width:460px;
	margin:10px 10px 0;
	}

#hdr_awards {
	background:url("img/mobile/hdr-awards.jpg") no-repeat;
	height:105px;
	width:460px;
	margin:10px 10px 0;
	}

#hdr_careers {
	background:url("img/mobile/hdr-careers.jpg") no-repeat;
	height:157px;
	width:460px;
	margin:10px 10px 0;
	}
	
#hdr_contact {
	background:url("img/mobile/hdr-contact.jpg") no-repeat;
	height:149px;
	width:460px;
	margin:10px 10px 0;
	}
	
#hdr_company {
	background:url("img/mobile/hdr-company.jpg") no-repeat;
	height:136px;
	width:460px;
	margin:10px 10px 0;
	}
	
#hdr_crackdown {
	background:url("img/mobile/hdr-crackdown.jpg") no-repeat;
	height:146px;
	width:460px;
	margin:10px 10px 0;
	}
	
#hdr_directions {
	background:url("img/mobile/hdr-contact.jpg") no-repeat;
	height:149px;
	width:460px;
	margin:10px 10px 0;
	}
	
#hdr_directors {
	background:url("img/mobile/hdr-directors.jpg") no-repeat;
	height:161px;
	width:460px;
	margin:10px 10px 0;
	}

#hdr_how_to_apply {
	background:url("img/mobile/hdr-careers.jpg") no-repeat;
	height:157px;
	width:460px;
	margin:10px 10px 0;
	}
	
#hdr_life_at_rtw {
	background:url("img/mobile/hdr-careers.jpg") no-repeat;
	height:157px;
	width:460px;
	margin:10px 10px 0;
	}
	
#hdr_life_in_boulder {
	background:url("img/mobile/hdr-boulder.jpg") no-repeat;
	height:145px;
	width:460px;
	margin:10px 10px 0;
	}
	
#hdr_life_in_dundee {
	background:url("img/mobile/hdr-dundee.jpg") no-repeat;
	height:151px;
	width:460px;
	margin:10px 10px 0;
	}
	
#hdr_news {
	background:url("img/mobile/hdr-news.jpg") no-repeat;
	height:132px;
	width:460px;
	margin:10px 10px 0;
	}
	
#hdr_our_approach {
	background:url("img/mobile/hdr-approach.jpg") no-repeat;
	height:121px;
	width:460px;
	margin:10px 10px 0;
	}
	
#hdr_press {
	background:url("img/mobile/hdr-contact.jpg") no-repeat;
	height:149px;
	width:460px;
	margin:10px 10px 0;
	}
	
#hdr_projects {
	background:url("img/mobile/hdr-awards.jpg") no-repeat;
	height:105px;
	width:460px;
	margin:10px 10px 0;
	}
	
#hdr_studio_tour {
	background:url("img/mobile/hdr-company.jpg") no-repeat;
	height:136px;
	width:460px;
	margin:10px 10px 0;
	}
	
#hdr_why_work_at_rtw {
	background:url("img/mobile/hdr-careers.jpg") no-repeat;
	height:157px;
	width:460px;
	margin:10px 10px 0;
	}

	
.caption {
	display:block;
	padding:5px 20px 10px;
	font-style:italic;
	}
/* End 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 Lists */
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End 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;
	}

select {
	width: 130px;
	}

#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"] {
	margin:5px 20px;
	}
	
#interest_form .button {
	margin:20px;
	}
	
#interest_form fieldset {
	margin:0 20px;
	width:400px;
	}
	
input.interest_field {
	background:#e0e0e0;
	border:1px solid #333;
	}
	
select.interest_field {
	background:#e0e0e0;
	border:1px solid #333;
	}
	
#dob_month {
	width:100px;
	margin-right:-40px;
	}
	
#dob_day {
	width:40px;
	margin-right:-40px;
	}
	
#dob_year {
	width:60px;
	margin-right:-40px;
	}

/* 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:url("img/sidebar-top.png") no-repeat;
	width:151px;
	position:relative;
	border:1px solid #0a1219;
	}
	
.sidebar .title {
	background:url("img/life_at_rtw.png") no-repeat;
	width:128px;
	height:127px;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	}
	
.sidebar .photo {
	width:78px;
	height:105px;
	margin:35px 0 0 58px;
	}
	
.sidebar .bio {
	background:url("img/sidebar-mid.png") repeat-y;
	width:120px;
	padding:10px 16px 0 15px;
	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 {
	background:url("img/sidebar-bottom.png") no-repeat;
	width:151px;
	height:27px;
	margin-top:-10px;
	text-decoration:none;
	display:block;
	padding:5px 0 0 60px;
	}
	
#attribution {
	background:url("img/sidebar-bottom.png") no-repeat;
	width:138px;
	height:27px;
	margin-top:-10px;
	text-decoration:none;
	display:block;
	padding:5px 13px 0 0;
	text-align:right;
	}
	
#interest_link {
	margin:20px 0 0;
	width:151px;
	height:151px;
	border:1px solid #000;
	display:block;
	}
	
#interest_link_big {
	margin:0;
	width:150px;
	height:400px;
	border:1px solid #000;
	display:block;
	}
	
#interest_link img {
	border:0 none;
	}
/* 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;
	}
/* 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);
	-moz-opacity: 0.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);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
}
/* End jQuery Thickbox CSS */
