/*
Theme Name: PEI Theme
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */



body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	background-color:#FFF;
	margin:0;
	}
	
.page-child  {
	background-image:url(images/mapbg.jpg);
	background-repeat: no-repeat;
	background-position: center 50px;
}
		
.page-template-join-php  {
	background-image:url(images/mapbg.jpg);
	background-repeat: no-repeat;
	background-position: center 50px;
}
		
.page-template-invite_friend-php  {
	background-image:url(images/mapbg.jpg);
	background-repeat: no-repeat;
	background-position: center 50px;
}
	
.page-template-names-php {
	background-image:url(images/mapbg.jpg);
	background-repeat: no-repeat;
	background-position: center 50px;
}
	
a:link {
	color: #00AEEF;
	text-decoration: none;	
}
a:visited {
	color: #00AEEF;
	
}
a:hover {
	color: #00AEEF;
	text-decoration: underline;
}
a:active {
	color: #00AEEF;
	
}
	
	
	
	h3 {
	font-size: 12px;
	color: #F00;
	margin: 0px;
	padding: 0px;
}

img {
	border:0;
}

#wrapper {
	width:955px;
	
	margin:auto;
}

#page {
	width:900px;
	margin-bottom:0px;
	margin-right: auto;
	margin-left: auto;
}

#inside-navigation {
	height:33px;
	background-color:#00AEEF;
}

#inside-navigation .current_item
{
	color:#000;
}

#inside-navigation ul
{
	list-style: none;
	float:right;
	margin:5px 0 0 0;
	padding:0;
}

#inside-navigation ul li
{
	display:inline;
	text-transform:uppercase;
	margin: 0;
	padding: 0 10px 0 12px;
	border-right: solid 1px #fff;
}

#inside-navigation ul li.last-child
{
	border-right: none;
}

#inside-navigation ul li a
{
	text-decoration:none;
	font-size:11px;
	color:#FFF;rnal
}

#page #second-box {
	background-color:#E7E7E8;
	margin-top:45px;
	vertical-align:middle;
}

#page #second-box #second-box-title {
	background-color:#6D6E71;
	height:32px;
	color:#FFF;
	text-align:center;
	padding-top:10px;
}

#header {
	background-color:#231F20;
	height:44px;
	width: 100%;
	margin-bottom: 30px;
}

#buttonlist li {
	background-color: #00AEEF;
	list-style-type: none;
	width: 150px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	display: block;
}


#confirmation {
	text-align:center;
	font-size:18px;
	text-transform:uppercase;
	margin:auto;
	margin-top:100px;
}

#confirmation #buttons {
	margin-top:45px;
	text-align:center;
}

#confirmation .button {
	padding:10px;
	background-color:#00AEEF;
	width:200px;
	margin:auto;
	margin-top:15px;
}

#confirmation a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
}

.redMessage {
	color:#FF0000;
}

.blackMessage {
	margin-top:10px;
}

#buttonlist a:link {
	color: #ffffff;
	text-decoration: none;
	display: block;
}
#buttonlist a:visited {
	color: #ffffff;
	text-decoration: none;
	display: block;
}
#buttonlist a:hover {
	color: #ffffff;
	text-decoration: none;
	display: block;
}
#buttonlist a:active {
	color: #ffffff;
	text-decoration: none;
	display: block;
}



#outside-nav {
	float:right;
}

#outside-nav ul {
	list-style:none;
	margin:0;
	margin-top:10px;
}

#outside-nav ul li {
	display:inline;
	margin: 0;
	padding: 0 10px 0 12px;
	border-right: solid 1px #FFDD00;
}

#outside-nav ul li.last-child {
	border-right: none;
}

#outside-nav ul li a {
	text-decoration:none;
	color:#FFDD00;
	text-transform:uppercase;
	font-size:13px;
}

#second-box a
{
	color:#333;
	text-decoration:none;
}

#second-box a:hover
{
	color:#333;
	text-decoration:underline;
}

#second-box table
{
	width:100%;
}

#second-box table td
{
	width:33%;
	text-transform:uppercase;
	font-size:13px;
}

#content-page {
	min-height:425px;
	font-size:12px;
	line-height:20px;
	padding:30px;
}

#footer {
	background-color:#231F20;
	height:78px;
	width: 100%;
}

#video-player {
	width:400px;
	height:300px;
	background-color:#FFFFFF;
}

#modal-overlay
{
	background-color:#000;
}

#see-the-names p
{
	font-size:15px;
}

#see-the-names h2
{
	text-transform:uppercase;
	font-size:20px;
}

#see-the-names table
{
	width:100%;
	height:100%;
}

#see-the-names table td
{
	width:33%;
	vertical-align:top;
	text-transform:uppercase;
	padding-left: 50px;
}

#inviteFriendForm
{
	font-size:15px;
}

.copyright {
	font-size: 12px;
	color: #FFF;
	width: 470px;
	padding-top: 30px;
}


.copyright a:link {
	color: #ffe200;
	text-decoration: none;
}
.copyright a:visited {
	color: #ffe200;
	text-decoration: none;
}
.copyright a:hover {
	color: #ffe200;
	text-decoration: none;
}
.copyright a:active {
	color: #ffe200;
	text-decoration: none;
}


#footer img {
	float:right;
	padding-top:15px;
}

.wp-pagenavi
{
	text-align:center;
	font-size:12px;
}

.wp-pagenavi a
{
	text-decoration:none;
}

.blue-form {
	width:100%;
	height:100%;
}

.blue-form h1 {
	font-size:20px;
	text-transform:uppercase;
}

.blue-form h2 {
	font-size:18px;
	text-transform:uppercase;
}

.blue-form h3 {
	font-size:15px;
	text-transform:uppercase;
	color: #333;
	margin:15px 0;
}

.blue-form label
{
	text-transform:uppercase;
	margin-right:15px;
}

.blue-form .input-field {
	border:none;
	background-color:#a8d6e7;
	padding:6px;
	color:#333;
	font-size:13px;
	border-top:solid 2px #CCC;
	border-left:solid 2px #CCC;
}

.blue-form .input-field {
	border:none;
	background-color:#a8d6e7;
	padding:6px;
	color:#333;
	font-size:13px;
	border-top:solid 2px #CCC;
	border-left:solid 2px #CCC;
}

.nextButton {
	position:absolute;
	right:0;
	background-color:#00AEEF;
	padding:6px;
	color:#FFF;
	font-size:13px;
	border:none;
}

.previousButton {
	position:absolute;
	left:0;
	background-color:#00AEEF;
	padding:6px;
	color:#FFF;
	font-size:13px;
	border:none;
}

.input-margin {
	margin-right:60px;
}

.blue-form textarea {
	 border:none;
	 background-color:#a8d6e7;
	 padding:6px;
	 color:#333;
	 font-size:13px;
	 font-family:Arial, Helvetica, sans-serif;
	 border-top:solid 2px #CCC;
	 border-left:solid 2px #CCC;
}

.table-padding
{
	padding-top: 15px;
	padding-bottom: 15px;
}

.clear {
	clear: both;
}

.more-info-links {
	list-style:none;
	margin:0;
}

.left-border {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6D6E71;
}

.right-border
{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6D6E71;
}

.more-info-links li {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 45px;
	margin-left: 0;
}

.bottomsection {margin-top: 25px;}

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

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}









div.notify_base {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border-style:solid;
	border-width:1px;
	margin:5px 0 15px;
	padding:0 0.6em;
}

div.notify {
	background-color: #FFFBCC;
	border-color: #E6DB55;
}

div.error_notify {
	background-color: #ffebe8;
	border-color: #cc0000;
}

div.notify p {
	color: #333333;
}


