.showgrid { background: url(/assets/blueprint/src/grid.png);  }
.label { font-weight: bold; }
body { 
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	margin: 0;
}

code, pre {
	font-family: "Courier New", Courier, Monaco, monospace;
	background: #E5ECF9; 
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	padding-bottom: 8px;
	border-bottom: 2px solid #ddd;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	border-bottom: 1px solid #777;
}

#home h2, #blog h2 {
	border-bottom: none;
}

h3 {
	font-size: 1.2em;
}

#logo {
	padding: 1em 0 0.5em 1em;
}

#header {
	background: #fff url(/images/fade.gif) repeat-x;
}

#header hr, #submenu, #submenu p {
	margin:0;
	padding: 0;
}

body#home li#mhome a, body#tour li#mtour a, body#tour li#smtour a, body#screencast li#mtour a, 
body#screencast li#smscreencast a, body#install li#minstall a, body#buy li#mbuy a, 
body#blog li#mblog a, body#forum li#msupport a, body#help li#msupport a, body#support li#msupport a, body#about li#mabout a, body#features li#mtour a, body#features li#smfeatures a, body#buzz li#mtour a, body#buzz li#smbuzz a, body#samples li#mtour a, body#samples li#smsamples a     {
	text-decoration: none;
}

li#mbuy a {
	color: darkgreen;
}

#content {
	padding: 0.5em 0 0 0;
}

/* Menu */
#menu {
	margin-top: 2em;
	font-size: 1em;
}

#menu ul, #menu li
{
	padding: 0;
	margin: 0;
	display: inline;
	list-style-type: none;
}

#menu a:link, #menu a:visited
{
	margin: 0 5px 4px 5px;
}
/* Submenu */
#submenu {
	text-align: center;
}

#submenu ul, #submenu li
{
	padding: 0;
	margin: 0;
	display: inline;
	list-style-type: none;
}

#submenu li {
	padding: 0 1em 0 0.7em;
}

#submenu li.separator {
	background: transparent url(/images/separator.png) no-repeat center right;
}

.screenshot
{ 
	padding: 0.5em; 
	margin-bottom: 0.5em; 
	background: #E5ECF9; 
	text-align: center;
}

.center
{
	text-align: center;
}

.message
{
	text-align: center;
	padding: .5em;
	margin-bottom: .5em;
	border: 2px solid #ddd;
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
	font-size: 1.5em;
}

.message a
{
	color: #264409;
}

.sidebar
{
	padding: .5em;
	margin-bottom: .5em;
	border: 2px solid #ddd;
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}

.sidebar ul, .sidebar li
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#twitter_update_list
{
	font-size: 75%;
}

#twitter_update_list li
{
	padding-bottom: 1em;
}

#help h1 a, #help h2 a, #help h3 a, #help h4 a, #help h5 a {
	text-decoration: none;
}

#pricelist table, #pricelist td, #pricelist th {
	border: 1px solid #ddd;
}

#pricelist table {
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
}

blockquote {
	padding: 0;
	margin: 0;
	color: #444444;
	border: 1px #CCCCCC solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: white;
	text-align: center;
	font-size: 90%;
	font-style: normal;
	line-height: 1.3em;
}

blockquote p {
	padding: 0;
	margin: 10px;
}

cite {
	text-align: left;
	padding: 0;
	margin: 0;
	font-style: normal;
	color: #808080;
	font-size: 85%;
	display: block;
	background-repeat: no-repeat;
	background-position: 20px 0px;
	background-image: url(cite.gif);
	padding-left: 10px;
	padding-top: 3px;
	margin-top: -1px;
	padding-bottom: 12px;
}

#helptoc {
	font-size: 75%;
}


#helptoc ul li ul, #helptoc ul li ul li
{
	padding-left: 10px;
}
