/*
Theme Name: GlobalX
Theme URI: http://goglobalx.org
Description: An awesome conversion!
Version: 1.0
*/


.app {
float: left;
padding-bottom: -100px;
margin-bottom: 0px;
margin-left: -100px;
}

.socialicons{
float: left;
margin-top: 20px;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


/** Styles from the original globalX site CSS **/
/*-- TABLES  --*/
table { margin: 0 0 15px 0; background-color: #FFF; border: 1px solid #E0DFDB; border-collapse: collapse; text-align: left; table-layout: auto; caption-side: top; empty-cells: show; }
table caption { background-color: #F0EFEB; color: #757575; border: 1px solid #E0DFDB; text-align: left; padding: 5px; font-weight: bold; }
table tr { padding: 5px; }
table th { background-color: #E0DFDB; font-family: georgia, serif; font-weight: normal; font-style: italic; color: #FA552C; padding: 0 5px; }
table td { padding: 4px 8px; border-bottom: 1px solid #E0DFDB; line-height: 1.4em; }

div.tripstablekey { float: right; padding: 0 5px 0 0; }
div.tripstablekey img { margin-left: 10px; }

.bigger { font-size: 1.5em; line-height: 1.4; }

a:link.apply, a:visited.apply { display: block; width: 280px; height: 80px; background: transparent url("images/apply.jpg") top left no-repeat; text-indent: -9999px; }
a:hover.apply, a:active.apply, a:focus.apply { background-position: bottom left; }
