body {
    font-family: Arial, Helvetica, sans-serif;
	background: url(/images/footer.png);
}

.fixedWidth {
    margin-left: auto;
    margin-right: auto;
    width: 901px;
    position: relative;
}

#headerBlockContainer{
    margin-left: auto;
    margin-right: auto;
    width: 600px;
}

.headerBlock{
    height: 4px;
    float: left;
    width: 50px;
}

.headerBlockOrange{
    background-color: #EB8511;
}

.headerBlockGreen{
    background-color: #379341;
}

.headerBlockBlue{
    background-color: #0090D1;
}

#titlePanel
{
	height: 50px;
	float: left;
	margin-left: 100px;
}

#logo
{
	height: 51px;
	width: 180px;
	float: left;
}

#pronunciation{
	height: 0px;
}

#pronunciationInner{
	background: #ffffff;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #000000;
	position: absolute;
	padding: 8px;
	line-height: 1.4em;
	font-size: 14px;
	display: inline-block;
	font-family: 'Times New Roman';
	top: 50px;
	left: 80px;
}

.headerLink
{
	float: left;
	margin-left: 36px;
	margin-right: 36px;
	color: #ffffff;
	/*text-shadow: 1px 1px 1px #FFFFFF;*/
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.headerLink:hover
{
	text-decoration: underline;
}
 
#blogLink
{
	
}

#feedbackLink
{
}

/*********** Screenshot *************/
#mainPanel
{
	background: url("/images/calendarBk.png") repeat-x #ECF6FF;
	/*background: #ECF6FF;*/
    padding-top: 12px;
    height: 480px;
}

#blurbHeader
{
    height: 6px;
    background: url(/images/home.mxcurrentxversion.png) 0px -227px #007CC3;
}

#blurbFooter
{
    height: 6px;
    margin-top: -6px;
    background: url(/images/home.mxcurrentxversion.png) 0px -211px;
}


#screenshot
{
	background: url(/images/screenshot.png) bottom right transparent no-repeat;
	width: 450px;
	height: 444px;
	position: absolute;
	top: 70px;
	left: 375px;
	display: block;
	
}

@font-face {
    font-family: "Inlove";
    src: url(/images/Inlove-bold.otf);
}
            
#tagline
{
    margin-top: 20px;
	font-size: 46px;
	text-shadow: 1px 1px 1px #ffffff;
	font-weight: bold;
	color: #000000;
	font-family: "Inlove",Arial,Sans-Serif;
	text-align: center;
}            

#taglineFriends
{
    color: #0186C9;
}

#taglineimage
{
	width: 750px;
	height: 80px;
}

#starburst
{
	display: block;
	position: absolute;
	top: 20px;
	left: 740px;
	width: 120px;
	height: 120px;
	float: right;
	margin-top: 25px;
	margin-right: 80px;
	background: url(/images/starburst.png) no-repeat;
}

#description
{
	margin-top: 40px;
	margin-bottom: 10px;
	margin-left: 36px;
	font-size: 26px;
	color: #404040;
	line-height: 1.4em;
	text-shadow: 1px 1px 1px #ffffff;
	width: 300px;
	text-align: center;
}

#descriptionText{
	width: 265px;
	margin: 0px 50px;
	line-height: 1.4em;
	color: #0090D1;
	text-shadow: 0px 1px 1px #ffffff;
	text-align: center;
	font-size: 15px;
}

#eventsScheduled{
	background-color: #379341;
	color: #ffffff;
	padding: 8px 15px;
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 10px;
	
	margin-left: 60px;
	margin-right: 60px;
}

.descriptionItem{
}
.descriptionText{
}

#actionButtons{
	margin-left: 35px;
	margin-top: 30px;
}

#createCalendarButton
{
	margin: 10px 0px;
    height: 55px;
    width: 240px;
    text-align: center;
}

#createButtonTop{
	font-size: 26px;
	margin-top: 8px;
	margin-bottom: 16px;
}

#createButtonLower{
	font-size: 14px;
}

#exampleLink
{
    cursor: pointer;
    font-size: 14px;
    color: #404040;	
    margin-left: 100px;
    text-decoration: none;
}

#exampleLink:hover
{
	color: #303030;
    text-decoration: underline;
    /*background: url(/images/home.mxcurrentxversion.png) 0px -149px transparent no-repeat;*/
}

#facebookLike{
	margin-top: 20px;
	margin-left: 30px;
}

            
/*********** Footer **************/

#footer{
	height: 150px;
}

#footerCenterPiece{
    width: 640px;
    height: 46px;
    margin-left: auto;
    margin-right: auto;
    background: url(/images/footerCenterPiece.png) no-repeat;
}

#footLinks{
    width: 530px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

#footerBanner {
	margin-top: 80px;
}

#appEngineImage {
    margin-top: 10px;
}

#copyright {
    text-align: center;
    font-size: 10px;
    color: #ffffff;
}

#gaggle-home-container{
	margin-top: 20px;
	background: white;
	border: 1px solid #808080;
	padding: 20px 20px 0px 20px;
	display: inline-block;
	margin-left: 42px;
}

#gaggle-home-footer{
	font-size: 11px;
	text-align: center;
	margin-top: 13px;
	margin-bottom: 7px;
	color: #a0a0a0;
}

