html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
	color: #333333;
	font:81.25%/1.5em Arial, ÒHelvetica NeueÓ, Helvetica,sans-serif;
	
	/*  
	
	118, 	h5	|	label
	145, 	h4	
	164, 	h3
	218		h2
	
	  */
}

a:link, a:visited {
	text-decoration:none;
	color:#333;
}
a:hover, a:focus, a:active {
	text-decoration:underline;
}

h3 {
	font-size:164%;
}
h5 {
	font-size:145%;
	margin:0;
}
h5 {
	font-size:118%;
	margin:0;
}

.wrapper
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -6em;
}
.header
{
	border-bottom: solid 1px #475054;
	width: 81%;
	margin-right: -2px;
	float: left;
}
.header h1
{
	margin: 0;
	margin-left: 10px;
}
.header h1 a 
{
	display:block;
	height: 75px;
	width: 190px;
	background-image:url(/images/bzam_logo.png);
	background-repeat: no-repeat;
	text-indent: -999em;
}
.loginpanel
{
	float: right;
	width: 19%;
	text-align: right; 
	-moz-border-radius-bottomleft:5px;  /*Bottom Left Corner Rounded*/
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius:5px;
	border-left:solid 1px #475054;
	border-bottom:solid 1px #475054;
	padding-bottom:1em;
	
}

.accountlinks {
	font-size:118%;
	padding:0.5em 0.5em 0 0;
}

.loginpanel h5 {
	font-weight:normal;
	font-variant:small-caps;
}

.loginpanel .optionpanel {
	clear:right;
	margin-top:1em;
	text-align:left;
	margin-left:1em;
}
.loginpanel dt {
	font-variant: small-caps;
	margin-top:1em;
}
.loginpanel dl {
	margin:0;
}
.loginpanel dd {
	margin:0;
	padding:0;
}
.signup_link {
	font-size:118%;
	line-height:1.5em;
	display:block;
}


label.lab
{
	/*font-size: 1.1em;*/
}
.content
{
	border: 2px solid #8F3B1B;
	background:#fafafa;
}

.content-block {
	width:50em;
	margin:0 auto;
	padding:3em 0;
	clear:left;
}
.content, .sidebar, .content input, .shortUrlPanel, .screenshot	
{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.copybutton button, .content .shortButton button, #copyButton
{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background:#600 url(/images/button-bg.png) repeat-x left top;
	border:1px solid #ff8080;
	color:#fff;	
}
#copyContainer {
	position:relative;
	display:inline-block;
}
.shortURLLine {
	margin-top:1em;
}
.shortURLLine h3 {
	float:left;
	margin-top:0;
	line-height:38px;
}
/*
.rlabel
{
	margin: 0;
	/*font-size: 1.1em;*/  
	/*
	color: #a91002;
	display: block;
}
*/
.sidebar
{
	float: right;
	height: 200px;
	margin: 28px;
	width: 15%;
}

.content, .shortUrlPanel, .linkInfo, .history, .url-info
{
	padding: 10px;
	width: 75%;
	float: left;
	margin-top: 20px;
	margin-left: 15px;
}

.content .shortButton
{
	float: right;
	margin-right: 4%;
}
.content .shortButton button
{
	height: 62px;
	width: 238px;
	margin-top: 10px;
}
.content .shortButton .big {
	font-size:164%;
}
.content .shortButton button:focus ,.content .shortButton button:active 
{
	
}
.content .shortButton button span 
{
	font-weight: bold;
	display: block;
	margin-top:2px;
}
.shortUrlPanel a
{
	margin-left: 50px;
	height: 100%;
	vertical-align: top;	
}
.shortUrlPanel h3 {
	color:#A91002;
}

.copybutton
{
	height: 40px;
	display:block;
}
.copy
{
	float: left;
}

.copybutton button, #copyButton
{
	/*font-size: 1.4em;*/
	height: 38px;
	padding-bottom: 3px;
	width: 123px;
	margin-left: 20px;
	font-size:164%;
}
a#copyButton {
	line-height:38px;
	text-align:center;
	display:inline-block;
}
.copybutton button:focus ,.copybutton button:active 
{
	color: black;
    background-color: #999999;
    border-style: outset;
}
.shortUrlPanel .link
{
	float: left;
}
.content .link
{
	float: left;
}
.content .link label
{
	display: inline;
	color: #333333;
}
.content .url, .content .custlink
{
	border: solid 1px #333333;
	padding: 3px;
/*	font-size: 1em;  */
	font-weight: bold;
}
.content .url
{
	width: 95%;
}

.content .link .customize, .content label, .leadsto, label
{
	color: #a91002;
	font-weight: bold;
/*	font-size: 0.95em;  */
	font-size:118%;
	display: block;
	margin-bottom: 5px;
	margin-top: 10px;
}
.leadsto
{
/*	font-size: 0.8em;  */
	display:inline;
}
.vanity_url
{
	margin-top: 10px;
}
.shortURL
{
	line-height: 1.4;
/*	font-size: 1.8em;  */
	font-size:218%;
}
.shortlabel {
	line-height:1em;
	margin-bottom:0.2em;
}
.longurl {
	line-height:1em;
	font-size:164%;
	margin-top:0;
}

.loginpanel a
{
	margin-top: 1.4em;
/*	font-size: 0.8em;  */
	margin-right: 5px;
}

.loginpanel a:link, .loginpanel a:visited {
	color: #a91002;
	text-decoration:none;
}
.loginpanel a:hover, .loginpanel a:focus, .loginpanel a:active {
	text-decoration:underline;
}


.loginpanel div.doit a
{
	color: #a91002;
	
}
.loginpanel div.doit
{
	margin-top: 20px;
	text-align: left;
	margin-left: 20px;
}

a.scriptlet {
	display:block;
	margin:0.5em 0;
	background:#666;
	border-radius:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color:#fff;
	float:left;
	padding:0.25em 1em;
}
.loginpanel a.scriptlet {
	color:#fff;
}

.scrnshot
{
	float:left;
	margin-top: 20px;
}
.linkInfo img
{
	border: solid 1px #475054;
	display: inline-block;
	margin-right: 10px;
	height: 109px;
	width: 139px;
}

.linkInfo div.chart img
{
	width: 100%;
	height: 180px;
}
.chart 
{
	clear: left;
}
.chart h4
{
	padding-top:15px;
	padding-bottom: 5px;
/*	font-size: 1em;  */
}
.click
{
	margin-top: 20px;
	float:left;
	font-weight:bold;
}
.click h4
{
	margin: 0;
	padding: 0;
	display: inline-block;
	float:left;
	text-align: left;
}
.poweredby
{
	text-align: right;
	display: inline;
	padding-right: 5em;
	margin-bottom: 1em;
	vertical-align: middle;
}
.poweredby img
{
	border: none;
	vertical-align: middle;
	margin-left:1em;
}
.poweredby a
{
	text-decoration: none;
	text-indent: -9999em;
}
.big
{
/*	font-size: 1.4em;  */
}

/* for forms  */
.signin {
	margin-top:1em;
}
.error {
	background:#c00;
	color:#fff;
}

/* end forms  */

.footer
{
	font-size: 0.8em;
	margin-bottom: 20px;
	position:relative;
	clear:both;
	line-height:60px;
	height:60px;
}
.footer ul
{
	display: block;
}
.footer ul li
{
	text-align: center;
	list-style: none;
	margin-right: 50px;
	float: left;
}
.footer ul li a
{
	text-decoration: none;
	color: #333333;
}
.footer ul li a:hover
{
	text-decoration: underline;
}
.clearFix:after
{
content:"."; display:block; width:100%; height:0; clear:both; visibility:hidden;
}



.historyTitle, .urlInfoTitle {
	font-size:1.5em;
	font-weight:normal;
	border-bottom:1px solid #eee;
	margin-bottom:0;
}

.historyEntry {
	border-bottom:1px solid #eee;
	padding:0.75em 0;
}
.historyEntryClicks {
	width:7em;
	float:left;
	text-align:right;
	margin-right:2em;
}
.historyEntryClicks .value {
	font-size:2em;
	display:block;
}

.historyLongURLInfo {
	font-weight:bold;
	display:block;
}

.historyEntryOptions {
	font-weight:normal;
}

.historyEntryOptions a {
	color:#8F3B1B;
}
.historyEntryInfo {
	margin-left:9.1em
	display:block;
}

.pagination {
	font-weight:bold;
}
.pagination a {
	font-weight:normal;
}

.notfound {
	font-size:145%;
}




