/*    Michael Scott version 1.0   */

@import url("reset.css");

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 15px/20px 'Ruda', sans-serif;
	width: 100%;
	height: 100%;
	background: #33322e;
	cursor: default;
	 color:#ccc;
}
p {
	line-height: 200%;
	text-align: justify;
	letter-spacing: 0px;
	padding:4px 0px 10px;

}
p.quote {background-color: #393834;
margin-bottom:6px; padding: 6px;
}
a {
	color:#0aa788;
	text-decoration: none;
	cursor: default;
}
a:hover {
	color: #30c6a8; 
	cursor: default;
	background: #44433E;
}
i {
	color: #f6e571;
	font-style: italic;
}
b {
	font-weight:700;
	color: #fff;
}
.wrapper {
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.header {
	padding-top:0px;
	height: 207px;
	width:100%;
	background:#fff;
	text-align: center;
}
.border{
	width:100%;
	background:#;
	margin:0 auto;
	height: 5px;
	background: #d6a056;
	}
nav#navigation{
	width:100%;
	background:#;
	margin:0 auto;
	padding:10px 0px 10px;
	margin-bottom:10px;
	text-align: center;
	color:#ccc;
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 300;

	}
nav#navigation a {color: #a0a0a0;}
nav#navigation a:hover {color: #6d98cb;}
h1 { 
	font-size:28px;
	font-family: 'Quando', serif;
	font-weight:300;
	color: #6d98cb;
	letter-spacing: -1px;
	padding:20px 5px 5px 0px;
}
h2 { 
	font-size:22px;
	letter-spacing: 8px;
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	color: #6d98cb;
	padding:20px 5px 5px 0px;
	text-align: center;
}


/* Middle
-----------------------------------------------------------------------------*/
.content {
	padding: 0 0 55px;
	width:550px;
	margin:0px auto;
	margin-top: 0px;
	background:url(images/scottbottom.png) no-repeat top center;
}
table.list {width:60%; margin-left:0 auto;}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
	width: 100%;
	margin: -55px auto 0;
	height: 55px;
	background: #fff;
	position: relative;
	color: #333;
}
.footer p {text-align: center;
	display: block;
	border-top:4px solid #33322e;
	font-size:13px;
	line-height:140%;
	padding:6px;
}
/* Site specific stuff
-----------------------------------------------------------------------------*/
blockquote {
	margin-top:10px;
	margin-bottom:10px;
	padding-left: 30px;
	color:#ccc;
	line-height: 200%;
}
.stats p {
	text-align: center;
	font-size:14px;
	padding: 10px 10px 10px;
	line-height: 200%;
}
.menu { margin:0 auto;
	border-left: 0px dashed #ccc;
	border-right: 0px dashed #ccc;
	padding:10px 0px 10px 35px;
	width:380px;
	background: #44433E;
	margin-top:20px;
	margin-bottom:20px;
	font-size:13px;
}
.menu table td {padding:3px;}
.menu a {color: #6d98cb;}
.menu a:hover {color: #84ADDF;}

.div-left{
    float:left;
    padding-left:10px;
}
.div-right{
    float:right;
    padding-right:10px;
}
blockquote.about {
font-family: Georgia, serif;
font-size: 18px;
font-style: italic;
width: 500px;
margin: 0.25em 0;
padding: 0.25em 40px;
line-height: 1.45;
position: relative;
color: #383838;
}
blockquote.about:before {
display: block;
content: "\201C";
font-size: 80px;
position: absolute;
left: -20px;
top: -20px;
color: #7a7a7a;
}
blockquote.about cite.about {
color: #999999;
font-size: 14px;
display: block;
margin-top: 5px;
}
 
blockquote.about cite.about:before {
content: "\2014 \2009";
}

/* Forms
-----------------------------------------------------------------------*/ 
.center	{ text-align: center;}
.imgs { opacity: 0.6; padding: 4px; border: 1px solid #0aa788; margin: 3px;}
.imgs:hover { opacity: 1; border: 1px solid #0aa788; margin:3px;}


form {line-height:100%;}
input[type=text],input[type=password], textarea , select{
	padding: 5px; 
    border: solid 3px #0aa788; 
	font-family:  'Ruda', sans-serif;
    font-size: 14px;
    color:#333;
    background: #ccc;
	margin-bottom:4px;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;	
    } 
input[type=text], textarea , select{
	width:50%;}
input[type=password] {
	width:23%;
}

input[type=submit],input[type=reset]{ 
    width: 25%; 
	padding: 4px 12px; 
    border: solid 3px #0aa788; 
	font-family:  'Ruda', sans-serif;
    font-size: 14px;
    color:#333;
    background: #ccc;
}