/****** BEGIN CSS RESET FOR CROSS-BROWSER COMPATIBILITY ******/
* { margin: 0; padding: 0; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	color:#333333;
	font-family: Tahoma,Arial,"Lucida Grande Regular","Lucida Grande",Lucida,sans-serif;
	vertical-align: baseline;
	text-align: left;

}

h4 { 
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background-color: #ffffff;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

html{
    min-height:100%;
    margin-bottom:1px;
    overflow: -moz-scrollbars-vertical !important;    
	
}

.clear { clear:both; }

/********************************************************
	STYLES

*********************************************************/
html,body {
	margin: 0 auto;
	padding: 0;
	color: #455560;
	font-family: Tahoma, helvetica, lucida grande, verdana, arial,  sans-serif;
	font-size: 12px;
	background-color: #333333;
}

p { margin: 10px 0; line-height: 18px;}

label { font-weight: bold; }

/*C5C39A*/
#wrapper {
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	min-height:400px;
	background-color: #333333;
}

#footer {
	width: 760px;
	margin-top: 10px;
	padding: 0px 20px;
	display:inline-block;
	color:#CCCCCC;
}

#share_button {
	width:125px;
	float:right;
}

#contact_footer {
	width:400px;
	float:left;
	color:#CCCCCC;
}

.footer_links a:link {color: #CCCCCC; text-decoration:underline; }
.footer_links a:visited {color: #CCCCCC; text-decoration:underline; }
.footer_links a:hover {color: #FFFFFF; text-decoration:none; }


#logo {
	height:85px;
}

#content_home {
	background: transparent url(../images/bg_body.png) no-repeat;
	height:490px;
	width: 800px;
}

#content {
	width: 800px;
	background: transparent url(../images/bg_sub_body.gif) repeat-y;
}

#content_sub {
	background: transparent url(../images/red_stripe.png) no-repeat;
	float:left;
	width: 800px;
}

#about_col {
	padding-left: 18px;
	width: 447px;
	float:left;
}

/* 484 466 */
#about {
	color: #FFFFFF;
	padding: 27px 37px 0 27px;
	width: 392px;
	height:209px;
}

#about h1 {
	font-size: 24px;
	color: #FFFFFF;
	line-height: 1.1;
}

#about p {
	color: #FFFFFF;
	font-size:14px;
	line-height: 1.4;
}

#features {
	width: 466px;
	height: 152px;
	float:left;
}

.feature_box {
	color: #333333;
	font-size: 11px;
	text-align:center;
}

.feature_box h2 {
	font-weight:bold;
	text-align:center;
}

.feature_box p {
	text-align:center;
	line-height:1.2;
}

/* 121 152 */
#feature_papers {
	background: transparent url(../images/feature_papers.png) no-repeat;
	width: 96px;
	height: 84px;
	float:left;
	padding: 68px 10px 0 15px;
}

#feature_favorites {
	background: transparent url(../images/feature_favorites.png) no-repeat;
	width: 100px;
	height: 84px;
	float:left;
	padding: 68px 8px 0 6px;
}


#feature_search {
	background: transparent url(../images/feature_search.png) no-repeat;
	width: 82px;
	height: 84px;
	float:left;
	padding: 68px 12px 0 18px;
}


#feature_mypapers {
	background: transparent url(../images/feature_my_papers.png) no-repeat;
	width: 100px;
	height: 84px;
	float:left;
	padding: 68px 13px 0 6px;
}

#app_store {
	width: 466px;
	height: 72px;
	margin-top:7px;
	margin-left: 10px;
	float:left;
}

#iphone_col {
	background: transparent url(../images/bg_iphone.png) no-repeat;
	width: 277px;
	height: 477px;
	float:left;
	margin-left: 35px;
}

#iphone_video {
	
}

/*********************
	Nav

**********************/

#nav_wrapper {
	background: #333333 url(../images/bg_nav.png) no-repeat;
	height:25px;
	width:764px;
	padding: 0 18px;
	display:block;
}

#nav_wrapper ul {
	margin: 0;
	padding:0;
	height:25px;
}

#nav_wrapper li {
	display:block;
	float:left;
}

ul.nav {
	text-transform:uppercase;
	color:#cccccc;
	font-size: 10px;
	font-weight: bold;
	line-height:1.2;
}

ul.nav li {
	display:inline;
	list-style-type:none;
	height: 11px;
	margin: 0;
	padding: 7px 9px 8px 0;
	background: transparent url(../images/bg_nav_edge.png) no-repeat top right;
}


#nav_about a { 
	height: 25px; 
	width: 115px; 
	display: block; 
	text-align: center;
}

#nav_blog a {
	width: 115px;
	height: 25px;
	display:block;
	text-align:center;
}

#nav_twitter a {
	width: 115px;
	height: 25px;
	display:block;
	text-align:center;
}

#nav_online a {
	width: 115px;
	height: 25px;
	display: block;
	text-align: center;
}

#nav_badges a {
	width: 115px;
	height: 25px;
	display: block;
	text-align: center;
}

#nav_screenshots a {
	width: 115px;
	height: 25px;
	display: block;
	text-align: center;
}

#badges {
	width: 448px;
	margin-left: 18px;
	float:left;
}

ul.nav a:link { text-decoration: none; color: #333333; }
ul.nav a:visited { text-decoration: none; color: #333333; }
ul.nav a:hover { text-decoration: underline; color: #FFFFFF; }

.codeblock {
	display: block;
	margin: 5px 5px 20px 0px;
	padding: 6px 8px;
	background-color: #F1F1F1;
	border: 1px solid #333333;
	font-family: Courier;
	font-size: 12px;
}

.columns:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .columns {height: 1%;}
.columns {display:inline-block;}
.columns {display: block; margin-left:36px;}

.columns .column{
  float:left;
}

.columns .duocol {
	width: 200px;
	padding-right:20px;
}

.duocol h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom:4px;
}

ul.bl {
	list-style-type:square;
}

ul.bl li {
	padding: 2px 4px;
	margin-bottom: 4px;
	line-height:1.2;
}