/* Reset */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, font, img, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

:focus {
	outline: 0;
}
/* // Reset */

body {
	background: url('../imgs/az_subtle.png');
	font-family: Georgia, Verdana, “Lucida Sans Unicode”, sans-serif;
	font-size: 12px;
	color: #999;
}

h2 {
	font-style: italic;
	font-weight: normal;
	line-height: 1.2em;
}

div#container {
	margin: auto 40px;	
	width: 360px;
	display: inline-block;
    *display: inline;
    zoom: 1
}

.bubble {
	width: 350px;
	background: #fff;
	margin-bottom: 30px;
	-moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -khtml-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);	
	z-index: 90; /* the stack order: displayed under ribbon rectangle (100) */
}

.bubble.bigger {
	display:inline-block;
	list-style:none;
	margin:0 0 20px;
	overflow:hidden;

	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	
	width: 800px;	
	background: #fff;
	-moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -khtml-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);	
	z-index: 90; /* the stack order: displayed under ribbon rectangle (100) */
}

.title {
	padding: 20px 25px 10px 25px;
	font-size: 26px;
	color: #555;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	text-align: center;
}

.subtitle {
	padding: 10px 25px 10px 0px;
	font-size: 18px;
	color: #555;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	text-align: left;
}

.rectangle {
	background: #999999;
	height: 50px;
	width: 380px;
	position: relative;
	left:-15px;
	top: 30px;
	float: left;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  -khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	z-index: 100; /* the stack order: foreground */
}

.rectangle h2 {
	font-size: 26px;
	color: #fff;
	padding-top: 9px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	text-align: center;
}

.triangle-l {
	border-color: transparent #999999 transparent transparent;
	border-style:solid;
	border-width:15px;
	height:0px;
	width:0px;
	position: relative;
	left: -30px;
	top: 65px;
	z-index: -1; /* displayed under bubble */
}

.triangle-r {
	border-color: transparent transparent transparent #999999;
	border-style:solid;
	border-width:15px;
	height:0px;
	width:0px;
	position: relative;
	left: 350px;
	top: 35px;
	z-index: -1; /* displayed under bubble */
}

.info {
	padding: 40px 25px 10px 25px;
}

.info h2 {
	font-size: 20px;
}

.info p {
	padding-top: 10px;	
	font-size: 14px;
}

.thriftcode {
	padding:15px 60px 15px 60px;
	font-style: italic;
}
