/* Basic setup */

html {
	height: 100%;
}
body {
	background: url("images/pinstripe.png");
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "Arial", sans-serif;
	font-size: 13px;
}

div {
	margin: 0;
	padding: 0;
}


/* Decorative Body Stuff */

div#decorative {
	background: url("images/horiz-stripe.png");
	background-position: top;
	background-repeat: repeat-x;
}

div#container {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	padding-left: 30px;
	padding-right: 30px;
	background: url("images/shadow.png");
	background-repeat: repeat-y;
	background-position: center;
}

/* This silly thing is to disable the background shadow in IE versions below 7 */
* html div#container {
	width: 800px;
	padding: 0;
	background: none;
	background: #ffffff;
}


/* Title Banner stuff */

div#title {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 0;
	min-height: 100px;
	background-color: #ffffff;
}

#title p {
	font-size: 11px;
	text-align: right;
	color: #6c000a;
	margin-top: 0;
	margin-bottom: 1em;
	font-family: "Verdana", sans-serif;
}
#title a {
	text-decoration: none;
	color: #6c000a;
}

img.logo {
	float: left;
}

#title a:hover {
	text-decoration: underline;
	color: #ff0000;
}


/* Top Menu Section */

div#menu {
	text-align: left;
	background: #ffffff;
	border-top: 1px solid #cccccc;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	clear: both;
}

#menu ul {
	margin: 0;
	padding: 0;
	display: block;
	padding-left: 20px;
	list-style-type: none;
	font-size: 12px;
}
#menu li {
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	border-right: 1px solid #cccccc;
}
#menu li:first-child {
	border-left: 1px solid #cccccc;
}
#menu li.selected {
	background-color: #6c000a;
	color: #ffffff;
}

#menu a {
	display: block;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 6px;
	padding-bottom: 5px;
}

#menu a, #menu a:visited, #menu a:link {
	text-decoration: none;
	color: #6c000a;
}
#menu a:hover {
	color: #ffffff;
	background-color: #880011;
}
#menu li.selected a, #menu li.selected a:visited, #menu li.selected a:link {
	color: #ffffff;
}

div.clearer {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	border-top: 1px solid #cccccc;

}

/* Splash Page */

p.badge {
	margin: 0;
	text-align: center;
	padding: 0;
}

.badge img {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 0;
}

/* Main body */

div#main {
	width: 780px;
	margin: 10px;
	margin-bottom: 0;
	padding: 0;
	background: url("images/rounded-middle-780.png");
	background-repeat: repeat-y;
	clear: both;
}

h1 {
	background: url("images/rounded-top-780.png");
	background-repeat: no-repeat;
	font-family: "Georgia", serif;
	margin: 0;
	margin-bottom: 36px;
	padding: 10px;
	padding-bottom: 0;
	text-transform: uppercase;
	border-bottom: 1px solid #cccccc;
	line-height: 0.7; /* Note:  This is a proprotion because IE calculates line-height differently than Gecko and Webkit, so px or em won't be consistent between them */
	font-size: 24px;
	position: relative;
	color: #6c000a;
	font-weight: normal;
}
h1 span.drop {
	position: relative;
	top: 26px;
	font-size: 36px;
}
span.gold {
	color: #ffcc00;
}

div#bottomcap {
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	clear: both;
}

#main p {
	margin: 1em;
}

h2 {
	margin-left: 10px;
	font-family: Georgia,serif;
	font-size: 1.4em;
	color: #6c000a;
	font-weight: normal;
}

h3 {
	margin-left: 1em;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-size: 1em;
	color: #6c000a;
}

#main ul {
	margin: 0.5em;
	margin-bottom: 1em;
	margin-right: 1em;
	padding-left: 3em;
	list-style-type: square;
}
#main li {
	padding: 0;
	margin: 0;
	margin-bottom: 0.5em;
}


img.floatright {
	float: right;
	margin: 10px;
	margin-right: 1px;
}
img.floatleft {
	float: left;
	margin: 10px;
}
/* this bit is so the floated images within list items are flush with the outsie border */
li img.floatright {
	margin-right: -1em;
}

sub {
	font-size: 0.8em;
	line-height: 0;
}

h3 {
	clear: left;
}

p.center {
	text-align: center;
}

ul.extraspaced li {
	margin-bottom: 1em!important;
}


/* Portfolio pages */

img.folioflavor {
	margin-left: 12px;
	margin-top: 12px;
	margin-bottom: 12px;
}

ul.portfolio {
	margin: 10px;
	list-style-type: none;
	clear: both;
}
ul.portfolio li {
	list-style-type: none;
	float: left;
}
ul.portfolio img {
	border: 0;
	padding: 10px;
}

.portfolio h2 {
	clear: left;
}


div.logos {
	text-align: center;
	clear: both;
	margin-left: 90px;
	margin-right: 90px;
	padding: 0;
}

.logos ul {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0!important;
}
.logos li {
	list-style-type: none;
	display: inline;
}
ul.logos img {
	border: 0;
	padding: 10px;
	vertical-align: middle;
}


/* In-page submenu */

div#submenu {
	float: right;
	width: 180px;
	margin: 10px;
	padding: 0;
	padding-top: 10px;
	background: url("images/submenumain.png");
	background-repeat: no-repeat;
	background-position: top;
}

#submenu ul {
	display: block;
	float: none;
	padding: 0;
	margin: 0;
	background: url("images/submenubottom.png");
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
	border-top: 1px solid #cccccc;
}
#submenu li {
	display: block;
	float: none;
	padding: 0;
	margin: 0;
	width: 180px; /* This is to fix the double-line IE6 issue */
	vertical-align: bottom; /* And this is to fix the stupid random 5px gap in IE6 bug */
}

#submenu a, #submenu a:visited, #submenu a:link {
	text-decoration: none;
	color: #6c000a;
	display: block;
	border-bottom: 1px solid #cccccc;
	padding: 5px 10px;
}
#submenu a.selected, #submenu a.selected:visited, #submenu a.selected:link {
	background-color: #6c000a;
	color: #ffffff;
	font-weight: bold;
}
#submenu a:hover {
	background-color: #880011;
	color: #ffffff;
}


/* Live Fat Spaniel page */

p.monitorlink {
	text-align: center;
	padding-top: 2em;
	margin: 1em;
}

p.backbutton {
	text-align: center;
	margin: 1em;
}

p.backbutton a {
	background-color: #6c000a;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
	border: 2px #cccccc ridge;
}
p.backbutton a:hover {
	background-color: #ffcc55;
	color: #6c000a;
}


/* Footer */

div#footer {
	clear: both;
	color: #ffffff;
	font-size: 11px;
	padding-top: 37px;
	padding-bottom: 2em;
	background: #6c000a url("images/bottom-rounded-shadow.png");
	background-position: top;
	background-repeat: no-repeat;
}
#footer p {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
}

#footer a {
	color: #cccccc;
}