
body
{
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 2em;
}

h1, h2, h3 {
	width: 100%;
}

.intro
{
	min-height: 33em;
}

.introPanel
{
	background: rgba(0,0,0,0.9);
	top:70% !important;
	left:3% !important;
	width:80% !important;
}

#pageContainer, #footContainer, .push
{
	min-width: inherit;
}

#pageContainer {
	background: #fff;
}

h2, h3
{
	margin-top:0.5em;
	margin-bottom:1em;
}

.siteWrapper
{
	width: 100%;
}

.sideFloat
{
	float: none;
	clear: both;
	width: 100%;
	font-size:1.5em;
	/*width: 100%;
	margin-top: 1em;*/
}

.sidePanel {
	font-size: 1em;
}

.header img
{
	display:none;
}

.headarea
{
	float: none;
	width: 100%;
	margin-top: 1em;
	margin-bottom: 3em;
}

.mainbox, .foot
{
	width: 100%;
}

.mainbox
{
	padding: 0;
	margin: 0;
}

.logWidth
{
	min-width: 60em;
}

.logBox
{
	padding: 1em 0;
	margin: 0;
	font-size:1.2em;
	overflow-x: scroll;
	background: linear-gradient(to right, #67b021 90%, #67b021 90%, #ffffff 100%); 
}

.logBox img
{
	height: 1.5em !important;
	width: 1.5em !important;
	margin-left: auto;
}

.moreNavLinks
{
	float: left;
}

.navLinks a
{
	border-right: 1px solid white;
	padding: 0 0.5em;
}

.mainSpacing
{
	margin: 0;
	padding: 2em;
	min-height: 1900px; /*blergh. so we fill a mobile phone screen for sure*/
}

.startpanels
{
	margin-left: auto;
}

.eventLink
{
	width: 95%;
	height: auto;
	font-size: 2em;
}

.buttonList, .percentbutton
{
	float: none;
	clear: both;
	width: 95%;
}

.buttonList .button
{
	font-size: 1em !important;
}

input[type=text], input[type=url], input[type=email], input[type=password], 
input[type=tel], input[type=submit], button, .button, select, .percentbutton, textarea
{
  margin: 0.5em 0;
  height: auto;
  font-size: 1.2em;
  border: 2px solid #777;
  border-radius:8px;
  padding: 0.3em;
}

.delComment
{
	width: auto !important;
	font-size: 0.8em !important;
}

.mainBody input[type=text], .mainBody input[type=url], .mainBody input[type=email], .mainBody input[type=password], .mainBody input[type=tel], 
.mainBody input[type=submit], .mainBody button, .mainBody .button, .mainBody select, .mainBody .percentbutton, .mainBody textarea
{
	display: block;
    width: 90%;   
}

input[type=checkbox]
{
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 10px;
}

#basicEventInfo textarea
{
	height: 5em;
}

#newEventname
{
	width: 90%;
}

.clear
{
	float:none; clear:both;	
}

.space1
{
	float:none; clear:both;	height: 2em;
}

.space2
{
	float:none; clear:both; height: 3em;
}

.space3
{
	float:none; clear:both;	height: 4em;
}

.foot
{
	width: 95%;
	text-align: right;
	font-size: inherit;
	margin-top: inherit; 
	padding: 0.5em;
}

.invStar
{
	width: 16px !important;
	height: 17px !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	display: inline !important;
	box-shadow: none !important;
}	

.addGiftersGroup
{
	width: 95%;
	float: none;
}

.addButton
{
	width: 210px;
	height: 30px;
	background-size: 100% 100%;
}

.ui-autocomplete
{
	font-size:2em !important;
}

.delComment
{
	width: 3em;
}

.logEntry
{
	font-size: 2em;
}

.productContact
{
	width: 95%;
}

.friendDetail, .noteDetail
{
	width: 95%;
	height: 100%;
}

.oneWish .button
{
	width: 99%;
}

.friendWish
{
	height: 80%;
}

.hideMobile
{
	display: none;
}

.blogHead
{
	margin-top: 1em;
	margin-left: -3em;
	width: 110%;
}

.blogHead h2
{
	width: 90%;
	left: 0.5em;
}

.blogDate
{
	font-size:1em;
}

h2 img
{
	margin-right: 0em;
}

.amazonItem
{
	float: none;
	display:inline-block;
	width: 90%;
}

.amazonSelector
{
	float:right;
}

#loginForm input[type="text"], #loginForm input[type="password"], .mainPageEventbox
{
	width: 90%;   
}

.noteBlock
{
	width: 100%;
}

.wideMode
{
	width: 100% !important;
}

#gritter-notice-wrapper {
	width: 100%;	
	top: 10px !important;
    right: 0px !important;
}
.gritter-title, .gritter-item {
	font-size:1em !important;
}
.gritter-item-wrapper, .gritter-item, .gritter-top, .gritter-bottom {	
	background: #000 !important;
}
.gritter-close {
	width: 2em;
	height: 2em;
	display: block;
}