/* CSS stylesheet for mattstaub.com

If you are reading this stylesheet, welcome.  This is my homepage on the web, or more appropriately, my site on the web.

*/


/* import YUI grids stylesheets for layout */
@import url(http://yui.yahooapis.com/2.5.1/build/grids/grids-min.css);

/* import of Blogger styles */
@import url(http://www.mattstaub.com/altcss/blogger.css);
/* Begin my styles */

body
{
	color: #b9a894;
	font-family: verdana,arial,helvetica,helv,sans-serif;
	font-size: small;
	margin-right: 10%;
	margin-left: 10%;
	background-color: #000033;
	text-align: left;
}

h1,h2,h3,h4,h5,h6{ color: #000033; }

table,tr,td { border:0; }

#mscontent
{
	padding: 2px;
	color: gray;
}

#mscontent h1,h2,h3,h4,h5,h6
{
	line-height: normal;
	color: #FFCF29;
}

#mscontent a { color: #FFCF29; }

.msfooter
{
	font-size: xx-small;
	text-align: center;
	color: #b9a894;
}

.msheader{
	font-size: xx-small;
}

.credits{
	font-size: xx-small;
	text-align: center;
	color: #b9a894;
}

/* AutoBreadCrumbs CSS */
.topnav { 
 	font-size: small;
  	color: #000;
 	background-color: #FFCF29;
 	border: 1px #00009C solid;
 	padding: 0.5em;
}

/* ExpandingMenu JS Styles*/
ul#menu {
  width: 100px;
  list-style-type: none;
  border-top: solid 1px #b9a894;
  margin: 0;
  padding: 0;
}

ul#menu ol {
  display: none;
  text-align: right;
  list-style-type: none;
  margin: 0;
  padding: 5px;
}

ul#menu li, 
  ul#menu a {
  font-family: verdana, sans-serif;
  font-size: small;
  color: #FFCF29;
}

ul#menu li {
  border-bottom: solid 1px #b9a894;
  line-height: 15px;
}

ul#menu ol li {
  border-bottom: none;
}

ul#menu ol li:before {
  content: "- ";
}

ul#menu a {
  text-decoration: none;
  outline: none;
}

ul#menu a:hover {
  color: #539dbc;
}

ul#menu a.active {
  color: #be5028;
}

