/*sh2dotcom stylesheet*/


body
{
	margin: 0px;
	padding: 10px;
	text-align: center;
	background-image: url(../images/background.gif);
}


h1.machogrande {
	text-align: left;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 18px;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 1.0;
	margin-bottom: -12px;
	font-weight: bold;
	color: #003366;
	
}

p.machogrande {
	text-align: left;
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 1.4;
}

p.date {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: -12px;
	padding-top: 15px;
}

p.permalink {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	margin-left: 150px;
	margin-right: 150px;
	padding-bottom: 15px;
	border-bottom-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

p.links {
	text-align: left;
	margin-left: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4;
}

p.externals {
	text-align: left;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.8;
}

A.externals, A.externals:visited, A.externals:link, A.externals:active, A.externals:hover {
	color: #000;
	text-decoration: underline;
}

A.externals:visited {
	color:#000;
}

A.externals:active, A.externals:hover {
	color: #003366;
}

p.boilerplate {
	text-align: left;
	margin-left: 10px;
	margin-top: 1px;
	margin-bottom: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

A.boilerplate, A.boilerplate:visited, A.boilerplate:link, A.boilerplate:active, A.boilerplate:hover {
	color: #999;
	text-decoration: none;
}

A.boilerplate:visited {
	color:#999;
}

A.boilerplate:active, A.boilerplate:hover {
	color: #EEE;
}

img.sidebar {
	text-align: center;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* set the main content window and stuff a keyword*/
#marketing
{
	background-color: #FFF;
	width: 750px;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	margin: 0px;
	text-align: left;
}

/* set the title box*/
#title
{
	background-color: #036;
	text-align: left;
	width: 750px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* set the header box - just below the title*/
#header
{
	background-color: #000;
	width: 750px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* set the holder for the split cells*/
#liberty
{
	width: 750px;
	margin: 0px;
	padding: 0px;
	clear: both;
	/* Overrides inherited centered value from body */
	text-align: left;
}

/* set the left side navigation column*/
#navigation
{
	/* Overrides inherited centered value from body */
	float: left;
	text-align: left;
	background-color: #FFF;
	width: 150px;
	border-right: 1px solid black;
}

/* set the main content box*/
#content
{
	background-color: #FFF;
	width: 600px ;
	margin-left: 150px;
	border-left: 1px solid black;
}
	
/* set the bottom left box*/
#brooklyn
{
	/* Overrides inherited centered value from body */
	float: left;
	text-align: left;
	background-color: #CCC;
	border-right: 1px solid black;
	border-top: 1px solid black;
	width: 150px;
}

/* set the footer*/
#beansandbones
{
	background-color: #036;
	width: 600px ;
	margin-left: 150px;
	border-top: 1px solid black;
}

.quote, blockquote {
        font-family: georgia, helvetica, arial, sans-serif;
        font-size: 11px;
        padding: 12px;
        margin: 5px;
        padding-top: 20px;
        margin-left: 20px;
        margin-bottom: 20px;
        color: #222; 
        border-top: solid #999 1px;
        border-bottom: solid #999 1px;
        background: #ffe;
        line-height: 16px;
}

